
.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: 360px;
  height: 242px;
  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;
}
.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;
  margin-right: 10px;
  float: left;
  font-size: 25px;
}

.le_alert.content .closeBtn{
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -34px;
  font-size: 25px;
  color: #ffffff;
}

.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: #f56c6c;
}


/*弹出框*/
.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;
  border-radius: 4px;
  font-size: 18px;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 80px 40px 80px;
  max-width: 435px;
}
.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: -28px;
  top: -20px;
  cursor: pointer;
}

.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: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.le_alert.MsgAlertBox .Alertcontent .alert_btnGroup .btn{
  height: 34px;
  line-height: 34px;
  display: inline-block;
  width: 100px;
  text-align: center;
  background: #E72D21;
  color: #fff;
  font-size: 13px;
  border: none;
  outline: none;
  margin: 0 5px;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 2px;
}
.le_alert.MsgAlertBox .Alertcontent h5{
  font-size: 16px;
  padding: 0 0.1rem;
  text-align: center;
  font-weight: normal;
}
.le_alert.MsgAlertBox .Alertcontent .content{
  font-size: 14px;
  color: #606060;
  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 #979797;
  color: #979797;
  height: 32px;
  line-height: 32px;
  width: 98px;
  
}
