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;
}

html {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #f7f9fa;
}

body {
	background: #efefef url(../images/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	min-height: 100vh;
}

/* ::-webkit-scrollbar {
	width: 0;
	height: auto
} */

* {
	-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;
	width: 100%;
	background-size: contain;
}


.head {
	width: 7.5rem;
	height: 1.4rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 30;
	position: relative;
}

.head .logo img {
	width: 5.4rem;
}

.banner {
	width: 100%;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}

.banner img {
	width: 100%;
}

.item {
	width: 6.72rem;
	margin: 0 auto;
}

.itemlist {
	height: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .22rem;
	padding: 0 .34rem;
	background-repeat: no-repeat;
	background-size: contain;
}

.boxblack {
	background-image: url(../images/btn_black.png);
}

.boxdarkred {
	background-image: url(../images/btn_darkred.png);
}

.boxdarkblue {
	background-image: url(../images/btn_darkblue.png);
}

.boxgreen {
	background-image: url(../images/btn_green.png);
}

.boxwhite {
	background-image: url(../images/btn_white.png);
}

/* .itemlist:hover {
	border-radius: 100rem;
	box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 10px;
} */

.itemlist img {
	width: 2.5rem;
	height: auto;
	float: left;
}

.itemlist span {
	width: 2rem;
	height: .68rem;
	background-color: #666;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3rem;
	border-radius: .4rem;
}

span.orange {
	background-color: #feb705;
}

span.green {
	background-color: #3ed25a;
}

span.purpleg {
	background-color: #c833de;
}

span.blue {
	background-color: #0597fc;
}

span.red {
	background-color: #e24545;
}

/* .itemlist span:hover {
	background-color: #000;
	color: #fff;
} */

.ft {
	width: 7.5rem;
	margin: 0 auto;
	padding: .1rem 0 .4rem;
}

.ft p {
	width: 100%;
	text-align: center;
	font-size: .24rem;
	color: #666;
	margin-bottom: .1rem;
}

.kf {
	position: absolute;
	top: 1.5rem;
	right: 50%;
	margin-right: -3.75rem;
	z-index: 111;
	width: .74rem;
	padding: .2rem 0;
	border-radius: .2rem 0 0 .2rem;
	background-image: linear-gradient(0deg, #4095f5, #51a3ff);
	box-shadow: rgba(255, 255, 255, 0.8) -2px 5px 6px;
}

.kf a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	text-align: center;
	color: #fff;
}


.kf img {
	border: none;
	vertical-align: middle;
	width: .42rem;
	padding: 0;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 75%;
	}
}