.testing>span {
    color: #333333;
    font-size: 2rem;
    text-align: center;
    line-height: 2.9rem;
    display: block;
    width: 100%;
}

.testing-content {
    position: relative;
    padding-bottom: 4rem;
}

.testing .swiper-container {
    width: 100%;
    overflow: hidden;
}

.testing-content .prev,
.testing-content .next {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 13.2rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.testing-content .prev {
    left: -5.6rem;
}

.testing-content .next {
    right: -5.6rem;
    transform: rotate(180deg);
}

.testing-content .prev div,
.testing-content .prev img,
.testing-content .next div,
.testing-content .next img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 0;
}

.testing-content .prev div,
.testing-content .next div {
    opacity: 0;
}

.testing-content .prev img:last-child,
.testing-content .next img:last-child {
    display: none;
}

.testing-content .prev:hover img:last-child {
    display: block;
}

.testing-content .next:hover img:last-child {
    display: block;
}

.testing .swiper-slide {
    /* width: 31.8rem !important; */
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
}

.testing .swiper-slide-item {
    width: 31.8rem;
    height: 31.8rem;
    background-color: #FFFFFF;
    color: #05173C;
    border-radius: 1rem;
    overflow: hidden;
}

.testing .swiper-slide-item .img {
    width: 31.8rem;
    height: 31.8rem;
}


.testing .swiper-pagination {
    bottom: 4rem !important;
}

.testing .swiper-pagination-bullet {
    background: #05173C !important;
    width: 0.8rem !important;
    height: 0.8rem !important;
    /* opacity: 0.1; */
}

.testing-tabs {
    margin: 8rem 0;
    width: 100%;
    border-bottom: 0.1rem solid #F5F5F7;
    padding: 0 21.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testing-tabs>img{
    width: 2rem;
    height: 2rem;
    margin-bottom: 1.7rem;
}

.testing-tab {
    width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.3rem solid rgba(0, 0, 0, 0);
}

.testing-tabs .active {
    border-bottom: 0.3rem solid #F16522;
}

.testing-tab:hover {
    cursor: pointer;
}

.testing-tab span {
    font-size: 2.4rem;
    font-weight: 500;
    color: #999;
    line-height: 2.9rem;
    display: block;
    width: 30.5rem;
    margin-bottom: 2rem;
    text-wrap: nowrap;
    text-align: center;
}

.testing-tabs .active span {
    color: #F16522;
}

@media screen and (max-width: 768px) {
    .testing>span {
        color: #333333;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.5rem;
        display: block;
        width: 100%;
    }

    .testing-content {
        position: relative;
        padding-bottom: 2rem;
        padding-top: 2.4rem;
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }

    .testing .swiper-container {
        width: 100%;
        overflow: hidden;
    }

    .testing-content .prev,
    .testing-content .next {
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 14.8rem;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1;
    }

    .testing-content .prev {
        left: 0rem;
    }

    .testing-content .next {
        right: 0rem;
        transform: rotate(180deg);
    }

    .testing-content .prev div,
    .testing-content .prev img,
    .testing-content .next div,
    .testing-content .next img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        margin: 0;
    }

    .testing-content .prev div,
    .testing-content .next div {
        opacity: 0;
    }

    .testing-content .prev img:last-child,
    .testing-content .next img:last-child {
        display: none;
    }

    .testing-content .prev:hover img:last-child {
        display: block;
    }

    .testing-content .next:hover img:last-child {
        display: block;
    }

    .testing .swiper-slide {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 24.7rem;
        height: 24.7rem;
    }

    .testing .swiper-slide-item {
        width: 24.7rem;
        height: 24.7rem;
        background-color: #FFFFFF;
        color: #05173C;
        border-radius: 1rem;
        overflow: hidden;
    }

    .testing .swiper-slide-item .img {
        width: 24.7rem;
        height: 24.7rem;
    }


    .testing .swiper-pagination {
        bottom: 2rem !important;
    }

    .testing .swiper-pagination-bullet {
        background: #05173C !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        /* opacity: 0.1; */
    }

    .testing .swiper-pagination-bullet-active {
        width: 1.2rem !important;
        border-radius: 10rem !important;
    }

    .testing-tabs {
        margin: 5rem 0 2.5rem;
        width: 100%;
        border-bottom: 0.1rem solid #F5F5F7;
        padding: 0 2.7rem;
        display: flex;
        justify-content: space-between;
    }

    .testing-tab {
        width: 6rem;
        height: auto;
        display: flex;
        justify-content: center;
        border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
    }

    .testing-tabs .active {
        border-bottom: 0.2rem solid #F16522;
    }

    .testing-tab:hover {
        cursor: pointer;
    }

    .testing-tab span {
        font-size: 1.6rem;
        font-weight: 600;
        color: #999;
        line-height: 1.9rem;
        text-align: center;
        width: 9.6rem;
        margin-bottom: 1.5rem;
        text-wrap: wrap;
    }

    .testing-tabs .active span {
        color: #F16522;
    }
}