html,body,#app{
	font-family: PingFang SC, PingFang SC;
	font-size: 14px !important;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #525567;
}
.clearfix{
	clear: both;
}
p{
	margin: 0;
}
.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.el-tabs__header{
	margin: 0 !important;
}
.el-tabs__item{
	width: 60px;
	height: 36px !important;
	padding: 0 !important;
}
.el-tabs__item:hover{
	color: #525567 !important;
}
.el-tabs__item.is-active{
	background: rgba(82,85,103,0.05);
	font-weight: bold;
	color: #525567 !important;
}
.el-tabs__active-bar{
	background-color: #525567 !important;
}
.el-tabs__nav-wrap:after{
	background-color: rgba(82, 85, 103, .05) !important;
}
.el-select{
	width: 160px !important;
	margin-left: 4px;
}
.el-select__wrapper{
	background-color: #fff !important;
}
.el-select__placeholder.is-transparent{
	color: rgba(82, 85, 103, .4) !important;
}
.el-select__caret{
	color: #525567 !important;
}
.el-pager li{
	width: 30px;
	height: 34px !important;
	background: #fff !important;
	border-radius: 4px !important;
	border: 1px solid rgba(82,85,103,.1) !important;
	color: #525567 !important;
	padding: 0 !important;
	margin: 0 2px !important;
}
.el-pager li.is-active{
	background: rgba(82,85,103,0.05) !important;
	font-weight: 400 !important;
	color: #525567 !important;
}
.pagination-box button{
	color: #525567 !important;
	width: 66px !important;
	height: 34px !important;
	background: #fff !important;
	border-radius: 4px !important;
	border: 1px solid rgba(82,85,103,0.1) !important;
}
.el-table__header{
	height: 48px;
	tr .el-table__cell{
		background-color: rgba(246, 246, 246) !important;
		font-weight: bold;
		color: #525567;
		line-height: 22px;
	}
}
.el-table__body{
	td.el-table__cell{
		border-bottom: 1px solid rgba(82,85,103,0.1) !important;
		color: rgba(82, 85, 103, .8);
		line-height: 22px;
	}
}
.el-form-item{
	margin-bottom: 24px !important;
}
.el-form-item__label{
	color: #525567 !important;
}
.el-upload__tip{
	color: rgba(82, 85, 103, .4) !important;
	color: rgba(82, 85, 103, .5);
	line-height: 22px;
	margin-top: 1px;
}
.el-upload-list{
	margin: 0 !important;
}
.el-dialog{
	padding: 0 !important;
	.el-table{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
.el-dialog__header{
	padding: 20px 32px;
	border-bottom: 1px solid rgba(82, 85, 103, .08);
}
.el-dialog__title{
	font-weight: bold;
	font-size: 20px;
	color: #2C2F3D;
	line-height: 30px;
}
.el-dialog__footer{
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}
.el-date-editor{
	width: 336px !important;
}