.container{
	min-width: 800px;
}
header{
	height: 100px;
	min-width: 900px;
}
.user-avatar img{
	width: 68px;
	height: 68px;
	overflow: hidden;
}
.user-info p:nth-child(1){
	font-family: 'Verdana';
	color: yellow;
}
.user-info p:nth-child(2){
	height: 22px;
	line-height: 22px;
}
.user-info p:nth-child(3){
	margin-top: 3px;
}
.main-top{
	height: 88px;
	padding: 20px 70px;
	box-sizing: border-box;
	border-bottom: 10px solid #eff3f6;
}
.main-top > div > h2{
	line-height: 37px;
}
/* 表單也内容區 */
.main-form{
	min-height: 600px;
	padding: 20px 70px;
}
.project-form{
	min-height: 600px;
	padding: 30px 70px;
}
/*内容区*/
.main-content{
	min-height: 600px;
	background:#eff3f6;
}
h1.project-name{
	margin-bottom:20px;
}
/*底部*/
footer{
	border-top: 1px solid #ccc;
}
/* 数据表格表头风格 */
.layui-table th{

}
.layui-table tr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.layui-tab-brief>.layui-tab-title .layui-this{
	font-weight: bold;
	background-color: #1e9fff;
	color: #fff;
}
.layui-tab-brief>.layui-tab-title .layui-this a:hover{
	color: inherit;
}
.layui-tab-brief > .layui-tab-title{
	border-width: 2px;
	border-color: #1e9fff;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #1e9fff;
}
.layui-table-header thead tr{
	background-color: #dfe3e9;
}
.layui-table-header thead tr span{
	color: #3d4966;
}
.layui-table-header thead tr th{
	border-color: #d6dbe1;
}

/* 默认让所有带权限的按钮不显示  */
.isauthhide{
	display: none!important;
}

/* 表单签名样式 */
.signature{
	border: 2px solid red;
	border-radius: 3px;
	color: red;
	padding: auto 5px;
}