.alertModule {
  position: fixed;
  top: 0;
  z-index: 50;
}
.alertModule .model {
  height: calc(100vh);
  width: calc(100vw);
  background: rgba(0, 0, 0, 0.2);
}
.alertModule .box {
  user-select: none;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  height: 500px;
}
.alertModule .box .close {
  height: 24px;
  width: 24px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.alertModule .box .close img {
  width: 100%;
  height: 100%;
}
#alert_alert_module {
  position: fixed;
  top: 0;
  z-index: 50;
  z-index: 70;
}
#alert_alert_module .model {
  height: calc(100vh);
  width: calc(100vw);
  background: rgba(0, 0, 0, 0.2);
}
#alert_alert_module .box {
  user-select: none;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  height: 500px;
}
#alert_alert_module .box .close {
  height: 24px;
  width: 24px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#alert_alert_module .box .close img {
  width: 100%;
  height: 100%;
}
#alert_alert_module .box {
  width: 360px;
  height: 314px;
}
#alert_alert_module .box .icon {
  width: 73px;
  height: 73px;
  margin: 49px auto 0;
}
#alert_alert_module .box .icon.success {
    background: url("/static/common/img/v3/alert_success.png") no-repeat center;
}
#alert_alert_module .box .icon.error {
    background: url("/static/common/img/v3/alert_error.png") no-repeat center;
}
#alert_alert_module .box .title {
  height: 17px;
  font-size: 17px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.92);
  line-height: 17px;
  text-align: center;
  margin-top: 18px;
}
#alert_alert_module .box .msg {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.7);
  line-height: 14px;
  text-align: center;
  margin-top: 19px;
}
#alert_alert_module .box .buttons {
  margin: 30px auto 0;
  width: 280px;
  height: 44px;
}
#alert_alert_module .box .buttons .type1,
#alert_alert_module .box .buttons .type2,
#alert_alert_module .box .buttons .type3 {
  border: 1px solid #24cfb9;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  background: #24cfb9;
  cursor: pointer;
}
#alert_alert_module .box .buttons .type1.type1,
#alert_alert_module .box .buttons .type2.type1,
#alert_alert_module .box .buttons .type3.type1 {
  width: 278px;
  height: 42px;
  border-radius: 4px;
}
#alert_alert_module .box .buttons .type1.type2,
#alert_alert_module .box .buttons .type2.type2,
#alert_alert_module .box .buttons .type3.type2,
#alert_alert_module .box .buttons .type1.type3,
#alert_alert_module .box .buttons .type2.type3,
#alert_alert_module .box .buttons .type3.type3 {
  float: left;
  width: 128px;
  height: 42px;
  margin-right: 20px;
}
#alert_alert_module .box .buttons .type1.type2:last-child,
#alert_alert_module .box .buttons .type2.type2:last-child,
#alert_alert_module .box .buttons .type3.type2:last-child,
#alert_alert_module .box .buttons .type1.type3:last-child,
#alert_alert_module .box .buttons .type2.type3:last-child,
#alert_alert_module .box .buttons .type3.type3:last-child {
  margin-right: 0;
}
#alert_alert_module .box .buttons .type1.type2.type3,
#alert_alert_module .box .buttons .type2.type2.type3,
#alert_alert_module .box .buttons .type3.type2.type3,
#alert_alert_module .box .buttons .type1.type3.type3,
#alert_alert_module .box .buttons .type2.type3.type3,
#alert_alert_module .box .buttons .type3.type3.type3 {
  color: #24cfb9;
  background: #ffffff;
}
/*# sourceMappingURL=alert.css.map */
