.limit{
    width: 1040px;
    background-color: #000;
    margin: auto;
    padding: 30px 120px 50px 120px;
    display: flex;
}
.limit video{
    width: 800px;
    height: 477px;
    vertical-align: top;
}
.box{
    width: 200px;
    height: 407px;
    padding:35px 20px;
    vertical-align: top;
    background-color: #222222;
    overflow-y: scroll;
}
.limit .video-list{
    width: 200px;
    /* height: 407px; */
    /* padding:35px 20px; */
    color: #fff;
    background-color: #222222;
    /* overflow-y: scroll; */
    overflow: hidden;
    position: relative;

}
.limit .box::-webkit-scrollbar{
    width: 10px;
}
.limit .box::-webkit-scrollbar-track {
    background-color: #fff;
}
.limit .box::-webkit-scrollbar-thumb {
    background-color: #666;
}
.limit .video-list .list{
    width: 200px; 
}
.swiper-wrapper{
    height: 407px !important;
}
.swiper-slide{
    height: 50px !important;
}
.limit .video-list .item{
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;  
    margin-bottom: 45px;
}
