﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: PingFangSC-Regular, sans-serif;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

html {
    font-size: 55.2px;
}

body {
    font-size: 18px;
}

html, body {
    height: 100%;
}

body, a, input, button {
    font-family: PingFangSC-Regular, sans-serif;
    outline: none;
    color: #263440;
    text-decoration: none;
}

div, a, img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

.download {
    width: 100%;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    background: rgb(242, 247, 255);
}

.remind {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}

#show_i_code {
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #ddd;
    z-index: 10;
}

.content .logo_box {
    width: 100%;
    text-align: center;
    font-size: 0;

}

.logo_box .sponsor_logo {
    height: 1.6rem;
    vertical-align: middle;
    width: 298px;
}

.intro_img_box {
    position: relative;
}

.remind .swiper-slide img {
    display: block;
    border: none;
    width: 100%;
    margin: 0 auto;
}

.remind .swiper-button-prev.swiper-button-white {
    width: 0.3125rem;
    height: 0.625rem;
    margin-top: -0.35rem;
    background-image: url('../img/left-.png') !important;
    background-size: contain;
}

.remind .swiper-button-next.swiper-button-white {
    width: 0.3125rem;
    height: 0.625rem;
    margin-top: -0.35rem;
    background-image: url('../img/right-.png') !important;
    background-size: contain;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.remind .swiper-pagination-bullet-active {
    background: #fff !important;
}

.down_tip {
    font-size: 0.2rem;
    color: #6de2ff;
    text-align: center;
    margin-bottom: 0.4rem;
}

.down_tip li {
    list-style: none;
}

.down_tip li.recommend-text {
    padding-bottom: 0.05rem;
}

.installBtnGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 7%;
    z-index: 10000;
}

.downloadBtnGroup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    bottom: 9%;
    z-index: 10000;
}

.downloadBGroup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.install, .downloadA {
    background: linear-gradient(0deg, rgba(240,45,0,1), rgba(255,223,117,1));
}

.installB, .downloadB {
    background: linear-gradient(0deg, rgba(88,102,186,1), rgba(34,219,253,1));
}

.install, .installB {
    width: 180px;
    animation: scaleDrew 2.5s ease-in-out infinite;
}

.downloadA, .downloadBGroup {
    min-width: 36%;
    margin: 0 4%;
}

.downloadA, .downloadB {
    padding: 10px;
}

.downloadB {
    width: 100%;
}

.install, .installB, .downloadA, .downloadB {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    color: #ffffff;
    background-size: contain;
    font-size: 17px;
    border: none;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    z-index: 1000000 !important;
}

.onlineService {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    position: fixed;
    top: 27vw;
    right: 3%;
    z-index: 10000;
}

.onlineService span {
    margin-top: -4px;
}

.onlineService img {
    width: 60px;
}

@keyframes scaleDrew {

    /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
    0% {
        transform: scale(0.85);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@-webkit-keyframes install-button {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes install-button {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tuto {
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    color: #6292b3;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 6000;
}

#consult {
    display: block;
    border: none;
    width: 12px;
    height: 9px;
    margin: 4px auto 0;
    padding-bottom: 0.28rem;
    background: url('../img/xia.png') no-repeat;
    background-size: 100%;
}

.torial {
    width: 100%;
    font-size: 0;
    background: rgba(255, 255, 255, 1) !important;
}

.torial img {
    width: 100%;
}

.downloadForm {
    width: 100%;
    font-size: 0;
    background: rgba(255, 255, 255, 1) !important;
    position: relative;
}

.downloadForm img {
    width: 100%;
}

#consult {
    animation-name: upAnimation;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为*/
    cursor: pointer;
}

#consult {
    animation-duration: 2s;
    /*动画时间*/
    animation-fill-mode: both;
    /*播放后的状态*/
}

#consult {
    animation-iteration-count: infinite;
    /*动作循环的次数：infinite 无限循环*/
}

#consult {
    animation-duration: 2s;
    /*动画时间*/
}

@keyframes upAnimation {

    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -5px, 0);
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -3px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }

}

/*修改滚动条样式*/
::-webkit-scrollbar {
    width: 0px;
    height: 10px;
    /**/
}

::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::-webkit-scrollbar-corner {
    background: #179a16;
}

.az_img {
    position: fixed;
    z-index: 2000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

.contents {
    min-height: 100%;
    overflow: auto;
    position: relative;
}

.nav_bar {
    height: 48px;
    background: #fff;
    color: #000000;
    position: fixed;
    z-index: 2000000;
    width: 100%
}

.van-nav-bar__left, .van-nav-bar__right {
    position: absolute;
    top: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
    width: 60px;
    height: 32px;
}

.van-icon-arrow-left {
    width: 24px;
    height: 24px;
    background: url('/assets/img/left-a.png') no-repeat center;
    display: inline-block;
    position: absolute;
}

.van-icon::before {
    display: inline-block;

}

.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 48px;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}