.le_alert.content {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
}

.le_alert.content .messageBtn {
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  padding: 25px 50px;
  margin-top: 100px;
}

.le_alert.content .msgBox {
  color: #313131;
  border-radius: 4px;
  margin-top: 10px;
  width: 435px;
  height: 180px;
  padding: 0 20px;
  background-color: #ffffff;
  margin: 0 auto;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.le_alert.content .msgBox p {
  display: inline-block;
  word-break: break-all;
  white-space: normal;
  text-align: left;
}

.dialog_mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.le_alert.content .tipBox {
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  padding: 18px 36px;
  background-color: #000000;
  box-shadow: 0 0 9px 0 rgba(109, 109, 109, 0.26);
  border-radius: 6px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}

.le_alert.content i.left {
  display: block;
  float: left;
  font-size: 25px;
  width: 60px;
  height: 60px;
  background-image: url(https://p3.lefile.cn/fes/cms/2022/07/29/0tqf03x8cogev3h3gxps0je3g90ix1952885.png);
  background-size: cover;
  margin-bottom: 15px;
  cursor: pointer;
}

.le_alert.content .closeBtn {
  /* cursor: pointer;
  position: absolute;
  top: -19px;
  right: -34px;
  font-size: 25px;
  color: #ffffff; */
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: url("https://p3.lefile.cn/fes/cms/2022/07/29/868lw4ec471ke5i0ske4jnujp2k58g874573.png");
  background-size: 100% 100%;
}

.le_alert.content p {
  float: left;
  margin: 0;
  margin-top: -3px;
}

.le_alert.content .msgWarning {
  color: #313131;
}
.le_alert.content .msgWarning i.left {
  color: #ffad48;
}
.le_alert.content .msgInfo {
  color: #909399;
}

.le_alert.content .msgError {
  color: #252525;
  width: 435px;
  height: 180px;
  font-size: 16px;
}

/*弹出框*/
.le_alert.MsgAlertBox {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3000;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.le_alert.MsgAlertBox .Alertcontent {
  background-color: #fff;
  font-size: 18px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 86px;
  padding-bottom: 35px;
  text-align: center;
  font-weight: 700;
}
.Alertcontent .msgContent .icon-icon-test {
  position: absolute;
  top: 0;
  right: 0;
}
.le_alert.MsgAlertBox .Alertcontent p {
  margin: 5px 0;
}

.le_alert.MsgAlertBox .Alertcontent p i {
  float: right;
  font-style: normal;
  cursor: pointer;
}
.le_alert.MsgAlertBox .Alertcontent h5 i {
  color: #ffad48;
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}

.le_alert.MsgAlertBox .Alertcontent i.le_show_confirm_close {
  /* font-size: 26px;
  color: #ffffff; */
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: url(../images/layerClose.png);
  background-size: 100% 100%;
}

.le_alert.MsgAlertBox .Alertcontent .msgContent p {
  display: inline-block;
  width: 90%;
  margin: 0;
  font-size: 14px;
  vertical-align: middle;
}

.le_alert.MsgAlertBox .Alertcontent .alert_btnGroup {
  margin-top: 50px;
  text-align: center;
}

.le_alert.MsgAlertBox .Alertcontent .alert_btnGroup .btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #e72d21;
  color: #fff;
  font-size: 13px;
  border: none;
  outline: none;
  margin: 0 5px;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 4px;
}
.le_alert.MsgAlertBox .Alertcontent h5 {
  font-size: 16px;
}
.le_alert.MsgAlertBox .Alertcontent .content {
  font-size: 16px;
  color: #252525;
  margin-top: 10px;
}

.le_alert.MsgAlertBox .Alertcontent .alert_btnGroup .btn:hover {
  opacity: 0.7;
}

.le_alert.MsgAlertBox .Alertcontent .alert_btnGroup .cancel {
  background-color: #fff;
  color: #000;
  border: 1px solid #e1140a;
  color: #e1140a;
  height: 40px;
  line-height: 40px;
  width: 120px;
}
