html {
	-webkit-text-size-adjust: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	zoom: 1;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

body {
	font-size: 12px;
	background-color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	/*border-collapse:collapse;border-spacing:0;*/
}

fieldset,
a img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
	-webkit-appearance: none !important;
}

em,
i {
	font-style: normal;
}

select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
}

.pics {
	width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0 auto;
	max-width: 640px;
	min-width: 320px;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	background: #fff;
}

.banner {
	display: flex;
}

.titBox{margin:1rem 0;}
.titBox dt{padding:1rem 0 0.2rem 0;font-size:1.8rem;text-align:center;font-weight:bold;position:relative;}
.titBox dt span{color:#fa591a;}
.titBox dt::after{content:'';height:5px;width:5rem;position:absolute;left:50%;margin-left:-2.5rem;bottom:-5px;background:#4183d5;}
.titBox dd{text-align:center;font-size:1rem;margin-top:0.8rem;text-transform:uppercase;color:#999;}


.btnsBox {
	padding:0.5rem 0;
	margin: 1rem;
}

.btnsBox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btnsBox li {
	width: 46%;
	height: 3.6rem;
	line-height: 3.6rem;
	background: #4183d5;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border:2px #4183d5 solid;
}

.btnsBox li:nth-child(2) {
	background: none;
	color: #4183d5;
}

.oneBox{padding:1rem;}
.oneBox .itemBox{}
.oneBox .itemBox dt{font-size:1.4rem;line-height:2.4rem;color:#666;}
.oneBox .itemBox dd {margin:1rem 0;}
.oneBox .itemBox dd img{border-radius:4px;}

.twoBox{background:#efefef;padding:1rem 1rem 3rem 1rem;}
.twoBox .itemBox{}
.twoBox .itemBox ul{}
.twoBox .itemBox li{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;padding:0.8rem 0.5rem;background:#fff;}
.twoBox .itemBox li p{width:35%;}
.twoBox .itemBox li dl{padding-left:1rem;flex:1;}
.twoBox .itemBox li dl dt{font-weight:bold;font-size:1.4rem;}
.twoBox .itemBox li dl dd{margin-top:0.5rem;line-height:1.8rem;font-size:1.2rem;color:#666;}
.twoBox .itemBox li.on dl {padding-right:1rem;padding-left:0.5rem;}

.twoBox .btn{}
.twoBox .btn a{width:60%;margin:2rem auto 0 auto;height:4rem;line-height:4rem;background:#4183d5;border-radius:30px;color:#fff;text-align:center;font-size:1.4rem;display:block;}


.threeBox{padding:1rem;}
.threeBox .itemBox{}
.threeBox .itemBox ul{}
.threeBox .itemBox li{margin-bottom:1rem;}
.threeBox .itemBox li .titno{display:flex;}
.threeBox .itemBox li .titno p{background:#4183d5;height:3.4rem;line-height:3.4rem;font-size:1.4rem;color:#fff;padding:0 1rem;font-weight:bold;display: flex;align-items:center;}
.threeBox .itemBox li .titno p span.num{width:2.2rem;height:2.2rem;font-size:1.2rem;border-radius:100%;background:#fff;color:#4183d5;display:flex;align-items:center;justify-content:center;margin-right:0.5rem;}
.threeBox .itemBox li .titno p span.txt{display:block;flex:1;}
.threeBox .itemBox li .titno p div{display:block;width:100%;flex:1;}
.threeBox .itemBox li .item{display:flex;align-items:center;justify-content:space-between;padding:0.8rem 0.5rem;background:#efefef;}
.threeBox .itemBox li .item p{width:35%;}
.threeBox .itemBox li .item dl{padding-left:1rem;flex:1;}
.threeBox .itemBox li .item dl dt{font-weight:bold;font-size:1.4rem;}
.threeBox .itemBox li .item dl dd{margin-top:0.5rem;line-height:1.8rem;font-size:1.2rem;color:#666;}
.threeBox .itemBox li.on .item dl {padding-right:1rem;padding-left:0.5rem;}
.threeBox .itemBox li.on .titno p{margin-left: auto;}


.fourBox{background:#efefef;padding:1rem 1rem 3rem 1rem;}
.fourBox .itemBox{margin-top:2rem;}
.fourBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fourBox .itemBox ul li{width:48.5%;background:#fff;margin-bottom:1.2rem;overflow:hidden;}
.fourBox .btn{}
.fourBox .btn a{width:60%;margin:1rem auto 0 auto;height:4rem;line-height:4rem;background:#4183d5;border-radius:30px;color:#fff;text-align:center;font-size:1.4rem;display:block;}


.fiveBox{padding:1rem 1rem 1rem 1rem;border-bottom: 10px solid #f2f2f2;}
.fiveBox .itemBox{}
.fiveBox .itemBox ul{}
.fiveBox .itemBox li{margin-bottom:1.5rem;background:#efefef;border-radius:4px;overflow:hidden;}
.fiveBox .itemBox li p{}
.fiveBox .itemBox li dl{width:90%;margin:0px auto;padding:1rem 0 1.5rem;}
.fiveBox .itemBox li dl dt{font-weight:bold;font-size:1.6rem;text-align:center;}
.fiveBox .itemBox li dl dd{margin-top:0.5rem;line-height:1.8rem;font-size:1.3rem;color:#666;}
.fiveBox .itemBox li.on dl {padding-right:1rem;padding-left:0.5rem;}


.hslfooter{margin-top: 0}

.tipModal {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	max-width: 80%;b
	line-height: 30px;
	position: fixed;
	z-index: 9999999999999;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	display: none;
}


@media only screen and (min-width:321px) {

	/*iphone5*/
	html {
		font-size: 62.5% !important
	}
}

@media only screen and (min-width:361px) {
	html {
		font-size: 70.31% !important
	}
	.threeBox .itemBox ul li dl {
		width: 90%;
	}
}

@media only screen and (min-width:376px) {
	html {
		font-size: 73.24% !important
	}
}

@media only screen and (min-width:481px) {
	html {
		font-size: 84% !important
	}
}

@media only screen and (min-width:561px) {
	html {
		font-size: 90% !important
	}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 100% !important
	}
}