.top_info {
	border-bottom: 1px solid #dfdfdf;
}

.phone_in {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.5rem;
	text-align: center;
	position: relative;
}



.phone_in>input:focus,
.tu_in>input:focus,
.yan_in>input:focus {
	border: 1px solid #339bfa;
}

.phone_in>input {
	outline: none;
	width: 5.76rem;
	height: 0.71rem;
	font-size: 0.26rem;
	padding-left: 0.64rem;
	padding-right: 0.3rem;
	padding-top: 0.05rem;
	border-radius: 0.1rem;
	border: solid 1px #dfdfdf;
}

input::-webkit-input-placeholder {
	font-size: 0.26rem;
	color: #999;
}

.phone_ico,
.tu_ico,
.yan_ico {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-repeat: no-repeat;
	background-image: url(../../img/login/phone_ico.png);
	background-size: 0.3rem 0.3rem;
	position: absolute;
	left: 0.6rem;
	top: 0.3rem;
}

.tu_ico {
	width: 0.35rem;
	height: 0.35rem;
	background-size: 0.35rem 0.35rem;
	background-image: url(../../img/login/tu_ico.png);
	top: 0.25rem;
}

.yan_ico {
	background-image: url(../../img/login/yan_ico.png);
}

.tu_in {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.5rem;
	font-size: 0;
	position: relative;
	pointer-events: none;
}
.yan_in {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.5rem;
	font-size: 0;
	position: relative;

}
.tu_in input{
	pointer-events: auto;
}
.tu_in>input,
.yan_in>input {
	outline: none;
	width: 4.06rem;
	height: 0.71rem;
	font-size: 0.26rem;
	margin-left: 0.4rem;
	padding-left: 0.64rem;
	border-radius: 0.1rem;
	padding-top: 0.05rem;
	border: solid 1px #dfdfdf;
	display: inline-block;
}
.tu_img {
	width: 1.8rem;
	height: 0.8rem;
	float: right;
	margin-right: 0.4rem;
	margin-top: -0.8rem;
	background-color: #3DD0D9;
	border-radius: 0.1rem;
	display: inline-block;
}
.tu_img>img{
	width: 100%;
	height: 100%;
}

.get_yan {
	width: 1.8rem;
	height: 0.8rem;
	float: right;
	font-size: 0.26rem;
	color: #fff;
	outline: none;
	border: none;
	margin-right: 0.4rem;
	background-color: #247cf7;
	border-radius: 0.1rem;
	display: inline-block;
	text-align: center;
	line-height: 0.8rem;
}

.yan_ck {
	color: #999;
	background-color: #dfdfdf;
}

.btn_item {
	width: 100%;
	margin-top: 1rem;
	text-align: center;
}

.next_btn {
	width: 6.7rem;
	height: 0.8rem;
	outline: none;
	border: none;
	cursor: none;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #fff;
	background-image: linear-gradient(150deg, #46c2fe 0%, #339bfa 100%), linear-gradient( #ffffff, #ffffff);
	background-blend-mode: normal, normal;
	box-shadow: 0px 6px 4px 0px #b7e3ff;
	border-radius: 0.4rem;
}

.phone_jg,
.yan_jg,
.tu_jg {
	width: 100%;
	height: 0.2rem;
	position: relative;
	top: 0.18rem;
	left: 0.4rem;
	font-size: 0.22rem;
	color: #ed5f53;
	display: none;
}
.pass_in {
	width: 100%;
	height: 0.8rem;
	margin-top: 0.5rem;
	text-align: center;
	position: relative;
}

.pass_in>input:focus {
	border: 1px solid #339bfa;
}

.pass_in>input {
	outline: none;
	width: 5.76rem;
	height: 0.7rem;
	font-size: 0.26rem;
	padding-left: 0.64rem;
	padding-right: 0.3rem;
	padding-top: 0.1rem;
	border-radius: 0.1rem;
	border: solid 1px #dfdfdf;
}

input::-webkit-input-placeholder {
	font-size: 0.26rem;
	color: #999;
}

.pass_ico {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-repeat: no-repeat;
	background-image: url(../../img/login/pass_ico.png);
	background-size: 0.3rem 0.3rem;
	position: absolute;
	left: 0.6rem;
	top: 0.3rem;
}

.pass_show {
	display: inline-block;
	width: 0.4rem;
	height: 0.35rem;
	background-repeat: no-repeat;
	background-image: url(../../img/login/pass_show.png);
	background-size: 0.4rem 0.35rem;
	position: absolute;
	right: 0.6rem;
	top: 0.25rem;
}

.pass_hide {
	display: inline-block;
	width: 0.4rem;
	height: 0.35rem;
	background-repeat: no-repeat;
	background-image: url(../../img/login/pass_hide.png);
	background-size: 0.4rem 0.35rem;
	position: absolute;
	right: 0.6rem;
	top: 0.25rem;
}

.btn_item {
	width: 100%;
	margin-top: 1rem;
	text-align: center;
}

.reset_btn {
	width: 6.7rem;
	height: 0.8rem;
	outline: none;
	border: none;
	cursor: none;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #fff;
	background-image: linear-gradient(150deg, #46c2fe 0%, #339bfa 100%), linear-gradient( #ffffff, #ffffff);
	background-blend-mode: normal, normal;
	box-shadow: 0px 6px 4px 0px #b7e3ff;
	border-radius: 0.4rem;
}

.pass_new_jg,
.pass_new2_jg {
	width: 100%;
	height: 0.2rem;
	position: relative;
	top: 0.18rem;
	left: 0.4rem;
	font-size: 0.22rem;
	color: #ed5f53;
	display: none;
}