/* ==================== 1. 重置样式 ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==================== 2. 全局变量和样式 ==================== */
:root {
    --primary: #0891b2;
    --primary-dark: #0e7490;
    --primary-light: #22d3ee;
    --text-dark: #333;
    --text-secondary: #666;
    --border: #ddd;
    --success: #52c41a;
    --error: #f5222d;
    --warning: #faad14;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #f5f7fa;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}

/* ==================== 3. 布局样式 ==================== */
.nav { background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; height: 78px; width: 100%; }
.nav a {color: #fff;padding: 0 15px;display: inline-block;text-decoration: none;}
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 78px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.nav-left { display: flex; align-items: center; gap: 0; flex-shrink: 0; font-size:24px;}
.nav-logo { height: 48px; object-fit: contain; }
.nav-logo-mobile { display: none; height: 40px; object-fit: contain; }
.nav .nav-center{ height:60px;line-height:60px;
}
.nav-center { display: flex; align-items: center; gap: 0; flex: 1; }
.nav-right { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.nav-right a{ padding:0;}
.nav-phone { display: flex; align-items: center; gap: 6px; color: #333333; font-size: 22px; font-weight: 500; }
.nav-phone i { color: #1890ff; font-size: 16px; }
.nav-mobile-toggle { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; cursor: pointer; font-size: 20px; color: #333; flex-shrink: 0; }
.nav-center > a, .nav-center .dropdown > a { padding: 5px 20px; color: #333333; text-decoration: none; font-size: 16px; font-weight: 500; position: relative; white-space: nowrap; }
.nav-center > a:hover, .nav-center .dropdown > a:hover { background: #f5f5f5; color: #1890ff; }
.nav-center > a.active, .nav-center .dropdown > a.active { color: #1890ff; border-bottom: 2px solid #1890ff; }
.nav .dropdown { position: relative; }
.nav .dropdown-content { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 160px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); z-index: 1001; }
.nav .dropdown:hover .dropdown-content { display: block; }
.nav .dropdown-content a { display: block; padding: 0 20px; color: #333333; text-decoration: none; font-size: 14px; border-bottom: 1px solid #f5f5f5; }
.nav .dropdown-content a:hover { background: #f5f5f5; color: #1890ff; }
.nav .dropdown-content a.active { background: #e6f7ff; color: #1890ff; font-weight: 600; }
.nav .dropdown-content a:last-child { border-bottom: none; }
.nav .dropdown-arrow { display: inline-block; margin-left: 4px; font-size: 10px; transition: transform 0.2s; }
.nav .dropdown:hover .dropdown-arrow { transform: rotate(180deg); }
.nav-logo-link { display: flex; align-items: center; }
.nav-logo-link:hover { background: none !important; }

.nav-mobile-menu { position: fixed; top: 60px; left: -300px; width: 280px; height: calc(100vh - 60px); background: #fff; box-shadow: 2px 0 10px rgba(0,0,0,0.1); transition: left 0.3s ease; z-index: 998; overflow-y: auto; text-align: center; display: none; }
.nav-mobile-menu.open { left: 0; }
.nav-mobile-menu a { display: block; padding: 15px 20px; color: #333333; text-decoration: none; border-bottom: 1px solid #f5f5f5; font-size: 16px; text-align: left; font-weight: 500; }
.nav-mobile-menu a:hover { background: #f5f5f5; color: #1890ff; }
.nav-mobile-menu .dropdown { position: relative; }
.nav-mobile-menu .dropdown-toggle { display: flex; align-items: center; }
.nav-mobile-menu .dropdown-content { position: static; box-shadow: none; border-radius: 0; min-width: 100%; padding-left: 20px; text-align: left; background: #f9f9f9; }
.nav-mobile-menu .dropdown-content a { padding: 12px 20px; border-bottom: 1px solid #e8e8e8; font-size: 14px; color: #555555; }
.nav-mobile-menu .dropdown-content a:hover { background: #eeeeee; color: #1890ff; }
.nav-mobile-menu .dropdown-content a:last-child { border-bottom: none; }

.footer { background: #f2f2f2; color: #4a4035; padding: 50px 0 0; margin-top: 50px; border-top: 1px solid #e8e0d5; }
.footer .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-main { display: grid; grid-template-columns: 3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer-col { min-width: 0; }
.footer-contact-col { padding-right: 20px; border-right:1px solid #dedede; }
.footer-title { font-size: 20px; font-weight: 600; margin-bottom: 20px; color: #333333; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: #d4a574; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; color: #333333; }
.footer-contact-list li i { width: 20px; text-align: center; color: #333333; margin-top: 3px; }
.footer-contact-list li a { color: #333333; text-decoration: none; transition: color 0.3s; }
.footer-contact-list li a:hover { color: #333333; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { color: #333333; text-decoration: none; font-size: 14px; transition: all 0.3s; display: inline-block; }
.footer-links li a:hover { color: #c4844a; padding-left: 5px; }
.footer-bottom { text-align: center; padding: 20px; }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: 13px; color: #9a9085; text-decoration: none; }
.footer-bottom a:hover { color: #c4844a; }

/* ==================== 4. 通用组件样式 ==================== */
.btn, button, .submit-btn, .search-form button, .slideshow-btn { 
    padding: 10px 20px; 
    background: var(--primary); 
    color: #fff; 
    border: none; 
    border-radius: 8px; 
    font-size: 14px; 
    cursor: pointer; 
    transition: all 0.3s;
}
.btn:hover, button:hover, .submit-btn:hover, .search-form button:hover, .slideshow-btn:hover { 
    background: var(--primary-dark); 
}
.btn-primary { background: var(--primary); }
.btn-secondary { background: #6b7280; }

.card, .form-card, .booking-card, .guestbook-list-section, .member-list, .news-detail-content, .page-content, .search-form { 
    background: #fff; 
    border-radius: 12px; 
    padding: 20px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.05); 
}

.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 500; color: var(--text-dark); }
.form-group input, .form-group textarea, .form-group select { 
    width: 100%; 
    padding: 12px 15px; 
    border: 1px solid var(--border); 
    border-radius: 8px; 
    font-size: 14px; 
    transition: all 0.3s; 
    box-sizing: border-box; 
    background: #fff; 
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { 
    outline: none; 
    border-color: var(--primary); 
    box-shadow: 0 0 0 3px rgba(26, 176, 189, 0.1); 
}
.form-group textarea { min-height: 100px; resize: vertical; }

.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.pagination a { padding: 8px 16px; background: #fff; border: 1px solid var(--border); border-radius: 6px; text-decoration: none; color: #333; transition: all 0.3s; }
.pagination a:hover, .pagination a.active { background: var(--primary); color: #fff; border-color: var(--primary); }

.page-header, .services-header, .guestbook-header, .news-header, .member-list-header, .news-detail-header, .page-header { 
    background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); 
    color: #fff; 
    padding: 60px 0; 
    text-align: center; 
}
.page-header h1, .services-header h1, .guestbook-header h1, .news-header h1, .member-list-header h1, .news-detail-header h1, .page-header h1 { 
    font-size: 36px; 
    margin-bottom: 15px; 
}
.page-header p, .services-header p, .guestbook-header p, .news-header p, .member-list-header p, .news-detail-header p, .page-header p { 
    font-size: 16px; 
    opacity: 0.9; 
}

.breadcrumb { font-size: 14px; margin-bottom: 15px; }
.breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { margin: 0 8px; color: rgba(255,255,255,0.6); }

.alert { padding: 15px 20px; border-radius: 8px; margin-bottom: 20px; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

.modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; }
.modal-overlay.show { display: flex; }
.modal-content { background: #fff; border-radius: 16px; padding: 40px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 20px 60px rgba(0,0,0,0.2); animation: modalSlideIn 0.3s ease; }
@keyframes modalSlideIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.modal-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.modal-icon i { font-size: 40px; color: #fff; }
.modal-title { font-size: 22px; font-weight: 600; color: #333; margin-bottom: 12px; }
.modal-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 24px; }
.modal-btn { display: inline-block; padding: 12px 40px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; border: none; border-radius: 25px; font-size: 15px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.modal-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26, 176, 189, 0.3); }

/* ==================== 5. 页面特定样式 ==================== */
.slideshow-container { position: relative; width: 100%; margin: 0 auto 15px; overflow: hidden; z-index: 1; }
.slideshow-wrapper { position: relative; width: 100%; height: auto; min-height: 300px; overflow: hidden; margin: 0; padding: 0; }
.slideshow-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease-in-out; display: flex; align-items: center; justify-content: center; }
.slideshow-slide.active { opacity: 1; }
.slideshow-content { position: relative; width: 1200px; max-width: 100%; height: auto; display: flex; align-items: center; justify-content: center; }
.slideshow-image { max-width: 100%; height: auto; object-fit: contain; }
.slideshow-text { position: absolute; background: transparent; color: #fff; padding: 0; border-radius: 8px; text-align: left; max-width: 80%; display: none; bottom: 40px; left: 50%; transform: translateX(-50%); }
.slideshow-slide.active .slideshow-text { display: block; }
.slideshow-text h3 { font-size:36px; margin-bottom: 10px; }
.slideshow-text p { font-size: 16px; margin: 0; }
.slideshow-buttons { position: absolute; display: none; gap: 15px; z-index: 20; }
.slideshow-slide.active .slideshow-buttons { display: flex; }
.slideshow-btn { padding: 10px 25px; border-radius: 8px; font-size: 18px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; white-space: nowrap; }
.slideshow-btn-primary { background: #22c55e; color: #fff; border: 2px solid #22c55e; }
.slideshow-btn-primary:hover { background: #16a34a; transform: translateY(-2px); border: 2px solid #16a34a; }
.slideshow-btn-secondary { background: #209bb9; color: #fff; border: 2px solid #209bb9; }
.slideshow-btn-secondary:hover { background: #209bb9; transform: translateY(-2px); border: 2px solid #209bb9; }
.slideshow-dots { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.slideshow-dot { width: 30px; height: 4px; border-radius: 2px; background: rgba(255, 255, 255, 0.5); cursor: pointer; transition: all 0.3s; }
.slideshow-dot.active { background: #fff; transform: scale(1.2); }
.slideshow-dot:hover { background: rgba(255, 255, 255, 0.8); }
.slideshow-nav { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0; z-index: 10; pointer-events: none; }
.slideshow-nav-prev, .slideshow-nav-next { width: 44px; height: 64px; border-radius: 5px; background: rgba(68,68,68,0.2); opacity:0.5; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: auto; transition: all 0.3s; }
.slideshow-nav-prev:hover, .slideshow-nav-next:hover { background: #444; transform: scale(1.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
.slideshow-nav-prev i, .slideshow-nav-next i { font-size: 18px; color: #ffffff; }

.banner { height: 200px; background: linear-gradient(90deg, #2d8cf0, #56abff); color: #fff; display: flex; align-items: center; justify-content: center; margin: 15px 0; border-radius: 8px; }
.card { background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin: 10px 0; }
.avatar { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 2px solid #2d8cf0; }
.form-item { margin: 15px 0; }
.form-item label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-item input, .form-item textarea, .form-item select { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }

.service-sidebar { position: fixed; right: 10px; bottom: 80px; width: 180px; background: #fff; border-radius: 0 0 12px 12px; z-index: 999; overflow: hidden; border: 1px solid #e8e8e8; transition: all 0.3s ease; opacity: 0; width: 0; }
.service-sidebar.expanded { opacity: 1; width: 180px; overflow: visible !important; }

.slideshow-slide.active .slideshow-text {
    display: block;
}
.slideshow-slide.active .slideshow-buttons {
    display: flex;
}
.slideshow-text h3 {
    font-size:36px;
    margin-bottom: 10px;
}
.slideshow-text p {
    font-size: 16px;
    margin: 0;
}
.slideshow-buttons {
    position: absolute;
    display: none;
    gap: 15px;
    z-index: 20;
}
.slideshow-btn {
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.slideshow-btn-primary {
   background: #22c55e;
    color: #fff;
    border: 2px solid #22c55e;
}
.slideshow-btn-primary:hover {
    background: #16a34a;
	transform: translateY(-2px);
	 border: 2px solid #16a34a;
}
.slideshow-btn-secondary {
    background: #209bb9;
    color: #fff;
    border: 2px solid #209bb9;
}
.slideshow-btn-secondary:hover {
    background: #209bb9;
	border: 2px solid #209bb9;
    transform: translateY(-2px);

}
.slideshow-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
.slideshow-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0;
    z-index: 10;
    pointer-events: none;
}
.slideshow-nav-prev,
.slideshow-nav-next {
    width: 44px;
    height: 64px;
    border-radius: 5px;
    background: rgba(68,68,68,0.2);
    opacity:0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s;

}
.slideshow-nav-prev:hover,
.slideshow-nav-next:hover {
    background: #444;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.slideshow-nav-prev i,
.slideshow-nav-next i {
    font-size: 18px;
    color: #ffffff;
}
.slideshow-dot {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}
.slideshow-dot.active {
    background: #fff;
    transform: scale(1.2);
}
.slideshow-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
    .slideshow-container {
        margin: 0;
    }
    .slideshow-wrapper {
        height: auto;
        min-height: 200px;
    }
    .slideshow-content {
        width: 100%;
    }
    .slideshow-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .slideshow-text {
        bottom: 20px;
        padding: 15px 20px;
        max-width: 90%;
    }
    .slideshow-text h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .slideshow-text p {
        font-size: 14px;
    }
    .slideshow-nav {
        display: none;
    }
    .slideshow-buttons {
        bottom: 70px;
        gap: 10px;
    }
    .slideshow-btn {
        padding: 8px 18px;
        font-size: 12px;
    }
}
/* 卡片 */
.card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin: 10px 0;
}
/* 头像 */
.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2d8cf0;
}
/* 表单 */
.form-item {
    margin: 15px 0;
}
.form-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-item input, .form-item textarea, .form-item select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
button {
    background: #2d8cf0;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
/* 底部 - 暖灰温馨配色 */
.footer {
    background: #f2f2f2;
    color: #4a4035;
    padding: 50px 0 0;
    margin-top: 50px;
    border-top: 1px solid #e8e0d5;
}
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-main {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}
.footer-col {
    min-width: 0;
}
.footer-contact-col {
    padding-right: 20px;
	border-right:1px solid #dedede;
}
.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #d4a574;
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333333;
}
.footer-contact-list li i {
    width: 20px;
    text-align: center;
    color: #333333;
    margin-top: 3px;
}
.footer-contact-list li a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-contact-list li a:hover {
    color: #333333;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links li a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
}
.footer-links li a:hover {
    color: #c4844a;
    padding-left: 5px;
}
.footer-bottom {
    text-align: center;
    padding: 20px;
}
.footer-bottom p,
.footer-bottom a {
    margin: 0;
    font-size: 13px;
    color: #9a9085;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #c4844a;
}
/* 响应式 */
@media (max-width: 768px) {
    .nav a {
        padding: 0 8px;
        font-size: 12px;
    }
    .banner {
        height: 150px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-contact-col {
        padding-right: 0;
        border-right: none;
    }
    .footer {
        padding: 30px 0 15px;
    }
    /* 移动端隐藏后三列（菜单列） */
    .footer-col:not(.footer-contact-col) {
        display: none;
    }
}


/* 客服侧边栏 */
.service-sidebar {
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 180px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    opacity: 0;
    width: 0;
}
.service-sidebar.expanded {
    opacity: 1;
    width: 180px;
    overflow: visible !important;
}
.service-sidebar.expanded .service-content {
    display: block;
    overflow: visible;
}
.service-toggle-btn {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
}
.service-toggle-btn:hover {
    background: #f5f5f5;
}
.service-toggle-btn i {
    font-size: 18px;
    color: #ff0000;
}
.service-sidebar.expanded + .service-toggle-btn {
    display: none;
}
.service-sidebar:not(.expanded) + .service-toggle-btn {
    display: flex;
}
.service-sidebar-header {
    padding: 14px 16px 14px 20px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-sidebar-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.service-sidebar-header h3 i {
    font-size: 16px;
    color: #666;
}
.service-close-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}
.service-close-btn:hover {
    background: #eee;
    color: #666;
}
.service-content {
    padding: 5px 0;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    border-bottom: 1px solid #f5f5f5;
}
.service-item:last-child {
    border-bottom: none;
}
.service-item i {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 14px;
    flex-shrink: 0;
}
.service-item a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
}
.service-item a:hover {
    color: #1890ff;
}
.service-qrcode {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
}
.service-qrcode:last-child {
    border-bottom: none;
}
.service-qrcode i {
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    font-size: 14px;
    flex-shrink: 0;
}
.service-qrcode span {
    font-size: 13px;
    color: #333;
    white-space: nowrap;
}
.service-qrcode-img {
    display: none;
    position: absolute;
    right: 190px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    z-index: 1001;
}
.service-qrcode:hover .service-qrcode-img {
    display: block;
}
.service-qrcode-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.service-qrcode-img::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left-color: #fff;
}

/* 响应式新样式 */
@media (max-width: 1139px) {
    .nav { height: 60px; }
    .nav .container { height: 60px; padding: 0 15px; }
    .nav-left { gap: 0; }
    .nav-right { gap: 10px; justify-content: flex-end; }
    .nav-logo { display: none; }
    .nav-logo-mobile { display: block; height: 40px; object-fit: contain; }
    .nav-center { display: none; }
    .nav-phone { display: none; }
    .nav-mobile-toggle { display: flex !important; width: auto; min-width: 30px; justify-content: flex-end !important; }
    .nav-mobile-menu { display: block; }
    .service-sidebar { display: none; }
    .service-toggle-btn { display: none !important; }
    .user-avatar-link { display: none !important; visibility: hidden; }
    .pc-login-link { display: none !important; }
    .pc-separator { display: none !important; }
    .mobile-avatar-only { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; margin-right: 8px; cursor: pointer; display: block !important; flex-shrink: 0; -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; }
    .mobile-avatar-only:active { background: transparent !important; }
    .nav-mobile-toggle { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; }
    .nav-mobile-toggle:active { background: transparent !important; }
}

@media (min-width: 1140px) {
    .nav-mobile-toggle { display: none !important; }
    .nav-mobile-menu { display: none; }
    .mobile-avatar-only { display: none !important; }
    .pc-separator { display: inline !important; }
    .user-avatar-link { display: inline-block !important; }
    .pc-login-link { color: #1890ff !important; text-decoration: none; padding: 5px 10px; font-size: 14px; display: inline-block !important; background: transparent !important; }
    .pc-login-link:hover { color: #40a9ff !important; }
    .pc-login-link.active { color: #1890ff; font-weight: bold; }
}

/* 移动端底部导航 */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 8px 0;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6b7280;
    font-size: 12px;
    padding: 4px 0;
    flex: 1;
    transition: color 0.2s;
}

.mobile-nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
}

.mobile-nav-item span {
    font-size: 10px;
    line-height: 1.2;
}

.mobile-nav-item:hover,
.mobile-nav-item:active {
    color: #1890ff;
}

@media (max-width: 1139px) {
    .mobile-bottom-nav {
        display: flex;
    }
    
    .footer {
        padding-bottom: 60px;
    }
    
    .service-toggle-btn {
        bottom: 70px !important;
    }
}

/* ==================== 首页内联CSS合并 ==================== */
/* 服务分类模块 */
.service-categories-section {
    padding: 60px 0;
    background: #f8fafc;
}
.section-header {
    text-align: center;
    margin-bottom: 40px;
}
.news-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}
.news-tab {
    padding: 8px 20px;
    background: #fff;
    color: #0891b2;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.news-tab:hover {
    background: #0891b2;
    color: #fff;
}
.service-categories-section .section-title,.featured-services-section .section-title,.company-news-section .section-title,.new-housekeepers-section .section-title{
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.service-categories-section .section-title i,.featured-services-section .section-title i ,.company-news-section .section-title i,.new-housekeepers-section .section-title i{
    color: #0891b2;
}
.service-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}
.service-category-card {
    padding:40px;
    border-radius:12px;
    overflow: hidden;
    text-decoration: none;
    background:#ffffff;
}
.service-category-card:hover {
    transform: translateY(-4px);
}
.category-img {
    width: 100%;
    height: auto;
    display: block;
}
.category-img-placeholder {
    width: 100%;
    height: auto;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-img-placeholder i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
}
.category-name {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #fff;
}
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #0891b2;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.view-all-btn:hover {
    background: #0e7490;
    color: #fff;
}

/* 关于我们模块 */
.about-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-content {
    padding-right: 20px;
}
.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 16px;
}
.about-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #22d3ee);
    border-radius: 2px;
}
.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 32px;
}
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(8, 145, 178, 0.3);
}
.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.4);
}
.about-btn i {
    transition: transform 0.3s ease;
}
.about-btn:hover i {
    transform: translateX(4px);
}
.about-image {
    position: relative;
}
.about-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.about-image:hover img {
    transform: scale(1.02);
}
.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid #0891b2;
    border-radius: 16px;
    z-index: -1;
    opacity: 0.3;
}

/* 推荐服务模块 */
.featured-services-section {
    padding: 80px 0;
    background: #fff;
}
.featured-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.featured-service-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: inherit;
}
.featured-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(8, 145, 178, 0.15);
}
.featured-service-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.featured-service-img-placeholder {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-service-img-placeholder i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.9);
}
.featured-service-body {
    padding: 20px;
}
.featured-service-category {
    font-size: 12px;
    color: #0891b2;
    background: rgba(8, 145, 178, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.featured-service-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 10px 0;
}
.featured-service-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 15px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.featured-service-price {
    font-size: 22px;
    font-weight: 700;
    color: #e74c3c;
}
.featured-service-btn {
    padding: 8px 20px;
    background: linear-gradient(135deg, #0891b2, #0e7490);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.featured-service-btn:hover {
    background: linear-gradient(135deg, #0e7490, #0891b2);
    color: #fff;
    transform: scale(1.05);
}

/* 公司动态模块 */
.company-news-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.news-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.news-left {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.news-featured-item {
    width: 100%;
}
.news-featured-link {
    display: flex;
    gap: 20px;
    text-decoration: none;
    align-items: center;
}
.news-featured-img {
    width: 280px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.news-featured-link:hover .news-featured-img img {
    transform: scale(1.05);
}
.news-featured-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.news-featured-placeholder i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}
.news-featured-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-featured-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.news-featured-summary {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-right {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.news-right .news-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.news-right .news-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    transition: all 0.3s ease;
}
.news-list-item:last-child {
    border-bottom: none;
}
.news-list-item:hover {
    background: #f8fafc;
    margin: 0 -15px;
    padding: 16px 15px;
    border-radius: 8px;
}
.news-dot {
    width: 8px;
    height: 8px;
    background: #0891b2;
    border-radius: 50%;
    flex-shrink: 0;
}
.news-list-title {
    flex: 1;
    font-size: 15px;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-time {
    font-size: 13px;
    color: #94a3b8;
    flex-shrink: 0;
}
.section-footer {
    margin-top: 40px;
    text-align: center;
}

/* 新加入家政员模块 */
.new-housekeepers-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.new-housekeepers-section .housekeepers-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.new-housekeepers-section .housekeeper-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}
.housekeeper-card:hover {
    transform: translateY(-5px);
}
.new-housekeepers-section .housekeeper-avatar {
    width: 140px;
    height: 165px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    background: #f0f0f0;
}
.housekeeper-card:hover .housekeeper-avatar {
    box-shadow: 0 8px 25px rgba(8, 145, 178, 0.25);
}
.housekeeper-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.housekeeper-avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.housekeeper-avatar-placeholder i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
}
.new-housekeepers-section .housekeeper-name {
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    text-align: center;
}

/* 客户评价模块 */
.reviews-section {
    background: linear-gradient(135deg, #faf8f5 0%, #f0ebe3 100%);
    padding: 50px 0;
    margin-top: 40px;
    overflow: hidden;
}
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.reviews-header h3 {
    font-size: 24px;
    color: #2c2419;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.reviews-header h3 i {
    color: #c4844a;
}
.reviews-more {
    color: #6b5d4d;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}
.reviews-more:hover {
    color: #c4844a;
}
.reviews-marquee-wrapper {
    width: 100%;
    overflow: hidden;
}
.reviews-marquee {
    display: flex;
    animation: marquee 40s linear infinite;
}
.reviews-marquee:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.reviews-track {
    display: flex;
    gap: 20px;
    padding: 10px;
    flex-shrink: 0;
}
.review-card {
    flex-shrink: 0;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e8e0d5;
}
.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.review-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c4844a 0%, #d4a574 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.review-info {
    display: flex;
    flex-direction: column;
}
.review-name {
    font-weight: 600;
    color: #2c2419;
    font-size: 15px;
}
.review-date {
    font-size: 12px;
    color: #9a9085;
    margin-top: 3px;
}
.review-content {
    color: #5c5045;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    position: relative;
    padding: 0 20px;
}
.review-content::before,
.review-content::after {
    font-family: Georgia, serif;
    font-size: 36px;
    color: #c4844a;
    opacity: 0.4;
    line-height: 1;
    position: absolute;
}
.review-content::before {
    content: '"';
    left: 0;
    top: -5px;
}
.review-content::after {
    content: '"';
    right: 0;
    bottom: -15px;
}
.review-stars {
    display: flex;
    gap: 4px;
    margin-top: 8px;
    margin-bottom: 10px;
}
.review-stars i {
    color: #ffc107;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.review-reply {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #27ae60;
    background: rgba(39, 174, 96, 0.1);
    padding: 4px 10px;
    border-radius: 20px;
}

/* 首页响应式样式 */
@media (max-width: 768px) {
    .service-category-card {
        padding: 0;
        border-radius: 12px;
        overflow: hidden;
        text-decoration: none;
        background: none;
    }
    .service-categories-section {
        padding: 40px 0;
    }
    .service-categories-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .category-name {
        padding: 10px 2px;
        font-size: 14px;
		background: none;
    }
    .about-section {
        padding: 50px 0;
    }
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .about-content {
        padding-right: 0;
        order: 2;
    }
    .about-image {
        order: 1;
    }
    .about-image::before {
        display: none;
    }
    .about-title {
        font-size: 28px;
        text-align: center;
    }
    .about-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-text {
        text-align: center;
        font-size: 15px;
    }
    .about-btn {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }
    .featured-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .featured-services-section {
        padding: 50px 0;
    }
    .featured-services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .featured-service-img,
    .featured-service-img-placeholder {
        height: 160px;
    }
    .featured-service-title {
        font-size: 16px;
    }
    .news-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .company-news-section {
        padding: 40px 0;
    }
    .news-featured-link {
        flex-direction: column;
        gap: 15px;
    }
    .news-featured-img {
        width: 100%;
        height: 180px;
    }
    .news-featured-title {
        font-size: 16px;
    }
    .news-featured-summary {
        font-size: 13px;
    }

.new-housekeepers-section {
        padding: 40px 0;
    }
.new-housekeepers-section .housekeepers-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
.new-housekeepers-section .housekeeper-avatar {
        width: 80px;
        height: 80px;
    }
.new-housekeepers-section .housekeeper-name {
        font-size: 13px;
    }
    .reviews-section {
        padding: 30px 0;
    }
    .reviews-header h3 {
        font-size: 18px;
    }
    .review-card {
        width: 280px;
        padding: 15px;
    }
}

/* ==================== 服务列表页CSS ==================== */
.services-page { min-height: 100vh; background: #f5f5f5; }
.services-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.services-header h1 { font-size: 36px; margin-bottom: 15px; }
.services-header p { font-size: 16px; opacity: 0.9; }
.category-nav { background: #fff; padding: 20px 0; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.category-list { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; }
.category-item { padding: 10px 25px; border-radius: 30px; background: #f5f5f5; color: #333; text-decoration: none; transition: all 0.3s; font-size: 14px; }
.category-item:hover, .category-item.active { background: #0891b2; color: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; padding-bottom: 60px; }
.service-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: transform 0.3s, box-shadow 0.3s; }
.service-img { width: 100%; height: 280px; object-fit: cover; background: #f0f0f0; }
.service-img-placeholder { width: 100%; height: 200px; display: flex; align-items: center; justify-content: center; background: #f5f5f5; color: #ccc; font-size: 48px; }
.service-body { padding: 20px; }
.service-category { font-size: 12px; color: var(--primary); background: rgba(26, 176, 189, 0.1); padding: 4px 12px; border-radius: 20px; display: inline-block; margin-bottom: 10px; }
.service-title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px; }
.service-desc { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 15px; max-height: 45px; overflow: hidden; }
.service-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid #eee; }
.service-price { font-size: 22px; color: #e74c3c; font-weight: 700; }
.service-price small { font-size: 14px; font-weight: 400; color: #999; }
.service-btn { padding: 10px 25px; background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; border-radius: 25px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; box-shadow: 0 2px 8px rgba(26, 176, 189, 0.3); }
.service-btn:hover { background: linear-gradient(135deg, #0c7285 0%, #095a6b 100%); border-color: #095a6b; box-shadow: 0 4px 12px rgba(26, 176, 189, 0.4); transform: translateY(-2px); }
.service-card-link { text-decoration: none; display: block; color: inherit; cursor: pointer; }
.service-card-link:hover .service-card { transform: translateY(-8px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }

.empty-state { grid-column: 1 / -1; text-align: center; padding: 80px 20px; background: #fff; border-radius: 12px; }
.empty-state i { font-size: 64px; color: #ddd; margin-bottom: 20px; }
.empty-state h3 { font-size: 20px; color: #666; margin-bottom: 10px; }
.empty-state p { color: #999; }
@media (max-width: 768px) {
    .services-header { padding: 40px 0; }
    .services-header h1 { font-size: 28px; }
    .category-item { padding: 8px 18px; font-size: 13px; }
    .services-grid { grid-template-columns: 1fr; gap: 15px; padding: 0 15px 40px; }
}

/* ==================== 单身列表页CSS ==================== */
.single-list-page { background: linear-gradient(135deg, #fdf5f5 0%, #fff5f5 100%); min-height: 100vh; }
.single-list-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.single-list-page .page-header { text-align: center; padding: 60px 0; background: linear-gradient(135deg, #e91e63 0%, #ff6b9d 100%); color: white; }
.single-list-page .page-header h1 { margin: 0; font-size: 36px;  }
.single-list-page .page-header p { margin: 10px 0 0 0; opacity: 0.9; font-size: 16px; }
.single-list-container .filter-section { background: white; padding: 25px; border-radius: 15px; box-shadow: 0 4px 20px rgba(233, 30, 99, 0.1); margin-bottom: 30px; }
.single-list-container .filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; align-items: end; }
.single-list-container .filter-group { display: flex; flex-direction: column; }
.single-list-container .filter-label { font-weight: 600; color: #333; margin-bottom: 8px; font-size: 14px; }
.single-list-container .filter-input { padding: 10px 15px; border: 2px solid #fce4ec; border-radius: 10px; font-size: 14px; transition: all 0.3s; }
.single-list-container .filter-input:focus { border-color: #e91e63; box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1); outline: none; }
.single-list-container .filter-button { background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%); color: white; border: none; padding: 12px 30px; border-radius: 25px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.single-list-container .filter-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 30, 99, 0.3); }
.single-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-bottom: 30px; }
.single-card { display: block; background: white; border-radius: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; border: 2px solid transparent; text-decoration: none; color: inherit; position: relative; }
.single-card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(233, 30, 99, 0.2); border-color: #e91e63; }
.single-list-container .card-header { background: linear-gradient(135deg, #e91e63 0%, #ff6b9d 100%); color: white; padding: 25px 20px; text-align: center; position: relative; }
.single-avatar { width: 90px; height: 90px; border-radius: 50%; border: 5px solid rgba(255,255,255,0.4); object-fit: cover; margin-bottom: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.single-name { font-size: 1.3rem; font-weight: 600; margin: 0; }
.single-age { font-size: 0.9rem; opacity: 0.9; margin: 5px 0 0 0; }
.vip-badge { position: absolute; top: 10px; right: 10px; background: linear-gradient(135deg, #ffd700, #ffaa00); color: #333; padding: 3px 10px; border-radius: 10px; font-size: 0.7rem; font-weight: 700; }
.card-body { padding: 20px; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 15px; }
.info-item { display: flex; flex-direction: column; }
.info-label { font-size: 0.75rem; color: #999; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.info-value { font-size: 0.9rem; color: #333; font-weight: 600; }
.single-intro { background: linear-gradient(135deg, #fff5f7 0%, #fff0f3 100%); padding: 12px; border-radius: 10px; margin-top: 10px; }
.intro-label { font-size: 0.75rem; color: #e91e63; margin-bottom: 5px; font-weight: 600; }
.intro-value { font-size: 0.85rem; color: #666; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-footer { padding: 15px 20px; background: #fff5f7; border-top: 1px solid #fce4ec; text-align: center; }
.single-list-page .view-profile-btn { background: linear-gradient(135deg, #e91e63 0%, #ff6b9d 100%); color: white; border: none; padding: 10px 25px; border-radius: 25px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3); }
.single-list-page .view-profile-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4); }

.empty-state { text-align: center; padding: 80px 20px; color: #666; }
.empty-state i { font-size: 5rem; margin-bottom: 20px; opacity: 0.4; color: #e91e63; }
.empty-state h3 { margin: 0 0 10px 0; color: #333; }
.stats-bar { display: flex; justify-content: center; gap: 40px; margin-top: 20px; }
.stat-item { text-align: center; }
.stat-num { font-size: 1.5rem; font-weight: 700; }
.stat-text { font-size: 0.8rem; opacity: 0.8; }
@media (max-width: 768px) {
    .single-grid { grid-template-columns: 1fr 1fr; }
    .filter-grid { grid-template-columns: 1fr; }
    .page-header h1 { font-size: 2rem; }
    .stats-bar { gap: 20px; }
}
@media (max-width: 480px) {
    .single-grid { grid-template-columns: 1fr; }
}

/* ==================== 家政员列表页CSS ==================== */
.housekeeper-list-page { background: #f5f5f5; min-height: 100vh; }
.housekeeper-list-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.housekeeper-list-page .page-header { text-align: center; padding: 60px 0; background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: white; }
.housekeeper-list-page .page-header h1 { margin: 0; font-size: 36px; }
.housekeeper-list-page .page-header p { margin: 10px 0 0 0; opacity: 0.9; font-size: 16px; }
.housekeeper-list-container .filter-section { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; }
.housekeeper-list-container .filter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; align-items: end; }
.housekeeper-list-container .filter-group { display: flex; flex-direction: column; }
.housekeeper-list-container .filter-label { font-weight: 600; color: #333; margin-bottom: 8px; font-size: 14px; }
.housekeeper-list-container .filter-input { padding: 10px 15px; border: 2px solid #e9ecef; border-radius: 8px; font-size: 14px; transition: all 0.3s; }
.housekeeper-list-container .filter-input:focus { border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); outline: none; }
.housekeeper-list-container .filter-button { background: #1ab0bd; color: white; border: none; padding: 12px 30px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.housekeeper-list-container .filter-button:hover { background: #0c7285; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(26, 176, 189, 0.3); }

.housekeeper-list-container .housekeeper-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-bottom: 30px; }
.housekeeper-list-container .housekeeper-card { display: block; background: white; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; border: 1px solid #f0f0f0; text-decoration: none; color: inherit; }
.housekeeper-list-container .housekeeper-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.card-header { background: linear-gradient(135deg, #1a8fa0 0%, #2ca3b8 100%); color: white; padding: 20px; text-align: center; }
.housekeeper-avatar { width: 80px; height: 80px; border-radius: 50%; border: 4px solid rgba(255,255,255,0.3); object-fit: cover; margin-bottom: 10px; }
.housekeeper-name { font-size: 1.4rem; font-weight: 600; margin: 0; }
.housekeeper-position { font-size: 0.9rem; opacity: 0.9; margin: 5px 0 0 0; }
.housekeeper-ability { background: #f8f9fa; padding: 10px 15px; border-radius: 8px; margin-top: 10px; }
.ability-label { font-size: 0.8rem; color: #666; margin-bottom: 5px; }
.ability-value { font-size: 0.9rem; color: #333; line-height: 1.4; }

.housekeeper-list-page .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; }
.housekeeper-list-page  .info-item { display: flex; flex-direction: column; }
.housekeeper-list-page .info-label { font-size: 0.8rem; color: #666; margin-bottom: 3px; font-weight: 500; }
.housekeeper-list-page  .info-value { font-size: 0.95rem; color: #333; font-weight: 600; }
.housekeeper-list-page .housekeeper-ability { background: #f8f9fa; padding: 10px 15px; border-radius: 8px; margin-top: 10px; }
.housekeeper-list-page .ability-label { font-size: 0.8rem; color: #666; margin-bottom: 5px; }
.housekeeper-list-page .ability-value { font-size: 0.9rem; color: #333; line-height: 1.4; }

.card-footer { padding: 15px 20px; background: #f8f9fa; border-top: 1px solid #e9ecef; text-align: center; }
.view-profile-btn { background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; border: none; padding: 8px 20px; border-radius: 20px; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.3s; }
.view-profile-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3); }
.empty-state { text-align: center; padding: 60px 20px; color: #666; }
.empty-state i { font-size: 4rem; margin-bottom: 20px; opacity: 0.5; }
.empty-state h3 { margin: 0 0 10px 0; color: #333; }
@media (max-width: 768px) {
.housekeeper-list-container .housekeeper-grid { grid-template-columns: 1fr; }
.housekeeper-list-container .filter-grid { grid-template-columns: 1fr; }
.housekeeper-list-container .page-header h1 { font-size: 2rem; }
.housekeeper-list-container { padding: 0 15px; }
}

/* ==================== 家政员详情页CSS ==================== */
.detail-page { min-height: 100vh; background: #f5f5f5; }
.detail-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.detail-header h1 { font-size: 36px; margin-bottom: 15px; }
.detail-header p { font-size: 16px; opacity: 0.9; }
.detail-container { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; }
.resume-header { background: white; border-radius: 20px 20px 0 0; padding: 40px; text-align: center; position: relative; overflow: hidden; }
.resume-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #1a8fa0, #0c7285, #1a8fa0); }
.avatar-large { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 5px solid #f0f0f0; box-shadow: 0 10px 30px rgba(0,0,0,0.15); margin-bottom: 20px; }
.phone { font-size: 28px; font-weight: bold; color: white; margin-bottom: 8px; }
.realname { font-size: 22px; color: #666; margin-bottom: 15px; }
.tags { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
.tag { padding: 6px 16px; background: linear-gradient(135deg, #1a8fa0, #0c7285); color: white; border-radius: 20px; font-size: 14px; }
.resume-body { background: white; border-radius: 0 0 20px 20px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.detail-page .section { margin-bottom: 35px; }
.detail-page .section:last-child { margin-bottom: 0; }
.detail-page .section-title {font-size: 20px;font-weight: bold;color: #333;margin-bottom: 20px;padding-bottom: 12px;border-bottom: 3px solid #1a8fa0;display: flex;align-items: center;gap: 10px;}
.detail-page .section-title::before { content: ''; width: 8px; height: 24px; background: linear-gradient(180deg, #1a8fa0, #0c7285); border-radius: 4px; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.info-item { display: flex; flex-direction: column; gap: 6px; }
.info-label { font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 1px; }
.info-value { font-size: 16px; color: #333; font-weight: 500; }
.info-value.empty { color: #ccc; font-style: italic; }
.experience-text, .ability-text, .cards-text, .remark-text { background: #f8f9fa; padding: 20px; border-radius: 12px; line-height: 1.8; color: #555; border-left: 4px solid #1a8fa0; }
.cards-list { display: flex; gap: 10px; flex-wrap: wrap; }
.card-tag { padding: 8px 18px; background: #e8f5e9; color: #2e7d32; border-radius: 8px; font-size: 14px; border: 1px solid #c8e6c9; }
.photos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 15px; }
.photo-item { aspect-ratio: 1; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.photo-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.photo-item img:hover { transform: scale(1.1); }
.contact-bar { background: linear-gradient(135deg, #1a8fa0, #0c7285); padding: 25px; border-radius: 15px; text-align: center; margin-top: 30px; }
.contact-bar p { color: white; font-size: 18px; }
.back-btn { display: inline-block; padding: 12px 30px; background: white; color: #1a8fa0; text-decoration: none; border-radius: 25px; font-weight: bold; margin-bottom: 20px; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.back-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.status-badge { position: absolute; top: 20px; right: 20px; padding: 8px 20px; background: #4caf50; color: white; border-radius: 20px; font-size: 14px; }
.status-badge.pending { background: #ff9800; }
@media (max-width: 768px) {
    .detail-header { padding: 40px 0; }
    .detail-header h1 { font-size: 24px; }
    .resume-header, .resume-body { padding: 20px; }
    .avatar-large { width: 120px; height: 120px; }
    .info-grid { grid-template-columns: 1fr; }
    .photos-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==================== 单身详情页CSS ==================== */
.single-detail-page{min-height: 100vh;  background: linear-gradient(135deg, #fff5f7 0%, #fce4ec 100%); }
.single-detail-page .detail-header { background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%); color: #fff; padding: 60px 0; text-align: center; }

.single-detail-page .detail-header h1 { font-size: 36px; margin-bottom: 15px; }
.single-detail-page .detail-header p { font-size: 16px; opacity: 0.9; }

.single-detail-page .resume-header{ box-shadow: 0 10px 40px rgba(233, 30, 99, 0.15); }
.single-detail-page .resume-header::before { background: linear-gradient(90deg, #e91e63, #ff6b9d, #e91e63); }

.single-detail-page .avatar-large.single-avatar { border: 6px solid #fce4ec; box-shadow: 0 10px 30px rgba(233, 30, 99, 0.25); }
.single-detail-page .realname-display { font-size: 28px; font-weight: bold; color: #333; margin-bottom: 10px; }
.single-detail-page .age-display { font-size: 18px; color: #666; margin-bottom: 15px; }
.single-detail-page .tags { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
.single-detail-page .tag { padding: 8px 20px; background: linear-gradient(135deg, #e91e63, #c2185b); color: white; border-radius: 25px; font-size: 14px; font-weight: 500; }
.single-detail-page .tag .secondary { background: linear-gradient(135deg, #fce4ec, #f8bbd9); color: #c2185b; }

.single-detail-page .resume-body { background: white; border-radius: 0 0 20px 20px; padding: 40px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
.single-detail-page .section { margin-bottom: 35px; }
.single-detail-page .section:last-child { margin-bottom: 0; }
.single-detail-page .section-title { font-size: 20px; font-weight: bold; color: #333; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid #e91e63; display: flex; align-items: center; gap: 10px; }
.single-detail-page .section-title::before { content: '💕'; font-size: 24px; }
	
.single-detail-page .info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.single-detail-page .info-item { display: flex; flex-direction: column; gap: 6px; padding: 15px; background: linear-gradient(135deg, #fff5f7, #fce4ec); border-radius: 12px; }
.single-detail-page .info-label { font-size: 12px; color: #999; text-transform: uppercase; letter-spacing: 1px; }
.single-detail-page .info-value { font-size: 16px; color: #333; font-weight: 600; }
.single-detail-page .info-value.empty { color: #ccc; font-style: italic; }
.single-detail-page .intro-text { background: linear-gradient(135deg, #fff5f7, #fce4ec); padding: 25px; border-radius: 15px; line-height: 1.9; color: #555; border-left: 5px solid #e91e63; font-size: 15px; }
.single-detail-page .requirements-box { background: linear-gradient(135deg, #e3f2fd, #bbdefb); padding: 25px; border-radius: 15px; line-height: 1.9; color: #333; border-left: 5px solid #2196f3; }
.single-detail-page .requirements-title { font-size: 16px; font-weight: bold; color: #1976d2; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.single-detail-page .contact-bar { background: linear-gradient(135deg, #e91e63, #c2185b); padding: 30px; border-radius: 20px; text-align: center; margin-top: 30px; box-shadow: 0 10px 30px rgba(233, 30, 99, 0.3); }
.single-detail-page .contact-bar p { color: white; font-size: 18px; }
.single-detail-page .contact-bar .phone { font-size: 32px; font-weight: bold; margin-top: 10px; color: #fff; }
.single-detail-page .back-btn { display: inline-block; padding: 12px 30px; background: white; color: #e91e63; text-decoration: none; border-radius: 25px; font-weight: bold; margin-bottom: 20px; transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.single-detail-page .back-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233, 30, 99, 0.2); }
.single-detail-page .online-status { display: inline-block; width: 12px; height: 12px; background: #4caf50; border-radius: 50%; margin-right: 5px; animation: pulse 2s infinite; }
	    @keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
.single-detail-page .heart-decoration { position: absolute; font-size: 30px; opacity: 0.1; }
.single-detail-page .heart-1 { top: 20px; left: 20px; }
.single-detail-page .heart-2 { bottom: 20px; right: 20px; }
	




/* ==================== 文章列表页CSS ==================== */
.news-page { min-height: 100vh; background: #f5f5f5; }
.news-page .news-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.news-page .news-header h1 { font-size: 36px; margin-bottom: 15px; }
.news-page .news-header p { font-size: 16px; opacity: 0.9; }
.news-page .news-list { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.news-page .news-item { padding: 20px 0; border-bottom: 1px solid #eee; }
.news-page .news-item:last-child { border-bottom: none; }
.news-page .news-item-title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 10px; }
.news-page .news-item-title a { text-decoration: none; color: #333; transition: color 0.3s; }
.news-page .news-item-title a:hover { color: var(--primary); }
.news-page .news-item-time { font-size: 14px; color: #999; }
.news-page .news-item-meta { display: flex; gap: 15px; align-items: center; }
.news-page .news-item-category { font-size: 13px; padding: 3px 12px; background: rgba(8, 145, 178, 0.1); color: var(--primary); border-radius: 12px; text-decoration: none; transition: all 0.3s; }
.news-page .news-item-category:hover { background: var(--primary); color: #fff; }
@media (max-width: 768px) {
    .news-page .news-header { padding: 40px 0; }
    .news-page .news-header h1 { font-size: 28px; }
    .news-page .news-list { padding: 20px; }
}

/* ==================== 服务详情页CSS ==================== */
.detail-page.service-detail .breadcrumb { font-size: 14px; margin-bottom: 15px; }
.detail-page.service-detail .breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.detail-page.service-detail .breadcrumb a:hover { color: #fff; }
.detail-page.service-detail .breadcrumb span { margin: 0 8px; color: rgba(255,255,255,0.6); }
.detail-content { display: grid; grid-template-columns: 1fr 400px; gap: 30px; padding: 30px 0; }
.detail-main { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.detail-gallery { margin-bottom: 30px; }
.gallery-main { width: 100%; height: 400px; object-fit: cover; border-radius: 12px; background: #f5f5f5; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 15px; flex-wrap: wrap; }
.gallery-thumb { width: 80px; height: 60px; object-fit: cover; border-radius: 6px; cursor: pointer; opacity: 0.6; transition: all 0.3s; border: 2px solid transparent; }
.gallery-thumb:hover, .gallery-thumb.active { opacity: 1; border-color: var(--primary); }
.detail-title { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 15px; }
.detail-meta { display: flex; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.detail-meta span { font-size: 14px; color: #666; }
.detail-meta span i { margin-right: 5px; color: var(--primary); }
.detail-price { font-size: 32px; color: #e74c3c; font-weight: 700; margin-bottom: 25px; }
.detail-price small { font-size: 16px; font-weight: 400; color: #999; }
.detail-desc { margin-bottom: 30px; }
.detail-desc h3 { font-size: 18px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); }
.detail-desc p { color: #666; line-height: 1.8; }
.detail-body { margin-bottom: 30px; }
.detail-body h3 { font-size: 18px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); }
.detail-body p, .detail-body div { color: #666; line-height: 1.8; }
.booking-sidebar { position: sticky; top: 20px; }
.booking-card { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.booking-card h3 { font-size: 20px; color: #333; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid var(--primary); }
.booking-form .form-group { margin-bottom: 15px; }
.booking-form label { display: block; font-size: 14px; color: #666; margin-bottom: 6px; }
.booking-form input, .booking-form textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; box-sizing: border-box; }
.booking-form textarea { resize: vertical; min-height: 80px; }
.booking-form input:focus, .booking-form textarea:focus { outline: none; border-color: var(--primary); }
.captcha-row { display: flex; gap: 10px; }
.captcha-row input { flex: 1; }
.captcha-row img { height: 44px; border-radius: 8px; cursor: pointer; }
.booking-btn { width: 100%; padding: 15px; background: var(--primary); color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.3s; margin-top: 10px; }
.booking-btn:hover { background: #0c7285; }
.booking-success { background: #d4edda; color: #155724; padding: 20px; border-radius: 8px; text-align: center; margin-bottom: 20px; }
.booking-success i { font-size: 48px; margin-bottom: 15px; display: block; }
.booking-error { background: #f8d7da; color: #721c24; padding: 15px; border-radius: 8px; text-align: center; margin-bottom: 15px; }
.booking-close { display: none; padding: 10px; background: #f5f5f5; border-bottom: 1px solid #ddd; text-align: right; }
.booking-close button { background: none; border: none; font-size: 20px; cursor: pointer; padding: 5px 10px; }
.mobile-booking-btn { display: none; position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 9998; }
.mobile-booking-btn button { padding: 15px 40px;background: var(--primary);  color: #fff; border: none; border-radius: 30px; font-size: 16px; box-shadow: 0 4px 15px rgba(26, 176, 189, 0.4); }






.booking-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1998; }
.booking-overlay.open { display: block; }
.mobile-only { display: none; }
@media (max-width: 768px) {
    .detail-content { grid-template-columns: 1fr; }
    .detail-main { padding: 20px; }
    .gallery-main { height: 300px; }
    .detail-title { font-size: 22px; }
    .detail-price { font-size: 26px; }
    .booking-sidebar { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1999; display: none; pointer-events: none; }
    .booking-sidebar.open { display: block; pointer-events: auto; }
    .booking-card { position: relative; top: 50%; transform: translateY(-50%); max-height: 80vh; border-radius: 12px; overflow-y: auto; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.3); padding: 15px; margin: 0 auto; max-width: 320px; }
    .booking-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 2px solid var(--primary); margin-bottom: 12px; }
    .booking-header h3 { font-size: 16px; margin: 0; }
    .booking-close-btn { background: none; border: none; font-size: 18px; color: #666; cursor: pointer; padding: 4px 8px; }
    .booking-close-btn:hover { color: #333; }
    .mobile-booking-btn { display: block; }
    .mobile-only { display: inline-block; }
    .booking-card input, .booking-card textarea { pointer-events: auto !important; -webkit-user-select: text !important; user-select: text !important; background-color: #fff !important; color: #333 !important; -webkit-appearance: none; appearance: none; opacity: 1; padding: 8px 10px; font-size: 13px; }
    .booking-card input::placeholder, .booking-card textarea::placeholder { color: #999 !important; opacity: 1; }
    .booking-card input:focus, .booking-card textarea:focus { background-color: #fff !important; color: #333 !important; }
    .booking-card .form-group { pointer-events: auto !important; margin-bottom: 10px; }
    .booking-card .form-row { display: flex; gap: 10px; }
    .booking-card .form-row .form-group { flex: 1; }
    .booking-card label { color: #333 !important; font-size: 12px; margin-bottom: 4px; }
    .booking-card textarea { min-height: 50px; resize: none; }
    .booking-card .captcha-row { display: flex; gap: 8px; align-items: center; }
    .booking-card .captcha-row input { flex: 1; }
    .booking-card .captcha-row img { height: 36px; border-radius: 4px; }
    .booking-card .booking-btn { padding: 10px; font-size: 14px; margin-top: 8px; }
}

/* ==================== 留言板页CSS ==================== */
.guestbook-page { min-height: 100vh; background: #f5f5f5; }
.guestbook-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.guestbook-header h1 { font-size: 36px; margin-bottom: 15px; }
.guestbook-header p { font-size: 16px; opacity: 0.9; }
.guestbook-content { display: grid; grid-template-columns: 1fr 400px; gap: 30px; padding: 30px 0; }
.guestbook-list-section { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.guestbook-item { background: #f8f9fa; border-radius: 12px; padding: 25px; margin-bottom: 20px; border-left: 4px solid var(--primary); }
.guestbook-item-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.guestbook-item-name { font-weight: 600; color: var(--text-dark); font-size: 16px; }
.guestbook-item-name i { color: var(--primary); margin-right: 8px; }
.guestbook-item-type { display: inline-block; padding: 2px 10px; background: rgba(8, 145, 178, 0.1); color: var(--primary); border-radius: 12px; font-size: 12px; margin-left: 10px; }
.guestbook-item-time { font-size: 13px; color: #999; }
.guestbook-item-content { color: var(--text-dark); line-height: 1.8; margin-bottom: 15px; }
.guestbook-reply { background: #e8f4f8; border-radius: 8px; padding: 15px; margin-top: 15px; }
.guestbook-reply-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--primary); font-weight: 500; }
.guestbook-reply-content { color: var(--text-dark); line-height: 1.8; }
.guestbook-reply-time { font-size: 12px; color: #999; margin-top: 8px; }
.form-sidebar { position: sticky; top: 20px; }
.form-card { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
.form-card h2 { font-size: 20px; color: var(--text-dark); margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid var(--primary); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 500; color: var(--text-dark); }
.form-group label i { color: var(--primary); margin-right: 6px; }
.form-group input, .form-group textarea { width: 100%; padding: 6px 15px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; transition: all 0.3s; box-sizing: border-box; background: #fff; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(26, 176, 189, 0.1), 0 1px 6px rgba(0,0,0,0.15); transform: translateY(-1px); }
.form-group input:hover, .form-group textarea:hover { border-color: #bbb; }
.form-group textarea { min-height: 100px; resize: vertical; }
.radio-group { display: flex; flex-wrap: wrap; gap: 15px; padding: 10px 0; }
.radio-label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: normal; }
.radio-label input[type="radio"] { width: 18px; height: 18px; accent-color: var(--primary); cursor: pointer; }
.radio-label span { font-size: 14px; color: #333; }
.form-row { display: flex; gap: 15px; }
.form-row .form-group { flex: 1; }
.captcha-group { display: flex; gap: 15px; align-items: flex-end; }
.captcha-group .form-group { flex: 1; }
.captcha-group img { height: 36px; border-radius: 8px; cursor: pointer; border: 1px solid var(--border); }
.submit-btn { width: 100%; padding: 15px; background: var(--primary); color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 500; cursor: pointer; transition: background 0.3s; }
.submit-btn:hover { background: #0c7285; }
.alert { padding: 15px 20px; border-radius: 8px; margin-bottom: 20px; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--text-secondary); }
.empty-state i { font-size: 48px; margin-bottom: 15px; color: #ddd; }
.mobile-form-btn { display: none; position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); z-index: 9998; }
.mobile-form-btn button { padding: 15px 40px; background: var(--primary); color: #fff; border: none; border-radius: 30px; font-size: 16px; box-shadow: 0 4px 15px rgba(26, 176, 189, 0.4); cursor: pointer; }
.mobile-form-btn button:hover { background: #0c7285; }
.form-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1998; }
.form-overlay.open { display: block; }
.form-sidebar-mobile { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1999; display: none; pointer-events: none; }
.form-sidebar-mobile.open { display: block; pointer-events: auto; }
.form-card-mobile { position: relative; top: 50%; transform: translateY(-50%); max-height: 80vh; border-radius: 12px; overflow-y: auto; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.3); padding: 20px; margin: 0 auto; max-width: 350px; }
.form-header-mobile { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 2px solid var(--primary); margin-bottom: 20px; }
.form-header-mobile h2 { font-size: 18px; margin: 0; }
.close-mobile-btn { background: none; border: none; font-size: 24px; color: #666; cursor: pointer; padding: 4px 8px; }
.close-mobile-btn:hover { color: #333; }
.modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; }
.modal-overlay.show { display: flex; }
.modal-content { background: #fff; border-radius: 16px; padding: 40px; text-align: center; max-width: 400px; width: 90%; box-shadow: 0 20px 60px rgba(0,0,0,0.2); animation: modalSlideIn 0.3s ease; }
@keyframes modalSlideIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.modal-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.modal-icon i { font-size: 40px; color: #fff; }
.modal-title { font-size: 22px; font-weight: 600; color: #333; margin-bottom: 12px; }
.modal-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 24px; }
.modal-btn { display: inline-block; padding: 12px 40px; background: linear-gradient(135deg, var(--primary) 0%, #0c7285 100%); color: #fff; border: none; border-radius: 25px; font-size: 15px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.modal-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(26, 176, 189, 0.3); }
@media (max-width: 768px) {
    .guestbook-header { padding: 40px 0; }
    .guestbook-header h1 { font-size: 28px; }
    .guestbook-content { grid-template-columns: 1fr; }
    .guestbook-list-section { padding: 20px; }
    .guestbook-item { padding: 20px; }
    .form-sidebar { display: none; }
    .mobile-form-btn { display: block; }

    .form-card-mobile h2 { font-size: 16px; }
    .modal-content { padding: 30px 20px; }
    .modal-icon { width: 60px; height: 60px; }
    .modal-icon i { font-size: 30px; }
    .modal-title { font-size: 18px; }
}

/* ==================== 文章详情页CSS ==================== */
.news-detail-page { min-height: 100vh; background: #f5f5f5; }
.news-detail-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.news-detail-header h1 { font-size: 36px; margin-bottom: 15px; }
.news-detail-header p { font-size: 16px; opacity: 0.9; }
.news-detail-container { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; }
.news-detail-content { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.news-detail-title { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 15px; line-height: 1.4; }
.news-detail-time { font-size: 14px; color: #999; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #f5f5f5; }
.news-detail-body { font-size: 16px; line-height: 1.8; color: #333; }
.news-detail-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.news-detail-body p { margin-bottom: 20px; }
@media (max-width: 768px) {
    .news-detail-header { padding: 40px 0; }
    .news-detail-header h1 { font-size: 24px; }
    .news-detail-content { padding: 25px; }
    .news-detail-title { font-size: 22px; }
}

/* ==================== 单页详情CSS ==================== */
.page-detail { min-height: 100vh; background: #f5f5f5; }
.page-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.page-header h1 { font-size: 36px; margin-bottom: 15px; }
.page-header p { font-size: 16px; opacity: 0.9; }
.page-container { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; }
.page-content { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.page-title { font-size: 28px; font-weight: 700; color: #333; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid #f5f5f5; }
.page-body { font-size: 16px; line-height: 1.8; color: #333; }
.page-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.page-body p { margin-bottom: 20px; }
@media (max-width: 768px) {
    .page-header { padding: 40px 0; }
    .page-header h1 { font-size: 24px; }
    .page-content { padding: 25px; }
    .page-title { font-size: 22px; }
}

/* ==================== 会员列表页CSS ==================== */
.member-list-page { min-height: 100vh; background: #f5f5f5; }
.member-list-header { background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; padding: 60px 0; text-align: center; }
.member-list-header h1 { font-size: 36px; margin-bottom: 15px; }
.member-list-header p { font-size: 16px; opacity: 0.9; }
.member-list-container { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; }
.search-form { background: #fff; border-radius: 12px; padding: 20px; margin-bottom: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.search-form form { display: flex; gap: 10px; align-items: center; }
.search-form input { flex: 1; padding: 12px 15px; border: 2px solid #ddd; border-radius: 8px; font-size: 14px; transition: all 0.3s; }
.search-form input:focus { outline: none; border-color: var(--primary); }
.search-form button { padding: 12px 25px; background: linear-gradient(135deg, #1a8fa0 0%, #0c7285 100%); color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.search-form button:hover { box-shadow: 0 4px 12px rgba(26, 176, 189, 0.4); transform: translateY(-2px); }
.member-list { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.member-item { display: flex; align-items: center; gap: 20px; padding: 20px; border-bottom: 1px solid #eee; transition: all 0.3s; }
.member-item:last-child { border-bottom: none; }
.member-item:hover { background: #f8f9fa; }
.member-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary); }
.member-info { flex: 1; }
.member-phone { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 8px; }
.member-phone a { text-decoration: none; color: #333; transition: color 0.3s; }
.member-phone a:hover { color: var(--primary); }
.member-job { font-size: 14px; color: #666; }
@media (max-width: 768px) {
    .member-list-header { padding: 40px 0; }
    .member-list-header h1 { font-size: 28px; }
    .search-form form { flex-direction: column; }
    .search-form button { width: 100%; }
    .member-item { flex-direction: column; text-align: center; }
    .member-list { padding: 20px; }
}

/* ==================== 用户中心页CSS ==================== */
.user-center-page { background: #f8fafc; }
.user-center-page .container { background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); }
.user-center { display: flex; flex-direction: column; min-height: 100vh; }
.top-header { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); color: #fff; padding: 15px 10px; display: flex; justify-content: space-between; align-items: center; border-radius: 12px; margin-bottom: 25px; }
.header-left { display: flex; align-items: center; gap: 12px; }
.header-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.3); }
.header-user-info { display: flex; flex-direction: column; }
.header-nickname { font-size: 18px; font-weight: 600; }
.header-usertype { font-size: 15px; opacity: 0.85; }
.back-home-btn { background: rgba(255, 255, 255, 0.2); color: #fff; border: none; padding: 8px; border-radius: 8px; cursor: pointer; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: all 0.3s; text-decoration: none; }
.back-home-btn:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px); }
.main-content { display: flex; flex: 1; }
.sidebar { width: 280px; background: #fff; border-right: 1px solid #e2e8f0; padding: 20px; position: sticky; top: 0; height: calc(100vh - 0px); overflow-y: auto; }
.sidebar-header { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e2e8f0; }
.sidebar-logo { max-width: 160px; max-height: 50px; margin-bottom: 8px; }
.sidebar-logo-text { display: block; font-size: 16px; font-weight: 700; color: #0d9488; margin-bottom: 8px; }
.sidebar-title { font-size: 14px; color: #64748b; font-weight: 500; }
.menu-list { list-style: none; }
.menu-item { margin-bottom: 5px; }
.menu-link { display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #64748b; text-decoration: none; border-radius: 8px; transition: all 0.3s; font-size: 15px; }
.menu-link:hover { background: #f1f5f9; color: #0d9488; }
.menu-link.active { background: #0d9488; color: #fff; }
.menu-link i { width: 20px; text-align: center; }
.content-area { flex: 1; padding: 30px; overflow-y: auto; }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
.stat-card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: all 0.3s; }
.stat-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
.stat-icon { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 15px; }
.stat-value { font-size: 32px; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.stat-label { font-size: 15px; color: #64748b; }
.section-card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; }
.section-title { font-size: 20px; font-weight: 600; color: #1e293b; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid #f1f5f9; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-label { font-size: 15px; color: #64748b; margin-bottom: 6px; font-weight: 500; }
.info-item { display: flex; flex-direction: column; gap: 5px; }
.info-value { font-size: 15px; color: #1e293b; }
.profile-avatar-section { display: flex; align-items: center; gap: 30px; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #e2e8f0; }
.profile-avatar-preview img { width: 100px; height: 100px; border-radius: 8px; object-fit: cover; border: 4px solid #e2e8f0; }
.profile-avatar-upload { position: relative; }
.profile-avatar-upload input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.profile-avatar-upload .upload-tip { display: inline-block; padding: 8px 20px; background: #f1f5f9; color: #64748b; border-radius: 8px; font-size: 13px; pointer-events: none; }
.idcard-upload-area { border: 2px dashed #cbd5e1; border-radius: 10px; padding: 30px 15px; text-align: center; cursor: pointer; transition: all 0.3s; background: #f8fafc; }
.idcard-upload-area:hover { border-color: #0d9488; background: #f0fdfa; }
.photo-grid-container { margin-bottom: 20px; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; }
.photo-item { position: relative; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: #f1f5f9; }
.photo-item img { width: 100%; height: 100%; object-fit: cover; }
.photo-delete-btn { position: absolute; top: 5px; right: 5px; width: 24px; height: 24px; border-radius: 50%; background: rgba(239, 68, 68, 0.9); color: white; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 12px; opacity: 0; transition: opacity 0.2s; }
.photo-item:hover .photo-delete-btn { opacity: 1; }
.photo-upload-area { border: 2px dashed #cbd5e1; border-radius: 10px; padding: 40px 20px; text-align: center; cursor: pointer; transition: all 0.3s; background: #f8fafc; }
.photo-upload-area:hover { border-color: #0d9488; background: #f0fdfa; }
.profile-input { width: 100%; padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 15px; color: #1e293b; transition: border-color 0.3s; }
.profile-input:focus { outline: none; border-color: #0d9488; }
.profile-input:invalid { border-color: #ef4444 !important; }
.profile-input:focus:invalid { outline: none; box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1); }
.status-badge { display: inline-block; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 500; }
.status-verified { background: #d1fae5; color: #10b981; }
.status-pending { background: #fef3c7; color: #f59e0b; }
.status-open { background: #d1fae5; color: #065f46; }
.status-closed { background: #fee2e2; color: #991b1b; }
.action-btn { background: #0d9488; color: #fff; border: none; padding: 12px 24px; border-radius: 8px; cursor: pointer; font-size: 15px; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.action-btn:hover { background: #0f766e; transform: translateY(-2px); }
.action-btn:visited, .action-btn:focus { color: #fff; text-decoration: none; }
.logout-btn { background: #ef4444; }
.logout-btn:hover { background: #dc2626; }
.toggle-switch { position: relative; display: inline-block; width: 56px; height: 28px; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.3s; border-radius: 28px; }
.toggle-slider:before { position: absolute; content: ""; height: 22px; width: 22px; left: 3px; bottom: 3px; background-color: white; transition: 0.3s; border-radius: 50%; }
.toggle-switch input:checked + .toggle-slider { background-color: #1ab0bd; }
.toggle-switch input:checked + .toggle-slider:before { transform: translateX(28px); }
.empty-state { text-align: center; padding: 60px 20px; color: #64748b; }
.empty-state i { font-size: 48px; margin-bottom: 15px; opacity: 0.5; }
.required-hint { font-size: 11px; color: #94a3b8; margin-top: 3px; }
.section-card input:invalid, .section-card select:invalid { border-left: 3px solid #ef4444; }
.resume-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 10000; justify-content: center; align-items: center; padding: 15px; box-sizing: border-box; }
.resume-modal.active { display: flex; }
.resume-modal-content { background: #fff; border-radius: 16px; max-width: 480px; width: 100%; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.resume-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background: linear-gradient(135deg, #1ab0bd 0%, #0d9488 100%); color: white; }
.resume-modal-header h3 { margin: 0; font-size: 17px; font-weight: 600; }
.resume-modal-close { background: none; border: none; color: white; font-size: 28px; cursor: pointer; padding: 0; line-height: 1; }
.resume-modal-body { padding: 20px; overflow-y: auto; flex: 1; background: #f8fafc; }
.resume-preview { background: white; border-radius: 12px; padding: 24px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.resume-modal-footer { padding: 16px 20px; background: white; border-top: 1px solid #e9ecef; text-align: center; }
.resume-tip { margin: 10px 0 0 0; font-size: 12px; color: #94a3b8; }
.resume-card { font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif; color: #1e293b; line-height: 1.6; }
.resume-card-header { background: linear-gradient(135deg, #1ab0bd 0%, #0d9488 100%); color: white; padding: 20px; border-radius: 10px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
.resume-card-header-left { flex: 1; }
.resume-card-header-right { margin-left: 20px; }
.resume-card-avatar { width: 70px; height: 70px; border-radius: 8px; border: 3px solid rgba(255,255,255,0.8); object-fit: cover; }
.resume-card-name { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.resume-card-info { font-size: 13px; opacity: 0.95; }
.resume-card-section { margin-bottom: 16px; }
.resume-card-section:last-child { margin-bottom: 0; }
.resume-card-title { font-size: 14px; font-weight: 600; color: #0d9488; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 2px solid #e9ecef; }
.resume-card-row { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; margin-bottom: 6px; }
.resume-card-label { color: #64748b; min-width: 70px; }
.resume-card-value { color: #1e293b; flex: 1; }
.resume-card-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.resume-card-tag { background: #e0f2fe; color: #0369a1; padding: 4px 10px; border-radius: 15px; font-size: 12px; }
.resume-card-text { font-size: 13px; color: #334155; white-space: pre-wrap; line-height: 1.7; }
.resume-card-phone { text-align: center; margin-top: 20px; padding: 15px 20px; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 10px; font-size: 16px; font-weight: 600; color: #92400e; }
.resume-card-phone i { margin-right: 8px; color: #d97706; }
.resume-card-footer { text-align: center; margin-top: 20px; padding-top: 15px; border-top: 1px dashed #e9ecef; font-size: 11px; color: #94a3b8; }
.mobile-nav { display: none; }
@media (max-width: 768px) {
    .user-center-page .main-content { flex-direction: column; }
    .user-center-page .sidebar { display: none; }
    .user-center-page .content-area { padding: 20px 15px; padding-bottom: 80px; }
    .user-center-page .dashboard-grid { gap: 10px; }
    .user-center-page .stat-card { padding: 12px; }
    .user-center-page .stat-icon { width: 35px; height: 35px; font-size: 16px; }
    .user-center-page .stat-value { font-size: 20px; }
    .user-center-page .stat-label { font-size: 12px; }
    .user-center-page .info-grid { grid-template-columns: 1fr; }
    .user-center-page .mobile-nav { display: flex; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e2e8f0; padding: 10px 0; z-index: 1000; overflow-x: auto; }
    .user-center-page .mobile-nav-item { flex: 1; text-align: center; padding: 8px; color: #64748b; text-decoration: none; font-size: 12px; min-width: 70px; }
    .user-center-page .mobile-nav-item.active { color: #0d9488; }
    .user-center-page .mobile-nav-item i { display: block; font-size: 20px; margin-bottom: 4px; }
}
@media (min-width: 769px) {
    .user-center-page .mobile-nav { display: none; }
}
@media (max-width: 480px) {
    .user-center-page .resume-modal-content { border-radius: 12px; }
    .user-center-page .resume-preview { padding: 16px; }
    .user-center-page .resume-card-name { font-size: 22px; }
    .user-center-page .menu-link { font-size: 15px; padding: 14px 16px; }
    .user-center-page .mobile-nav-item { font-size: 13px; }
    .user-center-page .profile-input { font-size: 15px; padding: 12px; }
    .user-center-page .stat-value { font-size: 28px; }
    .user-center-page .action-btn { font-size: 15px; padding: 14px 20px; }
}