.successful_example {
    background: #FAFBFF;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
}
.successful_example_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
}
.successful_example_title > span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.375rem;
    color: #333333;
}
.successful_example_title > i {
    font-style: normal;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.25rem;
    color: #999999;
}
.company_swiper {
    width: 100%;
    overflow: hidden !important;
    height: 27.375rem;
}
.swiper-slide {
   width: 21.25rem;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1.25rem 0 rgba(51,51,51,0.1);
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    cursor: pointer;
}

.swiper-lazy:hover {
    transform: scale(1.05);
    transition-duration: 300ms;
}
.swiper-lazy {
    width: 100%;
    height: 10rem;
    transition-duration: 300ms;
}
.company-details {
    box-sizing: border-box;
    width: 100%;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;

}
.company-details-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-introduces-details {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3rem;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-button-prev,
.swiper-button-next {
    color: #00A8FF;
    cursor: pointer;
    transition-duration: 300ms;
}
.swiper-button-next:hover {
    transform: scale(1.1);
    transition-duration: 300ms;
}
.swiper-button-prev:hover {
    transform: scale(1.1);
    transition-duration: 300ms;
}
