/* common */
.newspage {background:rgba(239,239,239,1);}
/* header */
.header .caption {margin:0 16.2%;}
.header .arrow-left {width:16%;}
.header .arrow-left img{margin-left:.4rem;width:0.38rem;display:block;}
.header .mall-share img {width:0.68rem;height:0.68rem;vertical-align:baseline;display:block;}
.header .mall-share {margin-right:0.6rem;}


.news-detail {padding:0.4rem;background-color: #fff;margin-top: .3rem}


.detail .title {font-size:0.62rem;color:#000;font-weight:normal;margin:0;padding:0;text-align: center; margin-bottom: 0.3rem;}
.detail .date {font-size:0.42rem;color:#999;padding-top:0.2rem;text-align: center; margin-bottom: 0.3rem;}
.detail .article {font-size:0.48rem;color: #666;padding-top:0.3rem;}
.detail .article p {margin:0;padding:0;line-height:1.7;}
/* .detail .article img {max-width:1080px;width:10.8rem;margin:0.62rem auto 0.48rem;display:block;} */
.detail .article img {max-width:100%;margin:0.2rem auto;display:block;}
.detail .article .imgwrap {}
.detail .article table{width:100%!important;}



.start-game {position: fixed;bottom:0;width:100%;z-index: 3;background:#FF7417;height: 1.44rem;line-height: 1.44rem}
.start-game .btn {width: 100%;cursor:pointer;text-align:center;display:block;color:#FFF;font-size:.46rem;float: right;}

/*
新版样式*/
.table_{
    table-layout: fixed;
    width: 100%;
}
.table_ .table-cell_{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game_contain {background-color: #fff;width: 100%}
.game_contain .game_detail{padding: 0.4rem;position: relative}
.game_contain .game_detail .iconbox {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    margin: 2.4% 3.4% 2.4% 0;
    width: 2.5rem;
    height: 2.5rem;
    max-width: 182px;
    max-height: 182px;
    border-radius: 0.48rem;
    background: #e2e2e2;
    color: #bbbaba;
    font-size: 0.36rem;
}
.game_contain .game_detail .iconbox .icon{position: relative;  z-index: 2;  width: 2.5rem;height: 2.5rem;display: inline;}
.game_contain .game_detail .butnbox {
    float: right;
    width: 22%;
    height: 100%;
    max-width: 180px;
    text-align: right;
    margin-top: 5.2%;
}
.game_contain .game_detail .butnbox .butn {
    border: 3px solid #FF7417;
    border-radius: 9.9rem;
    color: #FF7417;
    font-size: 0.4rem;
    width: 1.8rem;
    height: 0.88rem;
    display: inline-block;
    line-height: 0.88rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.game_contain .game_detail .text {
    margin-right: 22.5%;
    margin-left: 19%;
    padding-top: 1%;
}
.game_contain .game_detail .text .title {
    height: 1;
    overflow: hidden;
}
.game_contain .game_detail .text .title .name {
    color: #333;
    font-size: 0.52rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        margin: 0;
    margin-top: 0.2rem;
}
.game_contain .game_detail .text .info {
    overflow: hidden;
    margin-top: 0.2rem;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.36rem;
}
.game_contain .game_detail .text .info .type {
    color: #FF7417;
}
.game_contain .game_detail .text .info .description {
    position: relative;
    margin-left: 6%;
}
.game_contain .game_detail .text .info .description:before {
    position: absolute;
    top: 21%;
    left: -.23rem;
    display: block;
    width: .04rem;
    height: 65.38%;
    background: #e0e0e0;
    content: '';
}
.game_contain .game_detail .text .info .slogan {margin:0;margin-top:.05rem;font-size:.36rem;color:#999;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}

.trunker .relate_info{
    background-color: #fff;width: 100%;margin-top: .3rem;
}
.trunker .relate_info .info_title{
    width: 100%;
    padding:0.2rem;
    font-size: 0.52rem;
    vertical-align: middle;
    line-height: 1rem;
    border-bottom: 1px solid rgba(231,231,231,0.7);
}
.trunker .relate_info .info_title .relate_icon{
    width: 0.68rem;
    height: 0.68rem;
    background: url(/static/m/img/game_ico_news.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.15rem;
    margin-right: 0.2rem;
    float: left;
}
.trunker .relate_info .info_content{
    width:100%;
}
.trunker .relate_info .info_content .news_item{
    margin: 0.2rem 0.4rem 0;
    position: relative;
    border-bottom: 1px dashed #e7e7e7;
}
.relate_info .info_content .news_item .butnbox {
    float: right;
    width: 22%;
    height: 100%;
    max-width: 180px;
    text-align: right;
    line-height: 100%;
    /*margin-top: 3.4%;*/
}
.relate_info .info_content .news_item .butnbox .butn {
border:3px solid #FF7417;border-radius:0.44rem;color:#FF7417;font-size:0.4rem;width:1.6rem;height:0.88rem;display:inline-block;line-height:0.88rem;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;
}
.relate_info .info_content .news_item .news_text {
   width:75%;
    display: inline-block;
}

.info_content .news_item .news_text .news_title {
    height: 1;
    overflow: hidden;
}
.info_content .news_item .news_text .news_title .news_name {
    color: #333;
    font-size: 0.52rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_content .news_item .news_text .news_info {
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.48rem;
    margin: 0.3rem 0;
}
.info_content .news_item .news_text .news_info span{
    /*display: inline-block;*/
}
.info_content .news_item .news_text .news_info .title{
    color: #333;
    font-size: 0.42rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0.2rem;
}

.info_content .news_item .news_text .news_info .cate {padding:0 15%;line-height:1.4;display:inline-block;margin-top:-1%;margin-right:0.2rem;border:3px solid transparent;border-radius:9.9rem;vertical-align:middle;font-size:0.33rem;-webkit-box-sizing:border-box;box-sizing:border-box;color: #fff}




.table_{
    table-layout:fixed;
}
.table-cell_{
    overflow:hidden;text-overflow:ellipsis;
}
.info_content .news_item .news_text .news_info .mark{
    padding: 0 0.2rem;
    border: 3px solid transparent;
    border-radius: 9.9rem;
    font-size: 0.4rem;
    height: 0.62rem;
    line-height: 0.62rem;
}
.info_content .news_item .news_text .news_info .cate-notice{
    background: #23bbf3;
    color: #fff;
}
.info_content .news_item .news_text .news_info .cate-active{
    background: #3FC9B4;
    color: #fff;
}
.info_content .news_item .news_text .news_info .cate-fuli{
    background: #FF876F;
    color: #fff;
}




@media screen and (max-width:660px) {
    .game_contain .game_detail .butnbox .butn,.relate_info .info_content .news_item .butnbox .butn {
        border-width: 2px;
        border-radius: 9.9rem;
    }
    .info_content .news_item .news_text .news_info .mark{
        border-width: 2px;
        border-radius: 9.9rem;
    }

}
@media screen and (max-width:540px) {
    .game_contain .game_detail .butnbox .butn,.relate_info .info_content .news_item .butnbox .butn {
        border-width: 1px;
        border-radius: 9.9rem;
    }
    .info_content .news_item .news_text .news_info .mark{
        border-width: 1px;
        border-radius: 9.9rem;
    }

}
@media screen and (max-width:400px) {

}
@media screen and (max-width:370px) {

}
@media screen and (max-width:320px) {}

/*热门游戏区域*/
.contain .screenshot {background:#FFF;margin-top:-0.3rem;padding:0.4rem 0;}
.contain .screenshot .wrap {width:100%;}
.contain .screenshot .iconbox {/*height:7.48rem;*/height:auto;margin-left:0.4rem;width:5.2rem;font-size:0.52rem;color:#BBBABA;position:relative;background:#E2E2E2;}
.contain .screenshot .iconbox .icon {width:100%;height:100%;position:relative;z-index:2;}

.contain .play {background:#FFF;margin-top:.3rem;}

.contain .samething .cntitle {height:1.48rem;padding:0 0.4rem;position:relative;}
.contain .samething .cntitle .name {font-size:0.52rem;line-height:1.68rem;display:block;}
.contain .samething .cntitle .name .icon{display:inline-block;vertical-align:middle;width:0.68rem;height:0.68rem;max-height:52px;max-width:52px;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;margin-right:0.2rem;margin-top:-.9%;}
.contain .samething .cntitle .name .icon-desc {background-image:url(/static/m/img/game_ico_int.png);}
.contain .samething .cntitle .name .icon-gift {background-image:url(/static/m/img/game_details_gift.png);}
.contain .samething .cntitle .name .icon-active {background-image:url(/static/m/img/game_ico_news.png);}
.contain .samething .cntitle .name .icon-play {background-image:url(/static/m/img/game_ico_player.png);}

.contain .samething .cntitle .more {float:right;font-size:0.36rem;color:#666;line-height:1.48rem;}
.contain .samething .cntitle .more .icon-arrow-right {margin-left:0.2rem;display:inline-block;width:0.18rem;height:0.32rem;background:url(/static/m/img/game_details_activity_more.png) center center no-repeat;background-size:100% 100%;}

.contain .play .content {padding:0 0.14rem;position: relative;margin-bottom: 1.3rem;}
.contain .play .content ul {width:100%;}
.contain .play .content li {width:25%;float:left;}
.contain .play .item{text-align:center;padding-bottom:1px;margin-bottom:-1px;width:88%;margin:0 auto;}
.contain .play .item a{-webkit-tap-highlight-color:transparent;}
.contain .play .item .iconbox{position:relative;display:block;overflow:hidden;margin:0 auto 8%;width:1.72rem;height:1.72rem;max-width:172px;max-height:172px;border-radius:0.4rem;background:#e2e2e2;color:#bbbaba;}
.contain .play .item .iconbox .icon{position:relative;z-index:2;width:100%;border-radius:0.4rem;}
.contain .play .item .iconbox .font{font-size:0.36rem;}
.contain .play .item .namebox{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.42rem;}
.contain .play .item .butnbox{display:block;margin:10% auto 33%;width:1.64rem;height:0.79rem;line-height:0.79rem;text-align:center;border:1px solid #FF7417;border-radius:8.8rem;color:#FF7417;font-size:0.43rem;box-sizing: border-box}

