
.wxs{
    position:absolute;
    width:1px;
    z-index:-1000;
}
.conBody{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background:#fff;
    font-size:15px;
    color:#000;
    margin:0 auto;
    /*padding-bottom:80px;*/
    -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;
}
.cImg{
    display:inherit;
}
/*module-banner*/
.module-banner{
    width:100%;
}
.module-banner img{
    width:100%;
    display:inherit;
}
/*module-banner*/
/*video*/
.module-video{
    position:relative;
    height:56.25vw!important;
}
.video-content{
    width:100%;
    background-color:#000;
}
.video-content video{
    width:100%;
    height:56.25vw!important;
    display:inherit;
}
.play-icon{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-25px;
    margin-left:-25px;
}
.play-icon img{
    width:50px;
}
video::-webkit-media-controls-fullscreen-button {
    display:none!important;
}
video.downloadHide::-webkit-media-controls-download-button {
    display:none!important;
}
video.downloadHide::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video.downloadHide::-webkit-media-controls-panel {
    width: calc(100% + 35px);
}
video::-internal-media-controls-download-button {
    display: none !important;
}
/*module-app-top*/
.module-app-top{
    display:box;
    display:-webkit-box;
    display:-moz-box;
    padding:20px 16px 0px;
}
.module-app-top .app-icon{
    width:54px;
}
.module-app-top .app-icon img{
    width:54px;
    height:54px;
}
.module-app-top .app-title{
    font-size:19px;
}
.module-app-top .app-group{
    padding-top:4px;
}

/*!*module-text*!*/
.content p{
    color:#6A6A6a;
    line-height: 1.8;
    text-align:justify;
    text-indent:32px;
    padding: 18px 16px 0px;
}
.content p+p{
    padding-top:8px;
}
/*module-title*/
.content h2{
    font-weight:bold;
    font-family:Medium;
    font-size:17px;
    padding:34px 16px 0px 16px;
}
/*module-img*/
.content img{
    width:100%;
    box-sizing:border-box;
    padding:16px 16px 0px;
    display:inherit;
}
/*module-app*/
.module-app.animated{
    animation-duration:.5s;
    -webkit-animation-duration:.5s;
}
.module-app{
    position:fixed;
    bottom:0;
    left:0;
    z-index:10;
    box-sizing:border-box;
    padding:8px 16px;
    width:100%;
    height:64px;
    background:#fff;
    box-shadow: 0px -8px 8px rgba(0,0,0,.05);
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.app-icon{
    padding-right:8px;
    width:48px;
}
.app-icon img{
    width:48px;
    height:48px;
    display:inherit;
}
.app-detail{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    padding-top:7px;
}
.app-title{
    font-size:15px;
    /*font-weight:bold;*/
    line-height:20px;
}
.app-group{
    font-size:12px;
    line-height:18px;
    /*padding-top:4px;*/
    color:rgba(0,0,0,.5);
}
.app-install{
    padding-left:8px;
}
.btn-txt{
    width:62px;
    margin-top:7px;
    border:1px solid #DDDDDD;
    border-radius:15px;
    display:inline-block;
    line-height:1;
    font-size:12px;
    /* color:#007BFF; */
    color: #fff;
    padding-top:7px;
    padding-bottom:7px;
    text-align:center;
    /* background:#F7F7F7; */
    background: #007BFF;
    /* box-shadow:0 1px 2px #fdfdfd inset; */
    max-width: 66px;
    min-width: 36px;
    padding-left: 12px;
    padding-right: 12px;
    width:auto;
    position:relative;
}
.btn-bluetxt{
    margin-top:15px;
    border-radius:15px;
    display:inline-block;
    line-height:1;
    font-size:12px;
    color:#fff;
    padding:7px 15px;
    text-align:center;
    background:#007BFF;
    max-width: 66px;
    min-width: 36px;
    width:auto;
    position:relative;
}
.btn-txt:active{background-color:#EAEAEA; box-shadow:0 1px 2px #F1F1F1 inset;}
.app-install .btn-txta:before{
    border-color:#B6D4EC!important;
}

.btn-bluetxta:before{
    border-color:#B6D4EC!important;
}
.disabled{
    opacity:.5;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .btn-txt,.btn-bluetxt{
        border: 0;
    }
    .btn-txt:before,.btn-bluetxt: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:40px;

    }

}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .btn-txt,.btn-bluetxt{
        border: 0;
    }
    .btn-txt:before,.btn-bluetxt: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:60px;

    }
}
@media screen and (-webkit-min-device-pixel-ratio: 3.5) {
    .btn-txt,.btn-bluetxt{
        border: 0;
    }
    .btn-txt:before,.btn-bluetxt: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:70px;

    }
}
@media screen and (-webkit-min-device-pixel-ratio: 4) {
    .btn-txt,.btn-bluetxt{
        border: 0;
    }
    .btn-txt:before,.btn-bluetxt: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:80px;

    }
}
/*module-app-bottom*/
.module-app-bottom{
    padding:20px 16px;
}
.module-app-bottom .app-icon{
    padding:0;
    width: 60px;
    margin: 0 auto;
}
.module-app-bottom .app-icon img{
    width:60px;
    height:60px;
    margin:0 auto;
}
.module-app-bottom .app-title{
    display:table;
    margin:0 auto;
    font-size:19px;
}
.module-app-bottom .app-install{
    text-align:center;
    padding:0;
}
/*share*/
.js_share img {
    position: fixed;
    z-index: 999;
    width: 50px;
    top: 10px;
    right: 10px;
}
/* .share .forum{
    width:50%;
    float:left;
    color:#007Bff;
}
.share .js_share{
    float:right;
    width:50%;
    text-align:right;
    display:inline-block;
    color:#007BFF;
}
.share .js_share img{
    width: 16px;
    padding-right:2px;
} */

/*module-pre*/
/* .module-pre{
    box-sizing:border-box;
    padding:23px 16px 32px 16px;
    width:100%;
    background:#F0F0F0;
}
.pre-title{
    padding-bottom:6px;
    border-bottom:1px solid #E1E1E1;
}
.pre-title ul li:first-child{
    float:left;
    font-weight:bold;
    font-size:14px;
}
.pre-title ul li:last-child{
    float:right;
    color:#7A7A7A;
    font-size:13px;
    padding-right:12px;
    background:url(../images/common/more.png) no-repeat center right;
    background-size:7px;
}
.pre-content{
    padding-top:16px;

}
.pre-content ul li{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:50%;
}
.pre-content ul li:first-child{
    padding-right:4px;
}
.pre-content ul li:last-child{
    padding-left:4px;
}
.pre-content ul li>div{
    position:absolute;
    top:13px;
    left:0;
    width:40px;
    background:#A9A9A9;
    color:#fff;
    padding:2px 0px 0px 2px;
    font-size:11px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.pre-content ul li.prePreRe>div{
    left:4px;
}
.pre-content ul li img{
    width:100%;
    border-radius:8px;
} */

.forum-suggest {
    padding: 36px 36px 100px;
    overflow: hidden;
}
.forum {
    float: left;
}
.suggest {
    /* float: right; */     /*原来*/
    float: left;            /*新加*/
    margin-left: 50%;       /*新加*/
    transform: translateX(-50%);  /*新加*/
}
.forum, .suggest {
    padding: 6px 23px;
    background: #ececec;
    color:#007BFF;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
}
.forum:before, .suggest:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px; 
    margin-right: 5px;   
}
.forum:before {
    background: url(../images/forum_icon.png) no-repeat;
    background-size: 100%;
}
.suggest:before {
    background: url(../images/suggest_icon.png) no-repeat;
    background-size: 100%;
}
.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%;}