.header-index {
  position: relative;
}
.header-scroll {
  position: sticky;
  top: 0;
  z-index: 100;
  display: none;
}
.header-scroll .search-box {
  width: 8.34rem;
  height: 0.62rem;
  background: #fff;
  border-radius: 35px;
  padding: 0 0.04rem 0 0.19rem;
  margin-left: 0.54rem;
}
.header-scroll .search-box img {
  width: 0.25rem;
}
.header-scroll .search-box input {
  width: 6.9rem;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #ABABAB;
  padding-left: 0.1rem;
}
.header-scroll .search-box input::placeholder {
  color: #ABABAB;
}
.header-scroll .search-box button {
  width: 0.99rem;
  height: 0.54rem;
  background: #F2680C;
  border-radius: 27px;
  font-size: 0.18rem;
  color: #fff;
}
.banner {
  position: relative;
  background: url(../images/index/banner.png) no-repeat 100% 100%;
  height: 6.37rem;
}
.banner .banner-text {
  height: 6.37rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-text .banner-text-title {
  font-size: 0.54rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07rem;
}
.banner .banner-text .banner-text-desc {
  font-size: 0.24rem;
  color: #fff;
  margin: 0.3rem 0 0.36rem;
  letter-spacing: 0.06em;
}
.banner .banner-text div {
  display: flex;
  justify-content: center;
}
.banner .banner-text div text {
  font-size: 0.24rem;
  color: #fff;
  margin: 0 0.52rem;
}
.banner .banner-text .search-box {
  width: 7.95rem;
  height: 0.62rem;
  background: #fff;
  border-radius: 35px;
  padding: 0 0.04rem 0 0.19rem;
  margin-top: 0.3rem;
}
.banner .banner-text .search-box img {
  width: 0.25rem;
}
.banner .banner-text .search-box input {
  width: 6.45rem;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #ABABAB;
  padding-left: 0.1rem;
}
.banner .banner-text .search-box input::placeholder {
  color: #ABABAB;
}
.banner .banner-text .search-box button {
  width: 1.02rem;
  height: 0.54rem;
  background: #F2680C;
  border-radius: 27px;
  font-size: 0.18rem;
  color: #fff;
}
.product-category-box {
  position: sticky;
  z-index: 100;
}
.product-category {
  background: #DDE3EE;
  padding-top: 0.35rem;
  position: relative;
}
.product-category .safe-width {
  overflow: hidden;
  width: 14.2rem;
  position: relative;
}
.product-category .safe-width .swiper {
  width: 100%;
  position: relative;
}
.product-category .safe-width .swiper .swiper-slide {
  width: max-content;
  margin-right: 0.53rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.35rem;
}
.product-category .safe-width .swiper .swiper-slide p {
  position: relative;
  color: #333333;
  font-size: 0.18rem;
  margin-left: 0.06rem;
}
.product-category .safe-width .swiper .swiper-slide p::after {
  content: '';
  border-radius: 100px;
  bottom: -0.13rem;
  height: 0.04rem;
  left: 50%;
  position: absolute;
  width: 0;
  transition: all 0.3s ease;
}
.product-category .safe-width .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.product-category .safe-width .swiper .swiper-slide.active p,
.product-category .safe-width .swiper .swiper-slide:hover p {
  color: #000;
}
.product-category .safe-width .swiper .swiper-slide.active p::after,
.product-category .safe-width .swiper .swiper-slide:hover p::after {
  width: 0.4rem;
  left: calc(50% - 0.2rem);
  background: #F2680C;
}
.product-category .swiper-button-next,
.product-category .swiper-button-prev {
  width: 0.3rem;
  height: 0.3rem;
  top: 0.35rem;
  margin-top: 0;
}
.product-category .swiper-button-next::after,
.product-category .swiper-button-prev::after {
  display: none;
}
.product-category .swiper-button-next {
  right: 2.1rem;
  background: url(../images/index/icon-next.png) no-repeat center center;
  background-size: 100% 100%;
}
.product-category .swiper-button-prev {
  left: 2.1rem;
  background: url(../images/index/icon-prev.png) no-repeat center center;
  background-size: 100% 100%;
}
.product-category .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.menu {
  margin: 0.4rem 0 0.48rem;
}
.menu a {
  display: inline-block;
  font-size: 0.17rem;
  color: #FFFFFF;
  padding: 0.11rem 0.24rem;
  margin-right: 0.16rem;
  border-radius: 1px;
}
.menu a:nth-child(1) {
  background: #F2680C;
}
.menu a:nth-child(2) {
  background: #184370;
}
.product-list {
  margin-bottom: 0.9rem;
}
.product-list .product-list-item {
  width: 2.8rem;
  height: 4.86rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.11);
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 0.36rem;
  margin-right: 0.24rem;
  display: inline-block;
}
.product-list .product-list-item:nth-child(5n) {
  margin-right: 0;
}
.product-list .product-list-item .product-list-item-img {
  width: 2.8rem;
  height: 3.28rem;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.product-list .product-list-item .product-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: all 0.5s ease;
}
.product-list .product-list-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.18);
}
.product-list .product-list-item:hover .product-list-item-img img {
  transform: scale(1.05);
}
.product-list .product-list-item .product-list-item-text {
  padding: 0.13rem 0.2rem;
}
.product-list .product-list-item .product-list-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .product-list-item .product-list-item-text .font18 {
  color: #282828;
  margin-bottom: 0.06rem;
  transition: all 0.3s ease;
}
.product-list .product-list-item .product-list-item-text .font14 {
  color: rgba(40, 40, 40, 0.56);
  margin-bottom: 0.15rem;
}
.product-list .product-list-item .product-list-item-text div {
  border-top: 1px dashed #C4C4C4;
  padding-top: 0.14rem;
}
.product-list .product-list-item .product-list-item-text div p {
  padding-left: 0.11rem;
  position: relative;
}
.product-list .product-list-item .product-list-item-text div p::after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #0F294D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-list .product-list-item .product-list-item-text div p:nth-child(1) {
  color: rgba(15, 41, 77, 0.79);
}
.product-list .product-list-item .product-list-item-text div p:nth-child(2) {
  color: rgba(0, 73, 174, 0.79);
  margin-top: 0.07rem;
}
