.comment_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.comment_wrapper {
	display: none;
}

/* ------------- 弹窗样式 ------------- */
.number {
	width: 90%;
	max-width: 440px;
	height: auto;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10000;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	padding: 30px 30px 25px;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	text-align: center;
}

.number .modal-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 28px;
	color: #aaa;
	cursor: pointer;
	line-height: 1;
	font-family: Arial, sans-serif;
	transition: color 0.2s;
}

.number .modal-close:hover {
	color: #666;
}

.number h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	color: #333 !important;
	font-weight: bold;
	margin: 5px 0 8px 0;
	padding: 0;
	border: none;
}

.number .subtitle {
	font-size: 18px;
	text-align: center;
	color: black;
	margin: 0 0 25px 0;
}

.number .subtitle .highlight {
	color: #e53935;
	font-weight: bold;
}

.number li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 15px;
	list-style: none;
	justify-content: center;
}

.number li:last-child {
	margin-bottom: 0;
	margin-top: 25px;
	justify-content: center;
	gap: 15px;
}

.number li span {
	width: 50px;
	text-align: right;
	font-size: 15px;
	color: #333;
	flex-shrink: 0;
	margin-right: 8px;
}

.number li input[type="text"] {
	flex: 1;
	height: 42px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

.number li input[type="text"]:focus {
	border-color: #2979ff;
}

.number li input[type="button"] {
	width: 110px;
	height: 40px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.2s;
	border: none;
	outline: none;
	display: inline-block;
}

/* 覆盖弹窗内的按钮样式 */
.number #submit {
	background: #2979ff !important;
	color: #fff !important;
	border: 1px solid #2979ff !important;
}

.number #submit:hover {
	background: #1565c0 !important;
}

.number #cancel {
	background: #fff !important;
	color: #2979ff !important;
	border: 1px solid #2979ff !important;
}

.number #cancel:hover {
	background: #f5f5f5 !important;
	color: #333 !important;
}

/* 手机端适配 */
@media screen and (max-width: 768px) {
	.number {
		width: 85%;
		padding: 25px 20px;
		border-radius: 10px;
	}

	.number h3 {
		font-size: 18px;
	}

	.number li input[type="text"] {
		height: 40px;
	}

	.number li input[type="button"] {
		width: 100px;
		height: 38px;
	}
}

/* 弹出提示样式 */
#tanchu {
	position: fixed;
	top: 60%;
	left: 0;
	right: 0;
	transform: translateY(-300%);
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
	line-height: 2.5;
	background-color: rgba(0, 0, 0, .6);
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px;
	z-index: 99999;
}

/* 成功弹窗特定样式 */
.success-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.success-header img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

/* 覆盖成功确认按钮样式 */
.number #success_confirm {
	background: #e53935 !important;
	color: #fff !important;
	border: none !important;
	width: 200px !important;
	height: 44px !important;
	font-size: 16px !important;
	border-radius: 6px !important;
}

.number #success_confirm:hover {
	background: #d32f2f !important;
}

.number .subtitle {
	line-height: 1.8;
}

/* ------------- 弹窗样式结束 ------------- */

@media screen and (max-width: 1024px) {

	/* ==========下载蒙版========== */
	.comment_mask {
		background: rgba(0, 0, 0, 0.6);
	}

	.comment_wrapper {
		width: 600px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -343px 0 0 -300px;
		background: #fff;
		padding: 60px 0;
		z-index: 999999;
		display: none;
	}

	.comment_wrapper h3 {
		font-size: 36px;
		text-align: center;
	}

	.comment_wrapper ul li span {
		font-size: 30px;
		color: #686868;
		float: left;
	}

	.comment_wrapper ul li {
		width: 80%;
		margin: 40px auto 0;
		overflow: hidden;
	}

	.comment_wrapper ul li input {
		border: 1px solid #ccc;
		line-height: 44px;
		width: 79%;
		float: right;
		font-size: 28px;
	}

	.comment_wrapper ul li textarea {
		border: 1px solid #ccc;
		width: 79%;
		float: right;
		font-size: 28px;
		min-height: 120px;
		font-family: '微软雅黑';
	}

	.sub_btn {
		display: block;
		width: 85%;
		line-height: 60px;
		background: #009e60;
		font-size: 30px;
		text-align: center;
		color: #fff;
		margin: 40px auto 0;
		-webkit-appearance: none;
	}

	.shutdown {
		width: 50px;
		line-height: 50px;
		color: #009e60;
		font-size: 40px;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: center;
	}

}

.case-bottom {
	display: none;
}

@media screen and (max-width: 768px) {
	.case-bottom {
		display: block;
		height: 80px;
		background: #1F2326;
	}
}