body{
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
}
.bind{
	display: none;
}
.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;
}
.hand{
	cursor:pointer;
}
.layui-layer-btn.layui-layer-btn- {
    text-align: center;
}
.font-bold{
	font-weight: bold;
}


/** 加载中动画  **/
#layerOverlay {position:fixed;left:0;top:0;height:100%;width:100%;z-index:12000;}
#layerOverlay .overlay {background-color:#000;height:100%;opacity:0.2;filter:alpha(opacity=20);}
#layerOverlay .panel {position:absolute;background-color:#FFF;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;}
#layerOverlay .loading>div {background-image:url("/static/images/loading-jiajia.gif");background-size:cover;margin:0 45px;height:150px;width:150px;}

.selecteda{
	color:orange !important;
}
