.ibanner-0 {
    position: relative;
    height: 4.27rem;
    background-color: transparent;
}

.ibanner-0 .ibanner-1 {
    width: 7.5rem;
    height: 4.27rem;
    z-index: 1;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.ibanner-0 .ibanner-4 {
    position: absolute;
    width: 1.94rem;
    height: 0.19rem;
    inset: 2.94rem 50% 3.13rem;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: translateX(-50%);
    background-color: transparent;
    top: 2.94rem;
    right: 50%;
    bottom: 3.13rem;
    left: 50%;
}

.ibanner-0 .ibanner-4 .ibanner-5 {
    width: 0.19rem;
    height: 0.19rem;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
}

.ibanner-0 .ibanner-2 {
    position: absolute;
    width: 7.5rem;
    height: 0.89rem;
    inset: 3.38rem 7.5rem 4.27rem 0rem;
    background-color: rgba(40, 179, 197, 0.9);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3.38rem;
    right: 7.5rem;
    bottom: 4.27rem;
    left: 0rem;
}

.ibanner-0 .ibanner-2 .ibanner-3 {
    height: 0.3rem;
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 0.3rem;
    white-space: nowrap;
    background-color: transparent;
}

.swiper-pagination.ibanner-4 {
    position: absolute;
    width: 100%;
    height: 0.19rem;
    inset: 2.94rem 50% 3.13rem;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateX(-50%);
    background-color: transparent;
    top: 2.94rem;
    right: 50%;
    bottom: 3.13rem;
    left: 50%;
}

.swiper-pagination.ibanner-4 .swiper-pagination-bullet {
    width: 0.19rem;
    height: 0.19rem;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination.ibanner-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(21, 135, 151);
}