.wallpaper{
    width: 100%;
}
.liner{
    width: 1180px;
    margin: auto;
}
.liner:after{
    content: "";
    display: table;
    clear: both;
}
.clear{
    clear: both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hides{
	display:none;
}
.layui-layer-btn.layui-layer-btn- {
    text-align: center;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #575AEC !important;
}

/** TODO 加载中动画  **/
#layerOverlay {position:fixed;left:0;top:0;height:100%;width:100%;z-index:12000; background: rgba(255,255,255,0.4)}
#layerOverlay .overlay {background-color:#000;height:100%;opacity:0.2;filter:alpha(opacity=20);}
#layerOverlay .panel {background:none !important; position:absolute;width:240px;height:148px;top:50%;left:50%;margin-top:-74px;margin-left:-120px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#layerOverlay .loading {margin:0 auto;width:240px;position: relative;}
#layerOverlay .loading>div {background-image:url("/static/images/loading.gif");background-size:cover;margin:33px 72px;height:150px;width:150px;}
.loading_txt{
    color: #575AEC;
    position: absolute;
    top: 130px;
    left: 100px;
    font-weight: 500;
}
.selecteda{
	color:orange !important;
}
.h0{
	height: 0 !important;
}
pre {
  font-family: auto;
}
