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:0rem 0 0.5rem 0;font-size:2rem;text-align:center;font-weight:bold;position:relative;}
.titBox dt span{color:#f25121;}
.titBox dt::after{content:'';height:5px;width:5rem;position:absolute;left:50%;margin-left:-2.5rem;bottom:-5px;background:#c82217;}
.titBox dd{text-align:center;font-size:1.2rem;margin-top:1rem;text-transform:uppercase;color:#666;}
.titBox dd span{color:#f25121;}

.btnBox{width:60%;height:4rem;line-height:4rem;background-image:linear-gradient(to right, #598afa, #126ede);color:#fff;margin:0 auto;font-size:1.4rem;text-align:center;border-radius:30px;cursor:pointer;}

.btnsBox{padding:0.5rem 0 1rem 0;} 
.btnsBox ul{display:flex;align-items:center;justify-content:space-between;} 
.btnsBox ul li{width:47%;background-image:linear-gradient(to right, #598afa, #126ede);height:3.2rem;line-height:3.2rem;text-align:center;font-size:1.4rem;border-radius:30px;color:#fff;cursor:pointer;border:#126ede 1px solid;}
.btnsBox ul li:nth-child(2){background:#fff;color:#126ede;}

.fileBox{padding:2rem 2rem 0 2rem;}

.oneBox{padding:1rem 1rem 2rem 1rem;}
.oneBox .formBox{position:relative;z-index:99;}
.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:90%;height:3.8rem;line-height:3.8rem;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, #de470e, #c21a19);}
.oneBox .zyBox{}
.oneBox .zyBox dl{}
.oneBox .zyBox dl dt{font-size:1.4rem;color:#333;}
.oneBox .zyBox dl dt span{color:#f65a2c;}
.oneBox .zyBox dl dd{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:1rem 0;}
.oneBox .zyBox dl dd p{width:48.5%;height:3.4rem;line-height:3.4rem;text-align:center;font-size:1.3rem;border:#d9d9d9 1px solid;border-radius:2px;margin-bottom:0.5rem;color:#666;}
.oneBox .zyBox dl dd p.on{background:#dc440f;border:#dc440f 1px solid;color:#fff;}

.twoBox{padding:2rem 1rem 1rem 1rem;background:#efefef;}
.twoBox .itemBox{margin-top:2rem;}
.twoBox .itemBox ul li{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0.5rem;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.1);margin-bottom:1rem;}
.twoBox .itemBox ul li p{width:40%;}
.twoBox .itemBox ul li dl{width:55%;}
.twoBox .itemBox ul li dt{font-size:1.6rem;font-weight:bold;color:#c82217;display:flex;align-items:center;}
.twoBox .itemBox ul li dt span{display:inline-block;background:#c82217;margin-right:0.5rem;font-size:1.2rem;color:#fff;padding:4px 6px;border-top-left-radius:10px;border-bottom-right-radius:10px;}
.twoBox .itemBox ul li dd{margin-top:0.5rem;font-size:1.3rem;line-height:2rem;}
.twoBox .itemBox ul li dd span{color:#c82217;}

.threeBox{padding:2rem 1rem 1rem 1rem;background:#fff;}

.threeBox .schoolTab{margin-top:1.5rem;}
.threeBox .schoolTab ul{display:flex;align-items:center;justify-content:space-between;}
.threeBox .schoolTab ul li{width:23%;height:3rem;line-height:3rem;text-align:center;border:1px #de470e solid;border-radius:2px;color:#c82217;font-size:1.4rem;transition:all .3s ease;}
.threeBox .schoolTab ul li.active{background-image:linear-gradient(to right, #de470e, #c21a19);color:#fff;}

.schoolInfo{margin-top:1.5rem;overflow:hidden;}
.schoolInfo .bigpic{position:relative;border-radius:4px;overflow:hidden;}
.schoolInfo .bigpic p{position:absolute;bottom:0px;left:0px;width:100%;height:3.2rem;line-height:3.2rem;background:rgba(0,0,0,0.5);color:#fff;text-align:center;font-size:1.2rem;}
.schoolInfo .bigpic img{width:100%;height:auto;display:block;}
.schoolInfo .itemList {}
.schoolInfo .itemList ul{display:flex;align-items:center;justify-content:space-between;flex-flow:wrap;}
.schoolInfo .itemList li{width:49%;margin-top:0.5rem;border-radius:4px;overflow:hidden;}
.schoolInfo .itemList li img{width:100%;height:auto;display:block;}

.fourBox{padding:1rem;background:#efefef;}
.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:32%;background:#fff;margin-bottom:0.5rem;padding:1rem 0;text-align:center;border-radius:4px;}
.fourBox .itemBox ul li dl{width:90%;margin:0px auto;}
.fourBox .itemBox ul li dl dt{font-size:1.2rem;}
.fourBox .itemBox ul li dl dd{width:70%;margin:0px auto;height:2.4rem;line-height:2.4rem;background:#dc440f;color:#fff;border-radius:30px;text-align: center;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: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
	}
}

@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
	}
}