@charset "utf-8";
body {
	/*文字样式*/
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*背景*/
	background: no-repeat;
	/*大小*/
	background-size: cover;
}

html,
body {
	/*文字*/
	font-size: 1em;
	/*高度*/
	height: 100%;
	/*最小高度*/
	min-width: 450px;
}

.form {
	/*外边距*/
	margin-top: 5%;
	/*外边距*/
	margin-bottom: 6%;
}

.form-group {
	/*外边距*/
	margin-right: 15px;
	/*外边距*/
	margin-bottom: 15px;

}

.form-group .form-control {
	/*宽度*/
	width: 100%;
	/*行高*/
	line-height: 32px;
	/*圆角*/
	border-radius: 5px;
	/*边框*/
	border: 1px solid #dedede;
}

input[type=text]:focus,select:focus{
	border:1px solid #3879d9;
	outline:none;
}

input[type=password]:focus,select:focus{
	border:1px solid #3879d9;
	outline:none;
}

button[type=button]:focus,select:focus{
	border:1px solid #3879d9;
	outline:none;
}

.form-code {
	/*外边距*/
	/*外边距*/
	margin-bottom: 15px;

}

.form-code .form-control {
	/*宽度*/
	width: 100%;
	/*行高*/
	line-height: 32px;
	/*圆角*/
	border-radius: 5px;
	/*边框*/
	border: 1px solid #dedede;
}

.form-code .verify-code {
	/*宽度*/
	width: 60%;
	/*行高*/
	line-height: 32px;
	/*圆角*/
	border-radius: 5px;
	/*边框*/
	border: 1px solid #dedede;
}


.form-code .get-verify-code {
	/*宽度*/
	width: 30%;
	/*行高*/
	height: 46px;
	/*圆角*/
	border-radius: 5px;
	/*边框*/
	border: 1px solid #dedede;

	text-align: center;

	background-color: #fff;

	margin-left: 12px;
}

.nav-top-mian {
	/*颜色*/
	color: #fff;
	/*高度*/
	height: 3.7333em;
	/*边框*/
	/* border-bottom: .1em solid rgb(48, 48, 51); */
	border-bottom:none;
	/*兼容*/
	zoom: 1
}

.nav-top-mian::after,
.body-mian::after {
	/*块级元素*/
	display: block;
	/*清浮动*/
	clear: both;
	/*文本*/
	content: "";
	/*隐藏*/
	visibility: hidden;
	/*高度*/
	height: 0
}

.nav-top-logo {
	/*浮动*/
	float: left;
	/*外边距*/
	margin-left: 1em;
	/*外边距*/
	margin-top: 1.2em;
}

.nav-top-logo h1 {
	/*文字*/
	font-size: 16px;
	/*文字类型*/
	font-weight: bold;
}

.nav-top-right { float:right; }

.nav-top-list {
	/*高度*/
	height: 3.7333em;
	/*行高*/
	line-height: 3.7333em;
	/*外边距*/
	margin-right: 1em;
}

.nav-top-list a {
	/*颜色*/
	color: #fff;
	/*文字*/
	font-size: 12px;
	/*外边距*/
	margin-left: 1em;
	/*webkit内核加前缀*/
	-webkit-transition: color .2s;
}

.nav-top-list a:hover {
	/*颜色*/
	color: #d6d6d6;
}

.body-mian {
	/*相对定位*/
	position: relative;
	/*上*/
	top: 15%;
	/*左*/
	left: 0;
	/*右*/ 
	right: 0;
	/*文字*/
	
	font-size: .5em;
	/*宽度*/
	width: 80%;
	/*最小宽度*/
	min-width: 450px;
	/*兼容ie*/
	zoom: 1;
}

.module-wrap {}

.module-wrap-describe {
	/*浮动*/
	float: left;
	/*颜色*/
	color: #fff;
	/*内边距*/
	padding-top: 5em;
	/*外边距*/
	margin-left: 5em;
}

.module-wrap-describe span {
	/*块级*/
	display: block;
	/*文字*/
	font-size: 28px;
	/*外边距*/
	margin-bottom: .6em;
	/*文字类型/*/
	font-weight: bold;
}

.module-wrap-describe p {
	/*文字*/
	font-size: 12px;
	/*行高/*/
	line-height: 1.6em;
}

.module-wrap-login-block {
	/*相对定位*/
	position: relative;
	/*上*/
	top: 0;
	/*左*/
	left: 0;
}

.module-wrap-login-block-switch {
	/*绝对定位*/
	position: absolute;
	/*上*/
	top: 10px;
	/*右*/
	right: 10px;
	/*手型*/
	cursor: pointer;
}

.module-wrap-login-block-switch img {
	/*宽度*/
	width: 46px;
	/*高度*/
	height: 46px;
}

.module-wrap-login {
	/*浮动*/
	float: right;
	/*宽度*/
	width: 20%;
	/*圆角*/
	border-radius: 8px;
	/*阴影*/
	box-shadow: 0 0 25px #1d6ed6;
	/*背景/*/
	background-color: #fff;
	/*最小宽度*/
	min-width: 380px;
	/*最小高度*/
	min-height: 480px;
}

.module-wrap-login .login-img {
	/*margin-bottom: 10%;*/
}

.module-wrap-login .login-img img {
	/*块级*/
	display: block;
	/*宽度*/
	width: 120px;
	/*高度*/
	height: 120px;
	/*内边距*/
	padding-top: 40px;
}

.module-wrap-login .login-title {
	/*颜色*/
	color: #73777A;
	/*文字*/
	font-size: 2.3em;
	/*文字类型*/
	font-weight: bold;
	/*居中*/
	text-align: center;
}

.module-wrap-login .login-title span {}

.module-wrap-login .login-form {
	/*块级*/
	display: block;
	/*宽度*/
	width: 80%;
	/*绝对居中*/
	margin: 0 auto;
}

.module-wrap-login .login-form .login-button {
	/*文字*/
	font-size: 1.8em;
	/*宽度*/
	width: 100%;
	/*高度*/
	height: 100%;
	/*内边距*/
	padding: 15px 10px;
	/*!*边框*!*/
	border: 1px solid #D3D3D3;
	/*背景*/
	background-color: #D3D3D3;
	/*手型*/
	cursor: pointer;
}

.module-wrap-login .text-forget {
	/*居右*/
	text-align: right;
	/*外边距*/
	margin: 15px auto;
}

.module-wrap-login .text-forget a {
	/*颜色*/
	color: #333;
	/*文字*/
	font-size: 2em;
	/*外边距*/
	margin: 0 10px;
}

.module-code {
	/*宽度*/
	width: 500px;
	/*高度*/
	height: 480px;
	/*表格单元格*/
	display: table-cell;
	/*对齐方式*/
	vertical-align: middle;
	/*居中*/
	text-align: center;
}

.module-code-img {
	/*宽度*/
	width: 50%;
	/*高度*/
	height: auto;
	/*对齐方式*/
	vertical-align: middle;
}

.footer {
	/*相对定位*/
	position: relative;
	/*上*/
	top: 25%;
	/*右*/
	right: 0;
	/*文字*/
	font-size: .5em;
	/*宽度*/
	width: 80%;
	/*最小宽度*/
	min-width: 450px;
	/*居中*/
	text-align: center;
}

.footer p {
	/*颜色*/
	color: #fff;
}

/*密码灯泡1*/
.iconcurrent1 {
	position: absolute;
	right: 60px;
	top: 333px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp2.png) left center no-repeat;
	background-size: 18px 18px;
}
.iconpwd1 {
	position: absolute;
	right: 60px;
	top: 333px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp.png) left center no-repeat;
	background-size: 18px 18px;
}

/*密码灯泡2*/
.iconcurrent2 {
	position: absolute;
	right: 60px;
	top: 397px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp2.png) left center no-repeat;
	background-size: 18px 18px;
}
.iconpwd2 {
	position: absolute;
	right: 60px;
	top: 397px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp.png) left center no-repeat;
	background-size: 18px 18px;
}


/*注册灯泡*/
.iconcurrent3 {
	position: absolute;
	right: 60px;
	top: 272px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp2.png) left center no-repeat;
	background-size: 18px 18px;
}

.iconpwd3 {
	position: absolute;
	right: 60px;
	top: 272px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp.png) left center no-repeat;
	background-size: 18px 18px;
}


/*登录灯泡4*/
.iconcurrent4 {
	position: absolute;
	right: 60px;
	top: 272px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp2.png) left center no-repeat;
	background-size: 18px 18px;
}

.iconpwd4 {
	position: absolute;
	right: 60px;
	top: 272px;
	width: 13px;
	height: 15px;
	background: url(/static/admin/images/dp.png) left center no-repeat;
	background-size: 18px 18px;
}

#js_err_dom {
	color: #ca0c16;
	font-size: 12px;
	display: none;
}

.morebtn {
	float: right;
	font-size: 12px;
	padding-left: 17px;
	margin-right: -10px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 20px;
	background: url(/static/admin/images/xiala.png) left center no-repeat;
	background-size: 13px 13px;
}

.morebtn2 {
	float: right;
	font-size: 12px;
	padding-left: 15px;
	margin-right: -10px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 20px;
	background: url(/static/admin/images/shang.png) left center no-repeat;
	background-size: 8px 8px;
}

@media screen and (max-width: 1250px) and (min-width:769px) {
	.body-mian {}
	.module-wrap-describe {
		/*隐藏/*/
		display: none;
	}
	.module-wrap-login {
		/*宽度*/
		/*width: 20%;*/
		/*外边距*/
		margin-right: auto;
	}
}

