/* 弹框 */
#mask {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 8.1rem;
    height: 4.2rem;
    margin: -2.1rem 0 0 -4.05rem;
    box-sizing: border-box;
}

.pop_bg {
    width: 100%;
    height: 100%;
}

.pop .close {
    position: absolute;
    top: 0.37rem;
    right: -0.20rem;
    display: block;
    width: .53rem;
    height: .53rem;
    text-indent: -999em;
    box-sizing: border-box;
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/close.png) no-repeat;
    background-size: cover;
    z-index: 10;
}

.pop .bgm_btn {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
    display: block;
    width: .55rem;
    height: .55rem;
    text-indent: -999em;
    box-sizing: border-box;
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/btn_bgm.png) no-repeat  ;
    background-size: cover;
    z-index: 20;
}
/* 播放音乐时的样式 */
.pop .bgm_btn-on {
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/btn_bgm.png) no-repeat  right  50%;
    
    background-size: cover;
}

/* 不播放音乐时的样式 */
.pop .bgm_btn-off {
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/btn_bgm.png) no-repeat 0 50%;
    background-size: cover;
}




.pop6 {
    width: 15.18rem;
    height: 8.76rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -25%);
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/content2_pop_bg.png) no-repeat;
    background-size: contain;
}

.pop6 .pop6_title {
    height: 0.56rem;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.pop6_left {
    width: 9.3rem;
    height: 5.42rem;
    position: absolute;
    bottom: 1.4rem;
    left: 1.0rem;
    border: 0.05rem solid #f4c96d;
    box-sizing: border-box;
}

.pop6 .pop6_right {
    width: 3rem;
    height: 6.2rem;
    position: absolute;
    bottom: 0.6rem;
    right: 1rem;
    /* background-color: rgba(0, 0, 0, .7); */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-size: 0.18rem;
    font-weight: bold;
    color: #533e1f;
    gap: 0.1rem;
}

.pop6_right_none {
    height: 1.5rem;
}

.pop6_right_img {
    min-height: 1.5rem;
}

.pop6_right_img img {
    height: 100%;
}

/* pop6轮播图样式 */
.pop6_swiper {
    width: 100%;
    height: 100%;
}

.pop6_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop6_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* pop6轮播图箭头样式 */
.pop6_swiper_arrow {
    position: absolute;
    right: -0.9rem;
    width: 0.81rem;
    height: 0.86rem;
    cursor: pointer;
    z-index: 10;
}

.pop6_swiper_arrow_up {
    top: 1.5rem;
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/content2_btn_up.png) no-repeat;
    background-size: contain;
}

.pop6_swiper_arrow_down {
    bottom: 1.5rem;
    background: url(https://static.web.sdo.com/mxd/pic/mxdc_act/cv001/pc/content2_btn_down.png) no-repeat;
    background-size: contain;
}