@media only screen and (min-width: 768px){
    html, body {
        width: 100%;
        height: 100%;
        position: relative;
        min-height: 650px;
        font-family: "microsoft yahei",Arial,Helvetica,Tahoma,Verdana,sans-serif;
        font-size: 100%;
        background: #f6f6f6;
    }
    .logo {
        position: absolute;
        width: 106.2px;
        height: 31.2px;
        top: 5%;
        left: 10%;
        z-index: 999;
    }
    .mobile {
        position: absolute;
        top: 55%;
        left: 10%;
        width: 270px;
        height: 546px;
        z-index: 999;
        background: url(../images/hand.png) no-repeat left bottom;
        transform: translateX(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .swiper-container1 {
        width: 237px;
        height: 421px;
        margin-top: 63.5px;
        margin-left: 17px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-container2 {
        width: 100%;
        height: 100%;
    }
    .swiper-container2 .swiper-slide{
        background: url(../images/banner1.20180509.jpg) no-repeat center center;
        background-size: cover;
    }
    .download {
        width: 10.5rem;
        height: 3rem;
        position: absolute;
        top: 50%;
        right: 10%;
        z-index: 999;
    }
    .icp {
        position: fixed;
        bottom: 1rem;
        right: 2rem;
        z-index: 1000;
        color: #fff;
        text-align: end;
    }
    .center {
        width: 1000px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 100;
    }
    .cen-right {
        float: right;
        width: 650px;
        height: 100%;
        position: relative;
        z-index: 1000;
        top: 50%;
        margin-top: -144px;
    }
    .m-fontimg{
        display:none;
    }
    .download{display:none;}
    .btn {
        position: absolute;
        bottom: 30%;
        left: 51.5%;
        z-index: 199;
        width: 450px;
        height: 70px;
        margin-left: -150px;
    }
    .btn img {
        display: inline-block;
        width: 190px;
        height: 63px;
        margin-right: 20px;
    }
    .notice-good{
        position: absolute;
        bottom: 20%;
        left: 51.5%;
        z-index: 199;
        width: 494px;
        height: 70px;
        margin-left: -150px;
        color: #f9f9f9;
        letter-spacing: 4px;
    }
    .overlay{display:none;}
}

/*Î¢ÐÅä¯ÀÀstart*/
#weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
    position: relative;
}
#weixin-tip p img {
    max-width: 100%;
    height: auto;
}
#weixin-tip .close {
    color: #fff;
    padding: 5px;
    font: bold 20px/20px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 0;
    left: 5%;
}
/*Î¢ÐÅend*/