/* 移动端常用reset.css (文字版本) */
/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

a,
img,
input {
	border: none;
}


body {
	font: 0.14rem/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none
}
.wrap_h1 {
	display: none;
	visibility: hidden;
}

.wrap{
	position: relative;
	background: #787251 url(https://game.gtimg.cn/images/dnf/cp/a20220421index/m/bg.jpg) no-repeat;
	background-size: 7.5rem auto;
	width: 7.5rem;
	min-height: 13.34rem;
	height: 100vh;
}

.wrap .head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.head .logo{
	width: 2.31rem;
	height: 1.7rem;
}

.head .home{
	width: 0.7rem;
	height: 0.7rem;
}

.wrap .btns{
	width: 100%;
	position: absolute;
	left: 0;
	top: 60%;
}

.btns .btn_bg_div{
	margin: 0 auto;
}

.btns .btns_ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	margin-top: 0.02rem;
}

.btns .btn_bg{
	background: url(https://game.gtimg.cn/images/dnf/cp/a20220421index/m/btn.png) no-repeat;
	background-size:3.2rem auto;
	width: 3.2rem;
	height: 1.24rem;
}

.btn_a{
	display: inline-block;
	width: 3.2rem;
	height: 1.24rem;
}
.blk {
	display: block;
	margin: 0.45rem auto;	
}
.btn_img1{
	width: 1.58rem;
	height: 0.35rem;
}
.btn_img2{
	width: 0.89rem;
	height: 0.34rem;
}
.btn_img3{
	width: 1.10rem;
	height: 0.35rem;
}
.btn_img4{
	width: 1.56rem;
	height: 0.34rem;
}
.btn_img5{
	width: 1.55rem;
	height: 0.35rem;
}
.btn_img6{
	width: 1.12rem;
	height: 0.35rem;
}

/*footer */
#afooter{text-align:center; line-height:0.2rem;color: #ccc;background-color:#000;padding: 0.2rem 0; font-size: 0.18rem;}
#afooter a{ color: #ccc;}
