.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgb(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal_box {
  width: 610px;
  min-height: 425px;
  padding: 30px;
  background-color: #ffffff;
  position: relative;
}

.onaddpopup {
  top: 7px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 21px;
  color: #fff;
  display: inline-block;
  width: 21px;
  width: 21px;
  background-color: #b2b2b2;
  border-radius: 50%;
}

.modal_tite {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 18px;
  border-left: 10px solid #3e7fff;
}

.mode_cont {
  width: 97%;
  line-height: 25px;
  font-size: 14px;
  margin-top: 20px;
}

.mode_cont > span {
  font-size: 18px;
  color: #7ea4ff;
}

.from_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.from_box > div {
  margin-top: 25px;
  width: 392px;
  height: 30px;
  display: flex;
}

.from_name {
  width: 15%;
  line-height: 30px;
}

.from_ipu {
  width: 90%;
}

.from_ipu > input {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 4px #dcdcdc inset;
  text-indent: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}

.ofattention {
  margin-top: 20px;
  font-size: 14px;
}

.fatofe {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  height: 55px;
}

.che_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 33%;
  height: 20px;
  font-size: 14px;
}

.btnclikc {
  width: 100%;
  margin-top: 15px;
  height: 30px;
  background-color: #3e7fff;
  border-radius: 5px;
  border: none;
  color: #fff;
}

.btomcont {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.hide {
  visibility:hidden;
}
