.full_screen_dialog{position:fixed;top:48px;left:0;width:100%;height:calc(100% - 48px);z-index:999;background:rgba(68,68,68,.4392156862745098)}.full_screen_dialog i{font-size:20px;color:#333;cursor:pointer}.full_screen_dialog .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.full_screen_dialog .header .full_screen_dialog_title{color:#333;font-size:18px;font-weight:700}.full_screen_dialog .main_content{width:1140px;height:calc(100% - 193px);background-color:#fff;margin:0 auto;padding:30px;position:relative;overflow:auto;margin-top:60px;box-shadow:6px 10px 9px hsla(0,0%,54.9%,.7294117647058823);border-radius:4px;overflow:hidden;padding-bottom:60px}