.myToast {
  position: fixed;
  display: inline-block;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  background: #000;
  max-width: 300px;
  border-radius: 5px;
  z-index: 999999999999999999;
}
.myLoadding {
  border-radius: 8px;
  position: fixed;
  max-width: 80%;
  padding: 10px;
  background: #8e8e8e;
  text-align: center;
  color: #323232;
  font-size: 16px;
}
.myLoadding .loaddingImg {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
.myModa {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5000;
}
.myModa .myAlertBox {
  width: 5.6rem;
  min-height: 3.3rem;
  background: #ffffff;
  border-radius: 0.08rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.myModa .myAlertBox h6 {
  font-size: 0.36rem;
  text-align: center;
  padding-top: 0.5rem;
  line-height: 20px;
  padding-bottom: 0.18rem;
  font-weight: 500;
}
.myModa .myAlertBox p {
  width: 90%;
  font-size: 0.36rem;
  font-weight: 400;
  color: #909399;
  line-height: 0.4rem;
  margin: 0 auto;
  text-align: center;
}
.myModa .myAlertBox .btn {
  width: 100%;
  line-height: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 0.36rem;
  color: #2A7DE1;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.myModa .myAlertBox .col2 {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #E5E5E5;
}
.myModa .myAlertBox .col2 .col {
  font-size: 0.36rem;
  text-align: center;
  width: 50%;
  display: block;
  height: 1rem;
  line-height: 1rem;
}
.myModa .myAlertBox .btn1.exit {
  font-size: 0.36rem;
  font-weight: 400;
  color: #000000;
  border-right: 1px solid #E5E5E5;
}
.myModa .myAlertBox .btn1.sure {
  font-size: 0.36rem;
  font-weight: 400;
  color: #2A7DE1;
}
.myModa .myAlertBox .success {
  font-size: 0.36rem;
  color: #2A7DE1;
  font-weight: 400;
  text-align: right;
  padding-right: 0.5rem;
  margin-top: 0.6rem;
}
.myModa .myAlertBox .ipbs {
  font-size: 16px;
  display: flex;
  margin-top: 20px;
}
.myModa .myAlertBox .ipbs > span {
  font-size: 14px;
  display: block;
  width: 60px;
  padding-left: 20px;
}
.myModa .myAlertBox .ipbs .ip-iden {
  display: flex;
  align-items: center;
}
.myModa .myAlertBox .ipbs .ip-iden div {
  display: flex;
  align-items: center;
}
.myModa .myAlertBox .ipbs .ip-iden div.active span.ip {
  background: #0080ff;
}
.myModa .myAlertBox .ipbs .ip-iden .ip {
  display: block;
  border: 1px solid #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  margin: 0 10px;
}
.myModa .myAlertBox .remark {
  font-size: 16px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.myModa .myAlertBox .remark > span {
  font-size: 14px;
  display: block;
  width: 80px;
  padding-left: 20px;
}
.myModa .myAlertBox .remark textarea {
  border: none;
  font-size: 16px;
  outline: none;
  width: 200px;
  height: 60px;
  margin-top: 4px;
}
.alert-box * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*# sourceMappingURL=alert.css.map */