.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;
}

@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;
  }
}
.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;
  }
}

textarea,
input[type="text"] {
  -webkit-appearance: none;
}

.form--container {
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 0.7rem;
}

.form--inner {
  margin-bottom: 0.72rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}

.advisory-form {
  width: 10rem;
}

.advisory-form__grid {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.advisory-form__grid .advisory-form__item {
  -ms-flex: 1;
      flex: 1;
}

.advisory-form__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.3rem;
}

.advisory-form__label {
  height: 0.38rem;
  min-width: 1.08rem;
  margin-right: 0.18rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 0.38rem;
  white-space: nowrap;
}

.advisory-form__label.required {
  position: relative;
}

.advisory-form__label.required::before {
  position: absolute;
  top: 50%;
  left: -0.08rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D31010;
  content: '*';
}

.radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 0.38rem;
}

.radio-group__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 0.3rem;
}

.radio-group__item input {
  margin-right: 0.1rem;
}

.radio-group__item label {
  color: #999;
  font-size: 0.14rem;
  cursor: pointer;
}

.radio-group__item input:checked + label {
  color: #1D1D1D;
}

.advisory-form__content {
  position: relative;
}

.advisory-form__budget,
.advisory-form__name,
.advisory-form__email,
.advisory-form__mobile,
.advisory-form__company,
.advisory-form__industry,
.advisory-form__position,
.advisory-form__code {
  box-sizing: border-box;
  width: 4rem;
  height: 0.38rem;
  padding-right: 0.12rem;
  padding-left: 0.12rem;
}

.advisory-form__province {
  width: 2.2rem;
  margin-right: 0.1rem;
}

.advisory-form__city {
  width: 1.7rem;
}

.advisory-form__code {
  width: 2.8rem;
}

.advisory-form__count-down {
  display: none;
}

.advisory-form__sms-code,
.advisory-form__count-down {
  box-sizing: border-box;
  width: 1.1rem;
  height: 0.38rem;
  margin-left: 0.08rem;
  border: 1px solid #c0c0c0;
  font-size: 0.14rem;
  line-height: 0.38rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.advisory-form__sms-code.disabled {
  color: #999;
  cursor: not-allowed;
}

.advisory-form__content input,
.advisory-form__content select,
.advisory-form__content textarea {
  border: 1px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
}

.advisory-form__content input:focus,
.advisory-form__content select:focus,
.advisory-form__content textarea:focus {
  border-color: #0032B4;
}

.advisory-form__content select {
  height: 0.38rem;
  padding: 0 0.35rem 0 0.12rem;
  background: #fff;
}

.advisory-form__content textarea {
  box-sizing: border-box;
  width: 9.64rem;
  height: 1.3rem;
  padding: 0.09rem 0.12rem;
  overflow-y: auto;
}

.advisory-form__content.sms-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.advisory-form__content .tips {
  color: #999;
  font-size: 0.14rem;
  text-align: right;
  line-height: 0.2rem;
}

.advisory-form__content .count {
  color: #1D1D1D;
}

.advisory-form__item label.error {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  font-size: 0.14rem;
  font-weight: 400;
  color: #D31010;
  line-height: 0.2rem;
  white-space: nowrap;
}

.company-names {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.4rem;
  z-index: 2;
  width: 100%;
  border: 1px solid #C0C0C0;
  background-color: #fff;
  max-height: 2rem;
  overflow-y: auto;
}

.company-names:empty {
  display: none;
}

.company__item {
  padding-right: 0.16rem;
  padding-left: 0.16rem;
  font-size: 0.14rem;
  line-height: 0.38rem;
  white-space: nowrap;
  cursor: pointer;
}

.company__item:hover {
  background: #f6f6f6;
  color: #0032B4;
}

.advisory-form__action {
  padding-left: 1.26rem;
}

.privacy-agreement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-bottom: 0.3rem;
  color: #1D1D1D;
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.privacy-agreement a {
  color: #0032B4;
}

.privacy-agreement a:hover {
  text-decoration: underline;
}

.privacy-agreement label.error {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  color: #D31010;
  font-size: 0.14rem;
  font-weight: 400;
  white-space: nowrap;
}

.q-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
}

.q-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  opacity: 0;
  cursor: pointer;
}

.q-checkbox input~.checkmark {
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.16rem;
  height: 0.16rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 0.08rem;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  text-align: center;
  line-height: 0.16rem;
}

.q-checkbox input:checked~.checkmark::after {
  width: 100%;
  height: 100%;
  background: url('https://static01-www.QIANXIN.COM/qaxweb/63f52cfadfcfa673a6da48d7903912ca.png') no-repeat 50% 50%;
  background-size: 80% 80%;
  content: '';
}

.advisory-form__submit {
  width: 140px;
  height: 46px;
  border: none;
  background: #0032B4;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.24rem;
  cursor: pointer;
}

.advisory-contact {
  margin-bottom: 1rem; 
}

.advisory-contact__hd {
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 0.33rem;
}

.advisory-contact__bd {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.4rem;
  gap: 0.4rem;
}

.advisory-contact__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding: 0.48rem 0.7rem;
  border: 1px solid #C0C0C0;
}

.advisory-contact__icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.3rem;
}

.advisory-contact__icon.online {
  background: url('https://static01-www.QIANXIN.COM/qaxweb/c018a835eee61687c6bcb76224960d51.png') no-repeat 50% 50%;
  background-size: contain;
}

.advisory-contact__icon.telephone {
  background: url('https://static01-www.QIANXIN.COM/qaxweb/0604a16a690adb94db8ba4d70354f9ed.png') no-repeat 50% 50%;
  background-size: contain;
}

.advisory-contact__title {
  margin-bottom: 0.14rem;
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.28rem;
}

.advisory-contact__title a {
  display: block;
  color: #000000;
}

.advisory-contact__description {
  font-size: 0.16rem;
  font-weight: 400;
  color: #4E4E4E;
  line-height: 0.25rem;
}

.city-select {
  display: -ms-flexbox;
  display: flex;
}

.city-select__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  body,
  html {
    min-width: 0;
    overflow-x: hidden;
  }

  .form--container {
    width: auto;
    padding-top: 0.76rem;
    padding-right: 0.32rem;
    padding-left: 0.32rem;
  }

  .form--inner {
    margin-bottom: 1rem;
    border: none;
  }

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

  .advisory-form__label {
    display: block;
    margin-bottom: 0.24rem;
    font-size: 0.34rem;
    line-height: 0.48rem;
  }

  .radio-group {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .radio-group__item label {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .advisory-form__label.required {
    padding-left: 0.16rem;
    line-height: 1;
  }

  .advisory-form__grid {
    display: inline;
    display: initial;
  }

  .advisory-form__content .advisory-form__budget,
  .advisory-form__content .advisory-form__name,
  .advisory-form__content .advisory-form__email,
  .advisory-form__content .advisory-form__mobile,
  .advisory-form__content .advisory-form__company,
  .advisory-form__content .advisory-form__industry,
  .advisory-form__content .advisory-form__position {
    display: block;
    box-sizing: border-box;
    width: 7.04rem;
    height: 0.8rem;
    padding: 0 0.3rem;
  }

  .advisory-form__content select {
    box-sizing: border-box;
    height: 0.8rem;
    padding: 0 0.3rem;
  }

  .advisory-form__province {
    width: 2.7rem;
    margin-right: 0.2rem;
  }

  .advisory-form__city {
    width: 4.14rem;
  }

  .advisory-form__content textarea {
    width: 7.04rem;
    height: 3.2rem;
  }

  .advisory-form__content .tips {
    width: 7.04rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .advisory-form__action {
    padding-left: 0;
  }

  .privacy-agreement {
    margin-bottom: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .privacy-agreement label.error {
    bottom: -0.4rem;
    font-size: 0.28rem;
  }

  .q-checkbox input {
    width: 0.32rem;
    height: 0.32rem;
  }

  .q-checkbox input~.checkmark {
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
  }

  .advisory-form__submit {
    width: 7.04rem;
    height: 0.94rem;
    font-size: 0.32rem;
  }

  .advisory-form__code {
    box-sizing: border-box;
    width: 4.44rem;
    height: 0.8rem;
    padding: 0 0.3rem;
  }

  .advisory-form__sms-code,
  .advisory-form__count-down {
    width: 2.4rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
  }

  .advisory-form__item label.error {
    bottom: -0.3rem;
    font-size: 0.28rem;
  }

  .advisory-contact {
    margin-bottom: 1.2rem;
  }

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

  .advisory-contact__bd {
    display: inline;
    display: initial;
  }

  .advisory-contact__item {
    padding: 0.64rem 0.5rem;
  }

  .advisory-contact__item:not(:first-child) {
    margin-top: 0.4rem;
  }

  .advisory-contact__icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.3rem;
  }

  .advisory-contact__title {
    margin-bottom: 0.27rem;
    font-size: 0.34rem;
    line-height: 0.48rem;
  }

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

  .company-names {
    top: 0.8rem;
    width: 7.04rem;
  }

  .company__item {
    font-size: 0.28rem;
    line-height: 0.76rem;
  }
}