.exhibition_top {
    width: 100%;
    height: 1.7rem;
    background: #F7F7F7;
}

.exhibition_top .main {
    max-width: 13rem !important;
    height: 100%;
    position: relative;
    padding-top: 0.01rem;
}

.exhibition_title {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.42rem;
    color: #333333;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.box1 {
    padding-top: 0.29rem;
    padding-bottom: 0.14rem;
}

.box1 .main {
    max-width: 13rem !important;
}

.box1 .main p {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.36rem;
}

.box2 {
    padding-top: 0.4rem;
    padding-bottom: 1.37rem;
}

.box2 .main {
    max-width: 14rem !important;
}

.box2_title {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    position: relative;
    z-index: 1;
    margin-bottom: 0.6rem;
    margin-left: 0.3rem;
}

.box2_title::after {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.9rem;
    background: #DA251C;
    top: 50%;
    left: -0.45rem;
    transform: skew(-25deg) translateY(-50%);
    z-index: -1;
}

.box3 {
    position: relative;
    padding-bottom: 0.8rem;
}

.VR {
    width: 11.64rem;
    height: 7.16rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    position: absolute;
    left: 84% !important;
    bottom: 0.19rem !important;
    height: fit-content !important;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.2rem;
    color: #FFFFFF !important;
    width: 0.78rem !important;
    height: 0.37rem !important;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0.19rem 0.19rem 0.19rem 0.19rem;
}

.swiper-pagination-current {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 0.5rem !important;
    color: #CFCFCF !important;
    transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--c) !important;
}

.my-pagination-total {
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.swiper-scrollbar {
    width: 7.82rem !important;
    height: 0.01rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.swiper-scrollbar-drag {
    height: 0.03rem !important;
    background: #000000 !important;
}