/* reset */
@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
form,
button,
input,
textarea,
th,
td,
div,
i,
span,
em {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font: 14px/1.5 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
button,
input,
select,
textarea {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

form {
	display: inline;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

a:focus,
*:focus {
	outline: none;
}

.hidden {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

button,
input,
select,
textarea {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	border: none;
}

input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

input:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

textarea:focus::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

/*提示弹框*/
.reminder {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	box-sizing: content-box;
}

.in_reminder {
	display: inline-block;
	max-width: 1200px;
	min-width: 200px;
	line-height: 50px;
	background: rgba(0, 0, 0, .9);
	padding: 0 30px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.login_pop {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.in_login{
	width: 358px;
	height: 492px;
	border-radius: 16px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -246px;
	margin-left: -179px;
	padding-top: 30px;
}
/* .in_login{
	width: 358px;
	height: 362px;
	border-radius: 20px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -181px;
	margin-left: -179px;
	padding-top: 30px;
} */
.in_login i{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 18px;
	background: url(../img/close01.png) no-repeat;
	cursor: pointer;
}
.in_login h3{
	color: rgb(0, 0, 0);
	font-size: 22px;
	font-weight: 600;
	padding-left: 34px;
}
.form{
	width: 310px;
	margin: 24px auto 12px;
}
.input_box{
	width: 100%;
	height: 44px;
	position: relative;
}
.error_tip {
    height: 20px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
	padding-left: 22px;
}

.error_tip .tip {
    color: #f00;
}
.input_box input{
	width: 100%;
	height: 100%;
	border-radius: 22px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	padding-left: 20px;
	color: #000;
}
.input_box input:focus{
	border: 1px solid #01D1E0;
}
.input_box .input_code{
	display: block;
	width: 118px;
	line-height: 42px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 14px;
	position: absolute;
	top:1px;
	right: 1px;
}

.login_btn{
	width: 310px;
	height: 44px;
	border-radius: 22px;
	background: linear-gradient(90deg, #80F4E6 0%, #80DAFA 100%);
	margin: 0 auto;
	line-height: 44px;
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.login_btn_yes{
	background: linear-gradient(90deg, #00E9CD 0%, #00B5F5 100%);
}
.login_btn_yes:hover{
	background: linear-gradient(90deg, #00B5F5 0%, #00E9CD 100%);
}
.in_login p{
	color: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	margin-top: 16px;
}
.agreement_btn{
	width: 310px;
	height: 20px;
	margin: 36px auto 0;
	display: flex;
	align-items: center;
	position: relative;
}
.agreement_btn span{
	width: 13px;
	height: 13px;
	background: url(../img/icon04.png) no-repeat;
	margin-right: 8px;
	cursor: pointer;
}
.agreement_btn input{
	width: 13px;
	height: 13px;
	opacity: 0;
	position: absolute;
	top:7px;
	left: 0;
	cursor: pointer;
}
.agreement_btn span.on{
	background: url(../img/icon05.png) no-repeat;
}
.agreement_btn em{
	color: rgba(0, 0, 0, 0.4);
 	font-size: 13px;
}
.agreement_btn em a{
	color: rgb(1, 209, 224);
}
.rest_login{
	margin-top: 28px;
}
.rest_login h4{
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	background: url(../img/icon06.png) no-repeat center;
	background-size: 310px 1px;
}
.rest_nav{
	margin-top: 16px;
	text-align: center;
}
.rest_nav div{
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}
.rest_nav div.qq{
	background: url(../img/qq.png) no-repeat center;
}
.rest_nav div.wx{
	background: url(../img/wx.png) no-repeat center;
}