.common-banner {
  position: relative;
  z-index: 2;
}
.common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.common-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18.92857143%;
  font-weight: bold;
  font-size: var(--font50);
  color: #ffffff;
}
.common-banner .text span {
  display: block;
}
.common-tab {
  position: relative;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0px 0px 46px 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  width: calc(100% - var(--space));
}
.common-tab .tab-list {
  display: flex;
  justify-content: flex-start;
  margin-left: var(--space);
  width: 100%;
}
.common-tab .tab-list .tab-item {
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.6);
  padding: max(0.38rem, 20px) 0;
  position: relative;
}
.common-tab .tab-list .tab-item.active,
.common-tab .tab-list .tab-item:hover {
  font-weight: bold;
  color: #0091d3;
}
.common-tab .tab-list .tab-item.active::after,
.common-tab .tab-list .tab-item:hover::after {
  width: 100%;
}
.common-tab .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #0091d3;
}

@media (min-width: 769px) {
  .common-tab .tab-list .tab-item::after {
    transition: var(--duration);
  }
}

.common-tab .tab-list .tab-item:not(:last-child) {
  margin-right: max(0.61rem, 15px);
}
.common-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-pagination .item {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  width: max(0.54rem, 40px);
  height: max(0.54rem, 40px);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: var(--font15);
  color: rgba(0, 0, 0, 0.6);
  transition: var(--duration);
  background-color: #fff;
}
.common-pagination .item:not(:last-child) {
  margin-right: 7px;
}
.common-pagination .item:hover,
.common-pagination .item.active {
  border-color: transparent;
  background-color: #0091d3;
  color: #fff;
}
.common-pagination .item:hover img,
.common-pagination .item.active img {
  filter: brightness(0) invert(1);
}
.common-breadcrumb {
  padding-top: max(0.55rem, 30px);
  padding-bottom: max(0.27rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .common-breadcrumb {
    display: none !important;
  }
}
.common-breadcrumb .item {
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--font18);
  color: #bdbdbd;
  display: flex;
  align-items: center;
}
.common-breadcrumb .item:last-child {
  color: #0091d3;
}
.common-breadcrumb .item:not(:last-child)::after {
  display: block;
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}

.common-breadcrumb .item:not(:last-child) span {
  background-image: linear-gradient(to right, #bdbdbd, #bdbdbd);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.45s ease;
}

@media (min-width: 769px) {
  .common-breadcrumb .item:not(:last-child)[href]:not([href=""]):hover span {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

.trademark-banner {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  overflow: hidden;
  height: 25.6vw;
}
.trademark-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(../images/trademark-banner-mask.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.trademark-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22.12765957%;
  font-weight: bold;
  font-size: var(--font50);
  color: #ffffff;
  z-index: 2;
}
.trademark-banner .banner-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.trademark-banner .banner-list .line {
  display: flex;
  margin-bottom: max(10px, 0.5208vw);
}
.trademark-banner .banner-list .line .banner-item {
  width: 15.625vw;
  height: 4.6875vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  margin-right: max(10px, 0.5208vw);
  flex-shrink: 0;
}
.trademark-banner .banner-list .line .banner-item img {
  display: block;
  max-width: 45%;
  max-height: 45%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}
.trademark-banner .banner-list .line1 {
  margin-left: -5.2292vw;
}
.trademark-banner .banner-list .line2 {
  margin-left: -11.83vw;
}
.trademark-banner .banner-list .line3 {
  margin-left: -2.83vw;
}
.trademark-banner .banner-list .line4 {
  margin-left: -10.83vw;
}
.trademark-banner .banner-list .line5 {
  margin-left: -3.83vw;
}
.trademark-page {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.5rem, var(--space));
  background-color: #fff;
}
.trademark-page .new-product-search {
  padding-bottom: 0;
}
.trademark-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
  row-gap: 16px;
  margin-top: max(0.43rem, 35px);
  margin-bottom: max(0.5rem, 20px);
}
.trademark-list .trademark-item {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  transition: var(--duration);
  border: 3px solid transparent;
}
.trademark-list .trademark-item:hover {
  border-color: #00a6e9;
}
.trademark-list .trademark-item:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.trademark-list .trademark-item::after {
  content: "";
  display: block;
  padding-bottom: 30.76923077%;
}
.trademark-list .trademark-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  transition: var(--duration);
}
.trademark-placeholder-text {
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  text-align: right;
}
.message-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.68rem, var(--space));
}
.message-list {
  margin-bottom: max(0.6rem, 30px);
}
.message-list .message-item {
  display: flex;
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.message-list .message-item:hover .pic img {
  transform: scale(1.1);
}
.message-list .message-item:hover .text .title {
  color: var(--theme);
}
.message-list .message-item .pic {
  flex-shrink: 0;
  width: 28.125%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: max(0.72rem, 20px);
}
.message-list .message-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}
.message-list .message-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.message-list .message-item .text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.message-list .message-item .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  margin-bottom: max(0.14rem, 10px);
}
.message-list .message-item .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.33333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.22rem, 15px);
  transition: var(--duration);
}
.message-list .message-item .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.message-list .message-item .text .more {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  line-height: 1.5;
  margin-top: auto;
}
.detail-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(1.83rem, var(--space));
  /* 最新消息的右侧 */
  /* 重要通知的右侧 */
  /* 新品展示的右侧 */
}
.detail-main.notice-detail-main {
  padding-bottom: max(1.67rem, var(--space));
}
.detail-main.notice-detail-main .main-left .article-content {
  padding-bottom: max(1.01rem, var(--space));
}
.detail-main.new-product-detail-main .main-left .article-content {
  padding-bottom: max(1.21rem, var(--space));
}
.detail-main.recommend-detail-main {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(1.93rem, var(--space));
}
.detail-main .main-left {
  width: 70%;
  flex-shrink: 0;
  /* 推荐产品展示区域 */
}
.detail-main .main-left .article-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: max(0.28rem, 20px);
}
.detail-main .main-left .article-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-main .main-left .article-info .info-item {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
}
.detail-main .main-left .article-info .info-item:not(:last-child) {
  margin-right: max(0.62rem, 10px);
}
.detail-main .main-left .article-content {
  padding-top: max(0.4rem, 20px);
  font-size: var(--font20);
  color: #000;
  overflow-wrap: break-word;
  padding-bottom: max(0.9rem, var(--space));
}

.detail-main .main-left .article-content .iframe {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.detail-main .main-left .article-content .iframe::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.detail-main .main-left .article-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-main .main-left .article-content img,
.detail-main .main-left .article-content video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.detail-main .main-left .article-content a {
  color: rgba(0, 145, 211, 1) !important;
  text-decoration: underline rgba(0, 145, 211, 1) !important;
}

.detail-main .main-left .article-content a:hover {
  color: rgba(0, 145, 211, 0.6) !important;
}

@media (max-width: 576px) {
  .detail-main .main-left .article-content img,
  .detail-main .main-left .article-content video {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.detail-main .main-left .article-content .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.detail-main .main-left .article-content p,
.detail-main .main-left .article-content span,
.detail-main .main-left .article-content div,
.detail-main .main-left .article-content a,
.detail-main .main-left .article-content li {
  max-width: 100%;
  overflow-wrap: break-word;
}
.detail-main .main-left .recommend-product {
  padding-top: 45px;
  padding-bottom: max(1.03rem, var(--space));
  display: flex;
  align-items: flex-start;
}
.detail-main .main-left .recommend-product .max-swiper-area {
  flex: 1;
  min-width: 0;
}
.detail-main .main-left .recommend-product .max-swiper-area .book-list {
  width: 60%;
  /* max-width: 494px; */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  pointer-events: none !important;
}

.detail-main .main-left .recommend-product .max-swiper-area .book-list .turn-page {
  pointer-events: none !important;
}
.detail-main .main-left .recommend-product .max-swiper-area .book-list .item {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-main .main-left .recommend-product .max-swiper-area .book-list .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.detail-main .main-left .recommend-product .min-swiper-area {
  flex-shrink: 0;
  width: 118px;
}
.detail-main .main-left .recommend-product .min-swiper-area .arrow {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.detail-main .main-left .recommend-product .min-swiper-area .arrow:not(.disabled):hover {
  background-color: var(--theme);
  cursor: pointer;
  border-color: transparent;
}
.detail-main .main-left .recommend-product .min-swiper-area .arrow:not(.disabled):hover img {
  filter: brightness(0) invert(1);
}
.detail-main .main-left .recommend-product .min-swiper-area .arrow.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.detail-main .main-left .recommend-product .min-swiper-area .min-swiper {
  height: 4.98rem;
  margin-top: max(0.6rem, 30px);
  margin-bottom: max(0.6rem, 30px);
}
.detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide {
  border: 3px solid transparent;
  transition: border-color var(--duration);
  user-select: none;
  cursor: pointer;
}
.detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide.active {
  border-color: #0091d3;
}
.detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-main .main-right {
  width: 25%;
  flex-shrink: 0;
}
.detail-main .recommend-article {
  width: 100%;
}
.detail-main .recommend-article .item {
  display: block;
  padding: max(0.23rem, 15px) max(0.38rem, 15px);
  font-weight: bold;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
}
.detail-main .recommend-article .item span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.detail-main .recommend-article .item:hover {
  border-color: #0091d3;
  color: #0091d3;
}
.detail-main .recommend-article .item:not(:last-child) {
  margin-bottom: 10px;
}
.detail-main .message-other .other-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  padding-bottom: max(0.32rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: max(0.24rem, 20px);
}
.detail-main .message-other .list .item {
  display: block;
  padding-bottom: max(0.26rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-main .message-other .list .item:not(:last-child) {
  margin-bottom: max(0.24rem, 20px);
}
.detail-main .message-other .list .item:hover .desc {
  color: var(--theme);
}
.detail-main .message-other .list .item .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font16);
  color: #0091d3;
  margin-bottom: 10px;
}
.detail-main .message-other .list .item .desc {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.detail-main .notice-other .other-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  padding-bottom: max(0.32rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-main .notice-other .other-list .download-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
  padding-bottom: 18px;
}
.detail-main .notice-other .other-list .download-item:hover .text {
  color: var(--theme);
}
.detail-main .notice-other .other-list .download-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-main .notice-other .other-list .download-item .icon {
  flex-shrink: 0;
  width: 18px;
  margin-right: max(0.16rem, 10px);
}
.detail-main .notice-other .other-list .download-item .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.detail-main .notice-other .other-list .download-item .text {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  transition: var(--duration);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.detail-main .new-product-other {
  margin-bottom: max(0.65rem, 35px);
}
.detail-main .new-product-other .other-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  margin-bottom: max(0.32rem, 20px);
}

.detail-main .new-product-other .new-product-swiper {
  position: relative;
}

.detail-main .new-product-other .new-product-swiper .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  user-select: none;
  cursor: pointer;
  z-index: 2;
}

.detail-main .new-product-other .new-product-swiper .swiper-button img {
  filter: brightness(0) opacity(0.4);
  transition: var(--duration);
  width: 20px;
}

.detail-main .new-product-other .new-product-swiper .swiper-button:hover img {
  filter: none;
}

.detail-main .new-product-other .new-product-swiper .new-product-swiper-prev {
  left: 3%;
}

.detail-main .new-product-other .new-product-swiper .new-product-swiper-next {
  right: 3%;
}

.detail-main .new-product-other .new-product-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.detail-main .new-product-other .new-product-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detail-main .new-product-other .new-product-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.detail-main .new-product-other .new-product-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.notice-page {
  padding-top: max(1.01rem, var(--space));
  padding-bottom: max(1.62rem, var(--space));
}
.notice-list {
  margin-bottom: max(0.6rem, 30px);
}
.notice-list .notice-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: max(0.375rem, 20px);
  padding-bottom: max(0.375rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.notice-list .notice-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--theme);
  transition: var(--duration);
}
.notice-list .notice-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.notice-list .notice-item:hover .text {
  color: var(--theme);
}

@media (min-width: 769px) {
  .notice-list .notice-item:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.notice-list .notice-item .date {
  white-space: nowrap;
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  margin-right: max(0.23rem, 20px);
}
.notice-list .notice-item .text {
  flex: 1;
  min-width: 0;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
/* 新品展示页面 */
.new-product-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.7rem, var(--space));
}
/* 搜索组件 */
.new-product-search {
  padding-bottom: max(0.57rem, 20px);
}
.new-product-search form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}
.new-product-search form .input-item {
  width: 345px;
  height: 49px;
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.new-product-search form .input-item:focus-within {
  border-color: var(--theme);
}
.new-product-search form .input-item input {
  display: block;
  height: 100%;
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  padding-left: max(0.2rem, 15px);
  padding-right: max(0.2rem, 15px);
  flex: 1;
  min-width: 0;
}
.new-product-search form .input-item input::placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.new-product-search form .input-item .search-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-right: max(0.22rem, 15px);
  flex-shrink: 0;
}
.new-product-search form .result-text {
  margin-left: max(0.3rem, 20px);
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
}
.new-product-search form .result-text span {
  color: #0091d3;
}
/* 每月推荐 */
.news-recommend-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.6rem, var(--space));
  background-color: #fff;
}
/* 每月推荐列表 */
.new-recommend-list {
  margin-bottom: max(0.56rem, 30px);
}
.new-recommend-list .recommend-item {
  display: flex;
  align-items: stretch;
}
.new-recommend-list .recommend-item:not(:last-child) {
  margin-bottom: max(0.37rem, 30px);
}
.new-recommend-list .recommend-item:hover .pic img {
  transform: scale(1.05);
}
.new-recommend-list .recommend-item:hover .text .title {
  color: var(--theme);
}
.new-recommend-list .recommend-item .pic {
  flex-shrink: 0;
  width: 18.4375%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  margin-right: max(0.8rem, 20px);
}
.new-recommend-list .recommend-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 134.91525424%;
}
.new-recommend-list .recommend-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.new-recommend-list .recommend-item .text {
  flex: 1;
  min-width: 0;
  padding-top: max(0.42rem, 20px);
  padding-bottom: max(0.42rem, 20px);
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.new-recommend-list .recommend-item .text .date {
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  line-height: 1;
  margin-bottom: max(0.15rem, 10px);
}
.new-recommend-list .recommend-item .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.21rem, 15px);
  transition: var(--duration);
}
.new-recommend-list .recommend-item .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.new-recommend-list .recommend-item .text .more {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  line-height: 1.5;
  margin-top: auto;
}
/* 应用与技术-应用案例 */
.application-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.7rem, var(--space));
  background-color: #fff;
}
.phone-aside-btn {
  display: none;
}
.application-main {
  display: flex;
  align-items: flex-start;
}
.application-main .application-aside {
  position: sticky;
  top: 30px;
  width: max(2.5rem, 150px);
  flex-shrink: 0;
}
.application-main .application-aside .close-aside {
  display: none;
}
.application-main .application-aside .list {
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.application-main .application-aside .list .item-link {
  display: block;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  padding-top: max(0.24rem, 20px);
  padding-bottom: max(0.24rem, 20px);
  padding-left: max(0.32rem, 15px);
  padding-right: 15px;
  transition: var(--duration);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.application-main .application-aside .list .item-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0091d3;
  transition: var(--duration);
  z-index: -1;
}

.application-main .application-aside .list .item-link:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 769px) {
  .application-main .application-aside .list .item-link.active,
  .application-main .application-aside .list .item-link:hover {
    color: #fff;
    border-color: transparent;
  }
  .application-main .application-aside .list .item-link.active::after,
  .application-main .application-aside .list .item-link:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

.application-main .application-content {
  flex: 1;
  min-width: 0;
  margin-left: max(0.7rem, 30px);
}
.application-main .application-content .list {
  margin-bottom: max(0.6rem, 30px);
}
.application-main .application-content .list .item {
  display: flex;
  align-items: center;
  padding-top: max(0.385rem, 20px);
  padding-bottom: max(0.385rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.application-main .application-content .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--theme);
  transition: var(--duration);
}

@media (min-width: 769px) {
  .application-main .application-content .list .item:hover::after {
    width: 100%;
    right: auto;
    left: 0;
  }
}

.application-main .application-content .list .item:hover .title {
  color: var(--theme);
}
.application-main .application-content .list .item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.application-main .application-content .list .item .cate {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  width: max(1.8rem, 160px);
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: max(0.42rem, 20px);
}
.application-main .application-content .list .item .title {
  flex: 1;
  min-width: 0;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.application-main .application-content .common-pagination {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: fit-content;
}
/* 技术文章 */
.skill-list-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.57rem, var(--space));
  background-color: #fff;
}
.skill-list-page .skill-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.43rem, 20px);
}
.skill-news-list {
  margin-bottom: max(0.6rem, 30px);
}
.skill-news-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: max(0.38rem, 20px);
  padding-bottom: max(0.38rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.skill-news-list .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--theme);
  transition: var(--duration);
}
.skill-news-list .item:first-child {
  /*border-top: 2px solid rgba(0, 0, 0, 0.1);*/
}

@media (min-width: 769px) {
  .skill-news-list .item:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}

.skill-news-list .item:hover .text {
  color: var(--theme);
}
.skill-news-list .item .date {
  white-space: nowrap;
  margin-right: max(0.23rem, 20px);
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
}
.skill-news-list .item .text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  transition: var(--duration);
}
/* 应用与技术-视频资讯 */
.video-list-page {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.64rem, var(--space));
}
.video-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.video-content .video-aside {
  position: sticky;
  top: 30px;
  width: max(2.5rem, 200px);
  flex-shrink: 0;
}
.video-content .video-aside .close-aside {
  display: none;
}
.video-content .video-aside .list {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
}
.video-content .video-aside .list .section {
  --space: max(0.33rem, 15px);
}
.video-content .video-aside .list .section:not(:last-child) .cate-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.video-content .video-aside .list .section .cate-link {
  display: block;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  padding-top: max(0.265rem, 20px);
  padding-bottom: max(0.265rem, 20px);
  transition: var(--duration);
  position: relative;
  z-index: 2;
  padding-left: var(--space);
  padding-right: var(--space);
}
.video-content .video-aside .list .section .cate-link.active {
  color: #fff;
  border-bottom-color: transparent;
}

@media (min-width: 769px) {
  .video-content .video-aside .list .section .cate-link:not(.active):hover {
    color: var(--theme);
  }
}

.video-content .video-aside .list .section .cate-link.active::after {
  width: 100%;
  left: 0;
  right: auto;
}
.video-content .video-aside .list .section .cate-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0091d3;
  z-index: -1;
}

@media (min-width: 769px) {
  .video-content .video-aside .list .section .cate-link::after {
    transition: var(--duration);
  }
}
.video-content .video-aside .list .section .section-group {
  padding-top: 20px;
  padding-left: var(--space);
  padding-right: var(--space);
  margin-bottom: 14px;
}
.video-content .video-aside .list .section .section-group .link {
  display: block;
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
}
.video-content .video-aside .list .section .section-group .link:hover,
.video-content .video-aside .list .section .section-group .link.active {
  color: #0091d3;
}
.video-content .video-main {
  flex: 1;
  min-width: 0;
  margin-left: max(0.7rem, 30px);
}
.video-content .video-main .video-list {
  margin-bottom: max(0.55rem, 30px);
}
.video-content .video-main .video-list .video-item {
  display: flex;
}
.video-content .video-main .video-list .video-item:not(:last-child) {
  margin-bottom: 20px;
}
.video-content .video-main .video-list .video-item .pic {
  flex-shrink: 0;
  width: 39.0625%;
  position: relative;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
}
.video-content .video-main .video-list .video-item .pic:hover .poster img {
  transform: scale(1.1);
}
.video-content .video-main .video-list .video-item .pic .poster {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.video-content .video-main .video-list .video-item .pic .poster::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.video-content .video-main .video-list .video-item .pic .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.video-content .video-main .video-list .video-item .pic .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-content .video-main .video-list .video-item .pic .btn img {
  width: max(0.56rem, 45px);
}
.video-content .video-main .video-list .video-item .pic .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  background-color: rgba(0, 145, 211, 0.2);
  z-index: -1;
}
.video-content .video-main .video-list .video-item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.43rem, 20px);
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.4rem, 20px);
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.video-content .video-main .video-list .video-item .text:hover .title {
  color: var(--theme);
}
.video-content .video-main .video-list .video-item .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  margin-bottom: max(0.17rem, 10px);
}
.video-content .video-main .video-list .video-item .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.2rem, 15px);
  transition: var(--duration);
}
.video-content .video-main .video-list .video-item .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.video-content .video-main .video-list .video-item .text .more {
  margin-top: auto;
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  line-height: 1.5;
}
.video-content .video-main .common-pagination {
  max-width: 90%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* 视频详情页面 */
.video-detail-page {
  padding-bottom: max(1.36rem, var(--space));
}
.video-detail-page .video-detail-main {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(1.1rem, var(--space));
  width: 86%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .video-detail-page .video-detail-main {
    width: 92%;
  }
}
.video-detail-page .video-detail-main .article-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  margin-bottom: max(0.3rem, 20px);
}
.video-detail-page .video-detail-main .article-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.video-detail-page .video-detail-main .article-info .info-item {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
}
.video-detail-page .video-detail-main .article-info .info-item:not(:last-child) {
  margin-right: max(0.62rem, 20px);
}
.video-detail-page .video-detail-main .video {
  display: block;
  position: relative;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: max(0.52rem, 30px);
}
.video-detail-page .video-detail-main .video video {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}

.video-detail-page .video-detail-main .iframe {
  display: block;
  position: relative;
  margin-bottom: max(0.52rem, 30px);
}

.video-detail-page .video-detail-main .iframe::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.video-detail-page .video-detail-main .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-detail-page .video-detail-main .video video:fullscreen {
  mix-blend-mode: initial;
}
.video-detail-page .video-detail-main .video .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video-detail-page .video-detail-main .video .btn img {
  display: block;
  width: max(1.02rem, 45px);
  height: auto;
}
.video-detail-page .video-detail-main .article-info-main {
  max-width: 100%;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
}
.video-detail-page .video-detail-main .article-info-main img,
.video-detail-page .video-detail-main .article-info-main video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
.video-detail-page .video-detail-main .article-info-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.video-detail-page .video-detail-main .recommend-article {
  margin-top: max(0.78rem, 30px);
}
.video-detail-page .video-detail-main .recommend-article .item {
  display: block;
  font-weight: bold;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  padding-top: max(0.23rem, 20px);
  padding-bottom: max(0.23rem, 20px);
  padding-left: max(0.38rem, 15px);
  padding-right: max(0.38rem, 15px);
  transition: var(--duration);
}
.video-detail-page .video-detail-main .recommend-article .item:hover {
  border-color: #0091d3;
  color: #0091d3;
}
.video-detail-page .video-detail-main .recommend-article .item:not(:last-child) {
  margin-bottom: 10px;
}
.video-detail-page .recommend-video .video-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.25;
  text-align: center;
  margin-bottom: max(0.45rem, 20px);
}
.video-detail-page .recommend-video .recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 20px;
}
.video-detail-page .recommend-video .recommend-list .item {
  overflow: hidden;
}
.video-detail-page .recommend-video .recommend-list .item:hover .pic .poster img {
  transform: scale(1.1);
}
.video-detail-page .recommend-video .recommend-list .item:hover .text .title {
  color: var(--theme);
}
.video-detail-page .recommend-video .recommend-list .item .pic {
  display: block;
  width: 100%;
  position: relative;
}
.video-detail-page .recommend-video .recommend-list .item .pic .poster {
  display: block;
  width: 100%;
  padding-bottom: 63.46153846%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-detail-page .recommend-video .recommend-list .item .pic .poster img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.video-detail-page .recommend-video .recommend-list .item .pic .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
}
.video-detail-page .recommend-video .recommend-list .item .pic .btn img {
  display: block;
  width: max(0.79rem, 45px);
}
.video-detail-page .recommend-video .recommend-list .item .text {
  padding-top: max(0.35rem, 20px);
}
.video-detail-page .recommend-video .recommend-list .item .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
}
.video-detail-page .recommend-video .recommend-list .item .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.41666667;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
/* 应用与技术文章通用详情页面  */
.application-detail-page {
  padding-bottom: max(1.3rem, var(--space));
}
.application-detail-page .detail-main {
  padding-bottom: max(1.09rem, var(--space));
}
.detail-product-area .title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.detail-product-area .title-line .title {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.25;
}
.detail-product-area .title-line .btn-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-product-area .title-line .btn-area .arrow {
  flex-shrink: 0;
  width: max(0.54rem, 40px);
  height: max(0.54rem, 40px);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.detail-product-area .title-line .btn-area .arrow img {
  display: block;
  transition: var(--duration);
}
.detail-product-area .title-line .btn-area .arrow:not(:last-child) {
  margin-right: max(0.12rem, 10px);
}
.detail-product-area .title-line .btn-area .arrow:hover {
  border-color: transparent;
  background-color: #0091d3;
}
.detail-product-area .title-line .btn-area .arrow:hover img {
  filter: brightness(0) invert(1);
}
.detail-product-area .swiper-container {
  max-width: 1640px;
  width: calc(86% + 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .detail-product-area .swiper-container {
    width: 94%;
  }
}
.detail-product-area .product-swiper {
  overflow: initial !important;
}
.detail-product-area .product-swiper .swiper-slide {
  padding-top: max(0.4rem, 30px);
  padding-bottom: max(0.4rem, 30px);
}
.detail-product-area .product-swiper .swiper-slide:hover .content .pic img {
  transform: translate(-50%, -50%) scale(1.1);
}
.detail-product-area .product-swiper .swiper-slide:hover .content .name {
  color: var(--theme);
}
.detail-product-area .product-swiper .swiper-slide .content {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
}
.detail-product-area .product-swiper .swiper-slide .content .pic {
  display: block;
  width: 100%;
  padding-bottom: 48.07692308%;
  position: relative;
  overflow: hidden;
}
.detail-product-area .product-swiper .swiper-slide .content .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}
.detail-product-area .product-swiper .swiper-slide .content .name {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
  padding-top: 10px;
  padding-bottom: max(0.36rem, 20px);
}
.about-company-page {
  padding-top: max(1.43rem, var(--space));
  padding-bottom: max(2.04rem, var(--space));
}
.about-company-intro {
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: left bottom;
  padding-bottom: max(var(--space), 1.42rem);
  overflow: hidden;
}
.about-company-intro .company-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-company-intro .company-wrap .left {
  width: 40%;
  flex-shrink: 0;
}
.about-company-intro .company-wrap .left .mark {
  font-weight: bold;
  font-size: var(--font24);
  color: #0091d3;
  margin-bottom: max(0.27rem, 20px);
}
.about-company-intro .company-wrap .left .desc {
  font-weight: bold;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.4;
  overflow-wrap: break-word;
}
.about-company-intro .company-wrap .right {
  width: 47.125%;
  flex-shrink: 0;
}
.about-company-intro .company-wrap .right .desc-text {
  text-align: justify;
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: max(0.77rem, 30px);
}
.about-company-intro .company-wrap .right .data-list {
  display: flex;
}
.about-company-intro .company-wrap .right .data-list .item:not(:last-child) {
  margin-right: max(0.53rem, 20px);
}
.about-company-intro .company-wrap .right .data-list .item .item-top {
  line-height: 1;
  display: flex;
  align-items: end;
}
.about-company-intro .company-wrap .right .data-list .item .item-top .data {
  display: flex;
  align-items: start;
}
.about-company-intro .company-wrap .right .data-list .item .item-top .data-num {
  font-family: BebasNeue, sans-serif;
  font-weight: 400;
  font-size: var(--font50);
  color: #0091d3;
}
.about-company-intro .company-wrap .right .data-list .item .item-top sup {
  font-family: BebasNeue, sans-serif;
  font-weight: 400;
  font-size: var(--font30);
  color: #0091d3;
  line-height: 1;
  margin-left: 9px;
}
.about-company-intro .company-wrap .right .data-list .item .item-top .unit {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  margin-left: max(0.24rem, 20px);
}
.about-company-intro .company-wrap .right .data-list .item .item-bottom {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 10px;
}
.about-company-promise .max-pic {
  margin-bottom: max(1.15rem, var(--space));
}
.about-company-promise .max-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.about-company-promise .title-line {
  margin-bottom: max(0.6rem, 30px);
}
.about-company-promise .title-line .title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.24rem, 20px);
}
.about-company-promise .title-line .sub-title {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
}
.about-company-promise .promise-list .item {
  padding-top: max(0.58rem, 20px);
  padding-bottom: max(0.58rem, 20px);
  position: relative;
  z-index: 2;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: var(--duration);
}
.about-company-promise .promise-list .item:hover {
  border-color: transparent;
}
.about-company-promise .promise-list .item:hover .main .icon img {
  filter: brightness(0) invert(1);
}
.about-company-promise .promise-list .item:hover .main .text .mark {
  color: #ffffff;
}
.about-company-promise .promise-list .item:hover .main .text .desc {
  color: rgba(255, 255, 255, 0.6);
}
.about-company-promise .promise-list .item:hover::after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.about-company-promise .promise-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(90deg, #075da8, #44a4fb);
  z-index: -1;
  transition: var(--duration);
}
.about-company-promise .promise-list .item .main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-company-promise .promise-list .item .main .icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: max(1.08rem, 20px);
}
.about-company-promise .promise-list .item .main .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-company-promise .promise-list .item .main .text {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.about-company-promise .promise-list .item .main .text .mark {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  width: 22.03856749%;
  flex-shrink: 0;
  transition: var(--duration);
}
.about-company-promise .promise-list .item .main .text .desc {
  margin-left: 1.3rem;
  flex: 1;
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  transition: var(--duration);
}
.about-company-concept {
  padding-top: max(1.56rem, var(--space));
  overflow: hidden;
}
.about-company-concept .concept-wrap {
  display: flex;
  align-items: flex-end;
}
.about-company-concept .concept-wrap .left {
  width: 51.25%;
  flex-shrink: 0;
  padding-left: max(0.84rem, 15px);
  padding-right: max(0.94rem, 15px);
  padding-top: max(1.3rem, 20px);
  padding-bottom: max(0.95rem, 20px);
  background-color: #fff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  position: relative;
}
.about-company-concept .concept-wrap .left .title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  line-height: 1.4;
  margin-bottom: max(0.18rem, 10px);
}
.about-company-concept .concept-wrap .left .description {
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.about-company-concept .concept-wrap .left .icon {
  position: absolute;
  left: 0.86rem;
  top: min(-0.41rem, -20px);
  width: max(0.98rem, 60px);
  opacity: 0.1;
}
.about-company-concept .concept-wrap .left .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-company-concept .concept-wrap .right {
  width: 48.75%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.about-company-concept .concept-wrap .right:hover img {
  transform: scale(1.1);
}
.about-company-concept .concept-wrap .right img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
.about-honor-page {
  padding-top: max(1.38rem, var(--space));
  padding-bottom: max(1.84rem, var(--space));
  background-color: #fff;
}
.about-honor-page .honor-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.55rem, 30px);
}
.about-honor-list {
  margin-bottom: max(0.64rem, 30px);
}
.about-honor-list .item {
  display: flex;
}

.about-honor-list .item[href]:not([href=""]) {
  cursor: pointer;
}

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

.about-honor-list .item .pic {
  flex-shrink: 0;
  width: 37.5%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.about-honor-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.about-honor-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  transition: var(--duration);
}
.about-honor-list .item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.7rem, 20px);
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.about-honor-list .item .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  margin-bottom: max(0.19rem, 10px);
}
.about-honor-list .item .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.5;
  transition: var(--duration);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.about-honor-list .item .text .source {
  font-weight: 400;
  font-size: var(--font18);
  color: #000000;
  margin-top: auto;
}
.about-video-page {
  padding-top: max(0.98rem, var(--space));
  padding-bottom: max(1.7rem, var(--space));
  background-color: #fff;
  --wrap: 1350px;
}
.about-video-page .video-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.4rem, 20px);
  max-width: var(--wrap);
}
.about-video-page .video-swiper {
  position: relative;
  max-width: var(--wrap);
}
.about-video-page .video-swiper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(0.6rem, 45px);
  height: max(0.6rem, 45px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  z-index: 2;
  transition: var(--duration);
}
.about-video-page .video-swiper .arrow:hover {
  background-color: var(--theme);
}
.about-video-page .video-swiper .arrow:hover img {
  max-width: 25%;
  filter: brightness(0) invert(1);
}
.about-video-page .video-swiper .arrow img {
  display: block;
  max-width: calc(100% - 10px);
  transition: var(--duration);
  filter: grayscale(1) opacity(0.6);
  width: 9px;
}
.about-video-page .video-swiper .video-left {
  left: max(0.3rem, 15px);
}
.about-video-page .video-swiper .video-right {
  right: max(0.3rem, 15px);
}
.about-video-page .video-swiper .swiper-slide {
  position: relative;
  user-select: none;
  cursor: pointer;
}
.about-video-page .video-swiper .swiper-slide .video {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}


.about-video-page .video-swiper .swiper-slide .video::after {
  content: "";
  display: block;
  padding-bottom: calc(1057 / 1920 * 100%);
}

.about-video-page .video-swiper .swiper-slide .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-video-page .video-swiper .swiper-slide .video video {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  object-fit: contain;
}
.about-video-page .video-swiper .swiper-slide .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
}
.about-video-page .video-swiper .swiper-slide .btn img {
  display: block;
  width: max(1rem, 60px);
  height: auto;
}
.about-video-page .video-swiper .swiper-slide .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: max(0.36rem, 20px);
  padding-left: max(0.45rem, 15px);
  padding-right: max(0.45rem, 15px);
  width: 100%;
  text-align: center;
}
.about-video-page .video-swiper .swiper-slide .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
  margin-bottom: 10px;
}
.about-video-page .video-swiper .swiper-slide .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.25;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.about-video-page .video-swiper .swiper-pagination {
  display: none;
}
.job-page {
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(1.92rem, var(--space));
  background-color: #fff;
}
.job-form {
  margin-bottom: max(0.6rem, 30px);
}
.job-form .layui-form {
  display: flex;
  align-items: center;
  --h: max(0.8rem, 45px);
  position: relative;
  z-index: 10;
}
.job-form .layui-form .select-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 51.25%;
  flex-shrink: 0;
}
.job-form .layui-form .select-line .select-item {
  width: 48.7804878%;
}
.job-form .layui-form .select-line .select-item .layui-form-selected .layui-input {
  border-color: var(--theme) !important;
}
.job-form .layui-form .select-line .select-item .layui-input,
.job-form .layui-form .select-line .select-item .layui-select,
.job-form .layui-form .select-line .select-item .layui-textarea {
  height: var(--h);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  padding-left: max(0.32rem, 15px);
  padding-right: 15px;
}
.job-form .layui-form .select-line .select-item .layui-input::placeholder,
.job-form .layui-form .select-line .select-item .layui-select::placeholder,
.job-form .layui-form .select-line .select-item .layui-textarea::placeholder {
  color: #000000;
}
.job-form .layui-form .select-line .select-item .layui-form-select dl {
  top: 100%;
}
.job-form .layui-form .select-line .select-item .layui-form-select dl dd {
  font-size: 16px;
}
.job-form .layui-form .select-line .select-item .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}
.job-form .layui-form .select-line .select-item .layui-form-select .layui-edge {
  background-color: transparent;
  margin-top: 0;
  border: none;
  right: max(0.33rem, 15px);
  top: 50%;
  width: 18px;
  height: 10px;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin-top: -5px;
}
.job-form .layui-form .search-item {
  width: 28.125%;
  margin-left: auto;
  height: var(--h);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: var(--duration);
}
.job-form .layui-form .search-item:focus-within {
  border-color: var(--theme);
}
.job-form .layui-form .search-item input {
  display: block;
  min-width: 0;
  flex: 1;
  height: 100%;
  padding-left: max(0.29rem, 15px);
  padding-right: 15px;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
}
.job-form .layui-form .search-item input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.job-form .layui-form .search-item button {
  flex-shrink: 0;
  width: 80px;
  height: var(--h);
  background: #0091d3;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
}
.job-list .job-item {
  --unit: max(0.4rem, 15px);
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.job-list .job-item:not(:last-child) {
  margin-bottom: 10px;
}
.job-list .job-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-top: max(0.38rem, 20px);
  padding-bottom: max(0.27rem, 20px);
  padding-left: var(--unit);
  padding-right: var(--unit);
  user-select: none;
  cursor: pointer;
  position: relative;
}
.job-list .job-item .item-head::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  content: "";
  display: block;
  width: calc(100% - (var(--unit) * 2));
  height: 2px;
  background-color: transparent;
}
.job-list .job-item .item-head .job {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  transition: var(--duration);
}
.job-list .job-item .item-head .icon {
  width: 30px;
  height: 30px;
  background: #bdbdbd;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.job-list .job-item .item-main {
  display: none;
  padding-top: max(0.41rem, 20px);
  padding-left: var(--unit);
  padding-right: var(--unit);
  padding-bottom: max(0.68rem, 20px);
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
}
.job-list .job-item .item-main .section-title {
  font-weight: bold;
  font-size: var(--font20);
  color: #0091d3;
  line-height: 1.5;
  margin-top: max(0.35rem, 20px);
  margin-bottom: max(0.16rem, 10px);
}
.job-list .job-item .item-main a {
  font-weight: bold;
  font-size: var(--font24);
  color: #0091d3;
}
.job-list .job-item.active {
  border-color: #0091d3;
}
.job-list .job-item.active .item-head::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.job-list .job-item.active .item-head .job {
  color: #0091d3;
}
.job-list .job-item.active .item-head .icon {
  background-color: #0091d3;
  transform: rotate(-180deg);
}
.contact-page {
  padding-top: max(1.53rem, var(--space));
  padding-bottom: max(2.01rem, var(--space));
  background-color: #fff;
}
.contact-panel {
  margin-bottom: max(0.6rem, 30px);
}
.contact-panel .panel-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.3rem, 20px);
}
.contact-panel .panel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(1.24rem, 20px);
  padding-bottom: max(1.25rem, 20px);
  padding-left: max(0.9rem, 15px);
  padding-right: max(0.9rem, 15px);
  border-radius: 10px;
}

.contact-panel .panel .text-area {
  width: 100%;
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
}

.contact-panel .panel .section-title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  line-height: 1;
  padding-bottom: max(0.25rem, 20px);
  border-bottom: 2px solid rgba(121, 121, 121, 0.2);
}
.contact-panel .panel .panel-group {
  margin-top: max(0.22rem, 20px);
}
.contact-panel .panel .panel-group .item {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
}
.contact-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-info-list .item {
  overflow: hidden;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  padding-top: max(0.52rem, 20px);
  padding-left: max(0.44rem, 15px);
  padding-right: max(0.44rem, 15px);
  padding-bottom: 18px;
  overflow-wrap: break-word;
}
.contact-info-list .item .item-title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  padding-bottom: max(0.19rem, 10px);
  border-bottom: 2px solid rgba(121, 121, 121, 0.1);
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
}
.contact-info-list .item .group {
  margin-bottom: max(0.25rem, 20px);
}
.contact-info-list .item .group .text {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
}
.contact-info-list .item .group .text .param {
  white-space: nowrap;
}
.contact-info-list .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  width: 120px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid rgba(121, 121, 121, 0.1);
  transition: var(--duration);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-info-list .item .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme);
  z-index: -1;
  transition: var(--duration);
}
.contact-info-list .item .btn span {
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  line-height: 1;
  transition: var(--duration);
}
.contact-info-list .item .btn img {
  margin-left: 10px;
  width: 13px;
  height: auto;
  transition: var(--duration);
}
.contact-info-list .item .btn:hover {
  border-color: transparent;
}
.contact-info-list .item .btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.contact-info-list .item .btn:hover span {
  color: #fff;
}
.contact-info-list .item .btn:hover img {
  filter: brightness(0) invert(1);
}
.support-page {
  padding-top: max(1.36rem, var(--space));
  padding-bottom: max(1.6rem, var(--space));
  background-color: #fff;
}
.support-page .title-area .support-title {
  font-weight: bold;
  font-size: var(--font40);
  color: #0091d3;
  margin-bottom: max(0.27rem, 20px);
}
.support-page .title-area .support-sub-title {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
}
.support-page .support-form {
  margin-top: max(0.54rem, 30px);
  --input-height: max(0.7rem, 45px);
}
.support-page .support-form .placeholder-text {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  display: flex;
  align-items: start;
  margin-bottom: max(0.15rem, 10px);
}
.support-page .support-form .placeholder-text .required {
  color: #0091d3;
}
.support-page .support-form .input-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.support-page .support-form .input-line .input-item {
  width: 31.25%;
  flex-shrink: 0;
  margin-bottom: max(0.47rem, 20px);
}
.support-page .support-form .input-line .input-item input {
  display: block;
  width: 100%;
  height: var(--input-height);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  font-weight: 400;
  font-size: var(--font16);
  padding-left: max(0.26rem, 15px);
  padding-right: 15px;
  color: #000000;
}
.support-page .support-form .input-line .input-item input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.support-page .support-form .input-line .input-item input:focus {
  border-color: var(--theme);
}
.support-page .support-form .textarea-line textarea {
  display: block;
  width: 100%;
  height: max(2rem, 140px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
  transition: var(--duration);
  font-weight: 400;
  font-size: var(--font16);
  color: #000000;
  padding: max(0.27rem, 20px) max(0.26rem, 15px);
}
.support-page .support-form .textarea-line textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.support-page .support-form .textarea-line textarea:focus {
  border-color: var(--theme);
}
.support-page .support-form .submit-btn {
  margin-top: max(0.4rem, 30px);
  width: max(2.2rem, 170px);
  height: max(0.7rem, 50px);
  background: #0091d3;
  border-radius: 10px;
  outline: none;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  user-select: none;
  cursor: pointer;
  line-height: 1;
}
.search-list-page .search-banner {
  position: relative;
  z-index: 2;
}
.search-list-page .search-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
.search-list-page .search-banner .banner-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 37.65957447%;
}
.search-list-page .search-banner .banner-main .input-line {
  width: 76%;
  max-width: 600px;
  height: max(0.8rem, 45px);
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.search-list-page .search-banner .banner-main .input-line input {
  flex: 1;
  min-width: 0;
  display: block;
  height: 100%;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  padding-left: max(0.45rem, 15px);
  padding-right: 15px;
}
.search-list-page .search-banner .banner-main .input-line input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.search-list-page .search-banner .banner-main .input-line button {
  outline: none;
  border: none;
  user-select: none;
  cursor: pointer;
  padding-right: max(0.4rem, 15px);
  padding-left: max(0.4rem, 15px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--duration);
  background-color: #fff;
}
.search-list-page .search-banner .banner-main .input-line button img {
  transition: var(--duration);
}
.search-list-page .search-banner .banner-main .input-line button:hover {
  background-color: var(--theme);
}
.search-list-page .search-banner .banner-main .input-line button:hover img {
  filter: brightness(0) invert(1);
}
.search-list-page .search-banner .banner-main .result-text {
  font-weight: bold;
  font-size: var(--font20);
  color: #ffffff;
  margin-top: 7.8646vw;
}
.search-list-page .result-area {
  padding-top: max(0.96rem, var(--space));
  padding-bottom: max(2.19rem, var(--space));
  background-color: #fff;
}
.search-list-page .result-area .tab-list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  position: relative;
}
.search-list-page .result-area .tab-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.06);
}
.search-list-page .result-area .tab-list .tab-item {
  font-weight: bold;
  font-size: var(--font30);
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-bottom: max(0.25rem, 20px);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.search-list-page .result-area .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #0091d3;
}

@media (min-width: 769px) {
  .search-list-page .result-area .tab-list .tab-item::after {
    transition: var(--duration);
  }
}

.search-list-page .result-area .tab-list .tab-item .count {
  /* display: none; */
  /* margin-left: max(0.2rem, 10px); */
}
.search-list-page .result-area .tab-list .tab-item:not(:last-child) {
  margin-right: max(1rem, 15px);
}
.search-list-page .result-area .tab-list .tab-item.active {
  color: #0091d3;
}
.search-list-page .result-area .tab-list .tab-item.active::after {
  width: 100%;
}
.search-list-page .result-area .tab-list .tab-item.active .count {
  /* display: block; */
}

@media (min-width: 769px) {
  .search-list-page .result-area .tab-list .tab-item:hover {
    color: #0091d3;
  }
  .search-list-page .result-area .tab-list .tab-item:hover::after {
    width: 100%;
  }
}

.search-list-page .result-area .main-list {
  /* 产品信息 */
  /* 文章信息 */
  /* 品牌信息 */
  /* 视频信息 */
}
.search-list-page .result-area .main-list .main-item {
  display: none;
}
.search-list-page .result-area .main-list .main-item.show {
  display: block;
}
.search-list-page .result-area .main-list .product-section .group .item {
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.3rem, 20px);
  display: block;
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
}
.search-list-page .result-area .main-list .product-section .group .item:hover {
  color: #0091d3;
}
.search-list-page .result-area .main-list .article-section .item1 {
  display: flex;
  align-items: center;
  padding-top: max(0.385rem, 20px);
  padding-bottom: max(0.385rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .result-area .main-list .article-section .item1:hover .text {
  color: var(--theme);
}
.search-list-page .result-area .main-list .article-section .item1 .date {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
}
.search-list-page .result-area .main-list .article-section .item1 .text {
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-left: max(0.23rem, 20px);
  transition: var(--duration);
}
.search-list-page .result-area .main-list .article-section .item2 {
  display: flex;
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .result-area .main-list .article-section .item2:hover .pic img {
  transform: scale(1.1);
}
.search-list-page .result-area .main-list .article-section .item2:hover .text .title {
  color: var(--theme);
}
.search-list-page .result-area .main-list .article-section .item2 .pic {
  width: 28.125%;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.search-list-page .result-area .main-list .article-section .item2 .pic::after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}
.search-list-page .result-area .main-list .article-section .item2 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.search-list-page .result-area .main-list .article-section .item2 .text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: max(0.72rem, 20px);
}
.search-list-page .result-area .main-list .article-section .item2 .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  margin-bottom: max(0.14rem, 10px);
}
.search-list-page .result-area .main-list .article-section .item2 .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.33333333;
  margin-bottom: max(0.27rem, 20px);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.search-list-page .result-area .main-list .article-section .item2 .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.search-list-page .result-area .main-list .article-section .item2 .text .more {
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
  line-height: 1.5;
  margin-top: auto;
}
.search-list-page .result-area .main-list .trademark-section .item {
  display: flex;
  padding-top: max(0.35rem, 20px);
  padding-bottom: max(0.35rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .result-area .main-list .trademark-section .item:hover .title {
  color: var(--theme);
}
.search-list-page .result-area .main-list .trademark-section .item .pic {
  width: 174px;
  flex-shrink: 0;
  margin-right: max(0.47rem, 20px);
}
.search-list-page .result-area .main-list .trademark-section .item .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.search-list-page .result-area .main-list .trademark-section .item .title {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  transition: var(--duration);
}
.search-list-page .result-area .main-list .video-section .group {
  margin-top: max(0.46rem, 30px);
}
.search-list-page .result-area .main-list .video-section .video-item {
  display: flex;
}
.search-list-page .result-area .main-list .video-section .video-item:not(:last-child) {
  margin-bottom: 20px;
}
.search-list-page .result-area .main-list .video-section .video-item:hover .pic .poster {
  transform: scale(1.1);
}
.search-list-page .result-area .main-list .video-section .video-item:hover .text .title {
  color: var(--theme);
}
.search-list-page .result-area .main-list .video-section .video-item .pic {
  width: 31.25%;
  flex-shrink: 0;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.search-list-page .result-area .main-list .video-section .video-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.search-list-page .result-area .main-list .video-section .video-item .pic .poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.search-list-page .result-area .main-list .video-section .video-item .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
  width: max(0.72rem, 45px);
}
.search-list-page .result-area .main-list .video-section .video-item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.45rem, 20px);
  padding-top: max(0.41rem, 20px);
  padding-bottom: max(0.42rem, 20px);
  display: flex;
  flex-direction: column;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .result-area .main-list .video-section .video-item .text .date {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  margin-bottom: max(0.17rem, 10px);
}
.search-list-page .result-area .main-list .video-section .video-item .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.24rem, 20px);
  transition: var(--duration);
}
.search-list-page .result-area .main-list .video-section .video-item .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.search-list-page .result-area .main-list .video-section .video-item .text .more {
  margin-top: auto;
  font-weight: 400;
  font-size: var(--font20);
  color: #0091d3;
}
/* 代理品牌-产品中心 */
.trademark-product-page {
  padding-bottom: max(1.5rem, var(--space));
}
.trademark-product-banner {
  position: relative;
  z-index: 2;
  /* overflow: auto; */
}

.trademark-product-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 270px;
  object-fit: cover;
}
.trademark-product-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21.91489362%;
}

@media (max-width: 768px) {
  .trademark-product-banner .text {
    max-height: 76%;
    overflow-y: auto;
  }
}

.trademark-product-banner .text .icon {
  /* width: 200px; */
  width: max(4rem, 200px);
  margin-bottom: max(0.25rem, 20px);
}
.trademark-product-banner .text .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.trademark-product-banner .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: left;
}
.common-breadcrumb.trademark-breadcrumb {
  padding-top: max(0.22rem, 20px);
  padding-bottom: 0;
  border: none;
}
.trademark-product-main {
  margin-top: max(1rem, var(--space));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* 共用品牌和产品分类 */
.common-cate-aside {
  width: max(3.5rem, 270px);
  flex-shrink: 0;
  position: sticky;
  top: 0;
}
.common-cate-aside .cate-group {
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  overflow: hidden;
  /* padding-bottom: 30px; */
}

/* 一级激活样式 */
.common-cate-aside .cate-item .cate-one.active {
  background: #0091d3;
  color: #fff;
}
.common-cate-aside .cate-item:not(:last-child) .cate-one {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.common-cate-aside .cate-item .cate-one {
  display: block;
  font-weight: bold;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  padding-top: max(0.235rem, 20px);
  padding-bottom: max(0.235rem, 20px);
  padding-left: max(0.32rem, 15px);
  padding-right: 15px;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.common-cate-aside .cate-item .list {
  display: none;
}
.common-cate-aside .cate-item .cate-two-section {
  padding-left: max(0.34rem, 15px);
  padding-right: max(0.34rem, 15px);
  padding-top: max(0.26rem, 20px);
}
.common-cate-aside .cate-item .cate-two-section .two-top.active .two-link {
  color: #0091d3;
}
.common-cate-aside .cate-item .cate-two-section .two-top.active .two-icon img {
  transform: rotate(90deg);
  filter: none;
}
.common-cate-aside .cate-item .cate-two-section .two-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 5px;
}

.common-cate-aside .cate-item .cate-two-section .two-top .two-link {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.66666667;
  transition: var(--duration);
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
}

@media (min-width: 769px) {
  .common-cate-aside .cate-item .cate-two-section .two-top .two-link:hover {
    color: #0091d3;
  }
}

.common-cate-aside .cate-item .cate-two-section .two-top .two-icon {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  height: 30px;
}
.common-cate-aside .cate-item .cate-two-section .two-top .two-icon img {
  display: block;
  filter: grayscale(1) opacity(0.3);
  transition: var(--duration);
  width: 14px;
}
.common-cate-aside .cate-item .cate-two-section .cate-three-list {
  padding-top: max(0.25rem, 20px);
  padding-bottom: max(0.25rem, 20px);
  display: none;
}

.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link-item {
  margin-bottom: 10px;
}
.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--font16);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
}

.common-cate-aside .cate-item .cate-two-section .cate-three-list .placeholder-text {
  display: block;
  font-size: 12px;
  color: #0091d3;
  padding-left: 20px;
}

@media (min-width: 769px) {
  .common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link:hover img {
    filter: none;
  }
  .common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link:hover span {
    color: #0091d3;
  }
}

.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link.active img {
  filter: none;
}

.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link.active span {
  color: #0091d3;
}
.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link img {
  filter: grayscale(1) opacity(0.3);
  transition: var(--duration);
  margin-right: 10px;
  flex-shrink: 0;
}
.common-cate-aside .cate-item .cate-two-section .cate-three-list .three-link span {
  transition: var(--duration);
}
.common-cate-main {
  flex: 1;
  min-width: 0;
  margin-left: max(0.5rem, 30px);
  overflow-x: clip;
  --first-cell: 160px;
  --maxCell: 290px;
  --col-8: 200px;
}

.common-cate-main .building-text {
  font-size: var(--font26);
  color: var(--theme);
  text-align: center;
  font-weight: bold;
  margin-top: max(30px, 0.6rem);
}

.common-cate-main .main-top {
  --h: 60px;
  position: sticky;
  top: 0px;
  z-index: 60;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.common-cate-main .main-top .input-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.common-cate-main .main-top .input-line .select-area {
  width: 41.08333333%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  margin-right: max(0.37rem, 20px);
}
.common-cate-main .main-top .input-line .select-area .select-item {
  width: 48.68154158%;
  flex-shrink: 0;
  /* 图标设置 */
  /* 下拉菜单设置 */
}
.common-cate-main .main-top .input-line .select-area .select-item select {
  display: block;
  width: 100%;
  height: var(--h);
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  border: 2px solid #efefef;
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
  padding-left: max(0.21rem, 10px);
  /* 自定义图标 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 自定义背景图标 */
  background-image: url("../images/product-cate-select.svg");
  background-repeat: no-repeat;
  background-position: right max(0.21rem, 10px) center;
  /* 控制位置 */
  background-size: 9px;
  padding-right: max(0.3rem, 22px);
  /* 为图标留出空间 */
}
.common-cate-main .main-top .input-line .select-area .select-item option:hover {
  background-color: var(--theme);
  color: #fff;
}
.common-cate-main .main-top .input-line .select-area .select-item .layui-form-select .layui-input:focus {
  border-color: var(--theme) !important;
}
.common-cate-main .main-top .input-line .select-area .select-item .layui-form-select .layui-edge {
  border-top-color: var(--theme);
}
.common-cate-main .main-top .input-line .select-area .select-item .layui-form-select dl {
  top: 100%;
}
.common-cate-main .main-top .input-line .select-area .select-item .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}
.common-cate-main .main-top .input-line .input-area {
  display: flex;
  align-items: center;
}
.common-cate-main .main-top .input-line .input-area .input-item {
  width: 3.45rem;
  height: calc(var(--h) - 10px);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.common-cate-main .main-top .input-line .input-area .input-item:focus-within {
  border-color: var(--theme);
}
.common-cate-main .main-top .input-line .input-area .input-item input {
  flex: 1;
  min-width: 0;
  height: 100%;
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  padding-left: max(0.2rem, 15px);
  padding-right: 15px;
}
.common-cate-main .main-top .input-line .input-area .input-item input::placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.common-cate-main .main-top .input-line .input-area .input-item button {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-right: max(0.22rem, 15px);
}
.common-cate-main .main-top .input-line .input-area .result-text {
  margin-left: max(0.3rem, 15px);
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
}
.common-cate-main .main-top .input-line .input-area .result-text span {
  color: #0091d3;
}
.common-cate-main .main-top .placehold-min-text {
  display: none;
}
.common-cate-main .main-top .top-wrap {
  margin-top: 24px;
  /* border-radius: 10px; */
}
.common-cate-main .main-top .top-wrap .items {
  display: flex;
  --cell-min: 150px;
  width: min-content;
  position: relative;
  z-index: 10;
  padding-left: var(--first-cell);
}
.common-cate-main .main-top .top-wrap .items .item {
  font-weight: bold;
  font-size: var(--font18);
  color: #ffffff;
  background-color: #0091d3;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: max(0.2rem, 15px);
  padding-right: max(0.2rem, 15px);
  flex-shrink: 0;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.common-cate-main .main-top .top-wrap .items .item.item-absolute {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  flex-shrink: 0;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;

  width: auto;
  white-space: nowrap;
}
.common-cate-main .main-top .top-wrap .items .item.custom {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
/* .common-cate-main .main-top .top-wrap .items .item:nth-child(6) {
  width: var(--maxCell);
} */
/* .common-cate-main .main-top .top-wrap .items .item:nth-child(8) {
  width: var(--col-8);
} */
.common-cate-main .main-top .top-wrap .items-1 .item {
  padding-top: max(0.26rem, 20px);
  padding-bottom: max(0.26rem, 20px);
}

@media (min-width: 769px) {
  .common-cate-main .main-top .top-wrap .items-1 .item {
    white-space: nowrap;
  }
}
/* .common-cate-main .main-top .top-wrap .items-1 .item:first-child {
  border-radius: 10px 0 0 0;
} */

/* .common-cate-main .main-top .top-wrap .items-1 .item:last-child {
  border-radius: 0 10px 0 0;
} */
.common-cate-main .main-top .top-wrap .items-2 .item {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* .common-cate-main .main-top .top-wrap .items-2 .item:first-child {
  border-radius: 0 0 0 10px;
} */
/* .common-cate-main .main-top .top-wrap .items-2 .item:last-child {
  border-radius: 0 0 10px 0;
} */
.common-cate-main .main-top .top-wrap .items-2 .item:not(:first-child) {
  position: relative;
}
.common-cate-main .main-top .top-wrap .items-2 .item .icon {
  user-select: none;
  cursor: pointer;
}

/* .common-cate-main .main-top .top-wrap .items-2 .item */
.item-dropdown {
  --unit: 320px;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  /* min-width: 100%; */
  width: max(100%, 180px);
  background: #ffffff;
  box-shadow: 0px 0px max(0.54rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  padding: max(0.24rem, 20px) max(0.19rem, 10px);
  max-width: var(--unit);
  max-height: var(--unit);
  overflow-wrap: break-word;
  overflow-y: auto;
}

.item-dropdown label {
  user-select: none;
  cursor: pointer;
}
.item-dropdown label:not(:last-child) {
  margin-bottom: max(0.12rem, 10px);
}
.item-dropdown label input:checked ~ .label-text {
  color: #0091d3;
}
.item-dropdown label input:checked ~ .label-text::before {
  content: "√";
  background-color: #0091d3;
  color: #fff;
  border-color: transparent;
}
.item-dropdown label input {
  display: none;
}
.item-dropdown label .label-text {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  overflow-wrap: break-word;
}
.item-dropdown label .label-text::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 12px;
}
.item-dropdown .reset-btn {
  font-weight: bold;
  font-size: var(--font16);
  color: #333333;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
  margin-top: 20px;
}
.item-dropdown .reset-btn:hover {
  color: var(--theme);
}
.common-cate-main .main-top .arrow-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: max(0.2rem, 10px);
}
.common-cate-main .main-top .arrow-area .table-arrow {
  --unit: 45px;
  width: var(--unit);
  height: var(--unit);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  background-color: var(--theme);
}
.common-cate-main .main-top .arrow-area .table-arrow img {
  display: block;
  max-width: 45%;
  height: auto;
  filter: brightness(0) invert(1);
}
.common-cate-main .scroll-line {
  margin-top: max(0.12rem, 10px);
  margin-bottom: max(0.12rem, 10px);
  overflow: auto hidden;
  --unit: 6px;
  width: 100%;
  height: var(--unit);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.common-cate-main .scroll-line::-webkit-scrollbar {
  height: var(--unit);
  background-color: rgba(0, 0, 0, 0.1);
}
.common-cate-main .scroll-line::-webkit-scrollbar-thumb {
  height: var(--unit);
  border-radius: 2px;
  cursor: pointer;
  background-color: #0091d3;
}
.common-cate-main .scroll-line .bar {
  background: #0091d3;
  height: var(--unit);
  opacity: 0;
}
.common-cate-main .common-pagination {
  /*max-width: 90%;*/
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 产品分类表格 */
.common-cate-table {
  --border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: max(0.13rem, 10px);
  /* border: var(--border); */
  border-right: none;
  border-left: none;
  margin-bottom: max(0.55rem, 30px);
  /* border-radius: 10px; */
  border-left: var(--border);
  border-right: var(--border);
  position: relative;
}

.common-cate-table .tr:first-child {
  border-top: var(--border);
}

.common-cate-table .tr:last-child {
  border-bottom: var(--border);
}

.common-cate-table .common-table-btn {
  position: absolute;
  top: 0;
  user-select: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: var(--theme);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  display: none !important;
}
.common-cate-table .common-table-btn.common-table-prev {
  left: 0px;
}
.common-cate-table .common-table-btn.common-table-next {
  right: 0px;
}
.common-cate-table .common-table-btn img {
  display: block;
  max-width: 60%;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 769px) {
  .common-cate-table {
    overflow: hidden;
  }
}
.common-cate-table .tr {
  display: flex;
  width: min-content;
  padding-left: var(--first-cell);
  position: relative;
}

.common-cate-table .tr .td {
  flex-shrink: 0;
  padding-left: max(0.2rem, 15px);
  padding-right: max(0.2rem, 15px);
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.3rem, 20px);
  border-right: var(--border);
  border-bottom: var(--border);
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-wrap: break-word;
  word-break: break-word;
}

.common-cate-table .tr .td:last-child {
  border-right: none;
}

.common-cate-table .tr .td.td-absolute {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  flex-shrink: 0;
  z-index: 7;
  padding-left: 15px;
  padding-right: 15px;

  width: auto;
  white-space: nowrap;
}
/* .common-cate-table .tr .td:nth-child(6) {
  width: var(--maxCell);
} */
/* .common-cate-table .tr .td:nth-child(8) {
  width: var(--col-8);
} */
.common-cate-table .tr .td label {
  margin-left: max(0.2rem, 15px);
  margin-right: max(0.2rem, 15px);
  user-select: none;
  cursor: pointer;
}
.common-cate-table .tr .td label input {
  display: none;
}
.common-cate-table .tr .td label input:checked ~ .label-text {
  color: var(--theme);
}
.common-cate-table .tr .td label input:checked ~ .label-text::before {
  content: "√";
  background-color: var(--theme);
  color: #fff;
}
.common-cate-table .tr .td label .label-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
}
.common-cate-table .tr .td label .label-text::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-right: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.common-cate-table .tr .td .pic {
  /* width: 47px; */
  /* height: 47px; */
  width: 100px;
  /* height: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .common-cate-table .tr .td .pic {
    width: 60px;
  }
}
.common-cate-table .tr .td .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.common-cate-table .tr .td .download-btn {
  --unit: 50px;
  width: var(--unit);
  height: var(--unit);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  background-color: var(--theme);
  margin-left: auto;
  margin-right: auto;
}
.common-cate-table .tr .td .download-btn img {
  display: block;
  width: 40%;
}
.pro-cate-show-area {
  margin-bottom: max(0.46rem, 30px);
}
.pro-cate-show-area .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 17px;
  margin-bottom: 18px;
}
.pro-cate-show-area .list .item {
  width: 20.83333333%;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 0px max(0.46rem, 20px) 0px rgba(0, 145, 211, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 3px solid transparent;
  transition: var(--duration);
}
.pro-cate-show-area .list .item:hover {
  border-color: #00a6e9;
}
.pro-cate-show-area .list .item:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.pro-cate-show-area .list .item::after {
  content: "";
  display: block;
  padding-bottom: 36.8%;
}
.pro-cate-show-area .list .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
  transition: var(--duration);
}
.pro-cate-show-area .pro-cate-text {
  font-weight: 400;
  font-size: var(--font18);
  color: #0091d3;
}
/* 新闻列表 */
@media (max-width: 768px) {
  .common-banner .pic img {
    min-height: 180px;
    object-fit: cover;
  }
  .common-tab {
    margin-top: 0 !important;
    width: 100% !important;
  }
  .common-tab .tab-list {
    overflow-x: auto;
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media (max-width: 576px) {
  .message-list .message-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .message-list .message-item .pic {
    width: 100%;
    margin-right: 0;
  }
  .message-list .message-item .text {
    flex: none;
    width: 100%;
  }
  .message-list .message-item .text .title {
    font-size: 18px;
  }
}
/* 最新消息详情 */
@media (max-width: 768px) {
  .detail-main {
    flex-wrap: wrap;
    row-gap: 45px;
  }
  .detail-main.new-product-detail-main .main-right {
    order: -1;
  }
  .detail-main .main-left {
    width: 100%;
  }
  .detail-main .main-right {
    width: 100%;
    position: initial;
  }
}
@media (max-width: 576px) {
  .detail-main .main-left .article-title {
    font-size: 20px;
  }
}
/* 重要通知 */
@media (max-width: 576px) {
  .notice-list .notice-item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .notice-list .notice-item .date {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
  }
  .notice-list .notice-item .text {
    flex: none;
    width: 100%;
  }
}
/* 新品展示 */
@media (max-width: 576px) {
  .new-product-search form .input-item {
    width: 100%;
  }
  .new-product-search form .result-text {
    margin-left: 0;
    width: 100%;
    order: -1;
  }
}
/* 每月推荐 */
@media (max-width: 576px) {
  .new-recommend-list .recommend-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .new-recommend-list .recommend-item .pic {
    margin-right: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .new-recommend-list .recommend-item .text {
    flex: none;
    width: 100%;
  }
  .new-recommend-list .recommend-item .text .title {
    font-size: 18px;
  }
}
/* 每月推荐详情 */
@media (max-width: 768px) {
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper {
    height: 10rem;
  }
}
@media (max-width: 576px) {
  .detail-main .main-left .recommend-product {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .detail-main .main-left .recommend-product .max-swiper-area {
    flex: none;
    width: 100%;
  }
  .detail-main .main-left .recommend-product .min-swiper-area {
    width: 100%;
    height: auto;
  }
  .detail-main .main-left .recommend-product .min-swiper-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper {
    height: auto;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .arrow {
    width: 40px;
    height: 40px;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .arrow img {
    width: 40%;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .arrow.prev-swiper-btn img {
    transform: rotate(-90deg);
  }
  .detail-main .main-left .recommend-product .min-swiper-area .arrow.next-swiper-btn img {
    transform: rotate(-90deg);
  }
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide .pic {
    height: auto;
    position: relative;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide .pic::after {
    content: "";
    display: block;
    padding-bottom: 134.82142857%;
  }
  .detail-main .main-left .recommend-product .min-swiper-area .min-swiper .swiper-slide .pic img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
/* 应用与技术文章 */
@media (max-width: 576px) {
  .application-page {
    overflow: clip;
  }
  .application-main {
    flex-wrap: wrap;
  }
  .phone-aside-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    background-color: var(--theme);
    margin-left: auto;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
  }
  .phone-aside-btn span {
    margin-right: 10px;
  }
  .phone-aside-btn img {
    filter: brightness(0) invert(1);
    width: 6px;
  }
  .application-main .application-content {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .application-main .application-content .common-pagination {
    max-width: 100%;
  }
  .application-main .application-content .list .item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .application-main .application-content .list .item .cate {
    width: 100%;
    margin-right: 0;
  }
  .application-main .application-content .list .item .title {
    flex: none;
    width: 100%;
  }
}
/* 应用与技术-视频资讯  */
@media (max-width: 576px) {
  .video-content {
    flex-wrap: wrap;
  }
  .video-content .video-main {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .video-content .video-main .video-list .video-item {
    flex-wrap: wrap;
  }
  .video-content .video-main .video-list .video-item .pic {
    width: 100%;
  }
  .video-content .video-main .video-list .video-item .text {
    flex: none;
    margin-left: 0;
    width: 100%;
  }
  .video-content .video-main .common-pagination {
    max-width: 100%;
  }
}
/* 视频咨询-详情页面 */
@media (max-width: 576px) {
  .video-detail-page .video-detail-main .article-title,
  .video-detail-page .recommend-video .video-title {
    font-size: 20px;
  }
  .video-detail-page .recommend-video .recommend-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-detail-page .recommend-video .recommend-list .item .text .title {
    font-size: 16px;
  }
  .video-detail-page .video-detail-main .video video {
    height: auto;
    max-height: none;
  }
}
/* 应用与技术文章通用详情页面 */
@media (max-width: 576px) {
  .detail-product-area .title-line .title {
    font-size: 20px;
  }
}
/* 公司介绍 */
@media (max-width: 768px) {
  .about-company-intro .company-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-company-intro .company-wrap .left {
    width: 100%;
  }
  .about-company-intro .company-wrap .right {
    width: 100%;
  }
  .about-company-intro .company-wrap .right .data-list {
    justify-content: center;
  }
  .about-company-promise .promise-list .item .main .icon {
    width: 30px;
  }
}
@media (max-width: 576px) {
  .about-company-intro .company-wrap .left .desc {
    font-size: 20px;
  }
  .about-company-intro .company-wrap .right .data-list {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
  }
  .about-company-intro .company-wrap .right .data-list .item {
    width: 47.5%;
  }
  .about-company-intro .company-wrap .right .data-list .item .item-top {
    justify-content: center;
  }
  .about-company-intro .company-wrap .right .data-list .item .item-bottom {
    text-align: center;
  }
  .about-company-intro .company-wrap .right .data-list .item:not(:last-child) {
    margin-right: 0;
  }
  .about-company-promise .promise-list .item .main {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .about-company-promise .promise-list .item .main .icon {
    margin-left: auto;
    margin-right: auto;
  }
  .about-company-promise .promise-list .item .main .text {
    flex: none;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .about-company-promise .promise-list .item .main .text .mark {
    width: 100%;
    text-align: center;
  }
  .about-company-promise .promise-list .item .main .text .desc {
    flex: none;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .about-company-concept .concept-wrap {
    flex-wrap: wrap;
  }
  .about-company-concept .concept-wrap .left,
  .about-company-concept .concept-wrap .right {
    width: 100%;
    flex: none;
  }
  .about-company-concept .concept-wrap .left {
    border-radius: 0 0 10px 10px;
  }
  .about-company-concept .concept-wrap .left .icon {
    display: none;
  }
  .about-company-concept .concept-wrap .left .title {
    font-size: 20px;
  }
  .about-company-concept .concept-wrap .right {
    order: -1;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 768px) {
  .about-honor-list .item .text .title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .about-honor-list .item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-honor-list .item .pic {
    width: 100%;
  }
  .about-honor-list .item .text {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}
/*  企业宣传片 */
@media (max-width: 576px) {
  .about-video-page .video-swiper .arrow {
    display: none;
  }
  .about-video-page .video-swiper .swiper-slide .video::after {
    padding-bottom: 70%;
  }
  .about-video-page .video-swiper .swiper-slide .text {
    padding-bottom: 15px;
  }
  .about-video-page .video-swiper .swiper-pagination {
    position: initial;
    margin-top: 20px;
    display: block;
  }
  .about-video-page .video-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }
}
/*  招贤纳士   */
@media (max-width: 768px) {
  .job-form .layui-form {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .job-form .layui-form .select-line {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .job-form .layui-form .select-line .select-item {
    width: 100%;
  }
  .job-form .layui-form .search-item {
    width: 100%;
  }
  .job-list .job-item .item-head .job {
    font-size: 16px;
  }
}
/* 联系我们 */
@media (max-width: 992px) {
  .contact-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .contact-panel .panel .text-area {
    width: 100%;
  }
  .contact-info-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 更多支持 */
@media (max-width: 576px) {
  .support-page .support-form .input-line {
    flex-wrap: wrap;
  }
  .support-page .support-form .input-line .input-item {
    width: 100%;
  }
  .support-page .support-form .submit-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 搜索结果页面 */
@media (max-width: 576px) {
  .search-list-page .search-banner .banner-main .input-line {
    width: 90%;
  }
  .search-list-page .search-banner .banner-main .input-line button img {
    width: 18px;
  }
  .search-list-page .result-area .tab-list .tab-item {
    font-size: 16px;
  }
  .search-list-page .result-area .main-list .article-section .item1 {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .search-list-page .result-area .main-list .article-section .item1 .date {
    width: 100%;
  }
  .search-list-page .result-area .main-list .article-section .item1 .text {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .search-list-page .result-area .main-list .article-section .item2 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .search-list-page .result-area .main-list .article-section .item2 .pic {
    width: 100%;
  }
  .search-list-page .result-area .main-list .article-section .item2 .text {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
  .search-list-page .result-area .main-list .article-section .item2 .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search-list-page .result-area .main-list .trademark-section .item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .search-list-page .result-area .main-list .trademark-section .item .pic {
    margin-left: auto;
    margin-right: auto;
  }
  .search-list-page .result-area .main-list .trademark-section .item .pic img {
    margin-left: auto;
    margin-right: auto;
  }
  .search-list-page .result-area .main-list .trademark-section .item .title {
    width: 100%;
    flex: none;
    margin-left: 0;
    text-align: center;
  }
  .search-list-page .result-area .main-list .video-section .video-item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .search-list-page .result-area .main-list .video-section .video-item .pic {
    width: 100%;
  }
  .search-list-page .result-area .main-list .video-section .video-item .text {
    flex: none;
    width: 100%;
    margin-left: 0;
    border-top: transparent;
  }
  .search-list-page .result-area .main-list .video-section .video-item .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/* 代理品牌 */
@media (max-width: 768px) {
  .trademark-banner {
    height: 28.5vw;
  }
}
@media (max-width: 576px) {
  .trademark-banner {
    height: 48.5vw;
  }
  .trademark-banner .banner-list .line .banner-item {
    height: 7.6875vw;
  }
  .trademark-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 993px) {
  .phone-btn-line,
  .phone-cate-btn,
  .close-aside {
    display: none !important;
  }
}
/* 代理品牌-产品中心 */
@media (max-width: 992px) {
  .trademark-product-main {
    flex-wrap: wrap;
  }
  .common-cate-aside {
    --color: #f8f8f8;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: calc(999 * 4);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: var(--color);
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-left: 5vh;
    padding-right: 5vh;
    transition: 0.6s ease;
  }
  .common-cate-aside.show {
    left: 0;
  }
  .trademark-product-main .close-aside {
    display: block !important;
    user-select: none;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .trademark-product-main .close-aside img {
    display: block;
    width: 25px;
    margin-left: auto;
  }
  .phone-btn-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .phone-btn-line .phone-cate-title {
    font-size: 16px;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
  }

  /* 手机端产品分类按钮 */
  .phone-cate-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 16px;
    background-color: var(--theme);
    margin-left: auto;
    color: #fff;
    min-width: 140px;
    flex-shrink: 0;
  }
  .phone-cate-btn span {
    margin-right: 10px;
  }
  .phone-cate-btn img {
    filter: brightness(0) invert(1);
    width: 6px;
  }

  .common-cate-main {
    flex: none;
    width: 100%;
    margin-left: 0;
    overflow: clip;
  }
  .common-cate-main .main-top .input-line .select-area {
    width: 61%;
  }
}
@media (max-width: 768px) {
  .common-cate-table .table-wrap {
    --h: 6px;
    overflow-x: auto;
    scrollbar-color: rgba(0, 0, 0, 0.1) #0091d3;
    scrollbar-width: thin;
  }
  .common-cate-table .table-wrap::-webkit-scrollbar {
    height: var(--h);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .common-cate-table .table-wrap::-webkit-scrollbar-thumb {
    height: var(--h);
    cursor: pointer;
    background-color: #0091d3;
  }
  .common-cate-main .main-top .input-line {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .common-cate-main .main-top .input-line .select-area {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .common-cate-main .main-top .input-line .select-area .select-item {
    width: 100%;
  }
  .common-cate-main .main-top .input-line .input-area {
    width: 100%;
  }
  .common-cate-main .main-top .input-line .input-area .input-item {
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .common-cate-main .main-top .top-wrap {
    padding-bottom: 6px;
    overflow: auto visible;
    --h: 6px;
    scrollbar-color: rgba(0, 0, 0, 0.1) #0091d3;
    scrollbar-width: thin;
  }
  .common-cate-main .main-top .top-wrap::-webkit-scrollbar {
    height: var(--h);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .common-cate-main .main-top .top-wrap::-webkit-scrollbar-thumb {
    height: var(--h);
    cursor: pointer;
    background-color: #0091d3;
  }
  .common-cate-main .main-top .top-wrap .items,
  .common-cate-table .tr {
    padding-left: 0 !important;
  }
  .common-cate-main .main-top .top-wrap .items .item.item-absolute {
    position: sticky !important;
    left: 0;
    top: auto;
    width: var(--first-cell);
    height: auto;
  }

  .common-cate-main .main-top .top-wrap .items .item,
  .common-cate-table .tr .td {
    width: var(--first-cell);
    overflow-wrap: break-word;
  }
  .common-cate-table .tr .td.td-absolute {
    position: sticky !important;
    top: 0;
    height: auto;
    left: 0;
    width: var(--first-cell);
    white-space: initial;
    word-break: break-all;
  }
  .common-cate-main .scroll-line {
    opacity: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .common-cate-main .main-top {
    top: var(--header-height);
  }
  .common-cate-table {
    position: static;
    overflow: hidden;
    background-color: #fff;
  }
  .common-cate-main .main-top .arrow-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .common-cate-main .main-top .placehold-min-text {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fb7874;
  }
  .common-cate-main .main-top .top-wrap {
    margin-top: 20px;
  }
  /* 点击出现的下拉按钮改为绝对定位 */
  .item-dropdown {
    position: fixed;
    z-index: calc(101 * 2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 576px) {
  .common-cate-main {
    --first-cell: 140px;
    --maxCell: 260px;
    --col-8: 180px;
  }
  .common-cate-main .main-top {
    --h: 45px;
  }
  .common-cate-main .common-pagination {
    max-width: 100%;
  }
}
/* 产品类别  */
@media (max-width: 768px) {
  .pro-cate-show-area .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
  .pro-cate-show-area .list .item {
    width: auto;
  }
}
@media (max-width: 576px) {
  .pro-cate-show-area .list {
    column-gap: 10px;
  }
}
.common-file-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: calc(99 * 7);
  display: none;
}
.common-file-mask .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  padding-top: 30px;
  padding-left: max(0.6rem, 15px);
  padding-right: max(0.6rem, 15px);
  padding-bottom: max(0.6rem, 20px);
  width: 90%;
  max-width: 900px;
}
.common-file-mask .main .main-head-line {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.common-file-mask .main .main-head-line .main-title {
  font-size: var(--font26);
  color: #000;
}
.common-file-mask .main .main-head-line .close {
  width: fit-content;
  margin-left: auto;
  user-select: none;
  cursor: pointer;
}
.common-file-mask .main .main-head-line .close:hover img {
  filter: none;
}
.common-file-mask .main .main-head-line .close img {
  display: block;
  filter: brightness(0);
  transition: var(--duration);
  max-width: 30px;
  height: auto;
}
.common-file-mask .main .list {
  margin-top: 20px;
}
.common-file-mask .main .list .item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: var(--duration);
  position: relative;
  z-index: 10;
}
.common-file-mask .main .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--theme);
  transition: var(--duration);
}
.common-file-mask .main .list .item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.common-file-mask .main .list .item:hover .item-text {
  color: var(--theme);
  border-color: var(--theme);
}
.common-file-mask .main .list .item:not(:last-child) {
  margin-bottom: 10px;
}
.common-file-mask .main .list .item .item-text {
  color: #000;
  font-size: var(--font16);
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.common-file-mask .main .list .item .icon {
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  border-radius: 50%;
  margin-left: max(0.2rem, 10px);
}
.common-file-mask .main .list .item .icon img {
  display: block;
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.common-file-mask .placeholder-text {
  text-align: center;
  font-size: var(--font20);
  color: #000;
}

@media (max-width: 768px) {
  .application-main .application-aside .list .item-link.active {
    color: var(--theme);
  }
}

@media (max-width: 576px) {
  .detail-main .main-right .message-other {
    display: none;
  }
  .new-recommend-list .recommend-item .text {
    border-top: none;
  }
  .application-main .application-aside {
    width: 100%;
    margin-bottom: 30px;
  }
  .application-main .application-aside .list {
    display: flex;
    overflow-x: auto;
  }
  .application-main .application-aside .list .item-link {
    white-space: nowrap;
    padding: 15px 10px;
    flex-shrink: 0;
    min-width: 24%;
    text-align: center;
    line-height: 1;
  }
  /* .video-content .video-aside {
    width: 100%;
  }
  .video-content .video-aside .list {
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .video-content .video-aside .list .section .cate-link {
    padding: 15px;
    text-align: center;
    min-width: 100%;
    white-space: nowrap;
    line-height: 1;
  }
  .video-content .video-aside .list .section .section-group {
    display: none;
  } */
  .video-detail-page .recommend-video {
    display: none;
  }
  .about-honor-list .item .text {
    border-top: 0px;
  }
}
.common-cate-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: calc(99 * 7);
  display: none;
}
.common-cate-mask .cate-main {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border-radius: 20px;
  padding: 20px 15px;
}
.common-cate-mask .cate-main .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.common-cate-mask .cate-main .title-line .title {
  font-size: 18px;
  color: #000;
}
.common-cate-mask .cate-main .title-line .close {
  width: 30px;
  margin-left: auto;
}
.common-cate-mask .cate-main .title-line .close:hover img {
  filter: none;
}
.common-cate-mask .cate-main .title-line .close img {
  display: block;
  width: 100%;
  filter: brightness(0);
  transition: var(--duration);
}
.common-cate-mask .cate-main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 20px;
}
.common-cate-mask .cate-main .list .item {
  text-align: center;
}
.common-cate-mask .cate-main .list .item .link {
  font-size: 16px;
  color: #000;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.common-cate-mask .cate-main .list .item .link:hover {
  color: var(--theme);
}

@media (max-width: 768px) {
  .application-main .application-aside .list .item-link::after {
    transition: none;
  }
}

@media (max-width: 576px) {
  .video-list-page .phone-aside-btn {
    width: fit-content;
    margin-right: 4%;
  }

  .video-content .video-aside {
    position: fixed;

    left: 100%;
    top: 0;
    width: 100%;
    background-color: #f8f8f8;
    z-index: calc(999 * 4);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    transition: 0.6s ease;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 5vh;
    padding-bottom: 2vh;
  }

  .video-content .video-aside.show {
    left: 0;
  }

  .video-content .video-aside .close-aside {
    display: block;
    margin-bottom: 10px;
    background-color: #f8f8f8;
  }

  .video-content .video-aside .close-aside img {
    display: block;
    width: 24px;
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .item-dropdown .phone-title-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .item-dropdown {
    padding: 30px 20px;
  }
  .item-dropdown .phone-title-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
  }

  .item-dropdown .phone-title-line .title {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow-wrap: break-word;
  }

  .item-dropdown .phone-title-line .close {
    width: 25px;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--theme);
  }
}

.thank-page {
  padding-top: max(1rem, 45px);
  padding-bottom: 4.2rem;
}

.thank-page .thank-icon {
  margin-bottom: max(0.3rem, 20px);
}
.thank-page .thank-icon img {
  display: block;
  width: 85px;
  margin-left: auto;
  margin-right: auto;
}

.thank-page .thank-text {
  font-weight: bold;
  font-size: var(--font24);
  color: #000000;
  text-align: center;
}

.thank-page .thank-text p:not(:last-child) {
  margin-bottom: 10px;
}

.thank-page .thank-logo {
  display: flex;
  justify-content: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: max(0.7rem, 30px);
}

.thank-page .thank-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .thank-page .thank-icon img {
    width: 40px;
  }
}
