.video-dialog{display:none;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9999}.video-dialog-container-inner{position:absolute;width:50vw;height:70vh;left:calc(50% - 25vw);top:calc(50% - 35vh);padding:18px 24px 24px;background:white;overflow:auto;border-radius:6px}@media screen and (max-width: 1200px){.video-dialog-container-inner{width:90vw;height:5.0rem;left:calc(50% - 45vw);top:calc(50% - 2.5rem);padding:.2rem;background:white;border-radius:.12rem}}.video-dialog-container-inner-head{width:100%;display:flex;height:80px;justify-content:space-between}@media screen and (max-width: 1200px){.video-dialog-container-inner-head{width:100%;display:flex;height:.8rem;justify-content:space-between;align-items:center;font-size:.32rem}}.video-dialog-container-inner-head-img{width:18px !important;height:18px !important;cursor:pointer !important}@media screen and (max-width: 1200px){.video-dialog-container-inner-head-img{width:.32rem;height:.32rem}}.video-dialog-container-inner-frame{width:90%;height:60%;border-radius:10px;position:absolute;left:50%;top:10%;transform:translateX(-50%)}@media screen and (max-width: 1200px){.video-dialog-container-inner-frame{width:90%;height:60%;border-radius:.1rem;position:absolute;left:50%;top:20%;transform:translateX(-50%)}}.video-dialog-container-toolbar{min-width:max-content;height:40px;background:#8B3DFF;color:white;position:absolute;border-radius:6px;padding:18px;display:flex;left:50%;top:70%;justify-content:center;align-items:center;transform:translateX(-50%);cursor:pointer}@media screen and (max-width: 1200px){.video-dialog-container-toolbar{min-width:1.86rem;width:auto;height:.4rem;background:#8B3DFF;display:none !important;color:white;position:absolute;border-radius:6px;bottom:10%;left:50%;display:flex;justify-content:center;align-items:center;transform:translateX(-50%);cursor:pointer;padding:0 .2rem}}.video-dialog-container-toolbar img{width:24px;height:24px}.video-dialog-container-toolbar p{color:white;font-size:14px;margin-left:10px}.video-dialog-container-toolbar:hover{background:#8B3DFF linear-gradient(95deg, #8B3DFF 0%, #BC8FFF 100%)}
