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: #e5effd;
	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
}
body {
	background: #fff;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	min-height: 100vh;
}
.header{
	padding: 0 1rem;
	position: relative;
	height: 8.5rem;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	background: #e7e7fb;
}
.h-l{
	width:6rem ;
	margin-top: 4rem;
	float: left;
}
.h-m{
	position: absolute;
	margin-top: 3.5rem;
	width: 14rem;
	float: left;
	left: calc(50% - 6rem);
}
.h-r{
	margin-top: 4rem;
	height: 3rem;
	float: right;
}
.clear{
	clear: both;
}
.banner{
	width: calc(100% - 2rem);
	margin-left: 1rem;
}
.banner img{
	width: calc(100%);
	margin-top: 1rem;
}
.tabset{
	height: 8.1rem;
	width: calc(100% - 2rem);
	margin-left: 1rem;
	background: url(../img/box.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 1rem;
	padding: 0 0.5rem;
	color: #7e97b6;
	font-family: "arial rounded mt bold";
}
.tabset li{
	flex: 1;
	font-size: 1rem;
	text-align: center;
}
.tabset img{
	height: 4rem;
	margin-top: 1.3rem;
	margin-bottom: 0.3rem;
}
.tabset ul{
	width: 100%;
	display: flex;
}
.tabjin img{
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-top: 1rem;
}
.title{
	font-size: 1.8rem;
	text-align: center;
	margin-top: 2rem;
}
.content{
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.5;
	margin-left: 2rem;
	margin-top: 1.5rem;
	padding-bottom: 3.2rem;
}
.text{
	color: #7f7e7b;
	overflow: hidden;
	position: relative;
	background: #e7e7fb;
	margin-top: 2.5rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
.text img{
	position: absolute;
	left: 0;
	top: 1.3rem;
	margin-left: 1rem;
	height: 16rem;
}
.tabimg img{
	width: calc(100% - 2rem);
	margin-left: 1rem;
	margin-top: 1rem;
}