@charset "utf-8";

.head {
	width: 100%;
	background: #1277C8;
}

.h-content {
	height: 50px;
	overflow: hidden;
	padding: 0 30px;
}

.hc-logo {
	width: 150px;
	height: 42px;
	margin: 0;
	background-image: url(../../sysconfig/img/static/index/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
	margin-right: 20px;
    margin-top: 5px;
}

.hc-title {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.hc-links {
	float: right;
	padding: 18px 0;
}

.hc-links>* {
	float: left;
}

.hc-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}

.hcl-blank {
	height: 16px;
	width: 1px;
	background: #fff;
	margin: 0 10px;
}

.main {
	width: 720px;
	margin: 78px auto auto;
	min-height: calc(100vh - 203px);
	box-sizing: border-box;
}

.m-head {
	height: 26px;
}

.m-head div {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #e3e3e3;
	float: left;
	width: 240px;
	text-align: center;
	box-sizing: border-box;
	line-height: 14px;
	height: 26px;
}

.m-head .active {
	color: #1078c7;
	border-bottom: 2px solid #1f9ae0;
}

.m-body {
	margin-top: 30px;
}

.mb-area {
	display: none;
}

.mb-line {
	height: 36px;
	margin-bottom: 16px;
	position: relative;
}

.mb-line>div {
	float: left;
	box-sizing: border-box;
}

.slider-validator-container {
	height: 40px;
}

.slider-validator-container .mb-input {
	border: none;
}

.slider-validator .slider-board {
	height: 107px;
	top: -107px;
}

.mb-label {
	width: 163px;
	padding-right: 20px;
	font-size: 12px;
	color: #666;
	line-height: 36px;
	text-align: right;
}

.mb-input {
	height: 36px;
	width: 340px;
	border: 1px solid #d8d8d8;
}

.error .mb-input {
	border-color: #eb6e38;
}

.mb-input input {
	border: none;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	outline: none;
	padding: 0 6px;
	font-size: 12px;
}

.mb-input-small {
	width: 164px;
	margin-right: 6px;
}

.mb-fill {
	height: 36px;
	width: 110px;
}

.mb-tip {
	height: 36px;
	line-height: 36px; width;
	width: 217px;
	font-size: 14px;
	padding-left: 36px;
	white-space: nowrap;
	color: #eb6e38;
	background-image: url(../../img/static/findpwd-warn.png);
	background-repeat: no-repeat;
	background-position: 16px 50%;
}

.mb-popup {
	position: absolute;
	left: 520px;
	top: 50%;
	transform: translateY(-50%);
	background: #f7f7f7;
	border: 1px solid #d8d8d8;
	padding: 15px 12px;
	display: none;
	width: 300px;
}

.mb-popup:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	background: #f7f7f7;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	transform: rotate(-45deg);
	left: -9px;
	top: 31px;
}

.mb-popup p {
	margin: 0;
	line-height: 25px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
}

.mb-popup.active {
	display: block;
}

.mb-popup p:before {
	content: "";
	height: 11px;
	width: 11px;
	background: #dfdfe0;
	float: left;
	margin: 6px;
	border-radius: 50%;
}

.mbf-image {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.mbf-button {
	background: #31ada9;
	color: #fff;
	cursor: pointer;
	height: 100%;
	width: 100%;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
}

.mbf-button.readonly {
	cursor: not-allowed;
}

.mbf-button.disabled {
	background: #999;
	cursor: not-allowed;
}

.mb-buttons {
	margin-top: 22px;
	height: 30px;
	margin-left: 164px;
}

.mb-button {
	float: left;
	width: 80px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 6px;
}

.mb-button.active {
	background: #1078c7;
	border-color: #1078c7;
	color: #fff;
}

.success {
	width: 540px;
	margin: 150px auto auto;
	min-height: 43px;
	background-repeat: no-repeat;
	background-image: url(../../img/static/findpwd-check.png);
	background-position: 120px 0;
	display: none;
	min-height: calc(100vh - 274px);
}

.s-right {
	margin-left: 179px;
}

.sr-title {
	font-size: 16px;
	color: #333;
	line-height: 43px;
}

.sr-title a {
	text-decoration: none;
	color: #1f9ae0;
}

.sr-tip {
	margin-top: -3.5px;
	font-size: 12px;
	color: #666;
}

.section-8 {
	display: none;
}

.section-foot {
	margin-top: 20px;
	position: fixed;
	bottom: 0;
}

.section-foot .foot-content {
	font-size: 14px;
	height: auto;
	line-height: normal;
}