*{
	family:'Microsoft YaHei‌';
	font-size:14px;
}
:root {
	--bs-body-font-size: 0.8rem;
	--header-bg: #4e73df;
	--card-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.1);
}
.h2, h2  {
    font-size: 1.0rem;
}
.h4, h4  {
    font-size: 0.9rem;
}
.h5, h5  {
    font-size: 1.0rem;
}
.mb-4 {
    margin-bottom: 0.8rem!important;
}
.col-sm-auto{
	margin-bottom: 0.8rem!important;
}
.form-select,.form-control,.btn,.pagination {
	font-size:0.9rem;
}
td,th{
	border-left:1px solid #ccc;	
}
td:nth-child(1),th:nth-child(1){
	border-left:0px solid #ccc;	
}
.upload-box {
	width: 100%;
	height: 150px;
	padding: 15px;  
	text-align: center;
	border: 2px dashed #aaa;
	border-radius: 8px;
	position: relative;
}
.upload-box .upload-selectfile{			
	height:120px;
	line-height:120px;
}
.upload-box .upload-preview {
	max-width: 100%;
	max-height: 120px;
	display: none;
}
.upload-box .progress-container {
	margin-top: 10px;
	height: 5px;
	background: #f0f0f0;
	border-radius: 3px;
	overflow: hidden;
	display:none;
}
.upload-box .progressBar {
	height: 100%;
	background: #2196F3;
	width: 0%;
	transition: width 0.3s;
}
.upload-box .delete-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(244,67,54,0.7);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	z-index:9;
	display: none;
}
.form-control:focus {
    box-shadow: none;
}
/* 遮罩层样式  */
.zdy_modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:  8888;
	display: none;
}

/* 对话框样式   */
.zdy_modal-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	padding: 20px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	z-index: 999999;
	display: none;
	pointer-events: unset;
}
.zdy_modal-dialog h3{
	font-size:1.2rem;
}
/* 按钮样式   */
.zdy_modal-buttons {
	text-align: right;
	margin-top: 15px;
}
.zdy_modal-btn {
	padding: 5px 15px;
	margin-left: 10px;
	cursor: pointer;
}
.modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-content {
	margin: auto;
}