.section-teacher {
    width: 100%;
    height: 7.86rem;
    background: #fff;
}

.teacher-title {
    text-align: center;
    padding-top: 0.73rem;
    margin-bottom: 0.45rem;
}

.teacher-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
}

.teacher-icon {
    width: 0.42rem;
    height: 0.36rem;
    background-image: url('../../assets/icons/nav-why.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.teacher-h2 {
    font-size: 0.32rem;
    color: #031361;
    font-weight: 600;
    line-height: 0.32rem;
}

.teacher-swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0.45rem;
}

.teacher-swiper {
    width: 100%;
}

.teacher-swiper .swiper-slide {
    width: 2.72rem;
    margin-right: 0.37rem;
    margin-top: 0.44rem;
}

.teacher-card {
    width: 2.72rem;
    height: 5.04rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
}

.teacher-card:hover {
    transform: translateY(-0.44rem);
}

.teacher-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-left: 0.06rem;
    padding-right: 0.13rem;
}

.teacher-name {
    text-align: center;
    font-size: 0.2rem;
    color: #0342FF;
    font-weight: 600;
    line-height: 0.24rem;
    margin-top: 3.43rem;
    margin-bottom: 0.13rem;
}

.teacher-list {
    font-size: 0.14rem;
    color: #000;
    font-weight: 400;
    line-height: 0.24rem;
}

.teacher-list-item {
    display: flex;
    gap: 0.1rem;
}