.honors-section {
    margin: 10px 0;
}

.honors-section .container {
    background-color: #fff;
    padding: 24px 0;
}

.honors-header .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.honors-tab {
    align-items: center;
    gap: 2px;
    border: 1px solid #1A6AB3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #1A6AB3;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    line-height: 32px;
    width: 130px;
    height: 32px;
}

.honors-tab .tab-icon {
    width: 23px;
    height: 23px;
    display: none;
}

.honors-tab.active {
    color: #fff;
}

.honors-tab.active .tab-icon {
    display: inline-block;
}

.honors-divider {
    height: 3px;
    background: #1A6AB3;
    margin: 0 auto 20px;
    width: min(100%, 1360px);
}

.honors-panels {
    width: 100%;
}

.honors-panel {
    display: none;
}

.honors-panel.active {
    display: block;
}

.honors-panel .honors-swiper {
    margin-top: 0;
}

.honors-swiper {
    position: relative;
    width: 100%;
    padding: 0 43px;
}

.honors-swiper .swiper-wrapper {
    align-items: stretch;
}

.honors-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.honors-swiper .slide-link {
    display: block;
    text-decoration: none;
}

.honors-swiper .img-box {
    width: 270px;
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
    background: #f5f5f5;
}

.honors-swiper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honors-swiper .swiper-button-prev::after,
.honors-swiper .swiper-button-next::after {
    color: var(--mainColor, #2D87DF);
    font-size: 18px;
}
