@charset "UTF-8";

body {
	font-family: "微软雅黑", 'Avenir', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

a:hover {
	text-decoration: underline;
}

.v-modal {
	position: fixed ;
	opacity: 1 !important;
	background: rgba(0, 0, 0, 0.5) !important;
}

/*解决遮罩层花屏问题*/
/*bootstrap与element样式冲突*/
label {
	margin-bottom: 0;
}

.page-content {
	padding: 24px 24px;
	/* background-color: rgba(255, 255, 255, 0.7); */
	min-height: calc(100vh - 78px);
}

.page-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 24px;
}

.search-box .el-input__inner {
	height: 40px !important;
	line-height: 48px !;
}

.search-box .el-form-item .el-form-item__label {
	font-size: 14px;
	font-weight: 500;
	color: #8293A3;
	line-height: 40px;
}



.search-box .el-input__icon {
	line-height: 40px;
}

.page-content .el-button {
	height: 40px;
	width: 80px;
}

.page-content .control-box {
	margin-bottom: 14px;
}


.table-box .el-table th.el-table__cell {
	background: rgba(255, 255, 255, 0);
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}

.main-container .el-table .cell,
.el-table th>div {
	padding: 0 8px !important;
}

.table-box .el-table tr {
	border-bottom: 2px solid #f5f7fa !important;
}

.page-content .el-pagination {
	width: 100%;
	text-align: right;
}

.el-button {
	border-radius: 8px;
}

.go-btn {
	width: 220px !important;
	height: 40px !important;
}