/*PC MV*/
.mvList {
    width: 350px !important;
}

.mvList .pics {
    height: 190px !important;
}

.bottom-data {
    position: relative;
}

.mplayer-mask {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    background-image: url('/static/img/play.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.pics video {
    width: 100%;
    height: 100%;
}

/*layui弹窗修改**/
.layui-layer-title {
    height: 70px !important;
    color: #181818;
    font-size: 22px !important;
    line-height: 70px !important;
    font-weight: 700 !important;
    background-color: #fff !important;
}

.layui-layer-content {
    overflow: hidden !important;
}

.layui-layer-setwin {
    top: 25px !important
}

/*预览*/

.mv-preview {
    box-sizing: border-box;
}

.preview-l {
    width: 75%;
    height: 480px;
    padding: 60px 40px;
}

.preview-l_screen_ratio1 {
    width: 75%;
    height: auto;
    padding: 60px 40px;
}


.preview-l video {
    width: 100%;
    height: 100%;
}

.previewr_screen_ratio1 {
    padding: 70px 0!important;
}

#preview-r {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#preview-r li {
    margin-top: 30px;
}

#preview-r li:first-child {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
}


#preview-r li:nth-child(2) {
    font-size: 18px;
    color: #979797;
}

#preview-r li:nth-child(3) {
    font-size: 16px;
}

#preview-r li:last-child {
    margin-top: 40px;
}

.mv-preview .share-link-box {
    width: 100%;
    height: 42px;
    font-size: 0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv-preview .share-link-box #share-link {
    padding: 0 15px;
    width: 310px;
    height: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    box-sizing: border-box;
    /* text-align: center; */
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    user-select: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mv-preview .share {
    display: flex;
    flex-direction: column;
    width: 80px;
    height: 100%;
    background: #f0f3f4;
    color: #666666;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

#preview-r button {
    background-color: #ed5566;
    width: 180px;
    height: 44px;
    color: #fff;
    font-size: 16px;
}

/*首页推荐*/
.idx-c-list .rec-list {
    height: auto !important;
}

.mv-rec-list {
    width: 350px !important;
}

.mv-rec-list .img {
    height: 190px !important;
}

.img .img-thumb {
    height: auto !important;
}

.mv-rec-list .temp-thumb {
    width: 100%;
    height: 100%;
}

.aa {
    position: absolute;
    bottom: 8px;
    right: 9px;
    display: block;
    width: 40px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px;
}

/*合并页*/
.merge .mv {
    background: #fff;
}

.mv .mv-thumb {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*视频弹出层样式*/
body .mv_layer_open,
body .layui-layer-title {
    border-radius: 5px 5px
}

body .layui-layer-title {
    padding-left: 34px;
}

body .layui-layer-setwin {
    right: 45px;
}

body .layui-layer-setwin a {
    font-size: 22px;
    color: #999;
    text-align: center;
    font-weight: 700;
}

.screen_ratio2 {
    height: 100%;
    width: auto !important;
    /* min-width: 0%!important; */
    margin: 0 auto;
}

.screen_ratio2_index {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mv_yulan {
    z-index: 99;
    width: 1100px;
    background-color: #fff;
    border-radius: 5px;
    display: none;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.cy-click-mv {
    cursor: pointer;
}

/*遮罩*/
.mv-mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    color: black;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    padding: 50px 0;
    box-sizing: border-box;
}

.layui-col-xs6 {
    width: 25% !important;
}

.video_screen_ratio1 {
    object-fit: fill;
    width: 100%

}