
.wxs{
    position:absolute;
    width:1px;
    z-index:-1000;
}
.conBody{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* background:#fff; */
    background: #F5F5F5;
    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*/
}
.container{
    background: url(../images/bg.jpg) repeat center top;
    background-size: 100% auto;
}
.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;
}

/*module-app-top*/
.module-app-top{
    display:box;
    display:-webkit-box;
    display:-moz-box;
    padding:20px 16px 16px;
}
.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;
}

/* update */
.update {
    padding: 0 16px 100px 16px;
}
.update-title {
    font-size: 18px;
    padding: 20px 0 10px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.fir-title {
    font-size: 15px;
    padding: 0 0 5px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}
.fir-intr {
    color: #6A6A6a;
    /* line-height: 1.8; */
}
.video-info {
    position: relative;
    /* margin: 0px 16px; */
    padding: 8px 0 16px;
}
img {
    width: 100%;
    border: 0;
}
.video-content2 {
    width: 100%;
    background-color: #000;
}
.video-content2 video {
    width: 100%;
    max-height: 190px;
    display: inherit;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -30px;
}
.play-icon img {
    width: 60px;
}
.img-content img {
    width: 100%;
    padding: 8px 0 16px;
}
.sec-title {
    /* padding-top: 20px; */
}

/* module-activity */
.module-activity {
    padding: 0px 16px 100px;
}
.act-title {
    padding-left: 0;
}
.clearfix {
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
}
.activity-list {
    width: 100%;
    /* height: 64px; */
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    /* margin-bottom: 10px; */
}
.activity-content {
    /* height: 63px; */
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
/* .line {
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    clear: both;
    margin-top: 9px;
} */
.activity-left {
    float: left;
    width: 106px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.activity-left img {
    width: 100%;
}
.activity-right {
    float: left;
    /* width: 196px; */
    width: calc(100% - 116px);
    height: 100%;
    margin-left: 5px;
    box-sizing: border-box;
}
.activity-title {
    font-size: 14px;
    color: #616161;
    color: #000;
}
.activity-introduce {
    /* width: 65%; */
    font-size: 12px;
    color: #6A6A6a;
    /* word-break: break-all; 
    word-wrap:break-word */
}
.act-forum a{
    display: inline-block;
    /* background: #22AAEE; */
    border: 1px solid #FD2527;
    /* border: 1px solid rgb(0, 0, 0, 0.7); */
    padding: 5px 16px;
    border-radius: 8px;
    /* letter-spacing: 2px;
    text-indent: 2px; */
    margin-left: 50%;
    transform: translateX(-50%);
    color: #FD2527;
    /* color: rgb(0, 0, 0, 0.7);         */
    font-size: 14px;
    margin-top: 20px;
}



/*!*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:#007DFF;
    padding-top:7px;
    padding-bottom:7px;
    text-align:center;
    background:#F7F7F7;
    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:12px;
    display:inline-block;
    font-size:0;
    padding:16px 15px;
    background: url(../images/install.png) no-repeat;
    background-size:100% auto; 
    max-width: 66px;
    min-width: 36px;
    width: 66px;
    position:relative;
    border: none!important;
}
.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;

    }
    .btn-bluetxt:before{
        border: 0;
    }
}
@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;

    }
    .btn-bluetxt:before{
        border: 0;
    }
}
@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;

    }
    .btn-bluetxt:before{
        border: 0;
    }
}
@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;

    }
    .btn-bluetxt:before{
        border: 0;
    }
}
/*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;
}

.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%;}
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;
}