html,
    body {
        height: 100%;
        font-size: 0px;
    }

    * {
        margin: 0px;
        padding: 0px;
        border: 0px;
        font-size: 0px;
    }

    .ewm img {
        width: 100%;
    }

    @media screen and (max-width:769px) {
        body {
            font-family: "微软雅黑";
            background: url(/static/gamedown/xz-bj.jpg);
            background-size: cover;
            background-position: center;
        }

        .main {
            position: relative;
            width: 80%;
            top: 50%;
            transform: translate(0px, -50%);
            position: relative;
            margin: 0 auto;
        }

        .model-game-name {
            font-size: 17px;
            height: 30px;
            line-height: 30px;
        }

        .model-body {
            margin-top: 0px;
        }

        .img-l {
            display: none;
        }

        .img-r {
            display: none;
        }
    }

    @media screen and (min-width:769px) {
        body {
            font-family: "微软雅黑";
            background: url(/static/gamedown/xz-bj.jpg);
            background-size: cover;
            background-position: center;
        }

        .main {
            position: relative;
            width: 30%;
            top: 450px;
            transform: translate(0px, -50%);
            position: relative;
            margin: 0 auto;
        }

        .model-game-name {
            font-size: 25px;
            height: 50px;
            line-height: 50px;
        }

        .img-l {
            display: block;
            position: absolute;
            left: -630px;
            top: 60px;
        }

        .img-r {
            position: absolute;
            right: -610px;
            top: 0px;
            display: block;
        }
    }

    .model-top-box {
        position: static;
    }

    .model-game-msg {
        position: static;
    }

    .game-list-box,
    .sertable {
        border: 0px;
    }

    .model-body {
        /*background-color:rgba(0,0,0,0.5);*/
        border-radius: 5px;
        margin: 0px;
        padding: 30px 0;
        background: #fff;
        box-shadow: 0px 1px 10px #e2e2e2;
    }

    .ewm {
        background-color: #fff;
    }

    .server-tab a {
        font-size: 15px;
        color: #fff;
    }

    .an-btn,
    .ios-btn,
    .wu-btn,.wu-btn1 {
        width: 50%;
        height: 40px;
        font-size: 17px;
        text-align: center;
        line-height: 40px;
        margin: 20px auto 0;
        color: #fff;
        border-radius: 30px;
        background-color: #ff7800;
    }

    .an-btn a,
    .ios-btn a,
    .wu-btn a ,.wu-btn1 a{
        font-size: 17px;
        color: #fff;
    }

    .an-btn img,
    .ios-btn img {
        display: none;
    }

    .game-list-box {
        background: none;
    }

    .wx-ts {
        width: 80%;
        margin: 20px auto 0;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }

    .server-tab {
        border: 0px;
    }


    .zbox-popup-backdrop.zbox-active {
        opacity: 1;
    }

    .zbox-popup-backdrop {
        position: fixed;
        z-index: 998;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        opacity: 0;
        background: rgba(0, 0, 0, .4);
    }

    .zbox-popup.zbox-popup-in {
        display: block;
        transition-property: all;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

    .zbox-popup {
        position: fixed;
        z-index: 10000;
        top: 50%;
        left: 50%;
        display: none;
        overflow: hidden;
        width: 280px;
        -webkit-transition-property: -webkit-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
        transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
        opacity: 0;
        color: #000;
        border-radius: 3px;
        z-index: 10000;
        -webkit-perspective: 1200px;
        -moz-perspective: 1200px;
        -ms-perspective: 1200px;
        -o-perspective: 1200px;
        perspective: 1200px;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-font-smoothing: antialiased;
    }

    .zbox-popup-inner {
        position: relative;
        padding: 15px;
        border-radius: 3px 3px 0 0;
        background: rgba(255, 255, 255, .95);
    }

    .zbox-popup-title {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: #ff1414;
    }

    .zbox-popup-title+.zbox-popup-text {
        font-family: inherit;
        font-size: 12px;
        color: #4a4a4a;
        line-height: 1.75;
        margin-top: 10px;
    }

    .zbox-popup-buttons {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        height: 44px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .zbox-popup-button:first-child:last-child {
        border-radius: 0 0 3px 3px;
    }

    .zbox-popup-button {
        font-size: 18px;
        line-height: 44px;
        position: relative;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        width: 100%;
        height: 44px;
        padding: 0 5px;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
        background: rgba(255, 255, 255, .95);
        -webkit-box-flex: 1;
        background: #4699ff;
    }

    #spe {
        width: 100%;
        height: 20px;
        color: red;
        font-size: 15px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .load-box{
        text-align: center;
    }
     .load-box p{
        font-size: 17px;
     }
	 
.weixin-tip {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.8);
        filter: alpha(opacity=80);
        height: 100%;
        width: 100%;
        z-index: 10001;
    }
    /*登录弹窗*/
    .dl-box{
        width: 320px;
        background: #fff;
        border-radius: 10px;
        padding: 30px 20px 20px 20px;
        box-shadow: 0px 0px 10px rgb(0, 0, 0,0.1);
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        display: none;
    }
    .dl-box>span{
        font-size: 12px;
        position: absolute;
        right: -1px;
        top: -1px;
        width:35px;
        height:35px;
    }
    .dl-box .title{
        width: 100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .dl-box .title h3{
        text-align: center;
        font-size: 17px;
        color: #000;
    }
    .dl-box .title span{
        font-size: 12px;
        color: #2597ff;
    }
    .input-item{
        background: #f1f1f1;
        padding: 0 15px;
        border-radius: 40px;
        display: block;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        margin-top: 10px;
        line-height: 40px;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .input-item>img{
        width: 15px;
        height: 19px;
    }
    .input-item i{
        display: block;
        width: 1px;
        height: 15px;
        background: #999;
        margin: 0 10px;
    }
    .input-item input{
        width: 100%;
        flex: 1;
        font-size: 12px;
        background: none;
    }
     button.en-btn{
        width: 100%;
        height: 40px;
        background-image: linear-gradient(to right, #2597ff , #4ac6ff);
        border-radius: 40px;
        font-size: 12px;
        color: #fff;

    }
    .wjmm{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .wjmm p{
        font-size: 12px;
        color: #2597ff;
    }
    .xy-box{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .xy-box span{
        font-size: 12px;
        color: #999;
        margin-left: 10px;
    }
    .xy-box span a{
        color: #4ac6ff;
        font-size: 12px;
    }
    /*注册*/
    .zc-box{
        width: 320px;
        background: #fff;
        border-radius: 10px;
        padding: 30px 20px 20px 20px;
        box-shadow: 0px 0px 10px rgb(0, 0, 0,0.1);
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        display: none;
    }
    .zc-box>span{
        font-size: 12px;
        position: absolute;
        right: 0px;
        top: 0px;
        width:35px;
        height:35px;
    }
    .zc-box .nav{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .zc-box .nav span{
        font-size: 14px;
        color: #666;
        margin: 0 10px;
        position: relative;
    }
    .zc-box .nav span.on{
        font-size: 17px;
        color: #000;
    }
    .zc-box .nav span.on:before{
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px; 
        background: #2597ff;
        position: absolute;
        bottom:-5px;
        left: 50%;
        margin-left: -15px;
    }
    .yzm-btn{
        font-size: 12px;
        color: #2597ff;
    }
    /*找回密码弹窗*/
    .zhmm-box{
        width: 320px;
        background: #fff;
        border-radius: 10px;
        padding: 30px 20px 20px 20px;
        box-shadow: 0px 0px 10px rgb(0, 0, 0,0.1);
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        display: none;
    }
    .zhmm-box>span{
        font-size: 12px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .zhmm-box .title{
        width: 100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .zhmm-box .title h3{
        text-align: center;
        font-size: 17px;
        color: #000;
    }
    .zhmm-box .title span{
        font-size: 12px;
        color: #2597ff;
    }
    
    /*购买弹窗*/
    .gm-box{
        width: 300px;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgb(0, 0, 0,0.1);
        position: fixed;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        display: none;
    }
    .gm-box .title{
        font-size: 14px;
        color: #000;
    }
    .gm-box .tips{
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }
    .gm-box h4{
        font-size: 13px;
        color: #666;
        margin-top: 5px;
        text-align: center;
    }
    .gm-box ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 5px;
    }
    .gm-box ul li{
        width: 130px;
        border: 1px solid #f1f1f1;
        padding: 5px;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        border-radius: 5px;
        text-align: center;
    }
    .gm-box ul li.on{
        border: 1px solid red;
    }
    .gm-box ul li span{
        font-size: 12px;
        color: #fff;
        background: red;
        position: absolute;
        right: 0px;
        top: 0px;
    }
     .gm-box ul li h3{
        font-size: 20px;
        color: #000;
        margin-top: 20px;
     }
     .gm-box ul li h3 i{
        font-size: 12px;
     }
     .gm-box ul li .ljkt{
        font-size: 12px;
        color: #999;
        margin-top: 5px;
     }
     .gm-box ul li div{
        background: rgb(252,242,230);
        margin-top: 5px;
        height: 50px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; 
     }
     .gm-box ul li div p{
        font-size: 12px;
        color: #666;
        text-align: center;
        width: 100%;
     }
     .gm-box ul li div p.one{
        font-size: 12px;
        color: red;
     }
    .gm-box .pay-item{
        font-size: 12px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f1f1f1;
        justify-content: space-between;
        padding: 10px;
     }
     .gm-box .pay-item label{
        flex: 1;
        font-size: 12px;
        color: #000;
     }
     .gm-box button{
        width: 100%;
        height: 40px;
        font-size: 12px;
        color: #fff;
        background: #ff9630;
        border-radius: 10px;
        margin-top: 10px;
     }
     .gm-box>span{
        font-size: 12px;
        color: #999;
        position: absolute;
        right: 0px;
        top: 0px;
        width:35px;
        height:35px;
     }
     /*遮罩*/
     .zz-box{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgb(0, 0, 0, 0.2);
        z-index: 1;
        display: none;
     }