@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(/dwj/h5/images/tapmeau.png) no-repeat;
	backgrund-size:100% 100%;
}
.header-close{
	width:.19rem;
	height:.18rem;
	background:url(/dwj/h5/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;
	padding:.15rem;
	box-sizing: border-box;
	background:#FFFFFF;
}
.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;
}

.contentdiv{
	height:77vh;
	width:100%;
	padding:.15rem;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	background:#FFFFFF;
	overflow: hidden;
	overflow-y: auto;
}
.contitle{
	width:3.53rem;
	line-height: .3rem;
	font-size:.24rem;
	color:#333333;
	font-weight: bold;
	margin-bottom:.25rem;
}
.conttime{
	font-size:.12rem;
	color:#999999;
}

.article p {
	line-height: .28rem;
	font-size: .17rem;
	color: #333333;
	text-align: justify;
}

.article p.img {
	text-indent: 0em;
	text-align: center;
	margin-top: .1rem;
}

.article p.right {
	text-align: right;
}

.article p .alight {
	color: #f81818;
}

.article p a {
	color: #a2813a;
	text-decoration: underline;
}

.article img {
	margin: 0 auto .1rem;
	max-width: 3.45rem;
}


.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;
}
