﻿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;
}
.install {
    background:url('../img/dowloadbtn.png') center no-repeat;
    background-size: 100%;
    -webkit-animation: install-button 0.66s ease-in-out;
    animation: install-button 0.66s ease-in-out;
}
.install {
    position: fixed;
    bottom: 5px;
    left: 62px;
    display: block;
    width: 210px;
    height: 50px;
    line-height: 40px;
    font-size: 17px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    border-radius:22px;
    border: none;
    z-index: 1000000 !important;
	animation: scaleDrew 2.5s ease-in-out infinite;
}
.install::after{
    content: '立即下载';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 50px;
    line-height: 40px;
    font-size: 17px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    border-radius:22px;
    border: none;
    z-index: 1000000 !important;
	animation: scaleDrew 2.5s ease-in-out infinite;
    background:url('../img/dowloadbtn.png') center no-repeat;
    background-size: 100%;
    -webkit-animation: install-button 0.66s ease-in-out;
    animation: install-button 0.66s ease-in-out;
  }
@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: #fff;
    text-align: center;
    position: relative;
    top: -85px;
    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: rgb(242,247,255) !important;
}
.torial 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%;
	height:100vh;
	display:none;
}
#dz_img1{
    width: 7.5rem;
    height: auto;
    display:none;
    background:rgb(0,68,220);
    position: relative;
    min-height: 100vh;
}
#dz_img1 img{
    display:block;
    width:7.5rem
}
#dz_img1 .wzdesc{
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #575B64;
    text-align: center;
    position: absolute;
    top: 8.8rem;
    width: 100%;
    z-index: 10000000;
}
#dz_img1 .wzbtn{
    font-size: 0.44rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 10.15rem;
    width: 100%;
    z-index: 10000000;
}

/* 新版css */
.new_top_box{
    background: url(../img/mindex/index_top_bg1.png?v=3) no-repeat center;
    background-size: 100%;
    width: 7.5rem;
    height: 13.00rem;
    position: relative;
}
.new_logo{
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    left: 1.47rem;
    top: 0.73rem;
}
.new_btn{
    width: 3.74rem;
    height: 5.62rem;
    background: url(../img/mindex/btn.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 0.24rem;
    left: calc(50vw - 1.87rem);
}
.new_bottom_box{
    background: #F7F7F7;
    padding-top: 0.25rem;
}
.item_box{
    width: 6.7rem;
    height: 3.72rem;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
    padding-top: 0.2rem;
}
.fengmian{
    width: 6.3rem;
    height: 2rem;
    margin: 0 auto;
    display: block;
}
.jt{
    width: 0.73rem;
    height: 0.73rem;
    position: absolute;
    top: 0.84rem;
    left: calc(3.35rem - 0.365rem);
}
.item_info{
    height: 1.47rem;
    margin:0.2rem;
}
.item_info .title{
    display: block;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #9E5032;
    margin-bottom: 0.15rem;
}
.item_info .desc{
    display: block;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9E5032;
}
.bofang{
    width: 0.73rem;
    height: 0.73rem;
    position: absolute;
    left: 1rem;
    top: 0.62rem;
}
.video{
    width: 7.5rem;
}
.layui-layer-page{
    left: 0 !important;
    width: 7.5rem !important;
}
.video1{
    height: calc(100vh - 1.2rem);
}
.foot_box{
    height: 1rem;
    background: #fff;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 0.14rem;
}
.foot_box span{
    display: block;
    text-align: center;
    margin-top: 0.1rem;
}
.foot_box a{
    color: rgba(0, 0, 0, 0.8);
}
.business{
    width: 3.7rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    margin: 0 auto;
    background: #F57F65;
    border-radius: 0.06rem;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.8;
    position: relative;
    top: 2.2rem;
}
