.hall {
    background-color: #fff;
}

.hall-btn {
    padding: 8rem 26rem;
    display: flex;
}

.hall-btn-left,
.hall-btn-right {
    width: 5.6rem !important;
    height: 5.6rem !important;
    margin-right: 3.2rem;
    position: relative !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
}

.hall-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

.hall-btn img:nth-child(2) {
    display: none;
}

.hall-btn-right img {
    transform: rotate(180deg);
}

.hall-btn>div:hover {
    cursor: pointer;
}

.hall-btn>div:hover img {
    display: none;
}

.hall-btn>div:hover img:nth-child(2) {
    display: block;
}

.hall .hall-swiper {
    width: 100%;
    height: 65.5rem;
    overflow: hidden;
    padding-left: 26rem;
}

.hall .swiper-container {
    width: 103.2rem;
    height: 65.5rem;
}


.hall .swiper-slide {
    width: 100rem;
    height: 65.5rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 1rem;
    overflow: hidden;
}

.hall .swiper-slide img {
    width: 100rem;
    height: 65.5rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hall .swiper-slide-bottom {
    width: 100rem;
    height: 11.2rem;
    padding: 3.2rem;
    color: #333333;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(200px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    opacity: 0;
}