
/*公共开始*/
.layui-table{
	table-layout: fixed;
}
.layui-nav-child dd a{
	text-indent:20px;
}
.layui-side-scroll ul li dl a{
	font-size: 13px;
}
tbody tr td{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*公共结束*/


/*首页*/
.sigongge{
	width:60%;
	margin:40px auto;
}
.sigongge>div{
	float: left;
	width:310px;
	height: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 140px;
}
 .sigongge .gongge1{
 	background: #38B8D7;
 }
 .sigongge .gongge2{
 	background: #7861B9;
 }
  .sigongge .gongge3{
 	background: #3DB551;
 }
  .sigongge .gongge4{
 	background: #E18769;
 }
 .sigongge .gongge5{
 	background: #1E7DC0;
 }
 .sigongge .gongge6{
 	background: #73E7DA;
 }
 .sigongge a{
	color: #FFFFFF;
 }
 .sigongge i{
 	margin-right: 10px;
 	font-size: 30px;
 }
 
 /*登录页*/

.HolyGrail {
  display: flex;
  min-height:80vh;
  flex-direction: column;
  background:url(../img/loginbg.png) no-repeat top center;
  background-size: cover;
}

.logoin{
	margin-top: 100px;
	text-align: center;
	padding-top: 20px;
	 display: flex;
	 justify-content: center;
	  align-items: center;
}
.logoin a{
	display: inline-block;
}


.denglu{
	text-align: center;
	width:550px;
	height: 400px;
	margin: auto;
	background: #C4E7FF;
	border-radius: 10px;
}

.denglu .denglu-top{
	font-size: 28px;
	font-family: "微软雅黑";
	margin: 30px 0;
	
}
.denglu .midd{
	padding: 20px;
}
.denglu .midd>div{
	margin: 20px 0;
}
.denglu .midd div span{
	margin-left:20px ;
	display: block;
	float:left;			
	width: 80px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 24px;
	text-align: right;
}
.denglu .midd input{
	text-indent: 20px;
	width: 70%;
	height: 40px;
	outline: none;
	font-size: 20px;
}

.denglu .midd .layui-btn{
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
}




.peixun{width: 70%;margin: 80px 0 0 30px;text-align: left;}

.peixun span{
	font-family: "微软雅黑";
	font-size: 24px;	
}
.peixun hr{
	 height:1px;border:none;border-top:1px solid #555555;width: 200px;float: left;
}
#peixunlist{margin-top: 20px;}
.peixun a{
	width: 120px;
	height: 42px;
	padding: 0 10px;
	background: #007DDB;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	font-family: "微软雅黑";
	color: white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}



/* 相册墙 */
.fixtop{position:fixed;z-index:1000;width:100%;background:#EEEEEE;padding-bottom:20px}
.fixhelp{width:100%;height:140px;}
.boxes{overflow: auto;height:80%;margin-left:30px;margin-right:0px;padding-right:50px}
.boxes .box{display:inline-block;position:relative;width:300px;height:240px;text-align:center;background:#FFFFFF;margin-bottom:30px;margin-right:20px;border:10px solid #FFFFFF;cursor:pointer;}	
.boxes .box>img{width:100%;height:80%;margin-bottom:20px}
#box{height:192px;}
#gallery{height:100%;margin-bottom:0px}
.inss{display:none;position:absolute;left:0px;top:0px;height:100%;width:100%;background: rgba(0,0,0,0.6);text-align:center;}
.inss .table{display:table;position: relative;top:40%;margin:0 auto;width:64%;height:28%;border-spacing: 10px;}
.inss a{display:table-cell;width:40%;height:100%;border-radius:50%;color:#ffffff;font-size:20px;vertical-align:middle;}
.inss .show{background: #009F95;}
.inss .delete{background: #EF3F52;}




		

