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{font-size:1.6rem;font-weight:bold;color:#000;display:flex;align-items:center;justify-content:center;}
.titBox dd{text-align:center;margin-top:0.2rem;}
.titBox dd span{display:inline-block;width:25%;height:1px;background:#ff3807;position:relative;}
.titBox dd span::after{content:'';width:8px;height:8px;background:#ff3807;position:absolute;left:50%;margin-left:-4px;top:-4px;border-radius:100%;}

.banner{display:block;}
.oneBox{padding:1rem;}

.oneBox .txtBox{display:flex;align-items:stretch;justify-content:space-between;}
.oneBox .txtBox p{width:31.5%;height:3rem;line-height:3rem;text-align:center;background:#ff3807;color:#fff;font-size:1.4rem;font-weight:bold;margin-bottom:0.5rem;}

.oneBox .itemBox{display:flex;align-items:stretch;justify-content:space-between;}
.oneBox .itemBox dl{width:31.5%;border:2px #eee solid;}
.oneBox .itemBox dt{font-size:1.3rem;font-weight:bold;text-align:center;margin-top:0.5rem;}
.oneBox .itemBox dd{text-align:justify;color:#666;padding:0.8rem;font-size:1.2rem;line-height:1.6rem;}

.twoBox{padding:1rem;}
.twoBox .itemBox{margin-top:1rem;}
.twoBox .itemBox .item{display:flex;align-items:center;border:2px #eee solid;border-radius:60px;padding:0.5rem;margin-bottom:1rem;}
.twoBox .itemBox .item p{width:25%;}
.twoBox .itemBox .item dl{padding:0px 1.5rem 0px 1rem;flex:1;}
.twoBox .itemBox .item dl dt{font-size:1.6rem;font-weight:bold;color:#ff3807;}
.twoBox .itemBox .item dl dd{font-size:1.2rem;margin-top:0.5rem;line-height:1.8rem;}
.twoBox .itemBox .item:nth-child(even) dl{padding:0px 1rem 0px 1.5rem;}

.threeBox{padding:2rem 1.2rem;background:#eeeced;}
.threeBox .tits{}
.threeBox .tits dt{font-size:2rem;}
.threeBox .tits dd{font-size:2rem;}

.threeBox .itemBox{margin-top:1rem;}
.threeBox .itemBox dl{margin-bottom:2rem;}
.threeBox .itemBox dl dt{font-size:1.6rem;display:flex;align-items:center;}
.threeBox .itemBox dl dt::before{content:'';width:1.3rem;height:1.5rem;background:url(../images/icon.png) no-repeat;background-size:auto 100%;}
.threeBox .itemBox dl dd{display:flex;align-items:center;margin-top:1rem;}
.threeBox .itemBox dl dd p{font-size:1.2rem;background:#fff;height:2.6rem;line-height:2.6rem;padding:0px 1.2rem;border:1px #ff3807 solid;border-radius:4px;overflow:hidden;margin-right:0.5rem;position:relative;text-align:center;cursor:pointer;}
.threeBox .itemBox dl dd p.on{background:#ff3807;color:#fff;}
.threeBox .itemBox dl dd p.on::after{position:absolute;right:0px;bottom:0px;content:'';width:1.3rem;height:1.3rem;background:url(../images/ico.png) no-repeat;background-size:100% 100%;}

.threeBox .formBox{}
.threeBox .formBox ul{display:flex;align-items:center;justify-content:space-between;}
.threeBox .formBox ul li{width:32%;}
.threeBox .formBox ul li .put{width:100%;height:3rem;line-height:3rem;text-indent:0.6rem;border:1px #666 solid;font-size:1.2rem;}
.threeBox .formBox ul li .btnBox{background:#ff3807;color:#fff;text-align:center;height:3rem;line-height:3rem;font-size:1.2rem;cursor:pointer;font-weight: bold;border:1px #ff3807 solid;}

.fourBox{padding:1rem;padding-bottom:0rem;}
.fourBox .itemBox{}
.fourBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fourBox .itemBox ul li{width:49%;background:#ff3807;margin-bottom:1rem;}
.fourBox .itemBox ul li p{padding:8px;position:relative;}
.fourBox .itemBox ul li p span{width:3rem;height:3rem;position:absolute;left:50%;margin-left:-1.5rem;bottom:0px;margin-bottom:-0.8rem;}
.fourBox .itemBox ul li p img{display:block;}
.fourBox .itemBox ul li dl{padding:8px;padding-top:1.2rem;padding-bottom:1rem;}
.fourBox .itemBox ul li dl dt{font-size:1.6rem;text-align:center;color:#fff;font-weight:bold;}
.fourBox .itemBox ul li dl dd{text-align:center;color:#fff;margin-top:0.8rem;}
.fourBox .itemBox ul li dl dd span{display:inline-block;border:1px rgba(255,255,255,0.5) solid;height:2.8rem;line-height:2.8rem;padding:0px 1rem;border-radius:4px;font-size:1rem;}

.fiveBox{padding:1rem;}
.fiveBox .itemBox{margin-top:1rem;}
.fiveBox .itemBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.fiveBox .itemBox ul li{width:49%;margin-bottom:0.8rem;}

.sixBox{padding:1rem;padding-bottom:2rem;border-bottom:8px #f5f5f5 solid;}
.sixBox p{margin-top:1rem;}


.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
	}
}