.Hui-defaultWidth {
  margin: 0 auto !important;
  width: 80rem;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.Hui-banners {
  height: 30rem;
  padding-top: 3.6rem;
}

.Hui-banners .Hui-banner-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
}

.Hui-banners .Hui-banner-title span {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

.Hui-banners .Hui-banner-title p {
  width: 30rem;
  color: #d6d6d6;
  line-height: 1.5rem;
}

.Hui-banners .Hui-banner-title .Hui-buttonArray a {
  color: #fff;
  background: #1D4ED8;
  padding: 0.55rem 1.5rem;
  font-size: 0.8rem;
}

.Hui-banners .Hui-banner-title a:hover {
  background: #3B82F6;
}

.Hui-commodity-title {
  text-align: center;
}

.Hui-commodity-title span {
  color: #181818;
  font-size: 1.8rem;
  font-family: "思源黑";
  display: inline-block;
}

.Hui-commodity-title p {
  color: #4B5563;
  margin: 1rem 0 3rem 0;
  letter-spacing: 0.1rem;
  font-family: "思源黑";
}

.Hui-commodity-title p a {
  color: #0052d9;
  position: relative;
  padding-right: 10px;
}

.Hui-commodity-title p a:hover::after {
  right: -0.4rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.Hui-commodity-title p a:hover::before {
  right: -0.3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.Hui-commodity-title p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0052d9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.Hui-commodity-title p a::before {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgb(243, 245, 248);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.Hui-padding {
  padding: 3.5rem 0;
}

/* 模糊类 */
.Hui-blur {
  background-color: transparent;
  background: transparent;
  position: relative;
}

.Hui-blur::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.4);
}

/* 竖签 */
.Hui-verticalSign {
  position: relative;
}

.Hui-verticalSign::after {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 1rem;
  top: 50%;
  left: -30%;
  transform: translate(-50%, -50%);
  background-color: #29292933;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.Hui-verticalSign::before {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 1rem;
  top: 50%;
  right: -30%;
  transform: translate(50%, -50%);
  background-color: #29292933;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* 文本溢出显示省略号 */
.Hui-textOverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 光线闪烁 */
.Hui-lightSpeed {
  position: relative;
  overflow: hidden;
}

.Hui-lightSpeed::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, transparent 35%, rgba(255, 255, 255, 0.3) 50%, transparent 65%);
  animation: shine 3s infinite;
  -webkit-animation: shine 3s infinite;
}

/* 指令默认隐藏 */
.Hui-hidden {
  opacity: 0;
  visibility: hidden;
}

.hui-hidden {
  opacity: 0;
  visibility: hidden;
}

/* 确保元素初始隐藏 */
[data-intersect] {
  visibility: hidden;
  opacity: 0;
}

.h5 {
  display: none !important;
}

/* v-cloak */
[v-cloak] {
  opacity: 0;
}


/* vuesax 样式重组 */
.vs-tooltip {
  font-size: 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .h5 {
    display: block !important;
  }

  .Hui-defaultWidth {
    margin: 0;
    width: 100%;
    padding: 0 5vw;
  }

  .Hui-padding {
    padding: 5vw 0;
  }

  .Hui-commodity-title span {
    font-size: 5vw;
  }

  .Hui-commodity-title p {
    margin: 3vw 0 10vw 0;
    letter-spacing: 0vw;
    font-size: 3.5vw;
  }

  .Hui-banners {
    height: 70vw;
    padding-top: 15vw;
  }

  .Hui-banners .Hui-banner-title {
    gap: 3vw;
  }

  .Hui-banners .Hui-banner-title span {
    font-size: 7vw;
  }

  .Hui-banners .Hui-banner-title p {
    width: 75%;
    color: #d6d6d6;
    line-height: 6vw;
    font-size: 3.5vw;
  }

  .Hui-banners .Hui-banner-title a {
    padding: 2vw 4vw;
    font-size: 3.5vw;
    border-radius: 0.5vw;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: 0.5vw;
    -ms-border-radius: 0.5vw;
    -o-border-radius: 0.5vw;
  }
}