.mobile{display: none;}
.copyRight {width: 100%;height: 66px;}
.copyRight p {text-align: center;font-size: 14px;color: #999;line-height: 66px;background: #2d2f37;}
.copyRight p a{color: #999;}
.d-head{height: 80px; line-height: 80px;}
.d-head a{display: inline-block; width: 144px; height: 80px;background: url(../images/appdown/red_logo.png) no-repeat; float: left;}
.d-head span{font-size: 22px; color: #444; margin-left: 35px;font-family: SourceHanSansCN-Light;}
.downCon {width:100%;height:100%;}
.d-left{float:left; margin-top:110px; width: 310px;}
.d-right{float:right; margin-top:10px;}
.d-logo {text-align: center;}
.d-logo h2{font-size: 30px; margin-top: 5px;}
.d-logo p{font-size: 18px; color: #333;}
.phone-down{margin-top:20px; text-align: center;}
.phone-down .img{width: 172px;height: 172px; margin-bottom: 20px;}
.phone-down a{display:block; width:260px;height:50px; border-radius:40px; text-align:center;line-height:50px;margin: 0 auto 15px;}
.phone-down p{font-size: 14px; color: #999;margin-bottom: 15px;}
.phone-down .andr{background: url(../images/appdown/andr.png) no-repeat;}
.phone-down .ios{background: url(../images/appdown/ios.png) no-repeat; margin-top:15px;}
.phone-down2 div{width: 170px; text-align: center; margin-top: 25px;}
.phone-down2 p{color: #999;}
.phone-down2 a{display: block; width: 170px;height: 44px;margin-top: 10px;}
.phone-down2 .andr{background: url(../images/appdown/andr2.png) no-repeat;}
.phone-down2 .ios{background: url(../images/appdown/ios2.png) no-repeat;}
@media (max-width: 979px) {
    @media screen and (min-width: 320px) {
        html {
            font-size: 50px;
        }
    }
    @media screen and (min-width: 360px) {
        html {
            font-size: 56.25px
        }
    }
    @media screen and (min-width: 375px) {
        html {
            font-size: 58.59375px;
        }
    }
    @media screen and (min-width: 384px) {
        html {
            font-size: 60px
        }
    }
    @media screen and (min-width: 400px) {
        html {
            font-size: 62.5px
        }
    }
    @media screen and (min-width: 414px) {
        html {
            font-size: 64.6875px;
        }
    }
    @media screen and (min-width: 424px) {
        html {
            font-size: 66.25px
        }
    }
    @media screen and (min-width: 480px) {
        html {
            font-size: 75px
        }
    }
    @media screen and (min-width: 540px) {
        html {
            font-size: 84.375px
        }
    }
    @media screen and (min-width: 600px) {
        html {
            font-size: 93.75px
        }
    }
    @media screen and (min-width: 640px) {
        html {
            font-size: 100px
        }
    }
    @media screen and (min-width: 750px) {
        html {
            font-size: 117px
        }
    }
    @media screen and (min-width: 768px) {
        html {
            font-size: 120px
        }
    }
    @media screen and (min-width: 979px) {
        html {
            font-size: 153px
        }
    }
    html,
    body {
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        background-size: 100% 100%;
        font-family: SourceHanSansCN-Regular;
    }
    body{min-width:auto;}

    .mobile {
        display: block;
    }

    .d-head, .downCon {
        display: none;
    }

    .mob-bg {width: 100%;text-align: center;}
    .mob-bg h2{font-size: 24px; margin: 10px 0;}
    .mob-bg p{font-size: 18px;}
    .mob-logo { width: 114px; margin-top: 57px;}

    a.mob-down {
        display: block;
        width:70%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
        background: #313234;
        color: #fff;
        border-radius: 25px;
        margin-top: 40px;
    }
    .copyRight {display: none;}
    .foot {display: none;}
    .mob-con{text-align: center; margin-top: 25px;}
    .mob-con img{width: 375px;}
    .cover {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.65) url(../images/appdown/poup.png) no-repeat top center;
        background-size: 82% auto;
        z-index: 99999;
    }
}