
.wxs{
    position:absolute;
    width:1px;
    z-index:-1000;
}
.conBody{
    background:#F5F5F5;
    color:#666666;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;/* Non-prefixed version, currently*/
}
.bgImg{
    width:100%;
    display:inherit;
}
/******module********/
.module{
    position:relative;
    margin-bottom:15px;
}

.module-btn{
    position:absolute;
}
/******module********/
.container{
    margin-bottom:20px;
}
/*banner*/
/*.banner{*/
    /*height:140px;*/
    /*overflow:hidden;*/
/*}*/
/*.banner>img{*/
    /*!*position:absolute;*!*/
    /*!*left:50%;*!*/
    /*width:100%;*/
    /*!*height:100%;*!*/
    /*!*margin-left:-350px;*!*/
/*}*/
/*.bannerBg{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: linear-gradient(transparent 63%,#ffd958 96%);*/
/*}*/
.shareIcon{
    position:absolute;
    right:10px;
    bottom:5px;
    width:25px;
    heihgt:25px;
}
.shareIcon img{
    width:100%;
    height:100%;
}
/*title*/
.title{
    position:relative;
    /*height:100px;*/
    /*margin: 0px 16px;*/
}
.title img{
    width:360px;
    text-align:center;
    margin:0 auto;
}
.title div{
    /*position:absolute;*/
    /*top:30%;*/
    /*left:50%;*/
    /*transform:translate(-50%);*/
    /*-webkit-transform:translate(-50%);*/
    /*width:300px;*/
    padding: 0px 20px 20px;
    /*text-align:center;*/
    font-size: 14px;
    text-align: justify;
}
/*content*/


/*******share******/
/*share*/
.share{
    width:100%;
    padding:0px 16px 16px;
    box-sizing:border-box;
    /*text-align:right;*/
}
.share .forum{
    width:50%;
    float:left;
    color:#22AAEE;
}
.share .js_share{
    float:right;
    width:50%;
    text-align:right;
    display:inline-block;
    color:#22AAEE;
}
.share .js_share img{
    width: 16px;
    /*padding-top: 2px;*/
    padding-right:2px;
}
.mongolia{background: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;top:0;left: 0;display: none;z-index:10}
.mongolia .yst{width: 80%;margin-left: 15%;margin-top: 0%;}
.mongolia img{width: 100%;}
/*******share******/
/*new style*/
/*swiper*/
.swiper-container {
    width: 100%;
}
.swiper-container img{
    width:100%;
}
.slideImgRadius{
    border-radius:15px;
}
/*title*/
.main-title{
    box-sizing:border-box;
    color:#000;
    font-size:15px;
    width:100%;
    margin-bottom:10px;
}
/*appoint*/
.appoint-title{
    padding-left:16px;
}
.appoint-container{
    width:100%;
    overflow-x:scroll;
}
.appoint-container ul{
    width:5000px;
}
.appoint-container ul li{
    float:left;
    background:#fff;
    width:145px;
    margin-right:14px;
    margin-bottom:5px;
    border-radius:5px;
    box-shadow: 1px 1px 5px #f1f1f1;
}
.appoint-container ul li img{
    width:100%;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.appoint-container ul li:first-child{
    margin-left:16px;
}
.appoint-container ul li:last-child{
    margin-right:16px;
}
.appoint-game-title{
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 8px 10px 5px 10px;
    box-sizing:border-box;
}
.appoint-game-stitle{
    width: 100%;
    text-align: center;
    padding:0px 10px 8px;
    box-sizing:border-box;
}
.appoint-game-btn{
    margin: 0 auto;
    width: 40px;
    text-align: center;
    padding: 5px 15px;
    background: #22AAEE;
    border-radius: 3px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
/*module-update*/
.module-update{
    padding:0px 16px;
}
/*detail*/
.detail{
    box-sizing: border-box;
    background:#fff;
    border-radius:5px;
    margin-bottom: 16px;
    box-shadow: 1px 1px 5px #f1f1f1;
    /*   padding-bottom:9px;
       border-bottom:1px solid #526E7B;*/
}
.detailHeader{
    display:box;
    display:-webkit-box;
    display:-moz-box;
    width:100%;
    padding: 10px 16px;
    box-sizing: border-box;
}

.detailHeader .icon{
    width:40px;
}
 .detailHeader .icon img{
    width:40px;
     border-radius: 5px;
}
.gameHeader{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-left:8px;
    padding-right:8px;

}
.gameTitle{
    color: #000;
    margin-top: 10px;
    font-size: 14px;
}

.detailHeader .detailButton{
    margin-top: 6px;
    width: 56px;
    text-align: center;
    /* padding: 0px 16px; */
    border-radius: 4px;
    /* background: #de4e2c; */
    font-size: 14px;
    color: #22AAEE;
    line-height: 0px;
    height: 11px;
    padding-top: 12px;
    border: 1px solid #22aaee;
}
.disabled{
    opacity:.5;
}
.detailContent{
    line-height:22px;
    padding:5px 0px;
    text-align:justify;
}
.detailImg img{
    width:100%;
}
.detailTxt{
    padding:10px 16px;
}
/*module-evaluating*/
.module-eva{
    padding: 0px 16px;
}
.readMore{
    display:none;
    padding:10px 16px;
    color:#777777;
    background:#EEEEEE;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.readMore li:first-child{
    float:left;
}
.mark{
    float: right;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    margin-top: 4px;
    transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
}

/*new style*/
.appoint-game-btna:before{
    border-color:#B6D4EC!important;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .appoint-game-btn{
        border: 0;
    }
    .appoint-game-btn:before{
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #DDDDDD;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        box-sizing: border-box;
        pointer-events: none;
        border-radius:6px;

    }

}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .appoint-game-btn{
        border: 0;
    }
    .appoint-game-btn:before{
        content: "";
        width: 300%;
        height: 300%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #DDDDDD;
        -webkit-transform: scale(0.333);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        box-sizing: border-box;
        pointer-events: none;
        border-radius:9px;

    }
}
@media screen and (-webkit-min-device-pixel-ratio: 3.5) {
    .appoint-game-btn{
        border: 0;
    }
    .appoint-game-btn:before{
        content: "";
        width: 350%;
        height: 350%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #DDDDDD;
        -webkit-transform: scale(0.286);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        box-sizing: border-box;
        pointer-events: none;
        border-radius:10.5px;

    }
}
@media screen and (-webkit-min-device-pixel-ratio: 4) {
    .appoint-game-btn{
        border: 0;
    }
    .appoint-game-btn:before{
        content: "";
        width: 400%;
        height: 400%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #DDDDDD;
        -webkit-transform: scale(0.25);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        box-sizing: border-box;
        pointer-events: none;
        border-radius:12px;

    }
}