body {
    background-color: #fff;
}
.theme {
    display: block;
    background-color: #fff;
}
.banner-box{
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}
.banner-box img{
    width: 100%;
}
.game-box{
    border-radius: 0.5rem;
    background-color: #fff;
    width: 100%;
    min-height: 14rem;
    margin-top:0.8rem;
    padding:0.2rem;
}
.theme-con-title{
    position: relative;
    line-height: 1.6rem;
    height: 1.6rem;
    font-size: 1.4rem;
    color: #131313;
    display: block;
    margin: 0.5rem 0;
    padding-left: 0.8rem;
    font-weight: bolder;
}
.icon-title{
    position: absolute;
    left: 0;
    top:0;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
}
/*新游戏预告*/
.new-game-box{
    overflow: hidden;
}
.new-game-box .game-ul{
    overflow-x: auto;
    margin-top: 2.4rem;

}
.new-game-box .game-ul::-webkit-scrollbar {
    display: none;
}
.new-game-box .game-li{
    width: 9.2rem;
    height: 12.9rem;
    margin: 0;
    position: relative;
    text-align: center;
    padding-top: 4.2rem;
}
.new-game-box .xy_bg1{
    background: url(http://www.wee777.cn/static/common/images/index/mb/xy_bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.new-game-box .xy_bg2{
    background: url(http://www.wee777.cn/static/common/images/index/mb/xy_bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.new-game-box .xy_bg3{
    background: url(http://www.wee777.cn/static/common/images/index/mb/xy_bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.new-game-box .game-li img {
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    left: 2.1rem;
    top: -1rem;
}
.new-game-box .game-li .game-title {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0.8rem;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #fff;
    margin-top: 0.6rem;
}
.new-game-box .game-li .game-intro {
    text-align: center;
    overflow: hidden;
    padding: 0 0.8rem;
    font-size:12px;
    color:#fff;
    line-height: 1.1rem;
    height: 2.2rem;
    margin-top: 0.6rem;
}
.new-game-box .game-down-p{
    margin-top: 0.6rem;
}
.new-game-box .game-li a.game-btn {
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 2rem;
    color: #fff;
    background: none;
}
.new-game-box .xy_bg1 .game-down-p a.game-btn {
    background-color: #5816ff;
}
.new-game-box .xy_bg2 .game-down-p a.game-btn {
    background-color: #fe7500;
}
.new-game-box .xy_bg3 .game-down-p a.game-btn {
    background-color: #0067fe;
}
/*热门游戏*/
.hot-game-box .game-ul {
    margin-top: 1.8rem;
}
.hot-game-box .game-li{
    width: 100%;
    height: 5rem;
    margin-bottom:1.4rem;
}
.hot-game-box .game-li-l{
    width: 20%;
    max-width: 5rem;
    float: left;
}
.hot-game-box .game-li-r{
    width: 80%;
    float: left;
    padding-left: 1rem;
    position:relative;
}

.hot-game-box .game-li img{
    display: block;
    width: 100%;
}
.hot-game-box .game-li .game-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.5rem;
    font-size: 1.2rem;
    font-weight: bolder;
    padding-right: 5rem;
    color:#131313;
}
.hot-game-box .game-li .game-score{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2.5rem;
    max-height: 2.5rem;
    padding-right: 5rem;
}
.hot-game-box .game-li .icon-game-start{
    height: 1rem;
    width: 1rem;
    display: block;
    float: left;
}
.hot-game-box .game-li .xx1{
    background: url("http://www.wee777.cn/static/common/images/index/mb/xx1.png") no-repeat center;
    background-size: 100% 100%;
}
.hot-game-box .game-li .xx2{
    background: url("http://www.wee777.cn/static/common/images/index/mb/xx2.png") no-repeat center;
    background-size: 100% 100%;
}
.hot-game-box .game-li .icon-game-start+.icon-game-start{
    margin-left: 0.2rem;
}
.hot-game-box .game-li a.game-btn{
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2rem;
    color: #fff;
    background: linear-gradient(70deg, #FE7500, #FAB600);
    position: absolute;
    right: 0;
    top: 1rem;
    max-width: 5rem;
}





.news-box{
    border-radius: 0.5rem;
    background-color: #fff;
    width: 100%;
    min-height: 4rem;
    margin-top:0.8rem;
    margin-bottom:0.8rem
}
.icon-title{
    position: absolute;
    left: 0;
    top: -0.4rem;
    display: inline-block;
    width: 1.6rem;
    height: 2rem;
}
.icon-hot-game{
    background-image: url(http://www.wee777.cn/static/common/images/index/hot-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.news-tab .theme-tab-title{
   padding-left: 0.8rem;
}
.news-tab .tab-title-a{
    float: left;
    font-size: 1.4rem;
    color: #131313;
    text-align: center;
    position: relative;
    font-weight: bolder;
}
.news-tab .tab-title-a+.tab-title-a{
    margin-left: 1.6rem;
}
.news-tab .tab-title-a span{
    display: block;
}
.news-tab .theme-tab-item {
    display: none;
}
.news-tab .tab-this {
    display: block;
}
.news-tab .title-this{
    color:#FFB400;
}
.news-tab .title-this span.span-line{
    width: 100%;
    height: 4px;
    background-color: #FFB400;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -6px;
}
/*新闻*/
.news-box{
    margin-top: 1rem;
}
.news-box .news-ul li a {
    display: inline-block;
    width: 100%;
}
.news-box .theme-tab-content{
    padding-top: 1.4rem;
}
.news-box .news-ul .news-li{
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #F2F5FA;
}
.news-box .news-li-l{
    float: left;
    width: 72%;
}
.news-box .news-li-l .newsdata-title
{
    color:#131313;
    font-size: 1.2rem;
    font-weight: bolder;
    max-height: 3.2rem;
    line-height: 1.6rem;
    overflow: hidden;
}
.news-box .news-li-l .newsdata-intro
{
    color:#C0C4CC;
    font-size: 0.8rem;
    max-height: 2rem;
    line-height: 1rem;
    overflow: hidden;
    margin-top: 0.6rem;
}
.news-box .news-li-l .newsdata-time
{
    color:#C0C4CC;
    font-size: 0.8rem;
    line-height: 1rem;
    overflow: hidden;
    margin-top: 0.6rem;
    height: 1rem;
}
.news-box .news-li-l .newsdata-time .time{
    float: left;
}
.news-box .news-li-l .newsdata-time .viewnum{
    float: right;
    padding-left: 1.4rem;
    position: relative;
}
.news-box .news-li-l .newsdata-time .viewnum .icon-eye{
    display: block;
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 0.94137931rem;
    height: 0.7rem;
    background: url(http://www.wee777.cn/static/common/images/index/mb/eye.png) no-repeat center;
    background-size: 100% 100%;
}
.news-box .news-li-r{
    float: right;
    width: 26%;
}
.news-box .news-li-r .newsdata-img{
    width: 100%;
}
.news-box .news-li-nolr .newsdata-img{
    width: 95%;
    margin: 0 auto;
}

.news-box .news-li-nolr .news-li-l {
    width: 100%;
}
.news-box .news-li-nolr .news-li-r {
    width: 100%;
}

.news-box .news-li-nolr .news-li-l .newsdata-title {
    margin-top: 1rem;
    max-height: 3.2rem;
    line-height: 1.6rem;
}

