html,body,div,p,a,span,h1,h2,h3,h4,h5,h6,ul,ol,li,i,em,strong,input,form,select,table,tr,td,th,b,img,dl,dd,dt,caption,fieldset,legend,hr,br,option,textarea,label{
		/***集体声明 清除  重置  页面所有元素的 默认margin和 padding*******/
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
}
 ul,ol,li{
 	list-style: none;  /*清除ul ol li 前面的项目符号*/
 }
 a{
 	text-decoration: none; /**超链接下划线*/	
 }
 a:hover {
     text-decoration: none;
 }
 a:active{
 	text-decoration: none;
 }
 a:visited {text-decoration:none;} 
 a:focus{text-decoration: none}
 a {outline: none;-moz-outline-style: none; }
 a {text-decoration: none;outline: none;-moz-outline-style: none;-ms-outline-style: none;-webkit-outline-style: none;-o-outline-style: none; }
 .clearfix{
 	overflow:hidden;
 }
 .clearfix:after{
 	 	content:".";
      	height: 0;
      	display: block;
      	clear:both;
      	visibility:hidden;
      	overflow: hidden;
 }
 input:focus
 { 
 background-color:#fff;
 }
 body {
     font: 16px/1 微软雅黑, "Microsoft YaHei", SimSun, 宋体, Heiti, 黑体, sans-serif,"PingFang-SC-Bold";
 }
 a{
	-webkit-tap-highlight-color: transparent; outline: none;
}
/*以上是公共修饰内容*/
/* 弹出框的头部 */
.layui-layer.layui-layer-border {
	border: none;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.layui-layer .layui-layer-title {
    height: 55px;
    line-height: 55px;
    border:none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    padding:0px 27px 0px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.layui-layer-btn{
	/* display: none; */
	border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.layui-layer-btn a.layui-layer-btn0 {
	width: 65px;
	height: 32px;
	background: linear-gradient(132deg, #4683D3 0%, #65B7FF 100%);
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0;
	border: none;
	text-align: center;
	line-height: 32px;
	margin: 11px  11px 10px;
}
.layui-layer-btn a.layui-layer-btn1{
	width: 65px;
	height: 32px;
	background: linear-gradient(132deg, #4683D3 0%, #65B7FF 100%);
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0;
	border: none;
	text-align: center;
	line-height: 32px;
	margin: 11px  0;
	border: 1px solid #D9D9D9;
	background: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.65);
}
.layui-laypage  span select{
   border: 0px solid #eee; 
}
.layui-table-page .layui-laypage .layui-laypage-count{
	padding: 0 5px;
}