html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	-webkit-appearance: none;
	resize: none;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	-ms-interpolation-mode: bicubic;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: '΢���ź�', Microsoft YaHei, Tahoma, Arial, sans-serif;
	color: #555;
	background-color: #eee;
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

strong {
	font-weight: normal;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #969696;
	cursor: pointer;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

a:hover {
	color: #e74850;
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}

img {
	border: none;
	vertical-align: middle;
}

.wrap {
	min-width: 320px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width: 360px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 360px) and (max-width: 400px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 400px) and (max-width: 480px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width: 481px) {
	html {
		font-size: 18px;
	}
}

.bindingbox {
	width: 92%;
	margin: 2rem auto;
}

.bindingbos {
	overflow: hidden;
	line-height: 3.6rem;
	clear: both;
	font-size: 1.04rem;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 0.6rem;
	margin-bottom: 1.7rem;
}

input:focus {
	outline: none;
}


/* .bindingbox p{
	clear:both;
	font-size:0.9rem;
	color:#FF4411;
	line-height:1.4rem;
	margin-bottom:0.3rem;
	visibility: hidden;
} */

.bindingbos span {
	float: left;
	color: #333;
}

.bindingbos input {
	float: left;
	line-height: 2rem;
	margin-top: 0.8rem;
	width: -webkit-calc(100% - 4.5rem);
	width: -moz-calc(100% - 4.5rem);
	width: calc(100% - 4.5rem);
	color: #666;
}

#getcode {
	padding: 0 1rem;
	line-height: 2.8rem;
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	color: #000;
	border-radius: 2px;
	font-size: 0.9rem;
	pointer-events: auto;
	width: 7rem;
	color: #0069FE;
	background-color: #fff;
	border: 1px solid #0069FE;
}

.sumbitbtn {
	display: block;
	width: 100%;
	background-color: #006FF8;
	color: #fff;
	text-align: center;
	line-height: 3.2rem;
	border-radius: 4px;
	font-size: 1.04rem;
}

.sumbitbtn:hover,
.sumbitbtn:active {
	color: #fff;
}

.bindinged {
	line-height: 2.8rem;
	font-size: 1.04rem;
	text-align: center;
	color: #666;
	margin-top: 20%;
}

.bindinged h4 {
	color: #119323;
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.bindinged i {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 0.4rem;
}