.dbgs{
	background: url(./images/image1.png) no-repeat,linear-gradient(red, white);
	overflow: hidden;
	margin: -8px;
	background-size: 100% 100%;
	transition: background .3s;
}
.dbgs-header{
	/* height: 100px; */
    padding: 30px 0 20px;
	font-family: 'Microsoft YaHei UI Bold', 'Microsoft YaHei UI', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #FFFFFF;
    text-align:center;
    vertical-align: middle;
}

.dbgs-content{
	width: 96%;
    height: calc(100% - 190px);
    background-color: white;
    margin-left: 2%;
    border-radius: 10px;
}

.dbgs-foot{
	height: 40px;
	text-align: center;
	color: #86909C;
    font-size: 13px;
}

.dbgs-table-header th{
	background-color: #DDE1EB !important;
	color: black;
}
.dbgs-table-header .cell{
	text-align: center;
}

.dbgs-table-row .cell {
	text-align: center;
}

.dbgs-table{
	padding: 10px 32px;
}

.dbgs-search{
	padding: 32px 0px 0px 32px;
}
.dbgs-select-down{
	width: 215px;
}

.dbgsbd-group{
	margin-top: 10px;
}

.dbgs-dbzj-table-header th{
	background-color: #f5f7fa !important;
	font-weight: 500 !important;
	color: black !important;
}

.dbgs-dbzj-table-header .cell{
	text-align: center;
}

.dbgs-dbzj-table-row .cell {
	text-align: center;
}

.el-dialog__body{
	margin-top: -35px;
}
.dbzj-item-label{
	padding: 0px !important;
	border: none !important;
}
.dbzj-item-content{
	padding: 0px !important;
}

.dbgsbd-item-label{
	font-weight: 500 !important;
	color: black !important;
}

[tabindex]:focus{
	outline: none;
}

.dbgsbd-group .el-descriptions__title{
	border-left: 4px solid #0076F6;
	padding-left: 8px;
}
/* 分页 */
.el-pagination__sizes .el-select .el-input.is-focus .el-input__wrapper,
.el-pagination__sizes .el-select .el-input__wrapper.is-focus,
.el-input__wrapper.is-focus {
	box-shadow: 0 0 0 1px #cbd0dc inset !important;
}
/* 详情 */
.el-dialog__headerbtn:focus .el-dialog__close, 
.el-dialog__headerbtn:hover .el-dialog__close {
	color: #000 !important;
}
.dbgs-dbgsxq {
	max-height: 90%;
	overflow-y: auto;
}


