<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 莅���筝㊨��秋 */
.searching_mask {
    position: fixed; z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.searching_mask .mask {
    position: absolute;
    width: 100%; height: 100%;
    background-color: #000; opacity:0.5;
    overflow: hidden;
    background-attachment: fixed;
}
.searching_mask .progress {
    position: absolute;
    top: 40%; left: 25%;
    width: 50%; height: 3%;
}
.bar-text {
    position: absolute;
    color: white;
    top: 45%; left: 25%;
    font-size: 150%;
    font-weight: bold;
    line-height: normal;
}
.room-type-item{
    width: 85%;
}
.room-benefit{
    column-count: 2
}

.swiperHotelBanner&gt;.swiper-wrapper .swiper-slide img{
    height: 510px;
}

@media screen and (max-width: 767px) {
    .room-type-item{
        width: 100%;
    }
    .swiperHotelBanner&gt;.swiper-wrapper .swiper-slide img{
        max-height: 200px;
    }
}

@media screen and (max-width: 1023px) {
    .room-benefit{
        column-count: 1
    }
}
</pre></body></html>