    #videoDiv{position: relative;display: none;width:800px;height:600px;padding: 8px;background: white;border-radius: 1em;}
    #audioDiv{position: fixed;display: none;z-index: 1000;width:480px;height:400px;right:10px;bottom:10px;box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.6);border-radius: 0.5em; overflow: hidden;}
    #videoDiv>#video{width:100%;height:100%;border-radius: 0.5em;}
    #audioDiv>.headBar{width:100%;height:30px;cursor: move;background-color: #f8f8f8;border-bottom: 1px solid #c5bdbd;}
    #audioDiv>.grid-music-container{width:100%;height:370px;border-radius: 0.5em;}
    #videoDiv>.videoCloseBtn{
        cursor: pointer;
    right: -15px;
    top: -15px;
    position: absolute;
    color: white;
    width: 31px;
    height: 31px;
    z-index: 10001;
    /*background: url(/res/pc/images/icon.png) no-repeat -149px -31px;*/
    background: url(/engine2/assets/editor-mirror/ueditor4thirdparty/medisPlugins/icon-551539f873d9ebe0792b120a9867d399.png) no-repeat -149px -31px;
    }
    #videoDiv>.videoCloseBtn:HOVER{
        background-position: -180px -31px;
    }
    #audioDiv>.headBar>.audioCloseBtn{
            cursor: pointer;
    right: 0em;
    top: 0em;
    position: absolute;
    color: white;
    width: 30px;
    height: 30px;
    /* font-size: 1.5em; */
    /* background-color: #edf1f3; */
    border-radius: 0.5em;
    z-index: 10001;
    /*background-image: url(/res/pc/images/close.png);*/
        background-image: url(/engine2/assets/editor-mirror/ueditor4thirdparty/medisPlugins/icon-551539f873d9ebe0792b120a9867d399.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    }
    #audioDiv>.headBar>.audioCloseBtn:HOVER {
        border:solid #eae5e5 2px;
    }
    