html{-webkit-text-size-adjust:none;}
a{outline:none;text-decoration:none;}
a:hover {text-decoration:none;}
html {zoom:1;background:#fff;}
html * {outline:0;zoom:1;}
html button::-moz-focus-inner {border-color:transparent!important;}

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;width:100%;max-width:640px;min-width:320px;padding:0;overflow-x:hidden;background:#fff;}
img{display:block;}
.pics{width:100%;height:auto;}

.titBox{margin:1rem 0;text-align:center;}
.titBox dt{font-size:2rem;text-align:center;font-weight:bold;position:relative;color:#000;display:inline-block;font-style: italic}
.titBox dt span{color:#ff8330;}
.titBox dt::after{content:'';height:4px;width:100%;position:absolute;left:0%;bottom:0px;background:#ff9626;}
.titBox dd{text-align:center;font-size:1.4rem;margin-top:1rem;text-transform:uppercase;color:#666;}
.titBox dd span{color:#fc6d31;}

.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:#448aca;background-image:linear-gradient(to right, #448aca, #448aca);height:3.2rem;line-height:3.2rem;text-align:center;font-size:1.4rem;cursor:pointer;border:#448aca 1px solid;color:#fff;}
.btnsBox ul li:nth-child(2){background:#ff8201;border:#ff8201 1px solid;background-image:linear-gradient(to right, #ff8201, #ff8201);}

.btnBox{width:100%;height:3.8rem;line-height:3.8rem;background:#aa1313;color:#fff;margin:1rem auto 0 auto;font-size:1.4rem;text-align:center;border-radius:30px;cursor:pointer;background-image:linear-gradient(#feaf77, #fa6038, #f95832);position:relative;display:flex;align-items:center;justify-content: center;}
.btnBox::before{content:'';display:block;width:2rem;height:2rem;background:url(../images/icon01.png) no-repeat center center;background-size:95% 95%;margin-right:10px;}

.oneBox{padding:0rem;}
.oneBox .formBox{position:relative;z-index:99;padding:1rem 1.5rem;}
.oneBox .formBox .itemBox{margin:2rem auto;}
.oneBox .formBox .itemBox li{height:4rem;background:#f8f8f8;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:100%;height:3.8rem;line-height:3.8rem;background:#fa6038;color:#fff;margin:0 auto;font-size:1.6rem;text-align:center;border-radius:30px;cursor:pointer;background-image:linear-gradient(#feaf77, #fa6038, #f95832);border:none;}

.oneBox .formBox .bmInfo{height:4.5rem;overflow:hidden;background:#fdefef;margin-top:1.5rem;border-radius:4px;padding:0px 1.5rem;}
.oneBox .formBox .bmInfo li{display:flex;align-items:center;justify-content:space-between;color:#ff0000;font-size:1.3rem;}
.oneBox .formBox .bmInfo li p:nth-child(1){display:flex;align-items:center;}
.oneBox .formBox .bmInfo li p:nth-child(1):before{content:'';width:2rem;height:2rem;background:url(../images/icon02.png) no-repeat center center;background-size:auto 100%;margin-right:10px;}

.twoBox{padding:1rem;}
.twoBox .itemBox{display:flex;align-items:center;justify-content:space-between;padding:1rem 0rem;}
.twoBox .itemBox p{width:32%;}

.threeBox{padding:1rem;position:relative;}
.threeBox .contBox{background:#f4f4f4;padding:1.5rem 1rem 1rem 1rem;position:relative;}
.threeBox .contBox::after{content:"";width:2rem;height:2.4rem;position:absolute;left:2rem;top:0px;background:url(../images/pic04.png) no-repeat center center;background-size:auto 100%;}

.threeBox .contBox .infotit{}
.threeBox .contBox .infotit dt{font-size:1.4rem;text-align:center;line-height:3.2rem;}
.threeBox .contBox .infotit dd{font-size:1.6rem;text-align:center;font-weight:bold;color:#ff0000;}
.threeBox .contBox .itemBox{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;}
.threeBox .contBox .itemBox p{width:48.5%;}

.fourBox{padding:1rem;}
.fourBox .itemBox{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-top:1rem;}
.fourBox .itemBox dl{width:32%;margin-bottom:1rem;}
.fourBox .itemBox dt{}
.fourBox .itemBox dt img{border-radius:4px;}
.fourBox .itemBox dd{font-size:1.3rem;text-align:center;margin-top:0.5rem;word-wrap: normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.fiveBox{padding:1rem;}
.fiveBox .itemBox{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-top:1rem;}
.fiveBox .itemBox p{width:48.5%;margin-bottom:1rem;}

.sixBox{padding:1rem 1rem 1.5rem 1rem; border-bottom:8px #f2f2f2 solid;}
.sixBox .itemBox{margin:2rem 0rem;}
.sixBox .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;}
.sixBox .itemBox li::before{content:'';width:2.4rem;height:2.4rem;position:absolute;left:0.8rem;top:0.8rem;background:url(../images/qa_ico.png) no-repeat center center;background-size:100% 100%;}
.sixBox .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, #ff8758,#ff9f2e);color:#fff;font-size:1.2rem;}


.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) {
	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
	}
    .threeBox .itemBox dl{padding-top:4rem;}
}

@media only screen and (min-width:561px) {
	html {
		font-size: 90% !important
	}
    .threeBox .itemBox dl{padding-top:4rem;}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 100% !important
	}
    .threeBox .itemBox dl{padding-top:4rem;}
}