.pt-3 {
    padding-top: 2rem;
}
.Rep-title{
    font-size: 2rem;
    font-weight: 500;
    /*line-height: 4rem;*/
    color: #00A052;
    padding-left: 3rem;
}
.Repre-container{
    position: relative;
}

.advantage-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 20px;*/
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.15;
    color: #00a052;
}
.advantage-top .right {
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
}
.advantage-con {
    /*margin-top: 20px;*/
    width: 100%;
    font-size: 14px;
    color: #00a052;
    padding-left: 20px;
}
.advantage-con ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #00a052;
    position: relative;
    padding: 0 0 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: square;
    word-break: break-word;
}
/*加*/
.zw {
    padding-left: 1em;
    text-align: left;
    line-height: 2rem;
}
.zw li {
    font-weight: 400;
    /*color: #1a1a1a;*/
    font-size: 1.4rem;
}
.zw li::before {
    content: "•";
    /*color: black;*/
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/* 地址样式 */
.office-address {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
/* 标题样式 */
.office-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #333;
}




@media (min-width: 768px){
    .Repre-container-3{
        width: 100%;
        box-sizing: border-box;
        display: grid;
        gap: 1rem;
        align-items: center;
        padding: 5.5rem 5rem 5.5rem 5rem;
        font-size: 1.6rem;
        background: #F5F8FC;
        position: relative;
    }
    .Repre-container::after{
        content: '';
        width: -webkit-fill-available;
        border-bottom:1px solid #494949;
        bottom: 0;
        position: absolute;
        margin: 0 5rem;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .repre-addre{
        align-items:unset;
    }
}
@media screen and (min-width: 768px)and (max-width : 1024px){
    .repre-addre{
        align-items:unset;
    }
}
@media (max-width: 767px){
    .Rep-title {
        padding-left: 1rem;
    }
    .Repre-container{
        padding: 1rem;
        font-size: 1.6rem;
    }
    .scene-left,.scene-right{
        width: 100%;
    }
    .topheader {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .repre-left img{
        width: 12rem;
    }
    .Repre-ll{
        margin-bottom: 20px;
    }
    .Repre-container-3{
        padding: 1rem;
        font-size: 1.6rem;
    }
    .repre-addre{
        align-items: unset;
    }
    .topheader-right{
        padding: 1rem;
    }
    .repre-addre .address{
        display: flex;
    }
}

@media (min-width: 1024px){
    .Repre-container-3 {
        grid-template-columns: 5.5fr 2.5fr 2fr;
    }
}
@media (min-width: 1024px){
    .Repre-container-2 {
        grid-template-columns: 6fr 3fr 0;
        margin-bottom: 6rem;
        border-bottom: unset;
        display: grid;
    }
}
/*AI生成的*/
  * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Microsoft Yahei", Arial, sans-serif;
    }

    body {
        background-color: #fff;
        /*padding: 20px;*/
        color: #333;
    }

    /* 黄色说明文本样式（对应设计图的黄色标注） */
    .note {
        background-color: #fff3cd;
        color: #856404;
        padding: 8px 12px;
        margin: 10px 0;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* 区域标题样式 */
    .section-title {
        font-size: 1.8rem;
        font-weight: bold;
        margin: 25px 0 15px 0;
        padding-bottom: 5px;
        border-bottom: 2px solid #00a052;
        display: flex;
        align-items: center;
    }

    .section-title span {
        background-color: #00a052;
        color: white;
        padding: 2px 8px;
        border-radius: 0px;
        margin-right: 10px;
        font-size: 1.8rem;
    }

    /* 地址样式 */
    .address {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.8;
    }

    /* 网格容器：核心布局，每行4列 */
    .grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
        margin-bottom: 20px;
    }

    /* 成员卡片样式 */
    .member-card {
        /*background: white;*/
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 15px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        transition: transform 0.2s;
        min-height: 280px; /* 固定卡片高度，对齐更美观 */
        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
    }

    .member-hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    /* 圆形头像 */
    .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto 12px;
        /*border: 3px solid #007bff;*/
    }

    /* 卡片内文字样式 */
    .card-text {
        margin: 6px 0;
        font-size: 14px;
    }

    .job {
       font-weight: 400;
       font-size: 1.6rem;
       color: #00a052;
       /*min-height: 50px;*/
    }

    .name {
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.15;
    }

    .responsibility, .contact {
        color: #1a1a1a;
        font-weight: 400;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }
    .contact {
        font-size: 1.4rem;
    }
    .responsibility{
        flex-flow: column;
    }
    .contact img{
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .8rem;
    }

    /* 响应式适配：平板端每行2列，手机端1列 */
    @media (max-width: 992px) {
        .grid-container {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .grid-container {
            /*grid-template-columns: 1fr;*/
            grid-template-columns: repeat(2, 1fr);
            width:100%;
            gap: 1px;
        }
        .avatar {
            width: 10rem;
            height: 10rem;
        }
        .contact{
            overflow: hidden;
            text-align: left;
            word-break: break-all;
            font-size: 1rem;
        }
        .responsibility{
          font-size: 1.4rem;
        }
        .member-card{
            padding: 1rem;
            margin: 1rem;
        }
        .contact img{
            width: 1.5rem;
            height: 1.5rem;
            margin-right: 0.5rem;
        }
        .job {
           font-size: 1.4rem;
        }
        .name {
            font-size: 1.6rem;
        }
        .zw li{
             font-size: 1.4rem;
        }
        .office-address{
            font-size: 1.4rem;
        }
        .office-title {
            font-size: 1.6rem;
        }

    }
    /*头部*/
    /* 容器：控制整体布局 */
    .office-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; /* 关键：允许子元素换行 */
        gap: 20px; /* 列之间的间距 */
    }
    /* 办公室卡片通用样式 */
    .office-card {
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 24px;
        flex: 1; /* 关键：默认平分空间 */
        min-width: 300px; /* 最小宽度，防止过于挤压 */
    }

    /* 响应式规则：手机端垂直排列 */
    @media (max-width: 768px) {
        .office-card {
            flex: 100%; /* 手机端独占一行 */
            min-width: 100%;
        }
    }

    /* 黄色高亮备注（模拟原图样式） */
    .highlight-note {
        /*background-color: #fff3cd;*/
        color: #856404;
        padding: 8px 12px;
        margin: 12px 0;
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.6;
    }
    .highlight-note img{
        max-width:75%;
    }

    /* 链接样式 */
    .map-link {
        color: #00a052;
        text-decoration: underline;
        cursor: pointer;
    }

