/* 公共通用界面.html */
.m-general-interface-wrap{overflow: hidden; margin: 0 .3rem;}
.m-general-interface{overflow: hidden;}
.m-general-interface__item{ position: relative; padding:.55rem .3rem; border-radius: .12rem; background: #fff;box-shadow: 0 .02rem .14rem 0 rgba(22,191,108,0.05); display: flex; display: -webkit-flex; align-items: center; -webkit-align-items:center; margin-bottom: .2rem;}
.m-general-interface__item .l{ flex: 1; -webkit-flex:1; display: flex;display:-webkit-flex;box-sizing: border-box; overflow: hidden; padding-right: .4rem;align-items: center; -webkit-align-items: center;}
.m-general-interface__item .l .num{ display: inline-block; width: .3rem; height: .3rem; line-height: .3rem; text-align: center; margin-right: .24rem; color: #666; font-weight: 700; border-radius: .02rem; font-size: .24rem;}
.m-general-interface__item:nth-child(1) .l .num,
.m-general-interface__item:nth-child(2) .l .num,
.m-general-interface__item:nth-child(3) .l .num{ background-color: #F5585C; color: #fff;}
.m-general-interface__item .l .pic{ width: 1.32rem; height: 1.32rem; border-radius: .2rem; overflow: hidden; display: block;}
.m-general-interface__item .l .info{ flex: 1; -webkit-flex:1; overflow: hidden; padding-left: .2rem; box-sizing: border-box;}
.m-general-interface__item .l .info-title{ display: block; font-size: .32rem; font-weight: 700; height: .42rem; line-height: .42rem; overflow: hidden; margin-bottom: .06rem; margin-top: .03rem;}
.m-general-interface__item .l .info-down{ font-size: .24rem; height: .4rem; line-height: .4rem; overflow: hidden; color: #999;}
.m-general-interface__item .l .info-down>span{display: inline-block;margin-right: .1rem;}
.m-general-interface__item .l .info-words{ height: .4rem; line-height: .4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #999;font-size: .24rem;}
.m-general-interface__item .btn{ display: block; width:1.22rem; height: .52rem; line-height: .53rem; text-align: center; background-color: #16BF6C; border-radius: .24rem; color: #fff; font-size: .26rem;}
.m-general-interface__item .sort{position: absolute;top: 0; right: 0; padding: 0 .1rem; height: .46rem;line-height: .46rem; display: block; color: #999;border: 1px solid #e9e9e9;font-size: .24rem;border-radius: .1rem;}

/* 点击搜索.html */
.search-hd{ overflow: hidden; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; padding: .3rem;}
.search-hd .inpt{ flex: 1; -webkit-flex:1; overflow: hidden; padding: 0 .3rem; box-sizing: border-box; border-radius: .5rem; height: .8rem; background-color: #f0f0f0; font-size: .28rem;}
.search-hd .inpt::placeholder{ color: #878787; }
.search-hd .inpt:-webkit-autofill{ 
    box-shadow: 0 0 0 100px #f0f0f0 inset;
    -webkit-text-fill-color: #333 !important;
}
.search-hd .btn{ width: 1rem; text-align: center; height: .8rem; line-height: .8rem; background-color: transparent; font-size: .28rem; color: #878787; cursor: pointer; } 


/* 热门搜索 */
.m-hot-search{ background-color: #fff; border-radius: .2rem; padding: .4rem .2rem .2rem; box-shadow: 0 .02rem .14rem 0 rgba(22,191,108,0.05); display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; margin-bottom: .2rem;}
.m-hot-search>a{height: .58rem; line-height: .58rem; text-align: center; background-color: #EDEDED;border-radius: .28rem; margin:0 .2rem .24rem; display: block;font-size: .26rem; color: #666;font-weight: 500;padding:0 .26rem;}
/* 热门游戏 */
.m-hot-game{ background-color: #fff; border-radius: .2rem;box-shadow: 0 .02rem .14rem 0 rgba(22,191,108,0.05); margin: 0 0 .2rem 0; padding: .2rem .15rem .1rem;}

/* 游戏分类.html */
.game-category{
    display: flex;display:-webkit-flex; flex-wrap: wrap;-webkit-flex-wrap: wrap; align-items: center; -webkit-align-items: center;
    margin: .3rem .3rem 0;
}
.game-category__item{ width: 100%; height: 3.6rem;border-radius: .18rem;background-color: #fff; box-shadow: 0 .02rem .14rem 0 rgba(22,191,108,0.05);display: flex;display:-webkit-flex; align-items: center; -webkit-align-items: center; margin-bottom: .2rem; box-sizing: border-box;}
.game-category__left{ width: 1.84rem; text-align: center;}
.game-category__left .pic-icon{ display: inline-block; width: 1.1rem; height: 1.1rem; overflow: hidden; background: url(images/icon-game.png) no-repeat; background-size: 100% auto;}
.game-category__left .pic-icon--juese{background-position: 0 0;}
.game-category__left .pic-icon--dongzuo{background-position: 0 -1.1rem;}
.game-category__left .pic-icon--saiche{background-position: 0 -2.2rem;}
.game-category__left .pic-icon--xiuxian{background-position: 0 -3.3rem;}
.game-category__left .pic-icon--celue{background-position: 0 -4.4rem;}
.game-category__left .pic-icon--tiyu{background-position:0 -5.5rem;}
.game-category__left .pic-icon--moni{background-position: 0 -6.6rem;}
.game-category__left .pic-icon--jiemi{background-position: 0 -7.7rem;}
.game-category__left .pic-words{ text-align: center; font-size: .3rem; line-height: .5rem; font-weight: 700;}
.game-category__right{ border-left: 1px solid #f5f5f5; flex: 1; height: 3.6rem; box-sizing: border-box; padding: 0 .2rem; display: flex;display:-webkit-flex; align-items: center; -webkit-align-items: center; }
.game-category__tag{ width: 100%; max-height: 2.8rem; overflow: hidden; display: flex;display:-webkit-flex; flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.game-category__tag li{ width: 33.33%; padding: 0 .1rem; box-sizing: border-box; margin: .18rem 0; overflow: hidden;}
.game-category__tag a{background-color: #f6f6f6; border-radius: .26rem; height: .58rem; line-height: .58rem; text-align: center; display: block;color:#545454; overflow: hidden; font-size: .28rem;}

/* 游戏分类-详情.html */
.game-sort-nav{ overflow: hidden; margin:.3rem .2rem .1rem; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap:wrap;}
.game-sort-nav>a{ padding: 0 .35rem; height: .6rem; line-height: .6rem; border-radius: .3rem; background-color: #ededed; margin:0 .08rem .24rem; font-size: .28rem;}
.game-sort-nav .active{ background-color: #16BF6C; color: #fff;}

/* 软件分类.html */
.software-category{ overflow: hidden; margin:.3rem .3rem 0;}
.software-category__item{  height: 3.9rem;border-radius: .18rem;border: 1px solid rgba(46, 165, 45, 0.12);
  box-shadow: 0 .05rem .22rem 0 rgba(22, 191, 108, 0.05);overflow: hidden; overflow: hidden; margin-bottom: .2rem;}
.software-category__item .pic{ position: relative; display: block; height: 2.4rem; overflow: hidden;}
.software-category__item .pic-name{ position: absolute; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%); left: 0; right: 0; z-index: 1; color: #fff; font-size: .34rem; text-align: center; font-weight: 700;}
.software-category__item .app{ height: 1.5rem; overflow: hidden;}
.software-category__item .app-in{ height: .92rem; overflow: hidden;display: flex;display:-webkit-flex;align-items: center;-webkit-align-items: center;flex-wrap: wrap;-webkit-flex-wrap: wrap; justify-content: center; margin-top: .3rem; padding: 0 .2rem; box-sizing: border-box;}
.software-category__item .app-in li{ width: 20%; overflow: hidden;}
.software-category__item .app-in a{ width: .92rem; height: .92rem; border-radius: .1rem; overflow: hidden; display: block; margin: 0 auto;}

/* 游戏详情.html */
/* 公共标题 */
.m-detail-title{ position: relative; height: .6rem;line-height: .6rem; font-weight: 700; margin-bottom: .2rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.m-detail-title .more{ position: absolute; right: 0; top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);  display: inline-block; font-size: .24rem; font-weight: 400; padding-right: .16rem; color: #666;
}
.m-detail-title .more::after{
    content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: .18rem; height: .32rem; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAMAAAAootjDAAAAVFBMVEUAAABmZmZnZ2doaGhmZmZlZWVnZ2dmZmZnZ2dmZmZpaWltbW1mZmZlZWVlZWVnZ2dlZWVmZmZlZWVnZ2dmZmZmZmZpaWlmZmZ1dXVmZmZnZ2dmZmbPn5AKAAAAHHRSTlMA/mFRcWpZmYh4NQf07OTe2MzGvq1DHRQNokoopKJrgAAAAHhJREFUKM+d0EkShSAMRVGuivDB9tvr/vfpFIJWUWZ4BkneU09jOy2ph0pQSWo1oDOsAIqPpoE6wyqgzLDfi53CDPSxuBaOSJYGZi9bMkkmK67JJm2S28gv/QzNEso+QetC2UborlDWAYY12vyHcVOCpl2k9059mRsOZQNXnG3bcAAAAABJRU5ErkJggg==) no-repeat right center; background-size: 70% auto;
}
/* 详情页-相关游戏推荐 */
.m-detail-recom{ overflow: hidden; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap:wrap; padding-top: .1rem;}
.m-detail-recom>li{ width: 25%; overflow: hidden; text-align: center; margin-bottom: .4rem;}
.m-detail-recom>li>.m-box__item{ margin: 0 auto;}

.detail-body{background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 7%, #FFFFFF 25%, #F4F4F4 33%, #F7F7F7 100%);}
.detail-hd{ overflow: hidden; margin: .5rem 0; text-align: center;}
.detail-hd .pic{ width: 2.1rem; height: 2.1rem; border-radius: .2rem; overflow: hidden; margin: 0 auto .1rem;}
.detail-hd .words{ height: .66rem; line-height: .66rem; overflow: hidden;font-weight: 700; margin-top: .05rem; font-size: .34rem;}
.detail-hd .result{ color: #999; font-size: .24rem;}
.detail-hd .result>span{ margin-right: .2rem;}
.detail-hd .btn{ height: .86rem; line-height: .86rem; border-radius: .4rem; background-color: #16BF6C; color: #fff;display: block; text-align: center; font-weight: 700; margin:.2rem .4rem .1rem;}
.detail-hd .change-btn{background-color: #3C9FBE;}
.detail-hd .tips{ color: #999; font-size: .24rem; line-height: .46rem; text-align: center;}
.detail-hd .tips>span{ display: inline-block;vertical-align: middle;}
.detail-hd .agreement {width: .24rem;height: .24rem;box-sizing: border-box;position: relative;margin: 0 .06rem;border-radius: 2px;cursor: pointer; background-color: #d8d8d8;}
.detail-hd .agreement.active {
    background: #16BF6C url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAeklEQVQYlbXQMQ4BYBCE0YkoSFQ0jsAhHECnF53EWdzBDfT0GlfgEDr9k78gWxCJxCZTTPLtzmTzn8En9TBvoZ0vyesks5dD/83FDXYYV3CLdYFWOGLQfAUnOGCJBc4YPhcr2DTCHidMa4023VL8luSa5J7k8tt7kzwAnleDTxJNWWEAAAAASUVORK5CYII=') no-repeat center center;
    background-size: 80% auto;
}
.detail-hd .mimi>span{ color: #000; }
.detail-tab{ height: .8rem; line-height: .8rem; border-bottom: 1px solid #ededed; margin: 0 .2rem; box-sizing: border-box;display: flex;display:-webkit-flex;}
.detail-tab>a{ flex: 1; overflow: hidden; display: block; text-align: center; font-weight: 700;}
.detail-tab>a>span{display: inline-block; height: .8rem; font-size: .3rem; color: #666;}
.detail-tab .active>span{ position: relative; color: #333; }
.detail-tab .active>span::after{
     content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: .06rem; background-color: #16BF6C; border-radius: .03rem;
}
.detail-tab-con{ padding: .25rem .3rem; overflow: hidden;}
/* 详情页-小编短语 */
.detail-phrase{ background-color: #fff; padding: .2rem; border-radius: .1rem; margin-bottom: .2rem;}
.detail-phrase__title{ position: relative; padding-left: .2rem; font-size: .26rem; height: .6rem; line-height: .6rem; overflow: hidden;}
.detail-phrase__title::after{
     content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);
     width: .06rem; height: .2rem;background-color: #16BF6C; border-radius: .03rem;}
.detail-phrase__des{ font-size: .26rem; color: #666;line-height: .46rem;}
/* 详情-竖图 */
.detail-vertical-pic{ overflow: hidden;white-space: nowrap;overflow-x: scroll;-webkit-overflow-scrolling: touch; padding: 0 .2rem .2rem 0;}
.detail-vertical-pic::-webkit-scrollbar {display: none}
.detail-vertical-pic__item{width: 2.08rem; height: 3.24rem;  display: inline-block; overflow: hidden; border-radius: .12rem;margin-right: .1rem;}
.detail-vertical-pic__item .img{ display: block; width: 100%; height: 100%;}
/* 详情-游戏介绍 */
.detail-introduce{ margin-bottom: .5rem;}
.detail-introduce__tags{ overflow: hidden; margin: .1rem 0 .35rem;white-space: nowrap;overflow-x: scroll;-webkit-overflow-scrolling: touch;}
.detail-introduce__tags::-webkit-scrollbar {display: none}
.detail-introduce__tags>span{ display: inline-block; line-height: .44rem;background-color: #ececec;border-radius: .22rem; margin-right: .1rem;padding: 0 .3rem; color: #999; font-size: .26rem;}
.detail-introduce__con{ position: relative; margin-top: .2rem; overflow: hidden; max-height: 1.41rem; font-size: .28rem; color: #717171; line-height: .48rem; display: flex; flex-direction: column; }
.detail-introduce__con .more{position: absolute; right: 0; bottom: 0;width: .8rem; height: .5rem; }
.detail-introduce__con .more-words{position: absolute; right: 0; bottom: 0; z-index: 1; display: block; width: .44rem; height: .28rem; line-height: .28rem; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAcCAMAAAAtIK2eAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC6UExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKskavMAAAA+dFJOUwBDAiAHBElNSwE7OQ8nRi0LGgM6MwUfSBITPkAWJQo0FD0oR0wZLA0/IR4XRB0OBkIILzYxNyYuEEoJIxhFOsmpoQAAARZJREFUOMu9lNmagjAMRgGRCKPixjLu+zKrjo677/9aJkVnpLYFb8xNk/TwleRvqmkPWcZyzGRqFjgeLhbANJvEvgGAj6uDa7WiZo/IQIjO/oROx1axrzlEDsydBOi6CvYL/xTGlyCkDwtStl3E7drf0e9DDDMS1pxTUUa8WCgL2WwPtxrebaqFmVxXwBovuPOxiCfHmLPyd6xdw3wwEWUHJR526cRQfJ7OCb+mWkaiSurAC++DtEumzgk/IrYv6WipGBOeibySapUnXTe3wa8hvwXdf+GZyD3l3S1fS2IF6AlTMYuEZ625bztvfZKhSU3fbZOn7QciGzZTDLC9jODPVONeoamEVsrHwWuoxyxu3wXf1p5qZ0S/EFC5vWyHAAAAAElFTkSuQmCC) no-repeat center; background-size: 60% auto;}
.detail-introduce__con .more-bg{ position: absolute; right: 0; bottom: 0; display: block; width: .8rem;height: .46rem; line-height: .46rem; background-color:#f8f8f8;}
.detail-update{ overflow: hidden; font-size: .28rem; line-height: .48rem; margin-bottom: .3rem; color: #717171;}
.detail-update>p{ margin-bottom: .1rem;}
.detail-show-download{ cursor: pointer; border: 1px solid #b4ebd0; border-radius: .42rem; height: .8rem; line-height: .8rem; text-align: center; font-size: .26rem; font-weight: 700; color: #24c375; margin-bottom: .24rem; display: block;}
/* 详情页-网友评论列表 */
.detail-comments{ overflow: hidden; margin-bottom: .2rem;}
.detail-comments__item{ background-color: #fff; border-radius: .18rem; padding: .3rem; margin-bottom: .24rem; font-size: .28rem;}
.detail-comments__item .user{ overflow: hidden; line-height: .6rem;}
.detail-comments__item .user-pic{ width: .6rem; height: .6rem; border-radius: 50%; overflow: hidden; margin-right: .16rem; float: left;}
.detail-comments__item .user-name{ float: left; font-size: .28rem; font-weight: 700;}
.detail-comments__item .comment-con{ line-height: .48rem; padding: .25rem 0;}
.detail-comments__item .message{display: flex;display:-webkit-flex;justify-content: space-between; -webkit-justify-content: space-between; font-size: .26rem; }
.detail-comments__item .message-time{ color: #999;}
.detail-comments__item .message-op>span{ display: inline-block; color: #999; margin-left: .3rem;}
.detail-comments__item .message-op .icon{ display: inline-block; width: .3rem; height: .3rem; overflow: hidden; margin-right: .1rem; vertical-align: top; margin-top: .05rem;}
.detail-comments__item .sprite-praise>.icon{ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAb1BMVEUAAACZmZmZmZmampqZmZmZmZmZmZmampqZmZmYmJiZmZmZmZmZmZmZmZmZmZmZmZmampqenp6kpKSampqZmZmampqZmZmZmZmampqampqYmJiZmZmZmZmYmJiZmZmZmZmWlpaXl5eenp6bm5uZmZnXDyo4AAAAJHRSTlMAktMu64RzVbcQ9/Hl2495QQkEqKCJY1BJ4MnDwW1nPCcgHRyPLTMFAAAAjUlEQVQY05XO2Q6EIAwF0CqILAIO6ujsW///GwfQSJQn78MtOaRJ4WjcQJvHHi12HNsdNhycHLZG8Aygii0y/AHQG2Ps+V6Rl74qDJH1Yidp4hBCfK86PqfR4rQu9TT0HX1IuqMLjT2xHtMdESuoEzL85Mg1ZOhUkWOLY5yUlhfU5RyqxPxpihTzgkP5AwmECKcsViwhAAAAAElFTkSuQmCC) no-repeat; background-size: 100% auto;}
.detail-comments__item .sprite-comment>.icon{ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAclBMVEUAAACZmZmZmZmZmZmZmZmTk5OZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmcnJyZmZmZmZmZmZmZmZmampqZmZmcnJyZmZmZmZmampqZmZmZmZmbm5uZmZmOjo6SkpKampqZmZmXl5eZmZlQ02Y7AAAAJXRSTlMAZn7yvQ6mnJFw+/buy7J4OBPm39rTii0a7WxaVExDJQkHl3JCzFJ0ZQAAALdJREFUGNOVkMcSwyAMRJdiG/de4u4k+v9fjMGMwyWH7EFonoZdEH7LC2UVVfLlOYwl1AZd0FLCbqYo603TZ6QsC4nfc06hOQcROE6BGMxQlA4shbmW+nDlp7om+RmvsPkb+GmYPzSMR6ChIad8p+SMjTVsFPBmKHmJaQFUY/JquKqfuhbE3M9RceWJ/WZFbN/CBY6rO8Y4tTvJJHtU3bTOXU2ZZWgjkjIiokguX+90Brx+LTz8rQ9dHgkhGu6apAAAAABJRU5ErkJggg==) no-repeat;background-size: 100% auto;}
.detail-comments__item .reply{ overflow: hidden; padding-top: .3rem; border-top: 1px solid #ededed; margin-top: .3rem;}
.detail-comments__item .reply-item{ overflow: hidden; margin-bottom: .1rem; line-height: .44rem;}
.detail-comments__item .reply-item__user{ color: #999;}
.detail-comments__item .reply-more{ display: inline-block; cursor: pointer; color: #FFAE00; height: .48rem; line-height: .48rem; }
.detail-comments__item .reply-more-con{ display: none;}
.detail-comments__item .reply-open{ font-size: .28rem; color: #666; line-height: .48rem;}
.detail-relevant{ background-color: #fff; border-radius: .18rem; padding:.1rem .3rem; margin-bottom: .5rem; }
.detail-relevant .item{ display: flex;display:-webkit-flex;justify-content: space-between; -webkit-justify-content: space-between;align-items: center; -webkit-align-items: center; height: .86rem; line-height: .86rem; border-bottom: 1px solid #f5f5f5; font-size: .28rem;}
.detail-relevant .item:last-child{ border: 0;}
.detail-relevant .item-l{ color: #999; display: inline-block; width: 2rem;}
.detail-relevant .item-r{ color: #666; display: inline-block; flex: 1; -webkit-flex:1; overflow: hidden; text-align: right; height: .86rem;} 
.detail-relevant .item-rote{ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAA/ygPCAAAAHlBMVEUAAAAxMTEyMjIwMDAzMzMyMjIzMzMzMzMvLy8sLCzfE6YjAAAACnRSTlMALs4jykI34RsX1ZM1dAAAACdJREFUCNdjQAVMAgwMRoIMzMoMHIpArpDBlAQgxajoCpZND4ArBABB8gL5LJRM0AAAAABJRU5ErkJggg==);}
.detail-relevant .item-tag{ padding: 0 .35rem; height: .6rem; line-height: .6rem; text-align: center; background-color: #f5f5f5;border-radius: .3rem; display: inline-block;font-size: .26rem; color: #666; margin-left: .14rem;}
.detail-relevant .item_hide{ height: 0; border-bottom: none; overflow: hidden;}
/* 详情页-权限说明弹窗 */
.pop-power-wrap{
    position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; width: 100%; max-width: 640px; margin: 0 auto; background-color: rgba(0, 0, 0, .5); display: none;
}
.pop-power{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);  width: 100%; max-width: 6.2rem; padding: .36rem .3rem;  border-radius: .12rem; background-color: #fff;  display: block; box-sizing: border-box;
}
.pop-power__title{ font-weight: 700; font-size: .3rem; line-height: .6rem;}
.pop-power__con{ max-height: 8.5rem; overflow-y: auto; color: #666; font-size: .28rem; line-height: .5rem;}

/* 游戏详情-视频.html */
.detail-video{ position: relative; width: 100%; height: 3.44rem; border-radius: .1rem; overflow: hidden; margin-bottom: .5rem;}
.detail-video_cover{ position: absolute; top: 0; left: 0; right:0; z-index: 1;}
.detail-video_cover .icon{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 1; width: .8rem; height: .8rem; border-radius: 50%; border: .06rem solid rgba(255, 255, 255, .8); cursor: pointer;}
.detail-video_cover .icon::after{
     content: ""; position: absolute; left: .35rem; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 2; border-top: .2rem solid transparent; border-bottom: .2rem solid transparent; border-left: .2rem solid rgba(255, 255, 255, .8);
}
.detail-down{  height: 1rem; line-height: 1rem; background-color: #e2f3eb; border-radius: .12rem; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: space-between; -webkit-justify-content: space-between; padding: 0 .3rem; box-sizing: border-box; }
.detail-down .info{ font-size: .28rem; font-weight: 700;}
.detail-down .info>img{ width: .5rem; height: .5rem; display: inline-block; vertical-align: middle; margin: -.1rem .18rem 0 0;}
.detail-down .btn{ background-color: #16BF6C; border-radius: .24rem; width: 1.1rem; height: .48rem; line-height: .48rem; color: #fff; font-size: .28rem; text-align: center;}

/* 游戏详情-合集.html */
.collection-top-title{ font-size: .32rem; font-weight: 700; line-height: .44rem; margin: .3rem;}
.collection{ overflow: hidden;}

/* 游戏资讯.html */
.information-con{ overflow: hidden; margin: .3rem;}

/* 游戏资讯详情页 */
.information-detail{ overflow: hidden; padding: 0 .34rem; margin-top: .3rem;}
.information-detail .title{font-weight:700; font-size: .4rem; line-height: .6rem; margin-bottom: .1rem;}
.information-detail .time{ line-height: .46rem; color: #999; font-size: .28rem;}
.information-detail .time>span{ display: inline-block; margin-right: .2rem;}
.information-detail__con{ margin-top: .34rem; padding-bottom: .6rem; color: #666; line-height: .6rem;}

/* 关于我们.html */
.m-back-title{ position: relative; overflow: hidden; height: 1rem; line-height: 1rem; text-align: center; font-size: .36rem; padding: .1rem 0; background-color: #fff;}
.m-back-title .back{
    position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 1rem; height: 1rem; display: block;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABOCAMAAABljaQYAAAAk1BMVEUAAAAzMzNEREQzMzMzMzMzMzMzMzMzMzMzMzM7Ozs5OTlkZGQzMzMzMzMzMzMzMzM0NDQ0NDQ0NDQzMzMzMzMzMzM0NDQ0NDQ2NjY3Nzc3Nzc6OjozMzMzMzMzMzMzMzMzMzM0NDQ0NDQ0NDQ1NTU0NDQ3NzczMzMzMzMzMzMzMzM0NDQ0NDQ2NjY0NDQzMzMzMzPS7H+wAAAAMHRSTlMA+gX16rqKy5MTCgLw2NGxclVD7uSaal02IBsOwqunoYFiTUkwLBfg3X09OiglxHbj7JR1AAABeElEQVRIx43Wx7KCUBCEYXIURAyYM5hQz/s/3b11ugqX3bP+Flrwz+AIUxejxBPcxTXGRNw9ffM/AXVL60zM3HVqXdAS1wfWja7ErWbW+S/i1jfr3Jq4roA7E5eWxs6EuE0MdyIu+8AtiPNCuC9zY7gjcfkOLnHIHODmzCVw+5y4CG7sEXeEC5n7wm0z4hZw8Ya4E1yZEjdxrSs64s5wtzULGG62ksI0Qc/CHGkhtQjTXxL3DuBqLUz3wsK8w020ME0jhrkQw6xYmFu4oxhmJIaJkHggB4cNHtwup7DkZWJePn6ieEbwp7VOHlw2vweoNdpwWQlbHfOArLmMhmC0nThtuZwj6jeF+X5YJ9oLV6RchsNq1KL4ZAwiM6xvLdxdzmUxvJ7ackm4XM2GyrUFWHHZTqXTjyWNHailia0qHRL/yeXZxYVQIw56MWJcMekg3zs14jJVI44zNeLQUyMeC/IwLG7t4ytx1IgbR4x4zyEirhxhvCqMvD/CKFusa6EpMQAAAABJRU5ErkJggg==) no-repeat center;
    background-size: .2rem auto;
}
.m-back-title .words{ font-weight: 700;}
/* 权限说明、关于我们等-公共内容样式 */
.m-introduce-con{padding: .3rem; line-height: .6rem; font-size: .28rem; }
.m-introduce-con>p{ margin-bottom: .3rem;}

/*专题段落*/
.m-special-banner{ margin: 0 .3rem; font-family: SourceHanSansCN-Medium, SourceHanSansCN; }
.m-special-banner .m-special-pic{ width: 100%; height: 3.53rem; margin-bottom: .3rem; display: flex; align-items: center; justify-content: center; border-radius: 0.2rem; overflow: hidden; background: #eee; }
.m-special-banner .m-special-title{  margin-bottom: .2rem; display: flex; justify-content: space-between; align-items: center; }
.m-special-banner .m-special-title h2{ font-size: 0.32rem; font-weight: bold; color: #333333; }
.m-special-banner .m-special-title span{ font-size: 0.24rem; font-weight: 500; color: #999999; }
.m-special-banner .m-special-arcitle{ margin-bottom: .3rem; font-size: 0.26rem; font-weight: 500; color: #666666; line-height: 0.4rem; white-space: pre-line;}


/*历史版本*/
.history_content{ padding: 0 0.3rem; }
.history_content .m-box-columnList{ margin: 0 0 .6rem; padding: 0; background: transparent; gap: .2rem; }
.history_content .m-box-columnItem{ background: #fff; border-radius: 0.18rem; padding: .3rem; }
.history_content .m-box-columnItem .m-box-columnImg{ width: .9rem; height: .9rem; }
.history_content .m-box-columnItem .m-box-columnInfo{ height: 0.9rem; }
.history_content .m-box-recommend{ padding: 0; }
.history_content .m-box-tabs{ margin-bottom: .36rem; }
.history_section .m-box__title{ padding: 0; display: flex; justify-content: space-between; }
.history_section .m-box__title .more{ position: initial; }
.history_section .m-detail-recom{ gap: .47rem .48rem; margin-bottom: .6rem; }
.history_section .m-detail-recom>li{ width: auto; margin-bottom: 0; }
.history_head{  width: 100%; padding: .3rem; margin-bottom: .2rem; box-sizing: border-box; background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, #FFFFFF 100%); border-radius: 0.4rem 0.12rem 0.4rem 0.12rem; font-size: 0.24rem; font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: 500; color: #333333; overflow: hidden; display: flex;  flex-direction: column; align-items: center;  justify-content: center;  position: relative; }
.history_head-title{ font-size: 0.3rem; font-family: SourceHanSansCN-Bold, SourceHanSansCN; font-weight: bold; line-height: .3rem; position: relative;  z-index: 1; }
.history_head-subTitle{ font-size: 0.24rem; line-height: 0.24rem; display: block; margin: 0.16rem 0.2rem 0.25rem; position: relative;  z-index: 1; }
.history_head-subTitle::before,.history_head-subTitle::after{ content:""; width: .4rem;  height: 100%; background: url(public/images/icon_adorn.png) no-repeat center;  background-size: contain;  position: absolute;  }
.history_head-subTitle::before{ left: -.2rem; transform: translateX(-100%); }
.history_head-subTitle::after{ right: -.2rem; transform: rotate(180deg) translateX(-100%); }
.history_head-describe{  font-size: 0.24rem; font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: 500; color: #666666; line-height: 0.4rem; position: relative; z-index: 1; }
.history_head-describe>span{ position: relative; z-index: 1; }
/* .history_head-describe::before,.history_head-describe::after{ content:"";  width: .36rem;  height: .32rem;  background: url(public/images/icon_mark.png) no-repeat center;  background-size: contain;  position: absolute; } */
/* .history_head-describe::before{ left: 0; top: 0; transform: translate(-.1rem,-.1rem); } */
/* .history_head-describe::after{ right: 0; bottom: 0; transform: rotate(180deg) translate(0, calc(-100% + .14rem)); } */
.history_head-bg{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; filter: opacity(0.05); background-repeat: no-repeat; background-position: center; background-size: cover; }
.history_head-bg::before{ content: ""; background: linear-gradient(to right,RGBA(255, 255, 255, 0) 0% ,RGBA(255, 255, 255, 1)); position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.dl-btn-info{
    height: .66rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF8E2A;
    line-height: 0.36rem;
    margin: 0.14rem 0.1rem 0.34rem 0.1rem;
}