/*规定一下数据表*/
.staff_table{
	}
.staff_table .layui-table > thead > tr {
    background: #dddddd;
}
.staff_table .layui-table > tbody > tr:hover {
    background: #ebf1de;
}
.staff_table .layui-table-cell{
        height: auto;
		min-height:40px;
		line-height:40px;
		padding:1px 5px; 
		
}



.staff_body{
	margin-top:0px;
	width:100%;
	min-height:1000px;
	background-image:url(../../imgs/topic/background/001.jpg);
	background-size:cover;
	overflow:hidden;
	background-attachment:fixed;
	padding:10px;
	box-sizing:border-box;
	font-size:16px;
}
.staff_box{   /*主题的大盒子*/
	max-width:1000px;
	min-width:280px;
	min-height:900px;
	position:relative;
	margin:60px auto 20px;
	background-color:#fff;
	border-radius:8px;
	overflow:hidden;
	padding-bottom:60px;
}
.staff_info{ /*说明*/
	margin:0px auto;
	max-width:800px;
	background-color:#fff;
	padding:20px 20px 20px;
	font-size:16px;
	border-bottom:1px dashed #c2c2c2;
}
.staff_topic{  /*标题*/
	min-height:60px;
	margin:30px auto 10px;
	text-align:center;
	font-size:26px;
	color:rgb(0,161,231);
}
.staff_login{   /*stafflogin框*/
   margin-top:50px;
   min-height:700px;
}
.staff_notice
{
	font-size:16px;
}
.staff_bottom{
  width:100%;
  position:absolute;
  left:0px;
  bottom:0px;
  background-color:#c2c2c2;
  height:60px;
  line-height:60px;
  text-align:center;
}

@keyframes showmenu {
  from {right:-100px;}
  to {right:0px;}
}
.staff_menu {
	float:right;
	position:absolute;
	top:40px;
	right:0px;
	float:right;
    display: inline-block;
}
.staff_menu>i{
    padding: 16px;
    font-size: 20px;
    cursor: pointer;
}
.staff_menu_content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin:5px;
	padding:10px;
	background-color:#f2f2f2;
	z-index:999999999;
}
.staff_menu:hover .staff_menu_content{
    display: block;
	animation-name: showmenu;
    animation-duration:1s;
}
.staff_menu:hover>i{
    color: blue;
}
.staff_qrcode{
	margin:5px;
	width:140px;
	height:150px;	
}
.staff_menu dl dt{
	padding:1px 5px 1px;
	height:35px;
	line-height:35px;
	border-bottom:1px dashed #c2c2c2;	
}
.staff_menu dl dt:hover{
	background-color:#e2e2e2;
}
.staff_menu dl dt:hover a i{
	filter:grayscale(0%);
}
.staff_menu dl dt a i{
	margin-top:5px;	
}
.staff_table{
	margin:30px auto;
	max-width:900px;
	
}
@media (max-width:768px){
  /*宽度小于或等于768px的屏显设备*/
  .staff_box{
   margin:10px auto 10px;
   padding-left:10px;padding-right:10px;
   }
  .staff_login{   /*stafflogin框*/
   margin-top:15px;
  }
  .staff_qrcode{
	 display:none;
   }
}
@media (min-width:768px) and (max-width:1024px) {
		  /*宽度大于或等于768px,小于等于1024的屏显设备*/

}
@media (min-width:1024px){
		  /*宽度大于或等于1024px的屏显设备*/
}		  