@charset "UTF-8";
/**
 * 江西版招采系统与电子商城融合平台(临时)
 * date: 2025-12-24
 * author: xhz;
 */
body {
  background: #fff;
}

/* Header 样式 */
.banner {
  height: 584px;
  background: url(../images/banner.png) no-repeat center;
}
.banner .container {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.banner .banner-left {
  flex: 1;
  height: 524px;
  position: relative;
  overflow: hidden;
  background: #dbdbdb;
}
.banner .banner-left .banner-swiper {
  width: 100%;
  height: 100%;
}
.banner .banner-left .banner-swiper .swiper-slide {
  position: relative;
}
.banner .banner-left .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-title {
  margin-bottom: 2px;
}
.banner .banner-left .banner-swiper .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;
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-title span::before, .banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-title span::after {
  content: "家装超级品牌日";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .banner-left .banner-swiper .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);
}
.banner .banner-left .banner-swiper .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%);
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-desc {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-desc span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #203146;
}
.banner .banner-left .banner-swiper .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;
}
.banner .banner-left .banner-swiper .swiper-slide .banner-content .banner-desc .banner-btn:hover {
  background: #203146;
  color: #ffffff;
}
.banner .banner-left .banner-swiper .swiper-pagination {
  bottom: 20px;
  text-align: center;
}
.banner .banner-left .banner-swiper .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;
}
.banner .banner-left .banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #10a0b3;
}
.banner .banner-right {
  width: 250px;
  height: 524px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  position: relative;
}
.banner .banner-right::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/login-bg.png) no-repeat center;
  top: 0;
  left: 0;
}
.banner .banner-right .login-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  height: 100%;
}
.banner .banner-right .login-panel .login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.banner .banner-right .login-panel .login-header .logo-wrap {
  width: 60px;
  height: 60px;
}
.banner .banner-right .login-panel .login-header .logo-wrap img {
  width: 100%;
  height: 100%;
}
.banner .banner-right .login-panel .login-header .welcome-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.banner .banner-right .login-panel .login-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.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;
}
.banner .banner-right .login-panel .login-actions .login-btn:hover {
  background: #1399ab;
}
.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;
}
.banner .banner-right .login-panel .login-actions .register-btn:hover {
  border-color: #17a4b7;
  color: #17a4b7;
}
.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;
}
.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;
}
.banner .banner-right .login-panel .user-types .user-type-item img {
  width: 26px;
  height: 26px;
}
.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;
}
.banner .banner-right .login-panel .user-types .user-type-item.active span {
  color: #333333;
  font-weight: 500;
}
.banner .banner-right .login-panel .user-types .user-type-item:hover span {
  color: #17a4b7;
}
.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%;
}
.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;
}
.banner .banner-right .logged-panel .logout-btn:hover {
  opacity: 0.9;
}
.banner .banner-right .logged-panel .logged-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 160px;
  margin-top: 10px;
}
.banner .banner-right .logged-panel .logged-header .avatar-wrap {
  position: relative;
  width: 60px;
  height: 63px;
}
.banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .avatar {
  position: relative;
}
.banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.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;
}
.banner .banner-right .logged-panel .logged-header .avatar-wrap .avatar-container .user-role-tag span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.banner .banner-right .logged-panel .logged-header .user-name {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  text-align: center;
  color: #333333;
  width: 100%;
}
.banner .banner-right .logged-panel .logged-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.banner .banner-right .logged-panel .logged-actions .action-items {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.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;
}
.banner .banner-right .logged-panel .logged-actions .action-items .action-item img {
  width: 26px;
  height: 26px;
}
.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;
}
.banner .banner-right .logged-panel .logged-actions .action-items .action-item:hover span {
  color: #17a4b7;
}
.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;
}
.banner .banner-right .logged-panel .logged-actions .platform-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
}
.banner .banner-right .logged-panel .logged-actions .platform-btn img {
  width: 5.74px;
  height: 9.77px;
}
.banner .banner-right .logged-panel .logged-actions .platform-btn:hover {
  opacity: 0.9;
}
.banner .banner-right .logged-panel .logged-notices {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
  flex: 1;
  padding-top: 2px;
  border-top: 1px solid #ececec;
}
.banner .banner-right .logged-panel .logged-notices .notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.banner .banner-right .logged-panel .logged-notices .notice-header .notice-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #333333;
}
.banner .banner-right .logged-panel .logged-notices .notice-list {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}
.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;
}
.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;
}
.banner .banner-right .logged-panel .logged-notices .notice-list .notice-item .notice-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}
.banner .banner-right .logged-panel .logged-notices .notice-list .notice-item:hover .notice-text {
  color: #17a4b7;
}

.model {
  padding: 40px 0;
  text-align: center;
}
.model .cn {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.model .eng {
  font-weight: bold;
  color: #969696;
  opacity: 0.1;
  font-size: 30px;
  margin-top: -20px;
}
.model .model-title {
  position: relative;
}
.model .commore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #22bace;
  cursor: pointer;
  padding-right: 21px;
  z-index: 3;
  background: url(../images/more.png) no-repeat right center;
}

.notice-first-title1 {
  margin-top: 20px;
  height: 44px;
  display: flex;
  align-items: center;
}
.notice-first-title1 li {
  flex: 1;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.notice-first-title1 li.active {
  color: #fff;
  background: #17a4b7;
}

.notice-type-content {
  margin-top: 20px;
  height: 480px;
  padding: 24px;
  background: url(../images/notice-bg.png) no-repeat center;
}

.notice-type-item {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  gap: 24px;
  position: relative;
}
.notice-type-item .notice-filter {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  align-self: stretch;
  width: 180px;
}
.notice-type-item .notice-filter .filter-item {
  height: 65px;
  line-height: 65px;
  border-radius: 4px 0px 0px 4px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  cursor: pointer;
}
.notice-type-item .notice-filter .filter-item.active {
  color: #17a4b7;
  background: #ffffff;
  position: relative;
}
.notice-type-item .notice-filter .filter-item.active:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  background: url(../images/notice-arrow.png) no-repeat center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.notice-type-item .notice-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}
.notice-type-item .notice-list .notice-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.notice-type-item .notice-list .notice-item .notice-title {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.notice-type-item .notice-list .notice-item .notice-info {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-code {
  display: flex;
  align-items: center;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-code .label,
.notice-type-item .notice-list .notice-item .notice-info .notice-code .value {
  font-size: 13px;
  line-height: 19.5px;
  color: #999999;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-code .label {
  font-weight: 400;
  text-align: center;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-code .value {
  font-weight: 400;
  text-align: left;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-code-inline {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
  text-align: left;
  flex: 1;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-time {
  display: flex;
  align-items: center;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-time .label,
.notice-type-item .notice-list .notice-item .notice-info .notice-time .value {
  font-size: 13px;
  line-height: 19.5px;
  color: #999999;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-time .label {
  font-weight: 400;
  text-align: center;
}
.notice-type-item .notice-list .notice-item .notice-info .notice-time .value {
  font-weight: 400;
  text-align: left;
}

.platform {
  padding-bottom: 60px;
  background: url(../images/platform-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.platform-content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  align-items: stretch;
}
.platform-content .platform-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}
.platform-content .platform-item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.platform-content .platform-item .platform-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 6px;
  background: #17a4b7;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
}
.platform-content .platform-item .platform-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2e3033;
  height: 48px;
  overflow: hidden;
  text-align: left;
}
.platform-content .platform-item .platform-desc {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.platform-content .platform-item .platform-date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.platform-content .platform-item .platform-date span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #999999;
}