/*弹框样式*/
.modal {
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, .2);
}

.modal-dialog {
  width: 900px;
  height: 520px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -20%);

  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-header {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  color: #fff;
  background-color: #1F7EFE;
  padding-left: 20px;
  border-radius: 2px;

  display: flex;
  flex-direction: row;
}


.modal-body {
  width: 880px;
  margin: 20px auto;
  font-size: 15px;
}

.modal-body table {
  margin-top: 5px;
  margin-bottom: 10px;
}

.modal-body thead {
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-footer {
  display: flex;
  flex-direction: row;

}

.modal-footer div {
  margin: auto auto;
}

.modal-btn {
  border: none;
  color: white;
  padding: 6px 30px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  background-color: #1F7EFE;
}

.btn-default {
  outline: none;
  color: #333;
  background-color: #e2efff;
  border: 1px solid #ccc;
}

.btn-primary {
  outline: none;
  color: #fff;
  background-color: #00b38a;
  border: 1px solid #00b38a;
}

.form {
  /*display: flex;*/
  /*flex-direction: row;*/
  margin-left: 200px;
}

.form-row {
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.form-row div:first-child {
  width: 140px;
  text-align: right;
  font-size: 15px;
}

.form-row div:first-child span {
  color: red;
  margin-left: 5px;
  margin-right: 5px;
}

.form-row div:last-child {
  width: 250px;
  text-align: left;

}

.selse {
  width: 635px !important;

}


input, select {
  border: 1px solid #e8e8e8;
  width: 245px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-indent: 10px;
  border-radius: 5px;
  outline: 0;
  font-size: 14px;
  background-color: #fff;
}

.selse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
