.findpwd-bg {
	width: 100%;
	height: 670px;
	background-color: #f5f5f5;
}
.findpwd-bg .findpwd-wrap {
	width: 850px;
	margin: 0 auto;
}
.findpwd-wrap .findpwd-top {
	height: 36px;
	padding-top: 40px;
	margin-bottom: 40px;
}
.findpwd-box {
	width: 850px;
	height: 412px;
	background-color: #fff;
}

.findpwd-info {
	width: 296px;
	height: 302px;
	border-left: 1px solid #fff;
	margin-left: 278px;
	padding-top: 70px;
}
.input-wrap {
	height: 60px;
	position: relative;
}
.input-wrap .findpwd-icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 11px;
	top: 8px;
}
.icon-user {
	background: url(../../images/pc/login/icon.png) no-repeat 0 0;
}
.active .icon-user {
	background: url(../../images/pc/login/icon.png) no-repeat -20px 0;
}
.icon-pwd {
	background: url(../../images/pc/login/icon.png) no-repeat 0 -20px;
}
.active .icon-pwd {
	background: url(../../images/pc/login/icon.png) no-repeat -20px -20px;
}
.icon-code {
	background: url(../../images/pc/login/icon.png) no-repeat 0 -40px;
}
.active .icon-code {
	background: url(../../images/pc/login/icon.png) no-repeat -20px -40px;
}
.phone-num input,
.user-pwd input,
.check-pwd input {
	width: 250px;
	height: 34px;
	padding-left: 42px;
	line-height: 34px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #333;
}
.verify-code {
	font-size: 0;
}
.verify-code input {
	width: 150px;
	height: 34px;
	padding-left: 42px;
	line-height: 34px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}
.active input {
	border: 1px solid #3da400;
}
.obtain-verify {
	display: inline-block;
	width: 88px;
	height: 34px;
	line-height: 36px;
	font-size: 12px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	margin-left: 9px;
	background: url(../../images/pc/login/btn-bg.jpg) repeat-x center center;
	border: 1px solid #dfdfdf;
}
.check-wrong input {
	border: 1px solid red;
}
.check-tip {
	height: 20px;
	line-height: 20px;
	color: #eb4f38;
	font-size: 12px;
}
.check-wrong .check-icon {
  padding-left: 24px;
  white-space: nowrap;
	background: url(../../images/pc/login/icon.png) no-repeat -40px 0;
}
.check-box {
	padding-right: 44px;
	height: 28px;
}
.findpwd-agreement {
	float: left;
}
.findpwd-agreement input {
	vertical-align: middle;
	margin-right: 4px;
}
.user-agreement {
	float: right;
	color: #3399ff;
	text-decoration: underline;
}
a.user-agreement:hover {
	text-decoration: underline;
}
.btn-wrap .findpwd-btn {
	display: inline-block;
	width: 294px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #3da400;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.findpwd-copyright {
	margin-top: 100px;
}
.findpwd-copyright p{
	color: #666;
	font-size: 12px;
	text-align: center;
}

/* 弹层样式 */
.dialog-backdrap {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.tips-success, .tips-fail {
	width: 502px;
	height: 300px;
	background-color: #fff;
	border-top: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.tips-success h3 span,
.tips-fail h3 span {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	margin: 0 10px;
}
.close {
	display: block;
	width: 40px;
	height: 20px;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	background: url(../../images/pc/close.png) no-repeat 0 0;
}
.tips-success .s-border,
.tips-fail .s-border {
	width: 482px;
	height: 4px;
	border-bottom: 1px solid #cfcfcf;
	margin: 0 auto;
}
.tips-success .layer-ct,
.tips-fail .layer-ct {
	width: 100%;
	margin: 40px auto 0;
}
.img-icon {
	width: 80px;
	height: 80px;
	margin-left: 76px;
	float: left;
}
.right-img {
	background: url(../../images/pc/login/wrong-right.png) no-repeat 0 0;
}
.wrong-img {
	background: url(../../images/pc/login/wrong-right.png) no-repeat 0 -80px;
}
.layer-ct .tips-ct {
	margin-left: 176px;
	padding-top: 10px;
}
.layer-ct .tips-ct h3 {
	height: 40px;
	font-size: 24px;
	font-weight: normal;
}
.layer-ct .tips-ct h3.success-ct {
	color: #3da400;
}
.layer-ct .tips-ct h3.fail-ct {
	color: #ff0000;
}
.layer-ct .tips-ct p {
	font-size: 14px;
	color: #666;
	margin-right: 40px;
}
.layer-ct .tips-ct .tip-link {
	color: #009cff;
}
.layer-ct .tips-ct .btn-wrap {
	font-size: 0;
	margin-top: 40px;
	margin-left: 20px;
}
.tips-ct .btn-wrap a {
	display: inline-block;
	width: 102px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.tips-ct .btn-wrap .btn {
	background-color: #ff6600;
}


 /* 成功信息弹层 */
.tips-success, .tips-fail {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
