/**!
 * [辽宁工程咨询招投标交易平台]
 * date:2018-12-13
 * author: [chengang];
 */
html {
	height: 100%;
	overflow-x: hidden;
	min-width: 1366px;
}


body {
	position: relative;
	min-height: 550px;
	height: 100%;
}

.loginbg {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	overflow: hidden;
}

.loginbg > img {
	left: 0;
	position: absolute;
	top: 0;
	transition:opacity linear 1000ms;
}

.loginbg > img.hide {
	opacity: 0;
}

.webtitle {
	text-align: left;
	margin: 0 auto;
	font-size: 0;
	padding-left: 8%;
	padding-top: 2%;
	box-sizing: border-box;
}

.webtitle > img {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*zoom: 1;
}

/*#region 登录框 */
.login-tab {
	background: url(../../image/sllogin/formbg.png) no-repeat center center;
	/*width: 381px;
	height: 365px;*/
	width: 481px;
	height: 430px;
	float: right;
	padding: 10px 30px 0 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -182px;
	right: 12%;
}

.login-tab-hd {
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 0;
	border-bottom: 1px solid #dfe2e6;
}

.login-tab-hd > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 73px;
	color: #4c4c4c;
	font-size: 18px;
	margin: 0 15px;
	height: 51px;
	cursor: pointer;
}

.login-tab-hd > li.active {
	color: #2f80e5;
	border-bottom: 2px solid #2f80e5;
}

.login-form {
	padding-top: 33px;
}

.login-form > .form-row {
	position: relative;
	margin-bottom: 20px;
	*vertical-align: middle;
}

.form-row > .icon {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 45px;
	height: 25px;
	left: 0;
	top: 10px;
	border-right: 1px solid #d8e6fe;
}

.form-row > .icon.user {
	background-image: url("../../image/sllogin/user-icon.png");
}

.form-row > .icon.pwd {
	background-image: url("../../image/sllogin/pwd-icon.png");
}

.form-row > .txt {
	border: 1px solid #c9d4de;
	width: 100%;
	height: 44px;
	padding-left: 60px;
	box-sizing: border-box;
	line-height: 42px;
	font-size: 14px;
	outline: none;
}

.form-row > .txt:focus {
	color: #3e84f9;
	border-color: #3e84f9;
}

.btnbar {
	padding-top: 13px;
	text-align: center;
}

.btnbar > .btnlogin {
	width: 100%;
	font-size: 18px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	border: none;
	cursor: pointer;
	outline: none;
	background-color: #3F7BE7;
	border-radius: 2px;
}


.btnbar > .btnlogin:hover,
.btnbar > .btnlogin:active {
	background: #2F70E7;
}

.btnbar.ca {
	padding-top: 77px;
}

.btnregister {
	line-height: 44px;
	color: #333;
}

.btnregister:hover {
	color: #3e84f9;
}
/*#endregion */
input::-ms-clear {
	display: none;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	text-align: center;
}
