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;
}

img {
    border: none;
}

p {
    margin-bottom: 0;
}

body,
a,
input,
button {
    font-family: PingFangSC-Regular, sans-serif;
    outline: none;
    color: #263440;
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

table {
    text-align: center;
    vertical-align: middle;
}

th {
    text-align: center;
    vertical-align: middle;
}

input {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

element {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input,
textarea {
    border: 0;
    -webkit-appearance: none;
}

/*********阻止旋转屏幕时自动调整字体大小**********/

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

/*****Input 的placeholder会出现文本位置偏上的情况****/

input {
    line-height: normal;
}

/*通用*/

.flt {
    float: left;
}

.frt {
    float: right;
}

.clr {
    clear: both;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt5-i {
    margin-top: 5px !important;
}

.mt10-i {
    margin-top: 10px !important;
}

.mt15-i {
    margin-top: 15px !important;
}

.mt20-i {
    margin-top: 20px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5-i {
    margin-bottom: 5px !important;
}

.mb10-i {
    margin-bottom: 10px !important;
}

.mb15-i {
    margin-bottom: 15px !important;
}

.mb20-i {
    margin-bottom: 20px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml5-i {
    margin-left: 5px !important;
}

.ml10-i {
    margin-left: 10px !important;
}

.ml15-i {
    margin-left: 15px !important;
}

.ml20-i {
    margin-left: 20px !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr5-i {
    margin-right: 5px !important;
}

.mr10-i {
    margin-right: 10px !important;
}

.mr15-i {
    margin-right: 15px !important;
}

.mr20-i {
    margin-right: 20px !important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt5-i {
    padding-top: 5px !important;
}

.pt10-i {
    padding-top: 10px !important;
}

.pt15-i {
    padding-top: 15px !important;
}

.pt20-i {
    padding-top: 20px !important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb5-i {
    padding-bottom: 5px !important;
}

.pb10-i {
    padding-bottom: 10px !important;
}

.pb15-i {
    padding-bottom: 15px !important;
}

.pb20-i {
    padding-bottom: 20px !important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr5-i {
    padding-right: 5px !important;
}

.pr10-i {
    padding-right: 10px !important;
}

.pr15-i {
    padding-right: 15px !important;
}

.pr20-i {
    padding-right: 20px !important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl5-i {
    padding-left: 5px !important;
}

.pl10-i {
    padding-left: 10px !important;
}

.pl15-i {
    padding-left: 15px !important;
}

.pl20-i {
    padding-left: 20px !important;
}

.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fz12 {
    font-size: 12px !important;
}

.fz14 {
    font-size: 14px !important;
}

.fz16 {
    font-size: 16px !important;
}

.fz18 {
    font-size: 18px !important;
}

.pre {
    position: relative !important;
}

.c-w {
    color: #fff;
}

.c-b {
    color: #000;
}

.c-9 {
    color: #999;
}

.c-6 {
    color: #666;
}

.c-3 {
    color: #333;
}

.c-w-i {
    color: #fff !important;
}

.c-b-i {
    color: #000 !important;
}

.c-9-i {
    color: #999 !important;
}

.c-6-i {
    color: #666 !important;
}

.c-3-i {
    color: #333 !important;
}

.t-c {
    text-align: center;
}

.t-c-i {
    text-align: center !important;
}

.l-c {
    vertical-align: middle;
}

.l-c-i {
    vertical-align: middle !important;
}

.bz-bb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bz-cb {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.bc-w {
    background: #fff;
}

.bc-w-i {
    background: #fff !important;
}

.fw-in {
    font-weight: inherit !important;
}

.fw-b {
    font-weight: bold;
}

.cs-p {
    cursor: pointer !important;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.w1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.w1024 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.w900 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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: 1920px) {
    html {
        font-size: 256px;
    }
}

@media (max-width: 1842px) {
    html {
        font-size: 245.6px;
    }
}

@media (max-width: 1762px) {
    html {
        font-size: 234.93px;
    }
}

@media (max-width: 1682px) {
    html {
        font-size: 224.26px;
    }
}

@media (max-width: 1602px) {
    html {
        font-size: 213.6px;
    }
}

@media (max-width: 1522px) {
    html {
        font-size: 202.93px;
    }
}

@media (max-width: 1442px) {
    html {
        font-size: 192.26px;
    }
}

@media (max-width: 1362px) {
    html {
        font-size: 181.6px;
    }
}

@media (max-width: 1282px) {
    html {
        font-size: 170.93px;
    }
}

@media (max-width: 1202px) {
    html {
        font-size: 160.26px;
    }
}

@media (max-width: 1122px) {
    html {
        font-size: 149.6px;
    }
}

@media (max-width: 1042px) {
    html {
        font-size: 138.93px;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 136.53px;
    }
}

@media (max-width: 962px) {
    html {
        font-size: 128.26px;
    }
}

@media (max-width: 952px) {
    html {
        font-size: 126.93px;
    }
}

@media (max-width: 902px) {
    html {
        font-size: 120.26px;
    }
}

@media (max-width: 882px) {
    html {
        font-size: 117.6px;
    }
}

@media (max-width: 802px) {
    html {
        font-size: 106.93px;
    }
}

@media (max-width: 775px) {
    html {
        font-size: 103.33px;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 102.4px;
    }
}

@media (max-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 738px) {
    html {
        font-size: 98.4px;
    }
}

@media (max-width: 734px) {
    html {
        font-size: 97.86px;
    }
}

@media (max-width: 733px) {
    html {
        font-size: 97.73px;
    }
}

@media (max-width: 669px) {
    html {
        font-size: 89.2px;
    }
}

@media (max-width: 642px) {
    html {
        font-size: 85.6px;
    }
}

@media (max-width: 602px) {
    html {
        font-size: 80.26px;
    }
}

@media (max-width: 570px) {
    html {
        font-size: 76px;
    }
}

@media (max-width: 535px) {
    html {
        font-size: 71.33px;
    }
}

@media (max-width: 455px) {
    html {
        font-size: 60.66px;
    }
}

@media (max-width: 437px) {
    html {
        font-size: 58.26px;
    }
}

@media (max-width: 414px) {
    html {
        font-size: 55.2px;
    }
}

@media (max-width: 412px) {
    html {
        font-size: 54.93px;
    }
}

@media (max-width: 386px) {
    html {
        font-size: 51.46px;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media (max-width: 370.8px) {
    html {
        font-size: 49.44px;
    }
}

@media (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 42.66px;
    }
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* .swiper-wrapper img,
.imgCon {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition-duration: 0.7s;
  transition-property: transform, opacity;
  transition-timing-function: linear;
  transform-origin: center center;
  overflow: hidden;
} */

.swiper-slide img:first-child,
.swiper-slide img:last-child {
    -webkit-transition-duration: 0.85s;
    transition-duration: 0.85s;
}

.swiper-button-next.disabled,
.swiper-button-prev.disabled {
    opacity: 0;
}

.remind .swiper-pagination-bullet {
    width: 8px;
    height: 4px;
    border-radius: 4px;
}

.remind .swiper-pagination-bullet-active {
    width: 16px;
}

.download .remind.newSite {
    overflow: hidden
}

.download .remind.newSite .logo_box {
    height: .72rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .5rem
}

.download .remind.newSite .logo_right_img {
    vertical-align: middle;
    width: auto;
    height: .72rem;
    -o-object-fit: cover;
    object-fit: cover
}

.download .remind.newSite .contentImg {
    display: block;
    margin: 0 auto .18rem;
    width: 100%;
    height: 8.7rem
}

.download .remind.newSite .down_tip {
    color: #5b698f
}

.download .remind.newSite .load {
    width: auto;
    border-radius: .12rem
}

.download .remind.newSite .tuto.newSiteTuto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #597EF7
}

.download .remind.newSite .tuto.newSiteTuto .tutoTxt {
    font-size: .28rem;
    font-family: "PingFang SC";
    background: transparent !important;
    font-weight: normal;
    color: #6C6C89;
    -webkit-text-fill-color: #6C6C89;
    text-align: center;
    font-style: normal;
    line-height: 12px
}

.download .remind.newSite .tuto.newSiteTuto .tutoArrow {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important
}

.download .remind.newSite .installContainer #install.install {
    width: auto;
    min-width: 2rem;
    -webkit-box-shadow: 0 .08rem .16rem 0 rgba(58, 158, 255, .3), 0 .012rem 0 0 var(--common_theme) inset;
    box-shadow: 0 .08rem .16rem 0 rgba(58, 158, 255, .3), 0 .012rem 0 0 var(--common_theme) inset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .64rem;
    padding: 0 .16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    border-radius: 4.4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12%, rgba(255, 255, 255, .4)), color-stop(30%, rgba(255, 255, 255, 0))), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: 0 .08rem .16rem 0 rgba(58, 158, 255, .3), 0 .012rem 0 0 var(--common_Theme) inset;
    box-shadow: 0 .08rem .16rem 0 rgba(58, 158, 255, .3), 0 .012rem 0 0 var(--common_Theme) inset;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: .28rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.download .installLogo {
    width: .68rem !important;
    height: .68rem !important
}

.download .installTutorial {
    width: 7.5rem !important
}

#download_component {
    display: none;
    width: 100%;
    height: 100%
}

#page_403_component {
    display: none;
    width: 100vw;
    height: 100%;
    overflow: auto
}

#page_403_component .lay_out_wrap {
    width: 100%;
    min-height: 100vh;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999999
}

#page_403_component .lay_out_wrap img[src*=http] {
    -webkit-animation: filter 1s linear normal;
    animation: filter 1s linear normal
}

@-webkit-keyframes filter {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes filter {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 0
    }
    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

#page_403_component .lay_out_wrap img[src=""],
#page_403_component .lay_out_wrap img:not([src]) {
    opacity: 0
}

#page_403_component .lay_out_wrap img {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

#page_403_component .lay_out_wrap .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .8rem;
    height: 1rem
}

#page_403_component .lay_out_wrap .logo img {
    height: 1rem;
    width: 6rem;
    -o-object-fit: contain;
    object-fit: contain
}

#page_403_component .lay_out_wrap .sponsor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .2rem
}

#page_403_component .lay_out_wrap .sponsor img {
    height: auto;
    width: 6rem;
    -o-object-fit: contain;
    object-fit: contain
}

#page_403_component .lay_out_wrap .main_image {
    width: 100vw;
    margin-top: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem
}

#page_403_component .lay_out_wrap .main_image img {
    width: 100vw;
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain
}

#page_403_component .lay_out_wrap .title {
    margin-top: .2rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .4rem;
    color: #414655;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold
}

#page_403_component .lay_out_wrap .ipInfo {
    color: #4d2af1;
    margin-top: .1rem;
    font-size: .28rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center
}

#page_403_component .lay_out_wrap .text_wrap {
    padding: 0 .28rem
}

#page_403_component .lay_out_wrap .text_wrap .sub_title {
    margin-top: .4rem;
    height: .32rem;
    line-height: .4rem;
    font-size: .28rem;
    color: #8b92a7;
    font-weight: bold
}

#page_403_component .lay_out_wrap .text_wrap .desc {
    margin-top: .2rem;
    line-height: .4rem;
    font-size: .26rem;
    color: #8b92a7;
    text-indent: 2em;
    white-space: pre-wrap
}

#page_403_component .lay_out_wrap .btn_wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .4rem;
    margin-bottom: .6rem
}

#page_403_component .lay_out_wrap .btn_wrap .btn {
    width: 3.12rem;
    height: .72rem;
    line-height: .72rem;
    border-radius: .4rem;
    font-size: .28rem;
    margin: 0 .16rem;
    text-align: center;
    cursor: pointer
}

#page_403_component .lay_out_wrap .btn_wrap .btn_type1 {
    background-color: #4d2af1;
    color: #fff
}

#page_403_component .lay_out_wrap .btn_wrap .btn_type2 {
    border: solid 1px #4d2af1;
    color: #4d2af1
}

#page_403_component #contact {
    display: none
}

.swiper-container,
.swiper-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

.swiper-container {
    position: relative;
    overflow: hidden
}

.swiper-container,
.swiper-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

.swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
    float: left
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.swiper-plugin-pagination {
    display: block;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    width: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-plugin-pagination__item {
    display: block;
    margin: 100% 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    border-radius: 50% !important;
    border: none;
    background: #fff;
    -webkit-transition: background ease .2s;
    transition: background ease .2s;
    cursor: pointer
}

.swiper-plugin-pagination__item.is-active {
    background: #333
}

.swiper-lazy {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms
}

.swiper-lazy-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.swiper-lazy-loaded {
    opacity: 1
}

.swiper-lazy-preloader::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, .88);
    border-radius: 50%;
    border-bottom-color: transparent;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

img[src=""],
img:not([src]) {
    opacity: 0
}

.intro_img_box {
    width: 100%;
    height: 8.7rem;
    position: relative
}

.intro_img_box .download_swiper_pagination {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0rem;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.intro_img_box .download_swiper_pagination .swiper-pagination-bullet {
    background: #8fa0aa;
    opacity: .3;
    width: .16rem;
    height: .08rem;
    margin: 0 .05rem
}

.intro_img_box .download_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .32rem;
    opacity: 1
}

.intro_img_box .download_swiper_next {
    background: var(--iconArrowRight);
    background-size: cover;
    background-repeat: no-repeat;
    width: .2rem;
    height: .56rem
}

.intro_img_box .download_swiper_next::after {
    content: none
}

.intro_img_box .download_swiper_prev {
    background: var(--iconArrowLeft);
    background-size: cover;
    background-repeat: no-repeat;
    width: .2rem;
    height: .56rem
}

.intro_img_box .download_swiper_prev::after {
    content: none
}

.download_sweiper_container {
    display: block
}

.download_sweiper_container .swiper-slide img {
    width: 100%;
    height: 100%;
    border: 0
}

.download_slide_img {
    display: block;
    height: 8.7rem
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #f1f3f9;
    overflow: hidden
}

#show_i_code {
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #ddd;
    z-index: 10
}

.disabled_btn {
    opacity: .5
}

.download {
    width: 100%;
    height: 100%;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-size: cover !important
}

.download .remind {
    width: 100%;
    position: relative;
    background-size: cover
}

.download .remind .content {
    padding-bottom: .18rem
}

.download .remind .content .logo_box {
    width: 100%;
    text-align: center;
    font-size: 0
}

.download .remind .content .logo_box .logo_img {
    display: block;
    width: 2.46rem;
    float: left
}

.download .remind .content .logo_box .logo_right_img {
    height: .72rem;
    vertical-align: middle
}

.download .remind .content .intro_img_box {
    position: relative
}

.download .remind .content .intro_img_box .swiper-slide-img-wrap img {
    max-width: 100%
}

.download .remind .content .intro_img_box .swiper-container {
    height: 100%;
    font-size: 0
}

.download .remind .content .intro_img_box .swiper-container .swiper-slide img {
    display: block;
    border: none;
    margin: 0 auto
}

.download .remind .content .intro_img_box .swiper-container .swiper-slide img[title] {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 768px) {
    .download .remind .content .intro_img_box .swiper-container.swiper-container-initialized .swiper-slide {
        visibility: hidden;
        opacity: 0;
    }

    .download .remind .content .intro_img_box .swiper-container.swiper-container-initialized .swiper-slide.swiper-slide-active,
    .download .remind .content .intro_img_box .swiper-container.swiper-container-initialized .swiper-slide.swiper-slide-duplicate-active {
        visibility: visible;
        opacity: 1;
    }

    .download .remind .content .intro_img_box .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        visibility: visible;
        opacity: 1;
    }
}

.download .remind .content .intro_img_box .swiper-container .swiper-slide .margin20 {
    margin-top: .4rem
}

.download .remind .content .intro_img_box .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0 !important
}

.download .remind .content .intro_img_box .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    background: #dee2f0 !important;
    opacity: 1 !important;
    width: .16rem;
    height: .08rem;
    margin: 0 .04rem !important;
    transition: all linear .3s;
    -webkit-transition: all linear .3s
}

.download .remind .content .intro_img_box .swiper-container .swiper-pagination-bullet-active {
    width: .32rem;
    background-color: #9aa4c2 !important
}

.download .remind .content .down_tip {
    color: var(--common_normal);
    text-align: center;
    font-family: "PingFang SC";
    font-size: .2rem;
    font-style: normal;
    font-weight: 400;
    line-height: .36rem
}

.download .remind .content .down_tip li {
    list-style: none
}

.download .remind .content .android_tip_class {
    margin-bottom: .2rem
}

.download .remind .content .load {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.download .remind .content .load .installContainer,
.download .remind .content .load #progressContainer {
    position: relative
}

.download .remind .content .load .installContainer .install,
.download .remind .content .load #progressContainer .install {
    -webkit-box-shadow: 0 .04rem .16rem 0 rgba(65, 70, 85, .15);
    box-shadow: 0 .04rem .16rem 0 rgba(65, 70, 85, .15);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12%, rgba(255, 255, 255, .4)), color-stop(30%, rgba(255, 255, 255, 0))), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    -webkit-animation: install-button .66s ease-in-out;
    animation: install-button .66s ease-in-out
}

.download .remind .content .load .installContainer .install:disabled,
.download .remind .content .load #progressContainer .install:disabled {
    opacity: .5
}

.download .remind .content .load .installContainer .install_end,
.download .remind .content .load #progressContainer .install_end {
    opacity: .89;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12%, rgba(255, 255, 255, .4)), color-stop(30%, rgba(255, 255, 255, 0))), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND)
}

.download .remind .content .load .installContainer .install img,
.download .remind .content .load .installContainer .install_end img,
.download .remind .content .load #progressContainer .install img,
.download .remind .content .load #progressContainer .install_end img {
    width: .27rem;
    height: .27rem;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -0.02rem
}

.download .remind .content .load .installContainer .can_install_class,
.download .remind .content .load #progressContainer .can_install_class {
    opacity: 1
}

.download .remind .content .load .installContainer #installDiv,
.download .remind .content .load #progressContainer #installDiv {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9
}

.download .remind .content .load .trust {
    margin-left: .1rem;
    width: auto;
    min-width: 3rem;
    opacity: .5;
    font-size: .32rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12%, rgba(255, 255, 255, .4)), color-stop(30%, rgba(255, 255, 255, 0))), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND)
}

.download .remind .content .load .trust_active {
    opacity: 1
}

.download .remind .content .load #progressContainer {
    height: .72rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.download .remind .content .load #progressContainer #progress {
    margin-right: .1rem;
    width: .72rem;
    height: .72rem
}

.download .remind .content .load #progressContainer #progress .progressbar-text {
    width: 100%;
    text-align: center;
    font-size: .2rem;
    color: #ceb89f
}

.download .remind .content .load #progressContainer #progress svg {
    width: .715rem;
    height: .715rem;
    vertical-align: top;
    padding-right: 1px;
    overflow: auto
}

.download .remind .tuto {
    width: 100%;
    line-height: 0;
    text-align: center
}

.download .remind .tuto .tutoTxt {
    color: #6C6C89;
    text-align: center;
    font-family: "PingFang SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    line-height: .24rem;
    margin-top: .2rem
}

.download .remind .tuto #consult {
    display: block;
    position: relative;
    top: -0.12rem;
    left: .1rem;
    border: none;
    width: .28rem;
    height: .28rem
}

.download .remind .tuto #consult svg {
    width: .28rem;
    height: .28rem
}

.download .torial {
    width: 100%;
    min-height: 100vh;
    font-size: 0;
    text-align: center;
    background-size: cover
}

.download .torial .installLogoContainer {
    text-align: center;
    padding: .4rem 0
}

.download .torial #installLogo {
    width: .54rem;
    height: auto;
    vertical-align: middle
}

.download .torial #installTutorial {
    width: 7rem;
    height: auto;
    margin: 0 auto
}

.open_h5_simple,
.open_h5_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.open_h5_simple {
    margin-right: 0
}

.open_h5_btn_big {
    width: 2.4rem !important;
    min-width: 2.4rem !important
}

.install_and_open {
    margin-top: .4rem;
    margin-bottom: .12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .18rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.install_and_open_item {
    text-align: center
}

.install_and_open_item button {
    display: block;
    width: 2rem;
    white-space: nowrap;
    font-size: .28rem;
    margin: 0 auto;
    text-align: center;
    border-radius: .56rem;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: .64rem;
    padding: 0 .16rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.install_and_open_item:last-child {
    margin-right: 0
}

.simple_h5_btn,
.open_h5_btn {
    display: block;
    background-color: transparent;
    border-radius: .4rem !important;
    border: .02rem solid var(--theme_COLOR) !important;
    color: var(--theme_COLOR) !important;
    font-family: "PingFang SC";
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.trust_btn {
    display: none;
    width: 2rem;
    min-width: 2rem
}

.down_btn_big {
    width: auto !important;
    min-width: 3.8rem !important
}

.agent_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agent-main {
    display: none;
    margin: .05rem .2rem 0
}

.agent-main .agent_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agent-main .agent_flex i {
    width: .28rem;
    height: .28rem;
    margin-right: 1vw
}

.agent-main .agent_flex span {
    color: #5b698f;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem
}

.agent-main .agent_img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto .28rem
}

.agent-main.agent_qq .agent_qq_img {
    background-image: var(--contact_qq);
    background-repeat: no-repeat;
    background-position: center center
}

.agent-main.agent_flygram .agent_flygram_img {
    background-image: var(--contact_flygram);
    background-repeat: no-repeat;
    background-position: center center
}

[site-skin*=springFestival] .skin_top_wrap {
    top: -0.05rem
}

.skin_top_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.skin_top_wrap div {
    width: 21.3333vw;
    height: 21.3333vw
}

.sign_off_wrap {
    position: fixed;
    top: 7.52rem;
    right: 0;
    z-index: 2;
    height: .4rem;
    width: 1.44rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .26rem 0 0 .26rem
}

.sign_off_img {
    opacity: 1 !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.download_wrap {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    outline: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6)
}

.download_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 4.24rem;
    word-break: break-word;
    white-space: normal;
    border-radius: .44rem;
    background: #f2f2f6;
    text-align: center;
    line-height: 1.4;
    margin: -2.12rem 0 0 -3rem
}

.download_box_big {
    height: 9.36rem !important;
    margin: -4.68rem 0 0 -3rem
}

.official_btn_downloading {
    left: -0.2rem
}

.official_btn_big {
    width: 1.64rem !important
}

.trust_active .trust_btn_box {
    display: block;
    top: 50%;
    left: 50%;
    background-color: transparent;
    margin-top: -0.4rem;
    margin-left: -.82rem
}

.top_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.top_icon {
    width: 100%;
    height: 2.96rem;
    z-index: 0;
    position: absolute;
    margin-top: -0.88rem;
    left: 0rem
}

.close_icon {
    position: absolute;
    top: .28rem;
    right: .32rem;
    width: .28rem;
    height: .28rem
}

.download_title {
    padding: .36rem 0 .32rem;
    color: #303340;
    font-family: PingFang SC;
    font-size: .36rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.link_div_wrap {
    width: 100%
}

.link_div {
    background: #fff;
    height: 1rem;
    width: 5.36rem;
    margin: 0 auto .16rem;
    border-radius: .28rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.link_div_warp {
    position: relative;
    width: .8rem;
    height: .8rem;
    margin-left: .24rem;
    margin-top: .1rem;
    border-radius: .16rem;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.link_div_warp::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: .3;
    width: 12.8px;
    width: .8rem;
    height: 12.8px;
    height: .8rem;
    border-radius: 2.56px;
    border-radius: .16rem;
    -webkit-box-shadow: 0px 4px 12px 0px #303340;
    box-shadow: 0px 4px 12px 0px #303340
}

.link_div_logo_title {
    margin-left: .2rem;
    text-align: left;
    color: #626780;
    font-family: PingFang SC;
    font-size: .28rem;
    font-style: normal;
    font-weight: 400;
    height: 1rem;
    line-height: 1rem
}

.modal_download {
    position: absolute;
    height: .64rem;
    right: .24rem;
    top: 0
}

.modal_download_official {
    position: relative;
    height: .64rem;
    border-radius: .92rem
}

.modal_download_official:last-child {
    display: none
}

.modal_download_official span {
    display: inline-block
}

.process_warp {
    position: absolute;
    top: .08rem;
    right: .1rem;
    width: .44rem;
    height: .44rem;
    display: none
}

.process_modal {
    position: absolute;
    top: -0.44rem;
    left: -0.01rem;
    width: .42rem;
    height: .42rem;
    z-index: 2
}

.process_modal svg {
    width: .4rem;
    height: .4rem
}

.icon_arrow_down {
    width: .4rem;
    height: .4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-0.2rem, -0.01rem);
    transform: translate(-0.2rem, -0.01rem)
}

.icon_arrow_down svg {
    position: absolute;
    top: 0;
    left: 0;
    width: .36rem;
    height: .36rem
}

.download_btn {
    display: inline-block;
    font-family: "PingFang SC";
    top: 0;
    width: 1.64rem;
    height: .64rem;
    position: relative;
    font-size: .28rem;
    font-weight: 400;
    border-radius: .92rem;
    opacity: .12;
    text-align: center;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(12%, rgba(255, 255, 255, .4)), color-stop(30%, rgba(255, 255, 255, 0))), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 12%, rgba(255, 255, 255, 0) 30%), var(--theme_BUTTON_GRADIENT_BACKGROUND);
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%)
}

.download_btn_text,
.trust_btn_box {
    position: absolute;
    top: -0.02rem;
    white-space: nowrap;
    font-family: "PingFang SC";
    width: 1.64rem;
    height: .64rem;
    font-weight: 400;
    border-radius: .92rem;
    line-height: .64rem;
    font-size: .28rem;
    border: 1px solid #fff;
    color: var(--theme_COLOR);
    background-color: transparent;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(22%);
    transform: translateY(22%)
}

.trust_btn_box {
    display: block;
    top: 50%;
    left: 50%;
    background-color: transparent;
    -webkit-transform: translateY(30%);
    transform: translateY(30%)
}

.tips_alert {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    outline: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tips_alert_box {
    position: absolute;
    width: 2.4rem;
    height: .6rem;
    left: 50%;
    top: 50%;
    margin: -1.2rem 0 0 -1.2rem;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    border-radius: .2rem;
    text-align: center;
    line-height: .6rem;
    font-size: .28rem;
    background-color: rgba(0, 0, 0, .6)
}

#iframeUrl {
    display: none;
    position: absolute;
    bottom: 0;
    height: 0
}

.download_tutorials {
    text-align: center;
    display: none
}

.download_tutorials .download_tutorials_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: .12rem;
    margin: .24rem .4rem 0;
    background-color: #fff
}

.download_tutorials .download_tutorials_tab .download_tutorial_item {
    position: relative;
    width: 2.68rem;
    height: .48rem;
    line-height: .48rem;
    padding: .06rem;
    display: inline-block
}

.download_tutorials .download_tutorials_tab .download_tutorial_item .tab_bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: .06rem;
    border-radius: .08rem;
    height: .48rem;
    margin-top: -0.24rem;
    display: inline-block
}

.download_tutorials .download_tutorials_tab .download_tutorial_item .text {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: .48rem;
    line-height: .48rem;
    top: 50%;
    left: .06rem;
    margin-top: -0.24rem;
    color: #7a80a1;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 400
}

.download_tutorials .download_tutorials_tab .download_tutorial_item:last-child .tab_bg {
    left: -0.06rem
}

.download_tutorials .download_tutorials_tab .download_tutorial_item:last-child .text {
    left: -0.06rem
}

.download_tutorials .download_tutorials_tab .download_tutorial_item.active {
    font-weight: 500
}

.download_tutorials .download_tutorials_tab .download_tutorial_item.active .tab_bg {
    background: var(--theme_COLOR);
    opacity: .12
}

.download_tutorials .download_tutorials_tab .download_tutorial_item.active .text {
    color: var(--theme_COLOR)
}

.download_tutorials .download_tutorials_content {
    width: 5.2rem;
    margin: .1rem .4rem 0;
    text-align: center
}

.download_tutorials .download_tutorials_content img {
    width: 100%
}

.download_tutorials .download_tutorials_content img:nth-child(2) {
    display: none
}

.modal_wrap {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.modal_content {
    margin: 5rem auto 0;
    padding: .33rem;
    width: 5rem;
    background-color: rgba(255, 255, 255, .95);
    border-radius: .1rem;
    text-align: center
}

.modal_content p {
    font-size: .26rem;
    color: #3c3c3c;
    font-weight: 600;
    text-align: justify;
    margin-bottom: .1rem
}

.modal_btn {
    width: 1.6rem;
    height: .55rem;
    color: #fff;
    border-radius: .06rem;
    border: none;
    background: var(--theme_COLOR)
}

.agent_contact_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px
}

.agent_contact_list>li {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-top: 15px
}