#my-header{position:relative;height:80px;z-index:666}@media screen and (max-width:767px){#my-header{height:60px}}.content-layout{height:calc(100% - 80px);width:100%;overflow:auto;position:relative;display:none}.content-layout #app{overflow-x:auto;min-height:100%}@media screen and (max-width:767px){.content-layout{height:calc(100% - 60px)}}body,html{min-width:1300px}@media screen and (max-width:767px){body,html{min-width:320px}}#video-player-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:0 0;z-index:999;display:none}#video-player-modal .fixed-view{width:100%;height:100%;background:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000}#video-player-modal .fixed-view .fixed-view-panel{z-index:1001;position:relative;width:calc(100% - 20px);height:auto}@media screen and (min-width:1280px){#video-player-modal .fixed-view .fixed-view-panel{width:1280px;height:720px}}#video-player-modal .fixed-view .fixed-view-panel .close-action{position:absolute;top:10px;display:block;right:10px;width:40px;height:40px;cursor:pointer;overflow:hidden;background:rgba(0,0,0,.2);border-radius:20px}#video-player-modal .fixed-view .fixed-view-panel .close-action:hover{background:rgba(0,0,0,.3);overflow:hidden}#video-player-modal .fixed-view .fixed-view-panel .close-action img{width:40px}@media screen and (max-width:767px){#video-player-modal .fixed-view .fixed-view-panel .close-action img{width:20px}}@media screen and (max-width:767px){#video-player-modal .fixed-view .fixed-view-panel .close-action{right:20px;width:20px;height:20px}}#video-player-modal .fixed-view .fixed-view-panel .video-container{background:#000;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}@media screen and (min-width:1280px){#video-player-modal .fixed-view .fixed-view-panel .video-container{width:1280px;height:720px}}#video-player-modal .fixed-view .fixed-view-panel .video-container .native-video-player{height:100%;width:100%;max-height:720px}