
body{
    background: #f0f0f0;
}
.detailimg-topbg{
    
    display: flex;
}
.detailimg-topbg img{
    width: 100%;
    margin: 0 auto;
    max-width: 38.4rem;
    height: auto;
}
.content{
   
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: .66rem;
    margin-bottom: 1rem;
   
}
.content-title{
    width: 100%;
    height: 1rem;
    margin-bottom: 1.26rem;
    background: url(../image/detailimglogo.png) no-repeat 0 0 ;
    background-size: auto 1rem;
    display: none;
}



.title{
    font-size: .64rem;
    line-height: .8rem;
    margin-bottom: .46rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #1D2125;
}
.source{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: .4rem;
    font-size: .26rem;
    color: #8E8E8E;
    line-height:.32rem;
    font-weight: 500;
    text-align: center;
    padding-bottom:.3rem;
    border-bottom: 1px solid rgb(113, 107, 107);
}

.source-time{
    margin-right: .4rem;
}


.content-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-left{
    flex-grow: 1;
    flex-basis:0;
    box-sizing: border-box;
    overflow: hidden;

}
.cont{
    font-size: .32rem;
    line-height: .6rem;
}
.cont img{
    margin: .2rem 0;
    /* max-width: 16.12rem; */
    max-width: 24rem;
}

.video-js {
    margin: .3rem 0;
}
.video-js .vjs-poster {
    background-size: cover; /* 或者使用 contain，取决于你的需求 */
    background-position: center center; /* 确保图片居中 */
}

.imglist-bg{
    width: 100%;
    background: #ffffff;
    padding: 1rem 0 1.6rem;
}
.imglist-title{
    background: url(../image/detailimg-more-bg.png) no-repeat 0 0 ;
    background-size: auto 1.08rem;
    font-weight: bold;
    font-size: .48rem;
    height: 1.08rem;
    line-height: 1.08rem;
    color: #FFFFFF;
    text-align: left;
    padding-left: 1.5rem;
}

.mySwiper{
    height: 2.5rem;
    margin-top: .6rem;
}


.mySwiper .swiper-slide{
    height: 2.5rem;
}

.mySwiper .swiper-slide img{
    width: 100%;
    height: 2.5rem;
}

.mySwiper2-box{
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    display: flex;
    z-index: 2003;
}
.makeup{
    top:-9999999px;
    left:-999999px;
}
.mySwiper2{
    margin: auto;
    width: 16rem;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    background: #ffffff;
    
}
.mySwiper2 .swiper-slide{
    display: flex;
}
.mySwiper2 .swiper-slide img{
    width: 100%;
    height: auto ;
    margin: auto;
}

.dis{
    display: none;
}
.mySwiper2-mack{
    /* position: absolute; 
    top: -9999px; 
    left: -9999px;
    z-index: -10000 !important;  */
}
.makeup{
    /* top: -0; 
    left: -0; */
}

    
    .mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev{
        width: .8rem;
        height: .8rem;
        background-size: 100% 100%;
    }
    .mySwiper2 .swiper-button-next::after,.mySwiper2 .swiper-button-prev::after{
        content:""
    }
    .mySwiper2 .swiper-button-next{
        background: url(../image/hire-right.png) no-repeat 0  0 ;
        background-size: 100% 100%;
        opacity: .8;
        right: 0%;
    }
    .mySwiper2 .swiper-button-next:hover,.mySwiper2 .swiper-button-prev:hover{
        opacity: 1;
        background-color: #fff;
        border-radius: 50%;
    }
    .mySwiper2 .swiper-button-prev{
        background: url(../image/hire-left.png) no-repeat 0  0 ;
        /* right: 1.77rem; */
        background-size: 100% 100%;
        opacity: .8;
        left: auto;
        
    }
    
.gotop{
    z-index: 30002;
}


/* 分享 */
.share{
    /* display: none; */
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 1.3rem;
    text-align: center;
    background:#fff;
    font-weight: 400;
    font-size: .26rem;
    color: #4F4F4F;
    padding: .3rem .1rem 0;
}
.share>div{
    margin-bottom: .4rem;
}
.share>div:nth-child(n+2){
    cursor: pointer;
}


.sharewx{
    position: relative;
}
.sharewx #qrcode{
    z-index: 999;
    position: absolute;
    top: 0;
    right: 1.3rem;
    width: 5rem;
    height: 5rem;
    border: .3rem solid #fff;
    border-radius: .14rem;
    box-shadow: 0 .04rem .16rem #999;
    overflow: hidden;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
    background: #fff;
    
}
.sharewx #qrcode img{
    width: 100%;
    height: 100%;
}
.sharewx:hover #qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateY(2%);
}

.share img{
    width: 1rem;
    height: 1rem;
}
.m-imglist{
    display: none;
}

@media (max-width: 651px) {
    
    .share{
        display: none;
    }
    .detailimg-topbg{
        margin-top: 1.2rem;
        display: none;
    }
    .content{
        margin-top: 1.2rem;
    }
    .content-box{
        flex-wrap: wrap;
    }
    .content-title{
        /* padding: 0 .32rem; */
        display: none;
    }
    .content-left{
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        padding: .32rem;
    }
    .cont img{
        /* width: 100% !important; */
        max-width: 100%;
        height: auto !important;
    }

    .source{
        justify-content: flex-start;
    }
   
    
    .title{
        font-size: .4rem;
        line-height: .6rem;
        margin-bottom: .46rem;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
        color: #1D2125;
        text-align: left;
    }
    .imglist-title{
        width: 100%;
    }

    .imglist-title{
        background: none;
        color: #1D2125;
        padding-left: .32rem;
        
    }
    .mySwiper{
        display: none;
    }
    .m-imglist{
        display: block;
        padding: 0 .32rem;

    }
    .m-imglist img{
        width: 100%;
        margin-bottom: .3rem;
    } 
    .imglist-bg{
        width: 100%;
        background: #ffffff;
        padding: 0 0 1.6rem 0;
    }
}