.bread-crumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.5rem;
  border-bottom: 1px solid #C0C0C0;
  background: #F2F4F8;
}

.bread-crumb--inner {
  display: -ms-flexbox;
  display: flex;
  width: 14.4rem;
  margin: 0 auto;
  line-height: 0.5rem;
}

.bread-crumb__item {
  color: #676767;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.bread-crumb__link {
  font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
  font-family: PingFangSC-Regular, PingFang SC;
  color: #676767;
  font-weight: 300;
}

.bread-crumb__divider {
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
  color: #000;
}

.bread-crumb__link:hover {
  color: #0032B4;
}

@media screen and (max-width: 768px) {
  .bread-crumb--inner {
    width: 100%;
  }

  .bread-crumb {
    min-height: 0.6rem;
    padding: 0 .32rem;
  }

  .bread-crumb__item,
  .bread-crumb__link,
  .bread-crumb__divider {
    font-size: .24rem;
  }

  .bread-crumb__item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.banner--container {
  position: relative;
  z-index: 1;
}

.banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.banner--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 14.4rem;
}

.banner__title {
  font-size: 0.42rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.59rem;
}

.banner__desc {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 0.3rem;
}

.permit--container {
  width: 14.4rem;
  margin: 0.8rem auto 0.78rem;
}

.permit__form--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0 0.86rem;
  gap: 0 0.86rem;
}

.permit__form--inner {
  -ms-flex: 1;
      flex: 1;
}

.permit__description {
  width: 6.36rem;
}

.permit__description-title {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.25rem;
  color: #1D1D1D;
  font-weight: bold;
}

.permit__description-content {
  color: #4E4E4E;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: justify;
  text-justify: distribute;
}

.permit__description-content strong {
  color: #1842B3;
}

.captcha--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.q-input.captcha {
  width: 1.8rem;
  margin-right: 0.1rem;
}

.form__action {
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.14rem;
}

.btn__submit,
.btn__reset {
  width: 1.4rem;
  height: 0.46rem;
  border: 1px solid #0032B4;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.46rem;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn__submit {
  margin-right: 0.12rem;
  background-color: #0032B4;
  color: #fff;
}

.btn__reset {
  background-color: #fff;
  color: #1842B3;
}

.permit-result,
.btn-export,
.empty-tips {
  display: none;
}

.permit-result {
  width: 100%;
  margin-top: 0.7rem;
}

.permit-result__hd {
  position: relative;
  margin-bottom: 0.2rem;
}

.permit-result__title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.33rem;
}

.btn-export {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  cursor: pointer;
  color: #1842B3;
  font-size: 0.16rem;
  line-height: 0.22rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-export::before {
  width: 0.19rem;
  height: 0.18rem;
  margin-right: 0.08rem;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/87b801e0bf5bc13b8795d55de9525332.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.permit-result__bd {
  border: 1px solid #C0C0C0;
}

.permit-result__table {
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
}

.permit-result__table thead {
  display: none;
}

.permit-result__column {
  width: 25%;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  padding-right: 0.2rem;
  line-height: 0.22rem;
  word-break: break-all;
}

.permit-result__thead {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #F2F4F8;
  border-bottom: 1px solid #C0C0C0;
  white-space: nowrap;
}

.permit-result__thead,
.permit-result__row {
  display: -ms-flexbox;
  display: flex;
}

.permit-result__row {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

.permit-result__row:not(:last-child) {
  border-bottom: 1px solid #C0C0C0;
}

.permit-result__thead .permit-result__column {
  color: #1D1D1D;
  font-size: 0.18rem;
  font-weight: bold;
}

.permit-result__row .permit-result__column {
  color: #4E4E4E;
  font-size: 0.16rem;
}

.permit-result__column.fail {
  color: #D31010;
}

.empty-tips {
  display: -ms-flexbox;
  display: flex;
  height: 2.72rem;
}

.empty-tips--inner {
  margin: auto;
  color: #B2B2B2;
  font-size: 0.18rem;
  line-height: 0.25rem;
}

.result-table--Container {
  max-height: calc(100vh - 1rem - 0.5rem);
  overflow-y: auto;
}

.q-textarea {
  height: 1.4rem;
  overflow-y: auto;
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  background: url('https://static01-m.QIANXIN.COM/qaxweb/14325bb6a9f955929aeb00b38103812b.gif') no-repeat 50% 50%;
  background-size: 0.72rem 0.72rem;
}

@media screen and (max-width: 768px) {
  .banner--inner {
    left: 0.32rem;
    right: 0.32rem;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    width: auto;
  }

  .banner__title {
    font-size: 0.48rem;
    line-height: 0.67rem;
  }

  .banner__desc {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .permit--container {
    box-sizing: border-box;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.6rem 0.32rem 1.05rem;
  }

  .permit__form--inner {
    display: block;
    width: 100%;
  }

  .permit__form--container {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .form__item {
    display: block;
    margin-bottom: 0.4rem;
  }

  .form__label {
    margin-bottom: 0.28rem;
    font-size: 0.34rem;
    line-height: 0.48rem;
  }

  .q-textarea {
    height: 3.2rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  ::-webkit-input-placeholder,
  ::-moz-placeholder {
    font-size: 0.28rem;
  }

  label.error {
    display: block;
    position: static;
    margin-top: 0.14rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .q-input.captcha {
    width: 4.2rem;
    height: 0.8rem;
    margin-right: 0.18rem;
  }

  .form__captcha {
    width: 1.8rem;
    height: 0.8rem;
  }

  .form__action {
    padding-top: 0.2rem;
    padding-left: 0;
  }

  .btn__submit,
  .btn__reset {
    -ms-flex: 1;
        flex: 1;
    height: 0.94rem;
    font-size: 0.32rem;
    line-height: 0.94rem;
  }

  .permit__description {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    margin-top: 1rem;
  }

  .permit__description-title {
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    line-height: 0.56rem;
  }

  .permit__description-content {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }

  .permit-result__title {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }

  .btn-export {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .btn-export::before {
    width: 0.3rem;
    height: 0.29rem;
    margin-right: 0.14rem;
  }

  .permit-result__hd {
    margin-bottom: 0.3rem;
  }

  .permit-result__bd {
    position: relative;
    overflow-x: scroll;
  }

  .permit-result__bd::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  /* Set the background color of the scrollbar */
  .permit-result__bd::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* Set the color of the scrollbar thumb */
  .permit-result__bd::-webkit-scrollbar-thumb {
    background-color: #E1E4E9;
    border-radius: 0.08rem;
  }

  /* Keep the scrollbar always visible */
  .permit-result__bd::-webkit-scrollbar-thumb:horizontal {
    min-width: 1rem;
  }

  .permit-result__thead {
    padding: 0;
  }

  .permit-result__inner {
    width: 280%;
  }

  .permit-result__thead .permit-result__column {
    padding: 0.18rem 0.2rem;
    font-size: 0.34rem;
    line-height: 0.48rem;
  }

  .permit-result__row .permit-result__column {
    padding: 0.3rem 0.2rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
  }

  .permit-result__row {
    margin: 0;
  }

  .captcha--container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .captcha--container label.error {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }

  .empty-tips--inner {
    width: calc((100vw - 0.64rem));
    margin-left: 0;
    margin-right: 0;
    font-size: 0.34rem;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 0.48rem;
    text-align: center;
  }
}
