.logo-text a { font-size: 16px; font-weight: 700; color: #232323; text-decoration: none; line-height: 1.4; display: block; }
.logo-text a:hover { color: #ec005f; }
.hero-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 80px 0; color: #fff; }
.hero-section h1 { font-size: 42px; font-weight: 900; margin-bottom: 20px; }
.hero-section p { font-size: 18px; line-height: 1.8; margin-bottom: 30px; }
.hero-section .btn-cta { background: #fff; color: #667eea; font-weight: 700; padding: 15px 40px; border-radius: 50px; }
.hero-section .contact-box { background: rgba(255,255,255,0.1); padding: 30px; border-radius: 10px; }
.hero-section .contact-box h3 { color: #fff; margin-bottom: 20px; }
.hero-section .contact-box .form-control { margin-bottom: 15px; border-radius: 25px; padding: 12px 20px; }
.hero-section .contact-box .btn-submit { background: #ec005f; color: #fff; border-radius: 25px; padding: 12px; font-weight: 700; }
.history-box { background: #f8f9fa; padding: 30px; border-radius: 10px; }
.history-box h3 { margin-bottom: 20px; }
.history-list { list-style: none; padding: 0; }
.history-list li { padding: 15px 0; border-bottom: 1px solid #ddd; }
.history-list li:last-child { border-bottom: none; }
.services-section { background: #f8f9fa; padding: 80px 0; }
.services-section .mb-50 { margin-bottom: 50px; }
.services-section .section-title { font-size: 36px; font-weight: 700; }
.services-section .section-desc { font-size: 18px; color: #666; }
.service-link { color: #ec005f; font-weight: 700; }
.contact-link { color: #ec005f; font-weight: 700; font-size: 20px; }
.areas-section { padding: 80px 0; }
.areas-section .mb-50 { margin-bottom: 50px; }
.areas-section .section-title { font-size: 36px; font-weight: 700; }
.areas-section .section-desc { font-size: 18px; color: #666; }
.areas-box { background: #f8f9fa; padding: 40px; border-radius: 10px; }
.area-item { text-align: center; padding: 20px; }
.area-item i { font-size: 36px; }
.area-item h4 { margin-top: 15px; }
.footer-list { list-style: none; padding: 0; }
.service-card { background: #fff; border-radius: 10px; padding: 30px; margin-bottom: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: all 0.3s; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.service-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 15px; color: #333; }
.service-card p { color: #666; line-height: 1.8; }
.service-icon-large { font-size: 48px; color: #ec005f; margin-bottom: 20px; }
.stats-section { background: #f8f9fa; padding: 60px 0; }
.stat-item { text-align: center; padding: 20px; }
.stat-item .number { font-size: 48px; font-weight: 900; color: #ec005f; }
.stat-item .label { font-size: 16px; color: #666; margin-top: 10px; }
.about-section { padding: 80px 0; }
.about-section h2 { font-size: 36px; font-weight: 700; margin-bottom: 30px; }
.about-section p { font-size: 16px; line-height: 2; color: #555; }
.contact-bar { background: #232323; color: #fff; padding: 15px 0; }
.contact-bar a { color: #fff; text-decoration: none; }
.contact-bar a:hover { color: #ec005f; }
.contact-bar .hidden-sm { margin-left: 20px; }
.footer-info { background: #1a1a1a; color: #ccc; padding: 40px 0; }
.footer-info h4 { color: #fff; margin-bottom: 20px; }
.footer-info p, .footer-info li { line-height: 2; }
.footer-info a { color: #ccc; }
.footer-info a:hover { color: #ec005f; }
.footer-info .footer-border { margin-top: 30px; padding-top: 20px; border-top: 1px solid #333; }
.footer-info ul { list-style: none; padding: 0; }
.page-header { padding: 60px 0; color: #fff; text-align: center; }
.page-header h1 { font-size: 42px; font-weight: 900; margin-bottom: 15px; }
.page-header p { font-size: 18px; line-height: 1.8; }
.service-detail { padding: 60px 0; }
.service-detail h2 { font-size: 32px; font-weight: 700; margin-bottom: 30px; color: #333; }
.service-detail h2.mt-40 { margin-top: 40px; }
.service-detail h2.mt-50 { margin-top: 50px; }
.service-detail p { font-size: 16px; line-height: 2; color: #555; margin-bottom: 20px; }
.service-item { background: #fff; border-radius: 10px; padding: 30px; margin-bottom: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: all 0.3s; }
.service-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.service-item h3 { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #333; }
.service-item p { color: #666; line-height: 1.8; margin-bottom: 0; }
.service-icon { font-size: 36px; margin-bottom: 15px; }
.feature-box { background: #f8f9fa; border-radius: 10px; padding: 30px; margin-bottom: 30px; }
.feature-box h3 { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: #333; }
.feature-box ul { list-style: none; padding: 0; }
.feature-box ul li { padding: 10px 0; border-bottom: 1px solid #ddd; color: #555; }
.feature-box ul li:last-child { border-bottom: none; }
.feature-box .icon-red { color: #ec005f; }
.feature-box .contact-phone { font-size: 24px; font-weight: 700; color: #ec005f; text-align: center; margin: 20px 0; }
.feature-box .contact-desc { text-align: center; color: #666; }
.feature-box .check-daima { color: #667eea; }
.feature-box .check-daihuai { color: #11998e; }
.feature-box .check-daisheng { color: #f5576c; }
.feature-box .check-daimu { color: #4facfe; }
.feature-box .check-zhuyun { color: #fa709a; }
.cta-section { padding: 60px 0; color: #fff; text-align: center; }
.cta-section h2 { font-size: 36px; font-weight: 900; margin-bottom: 20px; }
.cta-section p { font-size: 18px; margin-bottom: 30px; }
.cta-section a { background: #fff; color: #ec005f; padding: 15px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; display: inline-block; }
.cta-section a:hover { background: #f8f9fa; }
.stats-row { padding: 40px 0; color: #fff; }
.stats-row-daima { background: #667eea; }
.stats-row-daihuai { background: #11998e; }
.stats-row-daisheng { background: #f5576c; }
.stats-row-daimu { background: #4facfe; }
.stats-row-zhuyun { background: #fa709a; }
.stat-box { text-align: center; }
.stat-box .num { font-size: 48px; font-weight: 900; }
.stat-box .txt { font-size: 16px; margin-top: 10px; }
.process-step { text-align: center; padding: 30px 20px; }
.process-step .step-num { width: 60px; height: 60px; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; margin-bottom: 15px; }
.process-step h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.process-step p { color: #666; font-size: 14px; }
.process-step-daihuai .step-num { background: #11998e; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.channel-item { background: #fff; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.channel-item i { font-size: 40px; margin-bottom: 15px; }
.channel-item-daisheng i { color: #f5576c; }
.channel-item h4 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.channel-item p { font-size: 14px; color: #666; margin: 0; }
.supply-chain { margin-top: 40px; }
.chain-step { display: flex; align-items: center; margin-bottom: 20px; }
.chain-step .step-icon { width: 80px; height: 80px; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; margin-right: 20px; flex-shrink: 0; }
.chain-step-daimu .step-icon { background: #4facfe; }
.chain-step .step-info h4 { font-size: 18px; font-weight: 700; margin-bottom: 5px; }
.chain-step .step-info p { color: #666; margin: 0; }
.promise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.promise-item { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.promise-item i { font-size: 36px; margin-bottom: 15px; }
.promise-item-zhuyun i { color: #fa709a; }
.promise-item h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.promise-item p { font-size: 14px; color: #666; margin: 0; }
.page-header-daima { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.page-header-daihuai { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
.page-header-daisheng { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.page-header-daimu { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.page-header-zhuyun { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.cta-section-daima { background: linear-gradient(135deg, #ec005f 0%, #ff6b6b 100%); }
.cta-section-daihuai { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
.cta-section-daisheng { background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%); }
.cta-section-daimu { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.cta-section-zhuyun { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.service-icon-daima { color: #667eea; }
.service-icon-daihuai { color: #11998e; }
.service-icon-daisheng { color: #f5576c; }
.service-icon-daimu { color: #4facfe; }
.service-icon-zhuyun { color: #fa709a; }
.current-page { color: #ec005f !important; }
@media (max-width: 767px) {
	.header-bottom-area .main-menu { display: none !important; }
	.mobile-menu-area { display: block !important; }
}
@media (max-width: 991px) {
	.channel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.channel-grid { grid-template-columns: 1fr; }
	.promise-grid { grid-template-columns: 1fr; }
}