html {
    font-size: 100px;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1200px !important;
}

header .logo {
    padding: 0.13rem 0 0 0.2rem;
}

.page-navbar {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: url('../images/header_bg.6c174.png') no-repeat center;
    background-size: cover;
}

.page-navbar a {
    text-decoration: none;
}

.page-navbar .text {
    padding: 0.02rem 0 0 0;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.16rem;
}

footer {
    padding: 0.42rem 0 0.34rem 0;
    text-align: center;
    background: #161924;
}

footer .footer-link a {
    margin: 0 0.13rem 0.08rem 0.13rem;
    display: inline-block;
    position: relative;
    font-size: 0.14rem;
    color: #fff;
}

footer .footer-link a:before {
    content: "";
    display: block;
    position: absolute;
    margin: -0.08rem 0 0 0;
    width: 0.01rem;
    height: 0.16rem;
    top: 50%;
    right: -0.13rem;
    background: #fff;
}

footer .footer-link a:last-child:before {
    display: none;
}

footer .footer-copyright span {
    margin: 0 0.13rem 0.08rem 0.13rem;
    display: inline-block;
    position: relative;
    font-size: 0.14rem;
    color: #fff;
}

footer .footer-copyright span:before {
    content: "";
    display: block;
    position: absolute;
    margin: -0.08rem 0 0 0;
    width: 0.01rem;
    height: 0.16rem;
    top: 50%;
    right: -0.13rem;
    background: #fff;
}

footer .footer-copyright span a {
    color: #fff;
}

footer .footer-copyright span:last-child:before {
    display: none;
}

.back-top {
    display: none;
    position: fixed;
    width: 0.5rem;
    height: 0.5rem;
    bottom: 1.8rem;
    right: 0.3rem;
    background: url('../images/top_icon.88da1.png') #e6e6e6 no-repeat center;
    background-size: 0.3rem 0.3rem;
    border-radius: 50%;
}

.back-top:hover {
    background: url('../images/top_icon.88da1.png') #1d86ff no-repeat center;
    background-size: 0.3rem 0.3rem;
}

.easemob-a {
    position: fixed;
    width: 0.5rem;
    height: 0.5rem;
    bottom: 1.1rem;
    right: 0.3rem;
    background: url('../images/kf_icon.c51b5.png') #1d86ff no-repeat center;
    background-size: 0.3rem 0.3rem;
    border-radius: 50%;
}

.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 {
    width: 100%;
    height: 9.5rem;
    background: url('../images/index_b_bg.e03d1.png') no-repeat center;
    background-size: cover;
}

.index-banner-logo {
    padding: 1.12rem 0 0 0;
    text-align: center;
}

.index-banner-title {
    padding: 0.3rem 0 0 0;
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index-banner-content {
    padding: 0.64rem 0 0 0;
    margin: 0 auto;
    width: 4.4rem;
}

.index-banner-content::after {
    content: "";
    display: block;
    clear: both;
}

.index-banner-button {
    float: left;
}

.index-banner-button a {
    margin: 0.22rem 0;
    display: block;
    width: 2.25rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
}

.index-banner-button a:hover,
.index-banner-button a:focus {
    text-decoration: none;
}

.index-banner-button a.android {
    background: url('../images/android_btn_bg.9d85b.png') no-repeat;
    background-size: 2.25rem 0.88rem;

}

.index-banner-button a.ios {
    background: url('../images/ios_btn_bg.e23cf.png') no-repeat;
    background-size: 2.25rem 0.88rem;
}

.index-banner-button a span {
    padding: 0 0 0 0.32rem;
    font-size: 0.24rem;
    color: #fff;
}

.index-banner-button a.android span {
    background: url('../images/android_icon.2c207.png') no-repeat center left;
    background-size: 0.24rem 0.29rem;
}

.index-banner-button a.ios span {
    background: url('../images/ios_icon.79045.png') no-repeat center left;
    background-size: 0.24rem 0.29rem;
}

.index-banner-qrcode {
    margin: 0.36rem 0 0 0.43rem;
    float: left;
}

.index-banner-qrcode img {
    width: 172px;
    border-radius: 0.05rem;
}

.agreement {
    padding: 1.6rem 0;
}

.agreement-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
    line-height: 0.42rem;
}

.agreement-content {
    padding: 0.6rem 0 0 0;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.21rem;
    text-align: justify;
}

.agreement-content.small {
    width: 100%;
    max-width: 8.04rem;
}

.agreement-content strong {
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.agreement-content p {
    margin: 0 0 0.16rem 0;
}

.error-404 {
    margin: -2.5rem 0 0 -2.535rem;
    position: absolute;
    width: 5.07rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    text-align: center;
}

.error-404 img {
    width: 100%;
    max-width: 4.92rem;
}

.error-404 p {
    margin: 0.76rem 0 0.73rem 0;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.18rem;
}

.error-404 a {
    display: inline-block;
    width: 1.6rem;
    height: 0.5rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.05rem;
}

@media screen and (max-width: 767px) {
    header .logo {
        padding: 8px 0;
        float: left;
    }

    header .logo img {
        height: 34px;
    }

    .page-navbar {
        height: 50px;
    }


    .page-navbar .text {
        padding: 0;
        margin: 0 0 0 12px;
        float: left;
        height: 50px;
        line-height: 50px;
    }

    footer {
        padding: 0.24rem 0 0.16rem 0;
        text-align: center;
        background: #161924;
    }

    .footer-link {
        margin: 0 auto;
        width: 3rem;
    }

    footer .footer-link a {
        margin: 0 0.13rem 0.08rem 0.13rem;
        display: inline-block;
        position: relative;
        font-size: 0.12rem;
        color: #fff;
    }

    footer .footer-link a:last-child:before {
        display: none;
    }

    footer .footer-link a:nth-child(3):before {
        display: none;
    }

    footer .footer-copyright span {
        margin: 0 0.13rem 0.08rem 0.13rem;
        font-size: 0.12rem;
    }

    footer .footer-copyright span:nth-child(2):before {
        display: none;
    }

    footer .footer-copyright span:last-child:before {
        display: none;
    }

    .back-top {
        right: 0.15rem;
    }

    .easemob-a {
        right: 0.15rem;
    }

    .index-banner {
        height: 9rem;
    }

    .index-banner-logo {
        padding: 1rem 0 0 0;
        text-align: center;
    }

    .index-banner-logo img {
        width: 1.8rem;
    }

    .index-banner-title {
        padding: 0.2rem 0 0 0;
        font-size: 0.28rem;
    }

    .index-banner-content {
        padding: 0.4rem 0 0 0;
        width: auto;
    }

    .index-banner-button {
        width: 100%;
        float: none;
    }

    .index-banner-button a {
        margin: 0.18rem auto;
        width: 1.8rem;
        height: 0.7rem;
        line-height: 0.7rem;
    }

    .index-banner-button a.android {
        background-size: 1.8rem 0.7rem;
    }

    .index-banner-button a.ios {
        background-size: 1.8rem 0.7rem;
    }

    .index-banner-button a span {
        padding: 0 0 0 0.32rem;
        font-size: 0.2rem;
    }

    .index-banner-button a.android span {
        background-size: 0.2rem 0.24rem;
    }

    .index-banner-button a.ios span {
        background-size: 0.2rem 0.24rem;
    }

    .index-banner-qrcode {
        margin: 0.2rem 0 0 0;
        width: 100%;
        text-align: center;
    }

    .index-banner-qrcode img {
        width: 1.6rem;
        border-radius: 0.05rem;
    }

    .agreement {
        padding: 0.6rem 0;
    }

    .agreement-title {
        font-size: 0.32rem;
    }

    .agreement-content {
        padding: 0.5rem 0 0 0;
    }

    .agreement-content.small {
        width: 100%;
        max-width: 8.04rem;
    }

    .agreement-content strong {
        font-size: 0.16rem;
    }

    .error-404 {
        margin: -1.82rem 0 0 -1.2rem;
        width: 2.4rem;
        height: 3.42rem;
    }

    .error-404 img {
        width: 100%;
        max-width: 2.4rem;
    }

    .error-404 p {
        margin: 0.46rem 0 0.42rem 0;
    }
}