.fir_title {
  height: 56px;
  line-height: 56px;
  background-color: #f7fbff;
  border-left: 2px solid #1361cb;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
}
.sec_title {
  margin: 24px 0;
  font-size: 18px;
  font-weight: bold;
  color: #1361cb;
  text-align: center;
}
.third_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.blue_box {
  background-color: #f7fbff;
  padding: 0.2rem;
}
.form_ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  background-color: transparent;
}
.form_ftable .fth {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
@media (max-width: 600px) {
  .form_ftable .fth {
    font-size: 13px;
  }
}
.form_ftable .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.form_ftable .frow {
  min-height: 54px;
  display: flex;
  justify-content: start;
}
.form_ftable .fth,
.form_ftable .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px transparent;
  border-right: solid 1px transparent;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form_ftable .fth {
  width: 125px;
  background-color: transparent;
  justify-content: end;
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .form_ftable .fth {
    width: 80px;
  }
}
.form_ftable .ftd {
  flex: 1;
  padding-left: 0px;
  padding-right: 0px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .form_ftable {
    width: 100%;
  }
  .form_ftable .frow {
    width: 100% !important;
  }
}
.ftable_form select,
.ftable_form input,
.ftable_form textarea,
.ftable_form button,
.ftable_form img {
  box-sizing: border-box;
  outline: none;
  border: none;
  vertical-align: middle;
}
.ftable_form .red_star {
  color: #f41c20;
}
.ftable_form .vam {
  vertical-align: middle;
  margin-top: -3px;
}
.ftable_form div[class*='_box'] {
  width: 100%;
}
.ftable_form div[class*='_box']::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ftable_form div[class*='_box'] + div[class*='_box'] {
  margin-top: 10px;
}
.ftable_form .radios_box,
.ftable_form select,
.ftable_form input[type='text'],
.ftable_form textarea {
  font-family: 'Microsoft YaHei';
  background-color: #ffffff;
  border: solid 1px #e8eef4;
  padding: 0 1em;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.ftable_form .radios_box::placeholder,
.ftable_form select::placeholder,
.ftable_form input[type='text']::placeholder,
.ftable_form textarea::placeholder {
  color: #999999;
}
.ftable_form .radios_box,
.ftable_form select,
.ftable_form input[type='text'] {
  width: 100%;
  height: 44px;
  line-height: 44px;
}
@media (max-width: 600px) {
  .ftable_form .radios_box,
  .ftable_form select,
  .ftable_form input[type='text'] {
    width: 100%;
  }
  .ftable_form .radios_box + select,
  .ftable_form select + select,
  .ftable_form input[type='text'] + select,
  .ftable_form .radios_box + input[type='text'],
  .ftable_form select + input[type='text'],
  .ftable_form input[type='text'] + input[type='text'] {
    margin-top: 10px;
  }
}
.ftable_form textarea {
  width: 100%;
  height: 100px;
  padding: 1em;
  resize: none;
}
.ftable_form .radios_box label {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
  padding-left: 10px;
}
.ftable_form .radios_box label + label {
  margin-left: 40px;
}
.ftable_form .radios_box input[type='radio'] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  appearance: none;
}
.ftable_form .radios_box input[type='radio']:focus {
  border: none;
  outline: none;
}
.ftable_form .radios_box input[type='radio']::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1361cb;
}
.ftable_form .radios_box input[type='radio']:checked:after {
  content: '';
  position: absolute;
  top: 2.5px;
  left: -5.3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1361cb;
}
.ftable_form .checkbox_box label {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  float: left;
  word-break: keep-all;
}
.ftable_form .checkbox_box label + label {
  margin-left: 20px;
}
.ftable_form .checkbox_box input[type='checkbox'] {
  appearance: auto;
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ftable_form .checkbox_box input[type='checkbox']:focus {
  border: none;
  outline: none;
}
.ftable_form .upload_box {
  position: relative;
}
.ftable_form .upload_box .upload_btn,
.ftable_form .upload_box input[type='file'] {
  display: inline-block;
  width: 120px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.ftable_form .upload_box .upload_btn {
  background-color: #2f9bfb;
  border-radius: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.ftable_form .upload_box input[type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ftable_form .form_ftable_ver {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: start;
  border-top: solid 1px #ffd8cc;
  border-left: solid 1px #ffd8cc;
  background-color: #fff;
}
.ftable_form .form_ftable_ver .fth {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
}
.ftable_form .form_ftable_ver .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ftable_form .form_ftable_ver .frow {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.ftable_form .form_ftable_ver .fth,
.ftable_form .form_ftable_ver .ftd {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: solid 1px #ffd8cc;
  border-right: solid 1px #ffd8cc;
  line-height: 1.5;
  padding: 12px 24px;
}
.ftable_form .form_ftable_ver .fth {
  background-color: #fff6f4;
}
.ftable_form .form_ftable_ver .ftd {
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .ftable_form .form_ftable_ver {
    flex-wrap: wrap;
  }
  .ftable_form .form_ftable_ver .frow {
    width: 100% !important;
  }
}
.ftable_form .yzm_box .yzm_input {
  width: 190px;
}
.ftable_form .yzm_box .yzm_img {
  width: 150px;
  height: 42px;
  margin: 0 7px;
}
.ftable_form .yzm_box .yzm_refresh {
  text-decoration: underline;
  font-size: 15px;
  font-weight: normal;
  color: #00407f;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .yzm_box .yzm_refresh:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .ftable_form .yzm_box .yzm_input,
  .ftable_form .yzm_box .yzm_img {
    width: 45%;
  }
  .ftable_form .yzm_box .yzm_refresh {
    width: 100%;
    margin-top: 7px;
  }
}
.ftable_form .button_box {
  margin-top: 30px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.ftable_form .button_box button {
  width: 134px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ftable_form .button_box button img {
  margin-right: 5px;
}
.ftable_form .button_box button:hover {
  opacity: 0.7;
}
.ftable_form .button_box .submit_btn {
  background-color: #1361cb;
  border: solid 1px #1361cb;
  color: #ffffff;
  margin-right: 30px;
}
.ftable_form .button_box .reset_btn {
  background-color: #f3f9ff;
  border: solid 1px #f3f9ff;
  color: #1361cb;
}
.jgcx .blue_box {
  padding: 0;
  padding-left: 10px;
  padding-right: 20px;
}
.jgcx .button_box {
  width: 134px !important;
  margin-top: 0 !important;
  margin-left: 10px;
}
.jgcx .button_box .submit_btn {
  margin-right: 0;
}
@media (max-width: 600px) {
  .jgcx .blue_box {
    padding-right: 10px;
  }
  .jgcx .frow,
  .jgcx .fth,
  .jgcx .ftd {
    flex-wrap: wrap;
    width: 100%;
  }
  .jgcx .fth {
    font-size: 16px;
    justify-content: start;
    text-align: left;
  }
  .jgcx .button_box {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .jgcx .submit_btn {
    width: 100% !important;
  }
}
.ftable_column {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.ftable_column .fth {
  font-size: 16px;
  font-weight: bold;
  color: #0052b6;
}
.ftable_column .ftd {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ftable_column .frow {
  width: 100%;
  display: flex;
}
.ftable_column .fth,
.ftable_column .ftd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftable_column .fth {
  height: 42px;
  line-height: 42px;
  background-color: #f3f9ff;
}
.ftable_column .ftd {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 5px;
  padding-right: 5px;
  word-break: break-all;
  text-align: center;
  line-height: 1.5;
}
.ftable_column .ftd p,
.ftable_column .ftd a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ftable_column .ftbody .frow:nth-child(even) {
  background-color: #fafcff;
}
@media (max-width: 600px) {
  .ftable_column .frow {
    flex-wrap: wrap;
  }
  .ftable_column .ftd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 993px) {
  .ftable1 {
    min-height: 500px;
  }
}
.ftable1 .fth:nth-child(1),
.ftable1 .ftd:nth-child(1) {
  padding-left: 18px;
  justify-content: left;
  width: 15.33018868%;
}
.ftable1 .fth:nth-child(3),
.ftable1 .ftd:nth-child(3),
.ftable1 .fth:nth-child(5),
.ftable1 .ftd:nth-child(5) {
  width: 12.97169811%;
}
.ftable1 .fth:nth-child(4),
.ftable1 .ftd:nth-child(4) {
  width: 9.43396226%;
}
.ftable1 .fth:nth-child(2),
.ftable1 .ftd:nth-child(2) {
  flex: 1;
}
@media (max-width: 600px) {
  .ftable1 .fth,
  .ftable1 .ftd {
    font-size: 12px;
  }
  .ftable1 .fth:nth-child(1),
  .ftable1 .ftd:nth-child(1) {
    padding-left: 5px;
    width: 17.68867925%;
  }
  .ftable1 .fth:nth-child(3),
  .ftable1 .ftd:nth-child(3),
  .ftable1 .fth:nth-child(5),
  .ftable1 .ftd:nth-child(5) {
    width: 15.33018868%;
  }
  .ftable1 .fth:nth-child(4),
  .ftable1 .ftd:nth-child(4) {
    width: 14.1509434%;
  }
  .ftable1 .fth:nth-child(2),
  .ftable1 .ftd:nth-child(2) {
    flex: 1;
  }
}
