﻿.mod-form {
	background: rgb(255, 255, 255);
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.bg-blue {
	background: url("../img/bg_blue.jpg") fixed no-repeat 0% 0% / 100% 100%;
}

.login-body {
	height: auto;
	min-height: 100%;
}

.login-main {
	padding: 10px 0px 80px;
}

.mod-form .logo {
	margin: 0px;
	padding: 15px 20px;
	width: 80%;
	height: 30px;
}

.mod-form .logo>a {
	margin: 0px;
	height: 50px;
}

.li-login {
	width: 370px;
	text-align:center;
}

.spread-form .form-li {
	margin: 10px auto;
	width: 50%;
	float: none;
	display: table;
	position: relative;
}

.spread-form .li-lable {
	width: 65px;
	color: rgb(255, 255, 255);
	margin-left: -65px;
}

.spread-form .li-input {
	width: 100%;
	vertical-align: middle;
	float: none;
	display: table-cell;
}

.spread-form .li-tips {
	left: 100%;
	top: 0px;
	width: 40%;
	position: absolute;
}

.li-tips .li-error {
	width: auto;
	height: 40px;
	overflow: hidden;
}

.li-tips .li-succness {
	text-indent: -9999px;
}

.spread-form .input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.spread-form .w100 {
	width: 32%;
	margin-left: 2%;
	float: left;
}

.spread-form :first-child.w100 {
	margin: 0px;
}

.form-login {
	margin: 150px auto 50px;
	width: 350px;
	padding-bottom: 15px;
}

.form-login .li-lable {
	width: 60px;
}

.form-login .li-lable.w100 {
	width: 100px;
}

.form-login .form-li .input {
	width: 230px;
}

.form-login .form-li .input-verify {
	width: 240px;
	padding-right: 10px;
}

.form-login .form-li .input-verify input {
	width: 80px;
}

.login-tips {
	margin: -10px 0px -10px 60px;
	float: left;
}

.btn {
	padding: 0px 20px;
	border-radius: 4px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
}

.btn-submit {
	padding: 0px 50px;
	border-radius: 5px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
}

.btn-green {
	background: rgb(151, 193, 60);
	color: rgb(255, 255, 255);
}

.btn-login {
	margin: -20px 0px 0px;
	top: 50%;
	width: 80px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.btn-register {
	background: url("img/form.png") no-repeat right -105px;
	right: -100px;
}

.btn-login {
	background: url("img/form.png") no-repeat left -105px;
	left: -100px;
}

.logo {
	width: 20%;
	float: left;
}

.logo>a {
	background: url("img/logo.png") no-repeat 0px 0px;
	margin: 10px 0px;
	height: 50px;
	display: block;
}

.bg-form {
	margin: 0px 0px 0px -180px;
	left: 50%;
	width: 360px;
	height: 80px;
	text-align: center;
	bottom: 0px;
	color: rgb(60, 99, 100);
	line-height: 40px;
	position: absolute;
}

.bg-form small {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	display: block;
}

.bg-form span {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	display: block;
	font-family: "微软雅黑";
}

.form-hor .form-li {
	margin: 10px 0px;
	width: 100%;
	float: left;
}

.form-hor .form-li .input {
	border-radius: 2px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	height: 38px;
}

.form-hor .form-li input[type='text'] {
	padding: 0px 10px;
}

.form-hor .form-li input[type='password'] {
	padding: 0px 10px;
}

.form-hor .form-li>* {
	float: left;
}

.form-hor .li-lable {
	padding: 0px 10px 0px 0px;
	width: 60px;
	text-align: right;
	color: rgb(102, 102, 102);
	line-height: 40px;
}

.form-hor .li-error {
	padding: 0px 10px 0px 34px;
	width: 115px;
	height: 40px;
	color: rgb(255, 59, 48);
	line-height: 40px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}

.form-hor .li-error::before {
	background: url("img/vcooline.png") -30px -2210px;
	left: 8px;
	top: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	content: "";
}

.form-hor .li-succness {
	padding: 0px 10px 0px 34px;
	line-height: 40px;
	position: relative;
}

.form-hor .li-succness::before {
	background: url("img/vcooline.png") 0px -2210px;
	left: 8px;
	top: 10px;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	content: "";
}

.form-hor .w100 {
	width: 100px;
}

.form-hor .li-btn {
	width: 100%;
	overflow: hidden;
	float: left;
}

.form-hor .li-btn>* {
	margin: 20px auto;
	border: 0px currentColor;
	border-image: none;
	text-align: center;
	display: block;
}

.clearfix::before {
	display: table;
	content: " ";
}

.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}

.clearfix {}

@media print {
	* {
		background: none !important;
		color: rgb(0, 0, 0) !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a {
		text-decoration: underline;
	}
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	.ir a::after {
		content: "";
	}
	a[href^='javascript:']::after {
		content: "";
	}
	a[href^='#']::after {
		content: "";
	}
	pre {
		border: 1px solid rgb(153, 153, 153);
		border-image: none;
		page-break-inside: avoid;
	}
	blockquote {
		border: 1px solid rgb(153, 153, 153);
		border-image: none;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr {
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p {
		orphans: 3;
		widows: 3;
	}
	h2 {
		orphans: 3;
		widows: 3;
	}
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2 {
		page-break-after: avoid;
	}
	h3 {
		page-break-after: avoid;
	}
}