body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
	border: 0;
}

html {
	height: 100%;
	font-size: 31.25vw;
	width: 100%;
}

body {
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #F5F5F6;
}


/* 注册 */
.input-icon {
	padding: 0 5px 0 40px;
	display: block;
	height: 34px;
	line-height: 34px;
	float: left;
	color: #a0a0a0;
}

.input-error-icon {
	background: url(../../images/regNew/icon_errorTip.png) no-repeat 10px 5px;
}

.input-true-icon {
	background: url(../../images/regNew/icon_rightTip.png) no-repeat 10px 5px;
}

.input-hide {
	display: none;
}

.content_reg {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #dcdddd;
	padding-bottom: 300px;
	background: #F3F2F0;
	position: relative;
	top: 0;
	left: 0;
}

.contentBar_reg {
	margin: 0 auto;
	width: 70%;
	background: #fff;
}

.tel_left {
	float: left;
	padding: 60px;
}

@media (max-width:768px) {
	body{
		background: #fff;
	}
	.content_reg {
		border: none;
		height: 86px;
		/* background: #fff; */
	}
	.contentBar_reg {
		width: 100%;
	}
	.tel_left {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}

	.QR_Code{
		display: none;
	}

	.tel_left>ul>li>.inputs>.goNext {
		margin-left: -40px;
	}
}

.tel_left>ul>li {
	margin-bottom: 22px;
}

.tel_left>ul>li>label {
	display: block;
	width: 84px;
	text-align: right;
	float: left;
	margin-right: 12px;
	vertical-align: middle;
	padding-top: 8px;
}

.tel_left>ul>li>.inputs {
	float: left;
	position: relative;
}

.tel_left>ul>li>.inputs>input[type="text"] {
	float: left;
	border: 1px solid #dfdfdf;
	width: 244px;
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	outline: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.tel_left>ul>li>.inputs>input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.tel_left>ul>li>.inputs>.tel_valid {
	position: absolute;
	left: 180px;
	top: 8px;
	font-size: 14px;
	color: #5ac8fa;
	cursor: pointer;
	width: 70px;
	height: 22px;
	line-height: 22px;
	background: none;
	outline: none;
	border: none;
}

.tel_left>ul>li>.inputs>.goNext {
	width: 258px;
	height: 34px;
	line-height: 34px;
	background: #5ac8fa;
	font-size: 16px;
	color: #fff;
	border: 1px solid #009cc5;
	outline: none;
	border-radius: 4px;
	cursor: pointer;
}

.serviceAgreement {
	color: #1b66c7;
}

.QR_Code {
	float: right;
	padding: 60px;
}

.tel_left>ul>li>.inputs>label.error {
	padding: 0 5px 0 40px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	float: left;
	color: #a0a0a0;
	background: url(../../images/regNew/icon_errorTip.png) no-repeat 10px 5px;
}

.tel_left>ul>li>.inputs>label {
	padding: 0 5px 0 40px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	float: left;
	color: #a0a0a0;
}
