﻿/* 重置样式和基础设置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container-68876a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 导航栏样式 */
.header-af390b {
    background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
    color: white;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-af390b .container-68876a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.nav-brand-c16d8a h1 {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.tagline-115745 {
    font-size: 0.85rem;
    opacity: 0.9;
    color: #ecf0f1;
}

/* 桌面端导航 */
.desktop-nav-018a04 {
    display: flex;
    gap: 2rem;
}

.desktop-nav-018a04 a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.desktop-nav-018a04 a:hover {
    background: rgba(255,255,255,0.1);
    color: #f1c40f;
}

/* 移动端菜单按钮 */
.mobile-menu-btn-22247c {
    display: none;
}

/* 移动端抽屉菜单 - 完全隐藏 */
.mobile-drawer-c0e113 {
    display: none;
}

/* 抽屉背景遮罩 - 完全隐藏 */
.drawer-overlay-b16990 {
    display: none;
}

/* 联系按钮样式 */
.contact-quick-471c69 {
    display: flex;
    align-items: center;
}

.phone-btn-8118c0 {
    background: #e74c3c;
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.phone-btn-8118c0:hover {
    background: #c0392b;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
}

/* PC端显示手机号，移动端显示按钮文字 */
.phone-number-94d7da {
    display: inline;
}

.phone-text-f2f622 {
    display: none;
}

/* 主横幅样式 */
.hero-e18f2f {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.hero-e18f2f h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-subtitle-8c6fc6 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    color: #ecf0f1;
}

.hero-features-adc922 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-item-011945 {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.feature-item-011945 span {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.feature-item-011945 h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.hero-cta-ef93aa {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-0ab0a0 {
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.cta-btn-0ab0a0.primary-becd78 {
    background: #e74c3c;
    color: white;
}

.cta-btn-0ab0a0.secondary-d0ae2c {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn-0ab0a0:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 通用部分样式 */
.section-title-85f5c1 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    position: relative;
    font-weight: 700;
}

.section-title-85f5c1::after {
    content: '';
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle-be4ac2 {
    text-align: center;
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
}

/* 服务项目样式 */
.services-d65344 {
    padding: 4rem 0;
    background: white;
}

.services-grid-ac6c7d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card-188b30 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #ecf0f1;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.service-card-188b30:hover {
    border-color: #3498db;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(52,152,219,0.15);
}

.service-icon-fb7b74 {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.service-card-188b30 h3 {
    color: #2c3e50;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.service-card-188b30 ul {
    list-style: none;
    text-align: left;
}

.service-card-188b30 li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #ecf0f1;
    color: #555;
    font-size: 0.95rem;
}

.service-card-188b30 li:last-child {
    border-bottom: none;
}

/* 样本展示样式 */
.samples-c765ec {
    padding: 4rem 0;
    background: #f8f9fa;
}

.samples-grid-0caab3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.sample-item-546f08 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.sample-item-546f08:hover {
    transform: scale(1.05);
}

.sample-item-546f08 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sample-overlay-e80433 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 2rem 1rem 1rem;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.sample-item-546f08:hover .sample-overlay-e80433 {
    transform: translateY(0);
}

/* 制作工艺样式 */
.process-0915be {
    padding: 4rem 0;
    background: white;
}

.process-content-5abb61 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.process-text-872052 h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 600;
}

.process-steps-07c91b {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step-2a12d0 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.step-number-fec51d {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content-9a6224 h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.step-content-9a6224 p {
    color: #7f8c8d;
}

.process-features-9ab8bf {
    display: grid;
    gap: 1.5rem;
}

.feature-fba384 {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ecf0f1;
    transition: all 0.3s;
}

.feature-fba384:hover {
    border-color: #3498db;
}

.feature-fba384 h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.feature-fba384 p {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* 联系方式样式 */
.contact-d05a40 {
    padding: 4rem 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    position: relative;
}

.contact-d05a40::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #e74c3c, #27ae60, #f39c12);
}

.contact-d05a40 .section-title-85f5c1 {
    color: white;
}

.contact-d05a40 .section-title-85f5c1::after {
    background: linear-gradient(135deg, #f1c40f, #e67e22);
}

.contact-content-24134b {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
}

.contact-info-8a0246 {
    display: grid;
    gap: 2rem;
}

.contact-item-9a8adc h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-item-9a8adc p {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.contact-item-9a8adc a {
    color: #f1c40f;
    text-decoration: none;
}

.contact-item-9a8adc small {
    opacity: 0.8;
    color: #bdc3c7;
}

.wechat-qr-ae74a4 {
    text-align: center;
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.wechat-qr-ae74a4 img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* 免责声明样式 */
.disclaimer-ca6432 {
    background: #e74c3c;
    color: white;
    padding: 1.5rem 0;
    text-align: center;
}

.disclaimer-text-e925df {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Flink */
.flink-section-79a63e {
    background: white;
    color: #2d3748;
    padding: 30px 0;
}
.flink-header-d63eb7{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.flink-section-79a63e li{
    list-style: none;
    display: inline;
    padding-right: 20px;
}
.flink-section-79a63e a{
    color: #718096;
    text-decoration: none;
}

/* 底部样式 */
.footer-7d0b5a {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content-7c4519 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand-798ba8 h3 {
    margin-bottom: 0.5rem;
    color: #f1c40f;
    font-weight: 600;
}

.footer-links-c371f0 h4,
.footer-contact-c9a8fe h4 {
    margin-bottom: 1rem;
    color: #f1c40f;
    font-weight: 600;
}

.footer-links-c371f0 ul {
    list-style: none;
}

.footer-links-c371f0 li {
    padding: 0.3rem 0;
    color: #bdc3c7;
}

.footer-contact-c9a8fe p {
    margin-bottom: 0.5rem;
    color: #bdc3c7;
}

.footer-bottom-f7ea98 {
    border-top: 1px solid #34495e;
    padding-top: 1rem;
    text-align: center;
    color: #bdc3c7;
}

/* 移动端底部操作栏 */
.mobile-bottom-bar-eedbf8 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.8rem 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    border-top: 1px solid #ecf0f1;
}

.mobile-action-13ea78 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #7f8c8d;
    flex: 1;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.mobile-action-13ea78:hover,
.mobile-action-13ea78:active {
    color: #2c3e50;
}

.mobile-action-13ea78 span {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.mobile-action-13ea78 small {
    font-size: 0.7rem;
    font-weight: 500;
}

.mobile-action-13ea78.phone-d81c29 span {
    color: #e74c3c;
}

.mobile-action-13ea78.wechat-edf1d3 span {
    color: #27ae60;
}

.mobile-action-13ea78.service-c9f8db span {
    color: #3498db;
}

/* 模态框样式 */
.modal-80942a {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content-676173 {
    background-color: white;
    margin: 10% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.close-modal-1be42f {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    color: #7f8c8d;
    background: none;
    border: none;
    z-index: 10;
    transition: color 0.3s;
}

.close-modal-1be42f:hover {
    color: #e74c3c;
}

.modal-content-676173 h3 {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    padding: 1.5rem 2rem;
    margin: 0;
    border-radius: 15px 15px 0 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.wechat-info-dca5e4 {
    padding: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: start;
}

.wechat-info-dca5e4 img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 2px solid #ecf0f1;
}

.wechat-details-e022bc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wechat-label-14c854 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.wechat-id-983071 {
    background: #f8f9fa;
    padding: 0.8rem;
    border-radius: 8px;
    border: 2px solid #ecf0f1;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wechat-id-983071:hover {
    border-color: #27ae60;
    background: #e8f5e8;
}

.wechat-id-983071 span {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.copy-btn-19e762 {
    background: #27ae60;
    color: white;
    border: none;
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.3s;
}

.copy-btn-19e762:hover {
    background: #229954;
}

.wechat-tips-aa1cc4 {
    background: #e3f2fd;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.wechat-tips-aa1cc4 p {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    color: #2c3e50;
}

.wechat-tips-aa1cc4 p:first-child {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.service-hours-5a1a6b {
    background: #fff3cd;
    padding: 0.8rem;
    border-radius: 8px;
    border-left: 4px solid #f39c12;
}

.service-hours-5a1a6b p {
    color: #856404;
    font-size: 0.9rem;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .container-68876a {
        padding: 0 15px;
    }
    
    .header-af390b .container-68876a {
        flex-wrap: nowrap;
    }
    
    .desktop-nav-018a04 {
        display: none;
    }
    
    /* 移动端电话按钮样式 */
    .phone-number-94d7da {
        display: none;
    }
    
    .phone-text-f2f622 {
        display: inline;
    }
    
    .hero-e18f2f h2 {
        font-size: 1.8rem;
    }
    
    .hero-subtitle-8c6fc6 {
        font-size: 1rem;
    }
    
    .hero-features-adc922 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-item-011945 {
        padding: 1.5rem;
    }
    
    .hero-cta-ef93aa {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn-0ab0a0 {
        width: 100%;
        max-width: 300px;
    }
    
    .services-grid-ac6c7d {
        grid-template-columns: 1fr;
    }
    
    .samples-grid-0caab3 {
        grid-template-columns: 1fr;
    }
    
    .process-content-5abb61 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-content-24134b {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-content-7c4519 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .mobile-bottom-bar-eedbf8 {
        display: flex;
    }
    
    body {
        padding-bottom: 70px;
    }
    
    .wechat-info-dca5e4 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .wechat-info-dca5e4 img {
        justify-self: center;
    }
}

@media (max-width: 480px) {
    .container-68876a {
        padding: 0 10px;
    }
    
    .hero-e18f2f {
        padding: 2rem 0;
    }
    
    .hero-e18f2f h2 {
        font-size: 1.5rem;
    }
    
    .section-title-85f5c1 {
        font-size: 1.8rem;
    }
    
    .feature-item-011945 span {
        font-size: 2rem;
    }
    
    .wechat-qr-ae74a4 img {
        width: 150px;
        height: 150px;
    }
    
    .modal-content-676173 {
        margin: 15% auto;
        width: 95%;
    }
    
    .wechat-info-dca5e4 {
        padding: 1.5rem;
    }
    
    .wechat-info-dca5e4 img {
        width: 120px;
        height: 120px;
    }
}

/* 超小屏幕设备（320px及以下） */
@media (max-width: 320px) {
    .container-68876a {
        padding: 0 8px;
    }
    
    .nav-brand-c16d8a h1 {
        font-size: 1.4rem;
    }
    
    .tagline-115745 {
        font-size: 0.75rem;
    }
    
    .phone-btn-8118c0 {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }
    
    .hero-e18f2f h2 {
        font-size: 1.3rem;
    }
    
    .hero-subtitle-8c6fc6 {
        font-size: 0.9rem;
    }
    
    .feature-item-011945 {
        padding: 1rem;
    }
    
    .feature-item-011945 span {
        font-size: 1.8rem;
    }
    
    .feature-item-011945 h3 {
        font-size: 1.1rem;
    }
    
    .cta-btn-0ab0a0 {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    
    .section-title-85f5c1 {
        font-size: 1.6rem;
    }
    
    .service-card-188b30 {
        padding: 1.5rem;
    }
    
    .service-icon-fb7b74 {
        font-size: 2.5rem;
    }
    
    .service-card-188b30 h3 {
        font-size: 1.2rem;
    }
    
    .mobile-bottom-bar-eedbf8 {
        padding: 0.6rem 0;
    }
    
    .mobile-action-13ea78 span {
        font-size: 1.3rem;
    }
    
    .mobile-action-13ea78 small {
        font-size: 0.65rem;
    }
}

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

.hero-content-05660f,
.service-card-188b30,
.sample-item-546f08,
.step-2a12d0 {
    animation: fadeInUp 0.6s ease-out;
}

/* 滚动行为 */
html {
    scroll-behavior: smooth;
}

/* 链接样式 */
a {
    transition: all 0.3s ease;
}

/* 按钮悬停效果 */
.cta-btn-0ab0a0:hover,
.phone-btn-8118c0:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 加载优化 */
img {
    max-width: 100%;
    height: auto;
}

/* 可访问性 */
:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* 打印样式 */
@media print {
    .mobile-bottom-bar-eedbf8,
    .modal-80942a {
        display: none !important;
    }
} 