.back {
	height: 43px;
	line-height: 43px;
}

.back-line {
	border-left: 4px solid #2a95de;
	height: 12px;
	margin-top: 15px;
	padding-right: 10px;
}

.back-box {
	border: 1px solid #e1e1e1;
	height: 570px;
}

.back-cn {
	margin-left: 80px;
	margin-top: 40px;
}

.back-cn>div {
	display: inline-block;
}

.back-input {
	border: 1px solid #e1e1e1;
	width: 250px;
	height: 32px;
	line-height: 30px;
	padding-left: 8px;
	border-radius: 2px;
	margin-left: 4px;
}

.back-input input {
	color: #999;
	line-height: 28px;
	height: 28px;
	width:100%;
	background-color: transparent;
}

.inputBg {
	border-color: #79afd3;
	background: #f5f8fd;
}

.back-btn {
	margin-left: 158px;
	width: 100px;
	height: 32px;
	background: #1380cb;
	line-height: 32px;
	border-radius: 4px;
	cursor: pointer;
}

.back-btn:hover {
	background: #2ca0f0;
}

.promptBg {
	background: url(../../statics/images/icon-1.png) no-repeat;
	width: 24px;
	height: 16px;
	margin-left: 8px;
}

.popup {
	width: 397px;
	height: 188px;
	border: 1px solid #eee;
	background-color: #FFFFFF;
	box-shadow: 0 0 22px 3px #eeeeee;
	margin: 0 auto;
	position: relative;
}

.popup-top {
	background: #f2f2f2;
	height: 40px;
	padding-left: 8px;
}

.popup-cn {
	margin-top: 45px;
	margin-bottom: 42px;
}

.closeIcon {
	background: url(../../statics/images/icon-2.png) no-repeat;
	width: 12px;
	height: 12px;
	margin-top: 16px;
	margin-right: 17px;
	cursor: pointer;
}

.popup-btn {
	width: 89px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	margin-right: 17px;
	cursor: pointer;
}


/*密码*/

.affirm {
	margin-left: 66px;
	margin-top: 20px;
}

.affirm>div {
	display: inline-block;
}

.re-btn {
	width: 89px;
	height: 34px;
	line-height: 34px;
	margin-top: 16px;
	margin-left: 143px;
	border-radius: 4px;
	cursor: pointer;
}


/*手机找回密码*/

.code-box {
	margin-left: 66px;
	margin-top: 20px;
	line-height: 32px;
}

.code-box>div {
	display: inline-block;
	vertical-align: top;
}

.code-input {
	width: 120px;
	height: 31px;
	border: 1px solid #E1E1E1;
}

.code-input input {
	width: 118px;
	background: #eee;
	height: 100%;
	text-align: center;
}

.send {
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	cursor: pointer;
}
.code-btn{
	margin-left: 130px;
	width: 100px;
	height: 32px;
	background: #1380cb;
	line-height: 32px;
	border-radius: 4px;
	cursor: pointer;
}
.code-btn:hover {
	background: #2ca0f0;
}

