@charset "UTF-8";
.Heziyun-banners {
  background: url("../assets/img/domain/banner.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.Heziyun-banners .Heziyun-defaultWidth {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-banner-title {
  align-items: center;
  height: auto;
  gap: 0.5rem;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-banner-title span {
  color: #222;
  font-size: 36px;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-banner-title p {
  text-align: center;
  color: #222;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch {
  position: relative;
  /* 进入前和离开后的状态 */
  /* 进入后和离开前的状态 */
  /* 进入和离开的激活状态 */
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 2.8rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search:hover {
  border-color: rgb(36, 104, 242);
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search:focus {
  border-color: rgb(36, 104, 242);
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search input {
  width: 30rem;
  height: 100%;
  padding: 0 0.5rem 0 1rem;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search .Heziyun-itemSelect {
  width: 6rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search .Heziyun-itemSelect span {
  color: #222;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search .Heziyun-itemSelect svg {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.2rem;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search .Heziyun-itemSelect::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40%;
  background-color: #999;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search button {
  background-color: rgb(36, 104, 242);
  height: 100%;
  color: #fff;
  width: 8rem;
  font-size: 0.8rem;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-search button:hover {
  background-color: rgb(88, 139, 242);
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-enter,
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-leave-to {
  max-height: 0 !important;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-enter-to,
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-leave {
  max-height: 260px;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-enter-active,
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .suffix-leave-active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix {
  position: absolute;
  top: 2.9rem;
  left: 0;
  width: calc(100% - 8rem);
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-height: 260px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
  gap: 0.6rem;
  overflow-y: scroll;
  max-height: 260px;
  /* 滚动条整体样式 */
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
  /* 滚动条滑块悬停样式 */
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin::-webkit-scrollbar-track {
  background-color: #fff;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin::-webkit-scrollbar-thumb {
  background-color: rgb(204, 204, 204);
  border-radius: 3px;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin::-webkit-scrollbar-thumb:hover {
  background-color: rgb(170, 170, 170);
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin .Heziyun-item {
  background-color: #f1f2f5;
  padding: 0.2rem;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin .Heziyun-item:hover {
  background-color: #e3e6eb;
}
.Heziyun-banners .Heziyun-defaultWidth .Heziyun-domainSearch .Heziyun-suffix .Heziyun-listWithin .Heziyun-item.Heziyun-active {
  border-color: #005eff;
  background-color: #e6f3ff;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: initial !important;
  gap: 30px 0;
  padding: 30px 0;
}

.swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "DINProM";
  src: url("../assets/font/file/DINPro-Medium.woff");
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper {
  padding-bottom: 1rem;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper:hover .swiper-button-prev {
  left: 1%;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper:hover .swiper-button-next {
  right: 1%;
  transition: all 0.3s ease;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #e1e6f0;
  height: 214px;
  padding: 20px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 2px 10px 20px 5px rgba(5, 17, 71, 0.07);
  transition: all 0.3s;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide:hover button {
  opacity: 1;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-recommend {
  background: url("../assets/img/domain/hotSeller2.png") no-repeat center;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  font-size: 16px;
  color: #fff;
  font-family: PingFangSC-Medium, PingFangSC, PingFang SC;
  line-height: 2.2;
  text-align: center;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-title {
  font-size: 38px;
  color: #040F43;
  font-family: "DINProM";
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide p {
  height: 3rem;
  line-height: 1.7;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-price {
  color: #E8001C;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-family: "DINProM";
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-price em {
  font-size: 14px;
  font-style: normal;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-price span {
  font-size: 14px;
  color: #8187A1;
  text-decoration: line-through;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide .Heziyun-price span em {
  font-size: 12px;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0056ff;
  color: #fff;
  width: calc(100% - 40px);
  opacity: 0;
  height: 40px;
  font-size: 14.5px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-wrapper .swiper-slide button:hover {
  background-color: #4080ff;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-next,
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-prev {
  width: 35px;
  height: 60px;
  color: #fff;
  font-size: 13px;
  background-color: #3464ff;
  opacity: 0.4;
  border-radius: 3px;
  cursor: pointer;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-next:hover,
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-prev:hover {
  opacity: 0.8;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-next {
  right: -6%;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-prev {
  left: -6%;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-next:after,
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 600;
}
.Heziyun-productPrice .Heziyun-defaultWidth .Heziyun-domainSearch .swiper .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 0px;
}

/*# sourceMappingURL=domain.css.map */
