.dialog{position:fixed;width:100vw;height:100vh;background:rgba(0,0,0,.6);left:0;top:0;z-index:1000;display:flex;justify-content:center;align-items:center}.dialog__content{position:relative;width:483px;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;padding:42px 40px 51px;box-sizing:border-box}.dialog__close{width:11px;height:11px;background:url(../image/dialog-close.svg) center/contain no-repeat;position:absolute;top:17px;right:17px;cursor:pointer}.dialog__icon{width:42px;height:42px;background:url(../image/dialog-warn.svg) center/contain no-repeat;margin-bottom:35px}.dialog__title{font-size:20px;font-weight:400;color:#333;text-align:center;line-height:28px;margin:0 0 16px}.dialog__text{width:100%;font-size:14px;color:#989898;text-align:center;line-height:22px;margin-bottom:24px}.dialog__text span{color:#0763ea}.dialog__actions{display:flex;justify-content:center}.dialog__btn{width:130px;height:36px;background:#FFF;border:1px solid #E5E6EB;border-radius:22px;font-size:16px;color:#505661;box-sizing:border-box;cursor:pointer}.dialog__btn+.dialog__btn{margin-left:16px}.dialog__btn--confirm{background:#07C16C;border-color:#07C16C;color:#fff}.dialog__qrcode{display:block;width:120px;height:120px;margin:32px}