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);
}

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;}
img{display:block;}
.pics{width:100%;height:auto;}

.titBox{margin:1rem 0;}
.titBox dt{padding:0rem 0 0.5rem 0;font-size:2rem;text-align:center;font-weight:bold;position:relative;color:#ff4505;}
.titBox dt::after{content:'';height:5px;width:4rem;position:absolute;left:50%;margin-left:-2rem;bottom:-5px;background:#ff4505;}
.titBox dd{text-align:center;font-size:1.4rem;margin-top:1rem;text-transform:uppercase;color:#666;}
.titBox dd span{color:#dd0202;}

.btnBox{width:100%;height:3.8rem;line-height:3.8rem;background:#ff4505;color:#fff;margin:0 auto;font-size:1.6rem;text-align:center;border-radius:4px;cursor:pointer;background-image:linear-gradient(to right, #ff4505, #ff4505);}

.btnsBox{padding:0.5rem 0 1rem 0;} 
.btnsBox ul{display:flex;align-items:center;justify-content:space-between;} 
.btnsBox ul li{width:48.5%;background-image:linear-gradient(to right, #ff4505, #ff4505);height:3.2rem;line-height:3.2rem;text-align:center;font-size:1.4rem;border-radius:4px;color:#fff;cursor:pointer;border:#ff4505 1px solid;}
.btnsBox ul li:nth-child(2){background:#fff;color:#ff4505;}

.banner{display:block;position:relative;}
.banner .formBox{position:absolute;left:3%;bottom:1.5rem;width:94%;background:#fff;z-index:99;border-radius:8px;box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.banner .formBox .itemBox{width:92%;margin:2rem auto;}
.banner .formBox .tit{border-bottom:#d4d4d4 1px dashed;font-size:2rem;color:#ff4505;text-align:center;font-weight:bold;padding-bottom:1rem;}

.banner .formBox .zyBox{font-size:1.4rem;padding:1rem 0;}
.banner .formBox .zyBox dt{margin-bottom:1.5rem;}
.banner .formBox .zyBox dd{display:flex;align-items:center;justify-content:space-between;}
.banner .formBox .zyBox dd p{display:flex;align-items:center;}
.banner .formBox .zyBox .zyli{width:1.6rem;height:1.6rem;border-radius:0;margin-right:5px;}

.banner .formBox input[type=checkbox]{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none;                 
	cursor: pointer;
	margin:0;
}                   
.banner .formBox input[type=checkbox]{
	width:1.6rem;height:1.6rem;             
	background:url(../images/checkbox_uncheck.png);
	background-size:100% 100%;
}           
.banner .formBox input[type=checkbox]:checked{
	background:url(../images/checkbox_checked.png);
	background-size:100% 100%;
}

.banner .formBox .itemBox ul{margin-top:1rem;}
.banner .formBox .itemBox li{height:4rem;background:#e5e5e5;border-radius:4px;margin-bottom:1rem;display:flex;align-items:center;border:1px #d2d2d2 solid;}
.banner .formBox .itemBox li p{width:3rem;height:2rem;margin:0 0.5rem;position:relative;}
.banner .formBox .itemBox li p.user{background:url(../images/user_ico.png) no-repeat center center;background-size:auto 100%;}
.banner .formBox .itemBox li p.phone{background:url(../images/phone_ico.png) no-repeat center center;background-size:auto 100%;}
.banner .formBox .itemBox li p::after{content:'';width:1px;height:80%;background:#c1c1c1;overflow:hidden;position:absolute;top:10%;right:-0.5rem;}
.banner .formBox .itemBox li .put{height:3rem;line-height:3rem;width:100%;flex:1;border:none;margin:0 1rem;background:none;font-size:1.4rem;}

.banner .formBox .btnBox{width:100%;height:3.8rem;line-height:3.8rem;background:#ff4505;color:#fff;margin:0 auto;font-size:1.6rem;text-align:center;border-radius:4px;cursor:pointer;background-image:linear-gradient(to right, #ff4505, #ff4505);}


.oneBox{padding:1rem;}
.oneBox .itemBox{background:#eee;border-radius:4px;padding:1rem;}
.oneBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;}
.oneBox .itemBox ul li:nth-child(1){width:65%;font-size:1.4rem;font-weight:bold;line-height:2.2rem;}
.oneBox .itemBox ul li span{color:#ff4505;}
.oneBox .itemBox ul li:nth-child(2){width:30%;}

.twoBox{padding:1rem;}
.twoBox .itemBox{padding-top:1rem;}
.twoBox .itemBox .item{display:flex;align-items:center;justify-content:space-between;background:#eee;margin-bottom:1rem;padding:1rem;border-radius:8px;}
.twoBox .itemBox .item dl{width:28%;text-align:center;font-size:1.3rem;font-weight:bold;color:#ff4505;}
.twoBox .itemBox .item dl span{font-size:1.6rem;}
.twoBox .itemBox .item p{width:65%;font-size:1.2rem;line-height:1.8rem;border-left:1px #ff4505 solid;padding-left:1.4rem;color:#333;}

.threeBox{padding:1rem;}
.threeBox .itemBox{padding-top:1rem;}
.threeBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.threeBox .itemBox ul li{width:48.5%;margin-bottom:1rem;border-radius:4px;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,0.1);}

.threeBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;}
.threeBox .itemBox ul li{width:48.5%;}
.threeBox .itemBox dl{background:#fff;}
.threeBox .itemBox dl dt{text-align:center;font-weight:bold;font-size:1.4rem;padding:10px 0;color:#000;}
.threeBox .itemBox dl dt span{display:block;font-size:1.2rem;font-weight:normal;color:#666;margin-top:5px;}
.threeBox .itemBox dl dd{display:flex;align-items:center;justify-content:space-between;margin:0 0.5rem;padding-bottom:0.5rem;}
.threeBox .itemBox dl dd a:nth-child(2){background:#e6ba5e;}

.fourBox{padding:0 1rem;}
.fourBox .itemBox{padding-top:1rem;}
.fourBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fourBox .itemBox ul li{width:48.5%;margin-bottom:3rem;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.1);position:relative;}
.fourBox .itemBox ul li p{position:absolute;left:0;top:0px;background:#ff4505;color:#fff;width:3rem;height:3rem;line-height:3rem;text-align:center;font-size:1.6rem;font-weight:400;font-family:"Impact"}
.fourBox .itemBox ul li dl{position:absolute;bottom:-1.5rem;left:5%;width:90%;background:#eee;color:#333;height:3rem;line-height:3rem;text-align:center;font-size:1.4rem;}


.fiveBox{padding:1rem;}

.sixBox{padding:0 1rem 1.5rem 1rem;border-bottom:8px #f5f5f5 solid;}
.sixBox .itemBox{padding-top:1rem;}
.sixBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.sixBox .itemBox ul li{width:48.5%;margin-bottom:1rem;border-radius:2px;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,0.1);background:#eee;}
.sixBox .itemBox ul li p{width:92%;margin:0px auto;height:3rem;line-height:3rem;text-decoration:underline;position:relative;font-size:1.2rem;cursor:pointer;}
.sixBox .itemBox ul li p::after{content:'';width:2.4rem;height:2.4rem;position:absolute;right:0.3rem;top:0.3rem;background:url(../images/icon02.png) no-repeat center center;background-size:auto 90%;}

.hslfooter{margin-top:0}

.tipModal {background:rgba(0, 0, 0, 0.8);padding:10px 20px;border-radius:4px;color:#fff;text-align:center;max-width:80%;line-height:24px;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
	}
}

@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
	}
}