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:#410d8c;background-image:linear-gradient(to right, #410d8c, #531788);}
img{display:block;}

.pics{width:100%;height:auto;}

.cBox{padding:0 1rem 1rem 1rem;position:relative;z-index:9;}
.cBox .cBoxBg{border-radius:8px;background:rgba(0,0,0,0.2);padding:2rem 0;}
.cBox .cBoxBg .tit{text-align:center;}
.cBox .cBoxBg .tit h2{color:#fff;font-size:3rem;}

.itemBox{padding:2rem 0 1rem 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 #fff 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.code{background:url(../images/code_ico.png) no-repeat center center;background-size:auto 100%;}
.itemBox li .option{background:url(../images/qiu_ico.png) no-repeat center center;background-size:auto 100%;}
.itemBox li p::after{content:'';width:1px;height:80%;background:#fff;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:#fff;}
.itemBox li .put::placeholder{color:#fff;}
.itemBox li .chooseSel{height:3rem;line-height:3rem;width:100%;flex:1;border:none;margin:0 1rem 0 0;font-size:1.4rem;padding-left:1rem;color:#fff;background:#360b6f;}
.itemBox li.choose::after{content:'';width:0;height:0;border-top:1rem solid #fff;border-right:0.8rem solid transparent;border-left:0.8rem solid transparent;position:absolute;top:1.6rem;right:1rem;}

.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, #de626c, #f97066);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
	}
}