html {
    font-size: 100px;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px !important;
}

.browser {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1031;
}

.browser-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1029;
    background: rgba(0, 0, 0, 0.8)
}

.browser-icon {
    width: 0.5rem;
    height: 0.44rem;
    position: absolute;
    display: block;
    top: 0.1rem;
    right: 0.18rem;
    z-index: 1030;
    background: url('../images/browser_jt_icon.4b799.png') no-repeat center;
    background-size: 0.5rem 0.44rem;
}

.browser-text {
    width: 1.56rem;
    height: 0.4rem;
    display: flex;
    position: absolute;
    top: 0.74rem;
    right: 0.15rem;
    z-index: 1030;
    background: #fff;
    background-size: 0.3rem 0.3rem;
    border-radius: 1.56rem;
}

.browser-text .text-icon {
    margin: 0.06rem 0 0 0.14rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url('../images/browser_icon.83f8d.png') no-repeat;
    background-size: 0.3rem 0.3rem;
}

.browser-text .text-p {
    padding: 0.085rem 0 0 0.08rem;
    flex: 1;
    font-size: 0.16rem;
    color: #999;
}

.ios-download {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1031;
}

.download-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1029;
    background: rgba(0, 0, 0, 0.8)
}

.download-qrcode {
    position: absolute;
    margin: -0.7rem 0 0 -0.65rem;
    width: 1.3rem;
    height: 1.4rem;
    top: 50%;
    left: 50%;
    z-index: 1031;
}

.download-qrcode img {
    width: 1.3rem;
    height: 1.3rem;
}

.download-qrcode p {
    text-align: center;
    padding: 0.08rem 0 0 0;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.18rem;
}

.index-banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 11.22rem;
    background: url('../images/index_b_bg.77fec.png') no-repeat top center;
    background-size: cover;
    z-index: 1;
}

header .logo {
    padding: 0.4rem 0 0 0;
}

.index-banner-title {
    padding: 2.3rem 0 0 0;
}

.index-banner-title p.big {
    font-size: 1.06rem;
    color: #fff;
    letter-spacing: 0.02rem;
}

.index-banner-title p.small {
    padding: 0 0 0 0.22rem;
    font-size: 0.53rem;
    color: #96a0dd;
    letter-spacing: 0.4rem;
}

.index-banner-button {
    padding: 1.2rem 0 0 0;
    position: relative;
}

.index-banner-button:after {
    content: "";
    display: block;
    clear: both;
}

.index-banner-button a.android {
    float: left;
    display: block;
    width: 2.13rem;
    height: 0.83rem;
    background: url('../images/android_btn.ce5f0.png') no-repeat;
    background-size: 2.13rem 0.83rem;
    cursor: pointer;
}

.index-banner-button a.ios {
    margin: 0 0 0 0.2rem;
    float: left;
    display: block;
    width: 2.13rem;
    height: 0.83rem;
    background: url('../images/ios_btn.47dab.png') no-repeat;
    background-size: 2.13rem 0.83rem;
    cursor: pointer;
}

.index-content1 {
    position: relative;
    margin: -0.76rem auto 0;
    width: 100%;
    max-width: 1920px;
    height: 10.59rem;
    background: url('../images/banner1.36562.png') no-repeat center;
    border-bottom: 0.02rem solid #6F8AF6;
}

.index-content1::after {
    content: "";
    display: block;
    clear: both;
}

.index-content1 .container {
    height: 10.59rem;
}

.index-content1-img {
    position: absolute;
    bottom: -0.02rem;
    left: 0.15rem;
    width: 4.96rem;
    z-index: 0;
}

.index-content1-img img {
    border: 0.02rem solid #6F8AF6;
    border-bottom: 0;
    border-radius: 0.48rem 0.48rem 0 0;
    width: 100%;
}

.index-content1-text {
    position: relative;
    margin: 4.8rem 0 0 0;
    float: right;
    padding: 0 0 0 1.35rem;
    background: url('../images/icon1.7e119.png') no-repeat 0.64rem 0.28rem;
    background-size: 0.54rem 0.66rem;
    z-index: 1;
}

.index-content1-text .big-title {
    padding: 0 0 0 0.15rem;
    font-size: 0.78rem;
    font-weight: bold;
    color: #333;
}

.index-content1-text .small-title {
    padding: 0.45rem 0 0 0;
    font-size: 0.36rem;
    color: #666;
}

.index-content2 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 10.52rem;
    background: url('../images/banner2.63a5b.png') no-repeat center;
    border-bottom: 0.02rem solid #6F8AF6;
}

.index-content2::after {
    content: "";
    display: block;
    clear: both;
}

.index-content2 .container {
    height: 10.52rem;
}

.index-content2-img {
    position: absolute;
    bottom: 0;
    right: 0.15rem;
    width: 5.18rem;
    z-index: 0;
}

.index-content2-img img {
    border: 0.02rem solid #6F8AF6;
    border-bottom: 0;
    border-radius: 0.48rem 0.48rem 0 0;
    width: 100%;
}

.index-content2-text {
    position: relative;
    margin: 3.87rem 0 0 0;
    float: left;
    padding: 0 0 0 1.01rem;
    background: url('../images/icon2.32095.png') no-repeat 0.53rem 0.28rem;
    background-size: 0.56rem 0.68rem;
    z-index: 1;
}

.index-content2-text .big-title {
    padding: 0 0 0 0.31rem;
    font-size: 0.78rem;
    font-weight: bold;
    color: #333;
}

.index-content2-text .small-title {
    padding: 0.45rem 0 0 0;
    font-size: 0.36rem;
    color: #666;
}

.index-content3 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 10.71rem;
    background: url('../images/banner3.fec7e.png') no-repeat center;
}

.index-content3::after {
    content: "";
    display: block;
    clear: both;
}

.index-content3 .container {
    height: 10.71rem;
}

.index-content3-img {
    position: absolute;
    bottom: 0;
    left: 0.15rem;
    width: 5.2rem;
    z-index: 0;
}

.index-content3-img img {
    border: 0.02rem solid #6F8AF6;
    border-bottom: 0;
    border-radius: 0.48rem 0.48rem 0 0;
    width: 100%;
}

.index-content3-text {
    position: relative;
    margin: 3.84rem 6% 0 0;
    float: right;
    padding: 0 0 0 1.35rem;
    background: url('../images/icon1.7e119.png') no-repeat 0.64rem 0.28rem;
    background-size: 0.54rem 0.66rem;
    z-index: 1;
}

.index-content3-text .big-title {
    padding: 0 0 0 0.15rem;
    font-size: 0.78rem;
    font-weight: bold;
    color: #333;
}

.index-content3-text .small-title {
    display: inline-block;
    padding: 0.38rem 0 0 0.62rem;
    font-size: 0.36rem;
    color: #666;
}

footer {
    margin: 0 auto;
    width: 100%;
    height: 3.18rem;
    max-width: 1920px;
    background: #2847C4;
}

footer .footer-title {
    padding: 1.18rem 0 0 0;
    font-size: 0.36rem;
    line-height: 0.38rem;
    color: #fff;
    text-align: center;
}

footer .footer-link {
    padding: 0.42rem 0 0 0;
}

footer .footer-link::after {
    content: "";
    display: block;
    clear: both;
}

footer .footer-link-item {
    padding: 0.04rem 0;
    float: left;
    width: 33.33%;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1164px) { 
    .index-content1-img {
        width: 4.2rem;
    }

    .index-content2-img {
        width: 4.6rem;
    }

    .index-content3-img {
        width: 4.6rem;
    }
}

@media screen and (max-width: 767px) {
    header .logo {
        padding: 0.24rem 0 0 0;
    }

    .index-banner {
        height: 8.2rem;
        background: url('../images/index_b_bg.77fec.png') no-repeat center;
        background-size: cover;
    }

    .index-banner-title {
        padding: 1.4rem 0 0 0;
    }
    
    .index-banner-title p.big {
        font-size: 0.54rem;
        color: #fff;
        text-align: center;
    }
    
    .index-banner-title p.small {
        padding: 0 0 0 0.18rem;
        font-size: 0.26rem;
        color: #96a0dd;
        letter-spacing: 0.2rem;
        text-align: center;
    }
    
    .index-banner-button {
        padding: 0.8rem 0 0 0;
        position: relative;
    }
    
    .index-banner-button a.android {
        margin: 0 auto;
        float: none;
        width: 1.9rem;
        height: 0.74rem;
        background: url('../images/android_btn.ce5f0.png') no-repeat;
        background-size: 1.9rem 0.74rem;
    }
    
    .index-banner-button a.ios {
        margin: 0.1rem auto 0;
        float: none;
        width: 1.9rem;
        height: 0.74rem;
        background: url('../images/ios_btn.47dab.png') no-repeat;
        background-size: 1.9rem 0.74rem;
    }

    .index-content1 {
        height: 8.3rem;
    }

    .index-content1 .container {
        height: 8.3rem;
    }
    
    .index-content1-img {
        margin: 0 0 0 -1.3rem;
        left: 50%;
        width: 2.6rem;
    }
    
    .index-content1-text {
        margin: 1.8rem 0 0 0;
        float: left;
        padding: 0 0 0 0.78rem;
        background: url('../images/icon1.7e119.png') no-repeat 0.4rem 0.11rem;
        background-size: 0.36rem 0.44rem;
    }
    
    .index-content1-text .big-title {
        padding: 0 0 0 0.15rem;
        font-size: 0.36rem;
    }
    
    .index-content1-text .small-title {
        padding: 0.26rem 0 0 0;
        font-size: 0.18rem;
    }

    .index-content2 {
        height: 8.3rem;
    }

    .index-content2 .container {
        height: 8.3rem;
    }
    
    .index-content2-img {
        margin: 0 0 0 -1.3rem;
        left: 50%;
        width: 2.6rem;
    }
    
    .index-content2-text {
        margin: 1.8rem 0 0 0;
        float: left;
        padding: 0 0 0 0.78rem;
        background: url('../images/icon2.32095.png') no-repeat 0.4rem 0.08rem;
        background-size: 0.36rem 0.44rem;
    }
    
    .index-content2-text .big-title {
        padding: 0 0 0 0.15rem;
        font-size: 0.36rem;
    }
    
    .index-content2-text .small-title {
        padding: 0.26rem 0 0 0;
        font-size: 0.18rem;
    }

    .index-content3 {
        height: 8.3rem;
    }

    .index-content3 .container {
        height: 8.3rem;
    }
    
    .index-content3-img {
        margin: 0 0 0 -1.3rem;
        left: 50%;
        width: 2.6rem;
    }
    
    .index-content3-text {
        margin: 1.8rem 0 0 0;
        float: left;
        padding: 0 0 0 0.78rem;
        background: url('../images/icon1.7e119.png') no-repeat 0.4rem 0.11rem;
        background-size: 0.36rem 0.44rem;
    }
    
    .index-content3-text .big-title {
        padding: 0 0 0 0.15rem;
        font-size: 0.36rem;
    }
    
    .index-content3-text .small-title {
        padding: 0.26rem 0 0 0.32rem;
        font-size: 0.18rem;
    }

    footer {
        margin: 0 auto;
        width: 100%;
        height: 2.4rem;
        max-width: 1920px;
        background: #2847C4;
    }
    
    footer .footer-title {
        padding: 0.6rem 0 0 0;
        font-size: 0.24rem;
        line-height: 0.26rem;
        color: #fff;
        text-align: center;
    }
    
    footer .footer-link {
        padding: 0.26rem 0 0 0;
    }
    
    footer .footer-link::after {
        content: "";
        display: block;
        clear: both;
    }
    
    footer .footer-link-item {
        width: 100%;
        font-size: 0.14rem;
    }
}