a:hover {
	text-decoration: none
}

.layui-l {
	float: left;
}

.layui-r {
	float: right;
}

.layui-breadcrumb-gray {
	background: #f5f5f5;
	padding:12px 15px;
}

.layui-breadcrumb a cite {
	color:#333;
}

.layui-form-lab {
	line-height: 12px;
	float: left;
	display: block;
	padding: 9px 15px;
	font-weight: 400;
	line-height: 12px;
	text-align: right;
}

.layui-input-nav, .layui-select-nav, .layui-textarea-nav {
	min-width: 300px;
	height: 30px;
}

.layui-input, .layui-select, .layui-textarea {
	height: 30px;
}

.layui-time {
	width: 142px;
}

.lay-f-i-1 {
	margin-bottom: 0px;
}

.lay-c-1 {
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .05);
}

.l-bk-gray {
	background: #f2f2f2;
	margin-top: 20px;
}

.l-cl {
	height: 30px;
}

.l-mt-20 {
	margin-top: 20px;
}

.l-pd-5 {
	padding: 5px;
}

.text-c {
	text-align: center
}

.layui-table td, .layui-table th {
	font-size: 12px;
	padding: 9px 8px;
}

.layui-table th {
	text-align: center;
	font-weight: bold;
}

.layui-table td {
	word-wrap: break-word;
	word-break: break-all;
}

.text-switch {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: inherit;
	color: #999999;
	display: block;
	font-size: 12px;
	height: inherit;
	position: relative;
	text-transform: uppercase;
}

.checked-switch:checked ~ .text-switch {
	background: #5FB878;
	border: 1px solid #5FB878;
}

.toggle-btn {
	background: #d5d5d5;
	border-radius: 100%;
	height: 18px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 18px;
}

.checked-switch:checked ~ .toggle-btn {
	left: 44px;
	background: #fff;
}

.layui-fluid-a {
	padding: 15px 5px;
}

.select {
	padding: 3px;
	border-radius: 2px;
	cursor: pointer;
}

.u-buttc {
	border: 1px solid #ddd;
	padding: 2px 5px;
	border-color: #CCC;
	color: #5FB878;
	font-size: 12px;
	background: white;
	cursor: pointer;
	white-space: nowrap;
}

.u-buttc:hover {
	padding: 2px 5px;
	color: #fff;
	background-color: #5eb95e;
	border-color: #5FB878;
}

.f-home {
	margin-left: 60px;
	border: 1px solid #d5d5d5;
	padding: 0 12px 0 5px;
	text-align: center;
	font-size: 12px;
	display:block;
} 

.f-pre {
	border-top: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
	border-right: 1px #d5d5d5 solid;
	margin: 0;
	padding:  0 8px 0 5px;
	font-size: 12px;
	display:block;
	text-align:center;
}

.f-next {
	border-top: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
	margin: 0;
	padding: 0 8px 0 5px;
	font-size: 12px;
	display:block;
}

.f-last {
	border: 1px #d5d5d5 solid;
	margin: 0;
	padding: 0 12px 0 5px;
	font-size: 12px;
	display:block;
}

.gridPager div .f-home:hover,.gridPager div .f-pre:hover,.gridPager div .f-next:hover,.gridPager div .f-last:hover{
	color: #009688;
}

.f-1{
	padding: 0 5px 0 8px;	
}

.pagebutton:hover{
	opacity:0.8
}

.gridPagerDiv {
	height: 50px;
	margin-bottom: 10px;
}

.gridPagerDiv .toolbarL {
	float: left;
	height: 28px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}

.gridPagerDiv .toolbarR {
	float: left;
	height: 28px;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
}

.gridPager {
	float: right;
}

.gridPager div {
	float: left;
	height: 28px;
	line-height: 28px;
	margin-right: 0;
	/* cursor: pointer; */
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
		Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif,
		"\5B8B\4F53";
}

.gridPager div a {
	color: #888;
}

.gridPager div a:hover {
	color: #888;
}

.gridPager div.skip div {
	margin-top: 10px;
}

.gridPager div.skip {
	display: none;
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
	border: 1px solid #a0a0a0;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,
		direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
	position: absolute;
	right: 0px;
	margin-top: -50px;
}

.gridPager .inputText {
	margin: 0 8px;
	width: 138px;
	height: 24px;
	text-align: left;
	color: #626161;
	padding-left: 5px;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #d4d4d4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.gridPager .pagebutton {
	height: 28px;
	padding: 4px 12px;
	color: #424242;
	background: #ffffff;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	border: solid 1px #ddd;
	width: auto;
	transition: background-color .1s linear;
	background-image: linear-gradient(to bottom, #fdfdfd 0, #f2f2f2 100%);
	margin: 0 0 0 10px;
	border-radius: 2px;
	font-size: 12px;
}

.layadmin-pagetabs .layui-tab-title li .layui-tab-close {
	right: 2px;
}

.aui_nw {
	background: #F8F8F8;
	border-radius: 5px 0 0 0;
}

.aui_n {
	background: #F8F8F8;
	height: 50px;
	border-bottom: 0px #d0e7d7 solid;
	box-sizing: border-box;
}

.aui_ne {
	background: #F8F8F8;
	border-radius: 0 5px 0 0;
}

.aui_w, .aui_e {
	background: #F8F8F8;
}

.aui_s {
	background: rgba(0, 0, 0, 0);
	background: #F8F8F8;
	height: 5px;
}

.aui_sw {
	background: #F8F8F8;
	border-radius: 0 0 0 5px;
}

.aui_se {
	background: #F8F8F8;
	border-radius: 0 0 5px 0;
}

.aui_titleBar {
	width: 100%;
	height: 0;
	position: relative;
	bottom: 50px;
}

.aui_title {
	height: 50px;
	line-height: 50px;
	padding: 0 37px 0 0;
	color: #333;
	font-size: 14px;
	text-shadow: 0px 0px 0 rgba(255, 255, 255, 0);
}

.aui_main {
	padding-top: 0;
}

.dialogBottom {
	position: fixed;
	height: 40px;
	width: 100%;
	left: 0px;
	right: 0px;
	line-height: 40px;
	background-color: #F8F8F8;
	border-top: solid 1px #F8F8F8;
	text-align: center;
	vertical-align: middle;
	bottom: 0px;
	clear: both;
	padding-top: 10px;
	z-index: 1000;
}

.aui_close {
	top: 18px;
	right: 0;
	_z-index: 1;
	width: 27px;
	height: 27px;
	_font-size: 0;
	_line-height: 0;
	*zoom: 1;
	text-indent: -9999em;
	background-position: 12px -40px;
	_png: opera/ie6/aui_close.png;
}

.aui_max {
	display: block;
	position: absolute;
	text-decoration: none;
	outline: none;
	_cursor: pointer;
}

.aui_max:hover {
	text-decoration: none;
	opacity:0.7
}

.aui_max {
	width: 16px;
	background-position: -32px -40px;
	background-image: url(opera/s1.png);
	background-repeat: no-repeat;
}

.aui_max {
	top: 18px;
	right: 30px;
	_z-index: 1;
	width: 27px;
	height: 27px;
	_font-size: 0;
	_line-height: 0;
	*zoom: 1;
	text-indent: -9999em;
	background-position: 0 -96px;
	_png: opera/ie6/aui_max.png;
}

.aui_close:hover {
	background-position: 12px -40px;
	_png: opera/s1.png;
	opacity: 0.7
}

.aui_max:hover {
	background-position: -32px -40px;
	_png: opera/s1.png;
}

.aui_close {
	background-image: url(opera/s1.png);
	background-repeat: no-repeat;
}

.aui_max {
	width: 16px;
	background-position: -32px -40px;
	background-image: url(opera/s1.png);
	background-repeat: no-repeat;
}

.select-box select {
	padding: 7px 5px;
}

.layui-form-radio {
	margin: 0;
	padding-right: 0;
}

.lay-select-box {
	box-sizing: border-box;
	vertical-align: middle;
	width: 90%;
	display: inline-block
}

.layui-form-select dl {
	top: 32px;
}

.uploader .statusBar .btns {
	line-height: 37px;
}

.aui_inner {
	background: #fff;
}

.aui_icon div {
	width: 48px;
	height: 48px;
	margin: 0px 0 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}

.layui-input, .layui-textarea {
	border-radius: 2px !important;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
	margin-top: 0 !important;
}

.layui-form-checkbox[lay-skin=primary] {
	padding-left: 0 !important;
}

.lay-iconfont {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -22px;
}

.aui_buttons button {
	margin-left: 15px;
	padding: 6px 8px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	*padding: 4px 10px;
	*height: 2em;
	letter-spacing: 2px;
	font-family: Tahoma, Arial/ 9 !important;
	width: auto;
	overflow: visible;
	*width: 1;
	color: #333;
	border: 1px solid #C9C9C9;
	border-radius: 5px;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#DDDDDD');
	background: linear-gradient(top, #FFF, #DDD);
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF),
		to(#DDD));
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: none;
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s;
}

.aui_buttons button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

.aui_buttons button:focus {
	outline: none 0;
	border-color: #426DC9;
	box-shadow: 0 0 8px rgba(66, 109, 201, .9);
}

.aui_buttons button:hover {
	color: #333;
	border-color: #C9C9C9;
	opacity: 0.8;
}

.aui_buttons button:active {
	border-color: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD',
		endColorstr='#FFFFFF');
	background: linear-gradient(top, #DDD, #FFF);
	background: -moz-linear-gradient(top, #DDD, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD),
		to(#FFF));
	box-shadow: none;
}

.aui_buttons button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: solid 1px #999;
	filter: alpha(opacity = 50);
	opacity: .5;
	box-shadow: none;
}

button.aui_state_highlight {
	color: #fff;
	border: solid 1px #1E9FFF;
	background: #1E9FFF;
	text-shadow: -1px -1px 1px #1c6a9e;
	box-shadow: none;
}

button.aui_state_highlight:hover {
	color: #fff;
	border: solid 1px #1E9FFF;
	opacity: 0.8;
}

button.aui_state_highlight:active {
	border-color: #1E9FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E9FFF',
		endColorstr='#1E9FFF');
	background: linear-gradient(top, #1E9FFF, #1E9FFF);
	background: -moz-linear-gradient(top, #1E9FFF, #1E9FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1E9FFF),
		to(#1E9FFF));
}

.mui-toast-container {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
}

.mui-toast-container.mui-active {
	opacity: 1;
}

.mui-toast-message {
	font-size: 14px;
	width: 270px;
	margin: 5px auto;
	padding: 5px;
	text-align: left;
	color: #f60;
	border-radius: 7px;
	background-color: #d8d8d8;
}

.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n,
	.aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w,
	.aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw,
	.aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se {
	background: rgba(0, 0, 0, 0);
	background: #000\9 !important;
	filter: alpha(opacity = 5) !important;
}

.aui_state_noTitle .aui_inner {
	border: 1px solid #d3d4d3;
	background: #fff;
	border-radius: 2px;
	font-weight:bold;
}

.layui-Wdate {
	width: 44%;
	padding-right: 20px;
	box-sizing: border-box;
	background: #fff url(opera/datePicker.png) no-repeat right;
	background-size: 20px 22px;
	margin-right: 5px;
}

.layui-Wdate::-ms-clear {
	display: none;
}

.input-text, .textarea {
	border-radius: 2px;
}
.layui-table, .layui-table-view{
	margin:0;
}
.layui-form-selectup dl{
	bottom:32px;
}
.c-warning{
	color:#FF5722;
}