.scene_dialog{background:url(../img/dialog-scene-bg.f2bb21bb.png);background-size:100% 100%;padding:20px}.scene_dialog .el-dialog__header{padding:0;display:flex;height:50px;justify-content:space-between;align-items:center;background:url(../img/dialog-scene-title-bg.66ec350d.png);background-size:100% 100%;padding-left:10px}.scene_dialog .el-dialog__header h2{color:#f7cc20;font-weight:700;font-size:20px}.scene_dialog .el-dialog__header h2 img{margin-right:4px;width:26px;height:26px}.scene_dialog .el-dialog__header .el-dialog__headerbtn{display:none}.scene_dialog .el-dialog__header .close_btn{width:30px;height:30px;cursor:pointer;transition:all .2s}.scene_dialog .el-dialog__header .close_btn:hover{transform:rotate(90deg)}.scene_dialog .el-dialog__body{height:var(--body-height);overflow:auto;padding:16px 0 0}.scene_dialog .el-dialog__body::-webkit-scrollbar{width:8px}.scene_dialog .el-dialog__body::-webkit-scrollbar-thumb{width:6px;border-radius:3px;background-color:rgba(50,200,255,.2)}.scene_dialog .el-dialog__body::-webkit-scrollbar-track{background-color:transparent}