@charset "UTF-8";

html, body {
    height: 100%;
    background-color: #fff;
}

.flex-1, .flex-10, .flex-11, .flex-12, .flex-2, .flex-3, .flex-4, .flex-5, .flex-6, .flex-8, .flex-9, .header .inner .logo {
    float: left
}

.bounceIn, .bounceInUp {
    -webkit-animation-duration: .75s
}

.footer .inner:after, .header .inner:after, .main-wrapper .Index-inner:after, .row:after {
    clear: both;
    content: "";
    visibility: hidden
}

* {
    box-sizing: border-box
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

a:hover {
    -webkit-tap-highlight-color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 15.625vw
    }
}

.row {
    zoom: 1
}

.row:after {
    display: block;
    height: 0
}

.flex-1 {
    width: 8.33333%
}

.flex-2 {
    width: 16.66667%
}

.flex-3 {
    width: 25%
}

.flex-4 {
    width: 33.33333%
}

.flex-5 {
    width: 41.66667%
}

.flex-6 {
    width: 50%
}

.flex-7 {
    float: left;
    width: 58.33333%
}

.flex-8 {
    width: 66.66667%
}

.flex-9 {
    width: 75%
}

.flex-10 {
    width: 83.33333%
}

.flex-11 {
    width: 91.66667%
}

.flex-12 {
    width: 100%
}

.header {
    width: 100%;
    background-color: #0084fe;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.header .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 150px;
    zoom: 1;
    transition: all .3s linear
}

.header .inner:after {
    display: block;
    height: 0
}

.header .inner.rHeight {
    height: 80px !important
}

.header .inner.rHeight .logo, .header .inner.rHeight .nav {
    height: 80px;
    line-height: 80px
}

.header .inner .logo, .header .inner .nav {
    height: 150px;
    line-height: 150px;
    transition: all .2s linear
}

.header .inner .logo {
    width: 72px;
    margin-left: 40px
}

.header .inner .logo img {
    vertical-align: middle;
    width: 100%
}

.header .inner .nav {
    float: right
}

.header .inner .nav .nav-a {
    transition: all .2s linear;
    font-size: 18px;
    color: #bcdfff;
    width: auto;
    padding: 0 40px;
    text-align: center;
    display: inline-block
}

.header .inner .nav .nav-a :hover, .header .inner .nav .nav-a.active {
    color: #fff;
    font-weight: 700
}

.header .inner .nav .nav-a.language > span {
    color: #fff;
    background: #0076ec;
    width: 91px;
    height: 31px;
    display: inline-block;
    line-height: 31px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px
}

.header .inner .nav .nav-a.language > span img {
    width: 6px
}

.header .inner #openBtn .close, .header .inner .phone-language, .up-arrow, .w-nav {
    display: none
}

.footer {
    background: #0084fe;
    width: 100%;
    min-width: 1200px
}

.footer .inner {
    width: 447px !important;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    zoom: 1
}

.footer .inner:after {
    display: block;
    height: 0
}

.footer .inner .footer-logo {
    width: 46px;
    line-height: 80px;
    display: inline-block;
    margin-right: 23px;
    vertical-align: top
}

.footer .inner .footer-logo img {
    vertical-align: middle;
    width: 100%
}

.footer .inner .footer-content {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 18px 0
}

.footer .inner .footer-content div {
    text-align: left
}

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: .75s
}

@-webkit-keyframes bounceIn {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bounceIn {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: .75s;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

@keyframes movell {
    0% {
        left: auto;
        right: 0
    }

    40% {
        width: 0;
        left: auto;
        right: 0
    }

    60% {
        left: 0;
        right: auto;
        width: 0%
    }

    100% {
        left: 0;
        right: auto;
        width: 100%
    }
}

@-webkit-keyframes movell {
    0% {
        left: auto;
        right: 0
    }

    40% {
        width: 0;
        left: auto;
        right: 0
    }

    60% {
        left: 0;
        right: auto;
        width: 0%
    }

    100% {
        left: 0;
        right: auto;
        width: 100%
    }
}

@keyframes upToDown {
    0%, 100% {
        transform: translate(0, 0);
        opacity: 1
    }

    50% {
        transform: translate(0, -10px);
        opacity: .8
    }
}

@-webkit-keyframes upToDown {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }

    50% {
        -webkit-transform: translate(0, -10px);
        opacity: .8
    }
}

@media screen and (max-width: 768px) {
    .header {
        width: 6.4rem
    }

    .header .inner {
        height: 1rem;
        width: 100%
    }

    .header .inner.rHeight {
        height: 1rem !important
    }

    .header .inner .logo, .header .inner.rHeight .logo {
        line-height: 1;
        height: .4rem
    }

    .header .inner .logo {
        width: .72rem;
        margin: .3rem .48rem 0
    }

    .header .inner .logo img {
        vertical-align: text-top;
        position: relative;
        top: -8px;
    }

    .header .inner .nav {
        display: none
    }

    .header .inner #openBtn {
        display: block;
        position: absolute;
        color: #27282c;
        top: 0;
        padding-top: .5rem;
        padding-right: .83rem;
        right: 0;
        transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
        cursor: pointer;
        margin-top: -.16rem;
        width: .3rem
    }

    .header .inner #openBtn:hover {
        -webkit-tap-highlight-color: transparent
    }

    .header .inner #openBtn .hide {
        display: none;
        opacity: 1 !important
    }

    .header .inner #openBtn .lcbody {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        position: relative;
        width: .32rem;
        height: .32rem
    }

    .header .inner #openBtn .lcbody .lcitem {
        width: 100%;
        background: 0 0;
        height: .04rem;
        overflow: hidden;
        position: absolute;
        left: 0;
        -webkit-transition: .36s;
        -moz-transition: .36s;
        transition: .36s
    }

    .header .inner #openBtn .lcbody .lcitem div {
        position: absolute;
        width: 100%;
        height: .04rem;
        top: 0;
        left: auto;
        right: 0;
        background: #fff;
        border-radius: .08rem
    }

    .header .inner #openBtn .lcbody .lcitem.center {
        display: block;
        top: .14rem
    }

    .header .inner #openBtn .lcbody .lcitem.center div {
        animation: movell .4s;
        animation-iteration-count: 1;
        animation-delay: .1s
    }

    .header .inner #openBtn .lcbody .lcitem.top {
        top: 0
    }

    .header .inner #openBtn .lcbody .lcitem.top div {
        animation: movell .4s;
        animation-fill-mode: both;
        animation-delay: 0
    }

    .header .inner #openBtn .lcbody .lcitem.bottom {
        bottom: 0
    }

    .header .inner #openBtn .lcbody .lcitem.bottom div {
        animation: movell .4s;
        animation-delay: .2s
    }

    .openMenu #openBtn .lcbody .lcitem.bottom div, .openMenu #openBtn .lcbody .lcitem.center div, .openMenu #openBtn .lcbody .lcitem.top div {
        animation-duration: .5s
    }

    .header .inner #openBtn .lcbody .close {
        display: block;
        width: .32rem;
        height: .32rem;
        position: absolute;
        top: 0;
        background: url(../images/nav-list.png) center no-repeat;
        background-size: 100% !important
    }

    .header .inner .phone-language {
        display: block;
        position: absolute;
        top: 0;
        right: 1.2rem;
        padding-top: .35rem;
        font-size: .2rem
    }

    .header .inner .phone-language span {
        background: #0076ec;
        padding: .04rem .08rem;
        color: #fff;
        border-radius: .06rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header .inner .phone-language span img {
        width: .06rem;
        height: .1rem
    }

    .openMenu #openBtn .lcbody .lcitem {
        opacity: 0
    }

    .openMenu #openBtn .lcbody .lcitem.top {
        top: .134rem !important;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .openMenu #openBtn .lcbody .lcitem.center {
        opacity: 0 !important
    }

    .openMenu #openBtn .lcbody .lcitem.bottom {
        bottom: .14rem !important;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .openMenu #openBtn .lcbody .close {
        background: url(../images/close.png) center no-repeat !important
    }

    .openMenu .w-nav .w-nav-list {
        top: 1rem !important
    }

    .w-nav {
        display: block
    }

    .w-nav .w-nav-list {
        position: fixed;
        top: -30%;
        left: 0;
        z-index: 9;
        background-color: #0084fe;
        transition: top .3s ease-in-out;
        width: 6.4rem
    }

    .w-nav .w-nav-list hr {
        margin: 0 .4rem;
        background: #309cff;
        border: none;
        height: 1px
    }

    .w-nav .w-nav-list .w-nav-a {
        line-height: 1rem;
        height: 1rem;
        color: #bcdfff;
        font-size: .3rem;
        text-align: center;
        width: 100%;
        display: block
    }

    .w-nav .w-nav-list .w-nav-a.active {
        color: #fff;
        font-weight: 700
    }

    .w-nav .nav-modal {
        background: rgba(0, 0, 0, .5);
        width: 100vw;
        height: 100vh;
        position: fixed;
        transition: background-color .3s ease-in-out .3s;
        top: 0;
        left: 0;
        z-index: 8;
        display: none
    }

    .footer {
        width: 100%;
        min-width: 100%;
        position: absolute;
        bottom: 0px;
    }

    .footer .inner {
        width: 100% !important;
        height: 1.04rem;
        margin: 0 auto;
        overflow: hidden
    }

    .footer .inner .footer-logo {
        display: none
    }

    .footer .inner .footer-content {
        font-size: .2rem;
        margin: 0;
        height: 1.04rem;
        line-height: 1.04rem;
        display: block
    }

    .footer .inner .footer-content div {
        text-align: center
    }

    .up-arrow {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        text-align: center;
        animation: upToDown;
        animation-duration: 2s;
        animation-iteration-count: infinite
    }

    .up-arrow img {
        width: .74em
    }
}

a {
    text-decoration: none;
    color: #000
}

.main-wrapper {
    width: 100%;
    background-color: #fff
}

.main-wrapper .hide {
    opacity: 0 !important
}

.main-wrapper .banner {
    background: #0084fe;
    height: 388px;
    width: 100%;
    min-width: 1200px;
    padding-top: 50px;
    position: relative
}

.main-wrapper .banner .bg {
    width: 1200px;
    /*height: 500px;*/
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: url(../images/banner.png) center no-repeat
}

.main-wrapper .banner .bg .headImg {
    width: 120px;
    margin: 37.7px auto 0
}

.main-wrapper .banner .bg .headImg img {
    width: 100%
}

.main-wrapper .banner .bg .title {
    margin-top: 40px;
    font-size: 56px;
    color: #fff;
    line-height: 87px;
    font-weight: 700
}

.main-wrapper .banner .bg .description {
    color: #fff;
    line-height: 25px;
    margin-top: 8px;
    font-size: 18px
}

.main-wrapper .phone-inner {
    display: none
}

.main-wrapper .Index-inner {
    min-width: 1200px;
    zoom: 1
}

.main-wrapper .Index-inner:after {
    display: block;
    height: 0
}

.main-wrapper .Index-inner .download {
    width: 200px;
    margin: 40px auto 80px
}

.main-wrapper .Index-inner .download .box {
    display: inline-block;
    width: 200px;
    height: 236px;
    vertical-align: top;
    opacity: 1;
    transition: opacity .3s linear
}

.main-wrapper .Index-inner .download .box .box-img {
    width: 220px;
    height: 220px;
    border: 1px solid #d1d9e1;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s linear;
    position: relative;
    padding: 10px;
}

.main-wrapper .Index-inner .download .box .box-img.downloadhover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #fff;
    background-image: url(../images/icon-download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120px auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 2
}

.main-wrapper .Index-inner .download .box .box-img.downloadhover:hover:before {
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.main-wrapper .Index-inner .download .box .box-img .icons {
    width: 38px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

/*.main-wrapper .Index-inner .download .box .box-img canvas,*/
/*.main-wrapper .Index-inner .download .box .box-img img {*/
/*  width: 200px;*/
/*  margin: 200px*/
/*}*/

.main-wrapper .Index-inner .download .box .box-text {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #859cbb
}

.main-wrapper .Index-inner .download .box p {
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9d9d9d;
    line-height: 17px;
    margin-top: 8px
}

.main-wrapper .Index-inner .download .box:hover .box-img {
    border: 1px solid #e1e8ee;
    box-shadow: 0 8px 10px #ecf0f3
}

.main-wrapper .Index-inner .download .box:hover .box-text {
    color: #000
}

.main-wrapper .Index-inner .download .box:nth-child(2) {
    margin: 0 80px
}

.main-wrapper .Index-inner .block-hide {
    opacity: 0
}

.main-wrapper .Index-inner .block {
    text-align: center;
    height: 1040px;
    position: relative
}

.main-wrapper .Index-inner .block .title {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 46px;
    font-weight: 700;
    color: #00295f;
    width: 100%;
    height: 110px;
    line-height: 3.5
}

.main-wrapper .Index-inner .block .description {
    position: absolute;
    top: 125px;
    z-index: 2;
    font-size: 20px;
    line-height: 28px;
    color: #004086;
    width: 100%
}

.main-wrapper .Index-inner .block .Img {
    z-index: 1;
    height: 1040px;
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0
}

.main-wrapper .Index-inner #block-1 .title {
    background: url(../images/TEXT1.png) top no-repeat
}

.main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/1.jpg) center no-repeat
}

.main-wrapper .Index-inner #block-2 .title {
    background: url(../images/TEXT2.png) top no-repeat
}

.main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/2.jpg) center no-repeat
}

.main-wrapper .Index-inner #block-3 .title {
    background: url(../images/TEXT3.png) top no-repeat
}

.main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/3.jpg) center no-repeat
}

.main-wrapper .Index-inner .bottom-Img {
    width: 530px;
    margin: 15.6px auto 161px
}

.main-wrapper .Index-inner .bottom-Img img {
    width: 100%
}

.main-wrapper .fiexd-block {
    position: fixed;
    bottom: 4.6%;
    right: 6%;
    z-index: 100;
    transition: opacity .3s linear
}

.main-wrapper .fiexd-block.hide {
    bottom: -50% !important
}

.main-wrapper .fiexd-block > div {
    width: 82px;
    height: 82px
}

.main-wrapper .fiexd-block > div img {
    width: 100%
}

.main-wrapper .fiexd-block .qrcode {
    margin-top: 18px
}

.main-wrapper .fiexd-block .qrcode .detail {
    width: 280px;
    height: 320px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(43, 58, 73, .2);
    position: absolute;
    bottom: 0;
    right: calc(100% + 29px);
    display: none
}

.main-wrapper .fiexd-block .qrcode .detail .text {
    color: #08223e;
    font-size: 20px;
    text-align: center;
    margin: 42px auto 10px
}

.main-wrapper .fiexd-block .qrcode .detail .img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative
}

.main-wrapper .fiexd-block .qrcode .detail .img canvas {
    width: 100%
}

.main-wrapper .fiexd-block .qrcode .detail .img img {
    position: absolute;
    width: 56px;
    top: 72px;
    left: 72px;
    padding: 5px;
    background: #fff;
    border-radius: 6px
}

.main-wrapper .fiexd-block .qrcode:hover .detail {
    display: block;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.en .main-wrapper .banner .bg .title {
    font-size: 48px;
    margin-top: 48px
}

.en .main-wrapper .banner .bg .description {
    font-size: 14px
}

.en .main-wrapper .Index-inner #block-1 .Img {
    background: url(../images/en-1.jpg) center no-repeat
}

.en .main-wrapper .Index-inner #block-2 .Img {
    background: url(../images/en-2.jpg) center no-repeat
}

.en .main-wrapper .Index-inner #block-3 .Img {
    background: url(../images/en-3.jpg) center no-repeat
}

#qrcode img {
    position: absolute;
    width: 40px;
    top: 10px;
    left: 0px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .main-wrapper .banner {
        height: 5rem;
        min-width: auto;
        padding-top: .2rem
    }

    .main-wrapper .banner .bg {
        /*height: 5.5rem;*/
        width: 6.4rem;
        text-align: center;
        overflow: hidden;
    }

    .main-wrapper .banner .bg .headImg {
        width: 1.24rem;
        height: 1.38rem;
        margin: 1.01rem auto 0
    }

    .main-wrapper .banner .bg .title {
        margin-top: .5rem;
        font-size: .48rem;
        line-height: .67rem
    }

    .main-wrapper .banner .bg .description {
        line-height: .28rem;
        margin-top: .16rem;
        font-size: .2rem
    }

    .main-wrapper .phone-inner {
        display: block
    }

    .main-wrapper .phone-inner .download {
        margin: .02rem 0 .02rem;
        text-align: center
    }

    .main-wrapper .phone-inner .download .download-text {
        color: #a1afc2;
        margin-bottom: .12rem;
        font-size: .2rem;
        line-height: .28rem
    }

    .main-wrapper .phone-inner .download .download-text.about {
        margin-top: .4rem;
    }

    .main-wrapper .phone-inner .download .download-btn {
        background: -webkit-linear-gradient(right, #00b7ff, #0092fe);
        background: linear-gradient(right, #00b7ff, #0092fe);
        background-color: #d7d7d7;
        width: 3.88rem;
        height: .88rem;
        line-height: .88rem;
        border-radius: .44rem;
        font-size: .26rem;
        margin: 0 auto;
        display: none;
        -webkit-box-shadow: 0 .1rem .12rem rgba(79, 92, 109, .2);
        -moz-box-shadow: 0 .1rem .12rem rgba(79, 92, 109, .2);
        box-shadow: 0 .1rem .12rem rgba(79, 92, 109, .2)
    }

    .main-wrapper .phone-inner .download .download-btn.ty2 {
        line-height: normal;
        padding-top: .1rem;
        margin-top: .4rem;
        display: block;
    }

    .main-wrapper .phone-inner .download .download-btn button {
        color: #fff;
        display: block;
        text-align: center;
        margin: 0 auto;
        background: unset;
        border: unset;
        font-weight: normal;
        width: 100%;
    }

    .main-wrapper .phone-inner .download .download-btn button span {
        font-size: .2rem;
        line-height: 1.2;
        display: block;
    }

    .main-wrapper .phone-inner .download .about-txt {
        font-size: .24rem;
        color: #007bff;
    }

    #ios-box {
        display: none;
    }

    .main-wrapper .phone-inner .download .download-btn.text {
        margin-top: .4rem;
        display: block;
    }

    .main-wrapper .Index-inner .download, .main-wrapper .fiexd-block {
        display: none
    }

    .main-wrapper .phone-inner .download .download-btn button:hover {
        -webkit-tap-highlight-color: transparent
    }

    .main-wrapper .Index-inner {
        min-width: 100%
    }

    .main-wrapper .Index-inner .block {
        height: 6.46rem;
        margin-top: 1.35rem
    }

    .main-wrapper .Index-inner .block .title {
        background-size: 30% !important;
        font-size: .48rem;
        width: 100%;
        height: 1.064rem;
        line-height: 3.5;
        color: #000
    }

    .main-wrapper .Index-inner .block .description {
        top: 1.164rem;
        z-index: 2;
        font-size: .24rem;
        line-height: .33rem;
        color: #4e4e4e
    }

    .main-wrapper .Index-inner .block .Img {
        height: 4.66rem;
        width: 100%;
        min-width: 100%;
        background-size: 100% !important;
        top: 1.8rem
    }

    .main-wrapper .Index-inner #block-1 .Img {
        background: url(../images/w-1.jpg) no-repeat
    }

    .main-wrapper .Index-inner #block-2 .Img {
        background: url(../images/w-2.jpg) no-repeat
    }

    .main-wrapper .Index-inner #block-3 .Img {
        background: url(../images/w-3.png) no-repeat
    }

    .main-wrapper .Index-inner .bottom-Img {
        width: 5.3rem;
        margin: 1.2rem auto 1.21rem
    }

    .main-wrapper .bottom-download {
        background: #f7f9fb;
        text-align: center;
        overflow: hidden
    }

    .main-wrapper .bottom-download .icon {
        margin: 1.18rem auto 0;
        width: 1.2rem;
        height: 1.2rem
    }

    .main-wrapper .bottom-download .icon img {
        width: 100%
    }

    .main-wrapper .bottom-download .icon-text {
        font-size: .36rem;
        line-height: .5rem;
        margin: .04rem auto .12rem
    }

    .main-wrapper .bottom-download .download {
        margin-bottom: .91rem
    }

    .en .main-wrapper .banner .bg .title {
        margin-top: .5rem;
        font-size: .3rem
    }

    .en .main-wrapper .banner .bg .description {
        font-size: .2rem
    }

    .en .main-wrapper .Index-inner #block-1 .Img {
        background: url(../images/en-w-1.jpg) center no-repeat
    }

    .en .main-wrapper .Index-inner #block-2 .Img {
        background: url(../images/en-w-2.jpg) center no-repeat
    }

    .en .main-wrapper .Index-inner #block-3 .Img {
        background: url(../images/en-w-3.jpg) center no-repeat
    }
}

#down-list {
    width: 600px;
    text-align: center;
    position: relative;
    left: -200px;
    top: 20px;
}

#down-list li {
    width: 49%;
    text-align: center;
    display: inline-block;
}

#down-list li button {
    background: #0084fe;
    color: #fff;
    padding: 10px 70px;
    line-height: 2.4;
    border-radius: 10px;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    outline: none;
}

/*#down-list li:nth-child(1) button {*/
/*    background: #6ebf0b;*/
/*}*/

.icon-apple {
    background-image: url(../images/apple.png);
    background-size: 100%;
    width: 26px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: 15px;
}

.icon-android {
    background-image: url(../images/android.png);
    background-size: 100%;
    width: 26px;
    height: 29px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: 15px;
}
