.team-top {
    padding: 50px 0 58px;
    text-align: center;
}

.team-top .one,
.team-center .one {
    font-size: 22px;
    font-family: 黑体;
    font-weight: 400;
    color: #222B48;
    margin-bottom: 16px;
}

.team-top .two,
.team-center .two {
    font-size: 19px;
    font-family: 黑体;
    font-weight: 400;
    color: #B8AEAE;
}

.team-center {
    padding: 111px 0 57px;
    text-align: center;
}

.team-bottom {
    /* background: rgb(241, 241, 241); */
    padding-bottom: 318px;
    margin-top: -168px;
}

.team-bottom .top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.logo-img {
    width: 919px;
    height: 433px;
    /* position: absolute;
    top: 190px;
    left: 50%;
    transform: translate(-50%, 0); */
    /* margin: -145px auto; */
    margin: -112px auto;
}

.shadow-img {
    /* width: 724px;
    height: 350px; */
    width: 545px;
    height: 350px;
}

.team-bottom .text {
    font-size: 22px;
    font-family: 黑体;
    font-weight: 400;
    color: #222B48;
    margin-bottom: 16px;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.team-bottom .text1 {
    margin-bottom: 16px;
}

.person-img {
    width: 104px;
    height: 127px;
}

.team-imgs-view {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    margin-top: -160px;
}

.team-imgs-view .img {
    cursor: pointer;
    transition: all 0.3s;
}

.team-imgs-view .img:hover {
    transform: scale(1.2);
    z-index: 1;
}

.imgs-item-view-one {
    display: flex;
    margin-right: 5px;
}

.imgs-item-view-two {
    display: flex;
    flex-direction: column;
}

.imgs-item-two-top {
    display: flex;
    margin-bottom: 5px;
}

.imgs-item-three {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.imgs-item-three .one {
    margin-bottom: 5px;
}

.imgs-item-four {
    display: flex;
    flex-direction: column;
}

.imgs-item-four .one {
    margin-bottom: 5px;
}

.imgs-item-five {
    display: flex;
}

.imgs-item-five .one {
    margin-right: 5px;
}

.imgs-item-one {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.imgs-item-one .one {
    margin-bottom: 4px;
}

.imgs-item-two {
    display: flex;
    flex-direction: column;
}

.imgs-item-two .two {
    margin: 5px 0;
}

/* .imgs-item-view-one {
    position: relative;
    margin-right: 11px;
}

.imgs-item-one {
    position: absolute;
    top: 0;
    left: 0;
}

.imgs-item-two {
    position: absolute;
    top: 0;
    right: 0;
}

.imgs-item-view-two {
    position: relative;
}

.imgs-item-three {
    position: absolute;
    top: 0;
    left: 0;
} */
/* 
.imgs-item-four {
    position: absolute;
    top: 0;
    right: 0;
}

.imgs-item-five {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
} */