.page-top-box {
  margin-bottom: 2rem;
  background-image: url("../img/news_top.png");
  background-position-y: 30%;
  color: #efefef;
  height: 160px;
  display: flex;
  align-items: center;
  color: black;
}
.page-top-box.applyEnter {
  margin-bottom: 2rem;
  background-image: url("../img/help/help-applyEnter_t.png");
  background-size: 100% 100%;
  color: #efefef;
  height: 268px;
  display: flex;
  align-items: center;
}
.page-top-box .title {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: bold;
}
.page-top-box .describe {
  font-size: 16px;
}

.serviceContent {
  /*  background-image: url('../img/help/help-applyEnter_content_bg.png');
    background-repeat: no-repeat;
    background-position: center;*/
}

form .row {
  align-items: center;
}
.form-title {
  margin-bottom: 2rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  font-weight: bold;
}
.form-check-inline {
  margin-right: 2rem;
}
.form-control {
  border-radius: 0;
}
/*必填项前加红色星号*/
.col-form-label.required:before {
  color: red;
  content: "*";
  position: absolute;
  margin-left: -15px;
}
button.submit {
  width: 8rem;
  margin-bottom: 2rem;
}

.tip-box {
  margin: 3rem 0 1rem;
  padding: 50px 280px 1rem 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #efefef;
}

.toast {
  z-index: 9;
}

#tipModalEl .modal-header {
  border-bottom: 0;
}
#tipModalEl .modal-footer {
  border-top: 0;
}
.page-top-boxs {
  margin-bottom: 2rem;
  background-image: url("../img/help/help-reported_banner.png");
  color: #efefef;
  height: 160px;
  display: flex;
  align-items: center;
}
.titles {
  color: black !important;
  text-align: center !important;
  margin-bottom: 1rem;
  font-size: 35px;
  font-weight: bold;
}
.describes {
  color: black !important;
  text-align: center !important;
}
.error-message {
  color: red;
  font-size: 16px;
  position: absolute;
  top: 110%;
  left: 2%;
  display: none;
}
.col-form-label,
.form-check-label {
  font-size: 16px;
}
