a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

body,
/* 修改html和body的背景设置 */
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: transparent;
	/* 移除原背景色 */
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #1a1a1a;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	background: transparent;
	/* 清除body背景图 */
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}


.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background: rgba(26, 26, 26, 0.85) url(../img/bg.jpg) no-repeat center center scroll;
	background-size: cover;
	padding-bottom: .5rem;
	margin: 0 auto;
}


.head {
	width: 7.5rem;
	height: 1.2rem;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	background-color: #1a1a1a;
	/* 	box-shadow: rgba(200, 220, 230, 0.6) 0px 2px 5px; */
	z-index: 999;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 2.66rem
}

.head .lbtn {
	padding: .1rem .15rem;
	background-color: #d1ae52;
	border-radius: .1rem;
	font-size: .24rem;
	color: #5e3003;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .lbtn:hover {
	background-color: #d3b055;

}

.head .rbtn {
	position: absolute;
	right: .3rem;
	top: .3rem;
	padding: .1rem .15rem;
	background-color: #d1ae52;
	border-radius: .1rem;
	font-size: .24rem;
	color: #5e3003;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .rbtn:hover {
	background-color: #d3b055;
}

.lbtn img {
	width: .28rem;
	height: .36rem;
	margin-right: .1rem;
}

.rbtn img {
	width: .35rem;
	height: .36rem;
	margin-right: .1rem;
}

.banner {
	width: 100%;
	padding-top: 1.2rem
}

.banner img {
	width: 100%;
}

.iconlist {
	width: 92%;
	border-radius: .2rem;
	position: relative;
	height: 1.8rem;
	margin: 0 auto;
}

.iconlist ul {
	width: 100%;
	height: 1.8rem;
	/*box-shadow: rgba(200, 220, 230, 0.6) 0px 4px 10px; 
	background-color: #fff;*/
	border-radius: .2rem;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	/* top: -1.2rem; */
}

.iconlist ul li img {
	width: .8rem;
	margin-bottom: .15rem;
}

.iconlist ul li {
	color: #999999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title {
	padding-top: .25rem;
	padding-bottom: .1rem;
	margin-bottom: .2rem;
	font-size: .32rem;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;

}

.title span {
	width: 1rem;
	height: 1px;
	background-color: #fff;
}

.itembbb {
	width: 90%;
	margin: 0 auto;
}

.itembbblist {
	height: 1.2rem;
	border-radius: .14rem;
	background-color: #313233;
	/* box-shadow: rgba(173, 211, 255, 0.6) 0px 4px 10px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .4rem;
}

.mb28 {
	margin-bottom: .28rem;
}

.itembbblist:hover {
	/* box-shadow: rgba(140, 180, 250, 0.6) 0px 4px 10px; */
	background: #333436;
}

.itembbblist img {
	width: 2.8rem;
	height: auto;
}

.itembbblist span {
	width: 2rem;
	height: .56rem;
	background-color: #d1ae52;
	color: #5e3003;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	border-radius: .3rem;
}

.itembbblist span:hover {
	background-color: #d3b055;
}

.ft {
	width: 90%;
	margin: 0 auto;
}

.ft h1 {
	width: 100%;
	text-align: center;
	font-size: .32rem;
	color: #fff;
	margin-bottom: .3rem;
}

.ft img {
	display: block;
	margin: 0 auto;
	height: auto;
}

.ft ul li {
	font-size: .24rem;
	color: #fff;
	height: .4rem;
	line-height: .4rem;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 75%;
	}