/* 联系我们 页面顶部大图banner样式 */
.contact-banner {
	width: 100%;
	height: 600px;
	background: linear-gradient(rgba(25, 25, 25, 0.3), rgba(30, 30, 30, 0.1)), url('../images/banner/p6.jpg') center center/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 2.5rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.contact-banner-title {
	color: #fff;
	font-size: 3.2rem;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.18), 0 1px 0 #222;
	text-align: center;
	user-select: none;
}

@media (max-width: 1080px) {
	.contact-banner {
		height: 500px;
		margin-bottom: 1.2rem;
	}

	.contact-banner-title {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
}

@media (max-width: 600px) {
	.contact-banner {
		height: 300px;
		margin-bottom: 1.2rem;
	}

	.contact-banner-title {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
}

@media (max-width: 440px) {
	.contact-banner {
		height: 200px;
		margin-bottom: 1.2rem;
	}

	.contact-banner-title {
		font-size: 2rem;
		letter-spacing: 0.12em;
	}
}

/* 线下网点模块样式 */
.offline-title {
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
}

.offline-map-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.offline-map {
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

.offline-map-img {
	width: 100%;
	height: 100%;
}

.store-marker {
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.13));
	transition: transform 0.18s;
}

.store-marker:hover {
	transform: scale(1.12) translateY(-4px);
}

.offline-city-tabs {
	margin-bottom: 1.2rem;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 2rem 0 1.2rem 0;
	flex-wrap: wrap;
}

.offline-city-btn {
	background: #fff;
	color: #222;
	border: 1.5px solid #222;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: background 0.18s, color 0.18s, border 0.18s;
}

.offline-city-btn.active,
.offline-city-btn:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}

.offline-store-list {
	padding: 2rem 1.5rem 1.5rem 1.5rem;
	overflow-x: auto;
	overflow-y: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
	margin: 0 auto;
	background: #fff;
	border-radius: 14px;
}

.offline-store-group {
	display: flex;
	flex-wrap: nowrap;
	min-width: max-content;
	gap: 2.2rem 2.5rem;
	justify-content: flex-start;
}

.offline-store-item {
	min-width: 260px;

	margin-bottom: 1.2rem;
	line-height: 1.7;
}

.offline-store-item {
	color: #222;
	min-width: 230px;
	max-width: 230px;
	font-size: 1.08rem;
	line-height: 1.5;
	padding: 0.8rem;
	white-space: normal;
	word-wrap: break-word;
}

/* 自定义滚动条样式 */
.offline-store-list::-webkit-scrollbar {
	height: 6px;
}

.offline-store-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.offline-store-list::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.offline-store-list::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}


@media (max-width: 900px) {
	.offline-store-list {
		padding: 1.2rem 0.5rem;
	}

	.offline-store-group {
		gap: 1.2rem 0.5rem;
	}

	.offline-store-item {
		min-width: 180px;
		font-size: 0.98rem;
	}

	.offline-city-tabs {
		gap: 10px;
		flex-wrap: nowrap;
	}

	.offline-city-btn {
		padding: 10px 10px;
		font-size: 11px;
	}
}


/* 联系我们底部卡片样式（from aboutUs） */
.contact-bottom {
	max-width: 1100px;
	margin: 2.5rem auto 2.5rem auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	padding: 2.2rem 2rem 2.2rem 2rem;
}

.contact-bottom h3 {
	font-size: 1.5rem;
	color: #000000;
	margin-bottom: 1.2rem;
	font-weight: 700;
}

.contact-bottom ul {
	margin-bottom: 1.2rem;
	color: #333;
	font-size: 1.08rem;
	line-height: 1.8;
}

.contact-bottom p {
	color: #555;
	font-size: 1rem;
}

@media (max-width: 900px) {
	.contact-bottom {
		padding: 1.2rem 0.5rem;
		max-width: 98vw;
	}
}

/* 联系方式模块样式 */
.contact-info-section {
	max-width: 1180px;
	margin: 40px auto 0 auto;
	/* margin: 105px auto 0 auto; */
	animation: fadeIn 0.5s ease-in-out;
}

.contact-info-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
	border-left: 4px solid #444;
	padding-left: 12px;
	margin-bottom: 1.5rem;
}

.contact-info-box {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	padding: 30px;
	margin-bottom: 1.5rem;
}

.contact-info-item {
	display: flex;
	flex-direction: column;
	gap: 0.7em;
}

.contact-info-label {
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.contact-info-phone {
	color: #1976d2;
	font-size: 1.1rem;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 0.2em;
	display: inline-block;
}

.contact-info-desc {
	color: #444;
	font-size: 1rem;
	margin-bottom: 0.5em;
}

.contact-info-list {
	color: #444;
	font-size: 0.98rem;
	line-height: 1.7;
	margin-top: 0.2em;
}

.contact-info-list a {
	color: #1976d2;
	text-decoration: underline;
}

@media (max-width: 600px) {
	.contact-info-box {}

	.contact-info-title {
		font-size: 1.18rem;
		padding-left: 8px;
	}
}

.contact-form {
	padding: 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
}

.contact-form h2 {
	color: #8B4513;
	font-size: 2em;
	margin-bottom: 20px;
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.form-group {
	flex: 1;
	margin-bottom: 0;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	font-size: 1em;
	box-sizing: border-box;
	font-family: auto;
}

.form-group input::placeholder,
.full-width textarea::placeholder,
.form-group textarea::placeholder {
	color: #aaa;
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.full-width {
	width: 100%;
	margin-bottom: 15px;
}

.full-width textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	font-size: 1em;
	box-sizing: border-box;
	resize: none;
	min-height: 150px;
	font-family: auto;
}

button[type="submit"] {
	background-color: #DAA520;
	color: white;
	padding: 12px 25px;
	border: none;
	font-size: 1.1em;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
	background-color: #CD853F;
}

#captchaInput {
	width: auto;
}

@media(max-width: 425px) {
	#captchaInput {
		width: 100%;
	}
}