.headl{
		    	position: relative;
		    	top: -1px;
		    	left: 1px;
		    	width: 18px;
		    	height: 16px;
		    	margin-right: 5px;
	}
	.headll{
		    	position: relative;
		    	top: -1px;
		    	left: 1px;
		    	width: 13px;
		    	height: 16px;
		    	margin-right: 5px;
	}
	.memlist{
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.memlistlast{
		position:relative;
		width: calc(99.9% - 1px);
		height: 30px;
		background: #F2F2F2;
		border: 1px solid #E2E2E2;
		position: relative;
		padding: 10px 0px;
		margin-top: -10px;
		margin-bottom: 50px;
	}
	.layui-laypage-count,.layui-laypage-skip{
		background: rgb(242, 242, 242) !important;
	}
	.tablelast{
		position: absolute;
		top: 9px;
		left: 31px;
	}
	.memlist input{
		padding-left: 10px;
		width: 170px;
		height: 30px;
		border: 0;
		border: 1px solid #E4E4E4;
		border-radius: 2px;
	}
	.memlistlast input[type="button"],.memlist input[type="button"]{
		width: 80px;
    	height: 31px;
    	text-align: center;
    	line-height: 31px;
    	border: 1px solid #CCCCCC;
    	background: white;
    	padding: 0;
	}
	.memlistlast select,.memlist select{
		width: 96px;
		height: 30px;
		border: 0;
		border: 1px solid #E4E4E4;
		border-radius: 2px;
		color: #A9A9A9;
	}
	#page{
		position: absolute;
		top: 1px;
		right: 15px;
	}
	.sou{
		position: absolute;
		top: 6px;
		left: 169px;
		width: 20px;
	}
	table td{
		text-align: center;
	}
	table tr td a{
		color: #1ABC9C;
		margin-right: 10px;
		cursor: pointer;
	}
	.laoer th{
		text-align: center;
		font-weight: bold;
	}
	.edit,.remo{
		color: #1ABC9C;
	}
	.remo{
		margin-left: 5px;
	}
	.four table,.four thead th{
    	text-align: center;
    }
    /*详情布局*/
    .titcom{
    	width: calc(99% - 1px);
    	overflow: hidden;
    	border: 1px solid #E4E4E4;
    }
    .titcom>form>p{
    	padding: 15px 15px;
    	background: #F3F3F3;
    }
    
    .titcom>p{
    	padding: 15px 15px;
    	background: #F3F3F3;
    }
    .title_div{
    	padding: 15px 0px 0px 90px;
    	background: #FFFFFF;
    }
    /*.title_div input{
    	width: 43px;
    	height: 28px;
    }*/
    .title_div>p,.title,.hhuo,.hhuo>p{
    	margin: 15px 0 15px 120px;
    }
    /*sel3 特写*/
   .hhuo{
   	position: relative;
   }
    .hhuo span{
    	position:absolute;
    	top: 4px;
    	font-weight: bold;
    }
    .hhuo p{
    	margin-left: 65px;
    }
	.title input[type='text']{
		width: 238px;
		height: 40px;
/* 		text-align: center; */
		line-height: 40px;
		border: 1px solid #E4E4E4;
		margin-right: 10px;
		margin-left: 10px;
	}
	.title input[type='radio']{
		position: relative;
		left: -2px;
		top: 4px;
		width: 20px;
		height: 20px;
		margin-left: 35px;
	}
	.title p{
		float: left;
		width: 156px;
		height: 40px;
		line-height: 40px;
	}
    .anin{
    	margin-top: 20px;
    	width: 100%;
    	text-align: center;
    }
    .ann-class .layui-layer-btn .layui-layer-btn0{
			background-color: white;
			color: gray;
			border: 1px solid gainsboro;
		}
	.ann-class .layui-layer-btn .layui-layer-btn1{
		background-color: #1ABC9C !important;
		border: 1px solid #1ABC9C;
		color: white;
	}
	/*搜索图标*/
	.sear{
		position: absolute;
	    top: 6px;
	    left: 176px;
	    width: 20px;
	}
/*表格超出部分隐藏*/
.jianyi{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}