.layui-container {
    width: auto!important;
}
.ws-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 240px;
    z-index: 777;
    min-height: 0;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    padding-top: 22px;
    padding-left: 7px;
    overflow-y:auto;
}
.ws-content {
    position: relative;
    margin: 0 30px 0 260px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 22px 25px;
    z-index:700;
}
.ws-content .text img{
    max-width: 100%;
}
.ws-menu .layui-tree-entry{
    height:auto;
}
.ws-menu .layui-tree-entry:hover {
    background-color: transparent;
}
.ws-menu .layui-tree-main{
    width: 100%;
}
.ws-menu .layui-tree-iconClick{
    float:right;
    margin-top: 5px;
}
.ws-menu .layui-tree{
    line-height: 30px;
}
.ws-menu .layui-tree-txt{
    /*font-weight:bold;*/
    color: #333;
    line-height: 35px;
}
.title {
    font-weight: bold;
    font-size: 16px;
}
.layui-tree-txt img{
    height:20px;
    padding: 0 8px 0 2px;
}
#tree-demo .layui-tree-iconArrow:after{
    border-width: 8px;
    transform: rotate(90deg) translate(3px,4px);
    border-color:transparent transparent transparent #666;
}
#tree-demo .layui-tree-spread>.layui-tree-entry .layui-tree-iconClick>.layui-tree-iconArrow:after{
    transform: rotate(0deg) translate(0px,0px);
}
.video .grid-demo{
    padding:5px;
}
.video video{
    width:100%
}
.grid-demo .vtitle{
    height:30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-js .vjs-big-play-button,.video-js .vjs-big-play-button:focus,.video-js .vjs-big-play-button:hover{
    border: none;
    background: none;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-layer-page .layui-layer-content,.video_page,.videolist {
    overflow: hidden;
}
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layui-layer-setwin .layui-layer-close2{
    top: 0;
    right: 0;
    z-index: 9999;
}
.vjs-nofull .vjs-fullscreen-control {
    display:none;
}