.dialog-container{background-color:rgba(0,0,0,.404);width:100%;height:130%;position:absolute;top:0;left:0;bottom:0;right:0}.dialog{position:absolute;top:30%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#253545;width:345px;height:224px;background:#fff}.dialog .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 25px;font-weight:700;font-size:20px;color:#446c9d}.dialog .content,.dialog .header{font-style:normal;line-height:120%}.dialog .content{padding:0 25px;font-weight:400;font-size:14px}.dialog .footer{padding-left:20px;padding-right:20px;margin-top:20px;border-top:1px solid #cad6df;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff}.dialog .footer .btn{width:140px;height:32px;border-radius:6px;margin-top:12px}.dialog .footer .cancel-btn{background:#c8d6df}.dialog .footer .accept-btn{background:#446c9d}