.loading-container {
	display: flex;
	align-items: center;
	gap: 8px; /* 图标与文字的间距 */
}

.spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-top: 2px solid #007bff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.examine-con-topc {
	width: 160px;
	height: 54px;
	color: #888888;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	border-radius: 8px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}

.e-2 {
	width: 24px;
	height: 24px;
	margin-right: 7px;
}

.examine-con-topc1,
.examine-con-topc:hover {
	background: #EDEFFF;
	border: 1px solid #4B5EFF;
	color: #151515;
}
.examine-con-topc{
	background: #eeee;
	color: #000;
	font-weight: 500;
}
.examine-con-topc:hover {
	box-shadow: 0px 3px 10px 1px rgba(179, 192, 231, 0.56);
}

.cont-div-bj {
	padding: 40px !important;
}

.examine-con-topc-tip {
	width: 10px;
	height: 10px;
	background: #FF4216;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 5px;
}

.examine-con-top {
	margin-bottom: 40px;
}

.examine-con-mid {
	width: 90%;
	padding-left: 30px;
	box-sizing: border-box;
}

.examine-con-mid-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.examine-con-mid-box {
	display: flex;
	align-items: center;
}

.examine-con-mid-tit {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #151515;
	position: relative;
}

.examine-con-mid-box input {
	width: 500px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	padding: 0 20px;
	box-sizing: border-box;
	margin-left: 30px;
}

.examine-con-mid-box .textarea {
	height: 120px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	flex: 1;
	margin-left: 30px;
}

.examine-con-mid-box1 {
	align-items: flex-start;
	margin-top: 30px;
}

.examine-con-mid-box .textarea textarea {
	border: none;
}

.examine-con-mid-tit1::after {
	content: '*';
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #DC0000;
	position: absolute;
	top: 0px;
	left: -15px;
}

.examine-con-mid-boxr {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.examine-con-mid-boxrc {
	width: 300px;
	height: 200px;
}

.el-upload__texts {
	font-family: PingFang SC;
	font-size: 12px;
	color: #A5A5A5;
	margin-top: 10px;
}

.el-upload-dragger {
	width: 300px !important;
	height: 200px !important;
}

.e-1 {
	width: 58px;
	height: 50px;
	margin-top: 40px;
}

.examine-con-mid-boxrc-s {
	margin-left: 60px;
}

.examine-con-mid-boxrc-sxt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 700px;

}

.examine-con-mid-boxrc-sx {
	margin-bottom: 20px;
	cursor: pointer;
}
.delIcon,.examine-con-mid-boxrc-sx:hover .delIcon1{
	display: none;
}
.examine-con-mid-boxrc-sx:hover .delIcon{
	display: block;
}
.examine-con-mid-boxrc-sx:last-child {
	margin-bottom: 0px;
}

.examine-con-mid-boxrc-tit {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #151515;
}

.e-6 {
	width: 24px;
	height: 24px;
}

.examine-con-mid-boxrc-des {
	font-family: SF Pro Text;
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	margin: 10px 0;
}

.examine-btn {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.examine-btns {
	width: 180px;
	height: 60px;
	background: linear-gradient(90deg, #E7E7E7 0%, #E2E2E2 100%);
	border-radius: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #888888;
	line-height: 60px;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}

.examine-btns1,
.examine-btns:hover {
	background: linear-gradient(90deg, #4B5EFF 0%, #4F8AFF 100%);
	color: #FFFFFF;
}

.examine-btns:hover,
.examine-con-bot1:hover {
	box-shadow: 0px 3px 10px 1px rgba(179, 192, 231, 0.56);
}

.examine-con-mid1 {
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
}

.examine-con-mid2 {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.examine-con-mid1-c {
	width: 330px;
	height: 140px;
	background: #F5F6FB;
	border-radius: 12px;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-right: 20px;
}

.examine-con-mid1-c:last-child {
	margin-right: 0;
}

.examine-con-mid1-ct {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #151515;
	margin-bottom: 25px;
}

.examine-con-mid1-ctc {
	margin: 0 auto;
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-13 {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.e-5 {
	width: 24px;
	height: 24px;
	margin-left: 10px;
	position: relative;
	top: 3px;
}

.examine-con-bot1 {
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	padding: 30px;
	cursor: pointer;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

.examine-con-bot1-tip {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #4B5EFF;
	font-family: SF Pro Text;
	font-weight: bold;
	font-size: 18px;
	color: #4B5EFF;
	text-align: center;
	line-height: 40px;
}

.examine-con-bot1-tit {
	font-family: Geometr212 BkCn BT;
	font-weight: normal;
	font-size: 18px;
	color: #151515;
	line-height: 36px;
	margin-bottom: 10px;
}

.examine-con-bot1-des {
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #151515;
	line-height: 36px;
}

.examine-con-bot1-tox {
	width: 95%;
	margin-left: 20px;
}

.examine-con-bot1-tit span,
.examine-con-bot1-des span {
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #151515;
}

@media (min-width: 768px) and (max-width: 991px) {
	.examine-con-mid-top {
		display: block;
	}

	.examine-con-mid-box {
		margin-bottom: 10px;
	}

	.examine-con-mid {
		padding-left: 0;
	}

	.examine-con-mid-box-min {
		display: block;
	}

	.examine-con-mid-boxr {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.examine-con-mid-boxrc-s {
		margin-left: 0;
		margin-top: 10px;
	}

	.cont-div-bj {
		padding: 30px !important;
	}

	.examine-con-topc {
		width: 140px;
	}

	.examine-con-mid-boxrc-sxt {
		width: 100%;
	}

	.examine-con-mid-tit {
		white-space: nowrap;
	}

	.examine-con-mid2 {
		flex-wrap: wrap;
	}

	.examine-con-mid1-c {
		width: 280px;
		margin-bottom: 10px;
	}

	.examine-con-mid1-c:nth-child(2n) {
		margin-right: 0;
	}

	.examine-con-bot1 {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.examine-con-top {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.examine-con-mid-top {
		display: block;
	}

	.examine-con-mid-box {
		margin-bottom: 10px;
		display: block;
		margin-top: 10px;
	}

	.examine-con-mid-box input,
	.examine-con-mid-box .textarea {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		font-size: 16px;
	}

	.examine-con-mid-box input {
		height: 50px;
	}

	.examine-con-mid-box .textarea {}

	.examine-con-mid {
		padding-left: 0;
	}

	.examine-con-mid-box-min {
		display: block;
	}

	.examine-con-mid-boxrc-tit,
	.examine-con-mid-boxrc-des {
		font-size: 14px;
	}

	.examine-con-mid-boxr {
		margin-left: 0;
		display: block;
		margin-top: 10px;
	}

	.examine-con-mid-boxrc-s {
		margin-left: 0;
		margin-top: 10px;
	}

	.cont-div-bj {
		padding: 20px !important;
	}

	.examine-con-topc {
		width: 130px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.examine-con-mid-boxrc-sxt {
		width: 100%;
	}

	.examine-con-mid-tit {
		white-space: nowrap;
	}

	.examine-con-mid2 {
		flex-wrap: wrap;
	}

	.examine-con-mid1-c {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.examine-con-mid1-c:nth-child(2n) {
		margin-right: 0;
	}

	.examine-con-bot1 {
		padding: 10px;
	}

	.examine-btns {
		width: 140px;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}

	.examine-con-mid {
		width: 100%;
	}

	.examine-btns:first-child {
		margin-left: 0;
	}

	.examine-con-mid1-ct {
		font-size: 18px;
	}

	.examine-con-bot1-tit span,
	.examine-con-bot1-des span {
		font-size: 14px;
	}

	.examine-con-bot1-tit,
	.examine-con-bot1-des {
		font-size: 14px;
		color: #151515;
		line-height: 25px;
	}

	.examine-con-bot1-tip {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.examine-con-bot1-tox{
		    margin-left: 15px;
	}
}