@charset "UTF-8";
body {
	background: #fff;
}
label {
	font-size: .14rem;
	color: #333;
}
.pwd_icon {
	background: url(../../images/personal_center/findpwd.png) no-repeat;
	background-size: 1.69rem .15rem;
	background-position: -99rem 0;
	display: block;
	width: .14rem;
	height: .14rem;
	position: absolute;
}

/*找回密码*/
.header {
	width: 100%;
	height: .5rem;
	background: #32b1d6;
	text-align: center;
	line-height: .5rem;
	color: #fff;
	font-size: .17rem;
}
.icon_goback {
	width: .15rem;
	height: .15rem;
	top: .2rem;
	left: .2rem;
	background-position: -.56rem 0;
}
.page {
	width: 100%;
	height: 100%;
	padding: 0 .2rem .25rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page .findpage {
	max-width: 7.5rem;
	margin: 0 auto;
}
.page .input_box {
	width: 100%;
	height: .475rem;
	line-height: .475rem;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .14rem;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.page .input_box input {
	display: inline-block;
	border: 0;
	font-size: .14rem;
	width: 66.7%;
	height: .2rem;
	line-height: .2rem;
	margin: auto 0;
}
.page .findpage .input_box .input_name {
	display: inline-block;
	color: #333;
	margin-right: .2rem;
}
.icon_clear {
	display: none;
	top: .16rem;
	right: .16rem;
	background-position: -.26rem 0;
}
.password+.icon_clear {
	right: .5rem;
}
.nextBtn {
	display: block;
	width: 100%;
	height: .5rem;
	margin-top: .5rem;
	background: #ace1f0;
	color: #e3f6fb;
	font-size: .17rem;
	line-height: .5rem;
	text-align: center;
	border-radius: 2px;
}
.btn_active {
	background: #32b1d6;
	color: #fff;
}

/*选择找回方式*/
.find_rate {
	width: 100%;
	height: .5rem;
	background: #f7f7f7;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.find_rate ul {
	width: 100%;
	height: .5rem;
	margin: 0 auto;
}
.find_rate ul li {
	float: left;
	font-size: .14rem;
	color: #666;
	line-height: .5rem;
	text-align: center;
}
.find_rate ul li:first-child {
	padding-left: .2rem;
}
.find_rate ul li.padding0 {
	width: 13%;
	color: #999;
}
.blue {
	color: #32b1d6 !important;
}
.radio_box {
	display: block;
	width: 100%;
	height: .5rem;
	border-bottom: 1px solid #e6e6e6;
	line-height: .5rem;
	font-size: .14rem;
	color: #333;
	position: relative;
}
.radio_box input {
	display: none;
}
.icon_this {
	display: none;
	width: .16rem;
	top: .18rem;
	right: 0;
	background-position: -.88rem 0;
}

/*安全验证*/
.page .findpage .input_box .input_email {
	display: inline-block;
	color: #333;
}
#user_email {
	font-style: italic;
	font-weight: normal;
	color: #999;
}
.start_send {
	display: block;
	width: .85rem;
	height: .3rem;
	font-size: .12rem;
	color: #32b1d6;
	line-height: .3rem;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #32b1d6;
	position: absolute;
	top: .1rem;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*验证码发送成功后的样式*/
.start_send.over_send {
	border: 0;
	background: #e6e6e6;
	color: #999;
}

/*设置密码*/
.eyes {
	display: inline-block;
}
#onOff_pwd {
	display: none;
}
.eyes_closed {
	width: .17rem;
	top: .16rem;
	right: .16rem;
	background-position: -1.52rem 0;
}
/*点击显示密码的样式
.eyes_open {
	background-position: -1.2rem 0;
}*/
.page .notice {
	display: none;
	width: 100%;
	height: .25rem;
	line-height: .25rem;
	font-size: .12rem;
	color: #e03535;
	text-align: right;
	border-bottom: 1px solid #e6e6e6;
}

/* 提示弹框样式 */
#bomBox {
	display: inline-block;
	font-size: .14rem;
	height: .45rem;
	line-height: .45rem;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.9);
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition:all 0.3s linear;
	z-index: 99;
	padding: 0 .15rem;
}