li[data-v-06c36b6a] {
    list-style: none
}

a[data-v-06c36b6a] {
    text-decoration: none
}

.black[data-v-06c36b6a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #0a162b;
    color: #fff;
    padding: .48309rem 1.61031rem;
    min-width: 1200PX
}

.product_info[data-v-06c36b6a] {
    width: 50%
}

.product_info .footer_logo a[data-v-06c36b6a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.product_info .footer_logo a img[data-v-06c36b6a] {
    width: .64412rem;
    height: .64412rem
}

.product_info .footer_logo a span[data-v-06c36b6a] {
    margin-left: .16103rem;
    color: #fff;
    font-size: .32206rem;
    opacity: .8
}

.product_info .footer_app[data-v-06c36b6a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: .24155rem 0;
    opacity: .8
}

.product_info .footer_app p[data-v-06c36b6a] {
    font-size: .16103rem
}

.product_info .footer_app img[data-v-06c36b6a] {
    width: .40258rem;
    height: .40258rem;
    margin-right: .12077rem
}

.product_info .footer_team[data-v-06c36b6a] {
    font-size: .16103rem;
    opacity: .8
}

.product_download[data-v-06c36b6a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 50%
}

.product_download ul h3[data-v-06c36b6a] {
    font-size: .32206rem
}

.product_download ul li[data-v-06c36b6a] {
    font-size: .16103rem;
    padding: .12077rem 0
}

.product_download ul li a[data-v-06c36b6a] {
    color: #fff;
    opacity: .8
}

.white[data-v-06c36b6a] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    color: #333;
    padding: .48309rem 1.61031rem;
    border-top: .00805rem solid #ccc;
    min-width: 1200PX
}

.white .footer_logo a span[data-v-06c36b6a] {
    margin-left: .16103rem;
    color: #000;
    font-size: .32206rem;
    opacity: .8
}

.white .product_download p[data-v-06c36b6a],.white .product_download ul li a[data-v-06c36b6a],.white .product_info p[data-v-06c36b6a],.white .product_info ul li a[data-v-06c36b6a] {
    color: #747e8b
}

@-webkit-keyframes tobig {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes tobig {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes tocircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes tocircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fide-out {
    form {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fide-out {
    form {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fide-in {
    form {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fide-in {
    form {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.gray_img_one {
    -webkit-animation-name: fide-out;
    animation-name: fide-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.color_img_one,.gray_img_one {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.color_img_one {
    -webkit-animation-name: fide-in;
    animation-name: fide-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gray_img_two {
    -webkit-animation-name: fide-out;
    animation-name: fide-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.color_img_two,.gray_img_two {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.color_img_two {
    -webkit-animation-name: fide-in;
    animation-name: fide-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gray_img_three {
    -webkit-animation-name: fide-out;
    animation-name: fide-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.color_img_three,.gray_img_three {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.color_img_three {
    -webkit-animation-name: fide-in;
    animation-name: fide-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gray_img_four {
    -webkit-animation-name: fide-out;
    animation-name: fide-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.color_img_four,.gray_img_four {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.color_img_four {
    -webkit-animation-name: fide-in;
    animation-name: fide-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.gray_img_five {
    -webkit-animation-name: fide-out;
    animation-name: fide-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.color_img_five,.gray_img_five {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.color_img_five {
    -webkit-animation-name: fide-in;
    animation-name: fide-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.appShow {
    width: 100%
}

.appShow>svg {
    width: 100%;
    height: 90%
}

li[data-v-97d3f30c] {
    list-style: none
}

a[data-v-97d3f30c] {
    text-decoration: none
}

#wrapper_pc[data-v-97d3f30c] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    min-width: 1200PX
}

#wrapper_pc .main[data-v-97d3f30c] {
    width: 100%
}

#wrapper_pc .main.webpa[data-v-97d3f30c] {
    background-image: url(../images/bg_gnew.bf044a3b.webp);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50% 100%
}

#wrapper_pc .main.webpb[data-v-97d3f30c] {
    background: url(../images/bg_gnew.a664afc9.png) 100% 0 no-repeat;
    background-size: 50% 100%
}

#wrapper_pc .main .header[data-v-97d3f30c] {
    padding: .40258rem
}

#wrapper_pc .main .header a[data-v-97d3f30c] {
    display: inline-block
}

#wrapper_pc .main .header a img[data-v-97d3f30c] {
    width: 3.22061rem;
    height: .56361rem
}

#wrapper_pc .main .content[data-v-97d3f30c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 .40258rem
}

#wrapper_pc .main .content .left_cont[data-v-97d3f30c] {
    width: 50%
}

#wrapper_pc .main .content .left_cont h3[data-v-97d3f30c] {
    font-size: .80515rem;
    margin-bottom: .40258rem
}

#wrapper_pc .main .content .left_cont .desc_box .cont_desc ul[data-v-97d3f30c] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#wrapper_pc .main .content .left_cont .desc_box .cont_desc ul li[data-v-97d3f30c] {
    padding-top: .16103rem;
    padding-bottom: .08052rem
}

#wrapper_pc .main .content .left_cont .desc_box .cont_desc ul li img[data-v-97d3f30c] {
    width: .64412rem;
    height: .64412rem
}

#wrapper_pc .main .content .left_cont .desc_box .cont_desc ul li p[data-v-97d3f30c] {
    margin-left: .32206rem;
    font-size: .32206rem
}

#wrapper_pc .main .content .left_cont .download_btn[data-v-97d3f30c] {
    margin-top: .40258rem
}

#wrapper_pc .main .content .left_cont .download_btn a[data-v-97d3f30c] {
    width: 5.15298rem;
    display: inline-block;
    border: .00805rem solid #ccc;
    text-align: center;
    padding: .16103rem .16103rem;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    border-radius: .16103rem
}

#wrapper_pc .main .content .left_cont .download_btn a img[data-v-97d3f30c] {
    width: .48309rem;
    margin-right: .24155rem
}

#wrapper_pc .main .content .left_cont .download_btn a i[data-v-97d3f30c] {
    font-size: .45089rem;
    margin-right: .16103rem;
    padding-bottom: .08052rem
}

#wrapper_pc .main .content .left_cont .download_btn a i[data-v-97d3f30c],#wrapper_pc .main .content .left_cont .download_btn a img[data-v-97d3f30c],#wrapper_pc .main .content .left_cont .download_btn a span[data-v-97d3f30c] {
    display: inline-block;
    vertical-align: middle
}

#wrapper_pc .main .content .left_cont .download_btn a span[data-v-97d3f30c] {
    font-size: .35427rem
}

#wrapper_pc .main .content .left_cont .down_icon[data-v-97d3f30c] {
    text-align: left;
    padding-top: .48309rem
}

#wrapper_pc .main .content .left_cont .down_icon ul[data-v-97d3f30c] {
    display: inline-block
}

#wrapper_pc .main .content .left_cont .down_icon ul li[data-v-97d3f30c] {
    position: relative;
    padding: .09662rem .0161rem;
    display: inline-block;
    width: 1.0467rem;
    margin-right: .04026rem;
    text-align: center;
    vertical-align: middle;
    font-size: .24155rem
}

#wrapper_pc .main .content .left_cont .down_icon ul li a[data-v-97d3f30c] {
    width: 100%;
    font-size: .40258rem;
    display: inline-block
}

#wrapper_pc .main .content .left_cont .down_icon ul li img[data-v-97d3f30c] {
    width: .32206rem
}

#wrapper_pc .main .content .left_cont .down_icon ul .iconBox p[data-v-97d3f30c] {
    color: #2a2b32;
    font-size: .17713rem
}

#wrapper_pc .main .content .left_cont .down_icon ul .iconBox[data-v-97d3f30c]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: .0161rem solid transparent;
    border-radius: .12077rem;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    pointer-events: none
}

#wrapper_pc .main .content .left_cont .down_icon ul .iconBox[data-v-97d3f30c]:hover:before {
    border-color: #4d4e56
}

#wrapper_pc .main .content .right_cont[data-v-97d3f30c] {
    width: 50%;
    margin-top: -.80515rem
}

#wrapper_pc .otherDownload[data-v-97d3f30c] {
    background: #0a162b
}

#wrapper_pc .otherDownload .download_cont[data-v-97d3f30c] {
    margin: 0 2.81804rem 0 1.61031rem;
    border-bottom: .00805rem solid #4d4e56;
    overflow: hidden
}

#wrapper_pc .otherDownload .download_cont .other_tip[data-v-97d3f30c] {
    float: left;
    color: #b1b1b4;
    line-height: 1.44928rem;
    font-size: .16103rem
}

#wrapper_pc .otherDownload .download_cont .other_down[data-v-97d3f30c] {
    float: right;
    margin-right: 0
}

#wrapper_pc .otherDownload .download_cont .other_down .app_store[data-v-97d3f30c],#wrapper_pc .otherDownload .download_cont .other_down .google_play[data-v-97d3f30c] {
    cursor: pointer;
    line-height: 1.44928rem
}

#wrapper_pc .otherDownload .download_cont .other_down .app_store img[data-v-97d3f30c],#wrapper_pc .otherDownload .download_cont .other_down .google_play img[data-v-97d3f30c] {
    width: 1.93237rem
}

#wrapper_pc .otherDownload .download_cont .other_down .google_play[data-v-97d3f30c] {
    padding-right: .48309rem
}

#wrapper_pc .otherDownload .download_cont .other_down a img[data-v-97d3f30c] {
    vertical-align: middle
}

.svg_hid[data-v-97d3f30c] {
    position: absolute;
    width: 0;
    height: 0
}
