* {
    margin: 0;
    padding: 0;
}

:root {
    --plyr-color-main: rgba(0, 0, 0, .9);
}

.test {
    border: 1px solid red;
}

.mmgg-info {
    font-family: PingFang SC, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #00000099;
}

.mmgg-li {
    font-family: PingFang SC, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #00000099;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mmgg-li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FF7C10;
    transform: skew(-10deg, 0deg);
}

.x-video-box>div {
    width: 100%;
    height: 100%;
}

.XSwiper {
    width: 100%;
    aspect-ratio: 835 / 470;
}

.XSwiperTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    width: 100%;
}

.one-swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 28px;
}

.one-swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    color: #FFFFFF;
}

.one-swiper-pagination .swiper-pagination-bullet-active {
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

.one-swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #FF7C10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sp-button {
    z-index: 999;
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.sp-button2 {
    z-index: 999;
    position: absolute;
    bottom: 17%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    width: 124px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-button-next3 {
    right: 0;
}

.sp-button-prev2 {
    left: 0;
}

.sp-button-next,
.sp-button-next2 {
    right: 20px;
}

.sp-button-prev,
.sp-button-prev2 {
    left: 20px;
}

.x-swiper-pagination {
    bottom: -10px !important;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
}

.x-swiper-pagination-item {
    width: 8px;
    height: 8px;
    background-color: #00000014;
    transform: skew(-10deg, 0deg);
}

.x-swiper-pagination-item-active {
    width: 16px;
    height: 16px;
    background-color: #FF7C10;
    transform: skew(-10deg, 0deg);
}

.x-modal {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: 500ms;
    opacity: 0;
}

.SwiperModal2 img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.SwiperModal2 .swiper-slide {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    transition: 500ms;
    border: 3px solid rgba(0,0,0,0);
    border-radius: 20px;
}

.SwiperModal2 .swiper-slide-thumb-active {
    border: 3px solid #FF7C10;
    border-radius: 20px;
}

.plyr__control--overlaid {
    transition: 500ms;
}

.plyr__control--overlaid:hover {
    zoom: 1.1;
}