body.popup-body {
  background-color: transparent;
  min-width: auto;
  padding: 40px 45px;
}

.popup-title {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 29px;
  color: #222222;
}
.popup-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 20px;
  background: #1953ff;
}
.alert {
  color: #1969fa;
  background: #dcf0ff;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}
.file-upload-box {
  height: 100px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.file-upload-box dt {
  font-size: 15px;
  line-height: 22px;
  margin: 26px auto 0;
}
.file-upload-box dt i {
  font-size: 22px;
  vertical-align: top;
}
.file-upload-box input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.file-upload-box:hover {
  box-shadow: 0px 0px 16px 0px rgba(26, 57, 128, 0.16);
  border-radius: 8px;
}
.file-upload-box:hover dt i {
  color: #1953ff;
}
.text-center {
  text-align: center;
}
.file-upload-with {
  padding: 10px 10px 0;
}
.file-upload-with ._btn {
  height: 30px;
  line-height: 30px;
  background: #f2f4f7;
  border-radius: 5px;
  padding: 0 17px;
  margin-top: 10px;
}
.file-upload-with ul {
  margin-top: 27px;
  display: flex;
  align-items: center;
}
.file-upload-with ul li {
  margin-right: 17px;
}
.file-upload-with select,
.file-upload-with input {
  width: 110px;
  height: 32px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d6dae7;
  padding: 0 10px;
}
.form-footer {
  margin: 30px auto 0;
  text-align: center;
}
.text-warning {
  color: #ff9500;
}

.text-warning-tip {
  color: #da6303;
}
.text-small {
  font-size: 12px;
}
.text-primary {
  color: #1969fa;
}
.text-placeholder {
  color: #bfc3ce;
}
.pcb-btn {
  background: #1969fa;
  color: #fff;
  line-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
}
.pcb-btn:hover {
  background: #0a3ac9;
}
