@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	width: 100%;
	min-height: 100%;
}
.fr {
	float: right;
}
.font16 {
	font-size: 16px;
}
.rightMenu {
	position: absolute;
	width: 120px;
	line-height: 24px;
	z-index: 999;
	background: #FFF;
	border: 1px solid #F2F2F2;
	border-bottom: none;
	border-radius: 3px;
	display: none;
}
.rightMenu li {
	display: block;
	padding: 4px 10px;
	color: #CCC;
	border-bottom: 1px solid #F2F2F2;
}
.rightMenu li:hover {
	background: #EEE;
	color: #666;
}
/**treeselect*/
.layui-form-select .layui-tree {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	padding: 5px 0;
	z-index: 999;
	min-width: 100%;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
.layui-form-selected .layui-tree {
	display: block;
}
.weadmin-trailer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 300;
	color: #ccc;
}
.login-bg {
	/*background: #eeeeee 0 0 no-repeat;*/
	background: url(../images/admin_login_bg.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.login {
	position:absolute;
	height: 420px;
	width: 420px;
	left:50%;
	top:50%;
	padding: 40px;
	background-color: #ffffff;
	margin-left: -210px;
	margin-top: -210px;
	border-radius: 10px;
	/* overflow-x: hidden; */
	box-sizing: border-box;
}
.login a.logo {
	display: block;
	height: 58px;
	width: 167px;
	margin: 0 auto 30px auto;
	background-size: 167px 42px;
}
.login .message {
	margin: 10px 0 0 -58px;
	padding: 18px 10px 18px 30px;
	background: #189F92;
	position: relative;
	color: #fff;
	font-size: 16px;
}
.login #darkbannerwrap {
	background: url(../images/admin_login_aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -58px;
	position: relative;
}
.login input[type=text], .login input[type=file], .login input[type=password], .login input[type=email], .login select {
	border: 1px solid #DCDEE0;
	vertical-align: middle;
	border-radius: 3px;
	height: 50px;
	padding: 0px 16px;
	font-size: 14px;
	color: #555555;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}
.login input[type=text]:focus, .login input[type=file]:focus, .login input[type=password]:focus, .login input[type=email]:focus, .login select:focus {
	border: 1px solid #27A9E3;
}
.login input[type=submit], .login input[type=button] {
	display: inline-block;
	padding: 12px 24px;
	margin: 0px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
	background-color: #189F92;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	outline: none;
	width: 100%;
}
.login hr {
	background: #fff 0 0 no-repeat;
}
.login hr.hr15 {
	height: 15px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.login hr.hr20 {
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.weadmin-body {
	padding: 20px;
}
.weadmin-nav {
	padding: 0 20px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #e5e5e5;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
}
.weadmin-block {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 22px;
	/* border-left: 5px solid #009688; */
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}
.we-search {
	margin-bottom: 20px;
	font-size: 16px;
}
.we-search input.layui-input {
	width: 190px;
}
.we-red {
	color: red;
}
.page {
	margin-top: 20px;
	text-align: center;
}
.page a {
	display: inline-block;
	background: #fff 0 0 no-repeat;
	color: #888;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span {
	display: inline-block;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span.current {
	display: inline-block;
	background: #009688 0 0 no-repeat;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}
.page .pagination li {
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li.active span {
	background: #009688 0 0 no-repeat;
	color: #fff;
	border: 1px solid #009688;
}
/*登录样式*/
