.clearfix{
    clear: both;
}
/*layui重写样式*/
.layui-form-switch{margin-top:3px!important;}
.layui-form-mid{padding:0!important;}
.layui-card-header {
	background-color: #5AB85B;
	color: #fff;
}
.layui-form-checkbox span{
	height:30px;
	line-height: 30px;
}

.layui-form-item{
	display:flex;	
}
.layui-form-item-bottom{
	margin-bottom:0!important;
	
}
.layui-form-label {
	min-width:100px;
	font-size:14px;
	height: 30px;
	line-height: 30px;
    padding: 0;
	margin-right:10px;
	text-align:right;
}

.layui-input-block {
	flex:1;
	margin: 0;
	left: 0;
	top: 0;
}

.layui-input,.layui-select,.layui-textarea {
	font-size:14px;
	height: 30px;
	line-height: 30px;
}

.layui-word-aux{
	flex:1;
	color: #999;
	font-size: 14px;
	margin-left:10px;
	
}

.layui-layer-title {
	padding: 0!important;
	height: 42px!important;
	line-height: 42px!important;
	background-color: #349EDC!important;
	color: #fff!important;
	text-align: center!important;
	font-family: "微软雅黑"!important;
}


.layui-input-inline {
	font-size:14px;
	height: 30px;
	line-height: 30px;
	padding: 0;
}

.layui-table-cell {
	height: auto;
}

.w-left {
	overflow-y: scroll;
}

.w-left::-webkit-scrollbar {
	display: none;
}

.money-box {
	float: right;
	display: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
}

.nonedata {
	text-align: center;
	padding: 100px 0;
	color: #999;
}

.blue {
	color: #349EDC
}

.green {
	color: #00A65A
}

.red {
	color: #CD1C20
}

.yellow{
	color: #ff0
}

.orange {
	color: #FFA600
}

.gray {
	color: #A2A9B4
}

.btn-selected{color:#FFF !important;border-color:#1E9FFF !important;background-color:#1E9FFF !important;}
.btn-default{color:#333;border-color:#C9C9C9;background-color:#FFF;}