/* certification start */
.normal-swiper {
    width: 90%;
    margin: 0 auto;
}
.normal-swiper-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    position: relative;
}
.normal-swiper-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.normal-swiper-item-content {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*padding: 20px;*/
    justify-content: space-between;
}
.normal-swiper-item-content h3 {
    font-size: 16px;
}
.normal-swiper-item-content p {
    font-size: 14px;
}
.normal-swiper-button-prev, .normal-swiper-button-next {
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    width: 44px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #f1f1f1;
}
.normal-swiper-button-prev::after, .normal-swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
/* certification end */



/* story start */
.story-swiper {
    width: 90%;
    margin: 0 auto;
}
.story-swiper-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    position: relative;
}
.story-swiper-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.story-swiper-item-line {
    height: 4px;
    position: relative;
    background-color: #F2F2F2;
}
.story-swiper-item-line img {
    z-index: 1;
    width: 16px;
    height: 16px;
    top: -11px;
    position: relative;
}
.story-swiper-item-line::after {
    position: absolute;
    content: "";
    left: calc(50% - 14px);
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: #CBCBCB;
}
.story-swiper-item-bottom {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.story-swiper-item-content {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*padding: 20px;*/
    justify-content: space-between;
}
.story-swiper-item-content h3 {
    font-size: 16px;
}
.story-swiper-item-content p {
    font-size: 14px;
}
.story-swiper-button-prev, .story-swiper-button-next {
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    width: 44px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #f1f1f1;
}
.story-swiper-button-prev::after, .story-swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
/* story end */

/* team start */
.team-section {
    padding: 90px 0;
    /*background-color: #f9f9f9;*/
    overflow: hidden;
    margin: 45px 0;
}

.team-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.team-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.team-info {
    width: 100%;
    color: var(--base-color);
    text-align: center;
}

.team-image {
    flex: 1;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.team-title {
    font-size: 40px;
    font-family: SailecBold;
    color: var(--base-color);
    margin-bottom: 90px;
}

.team-text-swiper {
    height: auto;
}

.team-text {
    padding: 20px 0;
}

.team-text p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.team-text p:last-child {
    margin-bottom: 0;
}

.team-image-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.team-image-swiper .swiper-slide {
    width: 100%;
}

.team-image-swiper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.team-process-prev,
.team-process-next {
    color: var(--base-color);
    top: 35%;
    /* transition: all 0.3s ease; */
    width: 44px;
    background-color: #FFFFFF;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    z-index: 100;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #f1f1f1;
}

.team-process-prev:hover,
.team-process-next:hover {
    background-color: rgba(230, 230, 230, 0.5);
    border-radius: 50%;
}
.team-process-prev {
    left: -50px;
}

.team-process-next {
    right: -50px;
}

.team-process-prev::after,
.team-process-next::after {
    font-size: 20px;
    font-weight: bold;
}
.team-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    text-align: center;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 0;
    /* 消除分页器之间的间隙 */
}

.swiper-slide h3 {
    font-size: 20px;
    color: var(--base-color);
    padding: 10px 0;
    text-align: center;
}

.swiper-slide p {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.team-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    vertical-align: middle;
    border-radius: 50%;
}

.team-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 10px;
    height: 10px;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1365px) {
    .team-section {
        padding: 70px 20px;
        margin: 50px 0;
    }

    .team-content {
        flex-direction: column;
        gap: 40px;
    }

    .team-info,
    .team-image {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .team-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 60px;
    }

    .team-text {
        text-align: center;
    }

    .team-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .team-image-swiper .swiper-slide {
        /* padding-top: 66.67%; */
        /* 3:2 比例，更适合平板 */
    }

    .team-image-swiper .swiper-slide img {
        height: 280px;
    }

    .swiper-slide h3 {
        font-size: 18px;
        padding: 12px 0;
    }

    .swiper-slide p {
        font-size: 16px;
    }

    .team-pagination {
        text-align: center;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .team-section {
        padding: 50px 0 40px;
        margin: 40px 0;
    }

    .team-container {
        padding: 0 20px;
    }

    .team-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .team-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .team-image-swiper .swiper-slide {}

    .team-image-swiper .swiper-slide img {
        height: 280px;
    }

    .swiper-slide h3 {
        font-size: 18px;
        padding: 15px 0 8px;
    }

    .swiper-slide p {
        font-size: 15px;
        line-height: 1.5;
    }

    .team-pagination {
        padding: 6px 12px;
        bottom: 15px !important;
    }

    .team-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }

    .team-pagination .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
    }
}
/* team end */
