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:#fe594a;background-image:linear-gradient(to right, #ff6251 5%, #fe594a 20%);}
img{display:block;}

.pics{width:100%;height:auto;}

.cBox{padding:0 2rem 1rem 2rem;position:relative;z-index:9;margin-top:-2.5rem;}
.cBox .cBoxBg{border-radius:10px;border:4px rgba(255,255,255,0.5) solid;overflow:hidden;}
.cBox .cBoxBgs{background:#fff; padding-bottom:2rem;}
.cBox .cBoxBg .tit{width:60%;margin:0px auto;text-align:center;}

.itemBox{padding:2rem 0 0rem 0;}
.itemBox ul{width:90%;margin:0px auto;}
.itemBox li{height:4.2rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;border:1px #bfbfbf solid;position:relative;}
.itemBox li p{width:3rem;height:2rem;margin:0 0.5rem;position:relative;}
.itemBox li p.user{background:url(../images/user_ico.png) no-repeat center center;background-size:auto 100%;}
.itemBox li p.phone{background:url(../images/phone_ico.png) no-repeat center center;background-size:auto 100%;}

.itemBox li p::after{content:'';width:1px;height:80%;background:#bfbfbf;overflow:hidden;position:absolute;top:10%;right:-0.5rem;}
.itemBox li .put{height:3rem;line-height:3rem;width:100%;flex:1;border:none;margin:0 1rem;background:none;font-size:1.4rem;color:#333;}
.itemBox li .put::placeholder{color:#bfbfbf;}

.majorBox{width:90%;margin:0px auto;}
.majorBox ul{width:100%;}
.majorBox p{font-size:1.2rem;color:#999;}
.majorBox p span{color:#eb4e25;}
.majorBox ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:1rem 0;}
.majorBox li{width:48%;border:1px #bfbfbf solid;text-align:center;border-radius:4px;height:3.6rem;line-height:3.6rem;margin-bottom:0.8rem;font-size:1.4rem;cursor:pointer;color:#333;}
.majorBox li.on{background-image:linear-gradient(to right, #fd763c, #fd5145);border:1px #eb4e25 solid;color:#fff;}


.btnBox{width:90%;margin:0px auto;height:4rem;line-height:4rem;background:#f6251b;color:#fff;font-size:1.5rem;text-align:center;border-radius:8px;cursor:pointer;background-image:linear-gradient(to right, #fd763c, #fd5145);}

.footBox{background:url(../images/footBg.png) no-repeat center bottom;background-size:100% auto;padding:1.2rem;padding-bottom:1.5rem;}
.footBox .footc{display:flex;justify-content:space-between;align-items: center;}
.footBox .flBox{width:35%;}
.footBox .frBox{width:61%;}
.footBox .frBox dl{font-size:1.4rem;margin-bottom:1rem;color:#fff;}
.footBox .frBox dl dt{font-size:1.3rem;margin-bottom:0.5rem;}
.footBox .frBox dl dd{font-weight:bold;}

.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
	}
}

@media only screen and (min-width:561px) {
	html {
		font-size: 90% !important
	}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 100% !important
	}
}