.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 center center;
  background-size: cover;
  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;
  margin-top: 0.3rem;
  padding: 0;
  height: auto;
  background: transparent;
  border-radius: 0;
  position: relative;
}
.banner .banner-text .search-box img {
  position: absolute;
  left: 0.21rem;
  bottom: 0.19rem;
  z-index: 2;
  width: 0.25rem;
}
.banner .banner-text .search-box .search-input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.banner .banner-text .search-box .search-type-tabs {
  display: flex;
  justify-content: center;
  gap: 0.34rem;
  margin-bottom: 0.12rem;
}
.banner .banner-text .search-box .search-type-tab {
  font-size: 0.33rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  position: relative;
  padding: 0.04rem 0.16rem 0.06rem;
  border-radius: 0.04rem;
}
.banner .banner-text .search-box .search-type-tab.active {
  color: #FDE6D1;
  background: rgba(242, 104, 12, 0.25);
}
.banner .banner-text .search-box .search-input-box {
  height: 0.62rem;
  background: #fff;
  border-radius: 0.31rem;
  display: flex;
  align-items: center;
  padding: 0 0.04rem 0 0.48rem;
}
.banner .banner-text .search-box .search-input-box input {
  width: 100%;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 0.18rem;
  color: #ABABAB;
  padding-left: 0.02rem;
  border: none;
  background: transparent;
}
.banner .banner-text .search-box .search-input-box input::placeholder {
  color: #ABABAB;
}
.banner .banner-text .search-box .search-input-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;
  position: relative;
  z-index: 1;
}
.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;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  pointer-events: auto;
  position: relative;
}
.product-list .product-list-item:hover {
  text-decoration: none;
  color: #333333;
}
.product-list .product-list-item a {
  pointer-events: auto;
}
.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%);
}

.global-country-strip-wrap {
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #efefef;
  padding: 0.24rem 0 0.18rem;
}

.global-country-strip {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  overflow-x: auto;
  padding-bottom: 0.04rem;
}

.global-country-item {
  background: transparent;
  border: none;
  min-width: 1.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.06rem;
  padding: 0.08rem 0.06rem 0.1rem;
  cursor: pointer;
  position: relative;
}

.global-country-item .flag {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
}

.global-country-item .name {
  font-size: 0.2rem;
  color: #666;
  white-space: nowrap;
}

.global-country-item.active .name {
  color: #202020;
  font-weight: 600;
}

.global-country-item.active::after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  width: 0.9rem;
  height: 0.03rem;
  border-radius: 0.02rem;
  background: #232323;
}

.global-product-section {
  background: #f5f5f5;
  padding: 0.36rem 0 0.7rem;
}

.global-title {
  font-size: 0.46rem;
  color: #151515;
  margin-bottom: 0.24rem;
  font-weight: 700;
}

.global-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.18rem;
}

.global-product-card {
  position: relative;
  display: block;
  border-radius: 0.18rem;
  overflow: hidden;
  height: 3.9rem;
  background: #ddd;
}

.global-product-image {
  width: 100%;
  height: 100%;
}

.global-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-product-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.24rem 0.2rem 0.18rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.global-product-overlay .region-tag {
  font-size: 0.14rem;
  color: #f2f2f2;
  margin-bottom: 0.06rem;
}

.global-product-overlay .product-title {
  font-size: 0.32rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.07rem;
}

.global-product-overlay .product-desc {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
}

.manufacturer-strip-wrap {
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #efefef;
  padding: 0.2rem 0;
}

.manufacturer-strip {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  overflow-x: auto;
  padding-bottom: 0.04rem;
}

.manufacturer-item {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 0.28rem;
  min-width: 1.7rem;
  padding: 0.1rem 0.16rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  cursor: pointer;
}

.manufacturer-item .flag {
  font-size: 0.24rem;
}

.manufacturer-item .name {
  font-size: 0.18rem;
  color: #4b4b4b;
  white-space: nowrap;
}

.manufacturer-item.active {
  border-color: #f2680c;
  background: #fff7f1;
}

.manufacturer-item.active .name {
  color: #e36a19;
  font-weight: 600;
}

.manufacturer-section {
  background: #f3f3f3;
  padding: 0.28rem 0 0.7rem;
}

.manufacturer-title {
  font-size: 0.46rem;
  color: #151515;
  margin-bottom: 0.24rem;
  font-weight: 700;
}

.manufacturer-list {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.manufacturer-detail-card {
  background: #fff;
  border-radius: 0.12rem;
  border: 1px solid #ececec;
  padding: 0.2rem 0.24rem 0.24rem;
}

.manufacturer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.manufacturer-brand {
  display: flex;
  align-items: center;
  gap: 0.14rem;
}

.manufacturer-logo {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.08rem;
  background: #1c4ca3;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manufacturer-brand-info {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
}

.manufacturer-company-name {
  font-size: 0.38rem;
  color: #1f1f1f;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: underline;
}

.manufacturer-company-meta {
  display: flex;
  gap: 0.08rem;
  flex-wrap: wrap;
  font-size: 0.16rem;
  color: #4a4a4a;
}

.manufacturer-company-meta .verified {
  color: #1f78ff;
  font-weight: 700;
}

.manufacturer-actions {
  display: flex;
  gap: 0.12rem;
}

.manufacturer-actions .btn-outline {
  border: 1px solid #5e5e5e;
  border-radius: 0.28rem;
  background: #fff;
  height: 0.56rem;
  min-width: 1.36rem;
  padding: 0 0.24rem;
  font-size: 0.16rem;
  color: #222;
  cursor: pointer;
}

.manufacturer-body {
  display: grid;
  grid-template-columns: 2.2fr 4fr 2.2fr;
  gap: 0.16rem;
}

.manufacturer-left-info {
  padding-right: 0.08rem;
}

.manufacturer-left-info .info-block {
  margin-bottom: 0.16rem;
}

.manufacturer-left-info .label {
  font-size: 0.18rem;
  color: #3b3b3b;
  margin-bottom: 0.08rem;
}

.manufacturer-left-info .value {
  font-size: 0.36rem;
  color: #222;
  font-weight: 700;
}

.manufacturer-left-info .ability-list {
  margin: 0;
  padding: 0 0 0 0.18rem;
}

.manufacturer-left-info .ability-list li {
  font-size: 0.17rem;
  color: #303030;
  margin-bottom: 0.06rem;
}

.manufacturer-left-info .cert-row {
  display: flex;
  align-items: center;
  gap: 0.06rem;
  flex-wrap: wrap;
  font-size: 0.15rem;
  color: #4b4b4b;
}

.manufacturer-left-info .cert-row em {
  font-style: normal;
  font-size: 0.13rem;
  color: #1e4ca2;
  border: 1px solid #d9e3f8;
  background: #f7faff;
  border-radius: 0.05rem;
  padding: 0.01rem 0.06rem;
}

.manufacturer-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.12rem;
}

.manufacturer-product-item {
  display: block;
  color: inherit;
}

.manufacturer-product-item img {
  width: 100%;
  height: 2.46rem;
  border-radius: 0.08rem;
  object-fit: cover;
  margin-bottom: 0.08rem;
}

.manufacturer-product-item .price {
  font-size: 0.22rem;
  font-weight: 700;
  color: #252525;
  margin-bottom: 0.03rem;
}

.manufacturer-product-item .moq {
  font-size: 0.16rem;
  color: #4d4d4d;
}

.manufacturer-factory {
  position: relative;
}

.manufacturer-factory img {
  width: 100%;
  height: 3.56rem;
  border-radius: 0.08rem;
  object-fit: cover;
}

.manufacturer-factory .pager {
  position: absolute;
  right: 0.12rem;
  bottom: 0.12rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.18rem;
  background: rgba(65, 98, 210, 0.95);
  color: #fff;
  font-size: 0.15rem;
  padding: 0 0.12rem;
}

@media (max-width: 1200px) {
  .global-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manufacturer-body {
    grid-template-columns: 1fr;
  }

  .manufacturer-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .global-country-item {
    min-width: 0.92rem;
  }

  .global-country-item .flag {
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.22rem;
  }

  .global-product-grid {
    grid-template-columns: 1fr;
  }

  .global-product-card {
    height: 3.6rem;
  }

  .manufacturer-products {
    grid-template-columns: 1fr;
  }

  .manufacturer-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .manufacturer-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
  }
}
.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;
}
