@charset "UTF-8";
/**
* 江西版招采系统与电子商城融合平台(临时)
* date:2026-1-6
* 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: 100%;
  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-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;
}

.hot-service {
  margin-top: 32px;
}
.hot-service .service-header {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding-right: 20px;
}
.hot-service .service-header .service-title {
  width: 134px;
  height: 62px;
  padding: 15px 19px;
  background: linear-gradient(180deg, #17A4B7 0%, #29BED2 100%);
  font-family: "Source Han Sans CN";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-service .service-header .service-tabs {
  display: flex;
  align-items: center;
  gap: 41px;
  flex: 1;
}
.hot-service .service-header .service-tabs .tab-item {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-service .service-header .service-tabs .tab-item.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 13px;
  font-weight: 500;
  color: #17A4B7;
  border: 1px solid #17A4B7;
  border-radius: 52px;
}
.hot-service .service-header .service-tabs .tab-item:hover:not(.active) {
  color: #17A4B7;
}
.hot-service .service-header .view-more {
  width: 90px;
  height: 32px;
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #17A4B7;
  border: 1px solid #17A4B7;
  border-radius: 56px;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-service .service-header .view-more:hover {
  background: #17A4B7;
  color: #fff;
}
.hot-service .service-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hot-service .service-content .tab-content {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.hot-service .service-content .tab-content.active {
  display: flex;
}
.hot-service .service-content .service-row {
  display: flex;
  gap: 16px;
}
.hot-service .service-content .service-row .service-card {
  flex: 1;
  position: relative;
  background: #fff;
  padding: 10px;
}
.hot-service .service-content .service-row .service-card .service-card-inner {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-image {
  height: 184px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-name {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-info .info-row {
  display: flex;
  gap: 7px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-info .info-row .label {
  color: #999;
  flex-shrink: 0;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-info .info-row .value {
  color: #333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-top .service-info .info-row .score {
  color: #E1251B;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-middle .price-wrapper {
  display: flex;
  align-items: baseline;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-middle .price-wrapper .price-symbol {
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 24px;
  line-height: 20px;
  color: #E1251B;
  margin-right: 4px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-middle .price-wrapper .price {
  font-family: "Source Han Sans CN";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #E1251B;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-middle .sold {
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom {
  display: flex;
  gap: 10px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom .btn-buy {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17A4B7;
  border-radius: 2px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom .btn-buy:hover {
  background: #138a9c;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom .btn-cart {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border-radius: 2px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #17A4B7;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom .btn-cart:hover {
  background: #e0e0e0;
}
.hot-service .service-content .service-row .service-card .service-card-inner .service-card-bottom .btn-cart img {
  width: 20px;
  height: 20px;
}
.hot-service .service-content .service-row .service-card .service-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 52px;
  height: 26px;
  background: linear-gradient(180deg, #26D969 0%, #78E3A0 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Han Sans CN";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.hot-project {
  margin-top: 32px;
  margin-bottom: 40px;
}
.hot-project .project-header {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding-right: 10px;
}
.hot-project .project-header .project-title {
  width: 134px;
  height: 62px;
  padding: 15px 19px;
  background: linear-gradient(180deg, #34D3F5 0%, #21C7EB 0%, #97D8F4 100%);
  font-family: "Source Han Sans CN";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-project .project-header .project-tabs {
  display: flex;
  align-items: center;
  gap: 41px;
  flex: 1;
}
.hot-project .project-header .project-tabs .tab-item {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-project .project-header .project-tabs .tab-item.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 13px;
  font-weight: 500;
  color: #24C7EB;
  border: 1px solid #24C7EB;
  border-radius: 52px;
}
.hot-project .project-header .project-tabs .tab-item:hover:not(.active) {
  color: #24C7EB;
}
.hot-project .project-header .view-more {
  width: 90px;
  height: 32px;
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #197AFF;
  border: 1px solid #197AFF;
  border-radius: 56px;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-project .project-header .view-more:hover {
  background: #197AFF;
  color: #fff;
}
.hot-project .project-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hot-project .project-content .tab-content {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.hot-project .project-content .tab-content.active {
  display: flex;
}
.hot-project .project-content .project-row {
  display: flex;
  gap: 16px;
}
.hot-project .project-content .project-row .project-card {
  flex: 1;
  position: relative;
  background: #fff;
  padding: 10px;
}
.hot-project .project-content .project-row .project-card .project-card-inner {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-image {
  height: 184px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-name {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-info .info-row {
  display: flex;
  gap: 7px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-info .info-row .label {
  color: #999;
  flex-shrink: 0;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-info .info-row .value {
  color: #333;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-top .project-info .info-row .score {
  color: #E1251B;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-middle .price-wrapper {
  display: flex;
  align-items: baseline;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-middle .price-wrapper .price-symbol {
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 24px;
  line-height: 20px;
  color: #E1251B;
  margin-right: 4px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-middle .price-wrapper .price {
  font-family: "Source Han Sans CN";
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #E1251B;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-middle .sold {
  font-family: "Source Han Sans CN";
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom {
  display: flex;
  gap: 10px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom .btn-buy {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24C7EB;
  border-radius: 2px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom .btn-buy:hover {
  background: #1ba8c9;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom .btn-cart {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDF3F9;
  border-radius: 2px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #24C7EB;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom .btn-cart:hover {
  background: #c5e9f4;
}
.hot-project .project-content .project-row .project-card .project-card-inner .project-card-bottom .btn-cart img {
  width: 20px;
  height: 20px;
}
.hot-project .project-content .project-row .project-card .project-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 52px;
  height: 26px;
  background: linear-gradient(180deg, #FFA319 0%, #EEC382 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Han Sans CN";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}