@charset "UTF-8";

:root {
  --size-12: 12px;
  --size-14: 14px;
  --size-16: 16px;
  --size-18: 18px;
  --size-20: 20px;
  --size-22: 22px;
  --size-24: 24px;
  --size-25: 25px;
  --size-28: 28px;
  --size-30: 30px;
  --size-32: 32px;
  --size-38: 38px;
  --size-44: 44px;
  --size-48: 48px;
  --size-56: 56px;
  --header-height: 110px;
  --banner-height: 368px;
  --btn-lg-y: 14px;
  --normal-color: #1a1a1a;
  --active-color: #0d9fd6;
  --remark-bg-color: #e9ecec;
  --remark-color: #c4c8c8;
  --bs-link-hover-color: #1a1a1a;
  --bs-border-color: #f0f3f3;
  --bs-primary-rgb: 34, 0, 121;
  --bs-border-color-translucent: #ececec;
  --bs-dark-rgb: 0, 0, 0;
  scroll-behavior: auto;
}

@media screen and (max-width: 1400px) {
  :root {
    --size-56: 50px;
    --size-30: 28px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --size-16: 14px;
    --size-18: 16px;
    --size-20: 18px;
    --size-22: 19px;
    --size-24: 20px;
    --size-25: 21px;
    --size-28: 24px;
    --size-30: 26px;
    --size-32: 28px;
    --size-38: 30px;
    --size-44: 34px;
    --size-48: 38px;
    --size-56: 46px;
    --header-height: 100px;
    --btn-lg-y: 12px;
    --banner-height: 320px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --size-12: 10px;
    --size-14: 12px;
    --size-20: 16px;
    --size-22: 17px;
    --size-24: 18px;
    --size-25: 19px;
    --size-28: 20px;
    --size-30: 22px;
    --size-32: 24px;
    --size-38: 26px;
    --size-44: 26px;
    --size-48: 28px;
    --size-56: 36px;
    --header-height: 90px;
    --btn-lg-y: 8px;
    --banner-height: 280px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --size-20: 15px;
    --size-22: 16px;
    --size-24: 17px;
    --size-25: 17px;
    --size-28: 18px;
    --size-32: 20px;
    --size-44: 22px;
    --size-48: 24px;
    --size-56: 32px;
    --banner-height: 140px;
  }
}

body,
html {
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

@font-face {
  font-family: 'SourceHanSans';
  src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'SourceHanSans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--size-16);
  line-height: 1.5;
  font-weight: 400;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  color: var(--normal-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fw-500 {
  font-weight: 500;
}

.fw-550 {
  font-weight: 550;
}

.fw-600 {
  font-weight: 600;
}

[v-cloak] {
  display: none;
}

.children-w100 .wp-video {
  width: 100% !important;
}

.mejs-layers > div,
.reset-video-style .wp-video,
.reset-video-style .wp-video .mejs-video,
.reset-video-style .wp-video .mejs-video video {
  width: 100% !important;
  height: 100% !important;
}

.wp-video .mejs-controls {
  opacity: 0;
}

.wp-video .mejs-overlay-error {
  background-color: #000;
  height: 100%;
}

.wp-video .mejs-overlay-error > img {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media screen and (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1448px;
  }
}

.tooltip-inner {
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.tooltip-arrow {
  border-color: red;
}

.wh-90 {
  width: 90px;
  height: 90px;
}

.wh-88 {
  width: 88px;
  height: 88px;
}

.wh-45 {
  width: 45px;
  height: 45px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-56 {
  width: 56px;
  height: 56px;
}

.wh-35 {
  width: 35px;
  height: 35px;
}

.mw-38 {
  max-width: 38px;
}

.w-0 {
  width: 0;
}

.nms-2 {
  margin-left: -0.5rem;
}

.nms-3 {
  margin-left: -1rem;
}

.nms-4 {
  margin-left: -1.5rem;
}

.mb-u-2 {
  margin-bottom: 0.88rem !important;
}

@media screen and (min-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 120px;
  }

  .h-md-auto {
    height: auto !important;
  }

  .col-md-hire {
    width: 64%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg-hire {
    width: 64%;
  }

  .nms-lg-5 {
    margin-left: -3rem;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-eight {
    width: 12.5%;
  }

  .gx-xl-160 {
    --bs-gutter-x: 160px;
  }

  .gx-xl-120 {
    --bs-gutter-x: 120px;
  }

  .gx-xl-60 {
    --bs-gutter-x: 60px;
  }

  .gx-xl-40 {
    --bs-gutter-x: 40px;
  }

  .g-xl-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .gx-xl-30 {
    --bs-gutter-x: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .gx-xxl-250 {
    --bs-gutter-x: 250px;
  }

  .gx-xxl-200 {
    --bs-gutter-x: 200px;
  }

  .gx-xxl-120 {
    --bs-gutter-x: 120px;
  }

  .gx-xxl-100 {
    --bs-gutter-x: 100px;
  }

  .gx-xxl-80 {
    --bs-gutter-x: 80px;
  }

  .gx-xxl-70 {
    --bs-gutter-x: 70px;
  }

  .gx-xxl-50 {
    --bs-gutter-x: 50px;
  }

  .g-xxl-40 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }

  .gx-xxl-40 {
    --bs-gutter-x: 40px;
  }

  .gx-xxl-30 {
    --bs-gutter-x: 30px;
  }

  .g-xxl-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

.outline-none {
  outline: 0;
}

[role='button'] {
  user-select: none;
}

.wpforms-form input {
  box-shadow: none !important;
  border: none !important;
}

.wpformBtn {
  background-color: var(--active-color) !important;
}

.wpformBtn:hover {
  background: var(--bs-btn-hover-bg) !important;
}

.btn {
  --bs-btn-border-radius: 4px;
  --bs-btn-padding-y: 10px;
  min-width: 90px;
  --bs-btn-font-size: var(--size-16);
  --bs-btn-disabled-opacity: 0.5;
}
.btn:hover {
  color: #fff !important;
  background-color: #009fe8 !important;
  border-color: #009fe8 !important;
}

.btn-lg {
  --bs-btn-padding-y: var(--btn-lg-y);
  --bs-btn-line-height: 1.2;
  --bs-btn-font-size: var(--size-18);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ed000c;
  --bs-btn-border-color: #ed000c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f43942;
  --bs-btn-hover-border-color: #f43942;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c8000a;
  --bs-btn-active-border-color: #c8000a;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ed000c;
  --bs-btn-disabled-border-color: #ed000c;
}

.btn-outline-light {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.2);
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgba(255, 255, 255, 0.2);
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
}

.btn-outline-dark {
  min-width: 66px;
  background-color: #fff !important;
  border-color: #212529 !important;
  color: #212529 !important;
}

.btn-outline-danger {
  min-width: 66px;
  background-color: #fff !important;
  border-color: var(--active-color) !important;
  color: var(--active-color) !important;
}

.accordion-button:focus,
.btn-close:focus,
.btn:active,
.btn:active:focus,
.btn:focus,
.form-select:active,
.form-select:active:focus,
.form-select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.dropdown-hover .dropdown-menu {
  position: absolute;
  top: 0;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--active-color);
  text-decoration: none;
  background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon-hide.png);
}

.accordion-button::after {
  --bs-accordion-btn-icon-width: 18px;
  background-image: url(../images/icon-show.png);
}

.accordion-button:not(.collapsed) {
  color: var(--active-color);
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:hover {
  background-color: #fafafa;
}

.btn-close:focus {
  opacity: 0.5;
}

.btn-close:hover {
  opacity: 0.8;
}

.form-check-input,
.form-check-input:focus {
  box-shadow: none;
  border-color: #d8dbdb;
}

.form-check-input:checked,
.form-check-input[type='checkbox']:indeterminate {
  border-color: var(--active-color);
  background-color: var(--active-color);
  background-size: 110% 110%;
}

.form-check-input:disabled {
  opacity: 0.4;
}

.form-check-input[type='checkbox'] {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.table {
  --bs-table-border-color: #f0f3f3;
  --bs-table-hover-bg: #fafafa;
  color: #333;
  word-break: break-all;
  table-layout: auto;
}

.table thead th {
  border-width: 0;
}

th {
  font-weight: 550;
}

.table-light {
  --bs-table-bg: #fafafa;
}

ul {
  padding-left: 26px;
}

.noAfter::after {
  display: none !important;
}

.transition {
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.el-select-dropdown__item {
  color: #333;
  height: 40px;
  line-height: 40px;
}

.el-select-dropdown__item.selected {
  color: var(--active-color);
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #eaecec;
  opacity: 1 !important;
}

.hover-title:hover .title {
  color: var(--active-color);
}

.hover-ratio .ratio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.hover-ratio:hover .ratio::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover-ratio:hover .ratio img {
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
}

.hover:hover {
  opacity: 0.8;
}

.hover-shadow:hover {
  box-shadow: 0 0 13px 1px rgba(51, 51, 51, 0.1);
}

.hover-underline:hover,
.text-underline {
  text-decoration-line: underline !important;
  -moz-text-decoration-line: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hover-text-active:hover {
  color: var(--active-color) !important;
}

.hover-bg-active:hover {
  background-color: var(--active-color);
}

.hover-bg-fa:hover {
  background-color: #fafafa;
}

.hover-text-normal:hover {
  color: var(--normal-color) !important;
}

.hover-border-active:hover {
  border-color: var(--active-color);
}

.text-2e {
  color: #2e2e2e;
}

.text-333 {
  color: #333;
}

.text-666 {
  color: #666;
}

.text-888 {
  color: #888;
}

.text-999 {
  color: #999;
}

.text-308cff {
  color: #308cff;
}

.text-0d9fd6 {
  color: #0d9fd6;
}

.text-dark {
  color: #000 !important;
}

.text-normal {
  color: var(--normal-color);
}

.text-active {
  color: var(--active-color);
}

.text-remark {
  color: var(--remark-color);
}

.text-fff {
  color: #fff;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.bg-fff {
  background-color: #fff;
}

.bg-ccc {
  background-color: #f7f7f7;
}

.bg-666 {
  background-color: #666;
}

.bg-f3f5f5 {
  background-color: #f3f5f5;
}

.bg-00a0e9 {
  background-color: #00a0e9;
}

.bg-f7 {
  background-color: #f7f7f7;
}

.bg-active {
  background-color: var(--active-color);
}

.bg-remark {
  background-color: #fafafa;
}

.bg-gradient-example {
  background: linear-gradient(to bottom, #ffffff, #fefefe, #efefef);
}

.bg-fa {
  background-color: #fafafa;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.border-c4c8c8 {
  border-color: #c4c8c8 !important;
}

.border-eee {
  border-color: #eee !important;
}

.border-ea {
  border-color: #eaeaea !important;
}

.border-ff0000 {
  border-color: red !important;
}

.fs-12 {
  font-size: var(--size-12);
}

.fs-14 {
  font-size: var(--size-14);
}

.fs-16 {
  font-size: var(--size-16);
}

.fs-18 {
  font-size: var(--size-18);
}

.fs-20 {
  font-size: var(--size-20);
}

.fs-22 {
  font-size: var(--size-22);
}

.fs-24 {
  font-size: var(--size-24);
}

.fs-25 {
  font-size: var(--size-25);
}

.fs-28 {
  font-size: var(--size-28);
}

.fs-30 {
  font-size: var(--size-30);
}

.fs-32 {
  font-size: var(--size-32);
}

.fs-38 {
  font-size: var(--size-38);
}

.fs-44 {
  font-size: var(--size-44);
}

.fs-48 {
  font-size: var(--size-48);
}

.fs-56 {
  font-size: var(--size-56);
}

.fs-12-b {
  font-size: 12px;
}

.fs-14-b {
  font-size: 14px;
}

.fs-16-b {
  font-size: 16px;
}

.fs-18-b {
  font-size: 18px;
}

.fs-20-b {
  font-size: 20px;
}

.fs-24-b {
  font-size: 24px;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .lh-lg {
    line-height: 1.5 !important;
  }
}

.list-style-none {
  list-style: none;
  padding: 0;
}

i {
  font-style: normal;
}

pre {
  white-space: pre-wrap;
  word-break: break-all;
  font-family: inherit;
  font-size: inherit;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 100%;
  font-size: var(--size-12);
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.text-truncate-2 {
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-truncate-3 {
  word-break: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

a {
  color: var(--normal-color);
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

input::placeholder {
  color: #c0c4cc;
  font-size: var(--size-14);
}

input[type='number'] {
  appearance: textfield;
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='checkbox'],
input[type='radio'] {
  width: var(--size-16);
  height: var(--size-16);
  accent-color: var(--active-color);
}

.scrollbar-0::-webkit-scrollbar {
  display: none;
}

.scrollbar-0 {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.smScrollbar {
  overflow-y: auto;
}

.smScrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.smScrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: hsla(0, 0%, 60%, 0.4);
}

.smScrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background: hsla(0, 0%, 93.3%, 0.6);
}

@-moz-document url-prefix() {
  .smScrollbar {
    scrollbar-width: thin;
    scrollbar-color: hsla(0, 0%, 60%, 0.4) hsla(0, 0%, 93.3%, 0.6);
  }
}

.svg404 {
  position: relative;
  width: 80%;
  max-width: 538px;
  margin: 145px auto;
}

.svg404 .to-home {
  margin-top: 100px;
}

.svg404 .to-home a {
  padding: 15px 59px;
  background-color: #fa0505;
}

@media screen and (max-width: 992px) {
  .svg404 {
    margin: 80px auto;
  }

  .svg404 .to-home {
    margin-top: 70px;
  }
}

.wp-content::after {
  display: block;
  clear: both;
  content: '';
}

.wp-content > * {
  margin-top: 1rem;
  margin-bottom: 0;
}

.wp-content > :first-child {
  margin-top: 0;
}

.wp-content li {
  line-height: 1.2;
}

.wp-content li:not(:first-child) {
  margin-top: 8px;
}

.wp-content h1 {
  font-size: var(--size-38);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content h2 {
  font-size: var(--size-32);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content h3 {
  font-size: var(--size-28);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content h4 {
  font-size: var(--size-24);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content h5 {
  font-size: var(--size-20);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content h6 {
  font-size: var(--size-16);
  margin-top: 24px;
  color: var(--normal-color);
}

.wp-content a {
  color: var(--active-color);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.wp-content a:hover {
  text-decoration-line: underline !important;
  -moz-text-decoration-line: underline !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.wp-content iframe,
.wp-content img,
.wp-content video {
  max-width: 100% !important;
  height: auto;
}

.wp-content .alignnone {
  display: inline-block;
}

.wp-content .aligncenter,
.wp-content .wp-video,
.wp-content iframe,
.wp-content video {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-content .alignleft {
  float: left;
  margin: 0.5rem 1rem 0.5rem 0;
}

.wp-content .alignright {
  float: right;
  margin: 0.5rem 0 0.5rem 1rem;
}

.wp-content .wp-tableBox {
  width: 100%;
  overflow-x: auto;
}

.wp-content table {
  border-collapse: collapse;
  width: 100% !important;
  line-height: 1.2;
  border: none;
}

.wp-content table p {
  min-height: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.wp-content table p:first-child {
  margin-top: 0;
}

.wp-content td,
.wp-content th {
  border: 1px solid #eee;
}

.wp-content.table-bottom tr {
  border-bottom: 1px solid #eee;
}

.wp-content.table-bottom td,
.wp-content.table-bottom th {
  border: 0 solid transparent;
}

.wp-content table[border='0'] td,
.wp-content table[border='0'] th {
  border: 0 solid transparent;
}

.wp-content td,
.wp-content th {
  padding: 1rem 10px;
  word-break: break-all;
  min-width: 86px;
}

@media screen and (max-width: 1200px) {
  .wp-content td,
  .wp-content th {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .wp-content td,
  .wp-content th {
    padding: 6px;
  }
}

.to-top {
  bottom: 190px;
  right: 24px;
  z-index: 4;
  background-color: #fff;
  border-radius: 4px;
  background-image: url(../images/top-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: none;
  box-shadow: 0 4px 40px 0 rgba(20, 17, 31, 0.1);
}

.to-top:hover {
  background-color: var(--active-color);
  background-image: url(../images/top-white.png);
}

.touchbox {
  position: fixed;
  bottom: 245px;
  right: 24px;
  z-index: 4;
  border-radius: 4px 4px 4px 4px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  box-shadow: 0 4px 40px 0 rgba(20, 17, 31, 0.08);
  background-image: url(../images/touch.png);
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.touchbox:hover {
  background-color: var(--active-color);
  background-image: url(../images/touch-white.png);
}

@media screen and (max-width: 1200px) {
  .to-top,
  .touchbox {
    width: 38px;
    height: 38px;
    right: 10px;
    background-size: 20px 20px;
  }
}

.loadedStateBox {
  display: none;
  width: 240px;
  color: var(--normal-color);
  line-height: 1.6;
}

.loadedStateBox > * {
  display: none;
}

.loadedStateBox.loading,
.loadedStateBox.nodata {
  display: block;
  white-space: nowrap;
}

.loadedStateBox.nodata .nodata-node {
  display: block;
}

.loadedStateBox.loading .loading-node {
  display: block;
}

.loadedStateBox .nodata-node.ratio {
  background-image: url(../images/svg/no-result.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.myAlert {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 450px;
  min-width: 160px;
  z-index: 999999999;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #fff;
  border: none;
}

.myAlert.success {
  background-color: #67c23a;
}

.myAlert.danger {
  background-color: #f56c6c;
}

.myAlert.warning {
  background-color: #e6a23c;
}

.myAlert.info {
  background-color: #909399;
}

.loadingModal {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 13;
}

.loadingModal-info {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--size-16);
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.loadingModal-info span {
  width: 20px;
  height: 20px;
}

.user-toolbar {
  padding: 5px 0;
  line-height: 24px;
}

.header {
  position: fixed;
  height: 90px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.outermost {
  margin-bottom: auto;
  position: relative;
}

.footer {
  flex-shrink: 0;
  background-color: #000;
  overflow: hidden;
  color: #fff;
}

.top_logo > * {
  font-size: 0;
  display: block;
  height: 50px;
  width: 160px;
  background: url(../imgs/logo.png) no-repeat center center/contain;
  text-indent: -9999px;
  overflow: hidden;
}

.w-nav > li {
  display: flex;
  align-items: center;
  position: relative;
}

.w-nav > li {
  margin-left: 40px;
  margin-right: 40px;
}

.w-nav > li:hover::after {
  background-color: var(--active-color) !important;
}

.w-nav > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background-color: transparent;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.w-nav > li a:hover {
  color: #0d9fd6;
}

.w-nav > .is-parent {
  padding-right: 12px;
}

.w-nav > .is-parent::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.w-nav > li .pullDown {
  display: none;
  top: 80px;
  z-index: 12;
  padding: 20px 0 30px 0;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1);
}

.w-nav > li .pullDown-3 .col-item ul {
  margin-top: 12px;
  border-top: 1px solid #d0d0d0;
  column-count: 1;
  column-fill: auto;
  column-gap: 20px;
}

.w-nav > li .pullDown-3 .col-item ul.col2 {
  column-count: 2;
  height: 200px;
}

.w-nav > li .pullDown-3 .col-item ul li {
  width: 250px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.w-nav > li .pullDown-2 .col-item ul.col2 {
  column-count: 2;
  height: 220px;
  column-fill: auto;
  column-gap: 20px;
}

.w-nav > li .pullDown-2 .col-item ul li {
  line-height: 1.2;
  margin-bottom: 12px;
}

.w-nav > li .pullDown-2 .col-item .col2 li {
  min-width: 200px;
}

.w-nav > li .tmall {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  transform-origin: 50% 50% 50%;
}

.w-nav > li .tmall:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.opr-notLogin > span {
  width: 1px;
  height: 16px;
  background-color: #e9ecec;
  margin: 0 12px;
}

.top-opr > a {
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-opr .lang {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fonts/globe.svg);
}

.top-opr .search {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fonts/search.svg);
}

.top-opr .menuBtn {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fonts/menu.svg);
}

.top-opr .menuBtn.is-active {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../fonts/close.svg);
}

.userIcon {
  display: block;
  width: 24px;
  background: url(../images/user-1.png) no-repeat center center;
}

.dropdown-menu-lang {
  min-width: 120px;
  max-width: 160px;
}

.dropdown-menu {
  max-width: 200px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
}

.header .moMenuBox {
  display: none;
  z-index: 13;
  height: calc(100vh - var(--header-height));
  overflow-y: auto;
  padding: 0.75rem 0;
  top: var(--header-height);
  right: -100%;
  width: 420px;
}

.header .moMenu li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.header .moMenu li .group,
.header .moMenu li a {
  display: block;
  padding: 13px 0;
  position: relative;
  line-height: 1.2;
}

.header .moMenu li.show a:hover,
.header .moMenu li.show > a {
  color: var(--active-color);
}

.header .moMenu li.is-parent > a {
  padding-right: 20px;
}

.header .moMenu li.is-parent > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(../images/svg/arrow-next.svg) no-repeat center center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.header .moMenu li.is-parent > .moSubMenu {
  height: 0;
}

.header .moMenu li.show > .moSubMenu {
  height: auto !important;
}

.header .moMenu li.show > a::after {
  background: url(../images/svg/arrow-down-active.svg) no-repeat center center/20px 20px;
}

.header .moMenu .moSubMenu {
  padding: 0 1.5rem;
  overflow: hidden;
}

.topSearchBox {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.1);
}

.topSearchBox .btn-close {
  position: absolute;
  top: -40px;
  right: 12px;
}

@media screen and (max-width: 1300px) {
  .w-nav > li:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .w-nav > li:not(:first-child) {
    margin-left: 18px;
  }

  .w-nav > li .pullDown-3 .col-item ul li {
    width: 200px;
  }

  .opr-notLogin > span {
    margin: 0 8px;
  }
}

@media screen and (max-width: 576px) {
  .top_logo > * {
    height: 38.05px;
    width: 150px;
  }

  .header .moMenuBox {
    width: 100%;
  }
}

.homeBanner .homeBanner-infoBox {
  height: 500px;
}

.homeBanner .swiper-slide .animationBox {
  visibility: hidden;
  width: 100%;
  max-width: 714px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.homeBanner .homeNav {
  display: none;
  --swiper-navigation-size: 76px;
  background-color: rgba(0, 0, 0, 0);
}

.homeBanner:hover .homeNav {
  display: flex;
}

.homeBanner .homeNav:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.homeBanner .homeNav::after {
  color: #fff;
  font-size: var(--size-22);
}

.homeBanner .homePagination {
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.homeBanner .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
  margin: 0 6px !important;
}

.homeBanner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@media (min-width: 1921px) {
  .homeBanner .homeBanner-infoBox {
    height: 650px;
  }
}

@media screen and (max-width: 1200px) {
  .homeBanner .homeBanner-infoBox {
    min-height: 450px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 992px) {
  .homeBanner .homeBanner-infoBox {
    min-height: 380px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .homeBanner .homeNav {
    display: none !important;
    visibility: hidden;
  }

  .homeBanner .homeBanner-infoBox {
    min-height: 240px;
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 576px) {
  .homeBanner .homeBanner-infoBox {
    min-height: calc(100vh - var(--header-height));
    padding-bottom: 60px;
  }
}

.back_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.back_link::before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/svg/arrow-default.svg) no-repeat center center/auto var(--size-16);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.back_link:hover::before {
  background: url(../images/svg/arrow-hover.svg) no-repeat center center/auto var(--size-16);
}

.filterModel tr {
  border-bottom: 1px solid #f0f3f3;
}

.filterModel tr td {
  padding: 5px 0;
  font-size: 14px;
}

.filterModel tr td:first-child {
  width: 120px;
  color: #999;
}

.filterModel .filterModel-itemBox {
  height: 46px;
  overflow: hidden;
}

.filterModel .filterModel-itemBox li {
  margin: 3px 0 3px 8px;
  word-break: break-all;
  overflow: hidden;
  border-radius: 4px;
  color: #333;
  line-height: 1.1;
  user-select: none;
  cursor: pointer;
  padding: 2px 10px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.filterModel .filterModel-itemBox li:hover {
  color: var(--active-color);
}

.filterModel .filterModel-itemBox li.is-active,
.filterModel .filterModel-itemBox.selected li:not(.clearAll) {
  background-color: rgba(237, 0, 12, 0.05);
  color: var(--active-color);
}

.filterModel .filterModel-itemBox > i {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAALBJREFUOE/l0z0OAUEYBuBHTScUVCQap3ACf4XzaBzCFTS4gVNIFBKNSCRUdAqZZDeRjd2dQme6L/POU7z5puJHp/Ijx59AA1yxj+ytjyZ2If/Z0RxTTHAswbpY44BZFgrzCh2Mcc7B2glySpFvUIq1MMItg9WxweUTyYNSLDwK2CPBqtjinkWKoBSrYZhAAXl+Q8qgcL9EI4FeeUgMFDIL9IqQWChqrf7kr0V1kRd6A+LOGRProTb4AAAAAElFTkSuQmCC) no-repeat;
  margin-left: 2px;
  margin-top: 14px;
}

.filterModel .filterModel-itemBox.expand {
  height: auto;
  min-height: 46px;
}

.filterModel .filterModel-itemBox.expand > i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.filterModel .filterModel-itemBox.selected li:not(.clearAll) {
  position: relative;
  height: auto;
  min-height: 40px;
  padding-right: 30px;
  cursor: default;
}

.filterModel .filterModel-itemBox.selected li:not(.clearAll) i,
.selected-btn i {
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAblJREFUOE+tk8trU2EQxX8naW+gMbcGBYtoNy67cBNcCIKLqrWIb0XxibpRrIj/h1ao4EbEJ4rPVjRcsBsRXEg2gl26qUGqWNrctMK9bTqStFfSmxSq+O1mvjmHOWdmROw9e+V1OUmdnZNtx+isfYtRwduZWW4d3N0zUg9RFBQKhdbij/GrmF0AknHihbhixs31Hauv5HK5mXluoAb+Pp4H614CGEtreN2aVb1VkhrBy9fegMTF5YHnq8y4sW9XT5+qmluSfPrTtviG8QXYEiP8CNYJ6ojkzFbYqKG812/G5briD2HW7XYmy3cxO7SgcyjIukedST+PsTWqlbiuwbz3GaMr5uyLYNo/7rRl7kEiGf4qHXNWtN/G7MiirsSIBt94PpBp1K/n4XTpRDWfSrt3DA438ai8JIHgSZB1T1Ms4qTd+8CB5gRNJCA9DqdKZ5y29ock5irhVPlkKu0+MNjfICFuotC7IJvZmZrwHxnsqZkoPQ1WZk45E/4wsDkiSaD+xjFiY6BRYFOs5fcYGxBrF43xXxcJaWBv745L/2eVo3v4OvbzmsT5vz6meq3V1W5t4ZzBtuWc82+tFr7x2n1MPwAAAABJRU5ErkJggg==) no-repeat center center/cover;
  right: 10px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.filterModel .filterModel-itemBox.selected .clearAll:first-child {
  display: none;
  pointer-events: none;
}

.filterModel .filterModel-itemBox.selected li.clearAll {
  color: #999 !important;
  cursor: pointer;
}

.filterModel .filterModel-itemBox.selected li.clearAll:active {
  color: #333 !important;
}

.filter-searchBox {
  margin-left: -16px;
}

.searchkey {
  height: 40px;
  width: 340px;
}

.searchkey .inputBox {
  flex-grow: 1;
}

.searchkey input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 32px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  outline: 0;
  border: 1px solid #eee;
  border-right: none;
  line-height: 1;
}

.searchkey button {
  outline: 0;
  width: 40px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  background: #0d9fd6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAcFJREFUSEvFlMuLjnEUxz+fFElsrJVcciljsiG2LmUxknIpG+FPsBCFNU3ZuA12imY2Y8PKLSIWSkj2srBlgzo6+o2eebze3/PWvDn1rJ7zO59zvuciQzaHHJ//C4iIhcBeYD2wtlT7AXgPTKo/agr8s4KIGAEuAsuBR8BjYB6wA9gJPAeOqZ/7QXoCIuIscAa4oJ5oB4iIlcD5Ut1WNWE97S9AROwC7qvV/kTEdmBaXdQJEBFLgJfAuHqtpm/+j4iTwIh6qJf/rCwj4kCRZVmX4DM+EfEFGFU/td+1AaeAjer+AQFPgdNqDsMsawNuAw+6ytOo4CrwWr3SBfBEvTRgBddzbNUbNUBKtFkdGxDwFjiivqoBsslZ7rraAjXkWQE8A1ap32qABcCLMtu5bFWLiDt5OtRz1TEtc70a+AjsUe/2I5SNzz1YrH7vBCiQUeAhMKUebz+MiDXARPYLmA/sVu91BjT0vQzsA96VC5oSbgGWlkM4Dmwqh++weqtvD3plEBG51XmqM+ufwJv81K+NRLYBuWxH1ZvNONWDVu1ycZg5ksBBNRv/2+YMUHqXcm5Q/0zgnAIGbnJXefr5Db2CXwGsnxniFGVHAAAAAElFTkSuQmCC) no-repeat center center;
  border: none;
}

.searchkey input:hover {
  border-color: #c0c4cc;
}

.searchkey input:focus {
  border-color: var(--active-color);
}

.searchkey i {
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAblJREFUOE+tk8trU2EQxX8naW+gMbcGBYtoNy67cBNcCIKLqrWIb0XxibpRrIj/h1ao4EbEJ4rPVjRcsBsRXEg2gl26qUGqWNrctMK9bTqStFfSmxSq+O1mvjmHOWdmROw9e+V1OUmdnZNtx+isfYtRwduZWW4d3N0zUg9RFBQKhdbij/GrmF0AknHihbhixs31Hauv5HK5mXluoAb+Pp4H614CGEtreN2aVb1VkhrBy9fegMTF5YHnq8y4sW9XT5+qmluSfPrTtviG8QXYEiP8CNYJ6ojkzFbYqKG812/G5briD2HW7XYmy3cxO7SgcyjIukedST+PsTWqlbiuwbz3GaMr5uyLYNo/7rRl7kEiGf4qHXNWtN/G7MiirsSIBt94PpBp1K/n4XTpRDWfSrt3DA438ai8JIHgSZB1T1Ms4qTd+8CB5gRNJCA9DqdKZ5y29ock5irhVPlkKu0+MNjfICFuotC7IJvZmZrwHxnsqZkoPQ1WZk45E/4wsDkiSaD+xjFiY6BRYFOs5fcYGxBrF43xXxcJaWBv745L/2eVo3v4OvbzmsT5vz6meq3V1W5t4ZzBtuWc82+tFr7x2n1MPwAAAABJRU5ErkJggg==) no-repeat center center/cover;
  top: 50%;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media screen and (max-width: 576px) {
  .searchkey {
    width: 100%;
  }
}

.selected-btn {
  background-color: rgba(237, 0, 12, 0.05);
  color: #ed000c;
  border: none;
  outline: 0;
  padding: 10px 0.75rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  line-height: 1.2;
  font-size: var(--size-16);
  position: relative;
  padding-right: 30px;
}

.selected-btn i {
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
  right: 7px;
}

.bannerSearchBox {
  --btn-size: 50px;
  height: var(--btn-size);
  max-width: 540px;
}

.bannerSearchBox > button {
  width: var(--btn-size);
  background: url(../images/svg/search-black.svg) no-repeat center center;
  border: none;
  outline: 0;
}

.bannerSearchBox > .inputBox input {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  background-color: transparent;
  padding-right: 30px;
}

.bannerSearchBox > .inputBox input::placeholder {
  color: #cdcdcd;
}

.bannerSearchBox > .inputBox i {
  display: none;
  width: 16px;
  height: 16px;
  background: url(../images/clear.png) no-repeat center center;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .bannerSearchBox {
    --btn-size: 40px;
  }
}

.banner {
  min-height: 400px;
  margin-top: 90px;
}
@media only screen and (max-width: 1920px) {
  .banner {
    min-height: 300px;
  }
}
@media screen and (max-width: 796px) {
  .banner {
    min-height: 165px;
  }
}

.footer .group-list {
  line-height: 1.25;
  min-width: 85px;
}

.footer .address-color,
.footer .group-list a {
  color: #a7a0a0;
}

.footer .q-wechat {
  width: 120px;
}

.footer .footer-filing .beian_mps {
  padding-left: 24px;
  background: url(../images/gaba.png) no-repeat left center/contain;
}

.contact-module {
  background-color: #210079;
}

.learn-q-nav {
  --mx-q-tab: 40px;
  border-bottom: 1px solid #e9ecec;
}

.learn-q-nav li {
  cursor: pointer;
  position: relative;
  margin: 0 var(--mx-q-tab);
}

.learn-q-nav li:first-child {
  margin-left: 0;
}

.learn-q-nav li:last-child {
  margin-right: 0;
}

.learn-q-nav .is-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--active-color);
  left: 0;
  bottom: -3px;
}

.learn-quectel-item .item-icon img {
  width: 35px;
}

.learn-quectel-item .item-icon {
  width: 100px;
  height: 100px;
  background-color: #f3f5f5;
  box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.1);
}

.learn-quectel-item:hover .item-icon {
  box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 992px) {
  .learn-q-nav {
    --mx-q-tab: 20px;
  }

  .learn-q-nav {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .learn-q .learn-intro {
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .learn-q-nav {
    --mx-q-tab: 8px;
  }

  .learn-quectel-item .item-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
  }
}

.home-subscribe .home-subscribe-content input.email {
  width: 100%;
  outline: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 20px;
}

.home-subscribe .home-subscribe-content .spinner-border {
  display: none;
}

.home-subscribe .home-subscribe-content .disabled {
  pointer-events: none;
}

.home-subscribe .home-subscribe-content .disabled > .spinner-border {
  display: inline-block;
}

.email-tip {
  display: none;
  top: 50px;
}

.check-tip {
  display: none;
  top: 100%;
}

.pro-filter-form {
  height: 44px;
}

.pro-filter-form button {
  width: 50px;
}

.pro-filter-oprBox {
  margin: 0 -5px;
}

.pro-filter-oprBox.filter-tabBox .opr-item {
  background-image: none;
}

.pro-filter-oprBox > li {
  line-height: 1.25;
  height: 44px;
  display: inline-flex;
  align-items: center;
  margin: 5px;
  position: relative;
  max-width: calc(100% - 10px);
}

.pro-filter-oprBox .opr-item {
  background: #f3f5f5 url(../images/icon-down.png) no-repeat right 15px center/12px;
  padding-right: 40px;
}

.pro-filter-oprBox .opr-item.is-selected {
  background-image: none;
  background-color: #fef2f3;
  color: var(--active-color);
}

.pro-filter-oprBox .opr-item .del {
  display: none;
  right: 13px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-del.png) no-repeat center center/12px;
  cursor: pointer;
}

.pro-filter-oprBox .is-selected .del {
  display: block;
}

.pro-filter-oprBox .is-selected .del:hover {
  opacity: 0.9;
}

.pro-filter-oprBox .opr-item-menuBox {
  display: none;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 260px;
  cursor: default;
}

.pro-filter-oprBox .opr-item-menuBox .del-btn {
  width: 18px;
  height: 18px;
  background: url(../images/icon-del.png) no-repeat center center/14px;
  cursor: pointer;
}

.pro-filter-oprBox .opr-item-menuBox .opr-item-checkBox {
  max-height: 192px;
}

.pro-filter-oprBox .opr-item-menuBox .opr-item-checkBox .children label,
.pro-filter-oprBox .opr-item-menuBox .opr-item-checkBox li:not(:first-child) {
  margin-top: 6px;
}

.pro-filter-oprBox > .resetBtn {
  width: 72px;
}

.product-item,
.ratio-37x24 {
  --bs-aspect-ratio: 64.87%;
}

.product-item:hover h4 {
  color: var(--active-color);
}

.product-item:hover .learnMore {
  text-decoration: underline;
}

.product-tags {
  margin-left: -8px;
}

.product-tags li {
  margin-left: 8px;
  margin-bottom: 8px;
  background-color: var(--remark-bg-color);
  color: #999;
  padding: 8px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.product-tags li.selected {
  color: var(--active-color);
}

.m-style {
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --paging-bg-active: var(--active-color);
  --mypge-size: 44px;
}

.m-style > * {
  text-align: center;
  margin: 0 5px;
  min-width: var(--mypge-size);
  padding: 0 13px;
  height: var(--mypge-size);
  line-height: var(--mypge-size);
  background-color: #f2f2f2;
  color: #222;
  font-size: 15px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.m-style span:not(.active) {
  background-color: transparent;
  padding: 0;
}

.m-style .active,
.m-style a:hover {
  color: #fff;
  background-color: var(--paging-bg-active);
}

.m-style .next,
.m-style .prev {
  font-family: Simsun;
  font-weight: 700;
}

.m-style > input {
  width: 56px;
  outline: 0;
  font-size: 15px;
  padding: 0 4px;
  border: 1px solid #ccc;
}

.m-style > .jump-btn {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .m-style {
    --mypge-size: 36px;
  }
}

@media screen and (min-width: 1400px) {
  .values {
    --bs-gutter-x: 8rem;
  }
}

.history-item {
  min-height: 264px;
  padding-left: 60px;
  padding-right: 60px;
}

.history-item img {
  max-height: 196px;
}

.history-item .year {
  width: 320px;
  font-size: 82px;
}

.history-item ul {
  flex: 1;
  width: 0;
}

.history-item ul li {
  text-wrap: wrap;
  font-size: var(--size-18);
}

.history-item ul li:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 1400px) {
  .history-item .year {
    width: 200px;
  }
}

@media screen and (max-width: 1200px) {
  .history-item .year {
    width: 180px;
    font-size: 70px;
  }

  .history-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .history-item .year,
  .history-item ul {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .history-item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.report-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.report-item:hover {
  background-color: #fafafa;
}

.report-item .login-btn {
  right: 10px;
  width: 32px;
  height: 24px;
  color: var(--active-color) !important;
}

.report-item .download-btn {
  right: 10px;
  width: 30px;
  height: 22px;
  background: url(../images/svg/im_icon_download_black.svg) no-repeat center center/contain;
}

.report-item .download-btn:hover {
  background-image: url(../images/svg/im_icon_download_red.svg);
}

.report-item .title {
  flex: 3.5;
}

.report-item .date {
  flex: 2;
}

.partnerType {
  width: 282px;
  position: sticky;
  top: var(--header-height);
  border-left: 1px solid #d8d8d8;
}

.partnerType li {
  padding: 10px 24px;
  position: relative;
}

.partnerType li span {
  line-height: 2;
}

.partnerType li.is-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background-color: var(--active-color);
}

.item-default img {
  max-width: 180px;
  height: 98px;
}

.partner-item {
  --bs-border-color: #e9ecec;
}

.partner-itemBox:hover .partner-item {
  box-shadow: 0 4px 40px 0 rgba(20, 17, 31, 0.08);
}

.item-hover {
  display: none;
}

.partner-itemBox:hover .partner-item .item-default {
  display: none;
}

.partner-itemBox:hover .partner-item .item-hover {
  display: flex;
}

@media screen and (max-width: 992px) {
  .partnerType {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    border-left: none;
  }

  .partnerType li {
    background-color: var(--remark-bg-color);
    color: var(--normal-color);
    margin-left: 8px;
    padding: 10px 16px;
  }

  .partnerType li.is-active {
    background-color: var(--active-color);
    color: #fff;
  }

  .partnerType li span {
    line-height: 1.5;
    color: inherit !important;
    white-space: wrap;
  }
}

.person-pic {
  --bs-aspect-ratio: 60.14%;
}

.shareBox div > a {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.shareBox .wechat {
  background-image: url(../images/svg/wechat_black.svg);
}

.shareBox .weibo {
  background-image: url(../images/svg/weibo_black.svg);
}

.shareBox .wechat:hover {
  background-image: url(../images/svg/wechat_red.svg);
}

.shareBox .weibo:hover {
  background-image: url(../images/svg/weibo_red.svg);
}

.shareBox .wechat > div {
  display: none;
  width: 148px;
  bottom: 100%;
  left: 50%;
  line-height: 1;
  border: 1px solid #000;
}

.shareBox .wechat > div .qrcode {
  width: 146px;
  height: 146px;
}

.shareBox .wechat > div .qrcode > * {
  margin: 10px;
}

.shareBox .wechat > .te {
  right: 10px;
  left: auto;
}

.team-item:hover h3 {
  color: var(--active-color);
}

.event-typeBox {
  --type-margin: 24px;
  margin-left: calc(-1 * var(--type-margin));
}

.event-typeBox li {
  margin-left: var(--type-margin);
  user-select: none;
  cursor: pointer;
  padding: 13.5px 0;
  position: relative;
}

.event-typeBox li:not(:last-child) {
  margin-right: var(--type-margin);
}

.event-typeBox .is-active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: var(--active-color);
}

.event-typeBox li.is-active,
.event-typeBox li:hover {
  color: var(--normal-color);
}

.event-typeBox.cat-tab li.is-active,
.event-typeBox.cat-tab li:hover {
  color: var(--active-color);
}

.event-item {
  background-color: #f3f5f5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.event-item .item-type {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #1a1a1a;
  opacity: 0.95;
  color: #fafafa;
  padding: 5px 20px;
  max-width: 100%;
}

.event-item .item-tip {
  line-height: 20px;
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  min-height: 20px;
}

.event-item .item-tip_1 {
  flex: 1 0 0%;
  /* background-image: url(../images/icon-time.png); */
}

.event-item .learnMore:hover {
  color: var(--active-color);
  text-decoration: underline;
}

.event-item h3:hover {
  color: var(--active-color);
}

@media screen and (max-width: 1200px) {
  .event-typeBox {
    --type-margin: 12px;
  }
}

@media screen and (max-width: 768px) {
  .event-searchBox {
    width: 100%;
  }
}

.faq-tabs-item {
  background-color: #e9ecec;
  border: 2px solid transparent;
  min-height: 70px;
}

.faq-tabs-item:hover {
  border-color: #c4c8c8;
}

.form-container {
  max-width: 700px;
}

.form1000-container {
  max-width: 1000px;
}

.formBox .required::after {
  content: '*';
  color: var(--active-color);
}

.formBox .tip {
  display: block;
  color: #f56c6c;
  margin-bottom: 0;
  font-size: 12px;
  width: 100%;
  line-height: 1.2;
  margin-top: 5px;
}

.item-entry-white .formBox .item-entry {
  background-color: #fff;
}

.formBox .item-entry {
  width: 100%;
  background-color: var(--remark-bg-color);
  border-radius: 2px;
  height: 46px;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 0 16px;
}

button .spinner-border {
  display: none;
}

button.disabled .spinner-border {
  display: inline-block;
}

.formBox .codeBtn {
  width: 123px;
  border-left: 1px solid #c4c8c8;
  border-radius: 0 2px 2px 0;
  background-color: var(--remark-bg-color);
  flex-shrink: 0;
  line-height: 46px;
  box-shadow: none;
  color: #999;
}

.item-entry-white .formBox .codeBtn {
  border-left: 1px solid #c4c8c8;
  background-color: #fff;
}

.formBox .smscodeBtn {
  border-radius: 0 2px 2px 0;
  flex-shrink: 0;
  line-height: 46px;
}

.formBox .viewPw {
  background: url(../images/svg/view-pw.svg) no-repeat center center/18px;
  width: 30px;
  height: 30px;
  right: 6px;
}

.ul-column-2 {
  column-count: 2;
  column-gap: 20px;
}

.distribution {
  background-color: #f3f3f3;
  top: 96px;
}

.distribution > .chartContainer {
  transform: translateX(-6.5%);
  -webkit-transform: translateX(-6.5%);
  -moz-transform: translateX(-6.5%);
  -ms-transform: translateX(-6.5%);
  -o-transform: translateX(-6.5%);
}

.forumBtns {
  max-width: 480px;
}

.forumBtns a {
  padding: 13.5px 20px;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .ul-column-2 {
    column-count: 1;
    column-gap: 0;
  }
}

@media screen and (max-width: 992px) {
  .distribution {
    top: 0;
  }
}

.download-item .row {
  padding-left: 36px;
  padding-right: 50px;
}

.download-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f0f3f3;
}

.download-item:hover {
  background-color: #fafafa;
}

.download-item[header]:hover {
  background-color: transparent;
}

.download-item input[type='checkbox'] {
  left: 10px;
  margin-top: 0;
}

.download-item .oprBtn {
  right: 10px;
  color: var(--active-color);
  width: 32px;
  height: 24px;
  line-height: 24px;
}

.download-item .downloadBtn,
.download-item .downloadBtn-title {
  background: url(../images/svg/im_icon_download_black.svg) no-repeat center center/24px 24px;
}

.download-item .downloadBtn:hover {
  background-image: url(../images/svg/im_icon_download_red.svg);
}

.download-item .fillFormBtn {
  background: url(../images/svg/fill-form-black.svg) no-repeat center center/24px 24px;
}

.download-item .fillFormBtn:hover {
  background-image: url(../images/svg/fill-form-red.svg);
}

.download-item .deleteBtn {
  background: url(../images/delete.jpg) no-repeat center center/20px auto;
}

.download-item .item-icon {
  padding-left: 38px;
  background: url(../images/icon-file.png) no-repeat left center/26px;
}

.download-item .msTip {
  margin-left: 38px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--normal-color);
  font-size: 24px;
  font-weight: 700;
}

.swiper-button-next {
  top: 5;
  right: 0;
}

.swiper-button-prev {
  top: 5;
  left: 0;
}

.showNav {
  width: calc(100% - 100px);
}

.trait-item {
  padding: 36px 68px 94px 68px;
}

.trait-item img {
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 1400px) {
  .trait-item {
    padding: 36px 36px 60px 36px;
  }
}

@media screen and (max-width: 1200px) {
  .trait-item {
    padding: 24px 24px 36px 24px;
  }
}

.scene-slide {
  box-shadow: 0 2px 16px 0 rgba(20, 17, 31, 0.08);
}

.scene-slide:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
}

.scene-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: var(--normal-color);
  opacity: 0.3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.scene-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.proTab .is-active {
  color: var(--active-color);
}

.proTab .is-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--active-color);
  border-radius: 1px 1px 0 0;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  -ms-border-radius: 1px 1px 0 0;
  -o-border-radius: 1px 1px 0 0;
}

.box-none {
  display: none;
  animation-duration: 1s;
}

.box-none.is-active {
  display: block;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.catAdvBox {
  min-height: 760px;
}

.catAdvBox > img {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 41.67%;
}

@media screen and (max-width: 1200px) {
  .catAdvBox {
    min-height: max(250px, 40vw);
  }
}

@media screen and (max-width: 768px) {
  .catAdvBox > img {
    position: static;
    width: 100%;
    height: auto;
    max-width: 540px;
    padding: 0 12px;
    margin: 0 auto;
  }
}

.compareBtn[disabled='disabled'] {
  opacity: 0.5;
  pointer-events: none;
}

.catlist-th {
  padding: 10px 1rem !important;
  vertical-align: middle;
  background-color: transparent !important;
}

.catlist-img {
  max-width: none;
}

.catlist-img .ratio {
  width: 100px;
  height: 86px;
}

.catlist-img:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.table > :not(caption) > * > * {
  padding: 20px 1rem;
}

.catlist-feature ul {
  padding-left: 1rem;
}

.catlist-feature ul li {
  line-height: 1.2;
}

.catlist-feature ul li:not(:first-child) {
  margin-top: 8px;
}

.cat-table {
  min-width: 680px;
}

.cat-table td:nth-child(1) {
  width: 180px;
}

.cat-table td:nth-child(2) {
  min-width: 150px;
  max-width: 350px;
}

.cat-table td:nth-child(3) {
  min-width: 100px;
  max-width: 180px;
}

.cat-table td:nth-child(4) {
  min-width: 120px;
  max-width: 200px;
}

.cat-table td.td-more {
  width: 100px;
}

.cat-table td.td-check {
  width: 70px;
}

.cat-table-evb.cat-table td:nth-child(2) {
  min-width: 150px;
  max-width: 200px;
}

.cat-table-evb.cat-table td:nth-child(3) {
  min-width: 80px;
  max-width: 80px;
}

.cat-table-evb.cat-table td:nth-child(4) {
  min-width: 100px;
  max-width: 120px;
}

.cat-table-cd.cat-table td:nth-child(2),
.cat-table-cd.cat-table td:nth-child(3) {
  min-width: 150px;
  max-width: 200px;
}

.cat-table-antenna.cat-table td:nth-child(2),
.cat-table-antenna.cat-table td:nth-child(3),
.cat-table-antenna.cat-table td:nth-child(4) {
  min-width: 60px;
  max-width: 90px;
}

.cat-table-antenna.cat-table td:nth-child(5) {
  min-width: 80px;
  max-width: 160px;
}

.cat-table-antenna.cat-table td:nth-child(6) {
  min-width: 80px;
  max-width: 180px;
}

.table-responsive {
  overflow: visible;
}

.cat-table .cat-table-header::after,
.cat-table .cat-table-header::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bs-border-color);
}

.cat-table .cat-table-header::after {
  top: auto;
  bottom: 0;
}

.cat-table .cat-table-header th:first-child,
.cat-table .cat-table-header th:last-child {
  position: relative;
}

.cat-table .cat-table-header th:first-child::before,
.cat-table .cat-table-header th:last-child::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--bs-border-color);
}

.cat-table .cat-table-header th:last-child::before {
  left: auto;
  right: 0;
}

.cat-table .cat-table-header {
  position: sticky;
  top: calc(var(--header-height) - 1px);
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .table > :not(caption) > * > * {
    padding: 10px 0.5rem;
  }
}

@media screen and (max-width: 992px) {
  .table-responsive {
    overflow-x: auto;
  }

  .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 8px;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: hsla(0, 0%, 60%, 0.4);
  }

  .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background: hsla(0, 0%, 93.3%, 0.6);
  }

  @-moz-document url-prefix() {
    .table-responsive {
      scrollbar-width: thin;
      scrollbar-color: hsla(0, 0%, 60%, 0.4) hsla(0, 0%, 93.3%, 0.6);
    }
  }

  .cat-table .cat-table-header {
    position: relative;
    top: 0;
  }
}

.el-table::before {
  display: none;
}

.el-table thead {
  color: var(--normal-color);
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #fafafa;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #f0f3f3;
}

.el-table--border .el-table__cell,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #f0f3f3;
}

.el-table .el-checkbox__original {
  width: 0;
  height: 0;
}

.el-table-column--selection .cell {
  padding-left: 8px;
  padding-right: 8px;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  border-color: var(--active-color);
  background-color: var(--active-color);
}

.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: var(--active-color);
}

.comparBox .el-table td .cell {
  line-height: 1.2;
}

.comparBox .contrast-img {
  width: calc(100% - 40px);
  background: url(../images/add-pic.png) no-repeat center center;
}

.comparBox .el-input__inner,
.comparBox .el-select .el-input__inner:focus {
  color: #333;
  border-color: #e9ecec;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
}

.comparBox .el-select .el-input.is-focus .el-input__inner {
  border-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  .el-table .cell {
    padding-left: 8px;
    padding-right: 8px;
  }

  .el-table td .cell {
    line-height: 1.2;
  }
}

@media screen and (min-width: 1400px) {
  .comparBox .el-table .el-table__cell {
    padding: 24px 0;
  }

  .comparBox .el-table .cell {
    padding: 0 24px;
  }
}

.magnifier {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: url(../images/svg/magnifier.svg) no-repeat center center/24px 24px;
  z-index: 3;
}

.thumBtn {
  border: 1px solid #eaeaea;
}

.thumBtn.is-active {
  border-color: var(--active-color);
}

.thumBtn.playicon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.25) url(../images/play-1.png) no-repeat center center/30px;
}

.overviewtable .overviewtable-item {
  min-width: 100%;
  position: relative;
}

.overviewtable .item-td {
  min-width: 150px;
  padding: 14px;
  border-right: 1px solid #eaeaea;
}

.overviewtable .item-td:nth-child(2n) {
  background-color: #fafafa;
}

.overviewtable .item-td:first-child {
  border-left: 1px solid #eaeaea;
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #fff;
  max-width: 250px;
}

.overviewtable .overviewtable-item:first-child .ctr-tr .item-td {
  background-color: transparent;
  border: none;
}

.overviewtable .overviewtable-item .ctr-tr .item-td:first-child {
  border-left: none;
}

.overviewtable .overviewtable-item .ctr-tr .item-td:last-child {
  border-right: none;
  position: relative;
}

.overviewtable:not(.expedtionTable) .overviewtable-item:first-child .childrenBox .children-item:first-child .item-td {
  color: var(--normal-color);
  font-weight: 600;
}

.overviewtable .overviewtable-item .ctr-tr:hover .item-td {
  background-color: #fafafa;
  border-right: none;
}

.overviewtable .children-item::after,
.overviewtable .ctr-tr::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

.overviewtable .ctr-tr::after {
  background-color: #c4c8c8;
}

.overviewtable .ctr-tr .item-td:last-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../images/icon-hide.png) no-repeat center center/contain;
}

.overviewtable .ctr-tr.is-fold .item-td:last-child::after {
  background-image: url(../images/icon-show.png);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.overviewtable .remarkBox {
  position: sticky;
  left: 0;
}

.overviewtable .overviewtable-item-evb .item-td {
  border-left: none;
  border-right: none;
}

.overviewtable .overviewtable-item-evb .overviewtable-item-title .item-td:not(:first-child) {
  background-color: transparent;
}

.overviewtable .overviewtable-item-evb .overviewtable-item-remark:last-child::after {
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .overviewtable .item-td {
    padding: 8px;
    min-width: 100px;
  }
}

.related_pro_item::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.pro-keyInfo {
  word-break: keep-all;
}

.pro-mainInfo table {
  font-size: var(--size-14);
}

.pro-keyInfo li,
.pro-mainInfo li {
  line-height: 1.25;
}

.pro-keyInfo li:not(:first-child),
.pro-mainInfo li:not(:first-child) {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .pro-mainInfo ol,
  .pro-mainInfo ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .pro-mainInfo ol,
  .pro-mainInfo ul {
    column-gap: 70px;
  }
}

.markBox {
  margin: 0 -4px;
}

.markBox button {
  margin: 0 4px 6px 4px;
  min-width: 50px;
  --bs-btn-padding-y: 4px;
  --bs-btn-padding-x: 8px;
}

.searchfilter {
  width: 280px;
}

.searchfilter .allCatBtn {
  background: url(../images/svg/arrow-pre.svg) no-repeat 2px center/20px 20px;
}

@media screen and (max-width: 768px) {
  .searchfilter {
    display: none;
    position: fixed;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 1rem;
  }

  .searchfilter .searchfilter-pop {
    max-width: 450px;
    max-height: calc(100% - 100px);
    margin: 50px auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
  }

  .searchfilter .searchfilter-pop .searchfilter-content {
    flex: 1;
    overflow-y: auto;
  }
}

.who-is-quectel-infobox {
  min-height: 500px;
}

.who-is-quectel-videobox {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.historySwiper .swiper-slide-content {
  width: 220px;
}

.historySwiper .swiper-slide-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #000;
  z-index: 2;
}

.historySwiper .swiper-slide-content::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}

.historySwiper .swiper-wrapper .swiper-slide:only-child .swiper-slide-content::after,
.historySwiper .swiper-wrapper .swiper-slide:only-child .swiper-slide-content::before {
  display: none;
  opacity: 0;
}

.historySwiper .swiper-wrapper .swiper-slide:first-child .swiper-slide-content::after {
  width: 50%;
  left: 50%;
}

.historySwiper .swiper-wrapper .swiper-slide:last-child .swiper-slide-content::after {
  width: 50%;
}

.historySwiper .swiper-slide-content li:not(:first-child) {
  margin-top: 8px;
}

.historySwiper .swiper-scrollbar {
  width: 40%;
  left: 50%;
  background-color: #e9ecec;
}

.historySwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--normal-color);
}

.rd-center-adv-item {
  min-height: 500px !important;
}

@media screen and (max-width: 992px) {
  .rd-center-adv-item,
  .who-is-quectel-infobox {
    min-height: max(160px, 26vw) !important;
  }
}

@media screen and (max-width: 768px) {
  .who-is-quectel-videobox {
    position: static;
    width: 100%;
    max-width: 540px;
    padding: 0 12px;
    margin: 0 auto;
    height: auto;
  }

  .who-is-quectel-videobox .ratio {
    --bs-aspect-ratio: 56.25%;
  }
}

.sa-ratio {
  --bs-aspect-ratio: 45.8%;
}

.top-auto {
  top: auto;
}

.mw-950 {
  max-width: 1000px;
}

.yy-introBox .container {
  background: url(../images/yy-bg-icon.png) no-repeat 150px top/72px;
}

.yy-introBox .container .wp-content {
  color: rgba(255, 255, 255, 0.9);
}

.yy-introBox .container .wp-content a {
  text-decoration-line: underline !important;
  -moz-text-decoration-line: underline !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 6px;
  font-weight: 550;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .yy-introBox .container {
    background-position-x: 12px;
  }
}

@media screen and (max-width: 768px) {
  .yy-introBox .container {
    background-size: 40px;
  }
}

.joinus-banner {
  min-height: max(400px, 56.25vw);
  padding-top: 40px;
  padding-bottom: 100px;
}

.joinus-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(19, 60, 154, 0.2);
}

.joinus-banner .joinus-banner-info {
  padding-bottom: 86px;
  min-width: 250px;
}

.joinus-banner .joinus-banner-info .searchkey {
  height: 46px;
}

.joinus-banner .joinus-banner-info .searchkey input {
  height: calc(100% - 1px);
}

.joinus-banner .joinus-banner-info .searchkey button {
  width: 50px;
}

.joinus-banner .scrollBtn {
  bottom: 56px;
  width: 34px;
  height: 34px;
  background: url(../images/joinus-down.png) no-repeat center center/contain;
  animation: joinusdown 1.5s linear infinite;
  -webkit-animation: joinusdown 1.5s linear infinite;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

@keyframes joinusdown {
  0% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  25% {
    transform: translate(-50%, -3px);
    -webkit-transform: translate(-50%, -3px);
    -moz-transform: translate(-50%, -3px);
    -ms-transform: translate(-50%, -3px);
    -o-transform: translate(-50%, -3px);
  }

  50% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  75% {
    transform: translate(-50%, 3px);
    -webkit-transform: translate(-50%, 3px);
    -moz-transform: translate(-50%, 3px);
    -ms-transform: translate(-50%, 3px);
    -o-transform: translate(-50%, 3px);
  }

  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}

.hire-item {
  background-color: #7a7a7a;
}

.hire-item::after {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.hire-item:hover::after {
  opacity: 1;
}

.hire-item-1 {
  --bs-aspect-ratio: 85.3333%;
}

.hire-item-2 {
  flex-grow: 1.5;
}

.hire-item-3 {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .hire-item {
    --bs-aspect-ratio: 56.25% !important;
  }
}

.work-item:hover::after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.work-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: var(--active-color);
  transform: translateY(101%);
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  -o-transform: translateY(101%);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.work-item .work-item-infoBox {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.work-item:hover .work-item-infoBox {
  opacity: 1;
  visibility: visible;
}

.ratio-7x6 {
  --bs-aspect-ratio: 85.7%;
}

.emsto-item {
  background-color: #f4f6f5;
}

.rd-adv-item {
  min-height: 650px;
}

.rd-adv-item .rd-adv-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.rd-item {
  --rd-item-h: 260px;
}

.rd-item:hover .rd-item-img {
  display: none;
}

.rd-item:hover .rd-item-infoBox {
  display: flex;
}

.rd-item .rd-item-img {
  display: block;
  height: var(--rd-item-h);
}

.rd-item .rd-item-infoBox {
  display: none;
  min-height: var(--rd-item-h);
  padding: 10px;
  background-color: #220079;
}

.rd-item .rd-item-infoBox p {
  border: 2px solid #fff;
}

.rd-item .rd-item-jump,
.rd-item .rd-item-title {
  background-color: #e9ecec;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
}

.rd-item .rd-item-jump::after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  z-index: 2;
  background: #220079 url(../images/rd-arrow-r.png) no-repeat center center/8px;
}

.rd-item:hover .rd-item-jump::after {
  display: block;
}

@media screen and (max-width: 1400px) {
  .rd-adv-item {
    min-height: 480px;
  }
}

@media screen and (max-width: 1200px) {
  .rd-adv-item {
    min-height: max(200px, 34.2vw);
  }
}

@media screen and (max-width: 576px) {
  .rd-adv-item .rd-adv-img {
    position: static;
    width: 100%;
    height: 200px;
  }
}

.rd-infoItem-ratio {
  height: 100%;
}

.rd-infoItem {
  padding-left: 85px;
  padding-right: 85px;
  min-height: 500px;
}

.cursor-grab {
  cursor: grab;
}

.iframeBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .rd-infoItem {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .rd-infoItem {
    padding-left: 48px;
    padding-right: 48px;
    min-height: 400px;
  }
}

@media screen and (max-width: 992px) {
  .rd-infoItem {
    padding-left: 35px;
    padding-right: 35px;
    min-height: 300px;
  }

  .iframeBox {
    position: relative;
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .rd-infoItem-ratio {
    height: auto;
    --bs-aspect-ratio: 70%;
  }

  .rd-infoItem {
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
}

.mc-placeholder {
  display: none;
}

.mb-tab .userinfo {
  background-image: url(../images/userinfo.png);
}

.mb-tab .download {
  background-image: url(../images/download.png);
}

.mb-tab .msg {
  background-image: url(../images/msg.png);
}

.mb-tab .is-active {
  color: #220079;
  background-color: #fff;
}

.mb-tab .userinfo.is-active {
  background-image: url(../images/userinfo-active.png);
}

.mb-tab .download.is-active {
  background-image: url(../images/download-active.png);
}

.mb-tab .msg.is-active {
  background-image: url(../images/msg-active.png);
}

.userForm .el-input.is-disabled .el-input__inner {
  background-color: transparent;
}

.userForm .el-form-item {
  margin-bottom: 30px;
}

.userForm.readonly .el-form-item {
  margin-bottom: 8px;
}

.userForm .el-form-item__label {
  text-align: left;
  width: 95px;
  color: #999;
  font-size: var(--size-16);
}

.userForm .el-form-item__content {
  margin-left: 95px;
}

.userForm .el-form-item__content .el-input__inner {
  color: #1a1a1a;
  font-size: var(--size-16);
}

.userForm .el-select .el-input.is-disabled .el-input__suffix {
  display: none;
}

.userForm .el-form-item__content .el-input__inner[readonly='readonly'],
.userForm .el-select .el-input.is-disabled .el-input__inner,
.userForm .el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: transparent;
  cursor: default;
}

.userForm .el-select .el-input .el-input__inner {
  border-color: #dcdfe6;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner {
  border-color: var(--active-color);
}

.mc-content {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .mc-content {
    width: calc(100% - 300px);
  }

  .userForm .el-form-item__label {
    width: 200px;
  }

  .userForm .el-form-item__content {
    margin-left: 200px;
    width: 380px;
  }

  .leftBox {
    width: 300px;
  }

  .mb-tab {
    margin: 120px 0;
  }

  .mb-tab li {
    border-radius: 30px 0 0 30px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 12px 0 12px 54px;
    color: #fff;
    background-position: 24px center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1600px) {
  .mc-content {
    width: calc(100% - 300px - 160px);
  }

  .mc-placeholder {
    display: block;
    width: 160px;
  }

  .px-xxxl-5 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 992px) {
  .mb-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .mb-tab li {
    color: #fff;
    padding: 8px 6px 8px 30px;
    background-position: 5px center;
    background-repeat: no-repeat;
  }

  .mb-tab li:not(:first-child) {
    margin-left: 16px;
  }

  .mb-tab .is-active {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .mc-leftBox {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .userForm .el-form-item__content .el-input__inner::placeholder {
    font-size: 12px;
  }

  .userForm .el-form-item__error {
    font-size: 10px;
  }
}

.home-contactus {
  background-color: #000;
  min-height: 380px;
}

.home-contactus .home-contactus-bg {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/QTL-Talk-To-Us-002.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 380px;
}

.home-contactus .home-contactus-content {
  height: 380px;
}

.home-contactus .home-contactus-learnMore {
  font-size: var(--size-20);
  border-radius: 4px;
  background-color: var(--active-color);
  padding: 12px 16px;
  line-height: 1;
}

@media (max-width: 768px) {
  .home-contactus .home-contactus-bg {
    position: static;
    width: 100%;
    height: 240px;
  }

  .home-contactus .home-contactus-content {
    height: auto;
  }
}

.solutions-tab {
  margin-left: -8px;
  margin-right: -8px;
}

.solutions-tab li {
  margin: 8px;
  background-color: #fff;
  width: 138px;
  min-height: 70px;
}

.solutions-tab li.is-active {
  background-color: #220079;
  color: #fff;
}

.safety-item img {
  top: 14px;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
}

.opr-btn {
  --opr-wh: 60px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: var(--opr-wh);
  height: var(--opr-wh);
  background-color: var(--active-color);
  background-size: 13px 13px;
}

.opr-btn.swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.35;
  cursor: auto;
}

.button-prev {
  left: 0;
  background-image: url(../images/icon-to-l.png);
}

.button-next {
  left: calc(var(--opr-wh) + 4px);
  background-image: url(../images/icon-to-r.png);
}

.ratio-670x466 {
  --bs-aspect-ratio: 69.55%;
}

@media (max-width: 1200px) {
  .opr-btn {
    --opr-wh: 40px;
  }
}

.rtk-adv {
  background: url(../images/gou.png) no-repeat left top/22px;
}

.related-news-tab {
  --related-tab-ml: 70px;
  margin-left: calc(-1 * var(--related-tab-ml));
}

.related-news-tab li {
  margin-left: var(--related-tab-ml);
  padding-bottom: 14px;
  line-height: 1.25;
}

.related-news-tab li.is-active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--active-color);
}

@media (max-width: 1200px) {
  .related-news-tab {
    --related-tab-ml: 50px;
  }
}

@media (max-width: 768px) {
  .related-news-tab {
    --related-tab-ml: 30px;
  }
}

.detail-content {
  padding: 0 80px;
}

.detail-content .detail-content-share {
  top: 100px;
}

.detail-content .detail-content-share .shareBox a {
  width: 50px;
  height: 50px;
  background-size: 24px auto;
  background-color: #eeeff1;
}

.detail-content .detail-content-info {
  max-width: 810px;
  min-height: 400px;
}

@media (max-width: 768px) {
  .detail-content {
    padding: 0 0 0 60px;
  }
}

.hover-item-ratio .ratio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(to top, #000000bf, #0000 85%);
}

.hover-item-ratio:hover .ratio::after {
  transition-duration: 0.6s;
  opacity: 0;
}

.hover-item-ratio .ratio img {
  transition-duration: 1.3s;
}

.hover-item-ratio:hover .ratio img {
  transition-duration: 0.6s;
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -moz-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -ms-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cm-searchBox .the-type::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--active-color);
  position: absolute;
  top: 100%;
}

.cm-searchBox form {
  margin-bottom: 10px;
  height: 44px;
  width: 270px;
}

.cm-searchBox form button {
  background-size: 17px 17px;
  background-image: url(../images/icon-search.png);
  width: 40px;
}

.cm-tabBox .the-type {
  line-height: 26px;
}

.cm-tabBox .the-type-list {
  margin-left: -7px;
}

.cm-tabBox .the-type-list li {
  margin: 0 20px 20px 20px;
  line-height: 35px;
}

.cm-tabBox .the-type-list li:hover {
  color: var(--active-color);
}

.cm-tabBox .the-type-list li.is-active {
  color: #fff;
  background-color: var(--active-color);
}

@media (max-width: 576px) {
  .cm-searchBox form {
    width: 100%;
  }

  .cm-tabBox .the-type-list li {
    margin: 0 10px 20px 10px;
    line-height: 35px;
  }
}

.hardware-col {
  flex-grow: 1;
  height: 475px;
  flex-shrink: 1;
  width: 0;
}

.hardware-col:not(:last-child) {
  border-right: 1px solid #ececec;
}

.hardware-col.is-active {
  flex-grow: 3.15;
}

.hardware-col .hardware-item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.hardware-col.is-active .hardware-item {
  opacity: 1;
  visibility: visible;
}

.hardware-col.is-active .titleBox {
  opacity: 0;
}

.hardware-col .hardware-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
}

.hardware-col .hardware-item .hardware-item-infobox {
  transition: all 0.4s ease-in-out 0.3s;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -ms-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  bottom: -100%;
}

.hardware-col.is-active .hardware-item .hardware-item-infobox {
  bottom: 0;
}

.reportControl[aria-expanded='false'] > span::before {
  content: '阅读';
}

.reportControl[aria-expanded='true'] > span::before {
  content: '隐藏';
}

.reportControl[aria-expanded='true'] svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

@media screen and (max-width: 1200px) {
  .hardware-col {
    height: 430px;
  }
}

@media screen and (max-width: 992px) {
  .hardware-col {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .hardware-col {
    height: 240px;
    flex-shrink: 0;
    width: 100%;
  }
}

.ratio-agr-adv {
  --bs-aspect-ratio: 125%;
}

.expedition-item .ratio img {
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
}

.play-video-btn {
  width: 80px;
  height: 80px;
  background-image: url(../images/play_red.png);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .dim::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.fl-550::first-letter {
  font-weight: 550;
}

.guidance-item .ratio::after {
  background: transparent url(../images/play_red.png) no-repeat center center/50px;
  z-index: 2;
}

.antenna-main {
  margin-bottom: 30px;
}

.product_effect {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 690px;
}

.product_effect::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.systemSwiperBox {
  max-width: 460px;
}

.system_point .point {
  width: 26px;
  height: 26px;
  background-color: #ddd;
  line-height: 26px;
}

.system_point .point::after {
  content: '+';
  color: #000;
  font-size: 26px;
}

.system_point.is-active .point::after {
  content: '';
  background-color: #3c03af;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 5px 0 0 5px;
}

.system_point .line {
  border-top: 1px dashed #666;
  width: 60px;
  margin-top: 12px;
}

@media screen and (max-width: 1400px) {
  .product_effect {
    min-height: max(300px, 36vw);
  }
}

@media screen and (max-width: 992px) {
  .systemSwiperBox {
    max-width: 100%;
  }

  .system_point .name {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .system_point .line {
    width: 20px;
  }
}

.successTipBox {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
}

.successTipBox .contentBox {
  max-width: 578px;
}

.lostPw .changePw .wpforms-field-row > div {
  width: 100% !important;
  padding: 0 !important;
}

.lostPw .changePw .wpforms-field-row > div.wpforms-first {
  margin-bottom: 30px;
}

.showBigPic {
  top: -30px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: url(../images/svg/magnifier.svg) no-repeat center center/24px 24px;
}

.toolBox .wpforms-container {
  margin-top: 0 !important;
  --wpforms-field-size-input-spacing: 8px !important;
  --wpforms-field-background-color: var(--remark-bg-color) !important;
}

.custom-divider {
  height: 0.5px;
  background-color: #333;
}
