﻿.team-wrap {
    padding-bottom: 1.71rem;
}

    .team-wrap .title {
        width: 6.19rem;
        height: 2.13rem;
        margin: 0 auto;
        padding-top: 0.8rem;
        padding-bottom: 0.3rem;
    }

.team-wrap .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.team-wrap .list .item {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 0.5rem 1rem;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

/* 绿色装饰点已移除 */

.team-wrap .list .item img {
    position: relative;
    z-index: 10;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1);
    margin-bottom: 0.5rem;
}

.team-wrap .list .item img:hover {
    transform: scale(1.05);
}

.team-wrap .list .item .name {
    font-size: 0.3rem;
    color: #2B2B2B;
}

.team-wrap .list .item .job {
    font-size: 0.2rem;
    padding: 0.18rem 0;
    color: #2B2B2B;
    text-align: center;
}

.team-wrap .list .item.item-third {
    width: 33.33%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.team-wrap .list .item a.icon {
    display: none;
}

.team-wrap .list .item:hover img {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 分隔线样式 */
.team-wrap .list .separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
}

.team-wrap .list .separator .line {
    width: 35%;
    height: 1px;
    background: linear-gradient(to right, transparent, #e0e0e0, #e0e0e0, transparent);
}

.team-wrap .list .separator .dot {
    width: 8px;
    height: 8px;
    background: #4CAF50;
    transform: rotate(45deg);
    margin: 0 10px;
}
