.mobile{display: none;}
.copyRight {width: 100%;height: 66px;}
.copyRight p {text-align: center;font-size: 14px;color: #999;line-height: 66px;/*background: #33302b;*/}
.downCon {width:100%;height:100%;}
.d-left{float:left; margin-top:134px; width: 470px;}
.d-right{float:right; margin-top:75px;}
.d-logo {text-align: center;}
.d-logo h2{font-size: 30px; margin-top: 35px;}
.phone-down{float: left; width: 150px; margin-top:85px; text-align: center;}
.phone-down .img{width: 115px;height: 115px; margin-right: ;}
.phone-down p{font-size: 14px; color: #333;margin-top: 15px;}

.phone-down-left{float: left; width: 150px; margin-top:85px; text-align: center;}
.phone-down-left.img{width: 115px;height: 115px; margin-right: ;}
.phone-down-left p{font-size: 14px; color: #333;margin-top: 15px;}

.phone-down-right{float: right; width: 150px; margin-top:85px; text-align: center;}
.phone-down-right.img{width: 115px;height: 115px; margin-right: ;}
.phone-down-right p{font-size: 14px; color: #333;margin-top: 15px;}

.mid{margin: 85px 60px 0;}
@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%;
    }

    .mobile {
        display: block;
    }

    .head, .downCon {
        display: none;
    }

    .mob-bg {
        width: 100%;
        height: 5.77rem;
        background: url(../images/appdown/mob_bg.png) no-repeat;
        background-size: 100% 100%;
        text-align: center;
    }

    .mob-logo {
        width: 30%;
        margin-top: 0.96rem;
    }

    .mob-txt {
        width: 50%;
        margin-top: 10px;
    }
    .mob-down3 {
        display: block;
        width: 87%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        margin: 0 auto;
        margin-top: 0.1rem;
    }
    .mob-down {
        display: block;
        width: 87%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        margin: 0 auto;
        background: linear-gradient(135deg, #0C7AF4, #40A4F1);
        border-radius: 22px;
        margin-bottom: 0.1rem;
    }

    .mob-down img {
        width: 110px;
    }

    .mob-down img.andr1 {
        width: 146px;
    }

    .mob-down2 {
        width: 87%;
        display: flex;
        justify-content: space-around;
        margin: 0 auto;
    }

    .mob-down2 div {
        width: 45%;
        margin-top: 0.5rem;
        z-index: 9999;
    }

    .mob-down2 p {
        font-size: 12px;
        color: #999;
        text-align: center;
    }

    .mob-down2 a {
        display: block;
        width: 100%;
        text-align: center;
        height: 38px;
        line-height: 38px;
        margin-top: 10px;
        border: 1px solid #d2d2d2;
        border-radius: 38px;
    }

    .mob-down2 img {
        width: 85px;
    }

    .mob-down2 img.andr2 {
        width: 112px;
    }

    .mob-bgfoot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.9rem;
        background: url(../images/appdown/mob_bg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .copyRight {
        display: none;
    }

    .foot {
        display: none;
    }

    .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;
    }
}