* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
}
a{text-decoration: none;}
.top-bar {
    background-color: transparent;
    padding: 10px 0;
       border-bottom: 1px solid #ebebeb69;
}
.top-content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.city-selector {
    position: relative;
    display: inline-block;
    z-index: 1001;
}
.city-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.city-btn i,
.contact-item i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.city-btn i img,
.contact-item i img {
    display: block;
    vertical-align: middle;
}
 
.city-btn:hover {
    color: #0066cc;
}
.city-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 700px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    margin-top: 0;
    display: none;
}
.city-selector:hover .city-dropdown {
    display: block;
}
.city-selector:hover {
    position: relative;
    z-index: 1001;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-item {
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}
#online-consult-btn:active {
    color: #0066cc;
}
.contact-item i,
.contact-item .popuptent {
    display: flex;
    align-items: center;
}
.contact-item i {
    margin-right: 5px;
    font-size: 16px;
}
.contact-item .popuptent img {
    margin-right: 5px;
}
.contact-item.has-popup:hover .contact-popup {
    display: block;
}
.contact-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 200px;
    padding: 20px;
    z-index: 1000;
    margin-top: 5px;
    display: none;
}
.popup-content {
    text-align: center;
}
.contact-item:hover{    color: #2478f5;}
 .contact-item .popuptent:hover img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(1733%) hue-rotate(200deg) brightness(97%) contrast(92%);
}
.qr-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.qr-desc {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.qr-btn {
    background: #07C160;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.qr-btn i {
    margin-right: 5px;
}
.url-box {
    background: #333;
    color: white;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    margin-top: 10px;
}
/* 弹窗样式 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 30px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}
.modal-content h3 {
    margin-bottom: 10px;
    color: #333;
}
.modal-content p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}
.modal-content .qr-code {
    width: 150px;
    height: 150px;
     
    margin: 0 auto 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-placeholder {
    font-size: 18px;
    color: #999;
}
.wechat-id {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.wechat-btn {
    background: #07C160;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.wechat-btn i {
    margin-right: 5px;
}
 
.hotline p {
    margin-bottom: 5px;
}
.hotline-number {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.dropdown-header {
    
    border-bottom: 1px solid #e0e0e0;
}
.current-city {
    font-size: 14px;
    
	    padding: 15px;
}
.relocate-btn {
    background: none;
    border: none;
    color: #0066cc;
    cursor: pointer;
    font-size: 14px;
}
.city-tabs {
    display: flex;
     
    flex-wrap: wrap;
	    margin-left: 15px;
}
.tab-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}
.tab-btn {
    background: none;
    border: none;
   
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.tab-btn.active {
    color: #0066cc;
    border-bottom: 2px solid #0066cc;
}
.city-list {
    padding: 15px;
}
.region-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
.service-header {
    background-image: url('/skin/images/bjg.png');
    background-size: cover;
    background-position: center;
    padding: 30px;
     
    border-radius: 8px;
    position: relative;
}
 
.service-header .card-title,
.service-header .quick-consult-btn {
    position: relative;
    z-index: 2;
	margin-top: 10px;
}
.cert-section {
    
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.announce-section {
     
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    position: relative;
}
.announce-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    border-top: 1px dashed #ccc;
}
.region-grid, .city-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}
.city-item {
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
	    background: #f0f0f0;
}
.city-item:hover {
    background-color: #f0f8ff;
    color: #0066cc;
}
.city-item.active {
    background-color: #0066cc;
    color: white;
}
.header-container {
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: white;
}
.header {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 130px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
     
    height: 60px;
}
.nav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 998;
}
.nav-item {
    position: relative;
    margin-left: 30px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding: 10px 0 20px;
    white-space: nowrap;
}
.nav-item:hover,
.nav-item.active {
    color: #0066cc;
}
.nav-item::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s;
}
.nav-item:hover::after,
.nav-item.active::after {
    background-color: #0066cc;
}
.nav-item.has-dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
}
.nav-arrow {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
    display: inline-block;
}
.nav-item.has-dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}
.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: 150px;
    z-index: 999;
    display: none;
    margin-top: 5px;
}
.nav-item:hover .nav-dropdown {
    display: block;
}
.nav-dropdown-item {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}
.nav-dropdown-item:hover {
    background-color: #f0f8ff;
    color: #0066cc;
}
.contact-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}
.contact-item {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.contact-item i {
    margin-right: 5px;
}
@media screen and (max-width: 1200px) {
    .top-content {
        width: 100%;
        padding: 0 10px;
    }
    .contact-item {
        margin-left: 10px;
        font-size: 12px;
    }
    .header {
        width: 100%;
        padding: 0 10px;
    }
}




/* 导航下的大蓝块开始 */

        .containerd {
            display: grid;
            grid-template-columns: 320px 1fr 320px;
            gap: 20px;
            max-width: 1400px;
            margin: 0 auto;
			margin-top: 30px;
        }

        /* 左侧服务类型栏 */
        .service-type-panel {
            background-color: #2478f5;
            border-radius: 8px;
            padding: 5px;
            color: white;
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        }

        .panel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            font-size: 24px;
            font-weight: bold;
             padding: 10px 10px 10px 10px;
        }

        .more-link {
            color: white;
            font-size: 16px;
            text-decoration: none;
        }

        .service-category {
            margin-bottom: 32px;
        }

        .category-title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            font-weight: bold;
            padding: 12px 16px;
            background-color: rgba(255,255,255,0.1);
            border-radius: 6px;
            margin-bottom: 16px;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .service-item {
			    color: aliceblue;
            text-align: center;
            padding: 5px;
            border-radius: 20px;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 14px;
        }

      

        .service-item:hover:not(.active) {
              background-color: white;
            color: #2478f5;
            font-weight: bold;
            border-radius: 20px;
        }

        /* 中间主内容区 */
        .main-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .banner {
            position: relative;
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1589998059171-988d887df646?ixlib=rb-4.0-3&auto=format&fit=crop&w=1470&q=80') center/cover no-repeat;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .banner-title {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 24px;
            text-align: center;
        }

        .banner-subtitle {
            font-size: 20px;
			    color: aliceblue;
            padding: 12px 32px;
            border: 2px solid white;
            border-radius: 30px;
            background-color: rgba(255,255,255,0.1);
        }

        /* 幻灯片样式 */
        .banner-slider {
            position: relative;
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
        }
        .banner-track {
            position: relative;
            height: 100%;
        }
        .banner-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }
        .banner-slide.active {
            opacity: 1;
        }
     

        /* 幻灯片指示器 */
        .banner-indicators {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        .banner-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .banner-indicator.active {
            background: #fff;
            transform: scale(1.2);
        }
        .banner-indicator:hover {
            background: #fff;
        }

        /* 导航按钮 */
        .banner-prev, .banner-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }
        .banner-prev {
            left: 20px;
        }
        .banner-next {
            right: 20px;
        }
        .banner-prev:hover, .banner-next:hover {
            background: rgba(255,255,255,0.4);
            transform: translateY(-50%) scale(1.1);
        }

        .feature-tabs {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
            overflow: hidden;
        }

        .tab-item {
            text-align: center;
            padding: 16px;
            font-size: 18px;
            color: #666;
            cursor: pointer;
            transition: all 0.2s;
            border-bottom: 3px solid transparent;
        }

        .tab-item.active {
            color: #2478f5;
            border-bottom-color: #2478f5;
            font-weight: bold;
        }

        .tab-item:hover {
            color: #2478f5;
        }

        /* 多套卡片切换区域 */
        .tab-card {
            display: none;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }
        .tab-card.active {
            display: grid;
        }

        .action-card {
            background-color: white;
            border-radius: 8px;
            padding: 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.05);
            transition: transform 0.2s;
        }

        .action-card:hover {
            transform: translateY(-4px);
        }

        .action-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .action-icon.hotline {
            
            color: #2478f5;
        }
        .action-icon.cert { color: #2478f5; }
        .action-icon.protect {  color: #ef4444; }
        .action-icon.free { color: #22c55e; }
        .action-icon.all { color: #0ea5e9; }

        .action-content h3 {
            font-size: 20px;
            color: #333;
            margin-bottom: 4px;
        }
        .action-content p {
            font-size: 18px;
            font-weight: bold;
            color: #2478f5;
        }
        .action-content .small-text {
            font-size: 18px;
            color: #666;
            font-weight: normal;
        }

        /* 右侧 */
        .right-panel {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        /* ====================== 这里：精选律师团队服务 背景图 ====================== */
        .team-service-card {
            position: relative;
            background-color: rgba(255,255,255, 0.9);
            background-image: url('https://images.unsplash.com/photo-1529489593284-bfb4aa255cf6?ixlib=rb-4.0-3&auto=format&fit=crop&w=1000&q=80');
            background-size: cover;
            background-position: center;
            background-blend-mode: overlay;
            border-radius: 8px;
            
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
        }

        .card-title {
            font-size: 20px;
            color: #222;
            margin-bottom: 16px;
            text-align: center;
            font-weight: bold;
        }

        /* ====================== 这里：快速咨询 按钮背景图 + 样式 ====================== */
        .quick-consult-btn {
            width: 80%;
            padding: 10px 10px;
            background-image: url('https://images.unsplash.com/photo-1557683316-973673baf926?ixlib=rb-4.0-3&auto=format&fit=crop&w=1000&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
            margin: 0 auto 24px;
            display: block;
            position: relative;
            z-index: 1;
        }
        .quick-consult-btn::before {
            content: '';
            position: absolute;
            left: 0; top: 0; width: 100%; height: 100%;
            background-color: rgba(36, 120, 245, 0.85);
            border-radius: 30px;
            z-index: -1;
        }
        .quick-consult-btn:hover::before {
            background-color: #0d5fcc;
        }

        .cert-title {
            font-size: 20px;
            color: #333;
            text-align: center;
            margin-bottom: 20px;
        }

        .cert-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
           
        }

        .cert-item {
            text-align: center;
            padding: 16px 8px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            background: white;
        }

        .cert-icon {
            font-size: 28px;
            color: #2478f5;
           
        }

        .cert-name {
            font-size: 14px;
            color: #666;
        }

        /* 公告 / 最新 切换 */
        .announcement-tabs {
            display: flex;
            gap: 16px;
           
            margin-bottom: 16px;
        }

        .announce-tab {
            font-size: 18px;
            color: #666;
            padding: 8px 0;
            cursor: pointer;
            border-bottom: 3px solid transparent;
        }

        .announce-tab.active {
            
            border-bottom-color: #2478f5;
            font-weight: bold;
        }

        /* 公告/最新 内容区域 */
        .announce-content {
            display: none;
        }
        .announce-content.active {
            display: block;
        }

        .announce-banner {
            height: 130px;
            
            overflow: hidden;
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1589998059171-988d887df646') center/cover no-repeat;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .announce-title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .announce-subtitle {
            font-size: 16px;
        }

        /* 响应式 */
        @media (max-width: 1200px) {
            .containerd { grid-template-columns: 1fr; }
            .service-grid { grid-template-columns: repeat(3, 1fr); }
            .feature-tabs { grid-template-columns: repeat(3, 1fr); }
            .tab-card { grid-template-columns: 1fr; }
        }
		
		
/* 大蓝块结束	 */	

/* 首页律师开始 */

        .lawyer-section {
            max-width: 1400px;
            margin: 0 auto;
            text-align: center;
            margin-top: 80px;
        }

        .section-title-en {
            font-size: 42px;
            font-weight: 500;
            color: #222;
            letter-spacing: 4px;
            margin-bottom: 8px;
            font-family: serif;
        }

        .section-title-cn {
            font-size: 28px;
            color: #222;
            margin-bottom: 20px;
        }

        /* 按钮在轮播框上方右上角 */
        .carousel-header {
            position: relative;
            margin-bottom: 20px;
            height: 36px;
        }
        .carousel-btn-group {
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            gap: 12px;
        }
        .carousel-btn {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(0,0,0,0.3);
            color: #fff;
            border: none;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        .carousel-btn:hover {
            background: #1677ff;
        }

        /* 轮播 */
        .carousel-container {
            overflow: hidden;
            position: relative;
        }
        .carousel-track {
            display: flex;
            transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
            gap: 24px;
        }

        /* 卡片 */
        .lawyer-card {
            min-width: calc(25% - 18px);
            flex-shrink: 0;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
        }
        .lawyer-card::before {
            content: '';
            position: absolute;
            left:0; top:0; width:100%; height:100%;
            background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
            opacity:0; transition: opacity 0.4s ease;
            z-index:1;
        }
        .lawyer-card:hover::before { opacity:1; }

        .card-img {
            width:100%; height:380px; object-fit:cover;
        }
        .card-info {
            position:absolute; bottom:0; left:0; right:0;
            padding:20px; z-index:2;
            text-align:left;
        }
        .lawyer-name { font-size:22px; font-weight:bold; color:#fff; }
        .lawyer-exp { color:#ff4d4f; margin-left:8px; font-size:16px; }
        .lawyer-skill { color:#fff; margin:8px 0; font-size:15px; line-height:1.6; }
        .lawyer-location { color:#eee; font-size:14px; margin-bottom:16px; }
        .consult-line { width:100%; height:1px; background:rgba(255,255,255,0.3); margin:12px 0; }
        .consult-btn {
            width:100%; padding:12px 0; background:transparent;
            color:#fff; border:1px solid #fff; border-radius:30px;
            cursor:pointer; transition:0.3s;
        }
        .consult-btn:hover { background:#1677ff; border-color:#1677ff; }

        /* 响应式 */
        @media (max-width:1200px) { .lawyer-card { min-width: calc(50% - 12px); } }
        @media (max-width:768px) { .lawyer-card { min-width:100%; } }
		
		/* 首页律师结束 */
		
		
		
		/* 首页问答开始 */
		 /* ====================== 模块容器（类名独立：qa-section-xxx） ====================== */
        .qa-section-container {
            max-width: 1400px;
            margin: 0 auto;
			    margin-top: 80px;
        }

        /* 标题 */
        .qa-section-title {
            text-align: center;
            margin-bottom: 30px;
        }
        .qa-title-en {
            font-size: 42px;
            font-weight: 500;
            color: #222;
            letter-spacing: 2px;
            font-family: serif;
        }
        .qa-title-cn {
            font-size: 28px;
            color: #222;
            margin-top: 8px;
        }

        /* 内容主容器 */
        .qa-content-wrap {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
        }

        /* ====================== 左侧：最新问答区 ====================== */
        .qa-left-panel {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        /* 问答头部 */
        .qa-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px;
            border-bottom: 1px solid #e5e7eb;
        }
        .qa-header-left {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            font-weight: bold;
            color: #1677ff;
        }
        .qa-header-right {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 15px;
            color: #666;
        }
        .qa-time-tag {
            color: #999;
            margin-left: 12px;
        }

        /* 固定公告样式 */
        .fixed-announcement {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 15px;
        }
        
        /* 公告切换器样式 */
        .announcement-switcher {
            position: relative;
            height: 24px;
            overflow: hidden;
            flex: 1;
        }
        .announcement-list {
            position: relative;
            height: 100%;
        }
        .announcement-item {
             
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 15px;
        }
        .announcement-item.active {
            display: flex;
        }

        /* 问答列表 */
        .qa-list-wrap {
            max-height: 380px;
            overflow-y: auto;
            padding: 16px 20px;
            background: #eaeaea;
        }
        .qa-list-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #ddd;
        }
        .qa-list-item:last-child {
            border-bottom: none;
        }
        .qa-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .qa-item-content {
            flex: 1;
        }
        .qa-question {
            font-size: 16px;
            color: #333;
            margin-bottom: 4px;
        }
        .qa-answer-info {
            font-size: 14px;
            color: #666;
        }

        /* 滚动条美化 */
        .qa-list-wrap::-webkit-scrollbar {
            width: 8px;
        }
        .qa-list-wrap::-webkit-scrollbar-thumb {
            background: #bbb;
            border-radius: 4px;
        }

        /* 底部咨询栏 */
        .qa-bottom-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px;
            border-top: 1px solid #e5e7eb;
        }
        .qa-bottom-tip {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            color: #666;
        }
        .qa-tip-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        .qa-consult-btn {
            padding: 10px 32px;
            background: linear-gradient(90deg, #1677ff, #0d5fcc);
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .qa-consult-btn:hover {
            background: linear-gradient(90deg, #0d5fcc, #004099);
            transform: translateY(-2px);
        }

        /* ====================== 右侧：热门律师推荐 ====================== */
        .qa-right-panel {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .qa-right-title {
            padding: 16px 20px;
            font-size: 22px;
            font-weight: bold;
            color: #333;
            border-bottom: 1px solid #e5e7eb;
            border-left: 4px solid #1677ff;
        }

        /* 律师列表 */
        .qa-hot-lawyer-list {
            padding: 20px;
        }
        .qa-hot-lawyer-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 30px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .qa-hot-lawyer-item:last-child {
            border-bottom: none;
        }
        .qa-lawyer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .qa-lawyer-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .qa-lawyer-detail {
            flex: 1;
        }
        .qa-lawyer-name {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .qa-verified-badge {
            width: 18px;
            height: 18px;
            background: #1677ff;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }
        .qa-lawyer-skill {
            font-size: 14px;
            color: #666;
            margin-top: 4px;
        }
        .qa-star-rating {
            color: #ff4d4f;
            font-size: 16px;
            margin-top: 8px;
        }
        .qa-consult-hot-btn {
            padding: 8px 24px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 15px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .qa-consult-hot-btn:hover {
            background: #1677ff;
            transform: translateY(-2px);
        }

        /* 律师组切换 */
        .qa-lawyer-group {
            display: none;
        }
        .qa-lawyer-group.active {
            display: block;
        }

        /* 轮播指示器 */
        .qa-indicator-dots {
            display: flex;
            gap: 6px;
            justify-content: center;
            margin-top: 12px;
        }
        .qa-dot {
            width: 20px;
            height: 8px;
            border-radius: 4px;
            background: #e0e0e0;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .qa-dot.active {
            background: #1677ff;
            width: 30px;
        }
        .qa-dot:hover {
            background: #1677ff;
        }
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .qa-dot.active {
            background: #1677ff;
            width: 24px;
        }

        /* 今日解答统计 */
        .qa-today-count {
            padding: 24px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-top: 1px solid #e5e7eb;
        }
        .qa-count-label {
            font-size: 16px;
            color: #333;
            margin-right: 8px;
        }
        .qa-count-num {
            width: 40px;
            height: 48px;
            background: linear-gradient(180deg, #f0f0f0, #ccc);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: bold;
            color: #333;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .qa-count-unit {
            font-size: 16px;
            color: #333;
            margin-left: 4px;
        }

        /* ====================== 底部承诺栏 ====================== */
        .qa-promise-bar {
            margin-top: 20px;
            background: #f0f7fa;
            border-radius: 8px;
            padding: 16px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .qa-promise-content {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 18px;
            color: #333;
        }
        .qa-promise-badge {
            width: 60px;
            height: 60px;
            position: relative;
        }
        .qa-badge-ring {
            width: 100%;
            height: 100%;
            border: 2px solid #1677ff;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
        }
        .qa-badge-ribbon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #1677ff;
            color: #fff;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: bold;
        }
        .qa-promise-btn {
            padding: 10px 32px;
            background: linear-gradient(90deg, #1677ff, #0d5fcc);
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .qa-promise-btn:hover {
            background: linear-gradient(90deg, #0d5fcc, #004099);
            transform: translateY(-2px);
        }

       
		/* 首页问答结束 */
		
		
		/* 首页新闻开始 */
		    /* ====================== 模块容器（类名独立：lk-xxx） ====================== */
        .lk-section-container {
            max-width: 1400px;
            margin: 0 auto;
			    margin-top: 80px;
        }

        /* 标题 */
        .lk-section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .lk-title-en {
            font-size: 42px;
            font-weight: 500;
            color: #222;
            letter-spacing: 2px;
            font-family: serif;
        }
        .lk-title-cn {
            font-size: 28px;
            color: #222;
            margin-top: 8px;
        }

        /* 内容主容器：双栏布局 */
        .lk-content-wrap {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
        }

        /* ====================== 左侧：知识热榜 ====================== */
        .lk-left-panel {
            background: #fff;
        }

        /* 热榜头部 */
        .lk-hot-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 16px;
            border-bottom: 1px solid #e5e7eb;
            margin-bottom: 20px;
        }
        .lk-hot-title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 28px;
            font-weight: bold;
            color: #999;
        }
        .lk-hot-icon {
            width: 32px;
            height: 32px;
            background: #1677ff;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
        }
        .lk-more-link {
            font-size: 16px;
            color: #999;
            text-decoration: none;
            transition: color 0.3s;
        }
        .lk-more-link:hover {
            color: #1677ff;
        }

        /* 热榜列表 */
        .lk-hot-list {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .lk-hot-item {
            display: flex;
            gap: 20px;
            padding-bottom: 24px;
            border-bottom: 1px solid #f0f0f0;
            align-items: center;
        }
        .lk-hot-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        /* ========== 这里已缩小图片 ========== */
        .lk-item-img {
            width: 220px;    /* 缩小 */
            height: 140px;   /* 变矮 */
            border-radius: 8px;
            object-fit: cover;
            flex-shrink: 0;
            transition: transform 0.3s;
        }
        .lk-item-img:hover {
            transform: scale(1.02);
        }
        .lk-item-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .lk-item-title {
            font-size: 22px;
            font-weight: bold;
            color: #333;
            margin-bottom: 12px;
            line-height: 1.4;
            cursor: pointer;
            transition: color 0.3s;
        }
        .lk-item-title:hover {
            color: #1677ff;
        }
        .lk-item-desc {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .lk-item-more {
            color: #1677ff;
            text-decoration: none;
            font-size: 15px;
        }
        .lk-item-meta {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 14px;
            color: #999;
        }
        .lk-meta-tag {
            background: #f0f0f0;
            padding: 4px 10px;
            border-radius: 4px;
            color: #666;
        }
        .lk-meta-hot, .lk-meta-like {
            display: flex;
            align-items: center;
            gap: 4px;
        }
        .lk-hot-icon-red {
            color: #ff4d4f;
        }
        .lk-like-icon {
            color: #999;
        }

        /* ====================== 右侧：精彩推荐 ====================== */
        .lk-right-panel {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .lk-recommend-title {
            padding: 16px 20px;
            font-size: 22px;
            font-weight: bold;
            color: #333;
            border-bottom: 1px solid #e5e7eb;
            border-left: 4px solid #1677ff;
        }

        /* 推荐列表 */
        .lk-recommend-list {
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .lk-recommend-item {
            display: flex;
            gap: 16px;
            cursor: pointer;
            transition: transform 0.3s;
        }
        .lk-recommend-item:hover {
            transform: translateX(4px);
        }
        .lk-recommend-img {
            width: 120px;
            height: 80px;
            border-radius: 6px;
            object-fit: cover;
            flex-shrink: 0;
        }
        .lk-recommend-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .lk-recommend-item-title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
        }
        .lk-recommend-item-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

     
		/* 首页新闻结束 */
		
		/* 首页底部模块开始 */
		
        /* ====================== 服务优势栏 ====================== */
        .ft-advantage-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 80px;
            padding: 30px 20px;
            background: #fff;
            border-bottom: 1px solid #eee;
			    margin-top: 80px;
        }
        .ft-advantage-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 24px;
            color: #666;
        }

.notice-wrap {
    width: 100%;
    max-width: 800px;
    height: 342px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.notice-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.notice-item {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.notice-time {
    color: #409eff;
}

@media (max-width: 768px) {
    .notice-item {
        font-size: 16px;
        padding: 18px 20px;
    }
    .notice-wrap {
        height: 400px;
    }
}
        .ft-advantage-icon {
            width: 40px;
            height: 40px;
            opacity: 0.7;
        }

        /* ====================== 底部主容器 ====================== */
        .ft-main-container {
            background: #1a1a1a;
            color: #fff;
            padding: 40px 20px;
        }
        .ft-content-wrap {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* ====================== Tab切换栏（推荐律师/热门城市/友情链接） ====================== */
        .ft-tab-header {
            display: flex;
            gap: 8px;
            margin-bottom: 24px;
        }
        .ft-tab-btn {
            padding: 12px 24px;
            background: #2a2a2a;
            color: #999;
            border: none;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
        }
        .ft-tab-btn.active {
            background: #1677ff;
            color: #fff;
        }
        .ft-tab-content {
            display: none;
            margin-bottom: 30px;
        }
        .ft-tab-content.active {
            display: block;
        }

        /* Tab内容网格 */
        .ft-lawyer-grid, .ft-city-grid, .ft-link-grid {
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 12px;
        }
        .ft-grid-item {
            padding: 16px;
            background: #2a2a2a;
            border: 1px solid #333;
            text-align: center;
            color: #999;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .ft-grid-item:hover, .ft-grid-item.active {
            background: #fff;
            color: #333;
        }

        /* ====================== 底部导航栏 ====================== */
        .ft-nav-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 30px;
            border-top: 1px solid #333;
        }
        .ft-nav-links {
            display: flex;
            gap: 24px;
        }
        .ft-nav-link {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s;
        }
        .ft-nav-link:hover {
            color: #1677ff;
        }
        .ft-contact-icons {
            display: flex;
            gap: 16px;
        }
        .ft-contact-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
        }
        .ft-contact-icon:hover {
            background: #1677ff;
        }
        .ft-contact-icon img {
            width: 32px;
            height: 32px;
        }

        .ft-contact-icon-wrapper {
            position: relative;
        }

        .ft-tooltip {
            position: absolute;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            min-width: 220px;
        }

        .ft-tooltip.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        .ft-tooltip-content {
            text-align: center;
        }

        .ft-tooltip-content h4 {
            font-size: 16px;
            color: #333;
            margin-bottom: 12px;
            font-weight: bold;
        }

        .ft-tooltip-phone {
            font-size: 24px;
            color: #2478f5;
            font-weight: bold;
            margin: 0;
        }

        .ft-tooltip-qrcode {
            width: 140px;
            height: 140px;
            background: #f5f5f5;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
            font-size: 18px;
            color: #999;
        }

        .ft-tooltip-wechat {
            font-size: 15px;
            color: #333;
            margin: 0 0 6px;
        }

        .ft-tooltip-desc {
            font-size: 14px;
            color: #666;
            margin: 0;
        }

        .ft-tooltip-arrow {
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
        }

        /* 版权信息 */
        .ft-copyright {
            max-width: 1400px;
            margin: 20px auto 0;
            color: #999;
            font-size: 14px;
        }

        /* ====================== 悬浮弹窗（电话/微信） ====================== */
        .ft-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
        .ft-popup-overlay.active {
            display: flex;
        }
        .ft-popup-box {
            background: #fff;
            border-radius: 16px;
            padding: 40px;
            text-align: center;
            position: relative;
            max-width: 500px;
            width: 90%;
        }
        .ft-popup-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #eee;
            border: none;
            cursor: pointer;
            font-size: 18px;
        }
        .ft-popup-title {
            font-size: 36px;
            color: #333;
            margin-bottom: 12px;
        }
        .ft-popup-subtitle {
            font-size: 24px;
            color: #999;
            margin-bottom: 30px;
        }
        .ft-popup-btn {
            width: 100%;
            padding: 16px;
            border-radius: 40px;
            border: none;
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            cursor: pointer;
        }
        .ft-popup-btn.phone {
            background: #333;
        }
        .ft-popup-btn.wechat {
            background: #07c160;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }
        .ft-popup-qrcode {
            width: 200px;
            height: 200px;
            background: #f5f5f5;
            border-radius: 12px;
            margin: 20px auto;
        }

        /* 响应式适配 */
        @media (max-width: 1024px) {
            .ft-advantage-bar {
                flex-wrap: wrap;
                gap: 20px;
            }
            .ft-lawyer-grid, .ft-city-grid, .ft-link-grid {
                grid-template-columns: repeat(4, 1fr);
            }
            .ft-nav-bar {
                flex-direction: column;
                gap: 20px;
            }
        }

        /* 快速咨询弹窗样式 */
        .quick-modal {
            display: none;
            position: fixed;
            z-index: 2000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.7);
            animation: fadeIn 0.3s ease;
        }

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

        .quick-modal-content {
            position: relative;
            margin: 3% auto;
            max-width: 900px;
            width: 95%;
            background: white;
            border-radius: 20px;
            animation: slideIn 0.3s ease;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
            overflow: hidden;
        }

        @keyframes slideIn {
            from { 
                opacity: 0;
                transform: translateY(-30px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }

        .quick-modal-split {
            display: flex;
        }

        .quick-modal-left {
            flex: 1;
            padding: 45px 40px;
            background: #fff;
        }

        .quick-modal-right {
            width: 380px;
            padding: 45px 40px;
            background: #f9f9f9;
            border-left: 1px solid #eee;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .quick-title {
            font-size: 28px;
            color: #333;
            margin-bottom: 30px;
            font-weight: bold;
        }

        .quick-title .highlight {
            color: #2478f5;
        }

        .quick-form {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .form-row {
            width: 100%;
        }

        .form-input,
        .form-select {
            width: 100%;
            padding: 14px 20px;
            border: 1px solid #e5e5e5;
            border-radius: 50px;
            font-size: 15px;
            transition: all 0.3s;
            box-sizing: border-box;
            background: #fff;
            color: #333;
        }

        .form-input::placeholder {
            color: #999;
        }

        .form-input:focus,
        .form-select:focus {
            outline: none;
            border-color: #2478f5;
            box-shadow: 0 0 0 3px rgba(36, 120, 245, 0.1);
        }

        .form-select {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 20px center;
            padding-right: 45px;
            cursor: pointer;
        }

        .checkbox-row {
            display: flex;
            align-items: center;
        }

        .checkbox-label {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        .form-checkbox {
            width: 18px;
            height: 18px;
            margin-right: 8px;
            cursor: pointer;
        }

        .quick-calc-btn {
            width: 100%;
            padding: 16px;
            background: #000;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 8px;
        }

        .quick-calc-btn:hover {
            background: #333;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .privacy-note {
            color: #999;
            font-size: 13px;
            text-align: center;
            margin-top: 12px;
        }

        .right-title {
            font-size: 22px;
            color: #333;
            margin-bottom: 8px;
            font-weight: bold;
        }

        .right-desc {
            color: #888;
            font-size: 14px;
            margin-bottom: 25px;
        }

        .qr-wrapper {
            width: 220px;
            height: 220px;
            background: #fff;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            margin-bottom: 15px;
        }

        .qr-placeholder {
            font-size: 40px;
            color: #ddd;
            font-weight: bold;
        }

        .wechat-id {
            color: #666;
            font-size: 15px;
            margin-bottom: 15px;
        }

        .wechat-scan-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 35px;
            background: #07C160;
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s;
            margin-bottom: 25px;
        }

        .wechat-scan-btn:hover {
            background: #06ad56;
            transform: translateY(-2px);
        }

        .phone-section {
            padding-top: 25px;
            border-top: 1px solid #e5e5e5;
            width: 100%;
        }

        .phone-section p:first-child {
            color: #888;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .phone-number {
            color: #333;
            font-size: 32px;
            font-weight: bold;
        }

        .quick-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #f5f5f5;
            border: none;
            width: 36px;
            height: 36px;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
            border-radius: 50%;
        }

        .quick-modal-close:hover {
            background: #e5e5e5;
            color: #333;
        }
		/* 首页底部模块结束 */
		
		
		
		
		/* 专业律师导航下的推荐律师幻灯开始 */
		/* 全模块独立命名，零样式冲突 */
.lawyer-slider-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft Yahei", sans-serif;
}

.lawyer-slider-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 8px;
}

.lawyer-slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
  height: 100%;
}

.lawyer-card-item {
  min-width: 100%;
  position: relative;
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  padding: 20px 60px;
  overflow: hidden; /* 修复红边溢出 */
}

/* ✅ 红色角标：圆角 + 精致 */
.lawyer-card-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff3b30;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 44px;
    transform: rotate(-45deg) translate(-25%, -50%);
    z-index: 10;
    border-radius: 4px;
}

.lawyer-card-content {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #fff;
}

.lawyer-card-avatar-wrap {
  width: 200px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.lawyer-card-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lawyer-card-info {
  flex: 1;
}

.lawyer-card-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* 👇 全部文字缩小 */
.lawyer-card-name {
  font-size: 36px;
  font-weight: bold;
}

.lawyer-card-title {
  background: rgba(255,255,255,0.1);
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 20px;
}

.lawyer-card-tags {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 24px;
}

.lawyer-card-service {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 8px;
}

.lawyer-card-service-title {
  font-size: 20px;
  font-weight: bold;
  color: #f0e6d6;
  margin-bottom: 12px;
}

.lawyer-card-service-content p {
  font-size: 18px;
  line-height: 1.6;
}

.lawyer-card-action {
  flex-shrink: 0;
}

.lawyer-card-btn {
    background: #007AFF;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 32px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 180px;
}

.lawyer-card-btn:hover {
  background: #0066cc;
  transform: scale(1.05);
}

/* 👇 分页器小圆点 —— 移到 右上角！！ */
.lawyer-slider-dots {
  position: absolute;
  top: 24px;
  right: 32px;
  display: flex;
  gap: 10px;
  z-index: 20;
}

.lawyer-slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: 0.3s;
}

.lawyer-slider-dot.active {
  background: #fff;
}


/* 专业律师导航下的推荐律师幻灯结束 */


 /* 唯一不冲突根容器 */
        .lawyer-page-root {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            gap: 15px;
			margin-top: 30px;
        }

        /* 左侧唯一包裹 */
        .lawyer-filter-wrapper {
            width: 69%;
            flex-shrink: 0;
        }

        /* 右侧唯一包裹 */
        .lawyer-recommend-wrapper {
            width: 30%;
            flex-shrink: 0;
        }

        /* ====================== 左侧筛选（全唯一class） ====================== */
        .lawyer-filter-panel {
            background: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
        }

        .lawyer-filter-row {
            margin-bottom: 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 0;
        }
        .lawyer-filter-row:last-child {
            margin-bottom: 0;
        }

        .lawyer-filter-label {
            font-size: 16px;
            color: #999;
            min-width: 80px;
            padding-right: 12px;
            flex-shrink: 0;
            padding-top: 6px;
        }

        .lawyer-filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            flex: 1;
        }

        .lawyer-filter-tag {
            padding: 6px 12px;
            font-size: 15px;
            color: #666;
            background: #f5f5f5;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
        }
        .lawyer-filter-tag:hover {
            background: #e6f0ff;
            color: #1677ff;
        }
        .lawyer-filter-tag.active {
            color: #1677ff;
            background: #e6f0ff;
            font-weight: 500;
        }

        .lawyer-filter-selected-row {
            margin-top: 16px;
        }
        .lawyer-filter-selected-tag {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px;
            background: #f5f5f5;
            border-radius: 4px;
            font-size: 15px;
            color: #333;
            margin-right: 8px;
            margin-bottom: 8px;
        }
        .lawyer-filter-selected-tag .close {
            margin-left: 8px;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            font-size: 12px;
        }
        .lawyer-filter-selected-tag .close:hover {
            background: #ccc;
        }

        /* ====================== 右侧推荐（全唯一class） ====================== */
        .lawyer-right-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
			margin-bottom: 20px;
        }
        .lawyer-right-card-title {
            padding: 16px 20px;
            font-size: 20px;
            font-weight: bold;
            color: #333;
            border-bottom: 1px solid #e5e7eb;
            border-left: 4px solid #1677ff;
        }

        .lawyer-right-swiper {
            position: relative;
            overflow: hidden;
        }
        .lawyer-right-swiper-box {
            display: flex;
            transition: transform 0.3s ease;
        }
        .lawyer-right-swiper-item {
            min-width: 100%;
            padding: 20px;
			border-top: 1px solid #e5e7eb;
        }

        .lawyer-right-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .lawyer-right-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 26px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .lawyer-right-item:last-child {
            border-bottom: none;
        }
        .lawyer-right-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .lawyer-right-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .lawyer-right-detail {
            flex: 1;
        }
        .lawyer-right-name {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .lawyer-right-check-icon {
            width: 18px;
            height: 18px;
            background: #1677ff;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }
        .lawyer-right-skill {
            font-size: 13px;
            color: #666;
            margin-top: 4px;
        }
        .lawyer-right-star {
            color: #ff4d4f;
            font-size: 14px;
            margin-top: 4px;
        }
        .lawyer-right-consult {
            padding: 6px 14px;
            background: #000;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .lawyer-right-consult:hover {
            background: #1677ff;
            transform: translateY(-1px);
        }

        .lawyer-right-dots {
            display: flex;
            gap: 6px;
            justify-content: center;
            margin-top: 8px;
            padding-bottom: 12px;
        }
        .lawyer-right-dot {
            width: 16px;
            height: 6px;
            border-radius: 3px;
            background: #ddd;
            cursor: pointer;
        }
        .lawyer-right-dot.active {
            background: #1677ff;
            width: 20px;
        }

        .lawyer-right-today-count {
            padding: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            border-top: 1px solid #e5e7eb;
        }
        .lawyer-right-today-label {
            font-size: 14px;
            color: #333;
        }
        .lawyer-right-today-num {
            width: 38px;
            height: 36px;
            background: linear-gradient(180deg, #f0f0f0, #ccc);
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }
        .lawyer-right-today-unit {
            font-size: 14px;
            color: #333;
        }

 /*  专业律师列表筛选开始 */
   .hot-recommend-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto 40px;
            background: #fff;
            border-radius: 8px;
           box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
            padding: 30px;
        }

        .hot-recommend-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin: 0 0 24px 0;
            padding-left: 8px;
            border-left: 5px solid #3b82f6;
        }

        .hot-recommend-tabs {
            display: flex;
            gap: 32px;
            margin-bottom: 24px;
            border-bottom: 1px solid #f0f0f0;
        }

        .hot-recommend-tab {
            padding: 12px 0;
            font-size: 16px;
            color: #666;
            background: none;
            border: none;
            cursor: pointer;
            position: relative;
            transition: color 0.3s ease;
        }

        .hot-recommend-tab:hover {
            color: #3b82f6;
        }

        .hot-recommend-tab.active {
            color: #3b82f6;
            font-weight: 500;
        }

        .hot-recommend-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background: #3b82f6;
        }

        .hot-recommend-content {
            display: none;
        }

        .hot-recommend-content.active {
            display: block;
        }

        .hot-city-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 12px;
        }

        .hot-city-item {
            display: block;
            text-align: center;
            padding: 10px 16px;
            background: #f5f5f5;
            border-radius: 24px;
            font-size: 15px;
            color: #666;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .hot-city-item:hover {
            background: #e8f0fe;
            color: #3b82f6;
        }

        .hot-city-item.active {
            background: #e8f0fe;
            color: #3b82f6;
        }
   /* 专业律师列表筛选结束 */
   
   .right-wonderful-recommend,
			.right-lawyer-qa {
				background: #fff;
				border-radius: 8px;
				box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
				padding: 20px;
				margin-bottom: 20px;
				 
			}
			 

			.right-module-title {
				font-size: 18px;
				font-weight: 600;
				color: #333;
				margin: 0 0 16px 0;
				padding-left: 8px;
				border-left: 4px solid #3b82f6;
			}

			.right-wonderful-swiper,
			.right-qa-swiper {
				position: relative;
				overflow: hidden;
				width: 100%;
				border-top: 1px solid #e5e7eb;
			}

			.right-wonderful-swiper-box,
			.right-qa-swiper-box {
				display: flex;
				transition: transform 0.3s ease;
				width: 200%;
			}

			.right-wonderful-swiper-item,
			.right-qa-swiper-item {
				width: 50%;
				flex-shrink: 0;
			}

			.wonderful-item {
				display: flex;
				gap: 12px;
				padding: 12px 0;
				text-decoration: none;
				border-bottom: 1px solid #f0f0f0;
				transition: background 0.3s ease;
			}

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

			.wonderful-item:hover {
				background: #f9f9f9;
			}

			.wonderful-img {
				flex-shrink: 0;
			}

			.wonderful-img img {
				width: 100px;
				height: 80px;
				border-radius: 6px;
				object-fit: cover;
				background: #f0f0f0;
			}

			.wonderful-content {
				flex: 1;
				min-width: 0;
			}

			.wonderful-title {
				font-size: 15px;
				font-weight: 500;
				color: #333;
				margin: 0 0 8px 0;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

			.wonderful-desc {
				font-size: 13px;
				color: #999;
				margin: 0;
				line-height: 1.6;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
				text-overflow: ellipsis;
				word-wrap: break-word;
			}

			.qa-item {
				display: block;
				padding: 16px 0;
				text-decoration: none;
				border-bottom: 1px solid #f0f0f0;
				transition: background 0.3s ease;
			}

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

			.qa-item:hover {
				background: #f9f9f9;
			}

			.qa-question {
				display: flex;
				align-items: flex-start;
				gap: 8px;
			}

			.qa-tag {
				flex-shrink: 0;
				width: 20px;
				height: 20px;
				display: flex;
				align-items: center;
				justify-content: center;
				background: #ef4444;
				color: #fff;
				font-size: 12px;
				font-weight: 600;
				border-radius: 4px;
			}

			.qa-tag.lawyer {
				background: #3b82f6;
				width: auto;
				height: auto;
				font-size: 11px;
				padding: 2px 8px;
				border-radius: 3px;
			}

			.qa-question-content {
				flex: 1;
				min-width: 0;
			}

			.qa-title {
				font-size: 15px;
				font-weight: 500;
				color: #333;
				margin: 0 0 12px 0;
			}

			.qa-answer {
				display: flex;
				align-items: flex-start;
				gap: 8px;
				margin-bottom: 12px;
			}

			.qa-desc {
				font-size: 13px;
				color: #666;
				margin: 0;
				flex: 1;
			}

			.qa-meta {
				display: flex;
				align-items: center;
				gap: 16px;
				margin-bottom: 8px;
			}

			.qa-lawyer-info {
				display: flex;
				align-items: center;
				gap: 6px;
			}

			.qa-lawyer-avatar {
				width: 24px;
				height: 24px;
				border-radius: 50%;
				object-fit: cover;
			}

			.qa-lawyer-name {
				font-size: 13px;
				color: #666;
			}

			.qa-stats {
				font-size: 13px;
				color: #999;
			}

			.qa-footer {
				display: flex;
				align-items: center;
				gap: 16px;
				font-size: 12px;
				color: #999;
			}

			.right-wonderful-dots,
			.right-qa-dots {
				display: flex;
				justify-content: center;
				gap: 8px;
				margin-top: 16px;
			}

			.right-wonderful-dot,
			.right-qa-dot {
				width: 8px;
				height: 8px;
				border-radius: 50%;
				background: #ddd;
				cursor: pointer;
				transition: all 0.3s ease;
			}

			.right-wonderful-dot.active,
			.right-qa-dot.active {
				background: #3b82f6;
				width: 20px;
				border-radius: 4px;
			}
			
			 .lawyer-online-service {
            width: 100%;
            max-width: 1200px;
            margin: 30px auto 30px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
            overflow: hidden;
        }

        .lawyer-service-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            padding: 24px 30px;
            margin: 0;
            border-bottom: 1px solid #f0f0f0;
            position: relative;
        }

        .lawyer-service-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 32px;
            background: #3b82f6;
        }

        .lawyer-service-card {
            padding: 30px;
            border-bottom: 1px solid #f0f0f0;
        }

        .lawyer-service-card:last-child {
            border-bottom: none;
        }

        .lawyer-service-header {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 24px;
        }

        .lawyer-service-avatar {
            position: relative;
            flex-shrink: 0;
        }

        .lawyer-service-avatar img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            background: #f0f0f0;
        }

        .lawyer-verified-badge {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 32px;
            height: 32px;
            background: #3b82f6;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: bold;
            border: 3px solid #fff;
        }

        .lawyer-service-info {
            flex: 1;
        }

        .lawyer-name-row {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .lawyer-name {
            font-size: 24px;
            font-weight: 600;
            color: #ffffff;
            margin: 0;
        }

        .lawyer-recommend-tag {
            background: #ef4444;
            color: #fff;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
        }

        .lawyer-tags,
        .lawyer-intro {
            font-size: 15px;
            color: #666;
            margin: 8px 0;
            line-height: 1.6;
        }

        .lawyer-more-link {
            color: #3b82f6;
            text-decoration: none;
        }

        .lawyer-help-count {
            display: inline-block;
            background: #f5f5f5;
            padding: 6px 20px;
            border-radius: 20px;
            font-size: 14px;
            color: #999;
            margin-top: 8px;
        }

        .lawyer-rating {
            flex-shrink: 0;
            text-align: right;
        }

        .lawyer-rating-score {
            font-size: 24px;
            font-weight: 600;
            color: #3b82f6;
        }

        .lawyer-rating-count {
            font-size: 14px;
            color: #999;
            margin-top: 4px;
        }

        .lawyer-service-content {
            display: flex;
            align-items: flex-start;
            gap: 24px;
        }

        .lawyer-service-content-left {
            flex: 1;
            padding-left: 140px;
        }

        .lawyer-service-label {
            font-size: 16px;
            font-weight: 500;
            color: #666;
            margin: 0 0 12px 0;
        }

        .lawyer-service-desc-box {
            background: #f9f9f9;
            padding: 16px 20px;
            border-radius: 6px;
        }

        .lawyer-service-desc {
            font-size: 15px;
            color: #333;
            margin: 0;
            line-height: 1.8;
        }

        .lawyer-consult-btn {
            flex-shrink: 0;
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            color: #fff;
            padding: 12px 36px;
            border-radius: 24px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .lawyer-consult-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
        }
		
		        /* 全局重置，避免影响其他模块 */
        .lawyer-profile-container * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 模块最外层包裹：不影响网站全局 */
        .lawyer-module-wrapper {
            width: 100%;
            position: relative;
            padding-top: 260px; /* 给顶部大图留出空间 */
        }

        /* 模块内部顶部背景图（不会顶到浏览器顶部！） */
        .lawyer-profile-hero-banner {
            width: 100%;
            height: 260px;
            background: url("https://picsum.photos/id/1073/1920/600") center/cover no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }

        /* 主容器：居中 + 压住背景图 */
        .lawyer-profile-container {
            max-width: 1400px;
            margin: -100px auto 0; /* 向上压住背景图 */
            padding: 0 0px;
            position: relative;
            z-index: 1;
        }

        /* 面包屑导航 */
        .lawyer-profile-breadcrumb {
            padding: 20px 0;
            font-size: 14px;
            color: #666;
            background: transparent;
        }
        .lawyer-profile-breadcrumb a {
            color: #666;
            text-decoration: none;
        }
        .lawyer-profile-breadcrumb a:hover {
            color: #007bff;
        }
        .lawyer-profile-breadcrumb span {
            margin: 0 8px;
        }

        /* 头部卡片容器 */
        .lawyer-profile-header-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            padding: 30px;
            margin-bottom: 24px;
            position: relative;
            z-index: 2;
        }

        /* 头部内容布局 */
        .lawyer-profile-header-content {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            position: relative;
            z-index: 1;
        }

        /* 头像区域 + 按钮 */
        .lawyer-profile-avatar-wrap {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            margin-top: -100px; /* 头像向上压住背景图 */
        }
        .lawyer-profile-avatar {
            width: 180px;
            height: 180px;
            border-radius: 10%;
            border: 4px solid #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            object-fit: cover;
        }

        /* 快速咨询按钮 */
        .lawyer-profile-quick-consult-btn {
            background: #1a1a1a;
            color: #fff;
            border: none;
            border-radius: 24px;
            padding: 10px 24px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
        }
        .lawyer-profile-quick-consult-btn:hover {
            background: #333;
            transform: translateY(-2px);
        }

        /* 头部信息区域 */
        .lawyer-profile-info-wrap {
            flex: 1;
        }
        .lawyer-profile-name-row {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
			    margin-top: -90px;
        }
        .lawyer-profile-name {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .lawyer-profile-name img {
            vertical-align: middle;
        }
        .lawyer-profile-verified-badge {
            width: 24px;
            height: 24px;
            background: #007bff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 14px;
        }

        /* 数据统计行 */
        .lawyer-profile-stats-row {
            display: flex;
            gap: 32px;
            margin-bottom: 16px;
			margin-top: 40px;
        }
        .lawyer-profile-stat-item {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .lawyer-profile-stat-label {
            font-size: 14px;
            color: #999;
        }
        .lawyer-profile-stat-value {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
			    text-align: center;
        }

        /* 律师简介标签 */
        .lawyer-profile-desc-tag {
            font-size: 14px;
            color: #666;
            margin-bottom: 16px;
        }

        /* 右侧执业信息 */
        .lawyer-profile-license-info {
            flex-shrink: 0;
            width: 320px;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .lawyer-profile-license-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #666;
        }
        .lawyer-profile-license-label {
            color: #999;
            min-width: 70px;
        }
        .lawyer-profile-license-value {
            color: #1a1a1a;
        }
       .lawyer-profile-license-badge {
    /* background: #f5f5f5; */
    border: 1px solid #e25151;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
    color: #e25151;
}

        /* 认证状态条 */
        .lawyer-profile-cert-status {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 0;
            background: #fff9e6;
            padding: 8px 16px;
            border-radius: 8px;
			width: 63%;
        }
        .lawyer-profile-cert-item {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 13px;
            color: #d97706;
        }
        .lawyer-profile-cert-icon {
            width: 16px;
            height: 16px;
            background: #ff6b6b;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 10px;
        }

        /* 详情模块 */
        .lawyer-profile-detail-section {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            padding: 24px;
        }
        .lawyer-profile-section-title {
            font-size: 20px;
            font-weight: 600;
            color: #666;
            margin-bottom: 24px;
            padding-left: 12px;
            border-left: 4px solid #007bff;
        }
        .lawyer-profile-detail-content {
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 24px;
        }

        /* 个人简介 */
        .lawyer-profile-intro-card {
            
            border-radius: 8px;
            padding: 24px;
        }
        .lawyer-profile-intro-title {
            font-size: 16px;
            font-weight: 600;
            color: #666;
            margin-bottom: 16px;
        }
        .lawyer-profile-intro-text {
            font-size: 14px;
            color: #666;
            line-height: 2;
            margin-bottom: 16px;
        }
        .lawyer-profile-skill-title {
            font-size: 14px;
            font-weight: 600;
            color: #666;
        }

        /* 咨询卡片 */
        .lawyer-profile-consult-card {
            background: linear-gradient(135deg, #f0f4f8 0%, #e6f0f5 100%);
            border-radius: 8px;
            padding: 32px 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            position: relative;
            overflow: hidden;
        }
        .lawyer-profile-consult-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("https://picsum.photos/id/180/1200/800") center/cover no-repeat;
            opacity: 0.05;
            z-index: 0;
        }
        .lawyer-profile-consult-info {
            position: relative;
            z-index: 1;
            text-align: left;
			    margin-top: 20px;
        }
        .lawyer-profile-consult-name {
            font-size: 24px;
            font-weight: 700;
            color: #1a1a1a;
            display: flex;
            align-items: center;
             
            gap: 8px;
            margin-bottom: 8px;
        }
        .lawyer-profile-consult-title {
            font-size: 16px;
            color: #666;
         
        }
        .lawyer-profile-consult-skill {
            font-size: 13px;
            color: #666;
        }
        .lawyer-profile-consult-btn {
            position: relative;
            z-index: 1;
            background: #fff;
            color: #1a1a1a;
            border: 1px solid #e0e0e0;
            border-radius: 24px;
            padding: 12px 48px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        .lawyer-profile-consult-btn:hover {
            background: #f5f5f5;
            transform: translateY(-2px);
        }
        .lawyer-profile-consult-avatar {
            position: absolute;
            bottom: 0;
            right: 20px;
            width: 180px;
            height: auto;
            border-radius: 8px;
            z-index: 2;
        }

        /* 响应式适配 */
        @media screen and (max-width: 1200px) {
            .lawyer-profile-header-content {
                flex-wrap: wrap;
            }
            .lawyer-profile-license-info {
                width: 100%;
                margin-top: 20px;
            }
            .lawyer-profile-detail-content {
                grid-template-columns: 1fr;
            }
            .lawyer-profile-consult-avatar {
                position: static;
                margin-top: 20px;
            }
        }
		 .exclusive-lawyer-section {
            position: relative;
        }

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

        .exclusive-titles {
            text-align: center;
            flex: 1;
        }

        .exclusive-main-title {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin: 0 0 10px 0;
            font-family: serif;
            letter-spacing: 2px;
        }

        .exclusive-sub-title {
            font-size: 20px;
            color: #666;
            margin: 0;
        }

        .exclusive-nav-btns {
            display: flex;
            gap: 10px;
        }

        .exclusive-nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #ddd;
            background: #fff;
            color: #333;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .exclusive-nav-btn:hover {
            background: #000;
            color: #fff;
            border-color: #000;
        }

        .exclusive-nav-btn.exclusive-prev {
            background: #000;
            color: #fff;
            border-color: #000;
        }

        .exclusive-lawyer-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .exclusive-lawyer-card {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.1);
            height: 250px;
        }

        .exclusive-lawyer-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            z-index: 0;
        }

        .exclusive-card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            
            z-index: 1;
        }

        .exclusive-card-content {
            position: relative;
            z-index: 2;
            padding: 40px 20px 0;
        }

        .exclusive-lawyer-info {
            flex: 1;
            padding-top: 20px;
        }

        .exclusive-lawyer-name {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            margin: 0 0 8px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .verified-badge-small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: #fff;
            font-size: 12px;
            border-radius: 50%;
        }

        .exclusive-lawyer-title {
            font-size: 14px;
            color: #666;
            margin: 0 0 12px 0;
        }

        .exclusive-lawyer-specialty {
            font-size: 13px;
            color: #555;
            margin: 0 0 40px 0;
            line-height: 1.6;
        }

        .exclusive-consult-btn {
            display: inline-block;
            width: auto;
            padding: 10px 32px;
            background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
            color: #333;
            border: none;
            border-radius: 30px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
            margin-left: 20px;
        }

        .exclusive-consult-btn:hover {
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: #fff;
        }
		
		 .quick-find-lawyer-section {
            width: 100%;
            max-width: 1400px;
            margin: 20px auto 20px;
            display: flex;
            gap: 20px;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .quick-find-left {
            width: 300px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            padding: 24px;
            flex-shrink: 0;
        }

        .quick-find-title {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            margin: 0 0 20px 0;
            padding-left: 8px;
            border-left: 5px solid #3b82f6;
        }

        .quick-find-tabs {
            display: flex;
            gap: 16px;
            margin-bottom: 20px;
            border-bottom: 1px solid #f0f0f0;
        }

        .quick-find-tab {
            padding: 10px 0;
            font-size: 15px;
            color: #666;
            background: none;
            border: none;
            cursor: pointer;
            position: relative;
            transition: color 0.3s ease;
        }

        .quick-find-tab:hover {
            color: #3b82f6;
        }

        .quick-find-tab.active {
            color: #3b82f6;
            font-weight: 500;
        }

        .quick-find-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background: #3b82f6;
        }

        .quick-find-content {
            display: none;
        }

        .quick-find-content.active {
            display: block;
        }

        .district-list,
        .problem-list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .district-item,
        .problem-item {
            display: block;
            text-align: center;
            padding: 8px 12px;
            background: #f5f5f5;
            border-radius: 6px;
            font-size: 14px;
            color: #666;
            text-decoration: none;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .district-item:hover,
        .problem-item:hover {
            background: #e8f0fe;
            color: #3b82f6;
        }

        .district-item.active,
        .problem-item.active {
            background: #e8f0fe;
            color: #3b82f6;
        }

        .quick-find-middle {
            flex: 1;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .lawyer-showcase {
            position: relative;
            flex: 1;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 590px;
        }

        .lawyer-bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            transition: transform 0.6s ease;
            animation: zoomIn 1s ease forwards;
        }

        .lawyer-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
            z-index: 1;
        }

        .lawyer-tabs-bottom {
            display: flex;
            background: rgba(0,0,0,0.6);
            padding: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 20;
            backdrop-filter: blur(10px);
        }

        .lawyer-info-overlay {
            position: relative;
            z-index: 2;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 40px;
			 
			    width: 450px;
        }

        .lawyer-info-content {
            color: #fff;
            animation: fadeInUp 0.8s ease forwards;
        }

        .lawyer-name-big {
            font-size: 48px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 20px 0;
            display: flex;
            align-items: center;
            gap: 16px;
            animation: fadeInUp 0.6s ease forwards;
        }

        .verified-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
            color: #fff;
            font-size: 20px;
            border-radius: 50%;
            animation: bounceIn 0.8s ease 0.3s forwards;
            opacity: 0;
        }

        .lawyer-tags {
            font-size: 18px;
            color: rgba(255,255,255,0.9);
            margin: 0 0 16px 0;
            line-height: 1.6;
            animation: fadeInUp 0.6s ease 0.2s forwards;
            opacity: 0;
        }

        .lawyer-intro {
            font-size: 15px;
            color: rgba(255,255,255,0.8);
            
            line-height: 1.8;
            background: rgba(255,255,255,0.1);
            
            border-radius: 58px;
            backdrop-filter: blur(10px);
            animation: fadeInUp 0.6s ease 0.4s forwards;
            opacity: 0;
        }

        .consult-btn-dark {
            align-self: flex-start;
            padding: 14px 48px;
            background: #fff;
            color: #333;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            animation: fadeInUp 0.6s ease 0.6s forwards;
            opacity: 0;
        }

        .consult-btn-dark:hover {
            background: #3b82f6;
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }

        @keyframes zoomIn {
            from {
                transform: scale(1.1);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        @keyframes fadeInUp {
            from {
                transform: translateY(30px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes bounceIn {
            0% {
                transform: scale(0);
                opacity: 0;
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        .lawyer-tab-btn {
            flex: 1;
            padding: 16px 12px;
            background: transparent;
            border: none;
            font-size: 15px;
            color: rgba(255,255,255,0.6);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .lawyer-tab-btn:hover {
            background: rgba(255,255,255,0.1);
            color: #fff;
        }

        .lawyer-tab-btn.active {
            background: rgba(0,0,0,0.8);
            color: #fff;
        }

        .lawyer-tab-btn:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 20px;
            background: rgba(255,255,255,0.2);
        }

        .lawyer-tab-btn.active::after {
            display: none;
        }

        /* 律师内容切换样式 */
        .lawyer-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
        }

        .lawyer-content.active {
            opacity: 1;
            pointer-events: auto;
        }

        .quick-find-right {
            width: 350px;
            flex-shrink: 0;
        }

        .quick-find-right .right-panel {
            width: 100%;
        }
		
		
		

/* 模块最外层容器 */
.lawyer_contract_show_widget_outer {
   
  margin: 30px 0 30px auto;
  padding: 0 0px;
}

/* 合同区域样式 */
.lawyer_contract_section {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
}

/* 区域标题样式：左侧蓝色竖线 */
.lawyer_contract_section_title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-left: 16px;
  position: relative;
}
.lawyer_contract_section_title::before {
  content: "";
  position: absolute;
  left: 0;
  
  width: 5px;
  height: 36px;
  background: #1677ff;
  
}

/* 二级分类标签样式（a链接版） */
.lawyer_contract_sub_tab {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}
.lawyer_legal_document_sub_tab {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}
.sub_tab_item {
  padding: 10px 20px;
  font-size: 16px;
  color: #666666;
  border-radius: 6px 6px 0 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.lawyer_legal_document_sub_tab .sub_tab_item {
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 4px;
}
.sub_tab_item.active {
  background: #1677ff;
  color: #ffffff;
  font-weight: 500;
}
.sub_tab_item:hover:not(.active) {
  color: #1677ff;
}

/* 合同网格布局 */
.lawyer_contract_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lawyer_contract_grid.hidden {
  display: none !important;
}

/* 合同卡片样式 */
.lawyer_contract_card {
  display: flex;
  flex-direction: column;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 卡片预览区（图片版） */
.contract-card-preview {
  position: relative;
  height: 250px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.contract-card-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
      padding: 20px 20px;
}

/* 下载按钮：默认隐藏，hover显示 */
.download-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: #f54336;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lawyer_contract_card:hover .download-btn {
  opacity: 1;
}

/* 卡片信息区 */
.contract-card-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.contract-icon {
  font-size: 16px;
  color: #1677ff;
}
.contract-name {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}

/* 卡片元数据区 */
.contract-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #999;
}

/* 卡片hover效果 */
.lawyer_contract_card:hover .contract-name {
  color: #1677ff;
}

/* 响应式适配 */
@media screen and (max-width: 992px) {
  .lawyer_contract_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .lawyer_contract_grid {
    grid-template-columns: 1fr;
  }
  .lawyer_contract_section_title {
    font-size: 20px;
  }
  .sub_tab_item {
    font-size: 14px;
    padding: 8px 16px;
  }
}



.pglist {
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    clear: both;
}.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}.pglist a {
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}.pglist .active a{
    display: inline-block;
    color: #fff;
    background: #0056a8;
    border-color: #0056a8;
}.pglist span{
    color: #333;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #edebeb;
}
.pglist .current{  background: #0056a8; color: aliceblue; }
.pglist .hover{  background: #0056a8; color: aliceblue; }

.wonderful-title:hover{
    color: #1677ff;
}

/* 全局重置：完全隔离样式，零冲突 */
    .lawyer_legal_document_detail_widget_outer * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Microsoft Yahei", sans-serif;
    }

    /* 模块最外层容器 */
    .lawyer_legal_document_detail_widget_outer {
        max-width: 1400px;
        margin: 0 0 30px auto;
        padding: 0 0px;
    }

    /* 卡片容器 */
    .lawyer_legal_document_detail_card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 40px 60px;
    }

    /* 文章头部 */
    .lawyer_legal_document_detail_header {
        text-align: center;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
    }

    .lawyer_legal_document_detail_title {
        font-size: 26px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 12px;
    }

    .lawyer_legal_document_detail_meta {
        display: flex;
        justify-content: center;
        gap: 30px;
        font-size: 14px;
        color: #888888;
    }

    .meta-icon {
        margin-right: 4px;
    }

    /* 正文内容 */
    .lawyer_legal_document_detail_content {
        font-size: 16px;
        line-height: 1.8;
        color: #333333;
    }

    /* 申请书范本样式 */
    .document-template {
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .document-template p {
        margin-bottom: 10px;
    }

    /* 说明部分样式 */
    .document-explain {
        line-height: 1.8;
    }

    .section-title {
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        margin: 20px 0 10px;
    }

    .document-explain p {
        margin-bottom: 8px;
        text-indent: 0;
    }

    /* 响应式适配 */
    @media screen and (max-width: 768px) {
        .lawyer_legal_document_detail_card {
            padding: 20px;
        }
        .lawyer_legal_document_detail_title {
            font-size: 22px;
        }
        .lawyer_legal_document_detail_content {
            font-size: 15px;
        }
        .section-title {
            font-size: 17px;
        }
    }

/* 文档下载模块样式 */
.file-download-section {
    margin: 30px 0 0 0;
}

.file-download-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-radius: 0;
    padding: 30px 0 0 0;
    box-shadow: none;
    border: none;
    border-top: 1px solid #eee;
}

.file-download-icon {
    flex-shrink: 0;
    margin-right: 20px;
}

.file-download-info {
    flex: 1;
}

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

.file-download-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-shrink: 0;
}

.file-download-btn {
    display: inline-block;
    padding: 10px 48px;
    background: linear-gradient(135deg, #4285F4 0%, #3367D6 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
    flex-shrink: 0;
    white-space: nowrap;
}

.file-download-btn:hover {
    background: linear-gradient(135deg, #3367D6 0%, #2952A3 100%);
    box-shadow: 0 6px 16px rgba(66, 133, 244, 0.4);
    transform: translateY(-2px);
    color: #fff;
}

.file-download-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
    .file-download-container {
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
    
    .file-download-icon {
        margin-right: 0;
    }
    
    .file-download-title {
        font-size: 18px;
        text-align: center;
    }
    
    .file-download-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    
    .file-download-btn {
        width: 100%;
        text-align: center;
    }
}
.lvbai{  color: #666;}

.lawyer-name a{  color: #666;}


    /* 模块最外层容器 */
    .lawyer_interest_recommend_widget_outer {
         
        margin: 0 0 30px auto;
        padding: 0 0px;
    }

    /* 卡片容器 */
    .lawyer_interest_recommend_card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 30px;
    }

    /* 模块标题样式：左侧蓝色竖线 */
    .lawyer_interest_recommend_title {
        font-size: 28px;
        font-weight: 600;
        color: #333333;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 30px;
        padding-left: 16px;
        position: relative;
    }
    .lawyer_interest_recommend_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 8px;
        height: 36px;
        background: #1677ff;
        border-radius: 0 4px 4px 0;
    }

    /* 推荐内容容器：双列布局 */
    .lawyer_interest_recommend_content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        background: #f9f9f9;
        border-radius: 8px;
        overflow: hidden;
    }

    /* 列样式 */
    .lawyer_interest_recommend_column {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 20px 30px;
    }
    .lawyer_interest_recommend_column:first-child {
        border-right: 1px solid #e8e8e8;
    }

    /* 列表项样式 */
    .lawyer_interest_recommend_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        font-size: 16px;
        color: #333333;
    }

    /* 标题链接样式 */
    .item-title {
        color: inherit;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .item-title:hover {
        color: #1677ff;
    }

    /* 高亮项样式（当前选中） */
    .lawyer_interest_recommend_item.active .item-title {
        color: #1677ff;
        font-weight: 500;
    }

    /* 浏览量样式 */
    .item-view {
        color: #888888;
        font-size: 15px;
        white-space: nowrap;
        margin-left: 20px;
    }

     /* 全局重置：完全隔离样式，零冲突 */
        .lawyer_legal_document_widget_outer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 模块最外层容器 */
        .lawyer_legal_document_widget_outer {
          margin: 0 0 30px auto;
    padding: 0 0px;
	margin-bottom: 30px;
        }

        /* 卡片容器 */
        .lawyer_legal_document_card {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            padding: 32px;
        }

        /* 模块标题样式：左侧蓝色竖线 */
        .lawyer_legal_document_main_title {
            font-size: 28px;
            font-weight: 600;
            color: #333333;
            padding-bottom: 16px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 30px;
            padding-left: 16px;
            position: relative;
        }
        .lawyer_legal_document_main_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 5px;
            height: 30px;
            background: #1677ff;
            border-radius: 0 4px 4px 0;
        }

        /* 文书列表 */
        .lawyer_legal_document_list_wrap {
            display: flex;
            flex-direction: column;
            gap: 2px;
            margin-bottom: 30px;
			margin-top: 30px;
        }

        .lawyer_legal_document_list_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px;
            font-size: 16px;
            color: #555555;
            transition: background 0.3s ease;
            border-radius: 4px;
        }

        .lawyer_legal_document_list_item:hover {
            background: #f5f7fa;
        }

       

        .lawyer_legal_document_item_name a {
            color: inherit;
            text-decoration: none;
        }
        .lawyer_legal_document_item_name a:hover {
            color: #1677ff;
        }

        .lawyer_legal_document_item_date {
            color: #888888;
            font-size: 15px;
        }
        .lawyer_legal_document_list_item.active .lawyer_legal_document_item_date {
            color: #1677ff;
        }

        /* 纯静态分页 */
        .lawyer_legal_document_pagination_wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .lawyer_legal_document_pagination_btn {
            width: 56px;
            height: 56px;
            border: 1px solid #cccccc;
            background: #ffffff;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #555555;
            cursor: default;
        }

        .lawyer_legal_document_pagination_btn.active {
            background: #222222;
            border-color: #222222;
            color: #ffffff;
        }

        .lawyer_legal_document_pagination_text {
            font-size: 16px;
            color: #555555;
        }

        /* 响应式适配 */
        @media screen and (max-width: 768px) {
            .lawyer_legal_document_main_title {
                font-size: 22px;
            }
            .lawyer_legal_document_list_item {
                font-size: 14px;
                padding: 10px 12px;
            }
            .lawyer_legal_document_pagination_btn {
                width: 48px;
                height: 48px;
                font-size: 18px;
            }
        }
		
		
		/* 独立命名空间，完全避免样式冲突 */
.lawyer-fee-standard-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.lawyer-fee-standard-wrap .module-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

/* 还原标题左侧蓝色竖线 */
.lawyer-fee-standard-wrap .module-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  width: 8px;
  background: #0066ff;
  border-radius: 4px;
}

.lawyer-fee-standard-wrap .content-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 30px 0;
}

.lawyer-fee-standard-wrap .tip-tag {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}

.lawyer-fee-standard-wrap .disclaimer-tag {
  display: inline-block;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
}

 /* 全局重置：完全隔离样式，零冲突 */
        .lawfee_feewidget_outer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 模块外层容器 */
       .lawfee_feewidget_outer {
     
    margin: 30px auto;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

        /* Tab 导航栏 */
        .lawfee_feewidget_tab_nav {
            display: flex;
            gap: 32px;
            border-bottom: 1px solid #eee;
            margin-bottom: 30px;
        }
        .lawfee_feewidget_tab_item {
            font-size: 20px;
            font-weight: 500;
            color: #666;
            padding: 16px 0;
            cursor: pointer;
            position: relative;
            transition: color 0.3s ease;
        }
        .lawfee_feewidget_tab_item.active {
            color: #1677ff;
        }
        .lawfee_feewidget_tab_item.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 3px;
            background: #1677ff;
            border-radius: 2px 2px 0 0;
        }
        .lawfee_feewidget_tab_item:hover {
            color: #1677ff;
        }

        /* Tab 内容容器 */
        .lawfee_feewidget_tab_content {
            background: #fff;
            border-radius: 8px;
            
            padding: 30px;
        }

        /* 内容面板：默认隐藏，激活显示 */
        .lawfee_feewidget_tab_panel {
            display: none;
        }
        .lawfee_feewidget_tab_panel.active {
            display: block;
        }

        /* 内容标题样式 */
        .lawfee_feewidget_content_title {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 16px;
            padding-left: 20px;
            position: relative;
        }
        .lawfee_feewidget_content_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 10px;
            height: 18px;
            background: #1677ff;
            border-radius: 3px;
        }

        /* 正文段落样式 */
        .lawfee_feewidget_content_text {
            font-size: 16px;
            color: #555;
            line-height: 1.8;
            margin-bottom: 16px;
            text-indent: 2em;
        }
        .lawfee_feewidget_content_text.no-indent {
            text-indent: 0;
        }

        /* 列表样式 */
        .lawfee_feewidget_content_list {
            font-size: 16px;
            color: #555;
            line-height: 1.8;
            margin-left: 2em;
            margin-bottom: 16px;
        }
        .lawfee_feewidget_content_list li {
            margin-bottom: 8px;
        }

        /* 收费比例列表 */
        .lawfee_feewidget_fee_scale {
            font-size: 16px;
            color: #555;
            line-height: 2;
            margin-left: 1em;
            margin-bottom: 16px;
        }

        /* 响应式适配 */
        @media screen and (max-width: 768px) {
            .lawfee_feewidget_tab_nav {
                gap: 16px;
            }
            .lawfee_feewidget_tab_item {
                font-size: 16px;
            }
            .lawfee_feewidget_tab_content {
                padding: 20px;
            }
        }
		
		  /* 全局重置：完全隔离样式，零冲突 */
       

        /* 模块最外层容器 */
        .lawyer_localcompensation_widget_outer {
            max-width: 1400px;
            margin: 30px auto;
            padding: 0 0px;
        }

        /* 卡片容器 */
        .lawyer_localcompensation_card {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            padding: 32px;
        }

        /* 标题样式：左侧蓝色竖线 */
        .lawyer_localcompensation_title {
            font-size: 32px;
            font-weight: 600;
            color: #333333;
            padding-bottom: 24px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 36px;
            padding-left: 16px;
            position: relative;
        }
        .lawyer_localcompensation_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 8px;
            height: 40px;
            background: #1677ff;
            border-radius: 0 4px 4px 0;
        }

        /* 标签容器：弹性换行布局 */
        .lawyer_localcompensation_tags_wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            row-gap: 20px;
        }

        /* 标签项基础样式 */
        .lawyer_localcompensation_tag_item {
            padding: 10px 28px;
            background: #f5f5f5;
            border-radius: 24px;
            font-size: 18px;
            color: #666666;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            border: none;
        }

        /* 标签高亮状态（当前选中） */
        .lawyer_localcompensation_tag_item.active {
            background: #f0f5ff;
            color: #1677ff;
            font-weight: 500;
        }

        /* 标签hover交互效果 */
        .lawyer_localcompensation_tag_item:hover {
            background: #e6f0ff;
            color: #1677ff;
        }

        /* 响应式适配 */
        @media screen and (max-width: 768px) {
            .lawyer_localcompensation_title {
                font-size: 24px;
            }
            .lawyer_localcompensation_tag_item {
                font-size: 16px;
                padding: 8px 20px;
            }
            .lawyer_localcompensation_tags_wrap {
                gap: 12px;
                row-gap: 12px;
            }
        }
		
		.lawyer_localcompensation_tag_item a{color: #666666;}
		
		 /* 全局重置：完全隔离，零冲突 */
        .lawcrime_crimewidget_outer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 最外层容器：居中 + 双栏 */
        .lawcrime_crimewidget_outer {
            max-width: 1400px;
            margin: 30px auto;
            padding: 0 0px;
            display: grid;
            grid-template-columns: 42% 56%;
            gap: 2%;
        }

        /* 卡片通用样式 */
        .lawcrime_crimewidget_card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
            padding: 26px;
            position: relative;
			    height: 750px;
        }

        /* 标题样式：蓝色竖条 + 间距 */
        .lawcrime_crimewidget_title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            padding-bottom: 18px;
            border-bottom: 1px solid #eee;
            margin-bottom: 22px;
            padding-left: 18px; /* 文字与蓝色条留出距离 */
            position: relative;
        }
        .lawcrime_crimewidget_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px; /* 竖条上下居中，不贴顶 */
            width: 6px;
            height: 30px;
            background: #1677ff;
            border-radius: 3px;
        }

        /* ==================== 左侧：刑法罪名库（可滚动下拉） ==================== */
        .lawcrime_crimelist_scrollbox {
            max-height: 540px;
            overflow-y: auto; /* 核心：内容超出自动滚动 */
            padding-right: 10px;
        }

        /* 滚动条美化 */
        .lawcrime_crimelist_scrollbox::-webkit-scrollbar {
            width: 7px;
        }
        .lawcrime_crimelist_scrollbox::-webkit-scrollbar-thumb {
            background: #c8c9cc;
            border-radius: 4px;
        }
        .lawcrime_crimelist_scrollbox::-webkit-scrollbar-track {
            background: #f6f7f9;
            border-radius: 4px;
        }

        /* 罪名分类项 */
        .lawcrime_crimelist_item {
            font-size: 18px;
            color: #555;
            line-height: 2.3;
            cursor: pointer;
            transition: color 0.25s ease;
        }
        .lawcrime_crimelist_item.active {
            color: #1677ff;
            font-weight: 500;
        }
        .lawcrime_crimelist_item:hover {
            color: #1677ff;
        }
        .lawcrime_crimelist_count {
            font-size: 16px;
            color: #999;
            margin-left: 6px;
        }

        /* 底部提示 */
        .lawcrime_crimelist_footer {
            margin-top: 22px;
            padding: 10px 20px;
            background: #fafbfc;
            border-radius: 20px;
            font-size: 14px;
            color: #999;
            text-align: center;
        }

        /* ==================== 右侧：罪名推荐 ==================== */
        .lawcrime_crimerecmd_banner {
            width: 100%;
            height: 180px;
            border-radius: 8px;
            margin-bottom: 24px;
            overflow: hidden;
        }
        .lawcrime_crimerecmd_banner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* 标签布局 */
        .lawcrime_crimerecmd_tags_wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        .lawcrime_crimerecmd_tag_item {
            padding: 8px 22px;
            background: #f5f7fa;
            border-radius: 20px;
            font-size: 16px;
            color: #555;
            cursor: pointer;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .lawcrime_crimerecmd_tag_item.active {
            background: #e6f0ff;
            color: #1677ff;
            font-weight: 500;
        }
        .lawcrime_crimerecmd_tag_item:hover {
            background: #e6f0ff;
            color: #1677ff;
        }

        /* 响应式 */
        @media screen and (max-width: 992px) {
            .lawcrime_crimewidget_outer {
                grid-template-columns: 1fr;
                gap: 22px;
            }
        }
		.shagnbianju{margin-top: 30px; }
		
		 /* 全局重置：完全隔离样式，零冲突 */
    .lawyer_crime_detail_widget_outer * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Microsoft Yahei", sans-serif;
    }

    /* 模块最外层容器 */
    .lawyer_crime_detail_widget_outer {
        
        margin: 0px auto;
        padding: 0 0px;
    }

    /* 卡片容器 */
    .lawyer_crime_detail_card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 32px;
    }

    /* 罪名头部 */
    .lawyer_crime_detail_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #eee;
    }

    .lawyer_crime_detail_title {
        font-size: 26px;
        font-weight: 600;
        color: #222222;
        padding-left: 20px;
        position: relative;
    }
    .lawyer_crime_detail_title::before {
        content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 30px;
    background: #1677ff;
    border-radius: 3px;
    }

    .lawyer_crime_detail_belong {
        font-size: 16px;
        color: #888888;
    }

    /* Tab导航栏 */
    .lawyer_crime_detail_tab_nav {
        display: flex;
        gap: 24px;
        border-bottom: 1px solid #eee;
        margin-bottom: 32px;
    }

    .lawyer_crime_detail_tab_item {
        font-size: 18px;
        color: #555555;
        cursor: pointer;
        padding: 12px 0;
        transition: all 0.3s ease;
        position: relative;
    }

    .lawyer_crime_detail_tab_item.active {
        color: #1677ff;
        font-weight: 500;
    }
    .lawyer_crime_detail_tab_item.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 3px;
        background: #1677ff;
        border-radius: 3px 3px 0 0;
    }

    .lawyer_crime_detail_tab_item:hover {
        color: #1677ff;
    }

    /* Tab内容区 */
    .lawyer_crime_detail_tab_content {
        min-height: 400px;
    }

    .lawyer_crime_detail_tab_pane {
        display: none;
    }
    .lawyer_crime_detail_tab_pane.active {
        display: block;
    }

    /* 通用文本样式 */
    .lawyer_crime_detail_subtitle {
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 16px;
    }

    .lawyer_crime_detail_text {
        font-size: 16px;
        color: #555555;
        line-height: 1.8;
        margin-bottom: 12px;
    }

    /* 构成要件样式 */
    .lawyer_crime_detail_elements_list {
        background: #f8f8f8;
        border-radius: 8px;
        padding: 24px;
    }
    .lawyer_crime_detail_elements_item {
        margin-bottom: 20px;
    }
    .lawyer_crime_detail_elements_item:last-child {
        margin-bottom: 0;
    }
    .lawyer_crime_detail_elements_title {
        font-size: 17px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 8px;
    }

    /* 认定样式 */
    .lawyer_crime_detail_identify_section {
        margin-bottom: 24px;
    }
    .lawyer_crime_detail_identify_section:last-child {
        margin-bottom: 0;
    }
    .lawyer_crime_detail_identify_title {
        font-size: 17px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 8px;
    }

    /* 量刑标准样式 */
    .lawyer_crime_detail_sentence_list p {
        margin-bottom: 8px;
    }
    .lawyer_crime_detail_sentence_list p:last-child {
        margin-bottom: 0;
    }

    /* 响应式适配 */
    @media screen and (max-width: 768px) {
        .lawyer_crime_detail_title {
            font-size: 22px;
        }
        .lawyer_crime_detail_tab_item {
            font-size: 16px;
            gap: 16px;
        }
        .lawyer_crime_detail_text {
            font-size: 15px;
        }
        .lawyer_crime_detail_elements_list {
            padding: 18px;
        }
    }
	
	  /* 全局重置：完全隔离样式，零冲突 */
    .lawyer_publicsafety_consult_widget_outer * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Microsoft Yahei", sans-serif;
    }

    /* 模块最外层容器 */
    .lawyer_publicsafety_consult_widget_outer {
        max-width: 1400px;
        margin: 30px auto;
        padding: 0 0px;
    }

    /* 卡片容器 */
    .lawyer_publicsafety_consult_card {
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 32px;
    }

    /* 模块标题样式：左侧蓝色竖线 */
    .lawyer_publicsafety_consult_main_title {
        font-size: 28px;
        font-weight: 600;
        color: #333333;
        padding-bottom: 24px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 30px;
        padding-left: 16px;
        position: relative;
    }
    .lawyer_publicsafety_consult_main_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        width: 8px;
        height: 36px;
        background: #1677ff;
        border-radius: 0 4px 4px 0;
    }

    /* 轮播容器 */
    .lawyer_publicsafety_consult_swiper_wrap {
        position: relative;
        overflow: hidden;
    }

    /* 列表容器（滚动层） */
    .lawyer_publicsafety_consult_list_wrap {
        display: flex;
        transition: transform 0.5s ease;
    }

    /* 单页列表 */
    .lawyer_publicsafety_consult_list_page {
        flex: 0 0 100%;
        width: 100%;
    }

    /* 列表项样式 */
    .lawyer_publicsafety_consult_list_item {
        display: flex;
        align-items: center;
        gap: 32px;
        font-size: 18px;
        color: #666666;
        line-height: 2.2;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    /* 日期样式 */
    .lawyer_publicsafety_consult_item_date {
        color: #888888;
        min-width: 120px;
    }

    /* 标题高亮状态 */
    .lawyer_publicsafety_consult_item_title.active {
        color: #1677ff;
        font-weight: 500;
    }

    /* 标题hover效果 */
    .lawyer_publicsafety_consult_item_title:hover {
        color: #1677ff;
    }

    /* 轮播指示器 */
    .lawyer_publicsafety_consult_indicator_wrap {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 24px;
    }

    .lawyer_publicsafety_consult_indicator_dot {
        width: 32px;
        height: 12px;
        border-radius: 6px;
        background: #cccccc;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .lawyer_publicsafety_consult_indicator_dot.active {
        background: #1677ff;
    }

    /* 响应式适配 */
    @media screen and (max-width: 768px) {
        .lawyer_publicsafety_consult_main_title {
            font-size: 22px;
        }
        .lawyer_publicsafety_consult_list_item {
            font-size: 16px;
            gap: 16px;
        }
        .lawyer_publicsafety_consult_item_date {
            min-width: 90px;
        }
    }
	
	.lawyer_publicsafety_consult_item_title a{
 color: #666666;
 }
 .lawyer_publicsafety_consult_item_title a:hover {
    color: #1677ff;
}

.lawcrime_crimelist_item a{
 color: #666666;
 }
 
 .lawcrime_crimelist_item a:hover {
    color: #1677ff;
}

.lawyer_publicsafety_crime_item_title a{
 color: #666666;
 }
 
  .lawyer_publicsafety_crime_item_title a:hover {
    color: #1677ff;
}

.qa-lawyer-name a{
 color: #666666;
 }
 

  .qa-lawyer-name a:hover {
    color: #1677ff;
}

.lk-item-title a{
 color: #666666;
 }
 

  .lk-item-title a:hover {
    color: #1677ff;
}

.lk-recommend-item-title a{
 color: #666666;
 }
.lk-recommend-item-title a:hover {
    color: #1677ff;
}
.ft-grid-item a{
  
    color: #999;
}

  /* 全局重置：完全隔离样式，零冲突 */
        .lawyer_commoncrime_widget_outer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 模块最外层容器 */
        .lawyer_commoncrime_widget_outer {
            max-width: 1400px;
            margin: 0px auto;
            padding: 0 0px;
        }

        /* 卡片容器 */
        .lawyer_commoncrime_card {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            padding: 32px;
        }

        /* 模块标题样式：左侧蓝色竖线 */
        .lawyer_commoncrime_main_title {
            font-size: 24px;
            font-weight: 600;
            color: #333333;
            padding-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 30px;
            padding-left: 16px;
            position: relative;
        }
        .lawyer_commoncrime_main_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            width: 6px;
            height: 30px;
            background: #1677ff;
            border-radius: 0 3px 3px 0;
        }

        /* 分类项容器 */
        .lawyer_commoncrime_category_item {
            background: #f8f8f8;
            border-radius: 6px;
            padding: 24px 28px;
            margin-bottom: 20px;
        }
        .lawyer_commoncrime_category_item:last-child {
            margin-bottom: 0;
        }

        /* 分类标题 */
        .lawyer_commoncrime_category_title {
            font-size: 20px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 12px;
        }

        /* 罪名标签容器 */
        .lawyer_commoncrime_tags_wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            row-gap: 10px;
        }

        /* 罪名标签样式 */
        .lawyer_commoncrime_tag_item {
            font-size: 16px;
            color: #555555;
            cursor: pointer;
            transition: color 0.3s ease;
            white-space: nowrap;
        }

        /* 标签高亮状态（当前选中） */
        .lawyer_commoncrime_tag_item.active {
            color: #1677ff;
            font-weight: 500;
        }

        /* 标签hover效果 */
        .lawyer_commoncrime_tag_item:hover {
            color: #1677ff;
        }

        /* 响应式适配 */
        @media screen and (max-width: 768px) {
            .lawyer_commoncrime_main_title {
                font-size: 20px;
            }
            .lawyer_commoncrime_category_title {
                font-size: 18px;
            }
            .lawyer_commoncrime_tag_item {
                font-size: 14px;
            }
            .lawyer_commoncrime_category_item {
                padding: 18px 20px;
            }
        }
		
		
		 /* 全局重置：完全隔离样式，零冲突 */
        .lawyer_publicsafety_crime_widget_outer * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft Yahei", sans-serif;
        }

        /* 模块最外层容器 */
        .lawyer_publicsafety_crime_widget_outer {
            max-width: 1400px;
            margin: 0px auto;
            padding: 0 0px;
        }

        /* 卡片容器 */
        .lawyer_publicsafety_crime_card {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            padding: 32px;
        }

        /* 模块头部：标题 + 统计 */
        .lawyer_publicsafety_crime_header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 16px;
            border-bottom: 3px solid #1677ff;
            margin-bottom: 30px;
        }

        .lawyer_publicsafety_crime_main_title {
            font-size: 28px;
            font-weight: 600;
            color: #333333;
            padding-left: 16px;
            position: relative;
        }
        .lawyer_publicsafety_crime_main_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 8px;
            height: 36px;
            background: #1677ff;
            border-radius: 0 4px 4px 0;
        }

        .lawyer_publicsafety_crime_count {
            font-size: 16px;
            color: #888888;
        }

        /* 罪名列表容器 */
        .lawyer_publicsafety_crime_list_wrap {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 40px;
        }

        /* 罪名项容器 —— 正常白色，hover灰色 */
        .lawyer_publicsafety_crime_item {
            padding: 24px 20px;
            border-radius: 8px;
            background: #ffffff;
            transition: background 0.3s ease;
        }
        .lawyer_publicsafety_crime_item:hover {
            background: #f8f8f8;
        }

        /* 罪名标题：蓝色圆点前缀 */
        .lawyer_publicsafety_crime_item_title {
            font-size: 22px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 16px;
            padding-left: 20px;
            position: relative;
        }
        .lawyer_publicsafety_crime_item_title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 12px;
            height: 12px;
            background: #1677ff;
            border-radius: 50%;
        }

        /* Tab导航栏 */
        .lawyer_publicsafety_crime_tab_nav {
            display: flex;
            gap: 20px;
            margin-bottom: 12px;
        }

        .lawyer_publicsafety_crime_tab_item {
            font-size: 16px;
            color: #555555;
            cursor: pointer;
            transition: color 0.3s ease;
            position: relative;
        }
        .lawyer_publicsafety_crime_tab_item::after {
            content: "|";
            position: absolute;
            right: -12px;
            color: #cccccc;
        }
        .lawyer_publicsafety_crime_tab_item:last-child::after {
            display: none;
        }

        .lawyer_publicsafety_crime_tab_item.active {
            color: #1677ff;
            font-weight: 500;
        }

        .lawyer_publicsafety_crime_tab_item:hover {
            color: #1677ff;
        }

        /* 罪名内容文本 */
        .lawyer_publicsafety_crime_item_content {
            font-size: 16px;
            color: #555555;
            line-height: 1.8;
        }

        /* 分页容器 —— 纯静态，无JS */
        .lawyer_publicsafety_crime_pagination_wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .lawyer_publicsafety_crime_pagination_btn {
            width: 56px;
            height: 56px;
            border-radius: 4px;
            border: 1px solid #cccccc;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #555555;
            cursor: default;
        }

        .lawyer_publicsafety_crime_pagination_btn.active {
            background: #222222;
            border-color: #222222;
            color: #ffffff;
        }

        .lawyer_publicsafety_crime_pagination_text {
            font-size: 16px;
            color: #555555;
        }

        /* 响应式适配 */
        @media screen and (max-width: 768px) {
            .lawyer_publicsafety_crime_main_title {
                font-size: 22px;
            }
            .lawyer_publicsafety_crime_item_title {
                font-size: 18px;
            }
            .lawyer_publicsafety_crime_tab_item {
                font-size: 14px;
            }
            .lawyer_publicsafety_crime_item_content {
                font-size: 14px;
            }
        }

/* �Ҳ�������ť */
.fixed-sidebar-buttons {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fixed-sidebar-item {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fixed-sidebar-item svg {
    fill: #999;
}

.fixed-sidebar-item:hover {
    background: #f5f5f5;
    border-color: #ccc;
    transform: translateX(-5px);
}

.fixed-sidebar-item:hover svg {
    fill: #666;
}

.fixed-sidebar-item#fixed-back-top {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* 微信二维码弹窗 */
.fixed-wechat-popup {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    width: 300px;
}

.fixed-wechat-popup-content {
    text-align: center;
    position: relative;
}

.fixed-wechat-qrcode {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fixed-wechat-qrcode img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-wechat-id {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.fixed-wechat-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.fixed-wechat-scan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #07c160;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fixed-wechat-scan-btn:hover {
    background: #06ad56;
    transform: translateY(-2px);
}

.fixed-wechat-arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

/* 电话弹窗 */
.fixed-phone-popup {
    position: absolute;
    right: 70px;
    top: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    width: 300px;
}

.fixed-phone-popup-content {
    text-align: center;
    position: relative;
}

.fixed-phone-popup-content h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.fixed-phone-hotline {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.fixed-phone-number {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
}

.fixed-phone-arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

/* ��Ӧʽ */
@media screen and (max-width: 768px) {
    .fixed-sidebar-buttons {
        right: 10px;
        bottom: 80px;
    }
    
    .fixed-sidebar-item {
        width: 44px;
        height: 44px;
    }
    
    .fixed-wechat-popup,
    .fixed-phone-popup {
        right: 60px;
        padding: 16px;
    }
}


/* �ͷ����� */
.fixed-customer-popup {
    position: absolute;
    right: 70px;
    bottom: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    width: 280px;
    overflow: hidden;
}

.fixed-customer-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.fixed-customer-close:hover {
    background: #e0e0e0;
}

.fixed-customer-close svg {
    fill: #999;
    width: 16px;
    height: 16px;
}

.fixed-customer-content {
    text-align: center;
    padding: 30px 20px 24px;
}

.fixed-customer-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    position: relative;
}

.fixed-customer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #f0f0f0;
}

.fixed-customer-verified {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    background: #1677ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.fixed-customer-verified svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.fixed-customer-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
}

.fixed-customer-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.fixed-customer-tag {
    font-size: 12px;
    color: #999;
    padding: 4px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
}

.fixed-customer-banner {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 20px;
    margin: 0 -20px 16px -20px;
}

.fixed-customer-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.fixed-customer-stats-label {
    font-size: 14px;
    color: #999;
}

.fixed-customer-stats-count {
    font-size: 18px;
    color: #ff6b00;
    font-weight: 600;
}


/* ���������ͷ� */
.floating-service {
    position: fixed;
    right: 150px;
    bottom: 500px;
    z-index: 9998;
}

.floating-service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 240px;
    text-align: center;
    position: relative;
    overflow: visible;
}

.floating-service-close {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.floating-service-close:hover {
    background: #e0e0e0;
}

.floating-service-avatar {
    width: 120px;
    height: 120px;
    margin: 30px auto 20px;
    position: relative;
    padding-top: 0;
}

 

.floating-service-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f5f5f5;
}

.floating-service-verified {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #1677ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
}

.floating-service-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.floating-service-tags {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.floating-service-tag {
    padding: 4px 12px;
    border: 1px solid #ff9800;
    color: #ff9800;
    border-radius: 4px;
    font-size: 12px;
}

.floating-service-btn-wrapper {
    position: relative;
    overflow: visible;
    margin: 0 -15px;
}

.floating-service-btn {
    width: 100%;
    background: #ff6b00;
    color: #fff;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.floating-service-btn::before,
.floating-service-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.floating-service-btn::before {
    left: 0;
    top: -8px;
    border-width: 0 0 8px 12px;
    border-color: transparent transparent #cc5600 transparent;
}

.floating-service-btn::after {
    right: 0;
    top: -8px;
    border-width: 0 12px 8px 0;
    border-color: transparent transparent #cc5600 transparent;
}

.floating-service-btn:hover {
    background: #e65c00;
}

.floating-service-count {
    background: #f5f5f5;
    padding: 30px;
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* ��Ӧʽ */
@media screen and (max-width: 768px) {
    .floating-service {
        right: 10px;
        bottom: 180px;
    }
    
    .floating-service-card {
        width: 220px;
    }
}
