html ,
:root {
    font-size: 40px;
}
html ,
body,
.box{  
    height: 100%;
    width: 100%;
    font-family: microsoft yahei;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
/* .isAndroid, .isiOS{
    display: none;
} */
.mask {
    position:fixed;
    left: 0;
    top:0 ;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.5);
}
.mask img{
    width: 100%;
}
.closeMask {
    position: absolute;
    right: .4rem;
    top: .4rem;
    color: #fff;
}
.downLoad-wrap .logoBox{
    padding-top: 3.5rem;
    padding-bottom: 1rem;
    text-align: center;
}
.downLoad-wrap .logo{
    width: 2.2rem;
    height: 2.2rem;
    background: url(./images/logo.png?v=2) center top;
    margin: 0 auto;
    border-radius: .3rem;
    background-size: cover;
}
.downLoad-wrap .logoFont{
    width: 70%;
    max-width: 350px;
    height: 3.5rem;
    margin: 0 auto;
    /* display: none; */
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0.5rem; */
    /* background-image: url(./images/logo.png); */
}
.downLoad-wrap .logoFont img{
    width: 100%;
}

.downLoad-wrap .logoFont img,
.downLoad-wrap .logo img {
    width: 100%;
}
.downLoad-wrap .version {
    color: #fff;
    font-size: 0.35rem;
    line-height: .5rem;
    margin-top: .1rem;
}
.downLoad-wrap {
    min-height: 100%;
    width: 100%;
    background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background: url(./images/downLoad.jpg?v=1001) center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1rem;
} 
.downLoad-wrap.isH5Area{
    background: url(./images/bg-h5.jpg) center top;
    background-size: 100% 100%;
    min-height: 100%;
    min-width: 100%;
}
.downBtnBox.mgt10 {
    margin-top: 1.5rem;
}
.downBtnBox .button {
    /* background: url(./images/btn_bg.png) no-repeat center 0px; */
    /* background-size: cover; */
    background: linear-gradient(268deg, #ff4c3c 0%, #ffc05d 100%);
    width: 150px;
	height: 38px;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    font-weight: 700;
    display:block;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
/* .downBtnBox .button.button-h5 {
    background: linear-gradient(0deg, #039be6, #039be6);
}
.downBtnBox .button.button-lite {
    background: linear-gradient(0deg,#9e8455,#ecce95)
}

.downBtnBox .button.little {
    margin-bottom: 0.65rem;
} */
.downBtnBox .button.little{
    margin-bottom: 0.65rem;
}

/* .downBtnBox a:last-child:not([class="button"]){
    padding-top: 0.35rem;
    text-decoration: underline;
    display: block;
    text-align: center;
    font-size: 0.35rem;
    color: #fff;
} */

.downBtnBox {
    color: #fff;
    margin-top: 2.5rem;
}
.downBtnBox.isUrl{
    margin-top: 0;
}

.isWebAreaa{
    text-align: center;
    width: 1035px;
    margin: 0 auto;
    margin-top: 150px;
}

.app-content {
    width: 1035px;
    height: 500px;
    background: url(./images/bg-content.png) no-repeat;
    background-size: 100% 100%;
}

.isWeb{
    display: inline-block;
    width: 50%;
    height: 406px;
    /*background: #872514;*/
    margin-top: 45px;
    border-radius: 11px;
    padding: 10px;
    box-sizing: border-box;
}

.isWebArea .isWeb:nth-child(1){
    float: left;
}
.isWebArea .isWeb:nth-child(2){
    float: right;
}
.isWeb div{
    position: relative;
    width: 280px;
    height: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.isWeb span {
    display: block;
}
.isWeb span:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 22px;
    color: #f1421c;
    font-weight: bold;
}
.isWeb span:nth-of-type(2) {
    margin-bottom: 10px;
    font-size: 15px;
    color: #919191;
}
.isWeb span:nth-of-type(3) {
    position: absolute;
    top: 335px;
    left: 50%;
    transform: translateX(-50%);
	padding: 2px 4px;
    background-color: #fa6406;
    border-radius: 4px;
    font-size: 12px;
    color: #fad87d;
}
.isWeb p{
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.8);
}

.app-content .isWeb:nth-child(1) p {
    background: url(./images/img-apple.png) no-repeat;
}

.app-content .isWeb:nth-child(2) p {
    background: url(./images/img-android.png) no-repeat;
}

.isWeb img{
    border: 5px solid #fff;
    margin-bottom: 30px;
}
.app-title{
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 50px;
    transform: translateX(-50%);
    width: 463px;
    height: 212px;
    background: url(images/logo.png?v=2) no-repeat ;
    background-size: 100% 100%;
}
@media screen and (max-width: 420px) {
    .downBtnBox .button {
        width: 56.5vw;
        height: 13vw;
        line-height: 13vw;
    }
}

.ios-lite{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    text-align: center;
}
.ios-lite-close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}
.qrcode-class{
    height: 220px !important;
}
.qrcode-class img{
    margin: 0 auto;
}