/* ============================================
   现代化公司主页样式
   ============================================ */

/* 强制覆盖原有homepage.css的.m样式 */
body.modern-homepage .content-wrapper .m,
body .content-wrapper .m,
.content-wrapper .m {
	width: 1300px !important;
	max-width: 1300px !important;
	min-width: 1300px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	background: #F0F2F5 !important;
}

/* 确保table容器背景统一 */
body .content-wrapper .m table {
	background: #F0F2F5 !important;
}

/* 覆盖所有可能的.m样式冲突 - 包括footer */
.modern-homepage .m,
body.modern-homepage .m,
body .modern-homepage .m,
body.modern-homepage > .m,
body.modern-homepage div.m {
	width: 1300px !important;
	max-width: 1300px !important;
	min-width: 1300px !important;
	margin: 0 auto !important;
}

/* 全局重置和基础样式 */
.modern-homepage {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: #F0F2F5 !important;
}

body.modern-homepage {
	background: #F0F2F5 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100vh;
}

/* 覆盖原有homepage.css的.m样式限制 */
.content-wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: #F0F2F5 !important;
	display: flex;
	justify-content: center;
}

body .content-wrapper table {
	width: 1300px !important;
	max-width: 1300px !important;
	min-width: 1300px !important;
	margin: 0 auto !important;
	background: #F0F2F5 !important;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

/* ============================================
   公司横幅区域 - 现代化设计
   ============================================ */
.company-banner {
	background: linear-gradient(135deg, #FFD700 0%, #FFD700 50%, #E8E8E8 50%, #E8E8E8 100%);
	padding: 60px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.company-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: 
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
	pointer-events: none;
}

.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(232, 232, 232, 0.05) 100%);
	pointer-events: none;
}

.banner-container {
	max-width: 1300px;
	width: 1300px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	gap: 40px;
}

.banner-left {
	flex: 0 0 auto;
	margin-left: 0;
}

.company-logo-wrapper {
	position: relative;
}

.company-logo {
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 8px rgba(255, 255, 255, 0.3);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.company-logo:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2), 0 0 0 8px rgba(255, 255, 255, 0.4);
}

.company-logo img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.logo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.6;
}

.banner-right {
	flex: 1;
	padding-left: 0;
	min-width: 0;
}

.company-info {
	animation: fadeInUp 0.6s ease-out;
}

.company-name {
	font-size: 40px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 15px 0 !important;
	line-height: 1.3 !important;
	letter-spacing: -0.3px;
	text-shadow: none;
}

.company-tagline {
	font-size: 18px !important;
	color: #555 !important;
	margin: 0 0 20px 0 !important;
	line-height: 1.6 !important;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.company-location {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px 20px;
	border-radius: 25px;
	display: inline-flex;
	backdrop-filter: blur(10px);
}

.location-icon {
	margin-right: 8px;
	font-size: 18px;
}

.location-text {
	font-weight: 500;
}

.banner-action {
	flex: 0 0 auto;
	margin-left: auto;
}

.btn-inquiry {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 40px;
	background: linear-gradient(135deg, #FF6B35 0%, #FF5722 100%);
	color: #fff !important;
	text-decoration: none;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
	position: relative;
	overflow: hidden;
}

.btn-inquiry::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.btn-inquiry:hover::before {
	left: 100%;
}

.btn-inquiry:hover {
	background: linear-gradient(135deg, #FF5722 0%, #E64A19 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5);
	color: #fff !important;
}

.btn-inquiry:active {
	transform: translateY(-1px);
}

.btn-text {
	position: relative;
	z-index: 1;
}

.btn-icon {
	position: relative;
	z-index: 1;
	font-size: 20px;
	transition: transform 0.3s;
}

.btn-inquiry:hover .btn-icon {
	transform: translateX(5px);
}

/* ============================================
   侧边栏 - 扁平化设计（融合td和div）
   ============================================ */
body .content-wrapper #side,
#side {
	background: #f0eefc !important;
	padding: 30px 25px !important;
	vertical-align: top !important;
	border-radius: 0;
	box-shadow: inset -2px 0 10px rgba(0, 0, 0, 0.03);
	border: none !important;
	border-right: 3px solid #E5E5E5 !important;
	width: 300px !important;
	min-width: 300px !important;
	max-width: 300px !important;
	box-sizing: border-box !important;
	display: block;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* 添加装饰性背景元素 */
#side::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.02) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

#side > * {
	position: relative;
	z-index: 1;
}

/* 侧边栏内容直接放在#side内 */
#side .side-modern-header {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.side-modern-header {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8E8E8;
	border-radius: 0;
	box-shadow: none;
}

.side-modern-header h3 {
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: 600;
	letter-spacing: 0;
}

#side .side-modern-body {
	margin: 0;
}

.side-modern-body {
	margin: 0;
}

.side-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.info-item {
	display: flex;
	align-items: flex-start;
	padding: 18px 0 18px 30px;
	border-bottom: 1px solid rgba(102, 126, 234, 0.1);
	transition: all 0.3s ease;
	position: relative;
	gap: 12px;
}

.info-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.info-item:hover {
	background: rgba(102, 126, 234, 0.05);
	padding-left: 42px;
	margin: 0 -12px 0 -25px;
	padding-right: 12px;
	border-radius: 0;
}

.info-item:hover::before {
	opacity: 1;
}

.info-item:last-child {
	border-bottom: none;
}

.info-icon {
	font-size: 16px;
	display: block;
	flex-shrink: 0;
	margin-top: 2px;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.info-item:hover .info-icon {
	opacity: 1;
}

.info-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.info-label {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin: 0;
}

.info-value {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 0;
}

/* ============================================
   标签页导航设计 - 现代化扁平方案
   ============================================ */
.about-tabs {
	border-bottom: 2px solid #F0F0F0;
	margin-bottom: 30px;
	background: transparent;
	padding: 0;
	margin: 0 -50px 30px -50px;
}

.tab-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 0;
	background: #F8F9FA;
	padding: 4px;
	border-radius: 8px;
}

.tab-item {
	position: relative;
	margin-right: 0;
	flex: 1;
}

.tab-item.active {
	background: transparent;
}

.tab-item.active .tab-link {
	background: #FFFFFF;
	color: #667eea;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tab-link {
	display: block;
	padding: 12px 24px;
	color: #666;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 6px;
	position: relative;
	letter-spacing: 0;
	text-align: center;
}

.tab-link:hover {
	color: #667eea;
	background: rgba(102, 126, 234, 0.08);
}

.tab-item.active .tab-link:hover {
	color: #667eea;
	background: #FFFFFF;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/* ============================================
   主内容区域 - 扁平化设计
   ============================================ */
body .content-wrapper #main,
#main {
	background: #FFFFFF !important;
	padding: 40px 50px !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
	width: 980px !important;
	max-width: 980px !important;
	min-width: 980px !important;
}

.main-about {
	background: #FFFFFF !important;
	border-radius: 0;
	padding: 50px !important;
	margin-bottom: 0;
	box-shadow: none;
	border: none;
	animation: none;
}

.about-quote {
	position: relative;
	padding: 15px 40px 20px 40px;
	margin: 0 -50px 30px -50px;
	border-bottom: 1px solid #E5E5E5;
	background: #F8F9FA;
}

.quote-wrapper {
	position: relative;
	padding-left: 60px;
	display: flex;
	align-items: center;
}

.quote-icon {
	font-size: 48px;
	color: #E0E0E0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	line-height: 1;
	font-family: Georgia, serif;
	font-weight: 400;
	opacity: 0.4;
}

.quote-text {
	font-size: 17px;
	color: #555;
	margin: 0;
	line-height: 1.7;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3px;
}


.tab-content {
	min-height: 400px;
	padding-top: 20px;
}

.tab-pane {
	display: none;
	animation: fadeIn 0.4s ease-out;
}

.tab-pane.active {
	display: block;
}

.about-content {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	padding-top: 10px;
	letter-spacing: 0.3px;
}

.about-content-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.about-text-section {
	flex: 1;
	min-width: 0;
}

.about-media-section {
	flex: 0 0 400px;
	max-width: 400px;
}

.about-video {
	width: 100%;
	background: #F8F9FA;
	border: 1px solid #E8E8E8;
	padding: 10px;
	text-align: center;
}

.about-video iframe,
.about-video embed,
.about-video object {
	max-width: 100%;
	height: auto;
}

.about-image {
	width: 100%;
	background: #F8F9FA;
	border: 1px solid #E8E8E8;
	padding: 10px;
	text-align: center;
}

.about-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* 响应式设计 - 关于我们内容 */
@media (max-width: 968px) {
	.about-content-wrapper {
		flex-direction: column;
		gap: 30px;
	}
	
	.about-media-section {
		flex: 1;
		max-width: 100%;
	}
	
	.about-video,
	.about-image {
		width: 100%;
	}
}

.content-text {
	animation: fadeIn 0.6s ease-out;
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.2px;
}

.content-text p {
	margin-bottom: 20px;
	text-align: left;
	color: #444;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.2px;
}

.content-text p:first-child {
	margin-top: 0;
}

.content-text p:last-child {
	margin-bottom: 0;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.content-text h1 {
	font-size: 24px;
}

.content-text h2 {
	font-size: 20px;
}

.content-text h3 {
	font-size: 18px;
}

.content-text h4 {
	font-size: 16px;
}

.content-text ul,
.content-text ol {
	margin: 15px 0;
	padding-left: 30px;
	line-height: 1.8;
}

.content-text li {
	margin-bottom: 8px;
}

.content-text strong,
.content-text b {
	font-weight: 600;
	color: #333;
}

.content-text a {
	color: #667eea;
	text-decoration: none;
	transition: color 0.3s ease;
}

.content-text a:hover {
	color: #764ba2;
	text-decoration: underline;
}

.empty-content {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

/* ============================================
   橱窗产品展示区域
   ============================================ */
.showcase-products {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #F0F0F0;
}

.showcase-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.showcase-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.showcase-more {
	font-size: 14px;
	color: #667eea;
	text-decoration: none;
	transition: color 0.3s ease;
}

.showcase-more:hover {
	color: #764ba2;
}

.showcase-body {
	margin-top: 20px;
}

.showcase-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.showcase-item {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.showcase-item:hover {
	border-color: #667eea;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
	transform: translateY(-2px);
}

.showcase-image {
	width: 100%;
	height: 180px;
	background: #F8F9FA;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.showcase-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.showcase-item:hover .showcase-image img {
	transform: scale(1.05);
}

.showcase-info {
	padding: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.showcase-location {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #999;
}

.location-flag {
	font-size: 12px;
}

.location-text {
	font-weight: 400;
}

.showcase-name {
	margin: 0 0 12px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
	flex: 1;
	letter-spacing: 0.1px;
}

.showcase-name a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.showcase-name a:hover {
	color: #667eea;
}

.showcase-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
	margin-top: auto;
}

.showcase-minorder {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
}

.minorder-label {
	color: #999;
}

.minorder-value {
	color: #666;
	font-weight: 500;
}

.showcase-price {
	display: flex;
	align-items: baseline;
	gap: 2px;
}

.price-symbol {
	font-size: 12px;
	color: #667eea;
	font-weight: 600;
}

.price-amount {
	font-size: 16px;
	color: #667eea;
	font-weight: 700;
}

.showcase-price-negotiable {
	font-size: 14px;
	color: #999;
	font-weight: 500;
}

.showcase-empty {
	text-align: center;
	padding: 40px 20px;
	color: #999;
}

.showcase-empty p {
	margin: 0;
	font-size: 14px;
}

/* 响应式设计 - 橱窗产品 */
@media (max-width: 1200px) {
	.showcase-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}
}

@media (max-width: 968px) {
	.showcase-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.showcase-image {
		height: 160px;
	}
}



.empty-content p {
	font-size: 16px;
	margin: 0;
}

/* ============================================
   动画效果
   ============================================ */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* ============================================
   侧边栏和主内容区宽度设置
   ============================================ */
body .content-wrapper .m table {
	width: 1300px !important;
	max-width: 1300px !important;
	min-width: 1300px !important;
	background: #F0F2F5 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	table-layout: fixed !important;
}

body .content-wrapper .m table td {
	vertical-align: top !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
}

body .content-wrapper #side {
	min-width: 300px !important;
	width: 300px !important;
	max-width: 300px !important;
	box-sizing: border-box !important;
	background: #f0eefc !important;
	border: none !important;
	border-right: 3px solid #E5E5E5 !important;
	box-shadow: inset -2px 0 10px rgba(0, 0, 0, 0.03) !important;
}

body .content-wrapper .m table td#side {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	box-sizing: border-box !important;
	padding: 0 !important;
}

body .content-wrapper #main,
body .content-wrapper .m table td#main {
	width: 980px !important;
	min-width: 980px !important;
	max-width: 980px !important;
	background: #FFFFFF !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body .content-wrapper #split,
body .content-wrapper .m table td#split {
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	background: #F0F2F5 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

/* ============================================
   现代化Footer样式
   ============================================ */
.modern-footer {
	position: relative;
	width: 100%;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	color: #FFFFFF;
	margin-top: 60px;
	overflow: hidden;
}

.footer-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><filter id="blur"><feGaussianBlur stdDeviation="3"/></filter></defs><circle cx="200" cy="150" r="100" fill="rgba(255,255,255,0.05)" filter="url(%23blur)"/><circle cx="800" cy="300" r="150" fill="rgba(255,255,255,0.03)" filter="url(%23blur)"/><circle cx="1000" cy="450" r="120" fill="rgba(255,255,255,0.04)" filter="url(%23blur)"/></svg>') no-repeat center;
	background-size: cover;
	opacity: 0.3;
	pointer-events: none;
}

.footer-container {
	max-width: 1300px;
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0 0;
	position: relative;
	z-index: 1;
}

.footer-content {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 60px;
	padding: 0 40px 40px;
}

/* 左列：公司信息 */
.footer-company {
	display: flex;
	flex-direction: column;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.logo-icon {
	flex-shrink: 0;
}

.logo-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.logo-text {
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
}

.logo-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.logo-name {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1.2;
}

.logo-tag {
	display: inline-block;
	background: #FFD700;
	color: #1a1a2e;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-description {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 25px 0;
}

.footer-cta {
	margin-top: auto;
}

.cta-text {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
}

/* 中列和右列 */
.footer-title {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease, padding-left 0.3s ease;
	display: block;
}

.footer-links a:hover {
	color: #FFFFFF;
	padding-left: 5px;
}

/* 联系信息 */
.contact-info {
	margin-bottom: 30px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	gap: 12px;
}

.contact-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	min-width: 80px;
}

.contact-icon {
	font-size: 18px;
	width: 24px;
	text-align: center;
}

.contact-value {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	flex: 1;
}

.contact-value a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-value a:hover {
	color: #FFFFFF;
}

/* 社交媒体图标 */
.footer-social {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-3px);
}

.social-icon {
	font-size: 18px;
}

/* 底部版权栏 */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #FFD700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.scroll-to-top:hover {
	background: #FFC700;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.scroll-icon {
	font-size: 20px;
	color: #1a1a2e;
	font-weight: 700;
}

/* 响应式设计 */
@media (max-width: 1400px) {
	.footer-container {
		width: 100% !important;
		max-width: 100% !important;
		padding: 60px 20px 0;
	}
	
	.footer-content {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding: 0 20px 40px;
	}
	
	.footer-company {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 0 15px 30px;
	}
	
	.footer-bottom {
		flex-direction: column;
		gap: 15px;
		padding: 20px 15px;
		text-align: center;
	}
}

/* ============================================
   隐藏不需要的元素
   ============================================ */
.top,
.sign-vip,
.sign-com,
.head,
.menu,
.pos,
.banner {
	display: none !important;
}

/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1400px) {
	body .content-wrapper .m,
	.content-wrapper .m {
		max-width: 100% !important;
		width: 100% !important;
		min-width: auto !important;
		padding: 0 20px;
	}
	
	body .content-wrapper .m table,
	.content-wrapper table {
		max-width: 100% !important;
		width: 100% !important;
		min-width: auto !important;
	}
	
	.banner-container {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 20px;
		gap: 30px;
	}
	
	body.modern-homepage > .m:not(.content-wrapper .m),
	body.modern-homepage .m:not(.content-wrapper .m) {
		width: 100% !important;
		max-width: 100% !important;
		min-width: auto !important;
		padding: 0 20px;
	}
}

@media (max-width: 1200px) {
	body .content-wrapper .m,
	.content-wrapper .m {
		max-width: 100% !important;
		width: 100% !important;
		min-width: auto !important;
		padding: 0 15px;
	}
	
	body .content-wrapper .m table,
	.content-wrapper table {
		max-width: 100% !important;
		width: 100% !important;
		min-width: auto !important;
	}
	
	.banner-container {
		max-width: 100% !important;
		width: 100% !important;
		padding: 0 15px;
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.company-logo {
		width: 150px;
		height: 150px;
	}
	
	.company-name {
		font-size: 36px !important;
	}
	
	.banner-action {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	
	body .content-wrapper #side,
	#side {
		min-width: 280px !important;
		width: 280px !important;
		max-width: 280px !important;
		padding: 25px 20px !important;
	}
	
	body .content-wrapper #main,
	#main {
		width: auto !important;
		min-width: auto !important;
		padding: 30px 25px !important;
	}
	
	.side-modern {
		padding: 25px;
	}
	
	body.modern-homepage > .m:not(.content-wrapper .m),
	body.modern-homepage .m:not(.content-wrapper .m) {
		width: 100% !important;
		max-width: 100% !important;
		min-width: auto !important;
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.company-banner {
		padding: 40px 0;
	}
	
	.banner-container {
		flex-direction: column;
		text-align: center;
		padding: 0 20px;
		gap: 30px;
	}
	
	.banner-right {
		padding-left: 0;
	}
	
	.banner-action {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.company-name {
		font-size: 28px !important;
	}
	
	.company-tagline {
		font-size: 16px !important;
	}
	
	.company-logo {
		width: 120px;
		height: 120px;
	}
	
	.main-about {
		padding: 30px 20px !important;
	}
	
	.quote-text {
		font-size: 18px;
		padding-left: 60px;
	}
	
	.quote-icon {
		font-size: 80px;
	}
	
	.about-tabs {
		padding: 0 5px;
	}
	
	.tab-nav {
		flex-wrap: wrap;
	}
	
	.tab-item {
		flex: 1;
		min-width: 100px;
	}
	
	.tab-link {
		padding: 12px 15px;
		font-size: 14px;
		text-align: center;
	}
	
	.content-wrapper {
		padding: 20px 10px;
	}
	
	.side-modern {
		padding: 25px;
		min-width: auto;
	}
}

/* ============================================
   滚动条美化
   ============================================ */
.about-content::-webkit-scrollbar {
	width: 8px;
}

.about-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.about-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.about-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

