@media (min-width:768px) {
    /* 视频关闭按钮 */
    .layui-layer-setwin {
        /*right: calc(50% - 360px) !important;
        top: calc(50% - 160px) !important;*/
        right: 15px !important;
        top: 17px !important;
        transform: translate(-50%,-50%);
    }
    .fade-carousel .slides .julaoshi_one{
        height: 100%;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width:769px) and (max-width:1519px) {
    /* 视频关闭按钮 */
    .layui-layer-setwin {
        /*right: 8% !important;
        top: 10% !important;*/
        right: 15px !important;
        top: 17px !important;
    }
}

@media (max-width:768px) {
    .fade-carousel .slides .julaoshi_one{
    	height: 100%;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .layui-layer-setwin {
        right: 50% !important;
        top: calc(50% + 180px) !important;
        transform: translate(-50%, -50%);
    }
}
.fade-carousel .slides .julaoshi_one {
  background-image: url(https://video.judaoedu.com/judaoguanwang/banner6.jpg);
  /* background-image: url(../images/products/prodect666.png); */
}

/* 视频关闭按钮 */
.layui-layer-setwin .layui-layer-close2 {
    width: 30px !important;
    transition: unset !important;
}