body {
	overflow-x: hidden;
}
/**#555;color: #000;**/
body, button, input, select, textarea ,pre ,span {
	font: 14px/1.5  Helvetica, sans-serif;


}
button, input, select, textarea {
	font-size: 100%;
}

.layui-main{
	padding-top: 10px;
	width: 99%;
}

.layui-card-header{
	text-align: center;height:52px;line-height: 52px;position: relative;
}
/* .layui-form-item { */
/* 	margin-bottom: 10px; */
/* } */

/* .layui-input, .layui-select, .layui-textarea { */
/* 	height: 30px; */
/* 	padding: 6px 5px; */
/* 	border: 1px solid #ddd; */
/* } */

/* .layui-form-item .layui-input-inline { */
/* 	float: left; */
/* 	width: 180px; */
/* 	margin-right: 0px; */
/* 	margin-bottom: 10px; */
/* } */
/* .layui-input-block { */
/* 	margin-left: 110px; */
/* } */

/* .layui-form-label { */
/* 	padding: 8px 8px 9px 0px; */
/* 	width: 102px; */
/* 	line-height: 12px; */
/* } */

/* .layui-form-item .layui-inline { */
/* 	margin-right: 0px; */
/* } */

/* .layui-form-select dl { */
/* 	top: 24px; */
/* } */
.layui-required {
	font-size: 11px;
	padding-right: 4px;
	color: #ff0033;
}

.layui-foot {
	z-index: 9999;
	border-bottom: 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 58px;
	line-height: 58px;
	box-shadow: 0px 0px 2px #d6e2ed;
}

.wrapper {
	position: relative;
}

i.fa {
	position: absolute;
	top: 2px;
	/* 	left: 160px; */
}

.wrapper input {
	padding-right: 24px;
}

.layui-layer-adminRight {
	top: 10px !important;
	bottom: 0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
	border-radius: 0;
	overflow: auto;
}

.layui-anim-rl {
	-webkit-animation-name: layui-rl;
	animation-name: layui-rl;
}

@-webkit-keyframes layui-rl {
	from {
		-webkit-transform: translate3d(100%, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

@keyframes layui-rl {
	from {
		transform: translate3d(100%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}

.layui-anim-rl {
	-webkit-animation-name: layui-rl;
	animation-name: layui-rl;
}

@-webkit-keyframes layui-lr {
	from {
		-webkit-transform: translate3d(0 0, 0);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 1
	}
}

@keyframes layui-lr {
	from {
		transform: translate3d(0, 0, 0)
	}
	to {
		transform: translate3d(100%, 0, 0)
	}
}

.layui-anim-lr, .layui-anim-rl.layer-anim-close {
	-webkit-animation-name: layui-lr;
	animation-name: layui-lr
}

.loaderbox {
	display: inline-block;
	min-width: 125px;
	padding: 10px;
	margin: 0 auto;
	color: #000 !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loaderbox .loading-activity {
	float: left;
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #000;
	border-left-color: #000;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}