img[src$="banner-1.jpg"] {
  display: none !important;
}

.categorybox {
  position: relative;
  z-index: 30;
  background: #fff !important;
  border-bottom: 3px solid #ff6633 !important;
  box-shadow: 0 5px 16px rgba(31, 41, 55, 0.12);
}

.categorybox .content > li.item {
  color: #243447 !important;
  font-weight: 700 !important;
}

.categorybox .content > li.item:hover,
.categorybox .content > li.item.selected {
  color: #f05a32 !important;
}

.categorybox .content > li.item.selected {
  border-bottom: 3px solid #f05a32;
}

.categorybox .categories {
  display: none !important;
}

.categorybox .wraper:has(.content > li:first-child:hover) .categories,
.categorybox .categories:hover {
  display: block !important;
}

.swiperbox,
.swiperbox > .wraper,
.swiperbox .content.square,
.swiperbox .el-carousel,
.swiperbox .el-carousel__container,
.swiperbox .el-carousel__item {
  height: 300px !important;
}

.swiperbox > .wraper {
  width: 1200px !important;
  max-width: calc(100% - 32px) !important;
  margin: 16px auto 0 !important;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.12);
}

#ncb-info-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 14px;
  padding-right: 14px;
  white-space: nowrap;
  border-right: 1px solid #ddd;
}

#ncb-info-links a {
  padding: 4px 7px;
  border-radius: 4px;
  color: #d94c24;
  font-weight: 700;
  text-decoration: none;
}

#ncb-info-links a:hover {
  background: #fff0e9;
}

#ncb-info-links a.ncb-publish {
  padding: 5px 10px;
  color: #fff;
  background: #f05a32;
}

#ncb-info-bridge {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 22px auto 16px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

#ncb-info-bridge a {
  box-sizing: border-box;
  min-height: 104px;
  padding: 18px;
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(31, 41, 55, 0.07);
  color: #25364a;
  text-decoration: none;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

#ncb-info-bridge a:hover {
  transform: translateY(-2px);
  border-color: #ff8b63;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.12);
}

#ncb-info-bridge .ncb-kicker {
  display: block;
  margin-bottom: 6px;
  color: #f05a32;
  font-size: 12px;
  font-weight: 700;
}

#ncb-info-bridge strong {
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.25;
}

#ncb-info-bridge small {
  display: block;
  color: #77808f;
  font-size: 13px;
  line-height: 1.45;
}

#ncb-info-bridge a.ncb-ad-card {
  border-color: #ffb392;
  background: linear-gradient(135deg, #fff5ec, #ffe5d6);
}

img[src$="merchant-banner.jpg"] {
  display: block !important;
  width: 1200px !important;
  max-width: calc(100% - 32px) !important;
  height: 140px !important;
  margin: 0 auto !important;
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(31, 41, 55, 0.1);
  object-fit: cover !important;
  cursor: pointer;
}

.goodslist .item {
  border-radius: 10px !important;
  box-shadow: 0 3px 12px rgba(31, 41, 55, 0.07);
  transition: transform 0.18s, box-shadow 0.18s;
}

.goodslist .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.13);
}

.goodslist .item img {
  border-radius: 7px;
  object-fit: cover !important;
}

#ncb-h5-info-strip {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #e85632, #ff7a3d);
  box-shadow: 0 4px 14px rgba(154, 56, 29, 0.2);
  color: #fff;
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

#ncb-h5-info-strip strong {
  font-size: 15px;
  white-space: nowrap;
}

#ncb-h5-info-strip nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

#ncb-h5-info-strip a {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

#ncb-h5-info-strip a:last-child {
  border-color: #fff;
  background: #fff;
  color: #d94c24;
}

@media (max-width: 900px) {
  #ncb-info-links {
    display: none;
  }

  .swiperbox,
  .swiperbox > .wraper,
  .swiperbox .content.square,
  .swiperbox .el-carousel,
  .swiperbox .el-carousel__container,
  .swiperbox .el-carousel__item {
    height: 220px !important;
  }

  #ncb-info-bridge {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  img[src$="merchant-banner.jpg"] {
    height: 110px !important;
  }

  #ncb-h5-info-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  #ncb-h5-info-strip nav {
    width: 100%;
    justify-content: space-between;
  }
}
