.videoDetail{
    margin-top: 100px;
    overflow: hidden;
}

.videoDetailFrequency{
    width: 71%;
    height: auto;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 9px 18px 0px
    rgba(86, 94, 106, 0.08);
    border-radius: 6px;
    margin-bottom: 60px;
    margin-left: 10px;
}

.videoCaseDetail_cover{
    width: 100%;
    height: 482px;
    text-align: center;
    line-height: 482px;
    border-radius:6px 6px 0px 0px;
}




.videoCaseDetail_cover img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.videoMoblie {
    width: 100%;
    height: 100%;
    position:relative;
    object-fit: fill;
    font-size: 0px;
}
.videoCaseDetail_cover img.advice_swiperPlay{
    position: absolute;
    bottom: 30px;
    right:30px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
}


.videoMoblie video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    object-fit:fill;
    border-radius: 10px;
}
.videoCaseDetailText{
    padding:26px 40px 32px 30px;
}
.videoCaseDetail_title{
    font-family: MicrosoftYaHei;
    color: #333333;
    font-weight: bold;
    margin-bottom: 28px;

}
.videoCaseDetailTextContent{
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 26px;

}



/*========================视频列表=================*/
.videoDetailList{
    width: 25%;
    height: 490px;
    float:right;
    background-color: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;

}
.videoDetailListHeader h2{
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
     padding:20px 20px 20px 57px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/videoDetailListList.png) no-repeat left 20px center;
    line-height: 20px;
}
.videoDetailList ul{
    height: 396px;
    padding:4px 10px 62px;
   overflow-y: auto;

}
.videoDetailList ul li{

}
.videoDetailList ul li a{
    color: #333333;

}
.videoDetailList ul li p{
    width: 88%;
    font-family: MicrosoftYaHei;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding:16px 18px 16px 26px;
    position: relative;
}
.videoDetailList ul li p:before {
    display: block;
    content:'';
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    border-radius: 3px;
    position: absolute;
    left:10px;
    top:50%;
    margin-top:-3px;
}
.videoDetailList ul li.active a:hover{
    color: #0850cc;

}
.videoDetailList ul li.active {
    border-radius: 4px;
    background: url(../images/videoDetailListPlak.png) #ffffff no-repeat right 18px center;
}

.videoDetailList ul li.active p:before{
    background-color: #0850cc;

}

/*滚动条的宽度*/
.videoDetailList ul::-webkit-scrollbar {
    width: 4px;
}

/*滚动条里面小方块*/
.videoDetailList ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

/*滚动条里面轨道*/
/*.videoDetailList ul::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 0;*/
/*    background: rgba(0, 0, 0, 0.1);*/
/*}*/

@media (max-width: 767px) {

    .videoCaseDetail_cover img{
        border-radius: unset;
    }
    .videoDetail{
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .videoDetailFrequency{
        width: 100%;
        margin-bottom: 29px;
        margin-left: 0px;

    }
    .videoCaseDetail_cover{
        height: 210px;
        line-height: 210px;
        position: fixed;
        z-index: 99;
        border-radius: 0px 0px;
    }
    .videoCaseDetail_cover video{
        border-radius: 0px 0px;
        z-index: -1;
    }
    .videoCaseDetailText{
        margin-top: 210px;
        padding:17px 15px 21px 20px;
    }
    .videoCaseDetail_title{
        margin-bottom: 14px;
    }
    .videoCaseDetailTextContent{

        line-height: 24px;
    }

    .videoDetailList{
        width: 100%;

    }
    .videoDetailList{
        background: #ffffff;
        height: auto;

    }
    .videoDetailListHeader{
        background-color: #f7f7f7;
        border-radius: 10px 10px 0px 0px;
    }
    .videoDetailList ul{
        background-color: #f7f7f7;
        border-radius:0px 0px 10px 10px;
        height: auto;
        overflow-x: initial;
        padding: 4px 10px 21px;
    }

    .videoMoblie {
        overflow: hidden;
    }
    .videoMoblie img{
        height: auto;
    }


}

@media (max-height: 740px){
    .videoDetailList ul li p{
        padding: 10px 18px 10px 26px;
    }

}
.public_videoPopup.layui-layer{
    background: transparent;
}
