.content{
   
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1.08rem;
    margin-bottom: 1rem;
}





.title{
    font-size: .64rem;
    line-height: .8rem;
    margin-bottom: .46rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #1D2125;
    text-align: left;
}
.source{
    display: flex;
    justify-content: flex-start;
    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: left;
}

.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;
    width: 16.12rem; 
    padding-right: .24rem;

}
.cont{
    font-size: .32rem;
    line-height: .6rem;
}
.cont img{
    margin: .2rem 0;
    max-width: 16.12rem;
}
/* .cont p{
    margin: .4rem 0;
} */


.video-js {
    margin: .3rem 0;
}
.video-js .vjs-poster {
    background-size: cover; /* 或者使用 contain，取决于你的需求 */
    background-position: center center; /* 确保图片居中 */
}



.model{
    width:7rem ;
    margin-left: .8rem;
    box-sizing: border-box;
}



.model-title{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding-bottom: .12rem;
}
.model-logo{
    width: 2.74rem;
    height:.62rem;
    background:url(../image/detailmodel.png) no-repeat 0 0 ;
    background-size: 100% 100%;
}


.editor{
    text-align: right;
    font-size: .3rem;
    margin-top: .3rem;
}










.model-list{
    box-sizing: border-box;
}



.model-list a.flex-fs-fs-no  {
    font-weight: 400;
    font-size: .32rem;
    color: #4F4F4F;
    line-height: .48rem;
    text-align: left;
    margin-bottom: .44rem;

}

.model-list a.flex-fs-fs-no  img{
    width: .2rem;
    margin-right: .2rem;
    margin-top: .1rem;
    height: .2rem;
}
.model-list a.flex-fs-fs-no  span{
    width: 90%;
}


.model-list2 a{
    display: block;
    position: relative;
    width: 100%;
    height: 4.42rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: .48rem;
    background:url(../image/img-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}
.model-list2 a img{
    width: 100%;
    height: 4.42rem;
}
.model-list2 a p{
    position: absolute;
    width:7rem ;
    height: .64rem;
    bottom: 0%;
    box-sizing: border-box;
    background: rgba(41,47,54,.34);
}
.model-list2 a p span{
   display: block;
   width: 80%;
   padding:0 .2rem;
   font-size: .32rem;
    color: #FFFFFF;
    line-height: .63rem;
}



/* 分享 */
.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;
}


@media (max-width: 651px) {
    
    .share{
        display: none;
    }
    .content{
        margin-top: 1.4rem;
    }
    .content-box{
        flex-wrap: wrap;
    }
    .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;
    }
    .model{
        margin: 0;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        padding: .32rem;
    }
    .model-list2 a p{
        width: 100%;
    }
    .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;
    }

}