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

.product-try-form {
  width: 10.9rem;
}

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

.product-try-form__grid .product-try-form__item {
  -ms-flex: 1;
      flex: 1;
}

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

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

.product-try-form__label.required {
  position: relative;
}

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

.product-try-form__content {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}

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

.product-try-form__province {
  width: 2.2rem;
}

.city-select__item::after {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff url('https://static01-www.qianxin.com/qaxweb/6f044afb99f1c6d4c7e3923a16086b9d.svg') no-repeat 60% 50%;
  background-size: 0.08rem;
  content: '';
}

.product-try-form__city {
  width: 1.68rem;
}

.product-try-form__code {
  width: 2.8rem;
}

.product-try-form__count-down {
  display: none;
}

.product-try-form__sms-code,
.product-try-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;
}

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

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

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

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

.product-try-form__content #budget,
.product-try-form__content #industry,
.product-try-form__content #position {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.product-try-form__container {
  width: 4rem;
}

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

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

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

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

.product-try-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;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.product-try-form__action {
  padding-left: 1.26rem;
}

.privacy-agreement {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  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: '';
}

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

.product-try-contact {
  margin-bottom: 1rem;
}

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

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

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

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

.product-try-contact__icon.online {
  background: url('https://static01-www.qianxin.com/qaxweb/c018a835eee61687c6bcb76224960d51.png') no-repeat 50% 50%;
  background-size: contain;
}

.product-try-contact__icon.telephone {
  background: url('https://static01-www.qianxin.com/qaxweb/0604a16a690adb94db8ba4d70354f9ed.png') no-repeat 50% 50%;
  background-size: contain;
}

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

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

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

.city-select {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.16rem;
  gap: 0.16rem;
}

.city-select__item {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}

.products--container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.1rem;
  gap: 0.1rem;
  padding: 0.09rem 0.12rem;
  border: 1px solid #C0C0C0;
}

.products--container.active {
  border-color: #0032B4;
}

.selected-products__item {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 0.32rem;
  padding-right: 0.26rem;
  padding-left: 0.14rem;
  background: #F2F4F8;
  font-size: 0.14rem;
  line-height: 0.32rem;
  cursor: pointer;
  white-space: nowrap;
}

.selected-products__item::after {
  position: absolute;
  top: 50%;
  right: 0.12rem;
  width: 0.09rem;
  height: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url('https://static01-www.qianxin.com/qaxweb/8e62803f06bf0304d46e524e640891a8.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.btn-add {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 0.32rem;
  padding-left: 0.18rem;
  background: url('https://static01-www.qianxin.com/qaxweb/67d1661e97a5328bd50f4ecfb017f857.png') no-repeat 0 50%;
  background-size: 0.14rem 0.14rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #0032B4;
  line-height: 0.32rem;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-add.h5 {
  display: none;
}

.products-panel {
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0.2rem 0.12rem 0;
  border: 1px solid #C0C0C0;
  background-color: #fff;
}

.search-product {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 0.34rem;
  padding-right: 0.48rem;
  padding-left: 0.12rem;
  border: 1px solid #C0C0C0;
}

.search-product:focus {
  border-color: #0032B4;
}

.product-menu {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
  border-top: 1px solid #E0E0E1;
}

.product-category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-sizing: border-box;
  min-width: 1.49rem;
  border-right: 1px solid #C0C0C0;
}

.product-category__item,
.product-sub-category__item {
  position: relative;
  padding-right: 0.48rem;
  padding-left: 0.12rem;
  font-size: 0.14rem;
  color: #333;
  font-weight: 400;
  line-height: 0.38rem;
  cursor: pointer;
  white-space: nowrap;
}

.product-category__item::after,
.product-sub-category__item::after {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.07rem;
  height: 0.12rem;
  background: url('https://static01-www.qianxin.com/qaxweb/dd499445361248fc0a03b20fd7208781.png') no-repeat 50% 50%;
  background-size: contain;
  content: '';
}

.product-category__item:hover,
.product-category__item.active,
.product-sub-category__item:hover,
.product-sub-category__item.active {
  background: #F6F6F6;
  color: #0032B4;
}

.product-sub-category--container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-sub-category,
.product-items--inner {
  display: none;
}

.product-items--container {
  -ms-flex: 1;
      flex: 1;
  border-left: 1px solid #E0E0E1;
}

.product__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.1rem;
          grid-column-gap: 0.1rem;
          column-gap: 0.1rem;
  padding-left: 0.2rem;
}

.product__item {
  width: calc((100% - 0.1rem) / 2);
  color: #1D1D1D;
  font-size: 0.14rem;
  line-height: 0.35rem;
  cursor: pointer;
  white-space: nowrap;
}

.product__item:hover,
.product__item.selected {
  color: #0032B4;
}

.auto-complete ul {
  max-height: 1.9rem;
  overflow-y: auto;
  padding-top: 0.04rem;
}

.auto-complete ul:empty {
  display: none;
}

.auto-complete li {
  padding-left: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.38rem;
  cursor: pointer;
}

.auto-complete li:hover {
  background: #F6F6F6;
}

.auto-complete li strong {
  color: #0032B4;
}

.auto-complete.show-delete {
  position: relative;
}

.btn-clear {
  display: none;
  position: absolute;
  top: 0.32rem;
  right: 0.28rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url('https://static01-www.qianxin.com/qaxweb/db61e7e3a0a1e110a8baa5132d0d5287.png') no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}

.btn-clear::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 200%;
  height: 200%;
  content: '';
}

.products-panel-h5 {
  display: none;
}

.suggestion {
  display: none;
}

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

  .products--container {
    padding: 0.3rem;
  }

  .product-try-form {
    width: auto;
  }

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

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

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

  .product-try-form__grid {
    display: inline;
    display: initial;
  }

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

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

  .product-try-form__province {
    width: 2.7rem;
  }

  .product-try-form__city {
    width: 4.14rem;
  }

  .city-select__item::after {
    right: 0.08rem;
    width: 0.7rem;
    height: 0.7rem;
    background-size: 0.24rem;
  }

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

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

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

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

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

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

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

  .product-try-contact {
    margin-bottom: 1.2rem;
  }

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

  .product-try-contact__bd {
    display: inline;
    display: initial;
  }

  .product-try-contact__item {
    padding: 0.64rem 0.5rem;
  }

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

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

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

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

  .btn-add {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .btn-add.pc {
    display: none;
  }

  .btn-add.h5 {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .btn-add::before {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.12rem;
  }

  /* 移动端产品列表 */

  html.disabled-scroll,
  html.disabled-scroll body {
    overflow: hidden;
  }

  .products-panel-h5 {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.63rem 0.32rem 2.63rem 0.32rem;
    z-index: 1000001;
    background: rgba(0, 0, 0, 0.4);
  }

  .products-panel-h5--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0.6rem 0;
    background-color: #fff;
  }

  .products-panel-h5__hd {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }

  .products-panel-h5__title {
    margin-bottom: 0.2rem;
    font-size: 0.42rem;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 0.59rem;
  }

  .products-panel-h5__btn-close {
    position: absolute;
    top: 0.6rem;
    right: 0.4rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url('https://static01-www.qianxin.com/qaxweb/7e559ce4b826620bc3a8473e8065a722.png') no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
  }

  .products-panel-h5__btn-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: '';
  }

  .search-product-h5 {
    box-sizing: border-box;
    width: 100%;
    height: 0.8rem;
    padding: 0.2rem 0.8rem 0.2rem 0.3rem;
    border: 1px solid #C0C0C0;
  }

  .search-product-h5:focus {
    border-color: #0032B4;
  }

  .products-h5 {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    color: #1D1D1D;
    cursor: pointer;
  }

  .product-menu-h5 {
    overflow-y: auto;
  }

  .products-h5__category:not(:last-child),
  .products-h5__sub-category-item:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  .products-h5__sub-category,
  .products-h5__product-items {
    border-top: 1px solid #E6E6E6;
  }

  .products-h5__category-name::after,
  .products-h5__sub-category-name::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.26rem;
    height: 1rem;
    background: url('https://static01-www.qianxin.com/qaxweb/1814ef8f77e7837ccc291a7008d17a74.png') no-repeat 50% 50%;
    background-size: 0.26rem 0.14rem;
    content: '';
  }

  .products-h5__category-name.active::after,
  .products-h5__sub-category-name.active::after {
    background: url('https://static01-www.qianxin.com/qaxweb/44bf550127ea1c7cf83978ca7d810dcc.png') no-repeat 50% 50%;
    background-size: 0.26rem 0.14rem;
  }

  .products-h5__sub-category,
  .products-h5__product-items {
    display: none;
  }

  .products-h5__product-items {
    padding-top: 0.2rem;
    padding-left: 0.62rem;
  }

  .products-h5__category-name,
  .products-h5__sub-category-name {
    position: relative;
    font-size: 0.3rem;
    line-height: 1rem;
  }

  .products-h5__category-name.active,
  .products-h5__sub-category-name.active,
  .products-h5__product__item:active,
  .products-h5__product__item.selected {
    color: #0032B4;
  }

  .products-h5__product__item {
    font-size: 0.28rem;
    line-height: 0.74rem;
    cursor: pointer;
  }

  .products-h5__sub-category-name {
    padding-left: 0.3rem;
  }

  .products--container {
    grid-gap: 0.2rem;
    gap: 0.2rem;
    min-width: 0;
  }

  .selected-products__item {
    display: inline;
    box-sizing: border-box;
    width: calc((100% - 0.2rem) / 2);
    height: 0.7rem;
    overflow: hidden;
    padding: 0.15rem 0.7rem 0.15rem 0.3rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .selected-products__item::after {
    right: 0.28rem;
    width: 0.24rem;
    height: 0.24rem;
  }

  .auto-complete ul,
  .suggestion {
    max-height: 4.4rem;
    overflow: auto;
  }

  .auto-complete li,
  .suggestion .suggestion__item {
    padding: 0.22rem 0.2rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 0.37rem;
    cursor: pointer;
  }

  .suggestion__item:active {
    background-color: #F6F6F6;
  }

  .suggestion__item strong {
    color: #0032B4;
  }

  .btn-clear-h5 {
    display: none;
    position: absolute;
    top: 1.65rem;
    right: 0.66rem;
    width: 0.26rem;
    height: 0.27rem;
    background: url('https://static01-www.qianxin.com/qaxweb/db61e7e3a0a1e110a8baa5132d0d5287.png') no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
  }

  .btn-clear-h5::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 200%;
    height: 200%;
    content: '';
  }

  .product-try-form__container {
    width: 100%;
  }
}