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: #f0f8ff;
}

body {
	background: #fff url(../img/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: #fff;
	font-size: .26rem;
	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;
	padding-bottom: .3rem;
}



.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.banner img {
	width: 100%;
}

.slogan {
	width: 7rem;
	height: auto;
	margin: 0 auto .1rem;
	position: relative;
	z-index: 99;
	margin-top: -1.4rem;
}

.slogan img {
	width: 100%;
}

.item {
	width: 6.8rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: .26rem;
}

.itemlist {
	height: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;	
	padding: 0 .5rem;
	background-repeat: no-repeat;
	background-size: contain;
}

.boxblack {
	background-image: linear-gradient(90deg, #5454dc, #5454dc);
	border-radius: .2rem;
	box-shadow: 0 .02rem .16rem rgba(0, 0, 0, 0.2);
}

.itemlist img {
	width: .8rem;
	margin-right: .14rem;
	height: auto;
	float: left;
}

.content {
	width: 6.9rem;
	margin: 0 auto;
	padding: .2rem .3rem;
	background: #fff;
	box-shadow: 0 .02rem .16rem rgba(0, 0, 0, 0.1);
	border-radius: .2rem;
	margin-bottom: .24rem;
}

.content H1 {
	width: 100%;
	font-size: .32rem;
	line-height: .6rem;
	font-weight: bold;
	color: #865d07;
}

.content p {
	width: 100%;
	font-size: .26rem;
	line-height: .4rem;
	color: #666;
}

.content table {
	width: 100%;
	font-size: .26rem;
	line-height: .4rem;
	color: #666;
	border-collapse: collapse;
}

.content table tr,
.content table td {
	text-align: center;
	border: 1px solid #999;
}

.content table td span {
	color: #865d07;
	font-weight: bold;
}

.ft {
	width: 7.5rem;
	margin: 0 auto;
	padding: .1rem .4rem;
}

.ft p {
	width: 100%;
	text-align: center;
	font-size: .22rem;
	line-height: .36rem;
	color: #666;
}

.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: 76%;
	}
}