@charset "UTF-8";
/**
* 江西版招采系统与电子商城融合平台(临时)
* date:2026-1-4
* author: xhz;
 */
.detail-banner {
  height: 584px;
  padding-top: 30px;
  background: url(../images/banner.png) no-repeat center;
}
.detail-banner .container {
  height: 524px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-banner .category-dropdown {
  position: relative;
  width: 228px;
  height: 525px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(195, 195, 195, 0.25);
  z-index: 1000;
}
.detail-banner .category-dropdown.show-detail {
  width: 1199px;
}
.detail-banner .category-dropdown .category-level1 {
  float: left;
  width: 228px;
  height: 100%;
  background: #fff;
}
.detail-banner .category-dropdown .category-level1 .category-level1-title {
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(89.96deg, #17a4b7 0.04%, #23c1d7 99.96%);
  border-radius: 2px 2px 0px 0px;
  font-weight: bold;
}
.detail-banner .category-dropdown .category-level1 .category-level1-title img {
  margin-right: 5px;
}
.detail-banner .category-dropdown .category-level1 .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 12px;
  height: 54.5px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  background: url(../images/allgoods-arrow.png) no-repeat right 12px center;
}
.detail-banner .category-dropdown .category-level1 .category-item .item-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.detail-banner .category-dropdown .category-level1 .category-item .item-content img {
  width: 22px;
  height: 21px;
}
.detail-banner .category-dropdown .category-level1 .category-item .item-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  width: 152px;
}
.detail-banner .category-dropdown .category-level1 .category-item.active {
  background: #ffffff url(../images/allgoods-arrow.png) no-repeat right 12px center;
}
.detail-banner .category-dropdown .category-level1 .category-item.active .item-content span {
  color: #17a4b7;
}
.detail-banner .category-dropdown .category-detail {
  position: absolute;
  background: #fff;
  top: 0;
  left: 228px;
  width: 972px;
  height: 100%;
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0px 16px 16px;
  overflow-y: auto;
}
.detail-banner .category-dropdown .category-detail .category-group {
  display: flex;
  gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #cdcdcd;
}
.detail-banner .category-dropdown .category-detail .category-group:last-child {
  border-bottom: none;
}
.detail-banner .category-dropdown .category-detail .category-group .category-title {
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.35px;
  color: #222222;
  flex-shrink: 0;
}
.detail-banner .category-dropdown .category-detail .category-group .category-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-content: flex-start;
}
.detail-banner .category-dropdown .category-detail .category-group .category-items .category-item-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
}
.detail-banner .category-dropdown .category-detail .category-group .category-items .category-item-link:hover {
  color: #17a4b7;
}
.detail-banner .category-dropdown .category-detail .category-group .category-items .category-item-link.active {
  color: #17a4b7;
}
.detail-banner .banner-mid {
  height: 100%;
  width: 724px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.detail-banner .banner-mid .swiper-container {
  height: 384px;
  width: 100%;
}
.detail-banner .banner-mid .swiper-slide {
  position: relative;
}
.detail-banner .banner-mid .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-banner .banner-mid .swiper-slide .banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-title {
  margin-bottom: 2px;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-title span {
  display: inline-block;
  font-family: "YouSheBiaoTiHei", "Source Han Sans CN", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 73px;
  background: linear-gradient(94deg, #112442 0%, #804e32 49%, #5e201c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-title span::before, .detail-banner .banner-mid .swiper-slide .banner-content .banner-title span::after {
  content: "家装超级品牌日";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-title span::before {
  background: linear-gradient(94deg, rgb(255, 255, 255) 0%, rgba(243, 255, 253, 0.16) 96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  clip-path: inset(0 66% 0 0);
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-title span::after {
  background: linear-gradient(94deg, rgba(243, 255, 253, 0.16) 42%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  clip-path: inset(0 0 0 36%);
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-desc {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-desc span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #203146;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-desc .banner-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #203146;
  background: #ffffff;
  border: 0.5px solid #203146;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-mid .swiper-slide .banner-content .banner-desc .banner-btn:hover {
  background: #203146;
  color: #ffffff;
}
.detail-banner .banner-mid .swiper-pagination {
  bottom: 20px;
  text-align: center;
}
.detail-banner .banner-mid .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: rgb(255, 255, 255);
  opacity: 1;
  margin: 0 3px;
  transition: all 0.3s;
}
.detail-banner .banner-mid .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #10a0b3;
}
.detail-banner .banner-mid .zone {
  height: 127px;
  display: flex;
  justify-content: space-between;
}
.detail-banner .banner-mid .zone .item {
  width: 354px;
  height: 127px;
  padding: 14px 0 0 14px;
  color: #fff;
}
.detail-banner .banner-mid .zone .item .line1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.detail-banner .banner-mid .zone .item .line2 {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.detail-banner .banner-mid .zone .item .line3 {
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  gap: 7px;
  font-size: 14px;
}
.detail-banner .banner-mid .zone .item .line3 img {
  width: 20px;
  height: 20px;
}
.detail-banner .banner-mid .zone .item.product-zone {
  background: url(../images/market-img1.png) no-repeat center;
  background-size: 100% 100%;
}
.detail-banner .banner-mid .zone .item.welfare-zone {
  background: url(../images/market-img2.png) no-repeat center;
  background-size: 100% 100%;
}
.detail-banner .banner-right {
  width: 224px;
  height: 524px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  position: relative;
}
.detail-banner .banner-right::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/login-bg.png) no-repeat center;
  top: 0;
  left: 0;
}
.detail-banner .banner-right .login-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  height: 100%;
}
.detail-banner .banner-right .login-panel .login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.detail-banner .banner-right .login-panel .login-header .logo-wrap {
  width: 60px;
  height: 60px;
}
.detail-banner .banner-right .login-panel .login-header .logo-wrap img {
  width: 100%;
  height: 100%;
}
.detail-banner .banner-right .login-panel .login-header .welcome-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.detail-banner .banner-right .login-panel .login-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.detail-banner .banner-right .login-panel .login-actions .login-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #17a4b7;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .login-panel .login-actions .login-btn:hover {
  background: #1399ab;
}
.detail-banner .banner-right .login-panel .login-actions .register-btn {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #5c5c5c;
  background: transparent;
  border: 1px solid #d7e0ee;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .login-panel .login-actions .register-btn:hover {
  border-color: #17a4b7;
  color: #17a4b7;
}
.detail-banner .banner-right .login-panel .user-types {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  flex: 1;
}
.detail-banner .banner-right .login-panel .user-types .user-type-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .login-panel .user-types .user-type-item img {
  width: 26px;
  height: 26px;
}
.detail-banner .banner-right .login-panel .user-types .user-type-item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: #27313d;
}
.detail-banner .banner-right .login-panel .user-types .user-type-item.active span {
  color: #333333;
  font-weight: 500;
}
.detail-banner .banner-right .login-panel .user-types .user-type-item:hover span {
  color: #17a4b7;
}
.detail-banner .banner-right .logged-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 13px;
  height: 100%;
}
.detail-banner .banner-right .logged-panel .logout-btn {
  position: absolute;
  right: 0;
  top: 48px;
  width: 48px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(90deg, #23c1d7 0%, #17a4b7 100%);
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.detail-banner .banner-right .logged-panel .logout-btn:hover {
  opacity: 0.9;
}
.detail-banner .banner-right .logged-panel .logged-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 160px;
  margin-top: 10px;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap {
  position: relative;
  width: 60px;
  height: 63px;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .avatar {
  position: relative;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .user-role-tag {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 53px;
  height: 17px;
  background: #17a4b7;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .user-role-tag span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.detail-banner .banner-right .logged-panel .logged-header .user-name {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  text-align: center;
  color: #333333;
  width: 100%;
}
.detail-banner .banner-right .logged-panel .logged-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.detail-banner .banner-right .logged-panel .logged-actions .action-items {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.detail-banner .banner-right .logged-panel .logged-actions .action-items .action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 6px;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .logged-panel .logged-actions .action-items .action-item img {
  width: 26px;
  height: 26px;
}
.detail-banner .banner-right .logged-panel .logged-actions .action-items .action-item span {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -2.5%;
  text-align: center;
  color: #5c5c5c;
}
.detail-banner .banner-right .logged-panel .logged-actions .action-items .action-item:hover span {
  color: #17a4b7;
}
.detail-banner .banner-right .logged-panel .logged-actions .platform-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 3px 10px;
  width: 100%;
  height: 41px;
  background: linear-gradient(88deg, #17a4b7 0%, #23c1d7 100%);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .logged-panel .logged-actions .platform-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
}
.detail-banner .banner-right .logged-panel .logged-actions .platform-btn img {
  width: 5.74px;
  height: 9.77px;
}
.detail-banner .banner-right .logged-panel .logged-actions .platform-btn:hover {
  opacity: 0.9;
}
.detail-banner .banner-right .logged-panel .logged-notices {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  flex: 1;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-header .notice-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-list {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-list .notice-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  border-bottom: 1px dashed #edeeee;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-list .notice-item .notice-text {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  opacity: 0.9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-list .notice-item .notice-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}
.detail-banner .banner-right .logged-panel .logged-notices .notice-list .notice-item:hover .notice-text {
  color: #17a4b7;
}

.featured-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 20px;
  margin-top: 30px;
}
.featured-products .featured-left {
  width: 140px;
  height: 220px;
}
.featured-products .featured-left .featured-title-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/market-img3.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10px 12px;
}
.featured-products .featured-left .featured-title-bg .featured-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #178999;
  margin-bottom: 25px;
  position: relative;
}
.featured-products .featured-left .featured-title-bg .featured-title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 31px;
  height: 3px;
  background: #ffffff;
}
.featured-products .featured-left .featured-title-bg .featured-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #686868;
  margin-bottom: 3px;
}
.featured-products .featured-middle {
  position: relative;
  width: 690px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.featured-products .featured-middle .swiper-button-prev {
  margin-left: -30px;
}
.featured-products .featured-middle .swiper-button-next {
  margin-right: -30px;
}
.featured-products .featured-middle .swiper-button-prev,
.featured-products .featured-middle .swiper-button-next {
  width: 27px;
  height: 27px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.featured-products .featured-middle .swiper-button-prev img,
.featured-products .featured-middle .swiper-button-next img {
  width: 100%;
  height: 100%;
}
.featured-products .featured-middle .swiper-button-prev.swiper-button-disabled,
.featured-products .featured-middle .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.featured-products .featured-middle .featured-swiper {
  flex: 1;
  overflow: hidden;
}
.featured-products .featured-middle .featured-swiper .swiper-wrapper {
  display: flex;
}
.featured-products .featured-middle .featured-swiper .product-card {
  display: flex;
  flex-direction: column;
  gap: 9px;
  cursor: pointer;
  transition: all 0.3s;
}
.featured-products .featured-middle .featured-swiper .product-card:hover {
  transform: translateY(-4px);
}
.featured-products .featured-middle .featured-swiper .product-card .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 139px;
}
.featured-products .featured-middle .featured-swiper .product-card .product-image img {
  max-width: 133px;
  max-height: 133px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-products .featured-middle .featured-swiper .product-card .product-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.featured-products .featured-middle .featured-swiper .product-card .product-info .product-name {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-products .featured-middle .featured-swiper .product-card .product-info .product-price {
  display: flex;
  align-items: baseline;
}
.featured-products .featured-middle .featured-swiper .product-card .product-info .product-price .price-symbol {
  font-size: 12px;
  font-weight: 350;
  line-height: 20px;
  color: #e1251b;
}
.featured-products .featured-middle .featured-swiper .product-card .product-info .product-price .price-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #e1251b;
}
.featured-products .featured-right {
  position: relative;
  width: 274.8px;
  height: 220px;
  background: linear-gradient(152deg, #3dcfe3 0%, #1eb5c9 61%, #3dcfe3 100%);
  padding: 7px 0;
}
.featured-products .featured-right .like-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.featured-products .featured-right .like-title:after, .featured-products .featured-right .like-title:before {
  content: "";
  width: 73px;
  height: 14px;
  background: url(../images/market-img4.png) no-repeat center;
}
.featured-products .featured-right .like-title:after {
  background: url(../images/market-img5.png) no-repeat center;
}
.featured-products .featured-right .like-title span {
  background: linear-gradient(180deg, #ffffff 0%, #cee7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.featured-products .featured-right .like-swiper {
  width: 100%;
  height: 155px;
  overflow: hidden;
}
.featured-products .featured-right .like-swiper .swiper-wrapper {
  align-items: center;
}
.featured-products .featured-right .like-swiper .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item {
  padding-top: 5px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 153.89px;
  height: 155px;
  gap: 5px;
  box-shadow: 0px 0px 9.8px 0px rgba(40, 40, 40, 0.25);
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-image {
  padding: 10px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-image img {
  max-width: 79px;
  max-height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-name {
  padding: 0 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  height: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-price {
  padding: 0 8px 8px;
  height: 20px;
  display: flex;
  align-items: baseline;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-price .price-symbol {
  font-size: 12px;
  font-weight: 350;
  line-height: 20px;
  color: #e1251b;
}
.featured-products .featured-right .like-swiper .swiper-slide .like-item .like-price .price-value {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #e1251b;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item {
  width: 130px;
  height: 130.94px;
  opacity: 0.3;
  box-shadow: 0px 0px 6.76px 0px rgba(237, 237, 237, 0.25);
  border-radius: 4.22px;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-image {
  padding: 8.45px;
  height: 76.87px;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-image img {
  max-width: 66.74px;
  max-height: 65.89px;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-name {
  font-size: 12.67px;
  line-height: 17px;
  height: 17px;
  color: #646464;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-price {
  height: 17px;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-price .price-symbol {
  font-size: 10.14px;
  line-height: 17px;
}
.featured-products .featured-right .like-swiper .swiper-slide:not(.swiper-slide-active) .like-item .like-price .price-value {
  font-size: 12.67px;
  line-height: 17px;
}
.featured-products .featured-right .like-controls {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 8.8px 0 8.8px;
  z-index: 10;
}
.featured-products .featured-right .like-controls .like-control-prev,
.featured-products .featured-right .like-controls .like-control-next {
  width: 73px;
  height: 14px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.featured-products .featured-right .like-controls .like-control-prev img,
.featured-products .featured-right .like-controls .like-control-next img {
  width: 100%;
  height: 100%;
}
.featured-products .featured-right .like-controls .like-control-prev:hover,
.featured-products .featured-right .like-controls .like-control-next:hover {
  opacity: 1;
}

.advertisement {
  height: 146px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.advertisement .item {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.advertisement .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.advertisement .item p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5.95px);
          backdrop-filter: blur(5.95px);
  /* Note: backdrop-filter has minimal browser support */
}

.goods-mod {
  margin-top: 32px;
}
.goods-mod .goods-title {
  font-size: 26px;
  line-height: 32px;
}
.goods-mod .goods-mod-content {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  height: 537px;
  background: #f5f5f5;
}
.goods-mod .goods-mod-content .goods-promo {
  position: relative;
  width: 238px;
  height: 100%;
  padding: 38px 22px 0;
  overflow: hidden;
}
.goods-mod .goods-mod-content .goods-promo .promo-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.goods-mod .goods-mod-content .goods-promo .promo-title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.48;
  color: #222222;
  margin-bottom: 14px;
  z-index: 1;
}
.goods-mod .goods-mod-content .goods-promo .promo-desc {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.48;
  color: #5c5c5c;
  z-index: 1;
  height: 42px;
}
.goods-mod .goods-mod-content .goods-promo .promo-tags {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 1;
  margin-top: 130px;
}
.goods-mod .goods-mod-content .goods-promo .promo-tags .tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  -webkit-backdrop-filter: blur(11.9px);
          backdrop-filter: blur(11.9px);
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.goods-mod .goods-mod-content .goods-promo .promo-tags .tag-item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.goods-mod .goods-mod-content .goods-promo .promo-btn {
  margin-top: 17px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 53.81px;
  height: 24px;
  border: 1px solid #5c5c5c;
  border-radius: 22px;
  font-size: 14px;
  color: #5c5c5c;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}
.goods-mod .goods-mod-content .goods-promo .promo-btn svg {
  width: 5.38px;
  height: 10px;
}
.goods-mod .goods-mod-content .goods-promo .promo-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.goods-mod .goods-mod-content .goods-products {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.goods-mod .goods-mod-content .goods-products .products-row {
  display: flex;
  gap: 16px;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  background: #ffffff;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-img-wrap {
  position: relative;
  width: 194px;
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #eeeeee;
  flex-shrink: 0;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-img-wrap img {
  width: 177px;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-img-wrap .product-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #17a4b7 0%, #2fc5d9 100%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #ffffff;
  border-radius: 0 0 0 10px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-name-large {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #333333;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-meta {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-meta .price-sales {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-meta .price-sales .product-price-large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  color: #e1251b;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-meta .price-sales .product-sales {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.67;
  color: #646464;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-meta .supplier-name {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.67;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-actions .btn-add-cart {
  width: 98px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1251b;
  border: none;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 350;
  line-height: 1.33;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-actions .btn-add-cart:hover {
  background: #c41e15;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-actions .btn-favorite {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: url(../images/favorite.png) no-repeat center;
}
.goods-mod .goods-mod-content .goods-products .products-large .product-card-large .product-info-large .product-actions .btn-favorite.active {
  background: url(../images/favorite-active.png) no-repeat center;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 10px;
  background: #ffffff;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-img-small {
  position: relative;
  width: 100%;
  height: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #eeeeee;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-img-small img {
  width: 100%;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-img-small .product-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 10px;
  background: linear-gradient(180deg, #17a4b7 0%, #2fc5d9 100%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  color: #ffffff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-info-small {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-info-small .product-name-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-info-small .product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-info-small .product-bottom .product-price-small {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  color: #e1251b;
}
.goods-mod .goods-mod-content .goods-products .products-small .product-card-small .product-info-small .product-bottom .product-sales-small {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.67;
  color: #646464;
}

.btn-favorite:hover svg path, .btn-favorite.active svg path {
  fill: #e1251b !important;
  stroke: #e1251b !important;
}

.transaction {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.transaction .transaction-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.transaction .transaction-header .header-left {
  display: flex;
  align-items: center;
  gap: 42px;
}
.transaction .transaction-header .header-left .transaction-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
  color: #222222;
}
.transaction .transaction-header .header-left .transaction-tabs {
  display: flex;
  gap: 24px;
}
.transaction .transaction-header .header-left .transaction-tabs .tab-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.transaction .transaction-header .header-left .transaction-tabs .tab-item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.48;
  color: #5c5c5c;
  text-align: center;
  transition: color 0.3s;
}
.transaction .transaction-header .header-left .transaction-tabs .tab-item.active {
  border-bottom-color: #17a4b7;
}
.transaction .transaction-header .header-left .transaction-tabs .tab-item.active span {
  font-weight: 500;
  color: #17a4b7;
}
.transaction .transaction-header .view-more-btn {
  width: 78px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eceaea;
  border-radius: 54px;
  cursor: pointer;
  transition: all 0.3s;
}
.transaction .transaction-header .view-more-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: #17a4b7;
}
.transaction .transaction-header .view-more-btn:hover {
  background: #e0e0e0;
}
.transaction .transaction-content {
  position: relative;
}
.transaction .transaction-content .announcement-list {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 23px 21px;
}
.transaction .transaction-content .announcement-list.active {
  display: flex;
}
.transaction .transaction-content .announcement-list .announcement-card {
  flex: 0 0 calc(25% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 12px 12px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(209, 209, 209, 0.25);
}
.transaction .transaction-content .announcement-list .announcement-card .card-status {
  width: 69px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #17a4b7;
}
.transaction .transaction-content .announcement-list .announcement-card .card-status.bidding {
  color: #17a4b7;
}
.transaction .transaction-content .announcement-list .announcement-card .card-status.ended {
  color: #666666;
}
.transaction .transaction-content .announcement-list .announcement-card .card-status.deal {
  color: #17a4b7;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 8px;
  padding: 0 0 6px;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.54;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown {
  display: flex;
  align-items: center;
  width: 100%;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .countdown-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5c5c5c;
  text-align: center;
  flex-shrink: 0;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .countdown-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .countdown-timer .time-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  min-width: 22px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #e44747;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .countdown-timer .time-box .time-num {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.02em;
  color: #e1251b;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .countdown-timer .time-unit {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5c5c5c;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-main .card-countdown .deal-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5c5c5c;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-divider {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
  padding: 2px 0 0;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-info .info-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #5c5c5c;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-info .info-item .label {
  color: #5c5c5c;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-info .info-item .value {
  color: #222222;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-info .info-item.ellipsis {
  width: 239px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-action {
  width: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #17a4b7;
  cursor: pointer;
  transition: all 0.3s;
}
.transaction .transaction-content .announcement-list .announcement-card .card-body .card-action:hover {
  color: #0d7a8a;
}