dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, span, a, input, textarea, p, blockquote, th, td, header, nav, footer, article, section, aside, time, figure { margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; }

ul { list-style: none; }

legend { display: none; }

fieldset, img { border: none; vertical-align: middle; }

em, cite, i { font-style: normal; }

img { width: 100%; }

div, span, a, li, ul { box-sizing: border-box; }

input, button, textarea { outline: none; border: 0; vertical-align: middle; border: 0; font-family: Microsoft YaHei; }

input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; border-radius: 0; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { resize: none; }

html { height: 100%; -webkit-text-size-adjust: none; overflow: hidden; }

body { font: 12px/18px Microsoft YaHei; position: relative; margin: 0 auto; color: #000; min-width: 320px; word-break: break-all; height: 100%; overflow: hidden; background-color: #fff; }

body a { color: #000; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }

body a:hover, body a:active, body a:focus { text-decoration: none; outline: none; }

@-webkit-keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
@keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
.bounce { -webkit-animation: bounce 1.2s linear infinite; animation: bounce 1.2s linear infinite; }

@-webkit-keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; } }
@keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; } }
.flash { -webkit-animation: flash 1.5s linear infinite; animation: flash 1.5s linear infinite; }

.donwline, .line-box > div { -webkit-animation: donwline 2s linear infinite; animation: donwline 2s linear infinite; }

@keyframes donwline { from { -webkit-transform: translate(500%, -455%); transform: translate(500%, -455%); }
  to { -webkit-transform: translate(-500%, 500%); transform: translate(-500%, 500%); } }
@-webkit-keyframes donwline { from { -webkit-transform: translate(500%, -455%); transform: translate(500%, -455%); }
  to { -webkit-transform: translate(-500%, 500%); transform: translate(-500%, 500%); } }
@-webkit-keyframes breath { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: .5; } }
@keyframes breath { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: .5; } }
.breath { -webkit-animation: breath 4s linear infinite; animation: breath 4s linear infinite; }

@-webkit-keyframes breath2 { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: .85; } }
@keyframes breath2 { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: .85; } }
.breath2 { -webkit-animation: breath2 4s linear infinite; animation: breath2 4s linear infinite; }

@-webkit-keyframes wobble { 0% { -webkit-transform: none; transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% { -webkit-transform: none; transform: none; } }
@keyframes wobble { 0% { -webkit-transform: none; transform: none; }
  15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% { -webkit-transform: none; transform: none; } }
.wobble { -webkit-animation: wobble 4s linear infinite; animation: wobble 4s linear infinite; }

.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: transform; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-container-vertical > .swiper-pagination { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet { margin: 5px 0; display: block; }

.quan1, .quan2, .ad, .ad2, .btn, .title, .title01, .txt01, .title11, .txt11, .title21, .title22, .title22-bg, .txt21, .box31, .box41, .txt55, .box55, .move-tips, .project-info, .title101, .box101, .box111, .box121 { position: absolute; left: 0; right: 0; margin: auto; }

.line-box, .alert-info { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.animate { opacity: 0; }

.auto-x { position: absolute; left: 0; right: 0; margin: auto; }

.auto-y { position: absolute; top: 0; bottom: 0; margin: auto; }

.full-page { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.swiper-container { overflow: hidden; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; margin: auto; }

.swiper-wrapper { height: 100%; }

.swiper-slide { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; color: #fff; background: url(../images/bg01-2.jpg?v02221942) 0 0 no-repeat; background-size: 100% 100%; }
.swiper-slide.bg00 { background-image: url(../images/bg01-2.jpg?v02221942); }
.swiper-slide.bg01 { background-image: url(../images/bg01.jpg?v02221942); }
.swiper-slide.bg03 { background-image: url(../images/bg03.jpg?v02221942); }
.swiper-slide.bg10 { background-image: url(../images/bg10.jpg?v02221942); }

.go-next { position: absolute; left: 0; right: 0; bottom: 10px; width: 14px; height: 22px; z-index: 1000; margin: auto; display: none; }

.go-next img { width: 100%; display: block; }

.next-button { left: 0; right: 0; margin: 0 auto; width: 134px; height: 44px; background-position: left -112px; }

.next-button:active { background-position: left -156px; }

.loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #01040b url(../images/bg-loading.jpg?v02221942); background-size: 100% 100%; z-index: 200; }

.percent { height: 2.49rem; line-height: 2.49rem; font-size: .32rem; line-height: 2.49rem; color: #fff; position: absolute; top: 60%; left: 0; text-align: center; right: 0; margin: auto; margin-top: -1.25rem; white-space: nowrap; }

.quan1, .quan2 { width: 2.49rem; height: 2.49rem; top: 60%; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; margin-top: -1.25rem; }

.quan1 { -webkit-animation: rotate1 1.2s linear infinite; animation: rotate1 1.2s linear infinite; }

.quan2 { -webkit-animation: rotate2 1.2s linear infinite; animation: rotate2 1.2s linear infinite; }

@-webkit-keyframes rotate1 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate1 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
@keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
.ad { top: 2%; }

.ad2 { bottom: 2%; }

.shares { position: absolute; left: 0; width: 100%; top: 0; height: 100%; z-index: 300; background: rgba(0, 0, 0, 0.7); display: none; }

.share { width: 86.88%; height: 8.93%; top: 81%; opacity: 1; }

.active .share { animation: l-r 1s linear forwards; -webkit-animation: l-r 1s linear forwards; }

#music { position: absolute; width: 24px; height: 24px; right: 8px; top: 8px; z-index: 10; opacity: 0.5; }

.music { width: 100%; height: 100%; background: url(../images/music.png?v02221942) no-repeat center center; background-size: 100%; }

.play { animation: rotate 1.2s linear infinite; -webkit-animation: rotate 1.2s linear infinite; }

#music > span { color: #fff; position: absolute; left: -56px; top: 0; line-height: 36px; font-size: 14px; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

#music > span.zshow { left: -36px; opacity: 1; }

.musics { width: 9px; height: 13px; position: absolute; left: -6px; bottom: 0; }

.musics span { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/musics.png) no-repeat center center; background-size: 100%; }

@keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); } }
.line-box > div { position: absolute; }
.line-box .line1 { width: 1.5rem; height: 2rem; left: 15%; top: -1.3rem; opacity: .8; -webkit-animation-duration: 5.2s; animation-duration: 5.2s; }
.line-box .line2 { width: 2rem; height: 3rem; left: 12%; top: -1.3rem; opacity: .5; -webkit-animation-duration: 5s; animation-duration: 5s; }
.line-box .line3 { width: 2rem; height: 3rem; left: 88%; top: -.8rem; -webkit-animation-duration: 3.8s; animation-duration: 3.8s; }
.line-box .line4 { width: 1.5rem; height: 2rem; left: 5%; top: 50%; -webkit-animation-duration: 3.1s; animation-duration: 3.1s; }
.line-box .line5 { width: 1rem; height: 1.2rem; left: 82%; top: 50%; opacity: .8; -webkit-animation-duration: 3.4s; animation-duration: 3.4s; }

.btn { width: 3rem; height: .74rem; background: url(../images/btn.png) center center no-repeat; background-size: 100% 100%; line-height: .74rem; text-align: center; color: #fff; font-weight: bold; font-size: .24rem; }
.btn .e2 { margin-right: 2em; }

.title { width: 100%; }

.title01 { width: 100%; top: 27%; }

.txt01 { width: 100%; font-size: .22rem; color: #cfedff; font-weight: bold; top: 60%; text-align: center; }

.btn01 { top: 73%; font-size: .24rem; }

.btn02 { top: 80%; font-size: .24rem; }

.title11 { width: 60%; top: 15%; }

.txt11 { width: 80%; top: 25%; background: url(../images/box-line11.png?v02221942) 0 0 no-repeat, url(../images/box-line11.png?v02221942) 0 bottom no-repeat; background-size: 100% 1px,100% 1px; padding: .35rem 0; font-size: .2rem; line-height: .4rem; color: #bdfbfd; }
.txt11 p { position: relative; padding-left: 1.5em; text-align: justify; }
.txt11 p i { position: absolute; left: 0; }

.btn11 { top: 80%; font-size: .24rem; }

.title21 { width: 100%; top: 7%; z-index: 10; }

.title22, .title22-bg { width: 100%; top: 15%; }

.title22 { z-index: 9; }

.btn21 { top: 65%; font-size: .2rem; }

.btn22 { top: 85%; font-size: .24rem; }

.txt21 { text-align: center; font-size: .2rem; line-height: .36rem; color: #52ccff; top: 75%; }
.txt21 .arrow21 { width: .24rem; height: .19rem; position: relative; top: -.1rem; }

.title31 { top: 7%; }

.box31 { width: 100%; text-align: center; top: 22%; font-size: .18rem; line-height: .32rem; }
.box31 img { width: .21rem; height: 1.01rem; display: block; margin: .05rem auto; }

.btn31 { top: 80%; }

.title41 { top: 5%; }

.box41 { width: 4.48rem; height: 7.31rem; background: url(../images/bg41.png?v02221942) 0 0 no-repeat; background-size: 100% 100%; top: 15%; padding: 0 .2rem; }
.box41 .face { width: 1.13rem; height: 1.13rem; border-radius: 1.13rem; padding: .05rem; border: #fff 1px solid; position: relative; margin: -.2rem auto 0px auto; }
.box41 .face img { display: block; width: 100%; height: 100%; border-radius: 100%; background-color: #fff; }
.box41 .user-name { width: 100%; background: url(../images/box-line11.png?v02221942) 0 bottom no-repeat; background-size: 100% 1px; text-align: center; padding: .2rem 0; font-size: .29rem; line-height: .36rem; }
.box41 ul { margin-top: .9rem; }
.box41 li .btn { position: relative; font-size: .25rem; }
.box41 .li45 { margin-top: 1.4rem; }

.title55 { top: 6%; }

.box55 { top: 85%; }

.txt55 { width: 3.3rem; text-align: center; padding-top: .1rem; font-size: .22rem; line-height: .3rem; height: 1.1rem; top: 16%; background: url(../images/txt-box.png?v02221942) 0 0 no-repeat; background-size: 100% 100%; overflow: hidden; }

.box55 { width: 90%; top: 32%; height: 5rem; background: url(../images/box-line11.png?v02221942) 0 0 no-repeat, url(../images/box-line12.png?v02221942) 0 bottom no-repeat; background-size: 100% 1px,100% 1px; text-align: center; overflow-y: hidden; overflow-x: scroll; }
.box55 .ul { width: 18.6rem; padding-top: .1rem; }
.box55 ul { height: 5rem; float: left; }
.box55 ul:nth-child(1) { width: 8rem; }
.box55 ul:nth-child(2) { width: 5.2rem; }
.box55 ul:nth-child(3) { width: 5.2rem; }
.box55 li { text-align: center; font-size: .16rem; width: 1.28rem; display: block; float: left; height: 1.1rem; overflow: hidden; line-height: .3rem; }
.box55 b { width: .5rem; height: .5rem; border-radius: .5rem; display: block; background-color: #ffdc5a; color: #000; line-height: .5rem; text-align: center; margin: .2rem auto .1rem auto; font-size: .2rem; }
.box55 .yellow b { background-color: #ffdc5a; }
.box55 .blue1 b { background-color: #00bdf4; }
.box55 .blue2 b { background-color: #4d98d9; }
.box55 .gray b { background-color: #dddddd; }
.box55 .move-tips { width: .83rem; height: .96rem; z-index: 9; bottom: .1rem; }

.btn55 { top: 85%; }

.project-info { padding-top: 1px; text-align: center; font-size: .32rem; top: 3%; }
.project-info img { display: block; width: 20%; margin: .2rem auto; }

.title101 { top: 31%; width: 100%; }

.box101 { width: 100%; top: 67%; text-align: center; font-size: .35rem; font-weight: bold; line-height: .45rem; }
.box101 input[type=text] { border: none; background-color: transparent; border-bottom: #abfefb 1px solid; font-size: .45rem; color: red; width: 1.5rem; text-align: center; font-weight: bold; position: relative; top: -.1rem; }
.box101 p { color: #abfefb; }
.box101 input[type=submit] { width: 1.3rem; height: .55rem; background: url(../images/btn-toubi.png?v02221942) center center no-repeat; background-size: 100% 100%; color: #fff; font-weight: bold; font-size: .37rem; margin-top: .2rem; line-height: .55rem; }

.btn101 { top: 85%; font-size: .24rem; }

.title111 { top: 6%; }

.btn111 { top: 80%; }

.box111 { width: 85%; top: 20%; }
.box111 li { width: 100%; height: .45rem; line-height: .39rem; padding: .03rem 0; overflow: hidden; font-size: .26rem; border-radius: .15rem; margin-bottom: .08rem; background-color: rgba(23, 173, 145, 0.5); }
.box111 li.box111-hd { background-color: #17ad91; font-size: .22rem; }
.box111 span { display: block; float: left; text-align: center; margin: 0; padding: 0; overflow: hidden; }
.box111 .sp1, .box111 .sp-1 { width: 1rem; }
.box111 .sp2, .box111 .sp-2 { width: 2rem; }
.box111 .sp3, .box111 .sp-3 { width: 2.4rem; }
.box111 .li1 .sp-1 { color: #fdee01; }
.box111 .li2 .sp-1 { color: #c2c1c1; }
.box111 .li3 .sp-1 { color: #ce9601; }
.box111 .sp-3 { color: #feef01; font-size: .24rem; }
.box111 .sp-2 { border-left: #fff 1px solid; border-right: #fff 1px solid; }

.title121 { top: 6%; }

.btn121 { top: 70%; }

.box121 { width: 4.16rem; height: 2.5rem; border: #00a0e9 2px dotted; top: 35%; padding: .1rem .15rem; }
.box121 li { width: 100%; height: .65rem; border-radius: .2rem; background-color: #cfedff; color: #0b78af; font-size: .32rem; text-align: center; font-weight: bold; padding: .1rem 0; line-height: .45rem; margin-top: .3rem; }
.box121 span { color: red; border-bottom: #0b78af 1px solid; width: 1.4rem; display: inline-block; }

.alert-info { display: none; background-color: rgba(0, 0, 0, 0.5); z-index: 99; left: 0; top: 0; }
.alert-info .box { width: 4.43rem; height: 1.85rem; position: absolute; left: 50%; top: 50%; margin-left: -2.21rem; margin-top: -.925rem; background: url(../images/infobox.png?v02221942) center center no-repeat; background-size: 100% 100%; color: #fff; font-size: .24rem; text-align: center; }
.alert-info .close { width: .51rem; height: .51rem; background: url(../images/close.png?v02221942) center center no-repeat; background-size: 100% 100%; position: absolute; right: -.2rem; top: -.2rem; }
.alert-info .con-line1 { padding: .4rem .1rem; line-height: 1rem; }
.alert-info .con-line2 { padding: .45rem .1rem; line-height: .5rem; }
.alert-info .con-line3 { padding: .2rem .1rem; line-height: .4rem; }

@media screen and (max-height: 416px) { .title01 { top: 24%; }
  .btn01 { top: 74%; }
  .btn02 { top: 83%; }
  .title11 { top: 5%; }
  .txt11 { top: 18%; }
  .btn11 { top: 84%; }
  .title21 { top: 3%; }
  .title22, .title22-bg { top: 10%; width: 90%; }
  .btn21 { top: 62%; }
  .btn22 { top: 85%; }
  .txt21 { top: 72%; }
  .title31 { top: 7%; }
  .box31 { top: 18%; }
  .btn31 { top: 85%; }
  .title41 { top: 2%; }
  .box41 { height: 6.4rem; top: 15%; }
  .box41 ul { margin-top: .6rem; }
  .box41 .li45 { margin-top: .8rem; }
  .title55 { top: 4%; }
  .btn55 { top: 86%; }
  .txt55 { top: 14%; }
  .box55 { top: 30%; height: 4.5rem; }
  .box55 .ul { padding-top: .1rem; }
  .box55 li { display: inline-block; }
  .box55 b { margin: .1rem auto .05rem auto; }
  .project-info { top: 1%; }
  .title101 { top: 29%; width: 90%; }
  .box101 { top: 65%; }
  .title111 { top: 3%; }
  .btn111 { top: 85%; }
  .box111 { top: 14%; }
  .title121 { top: 6%; }
  .btn121 { top: 70%; }
  .box121 { top: 29%; } }
@media screen and (min-width: 384px) and (max-height: 520px) { .title01 { top: 24%; }
  .btn01 { top: 74%; }
  .btn02 { top: 83%; }
  .title11 { top: 5%; }
  .txt11 { top: 18%; }
  .btn11 { top: 84%; }
  .title21 { top: 3%; }
  .title22, .title22-bg { top: 10%; width: 90%; }
  .btn21 { top: 62%; }
  .btn22 { top: 85%; }
  .txt21 { top: 72%; }
  .title31 { top: 7%; }
  .box31 { top: 18%; }
  .btn31 { top: 85%; }
  .title41 { top: 2%; }
  .box41 { height: 6.4rem; top: 15%; }
  .box41 ul { margin-top: .6rem; }
  .box41 .li45 { margin-top: .8rem; }
  .title55 { top: 4%; }
  .btn55 { top: 86%; }
  .txt55 { top: 14%; }
  .box55 { top: 30%; height: 4.5rem; }
  .box55 li { width: .8rem; display: inline-block; }
  .box55 b { margin: .1rem auto .05rem auto; }
  .project-info { top: 1%; }
  .title101 { top: 29%; width: 90%; }
  .box101 { top: 65%; }
  .title111 { top: 3%; }
  .btn111 { top: 85%; }
  .box111 { top: 14%; }
  .title121 { top: 6%; }
  .btn121 { top: 70%; }
  .box121 { top: 29%; } }
@media screen and (min-width: 768px) and (max-height: 1024px) { .title01 { top: 24%; }
  .txt01 { line-height: .28rem; }
  .btn01 { top: 72%; }
  .btn02 { top: 81%; }
  .title11 { top: 5%; }
  .txt11 { top: 18%; }
  .btn11 { top: 84%; }
  .title21 { top: 3%; }
  .title22, .title22-bg { top: 10%; width: 90%; }
  .btn21 { top: 62%; }
  .btn22 { top: 85%; }
  .txt21 { top: 72%; }
  .title31 { top: 7%; }
  .box31 { top: 18%; }
  .btn31 { top: 85%; }
  .title41 { top: 2%; }
  .box41 { height: 6.4rem; top: 15%; }
  .box41 ul { margin-top: .6rem; }
  .box41 .li45 { margin-top: .8rem; }
  .title55 { top: 4%; }
  .btn55 { top: 86%; }
  .txt55 { top: 14%; }
  .box55 { top: 30%; height: 4.5rem; }
  .box55 li { display: inline-block; }
  .box55 b { margin: .1rem auto .05rem auto; }
  .project-info { top: 1%; }
  .title101 { top: 29%; width: 90%; }
  .box101 { top: 65%; }
  .title111 { top: 3%; }
  .btn111 { top: 85%; }
  .box111 { top: 14%; }
  .title121 { top: 6%; }
  .btn121 { top: 70%; }
  .box121 { top: 29%; } }
@media screen and (min-width: 1024px) and (max-height: 1366px) { .title01 { top: 24%; }
  .txt01 { line-height: .28rem; }
  .btn01 { top: 72%; }
  .btn02 { top: 81%; }
  .title11 { top: 5%; }
  .txt11 { top: 18%; }
  .btn11 { top: 84%; }
  .title21 { top: 3%; }
  .title22, .title22-bg { top: 10%; width: 90%; }
  .btn21 { top: 62%; }
  .btn22 { top: 85%; }
  .txt21 { top: 72%; }
  .title31 { top: 7%; }
  .box31 { top: 18%; }
  .btn31 { top: 85%; }
  .title41 { top: 2%; }
  .box41 { height: 6.4rem; top: 15%; }
  .box41 ul { margin-top: .6rem; }
  .box41 .li45 { margin-top: .8rem; }
  .title55 { top: 4%; }
  .btn55 { top: 86%; }
  .txt55 { top: 14%; }
  .box55 { top: 30%; height: 4.5rem; }
  .box55 li { display: inline-block; }
  .box55 b { margin: .1rem auto .05rem auto; }
  .project-info { top: 1%; }
  .title101 { top: 29%; width: 90%; }
  .box101 { top: 65%; }
  .title111 { top: 3%; }
  .btn111 { top: 85%; }
  .box111 { top: 14%; }
  .title121 { top: 6%; }
  .btn121 { top: 70%; }
  .box121 { top: 29%; } }
