body {
	background: #f4f5f8;
	/* padding: 0 30px 20px 20px; */
}
.clearfix:after {
	content: '';
	line-height: 0;
	height: 0;
	clear: both;
	display: block;
}
.base {
	background: #fff;
	border-radius: 4px;
}
.hide {
	display: none;
}
.w-110 {
	width: 110px;
}
.w-130 {
	width: 130px;
}
.p-bot {
	padding: 20px 20px 0 20px;
}
.p-20 {
	padding: 20px;
}
.m-20 {
	margin: 20px;
}
.m-30 {
	margin: 30px;
}
.mb-30 {
	margin-bottom: 20px;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f35 {
	font-size: 35px;
}
.gw-tc {
	text-align: center;
}
.gw-tr {
	text-align: right;
}
.gw-fl {
	float: left;
}

.gw-fr {
	float: right;
}

.gw-oh {
	overflow: hidden;
}

.gw-dn {
	display: none;
}

.fs-no {
	font-style: normal;
}

.mr-15 {
	margin-right: 15px;
}

.pt-20 {
	padding-top: 20px;
}
.bd-box {
	border: 1px solid #beddff;
	border-radius: 2px;
}

/*颜色表*/

.c-999 {
	color: #999;
}

.c-333 {
	color: #333;
}

.c-white {
	color: #ffffff;
}

.c-one {
	color: #0d6ded;
}

.c-two {
	color: #ef7923;
}

.c-three {
	color: #011d40;
}

.c-one:hover {
	color: #0d6ded;
}

.c-two:hover {
	color: #ef7923;
}

.bold {
	font-weight: bold;
}

.bg-one {
	background: #4db4ff;
}

.bg-two {
	background: #0d6ded;
}
.bg-fff {
	background: #fff;
}
.btn-a {
	min-width: 100px;
	border: 1px solid #68a4f5;
	color: #68a4f5;
	height: 32px;
	background: transparent;
	text-align: center;
	line-height: 32px;
}

.btn-a:hover {
	color: #4db4ff;
}

.bg-none {
	background: none;
}

.card {
	background: #fff;
	border-radius: 2px;
}

.yc-item {
	width: 100%;
	background: transparent;
}

.tool-btn {
	border: none;
}

.tool-btn:hover {
	border: none;
}

.layui-form-item {
	margin-bottom: 24px;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 32px;
	color: #999;
	font-size: 13px;
	background: #f1f7fe;
	border-color: #beddff;
}

.layui-input:hover,
.layui-select:hover,
.layui-textarea:hover {
	border-color: #2965ef !important;
}

.layui-form-select dl {
	border-color: #beddff;
}

.layui-form-label {
	padding: 6px 15px;
}

.layui-table,
.layui-table-view {
	margin: 0;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table[lay-even] tr:nth-child(even) {
	background: #fff;
	height: 52px;
	color: #333;
}

.layui-table-view .layui-table td {
	height: 52px;
	text-align: center;
	color: #333;
	font-size: 14px;
	border-color: #e2f0ff;
}

.layui-table-view .layui-table th {
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.layui-table-page {
	border-color: #e2f0ff;
}

.layui-table-page .layui-laypage {
	float: right;
	opacity: 0.7;
}

.layui-laypage a:hover {
	color: #333;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #2965ef;
}

.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-count {
	display: none;
}

.layui-table-fixed-l {
	box-shadow: none;
}

.layui-table-view {
	border: none;
}

.layui-table-header {
	border-color: #e2f0ff;
}

.layui-form-checkbox[lay-skin='primary'] i {
	border-color: #6889d5;
}

.layui-form-checkbox[lay-skin='primary'] i:hover {
	border-color: #6889d5;
}

.layui-form-checked[lay-skin='primary'] i {
	background: #68a4f5;
}

.layui-form-select dl dd.layui-this {
	background: #68a4f5;
}

.layui-table-view .layui-form-checkbox[lay-skin='primary'] i {
	font-size: 13px;
	width: 16px;
	height: 16px;
}

.layui-form-select .layui-edge {
	border-top-color: #68a4f5;
}

/*demo.html弹出框*/

body .demo-class .shuru {
	padding-top: 20px;
}

body .demo-class .shuru li {
	height: 60px;
	width: 310px;
	margin: 0 auto;
}

body .demo-class .shuru li p {
	width: 100px;
	text-align: justify;
	float: left;
	line-height: 32px;
}

body .demo-class .shuru li input {
	padding-left: 10px;
	float: right;
	width: 190px;
	height: 30px;
	background-color: #f2f8ff;
	border: 1px solid #beddff;
}

body .demo-class .layui-layer-btn .layui-layer-btn0 {
	margin-right: 80px;
}
body .demo-class .layui-layer-btn .layui-layer-btn0,
body .demo-class .layui-layer-btn .layui-layer-btn1 {
	width: 50px;
}
.layui-table-main tbody tr:nth-child(odd) {
	background: #f1f4ff;
}

/* 针对Chrome, Safari等WebKit浏览器 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 针对Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}
