@charset "utf-8";
.header{
	width:100%;
	height:0.5rem;
	background:#21232F;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding:.05rem .15rem;
	box-sizing: border-box;
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
}
.header-left{
	width:2.2rem;
	height:.5rem;
	display:flex;
	flex-direction: row;
	align-items: center;
}
.header-right{
	width:.15rem;
	height:.13rem;
	background:url(../images/tapmeau.png) no-repeat;
	backgrund-size:100% 100%;
}
.header-close{
	width:.19rem;
	height:.18rem;
	background:url(../images/rightclose.png) no-repeat;
	backgrund-size:100% 100%;
}

.logos{
	width:0.4rem;
	height:0.4rem;
}
.gamename{
	font-size:.13rem;
	color:#FFFFFF;
	margin-left:.08rem;
}
.downtop{
	width:.71rem;
	height:.25rem;
	text-align: center;
	line-height: .25rem;
	font-size:.14rem;
	color:#FFFFFF;
	border-radius: 4px;
	background-color: #008FE2;
	margin-left:.11rem;
}


.newetitle{
	width:100%;
	height:.52rem;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding:.15rem;
	box-sizing: border-box;
	background:#FFFFFF;
	margin-top: .5rem;
}
.textbig{
	height:.52rem;
	line-height: .52rem;
	font-size:.18rem;
	color:#333333;
	font-weight: bold;
}
.rightgoback{
	display:flex;
	flex-direction: row;
	align-items: center;
}
.rightgoback span{
	font-size:.14rem;
	color:#666666;
}
.rightgoback img{
	width:.16rem;
	height:.16rem;
	margin-left:.05rem;
}



.newlisttap{
	width:100%;
	height:.34rem;
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background:#F4F4F4;
}
.newlisttap a{
	height:.31rem;
	text-align: center;
	line-height: .31rem;
	font-size:.14rem;
	color:#666666;
}
.newlisttap a.active{
	border-bottom:1px solid #008FE2;
	color:#008FE2;
}
.newcontent{
	width:100%;
	height: 4.2rem;;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background:#FFFFFF;
}
.newcontent-list{
	width:100%;
	height:3.8rem;
	display:flex;
	flex-direction: column;
	padding:0 .15rem;
	box-sizing: border-box;
}
.newcontent-row{
	width:100%;
	height:.35rem;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.biaoqian{
	width:.4rem;
	height:.2rem;
	border-radius: .13rem;
	font-size:.12rem;
	color:#FFFFFF;
	text-align: center;
	line-height: .2rem;
}
.biaoqian.zx{
	background:#008FE2;
}
.biaoqian.xw{
	background:#FF9000;
}
.biaoqian.hd{
	background:#75C81B;
}
.biaoqian.lb{
	background:#FE5858;
}
.biaoqian.gl{
	background:#C937E7;
}
.biaoqian.gg{
	background:#008FE2;
}
.newmidcon{
	width:2.5rem;
	height:.2rem;
	line-height: .2rem;
	font-size:.14rem;
	color:#555555;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newtime{
	font-size:.12rem;
	color:#999999;
	height:.2rem;
	line-height: .2rem;
}
.newpagediv{
	width:2.5rem;
	height:.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.lastpage,.nextpage{
	width:.6rem;
	height:.25rem;
	text-align: center;
	line-height: .25rem;
	color:#333333;
	font-size:.14rem;
	border:1px solid #B8B8B8;
	border-radius: 2px;
}
.pagemiddle{
	width:1.26rem;
	height:.25rem;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.fgp,.nowp{
	width:.25rem;
	height:.25rem;
	font-size:.14rem;
	color:#000000;
	line-height: .25rem;
	text-align: center;
}




.footer{
	width:100%;
	height:1.11rem;
	padding:.12rem .15rem .19rem;
	box-sizing: border-box;
	background:#191D28;
	position: absolute;
	bottom: 0;
}
.line-fot{
	width:100%;
	font-size: .12rem;
	color:#676F74;
	line-height: .22rem;
}
.line-fot img{
	display: inline-block;
	width:.2rem;
	height:.2rem;
}

/*菜单选择*/
.meauboxtask{
	position: fixed;
	width:100%;
	height:100%;
	top:.5rem;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index: 9999;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.meauboxtask div{
	width:1.2rem;
	height:.6rem;
	text-align: center;
	line-height: .6rem;
	color:#333333;
	font-size:.15rem;
	border-bottom:1px solid #D9D9D9;
}