@charset "utf-8"; /*! Project : 閲戞磱楂樻柊鎶€鏈紑鍙戞湁闄愬叕鍙 +-----------rem--------------+ | | | Author | yeshiqiu | | Q__Q | 337676937 | | Addr | SC_Chengdu | | Date | 2020.10.19 | | | +--!-_-!--------------!-_-!--+ */ .pf100 { position: fixed; left: 0; top: 0; width: 100%; height: 100%; } .pa100 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .pr100 { position: relative; left: 0; top: 0; width: 100%; height: 100%; } .bge { background-color: #eee; } .bgf { background-color: #fff; } .bgf1 { background-color: #f1f1f1; } .bgf5 { background-color: #f5f5f5; } @-webkit-keyframes openDoor { 0% { -webkit-clip-path: inset(0 50% round 0); clip-path: inset(0 50% round 0); } 100% { -webkit-clip-path: inset(0% round 0); clip-path: inset(0% round 0); } } @keyframes openDoor { 0% { -webkit-clip-path: inset(0 50% round 0); clip-path: inset(0 50% round 0); } 100% { -webkit-clip-path: inset(0% round 0); clip-path: inset(0% round 0); } } @-webkit-keyframes fadeInRightm { 0% { opacity: 0.3; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightm { 0% { opacity: 0.3; -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRightm { -webkit-animation-name: fadeInRightm; animation-name: fadeInRightm; } @-webkit-keyframes fadeInLeftm { 0% { opacity: 0.3; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftm { 0% { opacity: 0.3; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeftm { -webkit-animation-name: fadeInLeftm; animation-name: fadeInLeftm; } @-webkit-keyframes fadeInUpm { 0% { opacity: 0.3; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpm { 0% { opacity: 0.3; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUpm { -webkit-animation-name: fadeInUpm; animation-name: fadeInUpm; } @-webkit-keyframes fadeInDownm { 0% { opacity: 0.3; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDownm { 0% { opacity: 0.3; -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDownm { -webkit-animation-name: fadeInDownm; animation-name: fadeInDownm; } @-webkit-keyframes slideInRightm { 0% { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes slideInRightm { 0% { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); } to { -webkit-transform: none; transform: none; } } .slideInRightm { -webkit-animation-name: slideInRightm; animation-name: slideInRightm; opacity: 1 !important; } @-webkit-keyframes slideInLeftm { 0% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes slideInLeftm { 0% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } to { -webkit-transform: none; transform: none; } } .slideInLeftm { -webkit-animation-name: slideInLeftm; animation-name: slideInLeftm; opacity: 1 !important; } @-webkit-keyframes slideInUpm { 0% { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { -webkit-transform: none; transform: none; } } @keyframes slideInUpm { 0% { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } to { -webkit-transform: none; transform: none; } } .slideInUpm { -webkit-animation-name: slideInUpm; animation-name: slideInUpm; opacity: 1 !important; } @-webkit-keyframes slideInDownm { 0% { -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); } to { -webkit-transform: none; transform: none; } } @keyframes slideInDownm { 0% { -webkit-transform: translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0); } to { -webkit-transform: none; transform: none; } } .slideInDownm { -webkit-animation-name: slideInDownm; animation-name: slideInDownm; opacity: 1 !important; } @-webkit-keyframes fadeIns { 0% { opacity: 0.3; } to { opacity: 1; } } @keyframes fadeIns { 0% { opacity: 0.3; } to { opacity: 1; } } .fadeIns { -webkit-animation-name: fadeIns; animation-name: fadeIns; } @-webkit-keyframes dotShake { 0% { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg); transform: translate3d(-8%, 0, 0) rotate(-4deg); } 30% { -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg); transform: translate3d(6.6%, 0, 0) rotate(2deg); } 45% { -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg); transform: translate3d(-5.5%, 0, 0) rotate(-2deg); } 60% { -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg); transform: translate3d(4.5%, 0, 0) rotate(1deg); } 75% { -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg); transform: translate3d(-2%, 0, 0) rotate(-1deg); } to { -webkit-transform: none; transform: none; } } @keyframes dotShake { 0% { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-8%, 0, 0) rotate(-4deg); transform: translate3d(-8%, 0, 0) rotate(-4deg); } 30% { -webkit-transform: translate3d(6.6%, 0, 0) rotate(2deg); transform: translate3d(6.6%, 0, 0) rotate(2deg); } 45% { -webkit-transform: translate3d(-5.5%, 0, 0) rotate(-2deg); transform: translate3d(-5.5%, 0, 0) rotate(-2deg); } 60% { -webkit-transform: translate3d(4.5%, 0, 0) rotate(1deg); transform: translate3d(4.5%, 0, 0) rotate(1deg); } 75% { -webkit-transform: translate3d(-2%, 0, 0) rotate(-1deg); transform: translate3d(-2%, 0, 0) rotate(-1deg); } to { -webkit-transform: none; transform: none; } } .dotShake { -webkit-animation-name: dotShake; animation-name: dotShake; } @-webkit-keyframes rotate360 { 0% { -webkit-transform: none !important; transform: none !important; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate360 { 0% { -webkit-transform: none !important; transform: none !important; } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .rotate360 { -webkit-animation-name: rotate360; animation-name: rotate360; -webkit-animation-duration: 500ms; animation-duration: 500ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes rotateInYm { 0% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInYm { 0% { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInYm { -webkit-animation-name: rotateInYm; animation-name: rotateInYm; } @-webkit-keyframes AniStriking { 0%, 50%, to { -webkit-transform: scale(1); transform: scale(1); } 25%, 75% { -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } } @keyframes AniStriking { 0%, 50%, to { -webkit-transform: scale(1); transform: scale(1); } 25%, 75% { -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } } .AniStriking { -webkit-animation-name: AniStriking; animation-name: AniStriking; } @-webkit-keyframes AniOpStriking { 0%, 50%, to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 25%, 75% { opacity: .7; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } } @keyframes AniOpStriking { 0%, 50%, to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 25%, 75% { opacity: .7; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } } .AniOpStriking { -webkit-animation-name: AniOpStriking; animation-name: AniOpStriking; } @-webkit-keyframes AniShiny { 0% { opacity: 0; } to { opacity: 1; } } @keyframes AniShiny { 0% { opacity: 0; } to { opacity: 1; } } .AniShiny { -webkit-animation-name: AniShiny; animation-name: AniShiny; } @-webkit-keyframes animateStay { 0, 100% { opacity: 1; } } @keyframes animateStay { 0, 100% { opacity: 1; } } .animateStay { -webkit-animation-name: animateStay; animation-name: animateStay; } @-webkit-keyframes AniNone { 0, 100% { -webkit-transform: none !important; transform: none !important; opacity: 1; visibility: visible; } } @keyframes AniNone { 0, 100% { -webkit-transform: none !important; transform: none !important; opacity: 1; visibility: visible; } } .AniNone { -webkit-animation-name: AniNone; animation-name: AniNone; opacity: 1; } @-webkit-keyframes AniCalmdown { } @keyframes AniCalmdown { } .AniCalmdown { -webkit-animation-name: AniCalmdown; animation-name: AniCalmdown; -webkit-animation-duration: .5s !important; animation-duration: .5s !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none; } .waitAniTitleBlock { display: inline-block; vertical-align: top; position: relative; overflow: hidden; -webkit-animation-duration: 2s !important; animation-duration: 2s !important; } .waitAniTitleBlock:before { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 8; } .waitAniTitleBlock:before { -webkit-transform: translateX(-105%); transform: translateX(-105%); } .waitAniTitleBlock.AniStart .hideWord { -webkit-transition: all 0ms ease-out 0ms; transition: all 0ms ease-out 0ms; opacity: 0; visibility: hidden; } .waitAniTitleBlock.AniStart:before { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s; transition: all 400ms cubic-bezier(0, 0, 0.8, 0.6) 0s; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .waitAniTitleBlock.AniDid .hideWord { -webkit-transition: all 0ms ease-out 10ms; transition: all 0ms ease-out 10ms; opacity: 1; visibility: visible; } .waitAniTitleBlock.AniDid:before { -webkit-transform: translateX(105%); transform: translateX(105%); -webkit-transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s; transition: all 400ms cubic-bezier(0, 0, 0, 0.8) 0s; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } /* baseCss */ .en { word-break: keep-all; } .tdu { text-decoration: underline; } .oh { position: relative; overflow: hidden; } .ma { margin-left: auto; margin-right: auto; } .dib { display: inline-block; vertical-align: top; } .vab { vertical-align: bottom; } .vam { vertical-align: middle; } .vat { vertical-align: top; } .unsel, .dct { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .insel { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; } .op0 { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } .op1 { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; } .tapList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .tapList:after { display: none; } .lhd5 { height: .5em; } .reject { cursor: not-allowed; } .poss { position: static !important; } .emptyList { text-align: center; font-size: 120%; background-color: #f5f5f5; color: #222; font-weight: bold; } .hidePoint { position: absolute; height: 0; visibility: hidden; top: 0; left: 0; } .viewport { position: relative; font-size: 0; } .pc .viewport { overflow: hidden; } .wap .oScroll { overflow: auto; } .hScroll { width: 100%; white-space: nowrap; } .hScroll .scrollBox, .hScroll .overview { display: inline-block; vertical-align: top; } .wap .hScroll { overflow-x: auto; overflow-y: hidden; } .vScroll { height: 100%; } .wap .vScroll { overflow-y: auto; overflow-x: hidden; } .invisible { visibility: hidden; position: absolute !important; z-index: -1; } .ensp { display: inline-block; vertical-align: middle; width: .5em; height: 1px; } .cnsp { display: inline-block; vertical-align: middle; width: 1em; height: 1px; } .pa100.link { position: absolute !important; right: 0; bottom: 0; width: auto; height: auto; z-index: 8; text-indent: -9999px; overflow: hidden; white-space: nowrap; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; text-align: left !important; } .pa4 { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .bgct { background-color: transparent !important; } .enter, .reset { position: relative; overflow: hidden; } .enter .iptBtn, .reset .iptBtn { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } .kong { pointer-events: none; } .aniSpan { position: static !important; min-height: 1px; display: block; } /* resetEnd */ .c1 { color: #2386ee; } .bgc1 { background-color: #2386ee; } .c2 { color: #f3f6f9; } .bgc2 { background-color: #f3f6f9; } .c3 { color: #0c6dd2; } .bgc3 { background-color: #0c6dd2; } .c4 { color: #1b94e0; } .bgc4 { background-color: #1b94e0; } .ca { color: #333333; } .cb { color: #666666; } .cs { color: #999999; } body:before { content: " "; background-image: url(../images/btnn-jia.png); background-image: url(../images/btnn-jia_on.png); } html { -webkit-overflow-scrolling: touch; min-width: 400px; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); font-size: 75px; } html.pc { max-width: 750px; } body { position: relative; background: #fff; color: #666666; font-size: 0.24rem; line-height: 1; font-family: 'Microsoft YaHei', '寰蒋闆呴粦', Arial, sans-serif; } a.on { color: #2386ee; } .w, .container { padding-left: 0.3rem; padding-right: 0.3rem; width: 7.5rem; } .posSet { overflow: hidden; z-index: 21; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .imax, .info { font-size: 0.24rem; line-height: 1.6667; text-align: justify; } .vmbox { font-size: 0.24rem; line-height: 1.43333; } .loading { background-size: 1rem 0.2rem; background-image: url(../images/loading.gif); } .load-error { background-size: 0.96rem 0.8rem; background-image: url(../images/error.gif); background-color: #eee !important; } .scroll-wrap { position: relative; width: 7.5rem; left: 50%; margin-left: -3.75rem; outline: solid 1px #eeeeee; background-color: #fff; } .scroll-wrap:after { content: " "; position: fixed; z-index: 9999; left: 0; top: 0; right: 0; bottom: 0; background-color: transparent; } .scroll-wrap.show:after { -webkit-transition: all 250ms ease-out 500ms; transition: all 250ms ease-out 500ms; opacity: 0; visibility: hidden; } .pc ::-webkit-scrollbar { position: absolute; width: 4px; height: 4px; background: rgba(0, 0, 0, 0.1); } .pc ::-webkit-scrollbar-thumb { width: 4px; height: 4px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.25); } .pc ::-webkit-scrollbar-track { background: #ababa7; } .pc ::-webkit-scrollbar-corner { background: transparent; height: 0; width: 0; } .bg.c { width: 7.5rem; margin-left: -3.75rem; } .ctr, .btn, .more, .pa100.link { cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } /* ------------------- htmls ------------------- */ .fullFloat { position: fixed !important; left: 50%; width: 7.5rem; margin-left: -3.75rem; top: 0; overflow-x: hidden; overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box; } /* 琛ㄥ崟 */ .formItem { position: relative; } .formItem .aftPD { position: absolute; left: 100%; top: 0; color: #f00; margin-left: 0.08rem; white-space: nowrap; font-size: 0.24rem; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .formItem .skin::-webkit-input-placeholder { color: #999999; } .formItem .skin:-moz-placeholder { color: #999999; } .formItem .skin::-moz-placeholder { color: #999999; } .formItem .skin:-ms-input-placeholder { color: #999999; } .formItem .skin._focus { border-color: #2e9fd9 !important; /* box-shadow: 0 0 1*@A 2*@A fade(@c1,15%); */ } .formItem.red .skin { color: #f00 ; border-color: #f00 ; } .formItem.red .skin::-webkit-input-placeholder { color: #ff0000; } .formItem.red .skin:-moz-placeholder { color: #ff0000; } .formItem.red .skin::-moz-placeholder { color: #ff0000; } .formItem.red .skin:-ms-input-placeholder { color: #ff0000; } /* keyframes use */ /* ajaxList */ .scrollAjax #loadState { position: relative; width: 6.9rem; height: 0.6rem; margin: 0.4rem auto 0; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; line-height: 0.6rem; border-radius: 0.03rem; color: #fff; background-color: #2386ee; } .scrollAjax #loadState.off { background-color: #ddd; color: #333; } .scrollAjax #loadState.retry { cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } .scrollAjax #loadState.ing:after { content: " "; -webkit-animation-name: dotMove; animation-name: dotMove; -webkit-animation-duration: 1.6s; animation-duration: 1.6s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: steps(4); animation-timing-function: steps(4); -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes dotMove { 0%, 100% { content: "."; } 33% { content: ".."; } 66% { content: "..."; } } @keyframes dotMove { 0%, 100% { content: "."; } 33% { content: ".."; } 66% { content: "..."; } } .scrollAjax .pageList { display: none; } .pageListBox .pageList { margin-top: 0.4rem; padding-top: 0.05rem; padding-bottom: 0.05rem; position: relative; overflow: auto hidden; line-height: 0.56rem; font-size: 0; text-align: center; font-size: 0.24rem; white-space: nowrap; } .pageListBox .pageList ul { position: relative; float: none !important; } .pageListBox .pageList ul, .pageListBox .pageList ul li { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; } .pageListBox .pageList ul li { margin: 0 0.05rem; } .pageListBox .pageList ul .ctr a { font-family: 'SimSun', '瀹嬩綋' !important; font-weight: bold; } .pageListBox .pageList a { display: block; border: #d8dce0 solid 1px; width: 0.56rem; height: 0.56rem; font-family: Arial, sans-serif, 'Microsoft YaHei', '寰蒋闆呴粦'; border-radius: 0.04rem; color: #999; background-color: #fff; -webkit-transition: background 200ms, color 200ms; transition: background 200ms, color 200ms; font-size: 0.24rem; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } .pageListBox .pageList a.selected { color: #fff; background-color: #2386ee; border-color: #2386ee; } .pageListBox .pageList a a:active { color: #fff; background-color: #2386ee; border-color: #2386ee; -webkit-transition: none !important; transition: none !important; } /* 妯℃€佹彁绀烘 */ .TAlert { display: none; position: fixed; left: 0; top: 0; z-index: 9998; overflow: hidden; width: 100%; height: 100%; text-align: center; overflow-x: hidden; overflow-y: auto; } .TAlert .contain { display: inline-block; vertical-align: middle; position: relative; overflow: hidden; z-index: 9; min-width: 4.8rem; max-width: 6rem; -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.5); box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.5); text-align: left; line-height: 1.4333; font-size: 0.26rem; border-radius: 0.05rem; background-color: #fff; } .TAlert .contain .Tclose { position: absolute; top: 0.15rem; right: 0.15rem; width: 0.4rem; height: 0.4rem; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } .TAlert .contain .Tclose s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 0.36rem; font-size: 0.3rem; color: #333333; font-family: Helvetica, sans-serif; cursor: pointer; white-space: nowrap; overflow: hidden; text-indent: 120%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 600ms ease-out 0s; transition: all 600ms ease-out 0s; pointer-events: none; } .TAlert .contain .Tclose s:before, .TAlert .contain .Tclose s:after { pointer-events: none !important; content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: border-box; box-sizing: border-box; border-color: #333333; border-style: solid; } .TAlert .contain .Tclose s:before { border-width: 0 0.3rem 0.04rem 0; } .TAlert .contain .Tclose s:after { border-width: 0 0 0.3rem 0.04rem; } .TAlert .contain .Tclose s:active:before, .TAlert .contain .Tclose s:active:after { border-color: #333333; } .TAlert .contain .head { padding: 0.2rem 0.25rem; height: 0.4rem; line-height: 0.4rem; border-bottom: #cccccc solid 1px; color: #333; background-color: #fff; } .TAlert .contain .body { padding: 0.25rem; font-size: 0.24rem; background-color: #fff; color: #444; } .TAlert .contain .foot { position: relative; width: 100%; height: 0.66rem; border-top: #cccccc solid 1px; } .TAlert .contain .foot .btn { position: absolute; top: 0; height: 0.66rem; line-height: 0.66rem; width: 50%; text-align: center; font-size: 0.24rem; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } .TAlert .contain .foot .btn.enter { left: 0; background-color: #2386ee; color: #fff; } .TAlert .contain .foot .btn.close { right: 0; background-color: #f1f1f1; border-left: #cfcfcf solid 1px; color: #333; } .TAlert .contain .foot .btn.w100 { border-left: none; } .ysqUEO .TAlert .contain { opacity: 0; -webkit-transition: all 330ms ease-out 0s; transition: all 330ms ease-out 0s; -webkit-transform: translateY(-50%) scale(0.2); transform: translateY(-50%) scale(0.2); } .ysqUEO .TAlert.showUp .contain { opacity: 1; -webkit-transform: none !important; transform: none !important; } .ysqUEO .TAlert.hideOut .contain { opacity: 0; -webkit-transform: translateY(44%) scale(0.2) !important; transform: translateY(44%) scale(0.2) !important; } /* 鐩稿唽寮圭獥 */ #albumWindow { position: fixed; left: 0; top: 50%; right: 0; bottom: 50%; z-index: 99; background-color: #fff; -webkit-transition: all 500ms ease-out 0ms; transition: all 500ms ease-out 0ms; opacity: 0; visibility: hidden; } .no-supports #albumWindow { -webkit-transform: none !important; transform: none !important; } #albumWindow.visible { -webkit-transform: none !important; transform: none !important; -webkit-transition: all 500ms ease-out 0ms; transition: all 500ms ease-out 0ms; opacity: 1; visibility: visible; top: 0; bottom: 0; } #albumWindow .contain { position: absolute; z-index: 1; left: 0.5rem; right: 0.5rem; top: 0.75rem; bottom: 0.75rem; font-size: 0.24rem; } #albumWindow .contain .list0 { width: 400%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #albumWindow .contain .item { float: left; position: relative; width: 25%; height: 100%; text-align: center; margin-right: 0.2rem; } #albumWindow .contain .item .img, #albumWindow .contain .item .vmbox { width: 100%; min-height: 0.6rem; } #albumWindow .contain .item .fBar { position: absolute; left: 0; bottom: -0.3rem; width: 100%; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } #albumWindow .contain .item .fBar .download { display: inline-block; vertical-align: top; padding-left: 0.06rem; padding-right: 0.06rem; color: #2386ee; border-bottom: solid 1px; font-size: 0.14rem; line-height: 0.18rem; } #albumWindow .contain .item.on .fBar { -webkit-transition: all 250ms ease-out 200ms; transition: all 250ms ease-out 200ms; opacity: 1; visibility: visible; } #albumWindow .picName { position: absolute; left: 0; top: -0.75rem; height: 0.75rem; line-height: 0.75rem; font-size: 0.26rem; color: #333333; right: 0.8rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } #albumWindow .close.btn { position: absolute; overflow: hidden; z-index: 3; right: 0; top: 0; width: 0.75rem; height: 0.75rem; background-color: #2386ee; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } #albumWindow .close.btn s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 0.45rem; font-size: 0.3rem; color: #ffffff; font-family: Helvetica, sans-serif; cursor: pointer; white-space: nowrap; overflow: hidden; text-indent: 120%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } #albumWindow .close.btn s:before, #albumWindow .close.btn s:after { pointer-events: none !important; content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: border-box; box-sizing: border-box; border-color: #ffffff; border-style: solid; } #albumWindow .close.btn s:before { border-width: 0 0.3rem 0.04rem 0; } #albumWindow .close.btn s:after { border-width: 0 0 0.3rem 0.04rem; } #albumWindow .close.btn s:active:before, #albumWindow .close.btn s:active:after { border-color: #ffffff; } #albumWindow .ctr { position: absolute; top: 50%; margin-top: -0.6rem; width: 0.44rem; height: 1.2rem; -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s; transition: all 400ms ease-out 0s, all 250ms ease-out 0s; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); opacity: .8; line-height: 1.2rem; text-align: center; color: #111111; } #albumWindow .ctr s { color: #2386ee; font-size: 0.42rem; font-weight: bold; } #albumWindow .ctr s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.4rem; font-weight: bold; } #albumWindow .ctr:hover { color: #111111; } .ysqUEO #albumWindow .ctr s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO #albumWindow .ctr s:before, .ysqUEO #albumWindow .ctr s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.2rem; height: 0.03rem; margin-top: -0.015rem; background-color: #111111; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } #albumWindow .ctr:active s:before, #albumWindow .ctr:active s:after { background-color: #111111; } .ysqUEO #albumWindow .ctr.prev s:before, .ysqUEO #albumWindow .ctr.prev s:after { margin-left: -0.07rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO #albumWindow .ctr.prev s:before { -webkit-transform: rotate(-40deg) translateX(-0.015rem); transform: rotate(-40deg) translateX(-0.015rem); } .ysqUEO #albumWindow .ctr.prev s:after { -webkit-transform: rotate(40deg) translateX(-0.015rem); transform: rotate(40deg) translateX(-0.015rem); } .ysqUEO #albumWindow .ctr.next s:before, .ysqUEO #albumWindow .ctr.next s:after { margin-left: -0.13rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO #albumWindow .ctr.next s:before { -webkit-transform: rotate(-40deg) translateX(0.015rem); transform: rotate(-40deg) translateX(0.015rem); } .ysqUEO #albumWindow .ctr.next s:after { -webkit-transform: rotate(40deg) translateX(0.015rem); transform: rotate(40deg) translateX(0.015rem); } #albumWindow .ctr.prev:active s:before, #albumWindow .ctr.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } #albumWindow .ctr.prev:active s:before { -webkit-transform: rotate(-48deg) translateX(-0.015rem); transform: rotate(-48deg) translateX(-0.015rem); } #albumWindow .ctr.prev:active s:after { -webkit-transform: rotate(48deg) translateX(-0.015rem); transform: rotate(48deg) translateX(-0.015rem); } #albumWindow .ctr.next:active s:before, #albumWindow .ctr.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } #albumWindow .ctr.next:active s:before { -webkit-transform: rotate(-48deg) translateX(0.015rem); transform: rotate(-48deg) translateX(0.015rem); } #albumWindow .ctr.next:active s:after { -webkit-transform: rotate(48deg) translateX(0.015rem); transform: rotate(48deg) translateX(0.015rem); } #albumWindow .ctr.prev { left: 0; } #albumWindow .ctr.next { right: 0; } #albumWindow .ctr.reject { display: none; } #albumWindow .ctr:active { opacity: 1; } #albumWindow .pagination { height: 0.04rem; line-height: 0.04rem; position: absolute; bottom: -0.395rem; left: 0; width: 100%; z-index: 3; text-align: center; white-space: nowrap; } #albumWindow .pagination .container { width: 100%; } #albumWindow .pagination .btn { display: inline-block; vertical-align: top; position: relative; z-index: 1; margin: 0 0.03rem; border-color: #222; width: 0; height: 0; border-width: 0.04rem 0.04rem 0 0; border-style: solid; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } #albumWindow .pagination .btn > em { display: none; } #albumWindow .pagination .btn.on { border-color: #2386ee; } #albumWindow .originalBtn { position: absolute; z-index: 6; left: 0; line-height: 0.75rem; color: #999999; cursor: pointer; } #albumWindow .originalBtn:hover { color: #2386ee; } #albumWindow .serialNum { position: absolute; z-index: 6; right: 0; line-height: 0.75rem; color: #999999; } .ctr.ctrX1 { display: none; z-index: 20; width: 0.24rem; height: 0.24rem; line-height: 0.24rem; border: solid 1px #2386ee; -webkit-transition: all 400ms ease-out 0s, all 250ms ease-out 0s; transition: all 400ms ease-out 0s, all 250ms ease-out 0s; background-color: #fff; border-radius: 50%; text-align: center; color: #2386ee; } .ctr.ctrX1 s { font-weight: bold; font-size: 0.16rem; } .ctr.ctrX1 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.16rem; font-weight: bold; } .ctr.ctrX1:hover { color: #2386ee; } .ysqUEO .ctr.ctrX1 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX1 s:before, .ysqUEO .ctr.ctrX1 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.08rem; height: 0.01rem; margin-top: -0.005rem; background-color: #2386ee; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX1:active s:before, .ctr.ctrX1:active s:after { background-color: #2386ee; } .ysqUEO .ctr.ctrX1.prev s:before, .ysqUEO .ctr.ctrX1.prev s:after { margin-left: -0.03rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX1.prev s:before { -webkit-transform: rotate(-45deg) translateX(-0.005rem); transform: rotate(-45deg) translateX(-0.005rem); } .ysqUEO .ctr.ctrX1.prev s:after { -webkit-transform: rotate(45deg) translateX(-0.005rem); transform: rotate(45deg) translateX(-0.005rem); } .ysqUEO .ctr.ctrX1.next s:before, .ysqUEO .ctr.ctrX1.next s:after { margin-left: -0.05rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX1.next s:before { -webkit-transform: rotate(-45deg) translateX(0.005rem); transform: rotate(-45deg) translateX(0.005rem); } .ysqUEO .ctr.ctrX1.next s:after { -webkit-transform: rotate(45deg) translateX(0.005rem); transform: rotate(45deg) translateX(0.005rem); } .ctr.ctrX1.prev:active s:before, .ctr.ctrX1.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX1.prev:active s:before { -webkit-transform: rotate(-45deg) translateX(-0.005rem); transform: rotate(-45deg) translateX(-0.005rem); } .ctr.ctrX1.prev:active s:after { -webkit-transform: rotate(45deg) translateX(-0.005rem); transform: rotate(45deg) translateX(-0.005rem); } .ctr.ctrX1.next:active s:before, .ctr.ctrX1.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX1.next:active s:before { -webkit-transform: rotate(-45deg) translateX(0.005rem); transform: rotate(-45deg) translateX(0.005rem); } .ctr.ctrX1.next:active s:after { -webkit-transform: rotate(45deg) translateX(0.005rem); transform: rotate(45deg) translateX(0.005rem); } .ctr.ctrX2 { display: none; z-index: 20; position: absolute; top: 50%; margin-top: -0.4rem; width: 0.4rem; height: 0.8rem; line-height: 0.8rem; -webkit-transition: all 250ms ease-out 0s, all 250ms ease-out 0s; transition: all 250ms ease-out 0s, all 250ms ease-out 0s; text-align: center; color: #999999; } .ctr.ctrX2 s { font-weight: bold; font-size: 0.32rem; } .ctr.ctrX2 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.32rem; font-weight: bold; } .ctr.ctrX2:hover { color: #2386ee; } .ysqUEO .ctr.ctrX2 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX2 s:before, .ysqUEO .ctr.ctrX2 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.16rem; height: 0.02rem; margin-top: -0.01rem; background-color: #999999; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX2:active s:before, .ctr.ctrX2:active s:after { background-color: #2386ee; } .ysqUEO .ctr.ctrX2.prev s:before, .ysqUEO .ctr.ctrX2.prev s:after { margin-left: -0.06rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX2.prev s:before { -webkit-transform: rotate(-44deg) translateX(-0.01rem); transform: rotate(-44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX2.prev s:after { -webkit-transform: rotate(44deg) translateX(-0.01rem); transform: rotate(44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX2.next s:before, .ysqUEO .ctr.ctrX2.next s:after { margin-left: -0.1rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX2.next s:before { -webkit-transform: rotate(-44deg) translateX(0.01rem); transform: rotate(-44deg) translateX(0.01rem); } .ysqUEO .ctr.ctrX2.next s:after { -webkit-transform: rotate(44deg) translateX(0.01rem); transform: rotate(44deg) translateX(0.01rem); } .ctr.ctrX2.prev:active s:before, .ctr.ctrX2.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX2.prev:active s:before { -webkit-transform: rotate(-50deg) translateX(-0.01rem); transform: rotate(-50deg) translateX(-0.01rem); } .ctr.ctrX2.prev:active s:after { -webkit-transform: rotate(50deg) translateX(-0.01rem); transform: rotate(50deg) translateX(-0.01rem); } .ctr.ctrX2.next:active s:before, .ctr.ctrX2.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX2.next:active s:before { -webkit-transform: rotate(-50deg) translateX(0.01rem); transform: rotate(-50deg) translateX(0.01rem); } .ctr.ctrX2.next:active s:after { -webkit-transform: rotate(50deg) translateX(0.01rem); transform: rotate(50deg) translateX(0.01rem); } .ctr.ctrX3 { display: none; z-index: 20; position: absolute; top: 50%; margin-top: -0.3rem; width: 0.3rem; height: 0.6rem; line-height: 0.6rem; -webkit-transition: all 250ms ease-out 0s, all 250ms ease-out 0s; transition: all 250ms ease-out 0s, all 250ms ease-out 0s; text-align: center; color: #2386ee; } .ctr.ctrX3 s { font-weight: bold; font-size: 0.28rem; } .ctr.ctrX3 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.28rem; font-weight: bold; } .ctr.ctrX3:hover { color: #2386ee; } .ysqUEO .ctr.ctrX3 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX3 s:before, .ysqUEO .ctr.ctrX3 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.14rem; height: 0.02rem; margin-top: -0.01rem; background-color: #2386ee; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX3:active s:before, .ctr.ctrX3:active s:after { background-color: #2386ee; } .ysqUEO .ctr.ctrX3.prev s:before, .ysqUEO .ctr.ctrX3.prev s:after { margin-left: -0.05rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX3.prev s:before { -webkit-transform: rotate(-44deg) translateX(-0.01rem); transform: rotate(-44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX3.prev s:after { -webkit-transform: rotate(44deg) translateX(-0.01rem); transform: rotate(44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX3.next s:before, .ysqUEO .ctr.ctrX3.next s:after { margin-left: -0.09rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX3.next s:before { -webkit-transform: rotate(-44deg) translateX(0.01rem); transform: rotate(-44deg) translateX(0.01rem); } .ysqUEO .ctr.ctrX3.next s:after { -webkit-transform: rotate(44deg) translateX(0.01rem); transform: rotate(44deg) translateX(0.01rem); } .ctr.ctrX3.prev:active s:before, .ctr.ctrX3.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX3.prev:active s:before { -webkit-transform: rotate(-50deg) translateX(-0.01rem); transform: rotate(-50deg) translateX(-0.01rem); } .ctr.ctrX3.prev:active s:after { -webkit-transform: rotate(50deg) translateX(-0.01rem); transform: rotate(50deg) translateX(-0.01rem); } .ctr.ctrX3.next:active s:before, .ctr.ctrX3.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX3.next:active s:before { -webkit-transform: rotate(-50deg) translateX(0.01rem); transform: rotate(-50deg) translateX(0.01rem); } .ctr.ctrX3.next:active s:after { -webkit-transform: rotate(50deg) translateX(0.01rem); transform: rotate(50deg) translateX(0.01rem); } .ctr.ctrX4 { display: none; z-index: 20; position: absolute; top: 50%; margin-top: -0.4rem; width: 0.4rem; height: 0.8rem; line-height: 0.8rem; -webkit-transition: all 250ms ease-out 0s, all 250ms ease-out 0s; transition: all 250ms ease-out 0s, all 250ms ease-out 0s; text-align: center; color: #2386ee; } .ctr.ctrX4 s { font-weight: bold; font-size: 0.4rem; } .ctr.ctrX4 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.4rem; font-weight: bold; } .ctr.ctrX4:hover { color: #2386ee; } .ysqUEO .ctr.ctrX4 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX4 s:before, .ysqUEO .ctr.ctrX4 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.2rem; height: 0.03rem; margin-top: -0.015rem; background-color: #2386ee; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX4:active s:before, .ctr.ctrX4:active s:after { background-color: #2386ee; } .ysqUEO .ctr.ctrX4.prev s:before, .ysqUEO .ctr.ctrX4.prev s:after { margin-left: -0.07rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX4.prev s:before { -webkit-transform: rotate(-44deg) translateX(-0.015rem); transform: rotate(-44deg) translateX(-0.015rem); } .ysqUEO .ctr.ctrX4.prev s:after { -webkit-transform: rotate(44deg) translateX(-0.015rem); transform: rotate(44deg) translateX(-0.015rem); } .ysqUEO .ctr.ctrX4.next s:before, .ysqUEO .ctr.ctrX4.next s:after { margin-left: -0.13rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX4.next s:before { -webkit-transform: rotate(-44deg) translateX(0.015rem); transform: rotate(-44deg) translateX(0.015rem); } .ysqUEO .ctr.ctrX4.next s:after { -webkit-transform: rotate(44deg) translateX(0.015rem); transform: rotate(44deg) translateX(0.015rem); } .ctr.ctrX4.prev:active s:before, .ctr.ctrX4.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX4.prev:active s:before { -webkit-transform: rotate(-50deg) translateX(-0.015rem); transform: rotate(-50deg) translateX(-0.015rem); } .ctr.ctrX4.prev:active s:after { -webkit-transform: rotate(50deg) translateX(-0.015rem); transform: rotate(50deg) translateX(-0.015rem); } .ctr.ctrX4.next:active s:before, .ctr.ctrX4.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX4.next:active s:before { -webkit-transform: rotate(-50deg) translateX(0.015rem); transform: rotate(-50deg) translateX(0.015rem); } .ctr.ctrX4.next:active s:after { -webkit-transform: rotate(50deg) translateX(0.015rem); transform: rotate(50deg) translateX(0.015rem); } .ctr.ctrX5 { display: none; z-index: 20; position: absolute; top: 50%; margin-top: -0.4rem; width: 0.4rem; height: 0.8rem; line-height: 0.8rem; -webkit-transition: all 250ms ease-out 0s, all 250ms ease-out 0s; transition: all 250ms ease-out 0s, all 250ms ease-out 0s; text-align: center; color: #dddddd; } .ctr.ctrX5 s { font-weight: bold; font-size: 0.44rem; } .ctr.ctrX5 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.44rem; font-weight: bold; } .ctr.ctrX5:hover { color: #2386ee; } .ysqUEO .ctr.ctrX5 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX5 s:before, .ysqUEO .ctr.ctrX5 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.22rem; height: 0.03rem; margin-top: -0.015rem; background-color: #dddddd; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX5:active s:before, .ctr.ctrX5:active s:after { background-color: #2386ee; } .ysqUEO .ctr.ctrX5.prev s:before, .ysqUEO .ctr.ctrX5.prev s:after { margin-left: -0.08rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX5.prev s:before { -webkit-transform: rotate(-44deg) translateX(-0.015rem); transform: rotate(-44deg) translateX(-0.015rem); } .ysqUEO .ctr.ctrX5.prev s:after { -webkit-transform: rotate(44deg) translateX(-0.015rem); transform: rotate(44deg) translateX(-0.015rem); } .ysqUEO .ctr.ctrX5.next s:before, .ysqUEO .ctr.ctrX5.next s:after { margin-left: -0.14rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX5.next s:before { -webkit-transform: rotate(-44deg) translateX(0.015rem); transform: rotate(-44deg) translateX(0.015rem); } .ysqUEO .ctr.ctrX5.next s:after { -webkit-transform: rotate(44deg) translateX(0.015rem); transform: rotate(44deg) translateX(0.015rem); } .ctr.ctrX5.prev:active s:before, .ctr.ctrX5.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX5.prev:active s:before { -webkit-transform: rotate(-50deg) translateX(-0.015rem); transform: rotate(-50deg) translateX(-0.015rem); } .ctr.ctrX5.prev:active s:after { -webkit-transform: rotate(50deg) translateX(-0.015rem); transform: rotate(50deg) translateX(-0.015rem); } .ctr.ctrX5.next:active s:before, .ctr.ctrX5.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX5.next:active s:before { -webkit-transform: rotate(-50deg) translateX(0.015rem); transform: rotate(-50deg) translateX(0.015rem); } .ctr.ctrX5.next:active s:after { -webkit-transform: rotate(50deg) translateX(0.015rem); transform: rotate(50deg) translateX(0.015rem); } .ctr.ctrX6 { display: none; z-index: 20; position: absolute; top: 50%; margin-top: -0.3rem; width: 0.3rem; height: 0.6rem; line-height: 0.6rem; -webkit-transition: all 250ms ease-out 0s, all 250ms ease-out 0s; transition: all 250ms ease-out 0s, all 250ms ease-out 0s; text-align: center; color: #ffffff; } .ctr.ctrX6 s { font-weight: bold; font-size: 0.28rem; } .ctr.ctrX6 s { position: absolute; left: 0; top: 0; right: 0; bottom: 0; font-family: 'SimSun', '瀹嬩綋' !important; text-align: center; font-size: 0.28rem; font-weight: bold; } .ctr.ctrX6:hover { color: #ffffff; } .ysqUEO .ctr.ctrX6 s { overflow: hidden; text-indent: -9999px; white-space: nowrap; padding: inherit; } .ysqUEO .ctr.ctrX6 s:before, .ysqUEO .ctr.ctrX6 s:after { content: " "; position: absolute; top: 50%; left: 50%; width: 0.14rem; height: 0.02rem; margin-top: -0.01rem; background-color: #ffffff; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .ctr.ctrX6:active s:before, .ctr.ctrX6:active s:after { background-color: #ffffff; } .ysqUEO .ctr.ctrX6.prev s:before, .ysqUEO .ctr.ctrX6.prev s:after { margin-left: -0.05rem; -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%; } .ysqUEO .ctr.ctrX6.prev s:before { -webkit-transform: rotate(-44deg) translateX(-0.01rem); transform: rotate(-44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX6.prev s:after { -webkit-transform: rotate(44deg) translateX(-0.01rem); transform: rotate(44deg) translateX(-0.01rem); } .ysqUEO .ctr.ctrX6.next s:before, .ysqUEO .ctr.ctrX6.next s:after { margin-left: -0.09rem; -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; } .ysqUEO .ctr.ctrX6.next s:before { -webkit-transform: rotate(-44deg) translateX(0.01rem); transform: rotate(-44deg) translateX(0.01rem); } .ysqUEO .ctr.ctrX6.next s:after { -webkit-transform: rotate(44deg) translateX(0.01rem); transform: rotate(44deg) translateX(0.01rem); } .ctr.ctrX6.prev:active s:before, .ctr.ctrX6.prev:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX6.prev:active s:before { -webkit-transform: rotate(-50deg) translateX(-0.01rem); transform: rotate(-50deg) translateX(-0.01rem); } .ctr.ctrX6.prev:active s:after { -webkit-transform: rotate(50deg) translateX(-0.01rem); transform: rotate(50deg) translateX(-0.01rem); } .ctr.ctrX6.next:active s:before, .ctr.ctrX6.next:active s:after { -webkit-transition: 0ms; transition: 0ms; } .ctr.ctrX6.next:active s:before { -webkit-transform: rotate(-50deg) translateX(0.01rem); transform: rotate(-50deg) translateX(0.01rem); } .ctr.ctrX6.next:active s:after { -webkit-transform: rotate(50deg) translateX(0.01rem); transform: rotate(50deg) translateX(0.01rem); } .pagination.paginationX1 { height: 0.06rem; line-height: 0.06rem; position: absolute; left: 0; width: 100%; z-index: 3; white-space: nowrap; text-align: center; } .pagination.paginationX1 .btn { display: inline-block; vertical-align: bottom; position: relative; overflow: hidden; z-index: 1; width: 0.48rem; height: 0.06rem; -webkit-transition: all 1000ms ease-out 0s; transition: all 1000ms ease-out 0s; text-indent: 100%; *text-indent: 0; *font-size: 0; margin: 0 0.1rem; -webkit-box-sizing: border-box; box-sizing: border-box; } .pagination.paginationX1 .btn:before, .pagination.paginationX1 .btn:after { content: " "; position: absolute; left: 0; top: 0; height: 100%; background-color: #fff; } .pagination.paginationX1 .btn:before { opacity: .3; width: 100%; } .pagination.paginationX1 .btn:after { width: 0; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .pagination.paginationX1 .btn.on:after { width: 100%; -webkit-transition: inherit; transition: inherit; } .pagination.paginationX2 { height: 0.18rem; line-height: 0.18rem; position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; text-align: center; white-space: nowrap; } .pagination.paginationX2 .btn { display: inline-block; vertical-align: top; position: relative; z-index: 1; margin: 0 0.1rem; border-color: #c2c3c6; width: 0; height: 0; border-width: 0.18rem 0.18rem 0 0; border-style: solid; border-radius: 50%; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -webkit-transform: rotate(360deg); transform: rotate(360deg); } .pagination.paginationX2 .btn > em { display: none; } .pagination.paginationX2 .btn.on { border-color: #2386ee; } .pagination.paginationX23 { height: 0.18rem; line-height: 0.18rem; width: 100%; z-index: 11; text-align: center; white-space: nowrap; } .pagination.paginationX23 .btn { display: inline-block; vertical-align: top; position: relative; z-index: 1; margin: 0 0.03rem; width: 0.18rem; height: 0.18rem; } .pagination.paginationX23 .btn > em { display: none; } .pagination.paginationX23 .btn:before, .pagination.paginationX23 .btn:after { content: " "; position: absolute; left: 50%; top: 50%; border-radius: 50%; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .pagination.paginationX23 .btn:before { margin-left: -0.05rem; margin-top: -0.05rem; border-style: solid; border-color: #fff; border-width: 0.1rem 0.1rem 0 0; } .pagination.paginationX23 .btn:after { margin-left: -0.09rem; margin-top: -0.09rem; width: 0.16rem; height: 0.16rem; border: #ffffff solid 1px; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; -webkit-transform: scale(1.5); transform: scale(1.5); } .pagination.paginationX23 .btn.on:before { border-color: #f3f6f9; } .pagination.paginationX23 .btn.on:after { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; -webkit-transform: none !important; transform: none !important; } .btn.btnX0 { display: block; width: 2.6rem; height: 0.7rem; line-height: 0.7rem; text-align: center; background-color: #2386ee; border-radius: 0.1rem; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; font-size: 0.26rem; color: #fff; background-image: -webkit-linear-gradient(0deg, #1cace8 0%, #3568dc 100%); } .btn.btnX1 { display: block; width: 2.4rem; height: 0.6rem; line-height: 0.6rem; text-align: center; color: #fff; background-color: #2386ee; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); border-radius: 0.04rem; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .btn.btnX2 { display: inline-block; vertical-align: top; min-width: 2.4rem; height: 0.6rem; line-height: 0.6rem; text-align: center; -webkit-transition: all 300ms ease-out 0s, color 200ms ease-in 50ms; transition: all 300ms ease-out 0s, color 200ms ease-in 50ms; color: #2386ee; border: #2386ee solid 1px; padding: 0 0.24rem; font-size: 0.28rem; } .btn.btnX2:active { color: #fff; background-color: #2386ee; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); -webkit-transition: 0ms; transition: 0ms; } .btn.consultBtn { display: block; text-align: center; border-width: 0.01rem; border-style: solid; font-size: 0.28rem; } .btn.consultBtn.skin1 { width: 1.18rem; height: 0.38rem; line-height: 0.38rem; border-radius: 0.04rem; color: #fff; border-color: #fff; } .btn.playBtn s { position: absolute; left: 50%; top: 50%; margin-left: -0.3rem; margin-top: -0.3rem; width: 0.6rem; height: 0.6rem; } .btn.playBtn s:before, .btn.playBtn s:after { content: " "; position: absolute; left: 50%; top: 50%; margin-left: -0.064rem; margin-top: -0.1rem; overflow: hidden; width: 0; height: 0; border-width: 0.1rem 0.16rem; border-color: transparent transparent transparent #545454; border-style: dashed dashed dashed solid; font-size: 0; -webkit-transition: all 100ms ease-out 0s; transition: all 100ms ease-out 0s; } .btn.playBtn.paused s:before { margin-left: -0.072rem; border-width: 0 0.04rem; height: 0.2rem; } .btn.playBtn.paused s:after { margin-left: 0.024rem; border-width: 0 0.04rem; height: 0.2rem; } .btn.playBtn s { border-radius: 50%; background-color: #fff; } .btn.btnX3 { display: inline-block; vertical-align: top; min-width: 2.4rem; height: 0.6rem; line-height: 0.44rem; -webkit-transition: all 300ms ease-out 0s, color 200ms ease-in 50ms; transition: all 300ms ease-out 0s, color 200ms ease-in 50ms; border: #2386ee solid 1px; padding: 0.08rem 0.19rem; font-size: 0.28rem; color: #fff; background-color: #2386ee; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; } .modal { /* modal-videoPlayer */ } .modal-fullScreen { position: fixed; z-index: 9999; left: 0; right: 0; top: 0; bottom: 0; background-color: #fff; background-size: cover; background-position: center; background-repeat: no-repeat; display: none; } .ysqUEO .modal-fullScreen .contain { opacity: 0; -webkit-transition: all 330ms ease-out 0s; transition: all 330ms ease-out 0s; -webkit-transform: scale(0.2); transform: scale(0.2); } .ysqUEO .modal-fullScreen.showUp .contain { opacity: 1; -webkit-transform: none !important; transform: none !important; } .ysqUEO .modal-fullScreen.hideOut .contain { opacity: 0; -webkit-transform: scale(0.2) !important; transform: scale(0.2) !important; } .modal-fullScreen .zhezhao { display: none !important; } .modal-fullScreen .btn.close { position: absolute; z-index: 29; right: 0.15rem; top: 0.15rem; width: 0.36rem; height: 0.36rem; } .modal-fullScreen .btn.close s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 0.324rem; font-size: 0.2rem; color: #333333; font-family: Helvetica, sans-serif; cursor: pointer; white-space: nowrap; overflow: hidden; text-indent: 120%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-shadow: 0 0 0.06rem 0.02rem rgba(0, 0, 0, 0.15); box-shadow: 0 0 0.06rem 0.02rem rgba(0, 0, 0, 0.15); border-radius: 50%; } .modal-fullScreen .btn.close s:before, .modal-fullScreen .btn.close s:after { pointer-events: none !important; content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: border-box; box-sizing: border-box; border-color: #333333; border-style: solid; } .modal-fullScreen .btn.close s:before { border-width: 0 0.2rem 0.03rem 0; } .modal-fullScreen .btn.close s:after { border-width: 0 0 0.2rem 0.03rem; } .modal-fullScreen .btn.close s:active:before, .modal-fullScreen .btn.close s:active:after { border-color: #333333; } .modal-fullScreen .btn.close s:hover { -webkit-transform: rotate(360deg); transform: rotate(360deg); } .modal-fullScreen .contain { position: absolute; left: 0.8rem; top: 0.5rem; right: 0.8rem; bottom: 0; z-index: 20; } .modal-videoPlayer { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 90; background-color: #000; } .modal-videoPlayer .close.btn { position: absolute; top: 0; right: 0; width: 0.56rem; height: 0.56rem; cursor: pointer; z-index: 80; background-color: #aaa; } .modal-videoPlayer .close.btn s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 0.504rem; font-size: 0.36rem; color: #ffffff; font-family: Helvetica, sans-serif; cursor: pointer; white-space: nowrap; overflow: hidden; text-indent: 120%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 600ms ease-out 0s; transition: all 600ms ease-out 0s; } .modal-videoPlayer .close.btn s:before, .modal-videoPlayer .close.btn s:after { pointer-events: none !important; content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: border-box; box-sizing: border-box; border-color: #ffffff; border-style: solid; } .modal-videoPlayer .close.btn s:before { border-width: 0 0.36rem 0.02rem 0; } .modal-videoPlayer .close.btn s:after { border-width: 0 0 0.36rem 0.02rem; } .modal-videoPlayer .close.btn s:active:before, .modal-videoPlayer .close.btn s:active:after { border-color: #ffffff; } .modal-videoPlayer .close.btn s:hover { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); } .modal-videoPlayer .contain { position: absolute; left: 0; right: 0; top: 0.8rem; bottom: 0.8rem; } .modal-videoPlayer .player { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; } .modal-videoPlayer .player * { background-color: transparent !important; } .modal-downloadForm { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9923; overflow: hidden; background-color: rgba(0, 0, 0, 0.2); } .ysqUEO .modal-downloadForm .contain { opacity: 0; -webkit-transition: all 330ms ease-out 0s; transition: all 330ms ease-out 0s; -webkit-transform: translateY(-66%) scale(0.2); transform: translateY(-66%) scale(0.2); } .ysqUEO .modal-downloadForm.showUp .contain { opacity: 1; -webkit-transform: none !important; transform: none !important; } .ysqUEO .modal-downloadForm.hideOut .contain { opacity: 0; -webkit-transform: translateY(10%) scale(0.2) !important; transform: translateY(10%) scale(0.2) !important; } .modal-downloadForm .contain { z-index: 20; position: absolute; } .modal-downloadForm .contain { left: 50%; top: 50%; padding: 0.8rem 0.3rem 0.4rem; width: 6.9rem; height: 6.4rem; margin: -3.2rem 0 0 -3.45rem; background-color: #fff; } .modal-downloadForm .contain .Tclose { position: absolute; top: 0.25rem; right: 0.3rem; width: 0.36rem; height: 0.36rem; } .modal-downloadForm .contain .Tclose s { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; line-height: 0.324rem; font-size: 0.26rem; color: #979797; font-family: Helvetica, sans-serif; cursor: pointer; white-space: nowrap; overflow: hidden; text-indent: 120%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 600ms ease-out 0s; transition: all 600ms ease-out 0s; } .modal-downloadForm .contain .Tclose s:before, .modal-downloadForm .contain .Tclose s:after { pointer-events: none !important; content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-sizing: border-box; box-sizing: border-box; border-color: #979797; border-style: solid; } .modal-downloadForm .contain .Tclose s:before { border-width: 0 0.26rem 0.04rem 0; } .modal-downloadForm .contain .Tclose s:after { border-width: 0 0 0.26rem 0.04rem; } .modal-downloadForm .contain .Tclose s:active:before, .modal-downloadForm .contain .Tclose s:active:after { border-color: #979797; } .modal-downloadForm .contain .Tclose s:hover { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } .modal-downloadForm .formItem { position: relative; line-height: 0.66rem; min-height: 0.66rem; } .modal-downloadForm .formItem:nth-child(1n+2) { margin-top: 0.2rem; } .modal-downloadForm .formItem .skin { display: block; width: 100% ; line-height: 0.34rem; padding: 0.16rem 0.72rem 0.16rem 0.2rem; border: #e5e5e5 solid 1px; background-color: #fff; font-size: 0.26rem; -webkit-box-sizing: border-box; box-sizing: border-box; } .modal-downloadForm .formItem input.skin { height: 0.66rem; } .modal-downloadForm .formItem textarea.skin { height: 1.66rem; } .modal-downloadForm .formItem .icoImg { position: absolute; pointer-events: none; right: 0.05rem; top: 0; width: 0.66rem; height: 0.66rem; } .modal-downloadForm .formItem.yzm { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .modal-downloadForm .formItem.yzm:after { display: none; } .modal-downloadForm .formItem.yzm .skin { float: left; width: 4.8rem; } .modal-downloadForm .formItem.yzm .bindClick { float: left; width: 1.28rem; height: 0.66rem; border: #e5e5e5 solid 1px; -webkit-box-sizing: border-box; box-sizing: border-box; } .modal-downloadForm .formItem.yzm .refreshVC { float: left; width: 0.66rem; height: 0.66rem; margin-left: 0.03rem; margin-right: 0.03rem; background-image: url(../images/refreshVC3.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .modal-downloadForm .formItem.yzm .refreshVC:active { -webkit-transition: 0ms; transition: 0ms; -webkit-transform: rotate(360deg); transform: rotate(360deg); } .modal-downloadForm .formItem .enter { display: block; width: 100%; height: 0.72rem; line-height: 0.72rem; text-align: center; background-color: #2386ee; color: #fff; font-size: 0.28rem; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); } .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 1rem; } @media screen and (max-width: 675*1/100rem) { .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 0.9rem; } } @media screen and (max-width: 600*1/100rem) { .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 0.8rem; } } @media screen and (max-width: 525*1/100rem) { .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 0.7rem; } } @media screen and (max-width: 450*1/100rem) { .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 0.6rem; } } @media screen and (max-width: 400*1/100rem) { .fzsX, #header .navbtn s:before, #nav .firNav .firItem .link1:before { font-size: 0.5rem; } } /*澶撮儴*/ #header { z-index: 88; height: 1.1rem; -webkit-box-shadow: 0 0 0.06rem 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 0.06rem 1px rgba(0, 0, 0, 0.15); } #header .contain { height: 100%; text-align: center; color: #2c2c2c; } #header .hr { position: absolute; left: 0; top: 0; height: 0.02rem; z-index: 2; } #header .logo { position: absolute; left: 0.3rem; top: 0; height: 100%; z-index: 3; } #header .logo img { display: block; position: relative; height: 0.8rem; top: 50%; margin-top: -0.4rem; } #header .dbBack { position: absolute; left: 1rem; right: 1rem; top: 0; height: 100%; line-height: 1.1rem; font-size: 0.36rem; color: #2386ee; } #header .navbtn { position: absolute; right: 0.15rem; top: 50%; margin-top: -0.39rem; overflow: hidden; padding: 0.15rem; width: 0.48rem; height: 0.48rem; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); } #header .navbtn s { position: absolute; left: 0.15rem; width: 0.48rem; height: 0.04rem; border-radius: 0.02rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 300ms ease-out 0s, height 0ms ease-out 0s; transition: all 300ms ease-out 0s, height 0ms ease-out 0s; -webkit-transform-origin: 0 50%; transform-origin: 0 50%; } #header .navbtn s:before { content: " "; position: absolute; top: 50%; margin-top: -0.02em; width: 100%; height: 0.04em; -webkit-transform: rotate(360deg); transform: rotate(360deg); right: 0; border-radius: 0.04em; } #header .navbtn s:nth-child(1) { top: 0.21rem; } #header .navbtn s:nth-child(2) { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } #header .navbtn s:nth-child(3) { bottom: 0.21rem; } .navshow #header .navbtn { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .navshow #header .navbtn s:nth-child(1) { -webkit-transform: rotate(45deg) translate(0.09522rem, 0); transform: rotate(45deg) translate(0.09522rem, 0); top: 0.13rem; } .navshow #header .navbtn s:nth-child(2) { -webkit-transform: translateX(-0.15rem) translateY(-50%); transform: translateX(-0.15rem) translateY(-50%); width: 0; } .navshow #header .navbtn s:nth-child(3) { -webkit-transform: rotate(-45deg) translate(0.09522rem, 0); transform: rotate(-45deg) translate(0.09522rem, 0); bottom: 0.13rem; } #header.idx .hr { background-color: #2386ee; } #header.idx .contain { background-color: #ffffff; } #header.idx .navbtn s:before { background-color: #2386ee; } /* nav */ #nav { z-index: 80; bottom: 0.98rem; background-color: #fff; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -webkit-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; } .navshow #nav { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } #nav .link { display: inline-block; position: relative; z-index: 2; width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); text-transform: capitalize; } #nav .btn-showTt { display: none; position: absolute; overflow: hidden; width: 0.24rem; height: 0.24rem; pointer-events: none; font-size: 0; text-indent: 0.24rem; background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; -webkit-transition: background .2s ease 0s,-webkit-transform .2s ease 0s; transition: background .2s ease 0s,-webkit-transform .2s ease 0s; transition: background .2s ease 0s,transform .2s ease 0s; transition: background .2s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s; z-index: 2; } #nav .firNav { padding-top: 1.1rem; font-size: 0.34rem; } #nav .firNav .firItem { position: relative; border-bottom: #5ba5f2 solid 1px; line-height: 1rem; background-color: rgba(35, 134, 238, 0.9); -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; color: #fff; } #nav .firNav .firItem .link1 { font-size: 0.32rem; padding: 0 0.7rem; } #nav .firNav .firItem .link1:before { content: " "; position: absolute; left: 0.4rem; top: 50%; margin-top: -0.05em; border-top: #ffffff solid 0.1em; border-right: #ffffff solid 0.1em; border-radius: 50%; width: 0rem; height: 0rem; -webkit-transition: all 500ms ease-out 0s; transition: all 500ms ease-out 0s; } #nav .firNav .firItem > .btn-showTt { right: 0.4rem; top: 0.38rem; background-image: url(../images/arrow-Nav_on.png); } #nav .firNav .firItem.on { background-color: #2386ee; } #nav .firNav .firItem.on > .btn-showTt { -webkit-transform: rotate(90deg); transform: rotate(90deg); } #nav .secNav { position: relative; overflow: hidden; display: none; background-color: #ffffff; color: #2386ee; padding: 0.1rem 0.7rem; } #nav .secNav .secItem { position: relative; margin-top: -1px; line-height: 0.88rem; } #nav .secNav .secItem > .btn-showTt { right: 0; top: 0.32rem; background-image: url(../images/btnn-jia.png); } #nav .secNav .secItem .link2 { font-size: 0.28rem; color: #333333; border-bottom: #f0f0f0 solid 1px; } #nav .secNav .secItem.on { background-color: #ffffff; } #nav .secNav .secItem.on + .secItem { border-top: #eaeaea solid 1px; } #nav .secNav .secItem.on .link2 { color: #2386ee; } #nav .secNav .secItem.on > .btn-showTt { background-image: url(../images/btnn-jia_on.png); -webkit-transform: rotate(180deg); transform: rotate(180deg); } #nav .secNav + .btn-showTt { display: block; } #nav .thrNav { position: relative; overflow: hidden; display: none; color: #2386ee; padding: 0.15rem 0; } #nav .thrNav .thrItem { position: relative; margin-top: -1px; border-top: #ffffff solid 1px; line-height: 0.6rem; } #nav .thrNav .thrItem .link3 { font-size: 0.26rem; color: #666666; } #nav .thrNav .thrItem.on { background-color: rgba(0, 0, 0, 0.05); } #nav .thrNav + .btn-showTt { display: block; } /* footer */ .footer { position: relative; padding: 0.5rem 0.3rem; background-color: #fff; font-size: 0.26rem; line-height: 0.42rem; text-align: center; } .footer .btn { display: block; margin-left: auto; margin-right: auto; margin-bottom: 0.3rem; width: 6.6rem; height: 0.7rem; line-height: 0.7rem; text-align: center; color: #fff; background-color: #2386ee; border-radius: 0.7rem; font-size: 0.32rem; background-image: -webkit-linear-gradient(180deg, #0c6dd2 0%, #2386ee 100%); } /* 搴曢儴鍔熻兘鏍 */ #function { height: 0.98rem; background-color: #2386ee; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); } #function:after { display: none; } #function .item { position: relative; width: 25%; height: 0.98rem; padding-top: 0.6rem; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 0.3rem; text-align: center; color: #fff; font-size: 0.24rem; cursor: pointer; -webkit-tap-highlight-color: rgba(255, 255, 255, 0.05); } #function .item:nth-child(2n+2) { background-color: #0c6dd2; } #function .item .icoImg { position: absolute; top: 0.1rem; left: 50%; width: 0.4rem; height: 0.4rem; margin-left: -0.2rem; } /* index */ .index-banner { position: relative; width: 100%; height: 5rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .index-banner .item { position: relative; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: #eee; } .index-banner .item .bg { -webkit-transition: -webkit-transform 300ms ease-out 0s; transition: -webkit-transform 300ms ease-out 0s; transition: transform 300ms ease-out 0s; transition: transform 300ms ease-out 0s, -webkit-transform 300ms ease-out 0s; } .index-banner .item .contain { position: absolute; left: 50%; margin-left: -3.75rem; width: 7.5rem; top: 50%; margin-top: -1.5rem; height: 3rem; line-height: 3rem; text-align: center; -webkit-transition: all 500ms ease-out 0ms; transition: all 500ms ease-out 0ms; opacity: 0; visibility: hidden; -webkit-transform: scale(0.8) translateY(-0.6rem); transform: scale(0.8) translateY(-0.6rem); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .index-banner .item .contain .words { width: 7.5rem; height: 3rem; } .index-banner .item.leave .contain { -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: all 800ms ease-out 0ms; transition: all 800ms ease-out 0ms; opacity: 0; visibility: hidden; -webkit-transform: scale(0.8) translateY(0.6rem); transform: scale(0.8) translateY(0.6rem); } .index-banner .item.come .contain { -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; } .index-banner .item.on .contain { -webkit-transition: all 800ms ease-out 0ms; transition: all 800ms ease-out 0ms; opacity: 1; visibility: visible; -webkit-transform: none !important; transform: none !important; } .index-banner .item.moveItem { position: absolute; } .index-banner .paginationX1 { bottom: 0.24rem; } .index-section { position: relative; z-index: 3; padding: 0.64rem 0.3rem 0.8rem; } .index-head { position: relative; z-index: 2; margin-bottom: 0.5rem; text-align: center; } .index-head .dt { font-size: 0.38rem; color: #333333; font-weight: bold; } .index-head .dd { margin-top: 0.15rem; margin-left: auto; margin-right: auto; width: 6rem; font-size: 0.24rem; line-height: 0.32rem; color: #666666; } .index-head .hr { margin-left: auto; margin-right: auto; margin-top: 0.2rem; position: relative; width: 4rem; height: 1px; background-color: #cccccc; text-align: center; } .index-head .hr:before { content: " "; display: inline-block; vertical-align: top; margin-top: -1px; padding: 0.01rem; width: 0.5rem; height: 2px; background-color: #2386ee; } .index-software { background-color: #f3f6f9; padding-bottom: 0.6rem; } .index-software-slide { position: relative; margin-left: -0.3rem; width: 7.5rem; height: 6.6rem; padding-bottom: 0.2rem; } .index-software-slide .item { position: relative; left: 0; top: 0; width: 100%; height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .index-software-slide .item .link { cursor: pointer; -webkit-tap-highlight-color: rgba(35, 134, 238, 0.05); } .index-software-slide .item .wrapIn { position: relative; width: 4.8rem; height: 5.4rem; padding: 0.35rem 0.6rem; margin-left: auto; margin-right: auto; border-radius: 0.2rem; -webkit-box-shadow: 0rem 0.06rem 0.188rem 0.012rem rgba(97, 105, 124, 0.1); box-shadow: 0rem 0.06rem 0.188rem 0.012rem rgba(97, 105, 124, 0.1); background-color: #fff; width: ; height: ; background-image: url(../images/bgi-software-item-dt.png); background-size: 100% auto; background-position: 50% 0%; background-repeat: no-repeat; text-align: center; overflow: hidden; } .index-software-slide .item .dh { font-size: 0.34rem; color: #fff; line-height: 0.4rem; } .index-software-slide .item .dh .type { display: block; width: 1.2rem; height: 0.4rem; background-image: url(../images/g.png); background-size: auto 0.4rem; background-position: right 50%; background-repeat: no-repeat; margin-left: auto; margin-right: auto; } .index-software-slide .item .dh .icoImg { display: block; margin-left: auto; margin-right: auto; margin-top: 0.25rem; width: 1.3rem; height: 1.3rem; border-radius: 1.3rem; background-color: #fff; } .index-software-slide .item .dt { margin-top: 0.45rem; font-size: 0.36rem; color: #2386ee; } .index-software-slide .item .dd { margin-top: 0.14rem; font-size: 0.28rem; line-height: 0.42rem; } .index-software-slide .item .btnX0 { margin-top: 0.4rem; margin-left: auto; margin-right: auto; } .index-software-slide .item.come .wrapIn { -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .index-software-slide .item.leave .wrapIn { -webkit-transform: scale(0.85); transform: scale(0.85); -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .index-software-slide .item.on .wrapIn { -webkit-transform: none !important; transform: none !important; -webkit-transition: all 400ms ease-out 50ms; transition: all 400ms ease-out 50ms; } .index-service { position: relative; overflow: hidden; background-color: #1aaae9; background-image: -webkit-linear-gradient(90deg, #1f52c5 0%, #1aadeb 100%); background-image: url(../images/bgi-service.jpg); background-size: cover; background-position: 50% 100%; background-repeat: no-repeat; } .index-service .index-head .dt, .index-service .index-head .dd { color: #fff; } .index-service .index-head .hr { background-color: #fff; } .index-service .index-head .hr:before { background-color: #fff; } .index-service-body { position: relative; } .index-service-body .links2 { text-align: center; font-size: 0; } .index-service-body .links2 .link { display: inline-block; vertical-align: top; width: 1.98rem; height: 0.58rem; line-height: 0.58rem; margin-left: 0.15rem; margin-right: 0.15rem; font-size: 0.26rem; color: #1b94e0; border: #2386ee solid 1px; border-radius: 0.04rem; background-color: #fff; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .index-service-body .pic { position: absolute; left: 50%; bottom: 1.42rem; width: 3.2rem; height: 3.2rem; margin-left: -1.6rem; } .index-service-body .list4 { margin-top: 0.8rem; position: relative; height: 4.5rem; } .index-service-body .list4 .item { z-index: 3; position: absolute; width: 1.4rem; height: 1.4rem; line-height: 1.4rem; text-align: center; font-size: 0; } .index-service-body .list4 .item:before, .index-service-body .list4 .item:after { content: " "; position: absolute; pointer-events: none; border-radius: 50%; } .index-service-body .list4 .item:before { left: 0; top: 0; right: 0; bottom: 0; opacity: .2; z-index: -2; } .index-service-body .list4 .item:after { left: 0.14rem; top: 0.14rem; right: 0.14rem; bottom: 0.14rem; z-index: -1; } .index-service-body .list4 .item > span { display: inline-block; vertical-align: middle; font-size: 0.3rem; line-height: 0.34rem; width: 2.2em; color: #fff; letter-spacing: .05em; } .index-service-body .list4 .item.i1 { right: 50%; margin-right: 1.6rem; top: 0; } .index-service-body .list4 .item.i1:before, .index-service-body .list4 .item.i1:after { background-color: #3cc570; } .index-service-body .list4 .item.i2 { left: 50%; margin-left: 1.54rem; top: 0; } .index-service-body .list4 .item.i2:before, .index-service-body .list4 .item.i2:after { background-color: #37ccde; } .index-service-body .list4 .item.i3 { right: 50%; margin-right: 1.5rem; bottom: 0; } .index-service-body .list4 .item.i3:before, .index-service-body .list4 .item.i3:after { background-color: #6176ff; } .index-service-body .list4 .item.i4 { left: 50%; margin-left: 1.35rem; bottom: 0; } .index-service-body .list4 .item.i4:before, .index-service-body .list4 .item.i4:after { background-color: #fdc622; } .index-case-list .item { position: relative; padding: 0.2rem 0.4rem 0.2rem 3.2rem; width: 100%; height: 2rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; } .index-case-list .item:nth-child(1n+2) { margin-top: 0.2rem; } .index-case-list .item .pic { position: absolute; left: 0.2rem; top: 0.2rem; width: 2.6rem; height: 1.62rem; background-color: #f1f1f1; } .index-case-list .item h3 { padding: 0.12rem 0; font-size: 0.3rem; height: 0.48rem; line-height: 0.48rem; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333333; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .index-case-list .item .aside { font-size: 0.24rem; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 3em; color: #666666; } .index-case .btnX1 { margin-top: 0.4rem; width: 100%; } .index-news { padding-bottom: 0.6rem; background-color: #fff; } .index-news-tab .Tg .btn { display: inline-block; vertical-align: top; width: 2.1rem; height: 0.6rem; line-height: 0.6rem; background-color: #e8eff6; color: #2386ee; text-align: center; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; border-radius: 0.04rem; font-size: 0.26rem; } .index-news-tab .Tg .btn:nth-child(1n+2) { margin-left: 0.3rem; } .index-news-tab .Tg .btn.on { background-color: #2386ee; color: #fff; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); } .index-news-tab .Tt { margin-top: 0.3rem; } .index-news-list .item { position: relative; overflow: hidden; font-size: 0.26rem; line-height: 0.8rem; border-bottom: #dcdcdc dashed 1px; } .index-news-list .item h3 { padding-left: 1.4rem; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666666; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .index-news-list .item .date { position: absolute; left: 0; top: 0; color: #999999; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .index-honor-slide { position: relative; margin-top: -0.1rem; height: 3.5rem; padding-bottom: 0.2rem; } .index-honor-slide .shade { padding: 0.1rem; width: 7.1rem; margin-left: -0.1rem; } .index-honor-slide .box { top: 0.1rem; margin-left: 0.1rem; } .index-honor-slide .item { float: left; position: relative; margin-right: 0.15rem; width: 2rem; height: 2.64rem; background-color: #fff; padding: 0.15rem 0.1rem; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -webkit-box-shadow: 0rem 0.06rem 0.1rem 0.012rem rgba(69, 89, 138, 0.1); box-shadow: 0rem 0.06rem 0.1rem 0.012rem rgba(69, 89, 138, 0.1); } .index-honor-slide .item .pic { width: 100%; height: 0; padding-bottom: 132%; background-color: #f1f1f1; } .index-honor-slide .item .pic img { -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -o-object-fit: contain; object-fit: contain; } /* subpage */ .subpage { position: relative; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .subpage-banner { position: relative; z-index: 3; height: 3.6rem; line-height: 3.6rem; font-size: 0; text-align: center; background-color: #fff; } .subpage-banner .contain { display: inline-block; vertical-align: middle; color: #fff; line-height: 1; padding-top: 0.15rem; } .subpage-banner .contain .dt { font-size: 0.48rem; font-weight: bold; } .subpage-banner .contain .dd { margin-top: 0.2rem; font-size: 0.28rem; } .subpage-banner .contain .df { margin-top: 0.35rem; display: none; } .subpage-banner.t2 .contain { text-align: left; padding-right: 35%; -webkit-box-sizing: border-box; box-sizing: border-box; } .subpage-banner.t2 .contain .dt { font-size: 0.32rem; line-height: 0.42rem; font-weight: normal; } .subpage-banner.t2 .contain .dd { margin-top: 0.15rem; font-size: 0.22rem; line-height: 0.32rem; } .subpage-nav { z-index: 2; position: relative; height: 0.8rem; line-height: 0.8rem; background-color: #fff; text-align: center; /* .ctr.next { display: block; position: absolute;left: 100%;top: 0;margin-left: 5*@A;margin-top: 0;height: 100%; &.reject {display: none;} } */ } .subpage-nav:after { content: " "; position: absolute; left: 0; bottom: 0; right: 0; border-bottom: #dcdcdc solid 1px; } .subpage-nav .overview { padding-left: 0.3rem; padding-right: 0.3rem; } .subpage-nav .link2 { position: relative; overflow: hidden; display: inline-block; vertical-align: top; font-size: 0.28rem; color: #666666; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; text-align: center; } .subpage-nav .link2:nth-child(1n+2) { margin-left: 0.3rem; } .subpage-nav .link2:after { content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 0.04rem; background-color: #2386ee; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; -webkit-transform: scale(0); transform: scale(0); } .subpage-nav .link2.on { color: #2386ee; font-weight: bold; } .subpage-nav .link2.on:after { -webkit-transform: none !important; transform: none !important; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; } .subpage-wrap { position: relative; z-index: 2; padding-top: 0.48rem; padding-bottom: 0.64rem; } /* sAbout */ .sAbout .bg { -o-object-position: 50% 0; object-position: 50% 0; } .sAbout .head { text-align: center; position: relative; } .sAbout .head i { display: block; font-size: 1rem; font-family: Helvetica, sans-serif !important; text-align: center; color: #f3f3f3; color: #2386ee; opacity: .15; } .sAbout .head b { position: absolute; left: 0; top: 50%; margin-top: -0.25rem; width: 100%; height: 0.5rem; line-height: 0.5rem; font-size: 0.36rem; color: #2386ee; font-weight: bold; } .sAbout .body { margin-top: 0.25rem; } .sAbout .numDatas { margin-top: 0.4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .sAbout .numDatas:after { display: none; } .sAbout .numDatas .col { display: inline-block; vertical-align: top; position: relative; padding-top: 0.25rem; padding-bottom: 0.2rem; text-align: left; width: 3.35rem; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; background-color: rgba(255, 255, 255, 0.55); } .sAbout .numDatas .col:nth-child(1n+3) { margin-top: 0.2rem; } .sAbout .numDatas .col .icoImg { display: block; margin-left: auto; margin-right: auto; width: 0.66rem; height: 0.66rem; } .sAbout .numDatas .col .sdt { margin-top: 0.1rem; color: #333333; height: 0.3rem; line-height: 0.3rem; } .sAbout .numDatas .col .sdt .num { display: inline-block; vertical-align: bottom; font-size: 0.28rem; } .sAbout .numDatas .col .sdt sub { margin-left: 0.02rem; display: inline-block; vertical-align: bottom; font-size: 0.24rem; } .sAbout .numDatas .col .sdd { margin-top: 0.05rem; color: #666666; font-size: 0.22rem; line-height: 0.28rem; } .sAbout .numDatas s { display: inline-block; vertical-align: top; height: 0.6rem; line-height: 0.6rem; font-size: 0.2rem; color: #e1e1e1; margin-left: 0.72rem; margin-right: 0.72rem; font-family: 'SimSun', '瀹嬩綋'; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .sAbout-switch { margin-top: 0.4rem; position: relative; overflow: hidden; height: 3.8rem; } .sAbout-switch .item { position: relative; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: #eee; } .sAbout-switch .item.moveItem { position: absolute; } .sAbout-switch .item.on { position: relative; } .sAbout-switch .paginationX2 { position: absolute; bottom: 0.2rem; left: 0; } .sAbout-switch .paginationX2 .btn { border-color: #fff; margin-left: 0.08rem; margin-right: 0.08rem; } /* sCooperation */ .sCooperation-list { position: relative; } .sCooperation-list .item { float: left; position: relative; width: 2.2rem; height: 1.2rem; background-color: #fff; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; margin-left: 0.15rem; -webkit-box-sizing: border-box; box-sizing: border-box; } .sCooperation-list .item:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #e8e8e8 solid 1px; pointer-events: none; } .sCooperation-list .item:nth-child(3n+1) { margin-left: 0; } .sCooperation-list .item:nth-child(1n+4) { margin-top: 0.15rem; } .sCooperation-list .item .pic { width: 100%; height: 100%; } .sCooperation-list .item .pic img { -o-object-fit: contain; object-fit: contain; } /* sCulture */ .sCulture { padding-top: 0; } .sCulture-list4 { position: relative; z-index: 2; padding-top: 0.3rem; padding-bottom: 0.3rem; } .sCulture-list4 .item { position: relative; padding-top: 0.3rem; padding-bottom: 0.3rem; padding-left: 1.24rem; border-bottom: #cccccc dashed 1px; min-height: 0.9rem; } .sCulture-list4 .item .icoImg { position: absolute; left: 0; top: 0.28rem; width: 0.9rem; height: 0.9rem; border-radius: 50%; background-image: -webkit-linear-gradient(0deg, #1f51c3 0%, #1aadeb 100%); -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); } .sCulture-list4 .item .dt { font-size: 0.3rem; font-weight: bold; line-height: 0.44rem; color: #2386ee; } .sCulture-list4 .item .dd { font-size: 0.26rem; line-height: 0.36rem; padding: 0.03rem 0; color: #666666; } .sCulture-team { position: relative; z-index: 2; margin-top: 0.3rem; } .sCulture-team .head { margin-bottom: 0.35rem; text-align: center; } .sCulture-team .head .dt { font-size: 0.36rem; font-weight: bold; line-height: 0.44rem; color: #2386ee; } .sCulture-team .head .dd { margin-top: 0.05rem; font-size: 0.26rem; line-height: 0.36rem; padding: 0.03rem 0; } .sCulture-team-rotateMove { position: relative; width: 100%; height: 4.4rem; } .sCulture-team-rotateMove .item.moveItem { -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s; transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s; } .sCulture-team-rotateMove .item.moveItem.base { padding: 0; width: 0; height: 0; top: 1.875rem; left: 3.75rem; opacity: 0; } .sCulture-team-rotateMove .item.moveItem.L1.pOn { padding: 0; width: 4.4rem; height: 2.75rem; top: 0.5rem; left: -1.1rem; opacity: 1; } .sCulture-team-rotateMove .item.moveItem.L0 { padding: 0; width: 6rem; height: 3.75rem; top: 0rem; left: 0.75rem; opacity: 1; } .sCulture-team-rotateMove .item.moveItem.L1.nOn { padding: 0; width: 4.4rem; height: 2.75rem; top: 0.5rem; left: 4.2rem; opacity: 1; } .sCulture-team-rotateMove .shade { left: 50%; width: 7.5rem; margin-left: -3.75rem; } .sCulture-team-rotateMove .shade:before { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url(../images/loading.gif); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; mix-blend-mode: overlay; } .sCulture-team-rotateMove .box { opacity: 0; -webkit-transition: opacity 250ms ease-out 450ms; transition: opacity 250ms ease-out 450ms; } .sCulture-team-rotateMove._loaded .shade:before { -webkit-transition: all 250ms ease-out 400ms; transition: all 250ms ease-out 400ms; opacity: 0; visibility: hidden; } .sCulture-team-rotateMove._loaded .box { opacity: 1; } .sCulture-team-rotateMove .ysqMoveBox { position: relative; z-index: 1; height: 100%; white-space: nowrap; } .sCulture-team-rotateMove .shade { overflow: visible; } .sCulture-team-rotateMove .item { display: inline-block; vertical-align: top; position: relative; width: 3.75rem; height: 3.75rem; background-color: #fff; cursor: pointer; } .sCulture-team-rotateMove .item:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #ffffff solid 0.1rem; z-index: 6; pointer-events: none; } .sCulture-team-rotateMove .item .pic { width: 100%; height: 100%; } .sCulture-team-rotateMove .item h3 { z-index: 5; position: absolute; left: 0.1rem; right: 0.1rem; bottom: -1.2rem; padding-bottom: 0.15rem; text-align: center; color: #333; font-size: 0.26rem; line-height: 0.3rem; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } .sCulture-team-rotateMove .item.on h3 { bottom: -0.66rem; -webkit-transition: all 250ms ease-out 160ms; transition: all 250ms ease-out 160ms; opacity: 1; visibility: visible; } .sCulture-team-rotateMove .item.moveItem { position: absolute; left: 0; top: 0; } /* sSong */ .sSong { background-color: #e8f6fe; } .sSong-player { position: relative; width: 4.4rem; height: 4.4rem; margin-left: auto; margin-right: auto; } .sSong-player:after { z-index: -2; content: " "; position: absolute; top: 0; left: 0; width: 6rem; height: 4.4rem; background-image: url(../images/bgs-player-song.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat; pointer-events: none; } .sSong-player:before { z-index: -1; content: " "; position: absolute; right: -0.65rem; top: 50%; margin-top: -1.55rem; width: 3.09rem; height: 3.09rem; background-image: url(../images/bgs-player-cd.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; pointer-events: none; } .sSong-player .pic { overflow: visible; width: 4.4rem; height: 4.4rem; -webkit-box-shadow: 0rem 0.08rem 0.184rem 0.016rem rgba(35, 134, 238, 0.4); box-shadow: 0rem 0.08rem 0.184rem 0.016rem rgba(35, 134, 238, 0.4); background-color: #fff; } .sSong-player .pic:after { content: " "; position: absolute; right: -0.21rem; top: 0.21rem; width: 3.09rem; height: 3.09rem; background-image: url(../images/bgs-player-shell.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; pointer-events: none; z-index: -1; } .sSong-player .playBtn { z-index: 6; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .sSong-player.playstatus:before { -webkit-animation-name: rotate360; animation-name: rotate360; -webkit-animation-duration: 12s; animation-duration: 12s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: paused; animation-play-state: paused; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .sSong-player.playstatus.ing:before { -webkit-animation-play-state: running ; animation-play-state: running ; } .sSong-lyric { margin-top: 0.3rem; width: 4.4rem; margin-left: auto; margin-right: auto; font-size: 0.26rem; } .sSong-lyric .dt { color: #333333; } .sSong-lyric .dt .name { display: block; font-size: 0.32rem; text-indent: -0.5em; } .sSong-lyric .dt .tag { display: block; margin-top: 0.2rem; font-size: 0.24rem; text-indent: 0; } .sSong-lyric .ds { margin-top: 0.2rem; font-size: 0.24rem; line-height: 0.36rem; } .sSong-lyric .dd { margin-top: 0.2rem; } .sSong-lyric .dd .showAll { display: inline-block; vertical-align: top; margin-top: 0.2rem; } /* sHonor */ .sHonor-head { text-align: center; padding-bottom: 0.3rem; } .sHonor-head .dt { font-size: 0.36rem; color: #2386ee; line-height: 0.4rem; } .sHonor-head .hr { margin-top: 0.2rem; margin-left: auto; margin-right: auto; width: 0.6rem; height: 0.04rem; background-color: #2386ee; } .sHonor-head .dd { margin-top: 0.2rem; font-size: 0.24rem; line-height: 0.34rem; } .sHonor-list { position: relative; } .sHonor-list .item { float: left; position: relative; width: 2.24rem; background-color: #fff; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; margin-left: 0.09rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.09rem; border: #ffffff solid 1px; } .sHonor-list .item:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #e8e8e8 solid 1px; pointer-events: none; } .sHonor-list .item:nth-child(3n+1) { margin-left: 0; } .sHonor-list .item:nth-child(1n+4) { margin-top: 0.1rem; } .sHonor-list .item .pic { width: 100%; height: 0; padding-bottom: 132%; } .sHonor-list .item .pic img { -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; -o-object-fit: contain; object-fit: contain; } /* sCase */ .sCase-list .item { position: relative; background-color: #fff; } .sCase-list .item:nth-child(1n+2) { margin-top: 0.3rem; } .sCase-list .item .pic { width: 100%; height: 0; padding-bottom: 62.22222222%; background-color: #fff; } .sCase-list .item .txt { padding: 0.35rem 0.3rem 0.4rem; text-align: center; } .sCase-list .item h3 { line-height: 0.4rem; color: #333333; font-weight: bold; font-size: 0.3rem; } .sCase-list .item .aside { margin-top: 0.2rem; font-size: 0.22rem; line-height: 0.3rem; color: #999999; } .sCase-list .item .aside span { margin-right: 0.24rem; } .sCase-list .item .info { margin-top: 0.15rem; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 3em; height: 3em; } .sCase-list .item .btnX2 { margin-top: 0.25rem; } .sCase-list .item:active .btnX2 { color: #fff; background-color: #2386ee; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); -webkit-transition: 0ms; transition: 0ms; } .sCase-view { padding-top: 0; } .sCase-view-intro { position: relative; padding-top: 0.5rem; padding-bottom: 0.4rem; min-height: 2.4rem; background-image: url(../images/bgs-case-view.jpg); background-size: cover; background-position: 50% 0%; background-repeat: no-repeat; background-color: #eaf7ff; text-align: center; } .sCase-view-intro .pic { margin-left: auto; margin-right: auto; width: 3.2rem; height: 3.2rem; -webkit-box-shadow: 0rem 0.06rem 0.094rem 0.006rem rgba(22, 90, 162, 0.2); box-shadow: 0rem 0.06rem 0.094rem 0.006rem rgba(22, 90, 162, 0.2); background-color: #fff; border-radius: 50%; } .sCase-view-intro .txt { margin-top: 0.34rem; } .sCase-view-intro .txt h1 { font-size: 0.3rem; line-height: 0.4rem; position: relative; color: #2386ee; font-weight: bold; } .sCase-view-intro .txt .aside { margin-top: 0.2rem; font-size: 0.24rem; line-height: 0.34rem; color: #333333; } .sCase-view-intro .txt .aside p { padding: 0.04rem 0; } .sCase-view-detail { margin-top: 0.35rem; } .sCase-view-detail * { font-size: 0.24rem; line-height: 1.75em; } .sCase-download { margin-top: 0.5rem; } .sCase-download .dt { position: relative; border-left: #2386ee solid 0.04rem; padding-left: 0.16rem; font-size: 0.32rem; color: #333333; font-weight: bold; height: 0.4rem; line-height: 0.4rem; margin-bottom: 0.3rem; } .sCase-download .dt .more { position: absolute; right: 0; bottom: 0; color: #666666; font-size: 0.24rem; font-weight: normal; } .sCase-download .dt .more:hover { color: #333333; } .sCase-download-list { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .sCase-download-list:after { display: none; } .sCase-download-list .item { position: relative; width: 335px; height: 80px; line-height: 40px; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; background-color: #fff; color: #333333; padding: 20px 30px; -webkit-box-sizing: border-box; box-sizing: border-box; } .sCase-download-list .item:nth-child(2n+2) { margin-left: 0.2rem; } .sCase-download-list .item:nth-child(1n+3) { margin-top: 0.2rem; } .sCase-download-list .item h3 { padding-left: 38px; background-image: url(../images/btns-download.png); background-size: 30px auto; background-position: 0% 50%; background-repeat: no-repeat; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; font-size: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; color: #333333; } .sCase-download-list .item:hover { background-color: #2386ee; } .sCase-download-list .item:hover h3 { color: #fff; background-image: url(../images/btns-download_.png); } /* sActivity */ .sActivity-list { position: relative; } .sActivity-list .item { position: relative; width: 3.35rem; background-color: #fff; } .sActivity-list .item:nth-child(2n+1) { float: left; } .sActivity-list .item:nth-child(2n+2) { float: right; } .sActivity-list .item:nth-child(1n+3) { margin-top: 0.2rem; } .sActivity-list .item .pic { height: 0; padding-bottom: 62.63157895%; background-color: #f1f1f1; } .sActivity-list .item h3 { padding: 0.18rem 1em; font-size: 0.24rem; line-height: 0.34rem; text-align: center; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .sActivity-list .item:active { background-color: #2386ee; color: #fff; } /* sPartner */ .sPartner-list .item { position: relative; padding: 0.25rem 0.3rem; background-color: #fff; margin-top: 0.3rem; -webkit-box-shadow: 0rem 0.09rem 0.152rem 0.008rem rgba(206, 219, 233, 0.6); box-shadow: 0rem 0.09rem 0.152rem 0.008rem rgba(206, 219, 233, 0.6); } .sPartner-list .item:first-child { margin-top: 0; } .sPartner-list .item .dt { position: relative; height: 0.6rem; line-height: 0.6rem; } .sPartner-list .item .dt h2 { font-size: 0.3rem; color: #333333; font-weight: bold; } .sPartner-list .item .dt .logo { position: absolute; top: 0; right: 0; width: 1.4rem; height: 0.66rem; } .sPartner-list .item .dt .logo img { -o-object-fit: contain; object-fit: contain; mix-blend-mode: multiply; } .sPartner-list .item .dd { font-size: 0.24rem; margin-top: 0.15rem; } .sPartner-list .item .dd:before { content: " "; display: block; margin-bottom: 0.15rem; height: 0.01rem; background-color: #eeeeee; } /* sNews */ .sNews { background-color: #f3f6f9; } .sNews-list .item { position: relative; overflow: hidden; padding: 0.3rem 0.4rem 0.3rem 3.6rem; min-height: 1.75rem; background-color: #fff; -webkit-box-shadow: 0rem 0.04rem 0.1152rem 0.0048rem rgba(0, 0, 0, 0.05); box-shadow: 0rem 0.04rem 0.1152rem 0.0048rem rgba(0, 0, 0, 0.05); } .sNews-list .item:nth-child(1n+2) { margin-top: 0.2rem; } .sNews-list .item:after { content: " "; position: absolute; right: 0.4rem; bottom: 0.3rem; width: 0.19rem; height: 0.16rem; background-image: url(../images/arrows-news.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; -webkit-transform: translateX(-0.05rem); transform: translateX(-0.05rem); } .sNews-list .item .pic { position: absolute; left: 0.3rem; top: 0.3rem; width: 2.8rem; height: 1.75rem; background-color: #f1f1f1; } .sNews-list .item h3 { height: 0.48rem; line-height: 0.48rem; font-size: 0.3rem; color: #333333; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .sNews-list .item p { margin-top: 0.12rem; font-size: 0.24rem; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; max-height: 4.5em; height: 4.5em; color: #888; } /* sView */ .sView .wrapIn { background-color: #fff; padding: 0.4rem 0.3rem 0.5rem; margin-left: 0.3rem; margin-right: 0.3rem; width: 6.9rem; } .sView-head { padding-bottom: 0.32rem; border-bottom: #c7c7c7 dashed 1px; } .sView-head h1 { font-size: 0.36rem; line-height: 0.44rem; color: #333333; } .sView-head .aside { margin-top: 0.14rem; font-size: 0.22rem; line-height: 0.3rem; color: #999999; } .sView-head .aside span { display: inline-block; vertical-align: top; margin-left: 0.15rem; font-size: 0.22rem; color: #888; } .sView-head .aside span:first-child { margin-left: 0; } .sView-body { padding: 0.32rem 0; } .sView-foot { position: relative; overflow: hidden; height: 0.7rem; line-height: 0.3rem; margin-top: 0.1rem; border: #dcdcdc solid 1px; color: #333333; } .sView-foot a { padding: 0.2rem 0.4rem; } .sView-foot .ctr { position: absolute; top: 0; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); font-size: 0.24rem; } .sView-foot .ctr.prev { left: 0; } .sView-foot .ctr.next { right: 0; } .sView-foot .ctr[href="#"], .sView-foot .ctr[href=""] { cursor: not-allowed; } .sView-foot .ctr .limit { display: inline-block; vertical-align: top; max-width: 15em; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .sView-foot .backToList { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 0; font-size: 0.26rem; } /* sContact */ .sContact-info .en { font-family: Verdana, Geneva, sans-serif; font-size: 0.6rem; color: #fdfdfd; font-weight: bold; } .sContact-info .cn { margin-top: -0.24rem; font-size: 0.32rem; color: #2386ee; font-weight: bold; } .sContact-info .hr { margin-top: 0.2rem; background-color: #2386ee; background-image: -webkit-linear-gradient(0deg, #2386ee 0%, #ffffff 100%); } .sContact-info .oList { margin-top: 0.3rem; } .sContact-info .oList .oLi { position: relative; font-size: 0.24rem; line-height: 0.3rem; padding: 0.03rem 0 0.03rem 0.48rem; } .sContact-info .oList .oLi:nth-child(1n+2) { margin-top: 0.1rem; } .sContact-info .oList .oLi .icoImg { float: left; margin-left: -0.48rem; margin-top: -0.03rem; width: 0.36rem; height: 0.36rem; } .sContact-map { margin-top: 0.3rem; width: 100%; height: 4.4rem; } .sContact-map #dituContent { position: relative; overflow: hidden; width: 100%; height: 100%; line-height: 1.1; background-color: #fff; } .sContact-map #dituContent img { max-width: none; } ._pen .sContact-map { pointer-events: none; } .sContact-map:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 8; } .sContact-map:hover:after { visibility: hidden; -webkit-transition-delay: 500ms; transition-delay: 500ms; } .sContact-messageBoard { margin-top: 0.5rem; position: relative; z-index: 2; } .sContact-messageBoard .formCheck { position: relative; } .sContact-messageBoard .formItem { position: relative; line-height: 0.66rem; min-height: 0.66rem; } .sContact-messageBoard .formItem:nth-child(1n+2) { margin-top: 0.2rem; } .sContact-messageBoard .formItem .skin { display: block; width: 100% ; line-height: 0.34rem; padding: 0.16rem 0.72rem 0.16rem 0.2rem; border: #e5e5e5 solid 1px; background-color: #fff; font-size: 0.26rem; -webkit-box-sizing: border-box; box-sizing: border-box; } .sContact-messageBoard .formItem input.skin { height: 0.66rem; } .sContact-messageBoard .formItem textarea.skin { height: 1.66rem; } .sContact-messageBoard .formItem .icoImg { position: absolute; pointer-events: none; right: 0.05rem; top: 0; width: 0.66rem; height: 0.66rem; } .sContact-messageBoard .formItem.yzm { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .sContact-messageBoard .formItem.yzm:after { display: none; } .sContact-messageBoard .formItem.yzm .skin { float: left; width: 5.4rem; } .sContact-messageBoard .formItem.yzm .bindClick { float: left; width: 1.28rem; height: 0.66rem; border: #e5e5e5 solid 1px; -webkit-box-sizing: border-box; box-sizing: border-box; } .sContact-messageBoard .formItem.yzm .refreshVC { float: left; width: 0.66rem; height: 0.66rem; margin-left: 0.03rem; margin-right: 0.03rem; background-image: url(../images/refreshVC3.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sContact-messageBoard .formItem.yzm .refreshVC:active { -webkit-transition: 0ms; transition: 0ms; -webkit-transform: rotate(360deg); transform: rotate(360deg); } .sContact-messageBoard .formItem .enter { display: block; width: 100%; height: 0.72rem; line-height: 0.72rem; text-align: center; background-color: #2386ee; color: #fff; font-size: 0.28rem; -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); } /* sService */ .sService { padding: 0; } .sService-section { position: relative; overflow: hidden; z-index: 2; padding: 0.64rem 0 0.8rem; } .sService-head { position: relative; z-index: 2; margin-bottom: 0.42rem; text-align: center; } .sService-head .dt { font-size: 0.36rem; color: #333333; } .sService-head .dd { margin-top: 0.2rem; font-size: 0.26rem; line-height: 0.34rem; color: #666; } .sService-list4 .oList { position: relative; } .sService-list4 .oList .item { position: relative; width: 3.35rem; height: auto; padding: 0.35rem 0.15rem; background-image: url(../images/bgs-service-list4-item.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; } .sService-list4 .oList .item:nth-child(2n+1) { float: left; } .sService-list4 .oList .item:nth-child(2n+2) { float: right; } .sService-list4 .oList .item:nth-child(2n+2) { margin-left: 0.2rem; } .sService-list4 .oList .item:nth-child(1n+3) { margin-top: 0.2rem; } .sService-list4 .oList .item .icoImg { display: block; margin-left: auto; margin-right: auto; width: 1.2rem; height: 1.2rem; border-radius: 50%; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; background-color: #fff; } .sService-list4 .oList .item .dt { margin-top: 0.25rem; font-size: 0.3rem; line-height: 0.4rem; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .sService-list4 .oList .item .dd { margin-top: 0.15rem; font-size: 0.24rem; line-height: 1.4em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; max-height: 5.6em; height: 5.6em; } .sService-list4 .oList .item .more { display: inline-block; vertical-align: top; margin-top: 0.22rem; position: relative; z-index: 9; color: #fff; } .sService-list4 .oList .item.i1 { background-color: #3cc570; } .sService-list4 .oList .item.i2 { background-color: #20a0ff; } .sService-list4 .oList .item.i3 { background-color: #6176ff; } .sService-list4 .oList .item.i4 { background-color: #f7be15; } .sService-idea .imax { margin-top: 0.45rem; color: #666666; } .sService-flow .sService-head .dt { color: #fff; } .sService-flow .sService-head .dd { font-size: 0.26rem; line-height: 0.36rem; color: #fff; } .sService-flow .sService-head .dd p { width: 100% !important; text-align: center !important; } .sService-flow-tab { margin-top: 0.4rem; } .sService-flow-tab .circle { position: absolute; z-index: -1; left: 50%; top: -3.2rem; margin-left: -9rem; width: 18rem; height: 18rem; background-image: url(../images/bgs-service-flow-circle.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; pointer-events: none; -webkit-transition: all 1200ms ease-out 0s; transition: all 1200ms ease-out 0s; will-change: transform; } .sService-flow-tab .Tt { position: relative; height: 3.6rem; } .sService-flow-tab .Tt .box { z-index: 1; color: #fff; display: block; -webkit-transition: all 250ms ease-out 0ms, all 400ms ease-out 0s; transition: all 250ms ease-out 0ms, all 400ms ease-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translateX(-0.2rem); transform: translateX(-0.2rem); text-align: center; position: absolute; left: 0; width: 100%; } .sService-flow-tab .Tt .box i { position: relative; right: 0.06rem; display: block; margin-left: auto; margin-right: auto; padding-left: 0.25rem; width: 1.95rem; height: 1.44rem; background-image: url(../images/bgs-service-flow-i.png); background-size: auto; background-position: 50% 50%; background-repeat: no-repeat; font-family: Arial, sans-serif, 'Microsoft YaHei', '寰蒋闆呴粦'; font-weight: bold; font-size: 0.72rem; line-height: 1.44rem; text-align: center; -webkit-transform: translateX(0.1rem); transform: translateX(0.1rem); -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sService-flow-tab .Tt .box .dt { margin-top: 0.3rem; font-size: 0.3rem; font-weight: bold; } .sService-flow-tab .Tt .box .dd { margin-left: 0.4rem; margin-right: 0.4rem; margin-top: 0.24rem; font-size: 0.28rem; line-height: 0.4rem; } .sService-flow-tab .Tt .box.on { z-index: 9; -webkit-transition: all 400ms ease-out 0ms; transition: all 400ms ease-out 0ms; opacity: 1; visibility: visible; -webkit-transform: none !important; transform: none !important; } .sService-flow-tab .Tt .box.on i { -webkit-transform: none !important; transform: none !important; } .sService-flow-tab .Tt .box.leave { -webkit-transform: translateX(0.2rem); transform: translateX(0.2rem); -webkit-transition: all 200ms ease-out 0ms; transition: all 200ms ease-out 0ms; opacity: 0; visibility: hidden; } .sService-flow-tab .Tg { position: relative; margin-top: 0.25rem; } .sService-flow-tab .Tg .btn { border-color: #fff !important; opacity: .6; margin: 0 0.06rem; } .sService-flow-tab .Tg .btn.on { opacity: 1; } .sService-classify-switch { position: relative; } .sService-classify-switch .shade { height: 3.2rem; } .sService-classify-switch .item { float: left; display: block; position: relative; overflow: hidden; height: 3.2rem; width: 6.9rem; border: #eeeeee solid 1px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 5; background-color: #fff; } .sService-classify-switch .item:before, .sService-classify-switch .item:after { content: " "; position: absolute; z-index: -1; pointer-events: none; background-color: #eee; } .sService-classify-switch .item:before { left: 0; width: 100%; top: 50%; height: 1px; } .sService-classify-switch .item:after { top: 0; height: 100%; left: 50%; width: 1px; } .sService-classify-switch .item .col { position: relative; overflow: hidden; float: left; width: 50%; height: 1.6rem; padding: 0.25rem; text-align: center; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; } .sService-classify-switch .item .col .icoImg { margin-left: auto; margin-right: auto; width: 0.6rem; height: 0.6rem; display: block; -webkit-transition: all 250ms ease-in 0s; transition: all 250ms ease-in 0s; } .sService-classify-switch .item .col .dt { margin-top: 0.15rem; font-size: 0.28rem; color: #333333; } .sService-classify-switch .item .col .dd { position: relative; overflow: hidden; margin-top: 0.1rem; font-size: 0.24rem; line-height: 0.2rem; height: 0.68rem; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; display: none; } .sService-classify-switch .paginationX2 { position: relative; margin-top: 0.3rem; margin-bottom: -0.15rem; } .sService-pages { background-color: #ecf8fe; } .sService-nav { height: 0.96rem; } .sService-nav .overview { padding-left: 0.3rem; padding-right: 0.3rem; } .sService-nav .link { z-index: 2; display: inline-block; vertical-align: top; position: relative; margin-left: 0.24rem; width: 2.82rem; height: 0.96rem; line-height: 0.96rem; padding-left: 0.54rem; border: #e7e9ed solid 1px; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; } .sService-nav .link:before, .sService-nav .link:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; } .sService-nav .link:after { background-image: url(../images/bgs-service-nav-oLi.png); z-index: -1; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; } .sService-nav .link:before { background-image: url(../images/bgs-service-nav-oLi_.png); z-index: -2; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } .sService-nav .link:first-child { margin-left: 0; } .sService-nav .link i, .sService-nav .link b { display: inline-block; vertical-align: middle; height: 0.4rem; line-height: 0.4rem; } .sService-nav .link i { font-size: 0.36rem; color: #2386ee; font-style: italic; font-family: Verdana, Geneva, sans-serif; } .sService-nav .link b { margin-left: 0.12rem; color: #333333; font-size: 0.28rem; } .sService-nav .link.on:before { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; } .sService-nav .link.on:after { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } .sService-nav .link.on i, .sService-nav .link.on b { color: #fff; } .sService-nav .link.on s { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; -webkit-transform: none !important; transform: none !important; } .sService-detail { margin-top: 0.5rem; } .sService-detail .dt { border-left: #2386ee solid 0.04rem; padding-left: 0.16rem; font-size: 0.32rem; color: #333333; font-weight: bold; height: 0.4rem; line-height: 0.4rem; } .sService-detail .dd { margin-top: 0.34rem; } /* sMessageBoard */ .sMessageBoard .sContact-messageBoard { margin-top: 0; } .sMessageBoard .sContact-messageBoard .dt { padding-bottom: 0.15rem; color: #2386ee; } .sMessageBoard .sContact-messageBoard .dt .en { font-family: Verdana, Geneva, sans-serif; font-size: 0.48rem; text-transform: uppercase; } .sMessageBoard .sContact-messageBoard .dt .cn { margin-top: 0.12rem; font-size: 0.3rem; } /* sComments */ .sComments { padding: 0; } .sComments-list { position: relative; z-index: 2; padding: 0.64rem 0 0.8rem; background-color: #fff; } .sComments-list .dt { font-size: 0.32rem; color: #333333; text-align: center; margin-bottom: 0.4rem; } .sComments-list .dd { position: relative; overflow: hidden; width: 100%; } .sComments-list .dd .item { z-index: 3; position: relative; overflow: hidden; display: inline-block; vertical-align: top; width: 2.8rem; padding: 0.15rem; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; } .sComments-list .dd .item:after { content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #dddddd solid 1px; pointer-events: none; z-index: -1; } .sComments-list .dd .item:nth-child(1n+2) { margin-left: 0.25rem; } .sComments-list .dd .item .pic { height: 0; padding-bottom: 133%; background-color: #e9e9f2; } .sComments-list .dd .item .pic img { -o-object-fit: contain; object-fit: contain; } .sComments-list .dd .item .logo { margin-top: 0.1rem; height: 0.6rem; text-align: center; } /* sRelative */ .sRelative-case { position: relative; z-index: 3; padding: 0.64rem 0 0.72rem; } .sRelative-case .dt { position: relative; border-left: #2386ee solid 0.04rem; padding-left: 0.16rem; font-size: 0.32rem; color: #333333; font-weight: bold; height: 0.4rem; line-height: 0.4rem; margin-bottom: 0.3rem; } .sRelative-case .dt .more { position: absolute; right: 0; bottom: 0; color: #666666; font-size: 0.24rem; font-weight: normal; } .sRelative-case .dt .more:hover { color: #333333; } .sRelative-case .index-case-list .item { -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.05); } .sRelative-case .index-case-list .item h3 { font-weight: bold; } /* sJindie */ .sJindie { padding: 0; } .sJindie-section { position: relative; z-index: 3; padding: 0.64rem 0 0.72rem; } .sJindie-section:last-child .bg { background-color: #f3f6f9 !important; } .sJindie-head { position: relative; z-index: 3; margin-bottom: 0.4rem; text-align: center; width: 100%; } .sJindie-head .dt { font-size: 0.32rem; line-height: 0.42rem; color: #333333; } .sJindie-head .dd { margin-top: 0.3rem; font-size: 0.24rem; line-height: 1.5em; } .sJindie-head .dd * { font: inherit !important; line-height: inherit !important; padding: 0 !important; } .sJindie-body { color: #888; } .sJindie-foot-list { margin-top: 0.4rem; border-top: #e3e3e3 solid 1px; padding: 0.35rem 0.3rem 0; } .sJindie-foot-list .item { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.5em; } .sJindie-foot-list .item:nth-child(1n+2) { padding-top: 0.2rem; margin-top: 0.2rem; border-top: #dddddd dashed 1px; } .sJindie-foot-list .item .dt { font-size: 0.28rem; font-weight: bold; color: #2386ee; } .sJindie-foot-list .item .dd { margin-top: 0.2rem; font-size: 0.24rem; text-align: justify; } .sJindie-section2 .sJindie-head .dt { color: #fff; } .sJindie-section2-list { position: relative; overflow: hidden; margin-top: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .sJindie-section2-list:after { display: none; } .sJindie-section2-list .col { float: left; color: #fff; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJindie-section2-list .col .icoImg { width: 1rem; height: 1rem; display: block; margin-left: auto; margin-right: auto; border-radius: 50%; -webkit-transition: all 666ms ease-out 0s; transition: all 666ms ease-out 0s; border: #fff solid ; border-width: 2px; } @media screen and (max-width: 450px) { .sJindie-section2-list .col .icoImg { border-width: 1px; } } .sJindie-section2-list .col .dt { margin-top: 0.2rem; font-size: 0.26rem; line-height: 1.4em; } .sJindie-section2-list .col .dd { margin-top: 0.15rem; font-size: 0.24rem; line-height: 1.5em; min-height: 3em; display: none; } .sJindie-section2-list.list4 .col { width: 3.2rem; } .sJindie-section2-list.list4 .col:nth-child(2n+2) { margin-left: 0.5rem; } .sJindie-section2-list.list4 .col:nth-child(1n+3) { margin-top: 0.4rem; } .sJindie-section2-list.list3 .col, .sJindie-section2-list.list3-2 .col { width: 2.2rem; margin-left: 0.15rem; padding: 0 0.05rem; } .sJindie-section2-list.list3 .col:nth-child(3n+1), .sJindie-section2-list.list3-2 .col:nth-child(3n+1) { margin-left: 0; } .sJindie-section2-list.list3 .col:nth-child(1n+4), .sJindie-section2-list.list3-2 .col:nth-child(1n+4) { margin-top: 0.25rem; } .sJindie-section3, .sJindie-section8 { padding-top: 0; } .sJindie-section3 .sJindie-head, .sJindie-section8 .sJindie-head { background-color: #fff; margin-bottom: 0; padding-top: 0.6rem; } .sJindie-section3-list, .sJindie-section8-list { position: relative; z-index: 1; margin-bottom: -0.72rem; } .sJindie-section3-list .section, .sJindie-section8-list .section { position: relative; overflow: hidden; padding-bottom: 0.5rem; } .sJindie-section3-list .section .wrapIn, .sJindie-section8-list .section .wrapIn { position: relative; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJindie-section3-list .section .qImg, .sJindie-section8-list .section .qImg { display: block; margin-left: auto; margin-right: auto; width: 6rem; height: 4.6rem; } .sJindie-section3-list .section .txt, .sJindie-section8-list .section .txt { text-align: center; } .sJindie-section3-list .section .txt .dt, .sJindie-section8-list .section .txt .dt { font-size: 0.32rem; color: #333333; line-height: 0.4rem; font-weight: bold; text-align: center; } .sJindie-section3-list .section .txt .dd, .sJindie-section8-list .section .txt .dd { margin-top: 0.2rem; text-align: justify; } .sJindie-section3-list .section .txt .imax, .sJindie-section8-list .section .txt .imax { font-size: 0.22rem; } .sJindie-section3-list .section .txt .btnX2, .sJindie-section8-list .section .txt .btnX2 { margin-top: 0.25rem; display: none; } .sJindie-section3-list .section.even, .sJindie-section8-list .section.even { background-color: #fff; } .sJindie-section3-list .section.even .scrollbar, .sJindie-section8-list .section.even .scrollbar { background-color: #eef1f5; } .sJindie-section3-list .section.odd, .sJindie-section8-list .section.odd { background-color: #f3f6f9; } .sJindie-section3-list .section.odd .scrollbar, .sJindie-section8-list .section.odd .scrollbar { background-color: #fff; } .sJindie-section4 .sJindie-head .dt { color: #fff; } .sJindie-section4-slide { position: relative; } .sJindie-section4-slide .shade { height: auto; overflow-x: auto; } .sJindie-section4-slide .box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; position: relative !important; width: auto; height: auto; padding-bottom: 0.1rem; } .sJindie-section4-slide .box:after { display: none; } .sJindie-section4-slide .item { position: relative; overflow: hidden; display: inline-block; vertical-align: top; width: 4.6rem; min-width: 4.6rem; height: auto; background-color: #fff; padding: 1.7rem 0.3rem 0.4rem; text-align: center; white-space: normal; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJindie-section4-slide .item:nth-child(1n+2) { margin-left: 0.2rem; } .sJindie-section4-slide .item .ico { position: absolute; left: 50%; top: 0.4rem; margin-left: -0.5rem; width: 1rem; height: 1rem; border-radius: 50%; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; background-image: -webkit-linear-gradient(0deg, #1f52c5 0%, #1aadeb 100%); } .sJindie-section4-slide .item .dt { font-size: 0.28rem; line-height: 0.36rem; font-weight: bold; color: #2386ee; } .sJindie-section4-slide .item .dd { position: relative; margin-top: 0.2rem; font-size: 0.24rem; line-height: 1.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; max-height: 6em; color: #555; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section4-slide .ctrX6 { opacity: .8; } .sJindie-section4-slide .ctrX6:hover { opacity: 1; } .sJindie-section4-slide .ctrX6.prev { left: -0.44rem; } .sJindie-section4-slide .ctrX6.next { right: -0.44rem; } .sJindie-section5-list { position: relative; } .sJindie-section5-list .col { position: relative; overflow: hidden; padding: 0.45rem 0.25rem 0.45rem 2rem; width: 100%; min-height: 2.1rem; background-color: #fff; border: #e7e9ed solid 1px; margin-right: 0.2rem; margin-top: 0.2rem; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJindie-section5-list .col .icoImg { position: absolute; left: 0.4rem; top: 0.45rem; width: 1.2rem; height: 1.2rem; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section5-list .col .dt { font-size: 0.32rem; color: #333333; line-height: 0.42rem; } .sJindie-section5-list .col .dd { margin-top: 0.12rem; color: #666666; font-size: 0.24rem; line-height: 0.34rem; text-align: justify; } .sJindie-section6-slide { position: relative; } .sJindie-section6-slide .shade { height: auto; overflow-x: auto; } .sJindie-section6-slide .box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; position: relative !important; width: auto; height: auto; } .sJindie-section6-slide .box:after { display: none; } .sJindie-section6-slide .item { display: inline-block; vertical-align: top; position: relative; overflow: hidden; background-color: #fff; padding: 3rem 0.2rem 0.35rem; width: 3.2rem; min-width: 3.2rem; white-space: normal; } .sJindie-section6-slide .item:nth-child(1n+2) { margin-left: 0.2rem; } .sJindie-section6-slide .item .pic { position: absolute; left: 0; top: 0; height: 0; padding-bottom: 74.66666667%; width: 100%; } .sJindie-section6-slide .item .cn { font-size: 0.28rem; font-weight: bold; color: #2386ee; line-height: 0.34rem; } .sJindie-section6-slide .item .en { margin-top: 0.05rem; font-size: 0.24rem; color: #999999; display: none; } .sJindie-section6-slide .item .info { margin-top: 0.15rem; font-size: 0.24rem; line-height: 0.32rem; } .sJindie-section6-slide .ctrX3 { opacity: .8; } .sJindie-section6-slide .ctrX3:hover { opacity: 1; } .sJindie-section6-slide .ctrX3.prev { left: -0.44rem; } .sJindie-section6-slide .ctrX3.next { right: -0.44rem; } .sJindie-section7 .sJindie-head .dt, .sJindie-section7 .sJindie-head .dd { color: #fff; } .sJindie-section7-slide { position: relative; } .sJindie-section7-slide .shade { height: auto; overflow-x: auto; } .sJindie-section7-slide .box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; position: relative !important; width: auto; height: auto; } .sJindie-section7-slide .box:after { display: none; } .sJindie-section7-slide .item { display: inline-block; vertical-align: top; position: relative; overflow: hidden; background-color: #fff; padding: 0.5rem 0.4rem; width: 3.2rem; min-width: 3.2rem; white-space: normal; text-align: center; } .sJindie-section7-slide .item:nth-child(1n+2) { margin-left: 0.2rem; } .sJindie-section7-slide .item .icoImg { display: block; margin-left: auto; margin-right: auto; margin-top: 0.08rem; width: 0.8rem; height: 0.8rem; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section7-slide .item .cn { margin-top: 0.24rem; font-size: 0.28rem; font-weight: bold; color: #2386ee; line-height: 0.38rem; } .sJindie-section7-slide .item .en { margin-top: 0.1rem; font-size: 0.22rem; color: #999999; display: none; } .sJindie-section7-slide .item .info { margin-top: 0.2rem; font-size: 0.24rem; line-height: 0.32rem; } .sJindie-section7-slide .item:hover .icoImg { -webkit-transform: rotateY(360deg); transform: rotateY(360deg); } .sJindie-section7-slide .ctrX6 { opacity: .8; } .sJindie-section7-slide .ctrX6:hover { opacity: 1; } .sJindie-section7-slide .ctrX6.prev { left: -0.44rem; } .sJindie-section7-slide .ctrX6.next { right: -0.44rem; } .sJindie-section9-list { position: relative; } .sJindie-section9-list .item { float: left; position: relative; width: 32%; margin-left: 2%; } .sJindie-section9-list .item:nth-child(3n+1) { margin-left: 0; } .sJindie-section9-list .item:nth-child(1n+4) { margin-top: 2%; } .sJindie-section9-list .item .img { height: 0; padding-bottom: 41.02564103%; background-color: #fff; } .sJindie-section9-list .item .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .sJindie-section10 .sJindie-head { background-color: #fff; margin-bottom: 0.2rem; } .sJindie-section10-list { position: relative; z-index: 1; } .sJindie-section10-list .section { position: relative; overflow: hidden; } .sJindie-section10-list .section .wrapIn { position: relative; padding-top: 0.5rem; padding-bottom: 0.5rem; min-height: 2rem; text-align: center; } .sJindie-section10-list .section .qImg { max-width: 6.6rem; margin-left: auto; margin-right: auto; display: block; } .sJindie-section10-list .section .txt { width: 100%; line-height: 1.5; padding-top: 0.3rem; padding-bottom: 0.3rem; } .sJindie-section10-list .section .txt .dt { font-size: 0.28rem; color: #333333; line-height: 0.36rem; } .sJindie-section10-list .section .txt .dd { margin-top: 0.2rem; position: relative; overflow: hidden; } .sJindie-section10-list .section .txt .imax { line-height: 0.34rem; font-size: 0.24rem; } .sJindie-section10-list .section .txt .btnX2 { margin-top: 0.3rem; display: none; } .sJindie-section10-list .section.even { background-color: #f3f6f9; } .sJindie-section10-list .section.odd { background-color: #fff; } .sJindie-section11-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; overflow-x: auto; padding-bottom: 0.1rem; } .sJindie-section11-list:after { display: none; } .sJindie-section11-list .col { position: relative; width: 4.2rem; min-width: 4.2rem; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; font-size: .26rem; white-space: normal; background-color: #f3f6f9; padding: 0.35rem 0.25rem; } .sJindie-section11-list .col:nth-child(1n+2) { margin-left: 0.2rem; } .sJindie-section11-list .col .ico { display: block; margin-left: auto; margin-right: auto; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; border-radius: 50%; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section11-list .col .dico { -webkit-box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); box-shadow: 0rem 0.06rem 0.0564rem 0.0036rem rgba(35, 134, 238, 0.3); background-color: #2386ee; color: #fff; font-size: 0.28rem; font-family: Arial, sans-serif, 'Microsoft YaHei', '寰蒋闆呴粦' !important; } .sJindie-section11-list .col .icoImg { margin-bottom: -0.15rem; } .sJindie-section11-list .col .dt { margin-top: 0.2rem; font-size: 0.28rem; color: #333333; line-height: 0.44rem; } .sJindie-section11-list .col .dd { margin-top: 0.15rem; font-size: 0.24rem; line-height: 0.34rem; } .sJindie-section12-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; overflow-x: auto; padding-bottom: 0.1rem; } .sJindie-section12-list:after { display: none; } .sJindie-section12-list .col { float: left; position: relative; width: 4.2rem; min-width: 4.2rem; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0.35rem 0.25rem; text-align: center; background-color: #fff; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section12-list .col:nth-child(1n+2) { margin-left: 0.2rem; } .sJindie-section12-list .col .icoImg { display: block; margin-left: auto; margin-right: auto; width: 0.8rem; height: 0.8rem; line-height: 0.8rem; border-radius: 50%; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section12-list .col .dt { margin-top: 0.2rem; font-size: 0.28rem; color: #333333; line-height: 0.36rem; font-weight: bold; } .sJindie-section12-list .col .dd { margin-top: 0.2rem; font-size: 0.24rem; line-height: 1.5em; } .sJindie-section12-list .col .num { display: block; margin-top: 0.15rem; color: #999999; display: none; } .sJindie-section13-list .col { position: relative; width: 100%; padding: 0.35rem 0.35rem 0.35rem 2rem; background-color: #fff; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 2.1rem; } .sJindie-section13-list .col:nth-child(1n+2) { margin-top: 0.2rem; } .sJindie-section13-list .col:after { content: " "; pointer-events: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #e7e9ed solid 1px; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; } .sJindie-section13-list .col .icoImg { position: absolute; left: 0.4rem; top: 0.45rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; background-color: #2386ee; color: #fff; } .sJindie-section13-list .col .dt { font-size: 0.32rem; color: #333333; line-height: 0.42rem; } .sJindie-section13-list .col .dd { margin-top: 0.12rem; color: #666666; font-size: 0.24rem; line-height: 0.34rem; text-align: justify; } .sJindie-section13-list .col .num { display: block; margin-top: 0.15rem; color: #999999; display: none; } .sJindie-section14-list .col { position: relative; overflow: hidden; float: left; width: 3.35rem; background-color: #fff; } .sJindie-section14-list .col:nth-child(2n+2) { margin-left: 0.2rem; } .sJindie-section14-list .col:nth-child(1n+3) { margin-top: 0.2rem; } .sJindie-section14-list .col:after { content: " "; pointer-events: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; border: #e8e8e8 solid 1px; z-index: 6; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .sJindie-section14-list .col .img { width: 100%; height: 0; padding-bottom: 48.14814815%; } .sJindie-section14-list .col .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .sJindie-tab1 { padding: 0; } .sJindie-tab1 .Tg1 { position: relative; z-index: 4; padding-top: 0.6rem; padding-bottom: 0.6rem; font-size: 0; white-space: nowrap; } .sJindie-tab1 .Tg1 .btn1 { float: left; position: relative; z-index: 2; width: 2.2rem; height: 0.7rem; line-height: 0.7rem; text-align: center; background-color: #d5e2f1; font-size: 0.28rem; color: #2386ee; -webkit-transition: all 250ms ease-out 50ms; transition: all 250ms ease-out 50ms; margin-left: 0.15rem; border-radius: 0.05rem; } .sJindie-tab1 .Tg1 .btn1:first-child { margin-left: 0; } .sJindie-tab1 .Tg1 .btn1:after { content: " "; z-index: -1; position: absolute; left: -0.05rem; top: 0; width: 2.3rem; height: 0.91rem; background-image: url(../images/btns-jindieTab.png); background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; pointer-events: none; -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 0; visibility: hidden; } .sJindie-tab1 .Tg1 .btn1.on { color: #fff; } .sJindie-tab1 .Tg1 .btn1.on:after { -webkit-transition: all 250ms ease-out 0ms; transition: all 250ms ease-out 0ms; opacity: 1; visibility: visible; } .sJindie-tab1 .Tt1 { position: relative; z-index: 2; margin-top: -0.4rem; } .sJindie-tab1 .Tt1 .sJindie-section { padding: 0; } .sJindie-tab2 { position: relative; overflow: hidden; } .sJindie-tab2 .wrapIn { position: relative; padding-top: 0.6rem; padding-bottom: 1.2rem; } .sJindie-tab2 .qImg { width: 7.2rem; } .sJindie-tab2 .txt { margin-top: 0.3rem; line-height: 1.5; width: 100%; white-space: normal; text-align: center; } .sJindie-tab2 .txt .dt { font-size: 0.32rem; color: #333333; line-height: 0.38rem; font-weight: bold; } .sJindie-tab2 .txt .Tg2 { margin-top: 0.3rem; } .sJindie-tab2 .txt .btnX3 { margin-top: 0.3rem; display: none; } .sJindie-tab2.even { background-color: #f3f6f9; } .sJindie-tab2.odd { background-color: #fff; } .sJindie-tab2 .Tg2 .btn2 { display: none; } .sJindie-tab2 .Tg2 .btn2:nth-child(1n+2) { margin-top: 0.2rem; } .sJindie-tab2 .Tg2 .btn2 .sdt { position: relative; font-size: 0.28rem; line-height: 0.36rem; height: 0.36rem; color: #2386ee; -webkit-transition: all 250ms ease-out 0s; transition: all 250ms ease-out 0s; } .sJindie-tab2 .Tg2 .btn2 .sdd { margin-top: 0.12rem; font-size: 0.24rem; line-height: 0.34rem; } .sJindie-tab2 .Tg2 .btn2.on { display: block; } .sJindie-tab2 .Tt2 { text-align: center; } .sJindie-tab2 .Tt2 .box { min-height: 100%; background-color: transparent !important; } .sJindie-tab2 .paginationX2 { position: absolute; left: 0; bottom: 0.6rem; } /* sJinyang */ .sJinyang { padding: 0; } .sJinyang-section { position: relative; z-index: 3; padding: 0.64rem 0 0.8rem; } .sJinyang-head { margin-bottom: 0.4rem; text-align: center; width: 100%; } .sJinyang-head .dt { font-size: 0.32rem; color: #333333; } .sJinyang-body { color: #888; } .sJinyang-section2-switch { position: relative; } .sJinyang-section2-switch .shade { height: 3.2rem; } .sJinyang-section2-switch .item { float: left; display: block; position: relative; overflow: hidden; height: 3.2rem; width: 6.9rem; border: #eeeeee solid 1px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 5; background-color: #fff; } .sJinyang-section2-switch .item:before, .sJinyang-section2-switch .item:after { content: " "; position: absolute; z-index: -1; pointer-events: none; background-color: #eee; } .sJinyang-section2-switch .item:before { left: 0; width: 100%; top: 50%; height: 1px; } .sJinyang-section2-switch .item:after { top: 0; height: 100%; left: 50%; width: 1px; } .sJinyang-section2-switch .item .col { position: relative; overflow: hidden; float: left; width: 50%; height: 1.6rem; padding: 0.25rem; text-align: center; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJinyang-section2-switch .item .col .num { display: block; margin-left: auto; margin-right: auto; -webkit-transition: all 250ms ease-in 0s; transition: all 250ms ease-in 0s; border-radius: 50%; width: 0.66rem; height: 0.66rem; line-height: 0.66rem; text-align: center; background-image: -webkit-linear-gradient(90deg, #dcebf7 0%, #f3f9fe 100%); background-color: #f2f8fd; font-family: Arial, sans-serif, 'Microsoft YaHei', '寰蒋闆呴粦'; font-size: 0.26rem; color: #2386ee; } .sJinyang-section2-switch .item .col .dt { margin-top: 0.15rem; font-size: 0.26rem; color: #333333; } .sJinyang-section2-switch .item .col .dd { position: relative; overflow: hidden; margin-top: 0.1rem; font-size: 0.24rem; line-height: 0.2rem; height: 0.68rem; -webkit-transition: all 400ms ease-out 0s; transition: all 400ms ease-out 0s; display: none; } .sJinyang-section2-switch .ctrX5 { display: none !important; } .sJinyang-section2-switch .paginationX1 { bottom: -0.4rem; } .sJinyang-section2-switch .paginationX1 .btn:before { background-color: #dddddd; } .sJinyang-section2-switch .paginationX1 .btn:after { background-color: #2386ee; -webkit-transition: all 100ms ease-out 0s !important; transition: all 100ms ease-out 0s !important; } .sJinyang-section3-body { position: relative; } .sJinyang-section3-body .qImg { display: block; margin-left: auto; margin-right: auto; width: 6.96rem; height: 3.73rem; } .sJinyang-section3-body .list { width: 100%; margin-top: 0.35rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; } .sJinyang-section3-body .list:after { display: none; } .sJinyang-section3-body .list .item { width: 100%; position: relative; overflow: hidden; z-index: 2; padding: 0.2rem 0.25rem; background-color: #fff; border-radius: 0.2rem; -webkit-transition: all 250ms ease-out 50ms; transition: all 250ms ease-out 50ms; -webkit-box-shadow: 0rem 0.05rem 0.152rem 0.008rem rgba(206, 219, 233, 0.4); box-shadow: 0rem 0.05rem 0.152rem 0.008rem rgba(206, 219, 233, 0.4); font-size: 0.26rem; color: #666b7e; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.5; } .sJinyang-section3-body .list .item:nth-child(1n+2) { margin-top: 0.2rem; } .sJinyang-section3-body .list .item em { color: #333333; -webkit-transition: all 250ms ease-out 50ms; transition: all 250ms ease-out 50ms; font-weight: bold; font-size: 0.28rem; } .sJinyang-section3-body .list.t1 .item { width: 100%; } .sJinyang-section3-body .list.t2 .item { width: 3.35rem; padding-left: 0.15rem; padding-right: 0.15rem; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .sJinyang-section3-body .list.t2 .item:nth-child(2n+2) { margin-left: 0.2rem; } .sJinyang-section3-body .list.t2 .item:nth-child(1n+1) { margin-top: 0; } .sJinyang-section3-body .list.t2 .item:nth-child(1n+3) { margin-top: 0.2rem; } .sJinyang-section4 .sJinyang-body { background-color: #fff; border-radius: 0.1rem; -webkit-box-shadow: 0rem 0.05rem 0.152rem 0.008rem rgba(206, 219, 233, 0.4); box-shadow: 0rem 0.05rem 0.152rem 0.008rem rgba(206, 219, 233, 0.4); } /* v||h */ .scroll-wrap { background-color: #f3f6f9; } @media all and (orientation: landscape) { .posSet { position: relative !important; } #function { z-index: 1; } } @media all and (orientation: portrait) { .posSet { position: fixed !important; left: 50%; width: 7.5rem; margin-left: -3.75rem; } .posSet.pa { position: absolute !important; } .scroll-wrap { padding-top: 1.1rem; padding-bottom: 0.98rem; } #header { top: 0; } #function { bottom: 0; } } .pc .posSet { z-index: 88 !important; position: fixed !important; left: 50%; width: 7.5rem; margin-left: -3.75rem; } .pc .posSet.pa { position: absolute !important; } .pc .scroll-wrap { padding-top: 1.1rem; padding-bottom: 0.98rem; } .pc #header { top: 0; } .pc #function { bottom: 0; }