.image_container {
    width: 130px;
    height: 130px;
    position: relative;
    align-content: center;
}

.index_title_box {
    margin-top: 20px;
}

.title_big1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title1 {
    width: 45%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    color: rgb(102, 102, 102);
}

.title2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: rgb(102, 102, 102);
}

/* 技术团队 */
.teams {
    display: flex;
    justify-content: space-between;
    margin-top: 170px;
}

.teams .team {
    width: 20%;
    margin-top: 66px;
    border-radius: 20px;
    background: rgba(252, 252, 252, 1);
    box-shadow: 0px 2px 15px rgba(150, 172, 217, 0.5);
}

.teams .team-row {
    display: flex;
    width: 30%;
    margin-top: 66px;
    border-radius: 20px;
    background: rgba(252, 252, 252, 1);
    box-shadow: 0px 2px 15px rgba(150, 172, 217, 0.5);
}

.team-row .layout-row {
    display: flex;
    align-items: center;
    margin: 40px 10px;
}

.team-row .info {
    text-align: left;
    padding: 20px 0;
}

.team .img-layout {
    display: flex;
    justify-content: center;
}

.team .img-row {
    width: 120px;
    height: 120px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 18px;
}

.team .img {
    width: 130px;
    height: 130px;
    margin-top: 33px;
}

.team .info {
    text-align: center;
    padding: 20px 0;
}

.info .team-title {
    font-size: 30px;
    font-weight: 500;
    margin-left: 15px;
}

.info .team-desc {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0px 2px 15px rgba(150, 172, 217, 0.5);
    line-height: 30px;
    margin-top: 16px;
    letter-spacing: 0px;
    padding: 0 20px;
}