.dz-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:999}.dz-modal-container{width:480px;height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:var(--card-radius);overflow:hidden;padding:12px}.dz-modal-title{display:flex;justify-content:space-between}.dz-modal-icon{display:block;width:20px;height:20px;background-image:url(/_next/static/media/close.3c3b95bd.svg);background-repeat:no-repeat;background-size:cover}.dz-modal-icon:hover{background-image:url(/_next/static/media/close_h.570c7f9f.svg)}.dz-modal-content{display:flex;flex-direction:column;align-items:center}.modal-title-one{font-family:SourceHanSansCN_bold;margin-bottom:24px}.modal-body-text{font-size:var(--ex-size);line-height:var(--ex-lh);margin-bottom:8px}.modal-body-email{color:var(--main-color);margin-bottom:24px}.modal-body-btn .dzbtn-big{height:36px;padding:0 16px;display:flex;justify-content:center;align-items:center;font-size:var(--ex-size)}