@charset "utf-8";.tips-dialog{position:fixed;inset:0;z-index:3000;height:100vh;width:100vw}.tips-dialog__content{width:72%;position:relative;margin:.14rem auto;box-sizing:border-box;background:#fff;border-radius:.15rem;padding:.1rem;z-index:9999}.tips-dialog__mask{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000;z-index:2000}.content-title{font-size:.16rem;color:#101010;text-align:center;line-height:.21rem;font-weight:600;margin:.1rem auto}.content-info{font-size:.14rem;color:#000;text-align:center;line-height:.23rem;font-weight:400;margin-bottom:.1rem}.content-btn{width:44%;height:.32rem;border-radius:.28rem;text-align:center;letter-spacing:0;font-size:.14rem;padding:0}.content-info-footer{display:flex;justify-content:space-between;align-items:center}.btn--confirm{background:#005bac;color:#fff;border:none}.btn--cancel{border:1px solid #3557f9;color:#3557f9;background-color:#fff}.mt30{margin-top:30vh}