* {
  tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}



.bg-cyan {
  background-color: #f5f5f7 !important;
}

.product-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

.product-card-list.card-type2 {
  margin-top: 70px;
  margin-bottom: 16px;
}

.product-card-list .card-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-card-list .card-item.theme-white .text .text-desc {
  color: rgba(255, 255, 255, 0.6);
}

.product-card-list .card-item.theme-white .text .text-title {
  color: #fff;
}

.product-card-list .card-item.theme-white .text .text-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.product-card-list .card-item.theme-white .text .text-btn img {
  filter: brightness(0) invert(1);
}

@media (hover: hover) and (min-width: 769px) {
  .product-card-list .card-item:hover .pic img {
    transform: scale(1.1);
  }
}

.product-card-list .card-item .pic {
  display: block;
  width: 100%;
  position: relative;
  background-color: var(--skeleton);
}

.product-card-list .card-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.product-card-list .card-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s var(--type);
}

.product-card-list .card-item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8.26210826%;
  width: 90%;
  z-index: 2;
  overflow-wrap: break-word;
}

.product-card-list .card-item .text .text-desc {
  font-size: var(--font16);
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.product-card-list .card-item .text .text-title {
  font-size: var(--font36);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #000000;
  margin-top: 2px;
}

.product-card-list .card-item .text .text-btn {
  width: 121px;
  height: 36px;
  border-radius: 22px;
  border: 1px solid #000000;
  margin-top: max(0.16rem, 10px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--font14);
  font-weight: normal;
  color: #000000;
}

.product-card-list .card-item .text .text-btn img {
  display: block;
  width: 5px;
  height: auto;
  flex-shrink: 0;
  margin-left: 12px;
}

@media (hover: hover) and (min-width: 769px) {
  .product-card-list .card-item .text .text-btn:hover {
    background-color: var(--theme);
    border-color: transparent;
    color: #fff;
  }

  .product-card-list .card-item .text .text-btn:hover img {
    filter: brightness(0) invert(1);
  }
}

.product-swiper-area {
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(0.7rem, 35px);
}

.product-swiper-area .title-line {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.product-swiper-area .title-line.center {
  justify-content: center;
  text-align: center;
}

.product-swiper-area .title-line.text-start {
  justify-content: flex-start;
  text-align: start;
}

.product-swiper-area .title-line .title {
  font-size: var(--font46);
  font-weight: 700;
  line-height: 1.39130435;
  color: #000000;
}

.product-swiper-area .title-line .more {
  display: flex;
  align-items: center;
  font-size: var(--font16);
  font-weight: normal;
  color: #0066cc;
  width: fit-content;
}

.product-swiper-area .title-line .more img {
  flex-shrink: 0;
  display: block;
  width: 5px;
  margin-left: 7px;
}

.product-swiper-area .product-swiper-wrap {
  margin-top: max(0.7rem, 30px);
  overflow: hidden;
  touch-action: pan-y;
}

.product-swiper-area .product-swiper-wrap .product-swiper {
  overflow: initial !important;
  touch-action: pan-y;
  visibility: hidden;
}

.product-swiper-area .product-swiper-wrap .product-swiper.swiper-initialized {
  visibility: initial;
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 32px;
}

@media (hover: hover) and (min-width: 769px) {
  .product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide:hover .pic img {
    transform: scale(1.1);
  }
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide.theme-white .text .text-mark {
  color: #ffffff;
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide.theme-white .text .text-title {
  color: #ffffff;
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  background-color: var(--skeleton);
  padding-bottom: 159.09090909%;
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s var(--type);
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow-wrap: break-word;
  padding-top: max(0.48rem, 20px);
  padding-left: max(0.4rem, 15px);
  padding-right: max(0.4rem, 15px);
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text .text-mark {
  font-size: var(--font19);
  font-weight: 500;
  line-height: normal;
  color: #000000;
}

.product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text .text-title {
  margin-top: 10px;
  font-size: var(--font32);
  font-weight: 700;
  line-height: normal;
  color: #000000;
}

.product-swiper-area .product-swiper-wrap .product-btn-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: rgba(210, 210, 215, 0.64);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  outline: none;
  opacity: 1;
}

.product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn:not(:last-child) {
  margin-right: 20px;
}

.product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn.swiper-button-disabled {
  opacity: 0.42;
}

.product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 27.77777778%;
  height: auto;
  filter: opacity(0.56);
}

@media (hover: hover) and (min-width: 769px) {
  .product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn:not(.swiper-button-disabled):hover {
    cursor: pointer;
    background-color: var(--theme);
  }

  .product-swiper-area .product-swiper-wrap .product-btn-list .product-swiper-btn:not(.swiper-button-disabled):hover img {
    filter: brightness(0) invert(1) opacity(1);
  }
}

.product-contrast {
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(1.9rem, var(--space));
  background-color: #f5f5f7;
}

.product-contrast .contrast-title {
  font-size: var(--font56);
  font-weight: 700;
  line-height: 1.14285714;
  color: #000000;
  text-align: center;
  overflow-wrap: break-word;
  margin-bottom: max(1.15rem, 35px);
}




.product-contrast .contrast-list {
  max-width: 1100px;
  --unit: (328 / 1100 * 100%);
  --column: max(0.58rem, 20px);
}

.product-contrast .contrast-list .form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column);
  position: sticky;
  top: var(--header-height);
  z-index: calc(99 * 1);
  padding-top: 10px;
  background-color: #fff;
}

.product-contrast .contrast-list .form-row.bg-cyan .form .layui-form-select .layui-input {
  background-color: #f5f5f7 !important;
}

.product-contrast .contrast-list .form-row .form {
  min-width: 0;
}


.product-contrast .contrast-list .form-row .form .layui-form-select .layui-select-title {
  border: 1px solid #b5b5b5 !important;
}





.product-contrast .contrast-list .form-row .form .layui-form-select .layui-input {
  user-select: none !important;
  height: max(0.6rem, 50px);
  border-radius: 4px;
  opacity: 1;
  box-sizing: border-box;
  font-size: var(--font20);
  font-weight: 700;
  color: #000000;
  padding-left: max(0.2rem, 15px);
  padding-right: 40px;
  box-shadow: none !important;
  border: none;
  outline: none;
  background-color: #f5f5f7;
}


.product-contrast .contrast-list .form-row .form .layui-form-select .layui-select-title {
  position: relative;
}




.product-contrast .contrast-list .form-row .form .layui-form-select .layui-input::selection {
  background-color: transparent;
}

.product-contrast .contrast-list .form-row .form .layui-form-select .layui-input::placeholder {
  user-select: none !important;
}

.product-contrast .contrast-list .form-row .layui-form-select dl {
  max-height: 420px;
}

@media (hover: hover) and (min-width: 769px) {
  .product-contrast .contrast-list .form-row .form .layui-form-select .layui-select-title:hover {
    border-color: #000 !important;
  }
}



.product-contrast .contrast-list .form-row .form .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}

.product-contrast .contrast-list .form-row .form .layui-form-select .layui-edge {
  border: none;
  width: 15px;
  height: 20px;
  background-image: url(../images/product-contrast-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-top: 0;
  top: 50%;
  right: max(0.2rem, 15px);
  margin-top: -10px;
  z-index: 2;
}

.product-contrast .contrast-list .pic-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column);
}

.product-contrast .contrast-list .pic-row .pic-info-box {
  padding-top: max(0.7rem, 30px);
}

.product-contrast .contrast-list .pic-row .pic-info-box .pic-list {
  display: grid;
  padding-left: max(0.64rem, 15px);
  padding-right: max(0.64rem, 15px);
}

.product-contrast .contrast-list .pic-row .pic-info-box .pic-list .pic-item {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  position: relative;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s ease;
}

.product-contrast .contrast-list .pic-row .pic-info-box .pic-list .pic-item.show {
  opacity: 1;
  pointer-events: auto;
}

.product-contrast .contrast-list .pic-row .pic-info-box .pic-list .pic-item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-contrast .contrast-list .pic-row .pic-info-box .pic-list .pic-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list {
  margin-top: max(0.24rem, 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item {
  flex-shrink: 0;
  white-space: nowrap;
  background-color: transparent;


  tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item:not(:last-child) {
  margin-right: 7px;
}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item.active .point {
  border-color: #0271e4;

}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item.active .text {
  opacity: 1;
  pointer-events: auto;
}


.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item .point {
  width: max(0.42rem, 30px);
  height: max(0.42rem, 30px);
  border: 2px solid transparent;
  background-color: transparent;
  user-select: none;
  cursor: pointer;
  border-radius: 21px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--duration);
  tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item .point .circle {
  width: 76.19047619%;
  height: 76.19047619%;
  border-radius: 16px;
  tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;

}

.product-contrast .contrast-list .pic-row .pic-info-box .color-list .text {
  margin-top: 6px;
  font-size: var(--font12);
  text-align: center;
  letter-spacing: -0.22px;
  color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: var(--duration);
}



.product-contrast .contrast-list .product-name-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column);
}

.product-contrast .contrast-list .product-name-row .product-name {
  min-width: 0;
  margin-top: max(0.56rem, 30px);
  display: block;
  overflow-wrap: break-word;
  font-size: var(--font14);
  line-height: normal;
  text-align: center;
  color: #1d1d1f;
  padding-left: max(0.32rem, 20px);
  padding-right: max(0.32rem, 20px);
}

.product-contrast .contrast-list .btn-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column);
}

.product-contrast .contrast-list .btn-row .btn-item {
  min-width: 0;
}

.product-contrast .contrast-list .btn-row .shop-btn {
  width: 68px;
  height: 36px;
  border-radius: 20px;
  background: #000000;
  font-size: var(--font14);
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-top: max(0.56rem, 30px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.product-contrast .contrast-list .btn-row .shop-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.product-contrast .contrast-list .btn-row .shop-btn span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

@media (hover: hover) and (min-width: 769px) {
  .product-contrast .contrast-list .btn-row .shop-btn:hover::after {
    opacity: 1;
  }
}

.product-contrast .contrast-list .btn-row .more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
  font-size: var(--font16);
  font-weight: normal;
  color: #0066cc;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.product-contrast .contrast-list .btn-row .more img {
  display: block;
  width: 5px;
  flex-shrink: 0;
  margin-left: 7px;
  margin-top: 0.1em;
}

.product-contrast .contrast-list .param-row-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: max(0.4rem, 30px);
  padding-top: max(0.45rem, 20px);
}

.product-contrast .contrast-list .param-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: var(--column);
}

.product-contrast .contrast-list .param-row:not(:last-of-type) {
  margin-bottom: max(0.64rem, 40px);
}

.product-contrast .contrast-list .param-row .param-item {
  min-width: 0;
  overflow-wrap: break-word;
}

.product-contrast .contrast-list .param-row .item-text {
  font-size: var(--font28);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1d1d1f;
  text-align: center;
  overflow-wrap: break-word;
}

.product-contrast .contrast-list .param-row .item-title {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  overflow-wrap: break-word;
  color: rgba(29, 29, 31, 0.6);
  margin-top: 8px;
}

.product-contrast .contrast-list .param-row .icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 8px;
}

.product-contrast .contrast-list .param-row .icon-list img {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: auto;
}

.product-contrast .contrast-list .param-row .icon-list img:not(:last-child) {
  margin-right: 8px;
}

.product-recommend {
  display: block;
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(1.4rem, var(--space));
}

.product-recommend .recommend-title {
  font-size: var(--font46);
  font-weight: 700;
  line-height: 1.39130435;
  color: #000000;
  text-align: center;
}

.product-recommend .recommend-list {
  margin-top: max(0.7rem, 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.product-recommend .recommend-list .item {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (hover: hover) and (min-width: 769px) {
  .product-recommend .recommend-list .item:hover .pic img {
    transform: scale(1.1);
  }
}

.product-recommend .recommend-list .item .pic {
  display: block;
  width: 100%;
  position: relative;
  background-color: var(--skeleton);
}

.product-recommend .recommend-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.product-recommend .recommend-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.product-recommend .recommend-list .item .mark {
  position: absolute;
  left: max(0.32rem, 20px);
  top: max(0.4rem, 20px);
  z-index: 2;
  width: 168px;
  height: auto;
}

.product-recommend .recommend-list .item .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-left: max(0.32rem, 20px);
  padding-right: max(0.32rem, 20px);
  padding-bottom: max(0.36rem, 20px);
  overflow-wrap: break-word;
}

.product-recommend .recommend-list .item .text .text-title {
  font-size: var(--font40);
  font-weight: 300;
  line-height: normal;
  color: #000000;
}

.product-recommend .recommend-list .item .text .text-desc {
  font-size: var(--font20);
  font-weight: 700;
  color: #000000;
  margin-top: 6px;
}

.product-robot-banner {
  position: relative;
  z-index: 10;
}

.product-robot-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--skeleton);
}

.product-robot-banner .text {
  position: absolute;
  left: 50%;
  top: 44.28571429%;
  transform: translateX(-50%);
  z-index: 2;
  overflow-wrap: break-word;
}

.product-robot-banner .text .text-mark {
  font-size: var(--font19);
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.product-robot-banner .text .text-title {
  font-size: var(--font48);
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  margin-top: 8px;
}

.product-robot-detail {
  max-width: 1100px;
  overflow-wrap: break-word;
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(1.38rem, var(--space));
}

.product-robot-detail img,
.product-robot-detail video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.product-robot-detail .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  height: auto;
}

.product-robot-detail .pic-list {
  border-radius: 48px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-robot-detail .pic-list {
    border-radius: 0;
  }

  .product-robot-banner .text {
    top: 32%;
  }
}

@media (max-width: 576px) {
  .wrap.product-robot-detail {
    padding-top: 4px;
    padding-bottom: 4px;
    max-width: none;
    width: 100% !important;
  }

  .product-robot-banner .text .text-mark {
    font-size: 11px;
  }

  .product-robot-banner .text .text-title {
    font-size: 20px;
    margin-top: 4px;
  }
}

/* 其余页面的，使用这个类名跟头部拉开距离 */
.mt-header {
  margin-top: var(--header-height);
}

.product-fan-area {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 16px;
  background: #fcfdff;
  overflow: hidden;
}

.product-fan-area .fan-container {
  position: relative;
}

.product-fan-area .fan-container .swiper-btn {
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-fan-area .fan-container .swiper-btn img {
  display: block;
  width: 10px;
  height: auto;
  filter: brightness(0) opacity(0.41);
}

.product-fan-area .fan-container .swiper-btn.pro-fan-recommend-prev {
  left: min(-0.4rem, -30px);
}

.product-fan-area .fan-container .swiper-btn.pro-fan-recommend-next {
  right: min(-0.4rem, -30px);
}

.product-fan-area .fan-container .swiper-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (min-width: 769px) {
  .product-fan-area .fan-container .swiper-btn:not(.swiper-button-disabled):hover {
    user-select: none;
    cursor: pointer;
  }

  .product-fan-area .fan-container .swiper-btn:not(.swiper-button-disabled):hover img {
    filter: none;
  }
}

.product-fan-area .pro-fan-recommend-swiper {
  width: 100%;
  overflow: hidden;
}

.product-fan-area .pro-fan-recommend-swiper .item {
  display: block;
  width: 120px;
  overflow: hidden;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
}

.product-fan-area .pro-fan-recommend-swiper .item .text {
  font-size: var(--font13);
  font-weight: normal;
  text-align: center;
  color: #000000;
  overflow-wrap: break-word;
  margin-top: max(0.25rem, 15px);
}

.product-fan-area .pro-fan-recommend-swiper .product-item {
  padding-bottom: 8px;
}

.product-fan-area .pro-fan-recommend-swiper .product-item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 71.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.product-fan-area .pro-fan-recommend-swiper .product-item .pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.product-fan-area .pro-fan-recommend-swiper .product-item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  transition: var(--duration) var(--type);
}

.product-fan-area .pro-fan-recommend-swiper .product-item .new {
  margin-top: 8px;
  font-size: var(--font12);
  font-weight: 700;
  line-height: 1;
  overflow-wrap: break-word;
  text-align: center;
  color: #5fcbec;
}

.product-fan-area .pro-fan-recommend-swiper .shop-item .icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 71.66666667%;
  margin-left: auto;
  margin-right: auto;
}

.product-fan-area .pro-fan-recommend-swiper .shop-item .icon::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.product-fan-area .pro-fan-recommend-swiper .shop-item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 37.20930233%;
  object-fit: contain;
}

.product-fan-pic-area {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: 4px;
}

.product-fan-pic-area .title {
  font-size: var(--font56);
  font-weight: 700;
  line-height: 1.14285714;
  text-align: center;
  color: #000000;
}

.product-fan-pic-area .pro-fan-swiper {
  margin-top: max(0.6rem, 30px);
  overflow: hidden;
  --time: 4s;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide {
  position: relative;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 22.61904762%;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide.theme-white .text .text-mark {
  color: #fff;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide.theme-white .text .text-title {
  color: #fff;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .pic {
  display: block;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .pic img {
  width: 100%;
  height: auto;
  background-color: var(--skeleton);
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .pic .pc-img {
  display: block;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .pic .phone-img {
  display: none;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 38.0952381%;
  transform: translateX(-50%);
  z-index: 2;
  overflow-wrap: break-word;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text .text-mark {
  font-size: var(--font19);
  font-weight: bold;
  line-height: normal;
  color: #000;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text .text-title {
  font-size: var(--font48);
  font-weight: 300;
  line-height: normal;
  margin-top: 8px;
  color: #000;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn {
  width: 129px;
  height: 44px;
  border-radius: 22px;
  background: #ffffff;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--font16);
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #000000;
  margin-top: max(0.4rem, 20px);
}

@media (hover: hover) and (min-width: 769px) {
  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn:hover {
    background-color: var(--theme);
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn:hover span {
    color: #fff;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn:hover img {
    filter: brightness(0) invert(1);
  }
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn img {
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: auto;
  margin-left: 12px;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide .text .in_text {
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.6s ease-in-out 0.3s,
    opacity 0.6s ease-in-out 0.3s;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide.swiper-slide-prev .in_text {
  transform: translateY(-100%);
  opacity: 0;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide.swiper-slide-active .in_text {
  transform: translateY(0);
  opacity: 1;
}

.product-fan-pic-area .pro-fan-swiper .swiper-slide.swiper-slide-next .in_text {
  transform: translateY(100%);
  opacity: 0;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.4rem, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  transition: var(--duration);
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 8px;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
}

.product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bar {
  animation: widthAnimate var(--time) linear forwards;
}

@keyframes widthAnimate {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.product-detail-page.theme-black {
  background-color: #000000;
}

.product-detail-page .product-detail-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.product-detail-page .product-detail-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--skeleton);
}

.product-detail-page .product-detail-banner .text {
  position: absolute;
  left: 50%;
  top: 44.28571429%;
  transform: translateX(-50%);
  z-index: 2;
  overflow-wrap: break-word;
}

.product-detail-page .product-detail-banner .text .text-mark {
  font-size: var(--font19);
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.product-detail-page .product-detail-banner .text .text-title {
  font-size: var(--font48);
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  margin-top: 8px;
}

.product-detail-page .product-detail-main {
  margin-top: max(1.4rem, var(--space));
  padding-bottom: 20px;
  font-size: 16px;
  overflow-wrap: break-word;
  color: #000;
  max-width: 1100px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.product-detail-page .product-detail-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  height: auto;
}

.product-detail-page .product-detail-main img,
.product-detail-page .product-detail-main video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.product-detail-page .product-detail-main .pic-list {
  text-align: center;
  background-color: #fff;
}

.product-detail-page .product-detail-main .pic-list img:first-child {
  border-radius: 48px 48px 0 0;
}

.product-detail-page .product-detail-main .pic-list img:last-child {
  border-radius: 0 0 48px 48px;
}

.pro-detail-header {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
  position: sticky;
  top: var(--header-height);
  z-index: calc(99 * 1);
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pro-detail-header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-detail-header .main .product-name {
  font-size: var(--font19);
  font-weight: 500;
  line-height: normal;
  color: #000000;
}

.pro-detail-header .main .btn-list {
  display: flex;
  align-items: center;
}

.pro-detail-header .main .btn-list .btn {
  padding: 6px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  border-radius: 22px;
  white-space: nowrap;
  text-align: center;
}

.pro-detail-header .main .btn-list .btn:not(:last-child) {
  margin-right: 18px;
}

.pro-detail-header .main .btn-list .btn.btn-type1 {
  color: #010101;
}

.pro-detail-header .main .btn-list .btn.btn-type2 {
  background: #0066cc;
  color: #fff;
}

@media (max-width: 768px) {

  .product-detail-page .product-detail-main .pic-list img:first-child,
  .product-detail-page .product-detail-main .pic-list img:last-child {
    border-radius: 0px;
  }
}

@media (max-width: 576px) {
  .product-detail-page .product-detail-main {
    width: 100% !important;
    margin-top: 4px;
    padding-bottom: 4px;
  }

  .product-detail-page .product-detail-banner .text {
    top: 36.84210526%;
  }

  .product-detail-page .product-detail-banner .text .text-mark {
    font-size: 11px;
  }

  .product-detail-page .product-detail-banner .text .text-title {
    font-size: 20px;
    margin-top: 4px;
  }
}

@media (max-width: 992px) {
  .product-card-list .card-item .text .text-btn {
    width: 86px;
    height: 28px;
    font-size: 12px;
  }

  .product-card-list .card-item .text .text-btn img {
    margin-left: 7px;
  }
}

@media (max-width: 768px) {
  .product-card-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-contrast .contrast-list .form-row,
  .product-contrast .contrast-list .pic-row,
  .product-contrast .contrast-list .product-name-row,
  .product-contrast .contrast-list .btn-row,
  .product-contrast .contrast-list .param-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-contrast .contrast-list .form-row .form:nth-child(3),
  .product-contrast .contrast-list .pic-row .pic-info-box:nth-child(3),
  .product-contrast .contrast-list .product-name-row .product-name:nth-child(3),
  .product-contrast .contrast-list .btn-row .btn-item:nth-child(3),
  .product-contrast .contrast-list .param-row .param-item:nth-child(3) {
    display: none;
  }
}

@media (min-width: 577px) {

  .product-swiper-area .phone-link,
  .product-contrast .phone-contrast-link {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .product-card-list {
    width: 100%;
    gap: 8px;
  }

  .product-card-list .card-item .text {
    top: 8.19112628%;
  }

  .product-card-list .card-item .text .text-desc {
    font-size: 12px;
  }

  .product-card-list .card-item .text .text-title {
    margin-top: 4px;
    font-size: 18px;
  }

  .product-card-list .card-item .text .text-btn {
    margin-top: 12px;
    width: 74px;
    height: 25px;
    border-radius: 16px;
    font-size: 10px;
  }

  .product-card-list .card-item .text .text-btn img {
    width: 4px;
    margin-left: 7px;
  }

  .product-swiper-area .product-swiper-wrap .product-swiper {
    width: calc(100% - 40px);
  }

  .product-swiper-area {
    padding-top: 16.6667vw;
    padding-bottom: 0;
  }

  .product-swiper-area .title-line .more {
    display: none;
  }

  .product-swiper-area .title-line .title {
    font-size: 24px;
  }

  .product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide {
    border-radius: 24px;
  }

  .product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text {
    padding-top: 8.2051vw;
    padding-left: 6.1538vw;
    padding-right: 10px;
  }

  .product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text .text-mark {
    font-size: 12px;
  }

  .product-swiper-area .product-swiper-wrap .product-swiper .swiper-slide .text .text-title {
    font-size: 5.1282vw;
    margin-top: 7px;
  }

  .product-swiper-area .product-swiper-wrap .product-btn-list {
    display: none;
  }

  .product-swiper-area .phone-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #0066cc;
    margin-top: 7.1795vw;
  }

  .product-swiper-area .phone-link img {
    display: block;
    flex-shrink: 0;
    width: 5px;
    margin-left: 7px;
  }

  .product-contrast {
    padding-top: 64px;
    padding-bottom: 16.6667vw;
  }

  .product-contrast .contrast-title {
    font-size: 7.1795vw;
    margin-bottom: 0;
  }

  .product-contrast .phone-contrast-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    color: #0066cc;
    line-height: 1;
  }

  .product-contrast .phone-contrast-link img {
    display: block;
    flex-shrink: 0;
    width: 5px;
    margin-left: 7px;
  }

  .product-contrast .contrast-list {
    margin-top: 40px;
  }

  .product-contrast .contrast-list .form-row,
  .product-contrast .contrast-list .pic-row,
  .product-contrast .contrast-list .product-name-row,
  .product-contrast .contrast-list .btn-row,
  .product-contrast .contrast-list .param-row {
    column-gap: 9.7436vw;
  }

  .product-contrast .contrast-list .form-row .form .layui-form-select .layui-input {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 30px;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0px;
    outline: none;
  }

  /* .layui-form-select::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 0;
    width: 35%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to left, #f5f5f7, rgba(255, 255, 255, 0));
  } */

  .product-contrast .contrast-list .form-row .form .layui-form-select .layui-edge {
    width: 10px;
    height: 13px;
    right: 6px;
    margin-top: -5px;
    z-index: 2;

  }

  .layui-form-select dl dd {
    font-size: 16px;
  }

  .product-contrast .contrast-list .pic-row .pic-info-box .color-list .color-item:not(:last-child) {
    margin-right: 5px;
  }

  .product-contrast .contrast-list .product-name-row .product-name {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: -0.12px;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    margin-top: 11.2821vw;
  }

  .product-contrast .contrast-list .btn-row .shop-btn {
    margin-top: 16px;
    width: 64px;
    height: 32px;
    font-size: 12px;
  }

  .product-contrast .contrast-list .btn-row .more {
    font-size: 14px;
  }

  .product-contrast .contrast-list .pic-row .pic-info-box .color-list {
    padding-left: 0;
    padding-right: 0;
  }

  .product-contrast .contrast-list .param-row-list {
    margin-top: 40px;
    padding-top: 32px;
  }

  .product-contrast .contrast-list .param-row .item-text {
    font-size: 20px;
  }

  .product-contrast .contrast-list .param-row .icon-list img {
    width: 25px;
  }
}

@media (max-width: 768px) {
  .product-recommend .recommend-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .product-recommend {
    width: 100%;
  }

  .product-recommend .recommend-title {
    font-size: 24px;
  }

  .product-recommend .recommend-list .item .mark {
    width: 112px;
    left: 16px;
    top: 20px;
  }

  .product-recommend .recommend-list .item .text {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
  }

  .product-recommend .recommend-list .item .text .text-title {
    font-size: 18px;
  }

  .product-recommend .recommend-list .item .text .text-desc {
    font-size: 10px;
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .product-fan-pic-area .title {
    font-size: 24px;
    text-align: center;
  }

  .product-fan-area .fan-container .swiper-btn {
    display: none;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .text-mark {
    font-size: 14px;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .text-title {
    font-size: 22px;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .pic .pc-img {
    display: none;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .pic .phone-img {
    display: block;
  }
}

@media (max-width: 576px) {
  .product-fan-pic-area .pro-fan-swiper .swiper-slide.theme-white .text .text-mark {
    font-size: 12px;
  }

  .product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 6px;
  }

  .product-fan-pic-area .pro-fan-swiper .pro-fan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text {
    top: 31.16438356%;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .text-title {
    margin-top: 4px;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn {
    width: 78px;
    height: 25px;
    font-size: 10px;
    margin-top: 16px;
  }

  .product-fan-pic-area .pro-fan-swiper .swiper-slide .text .btn img {
    width: 4px;
    margin-left: 7px;
  }

  .product-fan-area .pro-fan-recommend-swiper .product-item .pic {
    width: 63.33333333%;
  }

  .product-fan-area .pro-fan-recommend-swiper .shop-item .icon {
    width: 63.33333333%;
  }

  .product-fan-area .pro-fan-recommend-swiper .item .text {
    margin-top: 22px;
  }
}

.product-list-page {
  padding-top: 72px;
}

.product-list-page .product-title {
  font-size: var(--font46);
  font-weight: 700;
  line-height: 1.39130435;
  color: #000000;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  max-width: 1100px;
}

/* 
.product-list-page .product-contrast {
  --color: #f5f5f7;
  background-color: var(--color);
} */

.product-list-page .product-contrast .contrast-list .form-row {
  background-color: var(--color, #f5f5f7);
}



.product-list-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: max(0.55rem, 30px);
  padding-bottom: max(1.38rem, var(--space));
  max-width: 1100px;
}

.product-list-main .aside {
  width: 220px;
  flex-shrink: 0;
  margin-right: 32px;
  position: sticky;
  top: calc(var(--header-height) + 10px);
  z-index: 10;
}

.product-list-main .aside .aside-title {
  font-size: var(--font16);
  font-weight: 500;
  line-height: normal;
  color: #333336;
}

.product-list-main .aside .aside-cate-list {
  margin-top: 23px;
}

.product-list-main .aside .aside-cate-list .cate-item:not(:last-child) {
  margin-bottom: 12px;
}

.product-list-main .aside .aside-cate-list .cate-item .item-top {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 8px;
}

.product-list-main .aside .aside-cate-list .cate-item .item-top .top-text {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.product-list-main .aside .aside-cate-list .cate-item .item-bottom {
  padding-left: 1em;
}

.product-list-main .aside .aside-cate-list .cate-item .item-bottom .group .item-text {
  display: block;
  font-size: var(--font14);
  font-weight: normal;
  line-height: 1;
  color: #333336;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-list-main .aside .aside-cate-list .cate-item .item-bottom .group .item-text:not(:last-child) {
  margin-bottom: 4px;
}

.product-list-main .main {
  flex: 1;
  min-width: 0;
}

.product-list-main .main .main-title {
  font-family: MiSans;
  font-size: var(--font16);
  font-weight: 500;
  line-height: normal;
  color: #333336;
}

.product-list-main .main .product-main-list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.product-list-main .main .product-main-list .item {
  display: block;
  background: #f5f5f7;
  overflow: hidden;
  padding-top: max(0.32rem, 20px);
  padding-bottom: max(0.4rem, 20px);
}

.product-list-main .main .product-main-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}

.product-list-main .main .product-main-list .item .pic {
  width: 66.18705036%;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.product-list-main .main .product-main-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.product-list-main .main .product-main-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: var(--duration) var(--type);
}

.product-list-main .main .product-main-list .item .text {
  margin-top: max(0.32rem, 20px);
  padding-left: 17px;
  padding-right: 17px;
}

.product-list-main .main .product-main-list .item .text .text-title {
  font-size: var(--font20);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #1d1d1f;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.product-list-main .main .product-main-list .item .text .text-desc {
  margin-top: 10px;
  font-size: var(--font14);
  font-weight: normal;
  line-height: 1.21428571;
  text-align: center;
  color: #1d1d1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  height: calc(var(--font14) * 2 * (34 / 28));
}

.product-list-main .main .product-main-list .item .text .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: max(0.32rem, 20px);
}

.product-list-main .main .product-main-list .item .text .btn-list .btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.product-list-main .main .product-main-list .item .text .btn-list .btn-type1 {
  font-size: var(--font14);
  font-weight: normal;
  color: #000000;
  width: 95px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #000000;
}

@media (hover: hover) and (min-width: 769px) {
  .product-list-main .main .product-main-list .item .text .btn-list .btn-type1:hover {
    background-color: var(--theme);
    border-color: var(--theme);
    color: #fff;
  }
}

.product-list-main .main .product-main-list .item .text .btn-list .btn-type2 {
  width: 68px;
  height: 36px;
  border-radius: 20px;
  background: #000000;
  font-size: var(--font14);
  color: #fff;
  margin-left: max(0.16rem, 10px);
  position: relative;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

.product-list-main .main .product-main-list .item .text .btn-list .btn-type2 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.product-list-main .main .product-main-list .item .text .btn-list .btn-type2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  opacity: 0;
}

@media (hover: hover) and (min-width: 769px) {
  .product-list-main .main .product-main-list .item .text .btn-list .btn-type2:hover::after {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .product-list-main .main .product-main-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .phone-product-list-main {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-product-list-main {
    display: none;
  }



  .product-list-page .product-title {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    text-align: center;
  }

  .phone-product-list-main {
    padding-top: 20px;
    --unit: 4%;
  }

  .phone-product-list-main .product-list-cate {
    width: 100%;
  }

  .phone-product-list-main .cate-item .item-title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    padding-bottom: 20px;
    margin-left: var(--unit);
    margin-right: var(--unit);
  }

  .phone-product-list-main .cate-item .list .section {
    margin-bottom: 20px;
  }

  .phone-product-list-main .cate-item .list .section .section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    margin-left: var(--unit);
    margin-right: var(--unit);
  }

  .phone-product-list-main .cate-item .list .section .section-top.active .icon {
    transform: rotate(180deg);
  }

  .phone-product-list-main .cate-item .list .section .section-top .text {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #333336;
    overflow-wrap: break-word;
  }

  .phone-product-list-main .cate-item .list .section .section-top .icon {
    width: 22px;
    flex-shrink: 0;
    transition: var(--duration);
    margin-left: 20px;
  }

  .phone-product-list-main .cate-item .list .section .section-top .icon img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom {
    padding-top: 20px;
    padding-bottom: 12px;
    display: none;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-left: calc(var(--unit) + 1em);
    padding-right: var(--unit);
  }

  .phone-product-list-main .cate-item .list .section .section-bottom::-webkit-scrollbar {
    display: none;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group {
    display: flex;
    width: fit-content;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item {
    width: 188px;
    flex-shrink: 0;
    background-color: #f5f5f7;
    display: block;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item:not(:last-child) {
    margin-right: 8px;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .pic {
    display: block;
    width: 59.57446809%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .pic::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text {
    margin-top: 10px;
    width: 74.46808511%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text .text-title {
    font-size: var(--font14);
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #1d1d1f;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text .text-desc {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #1d1d1f;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text .btn-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text .btn-list .btn-type1 {
    width: 73px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    flex-shrink: 0;
  }

  .phone-product-list-main .cate-item .list .section .section-bottom .group .product-item .text .btn-list .btn-type2 {
    width: 56px;
    height: 32px;
    border-radius: 16px;
    background: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    margin-left: 12px;
    flex-shrink: 0;
  }
}

@media (max-width: 576px) {
  .product-list-page {
    padding-top: calc(var(--header-height) + 18px);
  }

  .product-list-page .product-title {
    padding-bottom: 18px;
  }

  .phone-product-list-main {
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 992px) {

  .product-type1-page,
  .product-detail-page {
    margin-top: var(--header-height);
  }
}

.product-intro {
  margin-top: var(--header-height);
  padding-top: max(0.8rem, var(--space));
}

.product-intro .intro-title {
  font-size: var(--font56);
  font-weight: 700;
  line-height: 1.14285714;
  text-align: center;
  color: #000000;
}

.product-intro .intro-desc {
  margin-top: max(0.4rem, 24px);
  font-size: var(--font22);
  font-weight: 500;
  line-height: 1.45454545;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  overflow-wrap: break-word;
}

.product-intro .pic {
  border-radius: 32px;
  overflow: hidden;
  margin-top: max(0.64rem, 24px);
}

@media (hover: hover) and (min-width: 769px) {
  .product-intro .pic:hover img {
    transform: scale(1.05);
  }
}

.product-intro .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}

@media (max-width: 576px) {
  .product-intro .intro-title {
    font-size: 24px;
  }

  .product-intro .intro-desc {
    font-size: 13px;
  }

  .product-intro .intro-desc br {
    display: none;
  }

  .product-intro .pic {
    width: 100%;
    border-radius: 0px;
  }

  .product-card-list.card-type2 {
    margin-top: 64px;
  }
}

.brand-banner {
  display: block;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.brand-banner .pic img {
  width: 100%;
  height: auto;
}

.brand-banner .pic .pc-img {
  display: block;
}

.brand-banner .pic .phone-img {
  display: none;
}

.brand-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
}

.brand-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.48rem, 20px);
  z-index: 2;
  max-width: 880px;
}

.brand-banner .text .text-title {
  font-size: var(--font53);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #f5f5f7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.brand-banner .text .text-desc {
  font-size: var(--font22);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: rgba(245, 245, 247, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(0.28rem, 20px);
}

.brand-banner .text .text-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
  font-size: var(--font16);
  font-weight: normal;
  color: #2997ff;
  margin-left: auto;
  margin-right: auto;
  margin-top: max(0.28rem, 20px);
}

.brand-banner .text .text-btn img {
  display: block;
  width: 5px;
  flex-shrink: 0;
  margin-left: 7px;
  transition: var(--duration);
}

@media (hover: hover) and (min-width: 769px) {
  .brand-banner .text .text-btn:hover img {
    transform: translateX(5px);
  }
}

.about-brand-main {
  padding-top: max(0.56rem, 30px);
  padding-bottom: max(1.4rem, var(--space));
}

.about-brand-main .main-wrap {
  max-width: 1100px;
}

.brand-panel {
  display: block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 32px;
}

.brand-panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, #000000cc 0%, #000000c5 12%, #000000b9 24%, #000000aa 33%, #00000097 42%, #00000082 50%, #0000006b 57%, #00000055 63%, #0000003f 70%, #0000002a 76%, #00000019 83%, #0000000a 91%, #00000000 100%);
}

@media (hover: hover) and (min-width: 769px) {
  .brand-panel:hover .pic img {
    transform: scale(1.05);
  }
}

.brand-panel .pic {
  display: block;
  width: 100%;
  position: relative;
}

.brand-panel .pic::after {
  content: "";
  display: block;
  padding-bottom: 56.36363636%;
}

.brand-panel .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.brand-panel .text {
  position: absolute;
  width: 93.45454545%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.09677419%;
  z-index: 2;
}

.brand-panel .text .text-title {
  font-size: var(--font40);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.brand-panel .text .text-info {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.23529412;
  color: #ffffff;
  margin-top: max(0.2rem, 10px);
}

.brand-group-type1 {
  margin-top: 20px;
}

.brand-group-type1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brand-group-type1 .list .item {
  display: block;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 49.09090909%;
  border-radius: 32px;
}

.brand-group-type1 .list .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70.74074074%;
  pointer-events: none;
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
}

@media (hover: hover) and (min-width: 769px) {
  .brand-group-type1 .list .item:hover .pic img {
    transform: scale(1.05);
  }
}

.brand-group-type1 .list .item .pic {
  display: block;
  width: 100%;
  position: relative;
}

.brand-group-type1 .list .item .pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.brand-group-type1 .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.brand-group-type1 .list .item .text {
  width: 88.14814815%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
  z-index: 2;
}

.brand-group-type1 .list .item .text .text-title {
  font-size: var(--font24);
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.brand-group-type1 .list .item .text .text-info {
  font-size: var(--font16);
  font-weight: normal;
  line-height: 1.3125;
  color: #ffffff;
  margin-top: max(0.16rem, 10px);
}

.brand-group-type2 {
  margin-top: 20px;
}

.brand-group-type2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}

.brand-group-type2 .list .item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

@media (hover: hover) and (min-width: 769px) {
  .brand-group-type2 .list .item:hover .pic img {
    transform: scale(1.05);
  }
}

.brand-group-type2 .list .item .pic {
  display: block;
  width: 100%;
  position: relative;
}

.brand-group-type2 .list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 133.33333333%;
}

.brand-group-type2 .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.brand-group-type2 .list .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(24px);
  z-index: 2;
  padding-left: max(0.24rem, 15px);
  padding-right: max(0.24rem, 15px);
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.24rem, 20px);
}

.brand-group-type2 .list .item .text .text-title {
  font-size: var(--font21);
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
  line-height: 1.35;
  height: calc(var(--font21) * 1.35 * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.brand-group-type2 .list .item .text .text-info {
  font-size: var(--font14);
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  margin-top: 12px;
}


.about-brand-page {
  background-color: #fff;
}

@media (max-width: 992px) {
  .about-brand-page {
    margin-top: var(--header-height);
  }
}

@media (min-width: 769px) {
  .about-brand-page .phone-swiper {
    display: none;
  }
}

@media (max-width: 768px) {
  .brand-group-type2 .list {
    display: none;
  }

  .brand-group-type1 .list .item .text {
    top: 67%;
  }

  .about-brand-page .phone-swiper {
    --time: 5s;
  }

  .about-brand-page .phone-swiper .swiper-slide {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
  }

  .about-brand-page .phone-swiper .swiper-slide .pic {
    display: block;
    width: 100%;
    position: relative;
  }

  .about-brand-page .phone-swiper .swiper-slide .pic::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 133.33333333%;
  }

  .about-brand-page .phone-swiper .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .about-brand-page .phone-swiper .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(24px);
    padding-top: 24px;
    padding-bottom: 52px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-brand-page .phone-swiper .swiper-slide .text .text-title {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .about-brand-page .phone-swiper .swiper-slide .text .text-info {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 8px;
  }

  .about-brand-page .phone-swiper .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 24px;
    gap: 6px;
  }

  .about-brand-page .phone-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: var(--duration);
    position: relative;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }

  .about-brand-page .phone-swiper .swiper-pagination .swiper-pagination-bullet .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
  }

  .about-brand-page .phone-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 29px;
    height: 8px;
    border-radius: 15px;
  }

  .about-brand-page .phone-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bar {
    animation: barWidth linear forwards var(--time);
  }
}

@keyframes barWidth {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .brand-banner .pic .pc-img {
    display: none;
  }

  .brand-banner .pic .phone-img {
    display: block;
  }

  .brand-banner .text {
    width: calc(100% - 48px);
    bottom: 25px;
  }

  .brand-banner .text .text-title {
    font-size: 26px;
  }

  .brand-banner .text .text-desc {
    margin-top: 12px;
    font-size: 11px;
  }

  .brand-banner .text .text-btn {
    margin-top: 16px;
    font-size: 14px;
  }

  .brand-banner .text .text-btn img {
    width: 5px;
    margin-left: 7px;
  }

  .about-brand-main {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .about-brand-main .main-wrap {
    width: 100%;
    max-width: none;
  }

  .brand-panel {
    border-radius: 0px;
    width: 100%;
  }

  .brand-panel .pic::after {
    padding-bottom: 100%;
  }

  .brand-panel .text {
    width: 89.74358974%;
  }

  .brand-panel .text .text-title {
    font-size: 22px;
  }

  .brand-panel .text .text-info {
    font-size: 9px;
    margin-top: 8px;
  }

  .brand-group-type1 {
    margin-top: 4px;
  }

  .brand-group-type1 .list {
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .brand-group-type1 .list .item {
    width: 100%;
    border-radius: 0px;
  }

  .brand-group-type1 .list .item .text {
    width: 89.74358974%;
    top: auto;
    bottom: 24px;
  }

  .brand-group-type1 .list .item .text .text-title {
    font-size: 22px;
  }

  .brand-group-type1 .list .item .text .text-info {
    font-size: 9px;
    margin-top: 8px;
  }

  .brand-group-type2 {
    margin-top: 4px;
  }

  .about-brand-page .phone-swiper .swiper-slide {
    border-radius: 0;
  }

  .about-brand-page .phone-swiper .swiper-slide .text {
    padding-left: 0;
    padding-right: 0;
  }

  .about-brand-page .phone-swiper .swiper-slide .text .text-title,
  .about-brand-page .phone-swiper .swiper-slide .text .text-info {
    width: 89.74358974%;
    margin-left: auto;
    margin-right: auto;
  }
}

.news-detail-page {
  margin-top: var(--header-height);
  padding-bottom: max(0.7rem, var(--space));
}

.news-detail-page .news-wrap {
  max-width: 720px;
}

.news-detail-page .bread-crumb {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-detail-page .bread-crumb .item {
  display: flex;
  align-items: center;
}

.news-detail-page .bread-crumb .item:not(:last-child)::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 5px;
  height: 12px;
  background-image: url(../images/bread-crumb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 7px;
  margin-right: 7px;
}

.news-detail-page .bread-crumb .item:last-child .link {
  color: #0066cc;
}

.news-detail-page .bread-crumb .item .link {
  font-size: var(--font13);
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

.news-detail-page .article-title {
  margin-top: 4px;
  font-size: max(0.28rem, 22px);
  font-weight: 700;
  line-height: 1.39285714;
  color: #111111;
  overflow-wrap: break-word;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.news-detail-page .article-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 16px;
}

.news-detail-page .article-info .info-item {
  font-size: var(--font12);
  font-weight: normal;
  line-height: normal;
  color: #8c8c8c;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}

.news-detail-page .article-info .info-item:not(:last-child)::after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}

.news-detail-page .article-main {
  padding-top: 16px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.66666667;
  color: #444444;
  overflow-wrap: break-word;
}

.news-detail-page .article-main li {
  list-style: initial;
}

.news-detail-page .article-main img,
.news-detail-page .article-main video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.news-detail-page .article-main .table-wrap {
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

@media (max-width: 576px) {
  .news-detail-page .article-info {
    padding-top: 16px;
  }
}

.about-honor-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.about-honor-banner .pic img {
  width: 100%;
  height: auto;
  background-color: var(--skeleton);
}

.about-honor-banner .pic .pc-img {
  display: block;
}

.about-honor-banner .pic .phone-img {
  display: none;
}

.about-honor-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28.57142857%;
  z-index: 2;
}

.about-honor-banner .text .text-title {
  font-size: var(--font44);
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  overflow-wrap: break-word;
}

.about-honor-banner .text .text-desc {
  font-size: var(--font19);
  font-weight: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  overflow-wrap: break-word;
}

.about-honor-page {
  background: #ffffff;
  padding-bottom: max(1.4rem, var(--space));
}

.about-honor-page .honor-title {
  font-size: var(--font48);
  font-weight: 700;
  color: #000000;
  overflow-wrap: break-word;
  text-align: center;
}

.about-honor-auth {
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(0.7rem, 30px);
}

.about-honor-auth .list {
  margin-top: max(0.7rem, 30px);
  display: flex;
  row-gap: max(0.4rem, 30px);
  justify-content: center;
  flex-wrap: wrap;
}

.about-honor-auth .list .item {
  width: 120px;
  flex-shrink: 0;
}

.about-honor-auth .list .item:not(:last-child) {
  margin-right: 12px;
}

.about-honor-auth .list .item .pic {
  display: block;
  width: 100%;
}

.about-honor-auth .list .item .pic img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.about-honor-auth .list .item .text {
  overflow-wrap: break-word;
  font-size: var(--font16);
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.about-honor-auth .phone-auth-swiper {
  display: none;
}

.about-honor-award {
  padding-top: max(0.7rem, 30px);
}

.about-honor-award .pic-line {
  width: 100%;
  overflow: hidden;
  margin-top: max(0.8rem, 30px);
}

.about-honor-award .pic-line .about-honor-swiper {
  overflow: initial;
}

.about-honor-award .pic-line .swiper-wrapper {
  transition-timing-function: linear;
}

.about-honor-award .pic-line .swiper-slide {
  width: max(3.05rem, 240px);
  height: auto;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.about-honor-award .pic-line .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 133.33333333%;
}

.about-honor-award .pic-line .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.about-honor-award .hot-list {
  margin-top: max(1rem, 40px);
}

.about-honor-award .hot-list .hot-item {
  display: flex;
  border-radius: 32px;
  background: #f5f5f7;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}

@media (hover: hover) and (min-width: 769px) {
  .about-honor-award .hot-list .hot-item:hover .pic .img {
    transform: scale(1.05);
  }
}

.about-honor-award .hot-list .hot-item:not(:last-child) {
  margin-bottom: max(0.96rem, 30px);
}

.about-honor-award .hot-list .hot-item .text {
  width: 42.08333333%;
  flex-shrink: 0;
  padding-left: max(0.8rem, 20px);
  padding-right: max(0.6rem, 20px);
  padding-top: max(0.72rem, 20px);
  padding-bottom: max(0.72rem, 20px);
  display: flex;
  flex-direction: column;
}

.about-honor-award .hot-list .hot-item .text .text-title {
  font-size: var(--font36);
  font-weight: 700;
  line-height: normal;
  color: #000000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.about-honor-award .hot-list .hot-item .text .text-desc {
  font-size: var(--font20);
  color: #000000;
  font-weight: 400;
  margin-top: max(0.56rem, 20px);
  overflow-wrap: break-word;
  margin-bottom: 20px;
}

.about-honor-award .hot-list .hot-item .text .btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  width: fit-content;
}

.about-honor-award .hot-list .hot-item .text .btn img {
  display: block;
  flex-shrink: 0;
  width: 38px;
  margin-right: max(0.17rem, 10px);
}

.about-honor-award .hot-list .hot-item .text .btn span {
  font-size: var(--font20);
  font-weight: normal;
  line-height: normal;
  color: #000000;
}

.about-honor-award .hot-list .hot-item .pic {
  width: 57.91666667%;
  position: relative;
  overflow: hidden;
}

.about-honor-award .hot-list .hot-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 59.95203837%;
}

.about-honor-award .hot-list .hot-item .pic .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.about-honor-award .hot-list .hot-item .pic .btn {
  display: none;
}

@keyframes moreLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.about-honor-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: calc(99 * 2);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(84px);
  --horizontal: max(0.72rem, 20px);
  display: none;
}

.about-honor-mask .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  opacity: 1;
  background: #ffffff;
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.47rem, 20px);
  width: min(1080px, 57%);
}

.about-honor-mask .main .close {
  width: 38px;
  height: 38px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: max(0.4rem, 20px);
}

@media (hover: hover) and (min-width: 769px) {
  .about-honor-mask .main .close:hover {
    background-color: #444444;
  }
}

.about-honor-mask .main .close img {
  display: block;
  width: 47.36842105%;
  height: auto;
}

.about-honor-mask .main .product-name {
  padding-left: var(--horizontal);
  padding-right: var(--horizontal);
  font-size: var(--font18);
  font-weight: normal;
  line-height: normal;
  color: #000000;
  overflow-wrap: break-word;
}

.about-honor-mask .main .product-title {
  padding-left: var(--horizontal);
  padding-right: var(--horizontal);
  font-size: var(--font48);
  font-weight: 700;
  line-height: normal;
  color: #000000;
  margin-top: 4px;
  overflow-wrap: break-word;
}

.about-honor-mask .main .content {
  margin-left: var(--horizontal);
  margin-right: var(--horizontal);
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #f5f5f7;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: max(0.8rem, 20px);
  margin-top: max(0.51rem, 30px);
}

.about-honor-mask .main .content .pic {
  width: 43.8034188%;
  flex-shrink: 0;
  overflow: hidden;
}

.about-honor-mask .main .content .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.about-honor-mask .main .content .text {
  flex: 1;
  min-width: 0;
  padding-left: max(0.96rem, 20px);
  font-size: var(--font24);
  font-weight: 500;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
  max-height: 157.1795vw;
  overflow-y: auto;
}

.about-honor-mask .main .content .text::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background-color: #ccc;
}

.about-honor-mask .main .content .text::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 10px;
  background-color: var(--theme);
}

@media (max-width: 992px) {
  .about-honor-banner {
    margin-top: var(--header-height);
  }

  .about-honor-auth .list .item {
    width: 80px;
  }

  .about-honor-auth .list .item .text {
    font-size: 14px;
  }

  .about-honor-award .hot-list .hot-item .text .btn img {
    width: 28px;
  }

  .about-honor-award .hot-list .hot-item {
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .about-honor-banner .pic .pc-img {
    display: none;
  }

  .about-honor-banner .pic .phone-img {
    display: block;
  }

  .about-honor-award .pic-line {
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-honor-award .hot-list .hot-item {
    flex-wrap: wrap;
  }

  .about-honor-mask .main .content {
    flex-wrap: wrap;
    max-height: 112.8205vw;
    overflow-y: auto;
  }

  .about-honor-mask .main .content .pic {
    width: 100%;
  }

  .about-honor-mask .main .content .text {
    flex: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
    max-height: none;
    overflow-y: initial;
  }
}

@media (max-width: 576px) {
  .about-honor-page {
    padding-bottom: 8px;
  }

  .about-honor-page .honor-title {
    font-size: 24px;
  }

  .about-honor-banner .text {
    top: 10.76923077%;
  }

  .about-honor-banner .text .text-title {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
  }

  .about-honor-banner .text .text-desc {
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
  }

  .about-honor-auth {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .about-honor-auth .list {
    display: none;
  }

  .about-honor-auth {
    overflow-x: hidden;
  }

  .about-honor-auth .phone-auth-swiper {
    display: block;
    overflow: initial;
    margin-top: 24px;
  }

  .about-honor-auth .phone-auth-swiper .swiper-wrapper {
    transition-timing-function: linear;
  }

  .about-honor-auth .phone-auth-swiper .swiper-slide {
    width: 72px;
    flex-shrink: 0;
  }

  .about-honor-auth .phone-auth-swiper .swiper-slide .pic {
    width: 100%;
  }

  .about-honor-auth .phone-auth-swiper .swiper-slide .pic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .about-honor-auth .phone-auth-swiper .swiper-slide .text {
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    overflow-wrap: break-word;
  }

  .about-honor-award {
    padding-top: 32px;
  }

  .about-honor-award .pic-line {
    margin-top: 25px;
  }

  .about-honor-award .hot-list {
    width: 100%;
  }

  .about-honor-award .hot-list .hot-item {
    flex-wrap: wrap;
    border-radius: 0;
  }

  .about-honor-award .hot-list .hot-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .about-honor-award .hot-list .hot-item .text {
    flex: none;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 12px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-honor-award .hot-list .hot-item .text .text-title {
    font-size: 20px;
    font-weight: 300;
  }

  .about-honor-award .hot-list .hot-item .text .text-desc {
    font-size: 12px;
    margin-top: 4px;
  }

  .about-honor-award .hot-list .hot-item .text .text-desc .font-weight {
    font-weight: 700;
  }

  .about-honor-award .hot-list .hot-item .text .btn {
    display: none;
  }

  .about-honor-award .hot-list .hot-item .pic {
    width: 100%;
  }

  .about-honor-award .hot-list .hot-item .pic .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    width: 74px;
    height: 25px;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
  }

  .about-honor-award .hot-list .hot-item .pic .btn img {
    display: block;
    width: 5px;
    margin-left: 7px;
    flex-shrink: 0;
  }

  .about-honor-award .hot-list .hot-item .pic .btn.theme-white {
    color: #fff;
    border-color: #fff;
  }

  .about-honor-award .hot-list .hot-item .pic .btn.theme-white img {
    filter: brightness(0) invert(1);
  }

  .about-honor-mask {
    --horizontal: 0px;
  }

  .about-honor-mask .main {
    width: 79.48717949%;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-honor-mask .main .close {
    margin-left: auto;
    margin-right: 0;
    width: 32px;
    height: 32px;
  }

  .about-honor-mask .main .product-name {
    font-size: 12px;
  }

  .about-honor-mask .main .product-title {
    font-size: 24px;
    margin-top: 4px;
  }

  .about-honor-mask .main .content {
    margin-top: 10px;
    padding: 12px;
    border-radius: 8px;
  }

  .about-honor-mask .main .content .text {
    font-size: 12px;
    margin-top: 12px;
  }
}

.about-common-banner .pic img {
  width: 100%;
  height: auto;
}

.about-common-banner .pic .pc-img {
  display: block;
}

.about-common-banner .pic .phone-img {
  display: none;
}

.common-detail {
  max-width: 720px;
  padding-top: max(0.7rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
}

.common-detail .common-detail-title {
  font-size: var(--font28);
  font-weight: 600;
  line-height: 1.39285714;
  color: #111111;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.common-detail .common-detail-title.text-center {
  text-align: center;
}

.common-detail .common-article {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.66666667;
  color: #444444;
  overflow-wrap: break-word;
  padding-top: max(0.32rem, 20px);
}

.common-detail .common-article img,
.common-detail .common-article video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.common-detail .common-article .table-wrap {
  max-width: 100%;
  height: auto;
  overflow-x: auto;
}

.common-detail .common-article li {
  list-style: initial;
}

.common-detail .contact-area {
  margin-top: max(0.38rem, 30px);
}

.common-detail .contact-area .title {
  font-size: var(--font28);
  font-weight: 700;
  line-height: 1.39285714;
  overflow-wrap: break-word;
  text-align: center;
  color: #111111;
}

.common-detail .contact-area .contact-group {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.common-detail .contact-area .contact-group .item {
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f7;
  padding: max(0.34rem, 20px) max(0.24rem, 20px);
}

.common-detail .contact-area .contact-group .item .item-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #222222;
}

.common-detail .contact-area .contact-group .item .item-list {
  margin-top: 20px;
}

.common-detail .contact-area .contact-group .item .item-list .item-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 2.08333333;
  color: #444444;
  overflow-wrap: break-word;
}

.common-detail .cooperate-area {
  padding-top: max(0.64rem, 20px);
  padding-bottom: max(0.64rem, 20px);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  background: #f5f5f7;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(0.48rem, 30px);
}

.common-detail .cooperate-area .cooperate-title {
  font-size: var(--font20);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #222222;
}

.common-detail .cooperate-area .cooperate-info {
  margin-top: max(0.32rem, 20px);
  font-size: var(--font15);
  font-weight: 500;
  line-height: 1.86666667;
  text-align: center;
  color: #444444;
  overflow-wrap: break-word;
}

@media (max-width: 992px) {
  .about-common-banner.about-mt-header {
    margin-top: var(--header-height);
  }
}

@media (max-width: 768px) {
  .about-common-banner .pic .phone-img {
    display: block;
  }

  .about-common-banner .pic .pc-img {
    display: none;
  }
}

@media (max-width: 576px) {
  .common-detail {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.about-intro-page {
  overflow-x: hidden;
}

.about-intro-page .about-intro-title {
  font-size: var(--font48);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #000000;
}

.about-intro-page .phone-banner-mask-text {
  display: none;
}

.about-intro-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.about-intro-banner .pic {
  width: 100%;
  height: 100%;
}

.about-intro-banner .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro-banner .pic video {
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
}

.about-intro-banner .pic .phone-img {
  display: none;
}

.about-intro-banner .text {
  position: absolute;
  left: 50%;
  top: 46.2962963%;
  transform: translateX(-50%);
}

.about-intro-banner .text .slogan {
  display: block;
  width: 180px;
  height: auto;
}

.about-intro-banner .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(36px);
  opacity: 0;
}

.about-intro-banner .mask .banner-text {
  position: absolute;
  top: 38.33333333%;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
}

.about-intro-banner .mask .banner-text .banner-title {
  font-size: var(--font39);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  overflow-wrap: break-word;
}

.about-intro-banner .mask .banner-text .banner-desc {
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-top: max(0.4rem, 20px);
  overflow-wrap: break-word;
}

.about-intro-text {
  padding-top: 1.4rem;
}

.about-intro-text .text-wrap {
  max-width: 880px;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-intro-text .intro-title {
  font-size: var(--font40);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #000000;
  overflow-wrap: break-word;
}

.about-intro-text .intro-desc {
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  overflow-wrap: break-word;
  margin-top: max(0.4rem, 20px);
}

.about-intro-company {
  padding-top: 1.4rem;
  padding-bottom: max(0.8rem, 30px);
}

.about-intro-company .company-list {
  margin-top: max(0.7rem, 30px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.about-intro-company .company-list .item {
  width: 23.61111111%;
  flex-shrink: 0;
  height: 6.12rem;
  transition: var(--duration);
  position: relative;
  overflow: hidden;
}

.about-intro-company .company-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32.67973856%;
  pointer-events: none;
  z-index: 1;
}

.about-intro-company .company-list .item.active {
  width: 51.94444444%;
}

.about-intro-company .company-list .item.active .text .text-desc {
  opacity: 1;
}

.about-intro-company .company-list .item .pic {
  display: block;
  width: 100%;
  height: 100%;
}

.about-intro-company .company-list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro-company .company-list .item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 83.82352941%;
  z-index: 2;
  overflow-wrap: break-word;
  bottom: 8.66013072%;
  transition: var(--duration);
}

.about-intro-company .company-list .item .text .text-title {
  font-size: var(--font36);
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}

.about-intro-company .company-list .item .text .text-desc {
  margin-top: max(0.16rem, 10px);
  font-size: var(--font22);
  font-weight: 500;
  line-height: 1.45454545;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: var(--duration);
}

.about-intro-development {
  padding-top: max(0.8rem, 30px);
  --w: calc(880 / 1440 * 100%);
  padding-bottom: max(0.55rem, 30px);
}

.about-intro-development .development-wrap {
  background-color: #fff;
  padding-bottom: max(0.78rem, 30px);
}

.about-intro-development .development-swiper1 {
  margin-top: max(0.7rem, 30px);
}

.about-intro-development .development-swiper1 .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
}

.about-intro-development .development-swiper1 .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 29.16666667%;
}

.about-intro-development .development-swiper1 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: 0.6s cubic-bezier(0.15, 0.8, 0.35, 1);
}

.about-intro-development .development-swiper1 .swiper-slide .text {
  padding-top: max(0.56rem, 20px);
}

.about-intro-development .development-swiper1 .swiper-slide .text .text-title {
  width: var(--w);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /* font-size: var(--font22); */
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  color: rgba(0, 0, 0, 0.9);
  overflow-wrap: break-word;
}

.about-intro-development .development-swiper1 .swiper-slide .text .text-desc {
  margin-top: 16px;
  width: var(--w);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.4);
  overflow-wrap: break-word;
  height: auto;
  min-height: calc(var(--font20) * (34 / 20) * 3);
}

.about-intro-development .development-swiper2 {
  padding-top: max(0.6rem, 30px);
  width: var(--w);
}

.about-intro-development .development-swiper2 .swiper-slide {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: end;
  flex-shrink: 0;
  overflow: initial;
  position: relative;
  cursor: default !important;
}

.about-intro-development .development-swiper2 .swiper-slide:not(:first-child) .inner .date {
  margin-left: var(--left);
}

.about-intro-development .development-swiper2 .swiper-slide:not(:first-child) .inner .mark {
  margin-left: 6px;
}

.about-intro-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .inner .date {
  transform: scale(1);
  color: #222;
  font-weight: 700;
}

.about-intro-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .inner .mark .point {
  background: rgba(142, 199, 255, 0.3);
  transform: scale(1);
}

.about-intro-development .development-swiper2 .swiper-slide.swiper-slide-thumb-active .inner .mark .point::before {
  opacity: 1;
}

.about-intro-development .development-swiper2 .swiper-slide .inner {
  user-select: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .date {
  font-size: 22px;
  transform: scale(0.63636364);
  font-weight: normal;
  line-height: normal;
  color: #999999;
  transition: var(--duration);
  display: block;
  width: fit-content;
  text-align: left;
  cursor: pointer;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .date::after {
  content: "";
  display: block;
  width: 100%;
  height: max(0.28rem, 20px);
  background-color: transparent;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .mark {
  display: flex;
  align-items: center;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .mark .point {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  opacity: 1;
  background: #000000;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: scale(0.125);
  cursor: pointer;
  transform-origin: center center;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .mark .point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 37.5%;
  height: 37.5%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--duration);
  background-color: #8ec7ff;
  transform-origin: center center;
}

.about-intro-development .development-swiper2 .swiper-slide .inner .mark .line {
  width: 96px;
  height: 1px;
  background-color: #000;
  margin-left: 6px;
  pointer-events: none !important;
  cursor: default !important;
}

.about-intro-global {
  padding-top: 1.4rem;
  padding-bottom: 1.35rem;
  background-color: #000;
  margin-top: max(0.55rem, 30px);
}

.about-intro-global .text-wrap {
  max-width: 880px;
}

.about-intro-global .text-wrap .about-intro-title {
  font-size: var(--font48);
  font-weight: 700;
  line-height: 1.33333333;
  text-align: center;
  color: #ffffff;
}

.about-intro-global .text-wrap .desc {
  margin-top: max(0.4rem, 20px);
  font-size: var(--font20);
  font-weight: 600;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  overflow-wrap: break-word;
  text-align: center;
}

.about-intro-global .split {
  margin-top: max(0.58rem, 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.about-intro-global .global-wrap {
  display: flex;
  justify-content: center;
  align-items: center;

}


.about-intro-global .global-wrap .left {
  width: 10rem;
  position: relative;

}



.about-intro-global .global-wrap .left .map-text {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
}

.about-intro-global .global-wrap .global {
  width: 100%;
}

.about-intro-global .global-wrap .global .panel {
  position: relative;
  transition: var(--duration);
}

@media (hover: hover) and (min-width: 769px) {
  .about-intro-global .global-wrap .global .panel:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 10px 36px rgba(0, 0, 0, 0.2));
    z-index: 2;
  }
}

.about-intro-global .global-wrap .global .panel.white .name {
  background-color: #fff;
  border-color: #e2f1ff;
}

.about-intro-global .global-wrap .global .panel.blue .name {
  background-color: #8ec7ff;
  border-color: #6bb8ff;
}

.about-intro-global .global-wrap .global .panel.center-bottom {
  transform-origin: center bottom;
}

.about-intro-global .global-wrap .global .panel.center-bottom .icon {
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}

.about-intro-global .global-wrap .global .panel.center-top {
  transform-origin: center top;
}

.about-intro-global .global-wrap .global .panel.center-top .icon {
  bottom: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.about-intro-global .global-wrap .global .panel .name {
  display: block;
  width: fit-content;
  font-size: var(--font12);
  font-weight: 500;
  line-height: normal;
  color: #000000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 35px;
  position: relative;
  z-index: 2;
  border: 2px solid transparent;
}

.about-intro-global .global-wrap .global .panel .icon {
  position: absolute;
  display: block;
  width: 10px;
  height: auto;
  z-index: 2;
  display: none;
}

.about-intro-global .global-wrap .list .item {
  white-space: nowrap;
}

.about-intro-global .global-wrap .list .item:not(:last-child) {
  margin-bottom: max(0.8rem, 30px);
}

.about-intro-global .global-wrap .list .item .item-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

.about-intro-global .global-wrap .list .item .item-top .data {
  font-size: var(--font56);
}

.about-intro-global .global-wrap .list .item .item-top .unit {
  font-size: var(--font49);
}

.about-intro-global .global-wrap .list .item .item-top .icon {
  font-size: var(--font44);
}

.about-intro-global .global-wrap .list .item .item-bottom {
  margin-top: 10px;
  font-size: var(--font16);
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  text-align: center;
}

.about-intro-media {
  padding-top: max(0.7rem, 30px);
  padding-bottom: max(0.7rem, 30px);
}

.about-intro-media .media-list {
  margin-top: max(0.7rem, 30px);
}

.about-intro-media .media-list .line {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.about-intro-media .media-list .line:not(:last-child) {
  margin-bottom: 24px;
}

.about-intro-media .media-list .item {
  width: 32.22222222%;
  flex-shrink: 0;
  background: #ffffff;
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.62rem, 20px);
  padding-left: max(0.4rem, 15px);
  padding-right: max(0.4rem, 15px);
}

.about-intro-media .media-list .item .pic {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.about-intro-media .media-list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-intro-media .media-list .item .text {
  margin-top: max(0.24rem, 20px);
}

.about-intro-media .media-list .item .text .text-title {
  font-size: var(--font24);
  font-weight: 700;
  line-height: normal;
  color: #000000;
  overflow-wrap: break-word;
}

.about-intro-media .media-list .item .text .text-desc {
  font-size: var(--font20);
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
  margin-top: 16px;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .about-honor-award .pic-line .swiper-slide:not(:last-child) {
    margin-right: 8px;
  }
}

.about-intro-activity {
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(0.7rem, 30px);
}

.about-intro-activity .activity-wrap {
  position: relative;
}

.about-intro-activity .activity-wrap .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  user-select: none;
  cursor: pointer;
}

.about-intro-activity .activity-wrap .mask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.about-intro-activity .activity-wrap .mask .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}

.about-intro-activity .activity-wrap .mask .mask-text {
  font-size: var(--font32);
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: #ffffff;
}

.about-intro-activity .activity-wrap .mask .mask-icon {
  position: static;
  left: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  opacity: 1;
  background: #ffffff;
  z-index: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-top: max(0.48rem, 20px);
  margin-left: auto;
  margin-right: auto;
}

.about-intro-activity .activity-wrap .mask .mask-icon img {
  display: block;
  width: 40.625%;
  height: auto;
}

.about-intro-activity .activity-wrap .pic-list {
  width: 100%;
  height: 45.8333vw;
  margin-top: max(0.7rem, 30px);
  overflow: hidden;
}

.about-intro-activity .activity-wrap .pic-list .inner {
  display: flex;
  width: fit-content;
  height: 100%;
}

@media (min-width: 769px) {
  .about-intro-activity .activity-wrap .pic-list .inner.play {
    animation: moveAnimate 30s linear infinite;
  }
}

.about-intro-activity .activity-wrap .pic-list .item {
  width: 33.3333vw;
  height: 100%;
  flex-shrink: 0;
}

.about-intro-activity .activity-wrap .pic-list .item:not(:last-child) {
  margin-right: 4px;
}

.about-intro-activity .activity-wrap .pic-list .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro-activity .activity-wrap .pic-list .item .pic {
  position: relative;
}

.about-intro-activity .activity-wrap .pic-list .item .pic .text {
  position: absolute;
  left: 19px;
  bottom: max(0.3rem, 20px);
  border-radius: 8px;
  opacity: 1;
  padding: 14px 27.5px;
  background: #ffffff;
  z-index: 2;
}

.about-intro-activity .activity-wrap .pic-list .item .pic .text .text-title {
  font-size: var(--font28);
  font-weight: 700;
  line-height: normal;
  color: #000000;
}

.about-intro-activity .activity-wrap .pic-list .item .pic .text .text-desc {
  font-size: var(--font16);
  font-weight: 300;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}

.about-intro-activity .activity-wrap .pic-list .item.one-pic .pic {
  width: 100%;
  height: 100%;
}

.about-intro-activity .activity-wrap .pic-list .item.two-pic {
  display: flex;
  flex-wrap: wrap;
}

.about-intro-activity .activity-wrap .pic-list .item.two-pic .pic {
  width: 100%;
  height: calc((100% - 4px) / 2);
}

.about-intro-activity .activity-wrap .pic-list .item.two-pic .pic:not(:first-child) {
  margin-top: 4px;
}

@keyframes moveAnimate {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1500px) {
  .about-intro-global .global-wrap .right {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .about-intro-banner {
    margin-top: var(--header-height);
  }

  .about-intro-development {
    --w: 92%;
  }

  .about-intro-global .global-wrap {
    flex-wrap: wrap;
  }



  .about-intro-global .global-wrap .left {
    width: 100%;
  }

  .about-intro-global .global-wrap .global {
    width: 100%;
  }


  .about-intro-global .global-wrap .left .map-text {
    bottom: 10%;
  }


  .about-intro-global .global-wrap .right {
    flex: none;
    width: 100%;
  }

  .about-intro-global .global-wrap .right .list {
    display: flex;
    justify-content: space-between;
  }

  .about-intro-global .global-wrap .right .list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .about-intro-global .global-wrap .right .list .item:not(:last-child) {
    margin-bottom: 0;
  }

  .about-intro-activity .activity-wrap .mask .mask-icon {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 768px) {
  .about-intro-banner .text {
    top: 40%;
  }

  .about-intro-page .phone-banner-mask-text {
    display: block;
    padding-top: 53px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .about-intro-page .phone-banner-mask-text .banner-title {
    font-size: var(--font40);
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #000000;
  }

  .about-intro-page .phone-banner-mask-text .banner-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.53846154;
    text-align: center;
    color: rgba(68, 68, 68, 0.5);
    margin-top: 20px;
  }

  .about-intro-banner {
    height: auto;
  }

  .about-intro-banner .pic {
    height: auto;
  }

  .about-intro-banner .pic img {
    height: auto;
  }

  .about-intro-banner .pic .pc-img {
    display: none;
  }

  .about-intro-banner .pic .phone-img {
    display: block;
  }

  .about-intro-company .company-list {
    overflow-x: auto;
  }

  .about-intro-company .company-list .item:not(:last-child) {
    margin-right: 8px;
  }

  .about-intro-global .global-wrap .global {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-intro-media .media-list {
    overflow-x: auto;
  }

  .about-intro-media .media-list .item .pic {
    width: 45px;
    height: 45px;
  }

  .about-intro-media .media-list .item .text .text-desc {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-intro-banner .text .slogan {
    width: 100px;
  }

  .about-intro-page .phone-banner-mask-text .banner-title {
    font-size: 18px;
  }

  .about-intro-page .phone-banner-mask-text .banner-desc {
    font-size: 13px;
  }

  .about-intro-banner .mask .banner-text .banner-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }

  .about-intro-banner .mask .banner-text .banner-desc {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.53846154;
    text-align: center;
    color: rgba(68, 68, 68, 0.5);
  }

  .about-intro-text {
    padding-top: 56px;
  }

  .about-intro-text .intro-title {
    font-size: 18px;
  }

  .about-intro-text .intro-desc {
    margin-top: 20px;
    font-size: 13px;
  }

  .about-intro-text .text-wrap {
    width: 85.8974359%;
  }

  .about-intro-text .text-wrap {
    padding-bottom: 52px;
  }

  .about-intro-company {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .about-intro-page .about-intro-title {
    font-size: 24px;
  }

  .about-intro-company .company-list {
    margin-top: 32px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-company .company-list .item {
    height: 71.2821vw;
  }

  .about-intro-company .company-list .item.active {
    width: 87.1795vw;
  }

  .about-intro-company .company-list .item .text {
    bottom: 8.63309353%;
  }

  .about-intro-company .company-list .item .text .text-title {
    font-size: 22px;
  }

  .about-intro-company .company-list .item .text .text-desc {
    font-size: 12px;
    margin-top: 8px;
  }

  .about-intro-development {
    padding-top: 48px;
    padding-bottom: 32px;
    background-color: #fff;
  }

  .about-intro-development .development-swiper1 {
    margin-top: 32px;
  }

  .about-intro-development .development-swiper2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-development .development-wrap {
    width: 100%;
  }

  .about-intro-development .development-swiper1 {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .about-intro-development .development-swiper1 .swiper-slide .text {
    padding-top: 32px;
  }

  .about-intro-development .development-swiper1 .swiper-slide .text .text-title {
    font-size: 16px;
    text-align: center;
  }

  .about-intro-development .development-swiper1 .swiper-slide .text .text-desc {
    margin-top: 16px;
    font-size: 13px;
    text-align: center;
    min-height: auto;
  }

  .about-intro-development .development-swiper2 {
    padding-top: 32px;
  }

  .about-intro-development .development-swiper2 .swiper-slide .inner .date {
    font-size: 13px;
    transform: scale(0.84615385);
  }

  .about-intro-development .development-swiper2 .swiper-slide .inner .mark .point {
    width: 24px;
    height: 24px;
  }

  .about-intro-development .development-swiper2 .swiper-slide .inner .mark {
    margin-top: 6px;
  }

  .about-intro-development .development-swiper2 .swiper-slide .inner .mark .line {
    width: 48px;
  }

  .about-intro-global {
    margin-top: 20px;
    padding-top: 64px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  .about-intro-global .text-wrap .about-intro-title {
    font-size: 24px;
  }

  .about-intro-global .text-wrap {
    width: 79.48717949%;
  }

  .about-intro-global .text-wrap .desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
  }

  .about-intro-global .global-wrap .list .item .item-top {
    line-height: normal;
    color: #ffffff;
  }

  .about-intro-global .global-wrap .list .item .item-top .counter,
  .about-intro-global .global-wrap .list .item .item-top .unit,
  .about-intro-global .global-wrap .list .item .item-top .icon {
    font-size: 16px;
  }

  .about-intro-global .global-wrap .list .item .item-bottom {
    margin-top: 11px;
    font-size: 11px;
  }

  .about-intro-global .global-wrap .list .item:not(:last-child) {
    margin-bottom: 0;
  }

  .about-intro-activity {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .about-intro-activity .activity-wrap .pic-list {
    margin-top: 32px;
    height: 112.8205vw;
    overflow-x: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-activity .activity-wrap .mask .mask-text {
    font-size: 18px;
  }

  .about-intro-activity .activity-wrap .mask .mask-icon img {
    height: auto;
    width: 35.41666667%;
  }

  .about-intro-activity .activity-wrap .pic-list .item {
    width: 81.7949vw;
    flex-shrink: 0;
  }

  .about-intro-activity .activity-wrap .pic-list .item .pic .text {
    left: 9.5px;
    bottom: 10px;
    padding: 7px 14px;
    border-radius: 4px;
  }

  .about-intro-activity .activity-wrap .pic-list .item .pic .text .text-title {
    font-size: 14px;
  }

  .about-intro-activity .activity-wrap .pic-list .item .pic .text .text-desc {
    font-size: 10px;
  }

  .about-intro-media {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .about-intro-media .media-list {
    margin-top: 32px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-intro-media .media-list .line .item:not(:last-child) {
    margin-right: 12px;
  }

  .about-intro-media .media-list .line:not(:last-child) {
    margin-bottom: 12px;
  }

  .about-intro-media .media-list .item {
    width: 232px;
  }

  .about-intro-global .global-wrap .global .panel .name {
    font-size: 10px;
    padding: 5px 7px;
  }

  .about-intro-global .global-wrap .global .panel .icon {
    width: 7px;
  }
}

.server-page-head {
  position: sticky;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.server-page-head .server-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.server-page-head .server-wrap .cate-name {
  font-size: var(--font14);
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

.server-page-head .server-wrap .cate-list {
  display: flex;
  align-items: center;
}

.server-page-head .server-wrap .cate-list .item {
  font-size: var(--font12);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.server-page-head .server-wrap .cate-list .item:not(:last-child) {
  margin-right: max(0.4rem, 20px);
}

.server-page-head .server-wrap .cate-list .item.active {
  color: #ffffff;
}

@media (max-width: 576px) {
  .server-page-head .server-wrap .cate-list .item:not(:last-child) {
    margin-right: 10px;
  }

  .server-page-head .server-wrap .cate-list .item {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .common-detail .contact-area .contact-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.layui-form-select dl dd.layui-this {
  background-color: var(--theme);
  color: #fff;
}

.layui-form-select dl {
  max-height: 370px;
}

.contrast-list .layui-form-select dl {
  top: max(0.6rem, 50px);
}

.contrast-list .layui-form-selectup dl {
  top: auto;
  bottom: max(0.6rem, 50px);
}

@media (max-width: 576px) {

  .layui-form-select dl dd,
  .layui-form-select dl dt {
    font-size: 14px;
  }

  .product-contrast .contrast-list .form-row .form:nth-child(2) .layui-form-select dl {
    left: auto;
    right: 0;
  }
}

@media (max-width:576px) {
  .about-intro-global .global-wrap .left .map-text {
    bottom: 7.5%;
  }

}



@media (max-width:576px) {
  .product-contrast .contrast-list .form-row .form .layui-form-select .layui-select-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/form-linear.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
  }
}