

table.layui-table thead tr th{
	/*text-align: center;*/
	font-weight: bold;
}
/*上传图片*/
.uploadurl{
	border: 1px solid #e6e6e6;
	height: 30px;
}
.uploadimgobjshow{
	overflow: hidden;
}
.uploadimgobjshow ul li{
	float: left;
	position: relative;
	list-style: none;
}
.uploadimgobjshow ul li .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.uploadimgobjshow ul li img{
	width:200px ;
}

.uploadimgobjshow ul li .imgup{
	width: 15px ;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.uploadimgobjshow ul li .imgdown{
	width: 15px ;
	position: absolute;
	left: 0;
	top: 11px;
	z-index: 100;
}

.uploadimgtop{
	width: 100%;
	background: #fff;
	text-align: center;
	line-height: 28px;
	height: 100%;
	height: 28px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.uploadimg{
	display: none!important;
}
.uploadimgshow{
	width: 150px;
}
.imgobjshow{
	overflow: hidden;
}
.imgobjshow ul li{
	float: left;
	position: relative;
	list-style: none;
}
.imgobjshow ul li .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.imgobjshow ul li img{
	width:200px ;
}

.page{
	margin-top: 20px;
	text-align: center;
}
.page a{
	display: inline-block;
	/*background: #fff url() 0 0 no-repeat;*/
	background: #fff;
	color: #888;
	padding: 5px 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span{
	display: inline-block;
	padding: 5px 10px;
	min-width: 15px;
	border: 1px solid #E2E2E2;
}
.page span.current{
	display: inline-block;
	/*background: #009688 url() 0 0 no-repeat;*/
	background: #009688 ;
	color: #fff;
	padding: 10px;
	min-width: 15px;
	border: 1px solid #009688;
}

.page .pagination li{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
}
.page .pagination li.active span{
	/*background: #009688 url() 0 0 no-repeat;*/
	background: #009688 ;
	color: #fff;
	border: 1px solid #009688;
}