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{max-width:90%;margin:0 auto 2rem auto;display:flex;justify-content:center;}
.titBox img{}

.btnBox{margin:1rem 1rem 0 1rem;padding:1rem 0;} 
.btnBox ul{display:flex;align-items:center;justify-content:space-between;} 
.btnBox ul li{width:48%;background-image:linear-gradient(to right, #bd0e0d, #fe291d);height:4rem;line-height:4rem;text-align:center;font-size:1.2rem;border-radius:30px;color:#fff;cursor:pointer;}
.btnBox ul li.on{background-image:linear-gradient(to right, #ffa800, #ffd143);}


.oneBox{background:#d50a0a;padding:2rem 0;}

.oneBox .formBox{margin:0 1rem;position:relative;z-index:99;}
.oneBox .formBox .itemBox{width:90%;margin:2rem auto;}
.oneBox .formBox .itemBox li{height:4rem;background:#fff;border-radius:4px;margin-bottom:1rem;display:flex;align-items:center;border:1px #eee solid;}
.oneBox .formBox .itemBox li p{width:3rem;height:2rem;margin:0 0.5rem;position:relative;}
.oneBox .formBox .itemBox li p.user{background: url(../images/user_ico.png) no-repeat center center;background-size:auto 100%;}
.oneBox .formBox .itemBox li p.phone{background: url(../images/phone_ico.png) no-repeat center center;background-size:auto 100%;}
.oneBox .formBox .itemBox li p::after{content:'';width:1px;height:80%;background:#c1c1c1;overflow:hidden;position:absolute;top:10%;right:-0.5rem;}

.oneBox .formBox .itemBox li .put{height:3rem;line-height:3rem;width:100%;flex:1;border:none;margin:0 1rem;background:none;font-size:1.4rem;}
.oneBox .formBox .btnBox{width:90%;height:2.4rem;line-height:2.4rem;background:#f6251b;color:#fff;margin:0 auto;font-size:1.6rem;text-align:center;border-radius:30px;cursor:pointer;background-image:linear-gradient(to right, #ffa800, #ffd143);}


.twoBox{padding:3rem 1rem;background:#f0f0f0;}
.twoBox .contBox{padding-top:2rem;}
.twoBox .itemBox{padding:1rem;border-radius:4px;border:1px #eb8989 dashed;padding-top:3.4rem;position:relative;box-shadow:0px 0px 10px rgba(0,0,0,0.02);background:#fff;}
.twoBox .itemBox h3{width:100%;position:absolute;left:0;top:-2rem;text-align:center;display:flex;align-items:center;justify-content:center;}
.twoBox .itemBox h3 img{}
.twoBox .itemBox ul{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.twoBox .itemBox ul li{width:32%;line-height:2rem;font-size:1rem;}
.twoBox .itemBox ul li p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2rem;padding-left:1.6rem;background: url(../images/icon01.png) no-repeat left center;background-size:auto 60%;color:#4f4240;}
.twoBox .itemBox ul::after{content:'';width:33%;height:1px;}

.twoBox .picBox{margin-top:1rem;}
.twoBox .picBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.twoBox .picBox ul li{width:32%;margin-bottom:0.5rem;border-radius:4px;overflow:hidden;}


.threeBox{background:#f0f0f0;}
.threeBox .picBox{border-radius:4px;padding:0 1rem 1rem 1rem;padding-bottom:1rem;}
.threeBox .picItem{display:flex;justify-content:space-between;margin-bottom:0.8rem;}
.threeBox .picItem img{border-radius:4px;}
.threeBox .picItem .flBox{width:48.5%;}
.threeBox .picItem .frBox{width:48.5%;display:flex;flex-wrap:wrap;}
.threeBox .picItem .frBox p{width:100%;}
.threeBox .picItem .frBox p:nth-child(1){align-self:flex-start;}
.threeBox .picItem .frBox p:nth-child(2){align-self:flex-end;}
.threeBox .zxBox{width:70%;height:4rem;line-height:4rem;background-image:linear-gradient(to right, #bd0e0d, #f6251b);color:#fff;margin:0 auto;font-size:1.4rem;text-align:center;border-radius:30px;cursor:pointer;}


.fourBox{padding:2.5rem 0 3rem 0;background:#f0f0f0;}


.fiveBox{background:#f0f0f0;padding-bottom:2rem;}
.fiveBox .titBox img{width:90%;margin:0px auto;}
.fiveBox .itemBox{margin:1rem;}
.fiveBox .itemBox li{background:#fff;height:4rem;line-height:4rem;position:relative;box-shadow:0 0 5px rgb(0,0,0,0.2);margin-bottom:1rem;padding:0px 2rem 0px 3.5rem;border-radius:40px;font-size:1.4rem;}
.fiveBox .itemBox li::before{content:'';width:2.4rem;height:2.4rem;position:absolute;left:0.8rem;top:0.8rem;background:url(../images/icon02.png) no-repeat center center;background-size:100% 100%;}
.fiveBox .itemBox li p{position:absolute;height:3.4rpx;line-height:3.4rem;right:0.3rem;top:0.3rem;padding:0 10px;border-radius:40px;background-image:linear-gradient(to right, #bd0e0d, #f6251b);color:#fff;}




.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
	}
}