/**
 * 活动样式
 * @author 鹿文学
 */
/* 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: .5rem}


.detail .title {font-size:0.62rem;color:#000;font-weight:normal;margin:0;padding:0;text-align: center}
.detail .date {font-size:0.42rem;color:#999;padding-top:0.2rem;text-align: center}
.detail .article {font-size:0.52rem;color:#000;padding-top:0.2rem;}
.detail .article p {margin:0;padding:0;line-height:1.5;}
/* .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;}
.game_contain .game_detail .butnbox {
    float: right;
    width: 22%;
    height: 100%;
    max-width: 180px;
    text-align: right;
    margin-top: 3.4%;
}
.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;
}
.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: '';
}
.trunker .relate_info{
    background-color: #fff;width: 100%;margin-top: .5rem;
}
.trunker .relate_info .info_title{
    width: 100%;
    padding:0.2rem;
    font-size: 0.6rem;
    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/wap/h5/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{
    padding: 0.2rem 0.4rem 0;
    position: relative;
    border-bottom: 1px solid rgba(231,231,231,0.7);
}
.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: 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;
}
.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 .type{
    color: #333;
    font-size: 0.52rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0.2rem;
}

.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.46rem;
    height: 0.62rem;
    line-height: 0.62rem;
}
.info_content .news_item .news_text .news_info .notice_mark{
    background: #23bbf3;
    color: #fff;
}
.info_content .news_item .news_text .news_info .activity_mark{
    background: #3FC9B4;
    color: #fff;
}
.info_content .news_item .news_text .news_info .welfare_mark{
    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) {}