/*===================================================================
文件名:		重置密码页面
版权:		Copyright 2012
创建人:		zhao.liu
创建日期:	    2012-5-22
描述:		myelong重置密码页面
备注:		
===================================================================*/
.content {
	width: 960px;
	margin: 20px auto 0;
}

/* page title */
.fp_title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.fp_title h1 {
	margin-left: 10px;
	font-family: Microsoft Yahei, Simsun;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	color: #333;
}

.fp_title h1 span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat 0 0;
	overflow: hidden;
	*vertical-align: middle;
}

.fp_steps li {
	float: left;
	width: 105px;
	padding-top: 10px;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat -105px
		-150px;
	text-align: center;
	color: #999;
}

.fp_steps li.cur {
	background-position: 0 -150px;
	color: #333;
	font-weight: 700;
}

.content .tip {
	margin-bottom: 10px;
	margin-left: 165px;
	padding: 5px;
	width: 270px;
	border: 1px solid #fbc47d;
	color: #333;
	background: #fffbe1;
}

.content .tip span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat -64px 0;
}

.step1, .step2, .step3 {
	min-height: 400px;
	_height: 400px;
}

/* step 1 */
.step1 {
	margin-left: 31px;
	color: #555;
}

.step1 dl dt {
	float: left;
	clear: both;
	width: 155px;
	margin: 5px 10px 20px 0;
	font-size: 14px;
	text-align: right;
}

.step1 dl dd {
	float: left;
	*float: none;
}

.step1 dl dd .pic_code {
	vertical-align: -8px;
	*vertical-align: -2px;
}

.fp_input {
	background: #fff url(../pic/forminput-bg.png?t=201608041833) repeat-x
		top;
	border: 1px solid #D2D4D4;
	border-top: 1px solid #A5A6A6;
	border-radius: 2px;
	color: #A5A5A5;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 7px 6px;
	vertical-align: middle;
}

.fp_input:focus, .fp_input-active {
	background: #fff url(../pic/forminput-bg.png?t=201608041833) repeat-x
		top;
	border: 1px solid #B5B7B7;
	border-top: 1px solid #8E8F8F;
	color: #666;
}

.notcur {
	color: #999;
}

.notcur .fp_input {
	border: 1px solid #DDD;
	border-top: 1px solid #EEE;
}

.step1 .fp_btn {
	display: inline-block;
	width: 83px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat 0 -20px;
}

.step1 .fp_btn:hover {
	background-position: -83px -20px;
	color: #fff;
}

/* step 2 */
.step2 .info {
	margin-left: 31px;
	margin-bottom: 20px;
	font-size: 14px;
}

.step2 .way {
	width: 860px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	z-index: 0;
}

.step2 .way .error {
	position: absolute;
	top: 65px;
	left: 580px;
	font-size: 14px;
}

.step2 .dotted {
	border-top: 1px dotted #ccc;
}

.step2 .sms_ico, .step2 .email_ico {
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 15px;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat;
}

.step2 .sms_ico {
	background-position: 0 -200px;
}

.step2 .email_ico {
	background-position: -64px -200px;
}

.step2 .way .text {
	width: 470px;
	margin-right: 10px;
}

.step2 .way p {
	font-size: 14px;
}

.step2 .way strong {
	font-weight: 700;
	margin: 0 5px;
}

.step2 .way p.note {
	font-size: 12px;
	color: #666;
}

.step2 .get_code, .step2 .submit {
	display: inline-block;
	float: left;
	width: 121px;
	height: 25px;
	padding-top: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat 0 -60px;
}

.step2 .get_code:hover {
	background-position: -121px -60px;
	color: #fff;
}

.step2 .submit {
	background-position: 0 -90px;
	margin-top: 0;
}

.step2 .submit:hover {
	background-position: -121px -90px;
	color: #fff;
}

.step2 .no, .step2 .no:hover {
	background-position: -242px -60px;
	color: #666;
	cursor: default;
}

/* step 3 */
.step3 dl {
	margin: 20px 0 20px 80px;
}

.step3 dl dt {
	float: left;
	clear: both;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}

.step3 dl dd {
	float: left;
	*float: none;
}

.step3 .bg {
	background: #e7f1fe;
}

.feedback {
	height: 135px;
	padding-top: 80px;
}

.feedback .success {
	font-weight: 700;
	color: #729513;
}

.feedback .success span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	background: url(../pic/forgetpwd.png?t=201608041833) no-repeat -128px
		-200px;
	vertical-align: middle;
}

.feedback .goto {
	margin: 10px 0 0 37px;
	font-size: 12px !important;
}

.phonenum {
	width: 105px;
	height: 30px;
	background: url(../pic/midify_tel.png) no-repeat 75px -1px;
	border: 1px solid #ccc;
	margin: 0 2px 0 0;
	line-height: 30px;
	cursor: pointer;
	padding: 0 0 0 5px;
	position: relative;
	overflow: visible;
	font-size: 12px;
	z-index: 11;
	display: inline-block;
	background-color: #FFF;
	vertical-align: middle;
}

.phonenum:hover {
	background: url(../pic/midify_tel.png) no-repeat 75px -43px;
	background-color: #FFF;
}

.phonenum ul {
	width: 100%;
	border: 1px solid #ccc;
	position: absolute;
	left: -1px;
	top: 30px;
}

.phonenum ul li {
	height: 28px;
	background-color: #FFF;
	padding: 0 5px;
	margin-bottom: 0;
}

.phonenum ul li:hover {
	background-color: #EAEAEA;
}

/*重置密码*/
body {
	background: #f1f1f1;
}
.reset-main {
	width: 100%;
	background: #f1f1f1;
}
.reset-main .reset-cont {
	width: 420px;
	margin: 40px auto 0;
	background: #fff;
	padding: 30px 25px;
}

.reset-cont .reset-head {
	padding: 0 0 20px 25px;
	border-bottom: 1px dashed #eeeeee;
	font-size: 24px;
	color: #555555;
}
.reset-main .reset-center {
	padding: 0 25px;
}
.reset-center .reset-input {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	height: 42px;
}
.reset-center .reset-input input {
	width: 357px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #555555;
	border: 1px solid #bbbbbb;
	font-size: 14px;
}
.reset-center .reset-input input::placeholder {
	 color: #d2d2d2;
 }
.reset-center .reset-inputyzm {
	position: relative;
}
.reset-center .reset-inputyzm input {
	width: 210px;
	float: left;
}
.reset-center .reset-input img {
	position: absolute;
	left: 230px;
	top: 5px;
	width: 81px;
	height: 33px;
	vertical-align: middle;
}
.reset-center a {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #3377dd;
	text-decoration: none;
}
.reset-cont .reset-btn {
	width: 370px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #4499ff;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.reset-cont .reset-btn.disabled{
	background: rgba(68,153,255,.5);
}
/*重置密码手机*/
.reset-center .reset-phone {
	/*overflow: hidden;*/
}
.reset-phone .phone-num {
	position: relative;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	padding-left: 10px;
	color: #555555;
	border: 1px solid #bbbbbb;
	font-size: 14px;
	float: left;
	overflow: visible;
	z-index: 11;
}
.reset-phone .phone-num::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 12px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #555555;
}
.reset-phone ul {
	width: 140px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 5px 0;
	z-index: 999;
}
.reset-phone ul li {
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	padding-left: 10px;
	margin-bottom: 0;
}
.reset-phone ul li:hover {
	background-color: #EAEAEA;
}
.reset-center .reset-phone input {
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #555555;
	border: 1px solid #bbbbbb;
	font-size: 14px;
}
.reset-center .reset-inputyzm {
	/*overflow: hidden;*/
}
.reset-center .reset-inputyzm span{
	display: block;
	float: right;
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 14px;
	color: #4499ff;
	border: 1px solid #4499ff;
	text-align: center;
}
.reset-center .reset-inputyzm span.disabled{
	color: #888;
	border: 1px solid #b2b2b2;
}
.reset-center .reset-err input {
	border: 1px solid #ff5555;
}
.reset-center .reset-title {
	font-size: 18px;
	line-height: 1;
	height: auto;
	color: #555555;
}
.reset-center .reset-img {
	width: 40px;
	height: 40px;
	background: url("../pic/reset-success.png") no-repeat;
	background-size: 100% auto;
	margin: 80px auto 30px;
}
.reset-center .reset-imgerr {
	width: 40px;
	height: 40px;
	background: url("../pic/reset-err.png") no-repeat;
	background-size: 100% auto;
	margin: 80px auto 30px;
}
.reset-center .reset-success {
	font-size: 24px;
	color: #555555;
	line-height: 1.5;
	text-align: center;
}
.reset-center .reset-err {
	font-size: 24px;
	color: #555555;
	line-height: 1.5;
	text-align: center;
}
.reset-cont .reset-back {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #3377dd;
	border: 1px solid #ccddee;
	border-radius: 3px;
	margin: 160px auto 0;
}
.reset-cont .reset-errts {
	position: absolute;
	right: -10px;
	bottom: -20px;
	width: auto;
	padding: 4px 8px;
	border: 1px solid #ffc683;
	background: #fff9eb;
	font-size: 12px;
	color: #555555;
	font-style: normal;
	z-index: 99;
}
.reset-cont .reset-errts2 {
	position: absolute;
	bottom: -20px;
	width: auto;
	padding: 4px 8px;
	border: 1px solid #ffc683;
	background: #fff9eb;
	font-size: 12px;
	color: #555555;
	font-style: normal;
	right: 140px;
	z-index: 99;
}
.hidden{
	display: none!important;
}