.notice-dialog-box{width:100%;height:100%;background:rgba(0,0,0,.2);position:absolute;left:0;top:0;z-index:9999}.notice-dialog-wrap{background:#fff;position:absolute;left:0;top:0;width:90vw;margin-left:5vw;margin-top:24vh;border-radius:10px}.notice-dialog-wrap .notice-dialog{position:relative;width:100%;height:100%;background:linear-gradient(#BDE0FE,rgba(255,255,255,0));border-radius:10px}.notice-title{display:flex;padding:10px 30px 0}.notice-dialog-wrap .notice-dialog h4{font-size:16px;color:#333;font-weight:500;text-align:center;height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:5px}.notice-dialog-wrap .notice-dialog .notice-title img{display:inline-block;width:30px;height:34px}/*!*width: max-content;*!*/.notice-dialog-wrap .notice-dialog p{font-size:14px;color:#333;font-weight:500;margin:0 20px;height:115px;line-height:22px;overflow-y:scroll}.notice-dialog-wrap .notice-dialog .btn-group{width:100%;text-align:center;padding:0 0 15px}.notice-dialog-wrap .notice-dialog .btn-group span{display:inline-block;width:110px;border-radius:30px;text-align:center;line-height:30px;color:#207FD3;margin-top:10px}.notice-dialog-wrap .notice-dialog .btn-group span:first-child{height:28px;border:1px solid #207FD3;margin-right:15px}.notice-dialog-wrap .notice-dialog .btn-group span:last-child{height:30px;background:linear-gradient(-30deg,#288BE3,#207FD3);box-shadow:2px 3px 13px 0 rgba(9,83,149,.39);margin-left:15px;color:#fff}.noscroll{overflow:hidden}