.banner-container {
    width: 100%;
    height: 222px;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 律师信息区域 */
.lawyer-info {
    display: flex;
    gap: 40px;
    margin-bottom: 0px;
    margin-top: -70px;
    align-items: center;
}
.left-content {
    flex: 1;
    display: flex;
    gap: 30px;
    align-items: end;
}
.consult-btn {
    width: 100%;
    height: 40px;
    background: #1890ff;
    color: white;
    border: none;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

.contact-info {
    text-align: center;
    color: #666;
    font-size: 14px;
}


.lawyer-photo {
    width: 213px;
    height: 213px;
    background: #DEE4F0;
    border-radius: 20px;
    border: 6px solid #FFFFFF;
    overflow: hidden;
}

.photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* 认证信息 */
.certification-list {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.certification-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cert-icon {
    width: 16px;
    height: 16px;
}

.cert-text {
    color: #fff;
    font-weight: bold;
font-size: 14px;
color: #FFFFFF;
line-height: 16px;
text-align: left;
font-style: normal;
text-transform: none;
}

/* 姓名区域 */
.name-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.lawyer-name {
    font-size: 24px;
    margin: 0;
}

.star-icon {
    width: 24px;
    height: 24px;
}

.collect-btn {
    cursor: pointer;
    transition: opacity 0.3s;
}

.collect-btn:hover {
    opacity: 0.8;
}

/* 律所信息 */
.firm-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.firm-name {
    color: #333;
}

.vertical-bar {
    width: 1px;
    height: 16px;
    background: #999;
}

.position {
    color: #666;
}

/* 标签 */
.tag-list {
    display: flex;
    gap: 10px;
}

.tag-item {
    padding: 4px 12px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #666666;
    font-size: 12px;
    color: #666666;
}
/* 介绍区域 */
.intro-section {
    margin-top: 20px;
}

.intro-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.intro-icon {
    width: 4px;
    height: 20px;
    background: #183F99;
    border-radius: 2px;
}

.intro-title {
    font-size: 20px;
    color: #333;
}

.intro-content {
    background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%);
    border-radius: 8px;
    font: 16px/19px 'Source Han Sans CN';
    color: #000;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 20px;
}
.flex-section{
    display: flex;
    gap: 110px;
}
.flex-section > div{
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* 复合介绍区域 */
.compound-section {
    margin-top: 20px;
}

.compound-content {
    display: flex;
    background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%);
    padding: 20px 15px;
    border-radius: 8px;
    flex: 1;
}

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

.info-item {
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
}
.info-item:nth-last-of-type(1){
    margin-bottom: 0;
}
.info-label {
    color: #666;
    min-width: 80px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.info-value {
    color: #333;
    font-weight: 500;
font-size: 14px;
color: #333333;
text-align: left;
font-style: normal;
text-transform: none;
}

.service-tags {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.service-tag {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    background: #f0f7ff;
    border-radius: 20px;
}

.tag-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
/* 温馨提示区域 */
.tips-section {
    margin-top: 20px;
}

.tips-content {
    line-height: 1;
    color: #666;
}

.tips-list {
    padding-left: 20px;
    margin: 15px 0;
}

.tips-list li {
    margin-bottom: 5px;
}

.copyright-notice {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: non
}

.tit {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

  .deg {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    /* 添加多行省略 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .main {
            width: 1000px;
            margin: 0 auto;
        }

        /* 更小 */
        @media screen and (max-width: 1359px) {
            .main {
                width: 1000px;
            }
        }

        /* 720p */
        @media screen and (min-width: 1360px) and (max-width: 1919px) {
            .main {
                width: 90vw;
            }
        }

        /* 1080p屏幕 */
        @media screen and (min-width: 1920px) and (max-width: 2559px) {
            .main {
                width: 90vw;
            }
        }

        /* 2K屏幕 */
        @media screen and (min-width: 2560px) {
            .main {
                width: 2000px;
            }
        }

        a {
            text-decoration: none;
            color: #333;
        }

        .tit {
            transition: all .3s;
        }
        .answer-item{
            margin-bottom: 20px;
        }
        .answer-item:nth-last-of-type(1),.answer-item:nth-last-of-type(2){
            margin-bottom: 0;
        }
        .answer-item:hover .tit{
            color: #183F99;

        }

        a:hover {
            color: #fff;
        }



        .warper {
            display: flex;
        }

        .message {
            margin-top: 10px;
            font-weight: 400;
            font-size: 12px;
            color: #666666;
            line-height: 12px;
            letter-spacing: 1px;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

      

        .zhongcai {
            flex: 1;
            margin-right: 20px;
        }

        body {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            /* 隐藏横向溢出 */
        }