.dz-container {
	max-width: 1360px;
	margin: 0 auto;
}

.dz-container .detail * {
	font-size: 16px;
}

.dz-container .detail .title {
	color: #0d54a1;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.dz-container .detail .info {
	border-bottom: 1px solid #E3E3E3;
	padding: 20px 0;

}

.dz-container .detail .info>div {
	max-width: 500px;
	display: flex;
	flex-wrap: wrap;
}

.dz-container .detail .info .items {
	width: 50%;
	max-width: 200px;
	line-height: 1.5;
	color: #707070;
}

.dz-container .detail .intro {
	margin-top: 20px;
}

.dz-container .detail .intro label {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.dz-container .detail .intro>div {
	margin-top: 10px;
	white-space: pre-line;
	line-height: 1.5;
	color: #707070;
}

.dz-container .detail .el-button {
	height: 35px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #0d54a1 !important;
	color: #0d54a1 !important;
	font-weight: bold;
}

.dz-container .el-dialog {
	width: 1080px !important;
	height: 80vh !important;
	margin-top: 0 !important;
}
.el-dialog__wrapper {
	display: flex;
	align-items: center;
	
}

.el-dialog__body {
	height: calc(100% - 130px);
	overflow-y: auto;
}

.el-dialog__body::-webkit-scrollbar {
	width: 10px;
	background: #E3E3E3;
}

.el-dialog__body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #0d54a1;
	background: #0d54a1;
}

.el-dialog__body::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.dz-container .el-dialog__header {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
}

.dz-container .el-dialog__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E3E3E3;
	padding-top: 15px;
}



.dz-container .el-dialog .el-form .el-form-item__label {
	line-height: 1.2;
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: flex-end;
}

.dz-container .el-dialog .el-form .el-form-item__label::before {
	/* content: " "; */
	margin: 0;
}

.el-form-item__content .tips {
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 5px;
}

.dz-container .el-dialog .el-form .el-upload {
	width: 100px;
	height: 40px;
	overflow: hidden;
}

.dz-container .el-dialog .el-form .el-upload-list {
	max-width: 360px;
}

.dz-container .el-dialog .el-form .el-upload .el-button--primary {
	border: 1px solid #0d54a1 !important;
	background-color: #0d54a1 !important;
}

.dz-container .el-dialog .save-btn {
	border: 1px solid #0d54a1 !important;
	background-color: #0d54a1 !important;
}

@media screen and (max-width: 1080px) {
	.dz-container .el-dialog {
		width: calc(100% - 30px) !important;
		margin-top: 65px !important;
	}

	.el-dialog__body::-webkit-scrollbar {
		width: 5px;
		background: #E3E3E3;
	}
}
.el-dialog__footer{
	background-color: #fff!important;
}