.f-otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f-oh {
    overflow: hidden;
}

.f-oh2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.f-oh3 {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.f-oh4 {
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.f-oh5 {
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-csna {
    cursor: not-allowed;
}

.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-df {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.f-tdu,
.f-tdu:hover {
    text-decoration: underline;
}

.f-pr {
    position: relative;
}

.f-fwn {
    font-weight: normal;
}

.f-fwb {
    font-weight: bold;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-mcen {
    margin: 0 auto;
}

.f-mt10 {
    margin-top: 10px;
}

.f-mt15 {
    margin-top: 15px;
}

.f-mt20 {
    margin-top: 20px;
}

.f-mt50 {
    margin-top: 50px;
}

.f-plr10 {
    padding: 0 10px;
}

.f-plr15 {
    padding: 0 15px;
}
.sys-page {
  position: relative;
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
.sys-page .bg-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 41.2rem;
  background:  no-repeat top center;
  background-size: 192rem 100%;
  padding-top: 5.9rem;
}
.sys-page .bg-box .title {
  text-align: center;
}
.sys-page .bg-box .title .text {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  color: #fff;
}
.sys-page .bg-box .title .text::before,
.sys-page .bg-box .title .text::after {
  position: absolute;
  content: '';
  width: 3.7rem;
  height: 0.9rem;
  top: 50%;
  transform: translatey(-50%);
}
.sys-page .bg-box .title .text::before {
  left: -7.3rem;
  background: ;
  background-size: 100% 100%;
}
.sys-page .bg-box .title .text::after {
  right: -7.3rem;
  background: ;
  background-size: 100% 100%;
}
.sys-page .sys-container {
  position: relative;
  z-index: 1;
  width: 132rem;
  margin: 11.5rem auto 3.9rem;
  background-color: #fff;
  padding: 0 1.5rem 5.2rem;
}
.sys-page .sys-container .tit {
  display: block;
  width: 100%;
  height: 18rem;
  position: relative;
}
.sys-page .sys-container .tit img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sys-page .sys-container .tit .text {
  text-align: center;
  color: #fff;
  line-height: 18rem;
  font-size: 4rem;
  padding: 0 2.8rem;
}
.sys-page .sys-container .dividing {
  margin-top: 4rem;
  width: 100%;
  height: 0.1rem;
  background-color: #ddd;
  position: relative;
}
.sys-page .sys-container .dividing .text {
  padding: 0 1.5rem;
  background: #fff;
  position: absolute;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sys-page .sys-container .btn-line {
  margin-top: 8.3rem;
  text-align: center;
}
.sys-page .sys-container .btn-line .btn {
  display: inline-block;
  width: 25rem;
  height: 5rem;
  background: #437ad5;
  border-radius: 0.8rem;
  text-align: center;
  line-height: 5rem;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 2.4rem;
  cursor: pointer;
}
.sys-page .sys-container .btn-line .btn:last-child {
  margin-right: 0;
}
.sys-page .sys-container .btn-line .btn img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  transform: translatey(-0.2rem);
}
.syqgk-introduce .content,
.application-instructions-page .content {
  margin-top: 3.8rem;
  font-size: 1.6rem;
  color: #333333;
  line-height: 4rem;
  padding: 0 1.7rem;
}

.application-instructions-page .btn-line {
  margin-top: 2.3rem;
}

.application-person-page .content {
  margin-top: 7.9rem;
}
.application-person-page .content .type-form {
  text-align: center;
}
.application-person-page .content .type-form .info {
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
}
.application-person-page .content .type-form .radio-line {
  margin-top: 4.1rem;
}
.application-person-page .content .type-form .radio-line .radio {
  display: inline-block;
  width: 21.5rem;
  height: 10.2rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 1.5rem 0rem rgba(40, 74, 111, 0.15);
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  margin-right: 3rem;
  padding: 2.6rem;
}
.application-person-page .content .type-form .radio-line .radio:last-child {
  margin-right: 0;
}
.application-person-page .content .type-form .radio-line .radio .text {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}
.application-person-page .content .type-form .radio-line .radio.citizen .text {
  margin-top: 1.6rem;
}
.application-person-page .content .type-form .radio-line .radio.legal-person .text {
  margin-top: 0.6rem;
}
.application-person-page .content .type-form .radio-line .radio img {
  height: 5rem;
}
.application-person-page .content .type-form .radio-line .radio:hover {
  border: 0.1rem solid #437ad5;
}
.application-person-page .content .type-form .radio-line .radio:hover .text {
  color: #437ad5;
}
.application-person-page .content .btn-line {
  margin-top: 4.1rem;
}
.application-form-page .sys-container {
  margin: 5rem auto 0.38rem;
}
.application-form-page .content .apply-form {
  margin-top: 6.5rem;
}
.application-form-page .content .apply-form .part {
  margin-top: 5.6rem;
}
.application-form-page .content .apply-form .part:first-child {
  margin-top: 0;
}
.application-form-page .content .apply-form .part .title-line {
  position: relative;
  width: 100%;
  height: 0.8rem;
  border-top: 0.1rem dashed #ddd;
}
.application-form-page .content .apply-form .part .title-line .part-tit {
  position: absolute;
  padding-left: 1.6rem;
  padding-right: 1.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333333;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.application-form-page .content .apply-form .part .title-line .part-tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 0.5rem;
  height: 1.4rem;
  background: ;
  background-size: 100% 100%;
}
.application-form-page .content .apply-form .part .input-group {
  margin-top: 1.6rem;
  padding-left: 2.3rem;
  padding-right: 5.1rem;
}
.application-form-page .content .apply-form .part .input-group li {
  display: inline-block;
  margin-top: 2.8rem;
}
.application-form-page .content .apply-form .part .input-group li.full {
  width: 100%;
}
.application-form-page .content .apply-form .part .input-group li .label {
  display: inline-block;
  width: 16rem;
  text-align: right;
  margin-right: 1rem;
  font-size: 1.6rem;
  color: #333333;
  margin-top: 1rem;
  vertical-align: top;
}
.application-form-page .content .apply-form .part .input-group li .label .required {
  color: #ff3131;
}
.application-form-page .content .apply-form .part .input-group li .label .indent-2 {
  margin-left: 5rem;
}
.application-form-page .content .apply-form .part .input-group li.textarea-row .label {
  margin-top: 0;
}
.application-form-page .content .apply-form .part .input-group li input {
  box-sizing: border-box;
  width: 36.7rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 0.1rem solid #bfbfbf;
  padding: 0 1.5rem;
}
.application-form-page .content .apply-form .part .input-group li input.full-input {
  width: 90.3rem;
}
.application-form-page .content .apply-form .part .input-group li textarea {
  box-sizing: border-box;
  width: 90.3rem;
  height: 19rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #bfbfbf;
  padding: 1.5rem;
  outline: none;
}
.application-form-page .content .apply-form .part .input-group li .radio-box {
  display: inline-block;
}
.application-form-page .content .apply-form .part .input-group li .radio-input {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  margin-right: 7.3rem;
  line-height: 4rem;
}
.application-form-page .content .apply-form .part .input-group li .radio-input input {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.7rem;
  margin-right: 1.5rem;
  transform: translatey(-0.2rem);
  cursor: pointer;
}
.application-form-page .content .apply-form .part .input-group li .upload-file {
  display: inline-block;
}
.application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer {
  position: relative;
  display: inline-block;
  padding: 1.2rem 1rem;
  color: #fff;
  font-size: 1.6rem;
  background: #437ad5;
  border-radius: 0.5rem;
  cursor: pointer;
}
.application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer .upload-file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap {
  display: none;
}
.application-form-page .content .apply-form .part .input-group li .upload-file .tip {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666666;
}
.application-form-page .content .apply-form .part .input-group li .upload-file .tip .text-red {
  color: #f5222d;
}
.application-form-page .content .apply-form .part .input-group li .verification {
  display: inline-block;
}
.application-form-page .content .apply-form .part .input-group li .verification .verification-input {
  width: 10.5rem;
  line-height: 4rem;
}
.application-form-page .content .apply-form .part .input-group li .verification img {
  width: 7.5rem;
  height: 4rem;
  margin-left: 1.1rem;
}
.application-form-page .content .apply-form .part .input-group li .verification a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  color: #333333;
  transform: translatey(0.05rem);
}
.application-form-page .content .apply-form .part .input-group li .verification a:hover {
  text-decoration: underline;
}
.application-form-page .content .btn-line {
  margin-top: 6rem;
}


.inquire-page .content {
  margin-top: 9rem;
}
.inquire-page .content .inquire-form {
  text-align: center;
}
.inquire-page .content .inquire-form .form-item {
  margin-bottom: 2.2rem;
}
.inquire-page .content .inquire-form .form-item:last-child {
  margin-bottom: 0;
}
.inquire-page .content .inquire-form .form-item .form-label {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  margin-right: 1rem;
  text-align: right;
  width: 13.6rem;
  transform: translatey(0.5rem);
}
.inquire-page .content .inquire-form .form-item input {
  box-sizing: border-box;
  width: 35.5rem;
  height: 4rem;
  background: #ffffff;
  border-radius: 0.5rem;
  border: 0.1rem solid #bfbfbf;
  padding: 0 1.5rem;
}
.inquire-page .content .inquire-form .form-item .verification {
  display: inline-block;
  width: 35.5rem;
  text-align: left;
}
.inquire-page .content .inquire-form .form-item .verification .verification-input {
  width: 10.5rem;
  line-height: 4rem;
}
.inquire-page .content .inquire-form .form-item .verification img {
  width: 7.5rem;
  height: 4rem;
  margin-left: 1.1rem;
}
.inquire-page .content .inquire-form .form-item .verification a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  color: #333333;
  transform: translatey(0.5rem);
}
.inquire-page .content .inquire-form .form-item .verification a:hover {
  text-decoration: underline;
}
.inquire-page .content .btn-line {
  margin-top: 6rem;
}

.inquire-result-page .content {
  margin-top: 3.6rem;
}
.inquire-result-page .content table {
  width: 110rem;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.6rem;
  color: #333333;
}
.inquire-result-page .content table th,
.inquire-result-page .content table td {
  border: 0.1rem solid #e5e5e5;
  padding: 2.2rem 3rem;
  width: 33.7rem;
  line-height: 3rem;
}
.inquire-result-page .content table .indent-2 {
  margin-left: 5rem;
}
.inquire-result-page .content table td.label {
  text-align: right;
  width: 21.2rem;
  line-height: 1.8rem;
}
.inquire-result-page .content table th {
  text-align: left;
  font-weight: bold;
  padding-left: 0;
  background-color: #e5e5e5;
}
.inquire-result-page .content table th .text {
  padding-left: 4.9rem;
  position: relative;
}
.inquire-result-page .content table th .text::before {
  content: '';
  position: absolute;
  left: 3.3rem;
  top: 50%;
  transform: translatey(-50%);
  width: 0.5rem;
  height: 1.4rem;
  background: ;
  background-size: 100% 100%;
}


@media screen and (max-width: 768px) {
  .sys-page {
    width: 75rem;
    margin: 0 auto;
  }
  .sys-page .bg-box {
    height: 60.6rem;
    background-size: 75rem 60.6rem;
    padding-top: 4.8rem;
  }
  .sys-page .bg-box .title .text {
    font-size: 4rem;
  }
  .sys-page .bg-box .title .text::before,
  .sys-page .bg-box .title .text::after {
    position: absolute;
    content: '';
    width: 3.7rem;
    height: 0.9rem;
    top: 50%;
    transform: translatey(-50%);
  }
  .sys-page .bg-box .title .text::before {
    left: -6.1rem;
  }
  .sys-page .bg-box .title .text::after {
    right: -6.1rem;
  }
  .sys-page .sys-container {
    width: 70.2rem;
    margin: 11.5rem auto 4.9rem;
  }
  .sys-page .sys-container .tit {
    display: block;
    width: 100%;
    height: 17.6rem;
    position: relative;
  }
  .sys-page .sys-container .tit img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .sys-page .sys-container .tit .text {
    text-align: left;
    line-height: 17.6rem;
    font-size: 3.6rem;
    padding-left: 4.6rem;
  }
  .sys-page .sys-container .dividing .text {
    font-size: 3.2rem;
  }
  .sys-page .sys-container .btn-line {
    margin-top: 3.2rem;
  }
  .sys-page .sys-container .btn-line .btn {
    width: 31.8rem;
    height: 8.8rem;
    line-height: 8.8rem;
    font-size: 2.8rem;
    background-color: #015293;
  }
  .sys-page .sys-container .btn-line .btn img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .syqgk-introduce .content,
  .application-instructions-page .content {
    margin-top: 3.6rem;
    font-size: 3.2rem;
    padding: 0;
    line-height: 6.4rem;
  }
  .application-instructions-page .btn-line {
    margin-top: 3.2rem;
  }
  .application-person-page .sys-container {
    margin: 5rem auto 3.8rem;
  }
  .application-person-page .content {
    margin-top: 3.2rem;
  }
  .application-person-page .content .type-form .info {
    font-size: 3.2rem;
  }
  .application-person-page .content .type-form .radio-line {
    margin-top: 4.7rem;
  }
  .application-person-page .content .type-form .radio-line .radio {
    display: inline-block;
    width: 31.5rem;
    height: 13.8rem;
    margin-right: 2.4rem;
    padding: 4.5rem 2.4rem;
  }
  .application-person-page .content .type-form .radio-line .radio .text {
    font-weight: bold;
    font-size: 3.2rem;
    text-align: left;
  }
  .application-person-page .content .type-form .radio-line .radio.citizen .text {
    margin-top: 0.9rem;
  }
  .application-person-page .content .type-form .radio-line .radio.legal-person .text {
    margin-top: 0.6rem;
  }
  .application-person-page .content .type-form .radio-line .radio.legal-person .text p {
    display: inline-block;
  }
  .application-person-page .content .type-form .radio-line .radio img {
    height: 5rem;
  }
  .application-person-page .content .btn-line {
    margin-top: 4.8rem;
  }
  .application-form-page .sys-container {
    margin: 5rem auto 3.8rem;
  }
  .application-form-page .content .apply-form {
    margin-top: 6rem;
  }
  .application-form-page .content .apply-form .part {
    margin-top: 5.6rem;
  }
  .application-form-page .content .apply-form .part .title-line {
    height: 1.6rem;
    border-top: 0.1rem dashed #ddd;
  }
  .application-form-page .content .apply-form .part .title-line .part-tit {
    padding-left: 2.1rem;
    padding-right: 1.6rem;
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .application-form-page .content .apply-form .part .input-group {
    margin-top: 3.2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .application-form-page .content .apply-form .part .input-group li {
    width: 100%;
    display: inline-block;
    margin-top: 3.2rem;
  }
  .application-form-page .content .apply-form .part .input-group li.full {
    width: 100%;
  }
  .application-form-page .content .apply-form .part .input-group li .label {
    display: inline-block;
    width: 23rem;
    text-align: right;
    margin-right: 0;
    font-size: 2.8rem;
    margin-right: 1rem;
    margin-top: 1.5rem;
    vertical-align: top;
  }
  .application-form-page .content .apply-form .part .input-group li .label .required {
    color: #ff3131;
  }
  .application-form-page .content .apply-form .part .input-group li .label .indent-2 {
    margin-left: 5rem;
  }
  .application-form-page .content .apply-form .part .input-group li .label.wap-full {
    width: 100%;
    text-align: left;
  }
  .application-form-page .content .apply-form .part .input-group li .label.wap-full .indent-2 {
    display: inline-block;
    margin-left: 0;
  }
  .application-form-page .content .apply-form .part .input-group li.textarea-row .label {
    margin-top: 0;
  }
  .application-form-page .content .apply-form .part .input-group li input {
    box-sizing: border-box;
    width: 42rem;
    height: 7.2rem;
    background: #ffffff;
    border-radius: 0.5rem;
    border: 0.1rem solid #bfbfbf;
    padding: 0 1.5rem;
    font-size: 2.8rem;
  }
  .application-form-page .content .apply-form .part .input-group li input.full-input {
    width: 42rem;
  }
  .application-form-page .content .apply-form .part .input-group li textarea {
    box-sizing: border-box;
    width: 100%;
    height: 24rem;
    margin-top: 2.4rem;
    font-size: 2.8rem;
    padding: 2.4rem;
  }
  .application-form-page .content .apply-form .part .input-group li.radio-row {
    display: flex;
  }
  .application-form-page .content .apply-form .part .input-group li.radio-row .label {
    margin-top: 0;
  }
  .application-form-page .content .apply-form .part .input-group li .radio-box {
    display: inline-block;
    width: 48.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem 2rem;
  }
  .application-form-page .content .apply-form .part .input-group li .radio-input {
    display: flex;
    flex-shrink: 0;
    width: 45%;
    font-size: 3.2rem;
    color: #333333;
    margin-right: 0;
    line-height: 4rem;
  }
  .application-form-page .content .apply-form .part .input-group li .radio-input input {
    flex-shrink: 0;
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 0;
    margin-right: 0.06rem;
    transform: translatey(0.55rem);
    cursor: pointer;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file {
    display: inline-block;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer {
    display: none;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap {
    display: block;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .front,
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .reverse {
    position: relative;
    width: 100%;
    height: 27rem;
    background: ;
    background-size: 100% 100%;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .front .add,
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .reverse .add {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translatex(-50%);
    width: 7rem;
    height: 7rem;
    background-color: #026ab6;
    border-radius: 50%;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .front .add::after,
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .reverse .add::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.6rem;
    height: 2.6rem;
    background:  center center no-repeat;
    background-size: 100% 100%;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .front .add-tip,
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .reverse .add-tip {
    font-size: 2.8rem;
    color: #333333;
    position: absolute;
    top: 15rem;
    left: 50%;
    transform: translatex(-50%);
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .front .upload-file-input,
  .application-form-page .content .apply-form .part .input-group li .upload-file .upload-file-outer-wap .reverse .upload-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .reverse {
    margin-top: 2.7rem;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .tip {
    width: 42.9rem;
    margin-top: 2.7rem;
    font-size: 2.4rem;
    color: #999;
    line-height: 3.6rem;
  }
  .application-form-page .content .apply-form .part .input-group li .upload-file .tip .text-red {
    color: #f5222d;
  }
  .application-form-page .content .apply-form .part .input-group li .verification {
    display: inline-block;
    width: 42rem;
  }
  .application-form-page .content .apply-form .part .input-group li .verification .verification-input {
    width: 42rem;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 2.8rem;
  }
  .application-form-page .content .apply-form .part .input-group li .verification img {
    width: 7.5rem;
    height: 4rem;
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .application-form-page .content .apply-form .part .input-group li .verification a {
    display: inline-block;
    margin-left: 2rem;
    font-size: 2.8rem;
    color: #333333;
    transform: translatey(0.18rem);
  }
  .application-form-page .content .apply-form .part .input-group li .verification a:hover {
    text-decoration: underline;
  }
  .application-form-page .content .btn-line {
    margin-top: 4rem;
  }
}