.ac {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex {
    display: flex;
}

.ahao-mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.hide{
    display: none;
}
/*
 * src/component/confirm/view/main.less
 *
 * name: simple-gulp-build-less
 * date: 2025/12/11 2:0:28
 */

/*
 * main
 *
 * name: xiaojia
 * date: 16/3/24
 */

.dialog__wrapper-2n4sM {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.dialog__wrapper-2n4sM .dialog-soMRC {
  width: 6rem;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #BE1314;
  border-radius: 0.24rem;
  padding: 0.4rem;
  padding-top: 0;
}

.dialog__wrapper-2n4sM .dialog__header-1S-HM {
  position: relative;
  width: 100%;
  min-height: 0.4rem;
}

.dialog__wrapper-2n4sM .dialog__header-1S-HM p {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #ffedd3;
  line-height: 0.5rem;
  margin: 0.4rem 0 0;
}

.dialog__wrapper-2n4sM .dialog__header-1S-HM .close-3lYG_ {
  width: 0.32rem;
  height: 0.32rem;
  background: url("https://web-resource.mc-cdn.cn/minprogram/WVel8cpet/e905fbf1-b60e-4a82-9b0e-798c983d0dd2") center no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.16rem;
  right: -0.16rem;
}

.dialog__wrapper-2n4sM .dialog__body-2T5fR {
  padding-bottom: 0.36rem;
  text-align: center;
}

.dialog__wrapper-2n4sM .dialog__body-2T5fR .content-3snRO {
  font-size: 0.28rem;
  text-align: center;
  color: #ffedd3;
  margin: 0.24rem 0 0;
}

.dialog__wrapper-2n4sM .dialog__footer-xCsgA {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.dialog__wrapper-2n4sM .dialog__footer-xCsgA button {
  width: 3.6rem;
  height: 0.8rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #fff;
  background-color: #008AFF;
  border-radius: 0.6rem;
  border: none;
  margin: 0 0.2rem;
}

.dialog__wrapper-2n4sM .dialog__footer-xCsgA button.cancel-3txUa {
  background: #fff;
  color: #999;
  border: 0.01rem solid #999;
}

.dialog__wrapper-2n4sM .dialog__footer-xCsgA button.confirm-4Ym6U {
  width: 3.46rem;
  height: 0.8rem;
  background: url('https://web-resource.mc-cdn.cn/web/qiye-jkbd-v3/outstandingcoach/2025/ok.png!1000x0') no-repeat center;
  background-size: 100% auto;
  font-size: 0.34rem;
  font-weight: 500;
  text-align: left;
  color: #540303;
  text-align: center;
  line-height: 0.8rem;
}