﻿.layui-laypage-box{
	width: 100%;
	text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2A9336 !important;
}


.layui-fn-link a:hover{
	color: #2196F3;
}


.ui-empty {
	padding: 2.5rem 1rem 1rem;
	text-align: center;
}
.ui-empty:before {
	content: '';
	background: url(../image/empty.png) no-repeat;
	background-size: 100% 100%;
	width: 96px;
	height: 64px;
	display: inline-block;
}
.ui-empty h4 {
	font-size: .8rem;
	font-weight: 100;
	line-height: 1.8rem;
	color: #999;
}


.ui-clear{
	clear: both;
}