@charset "UTF-8";
/**
 * 昌吉州政资局公共资源交易平台升级改造项目
 * date: 2025-8-6
 * author: xhz;
 */
html {
  background: #f5f9ff;
}

.flexsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-header {
  height: 500px;
  position: relative;
  z-index: 10;
}
.home-header .banner-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.home-header .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-header .swiper .swiper-slide > img {
  height: 100%;
  width:100%;
}
.home-header .swiper-pagination {
  bottom: 30px;
}
.home-header .banner-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0.5;
  margin-top: 2px;
  vertical-align: top;
}
.home-header .banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.home-header .banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 46px;
  border-radius: 32px;
}
.home-header .top {
  height: 42px;
}
.home-header .top .date {
  font-size: 14px;
  color: #fff;
}
.home-header .top .platform-nav {
  color: #fff;
  margin-right: 16px;
}
.home-header .top .search {
  width: 200px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
}
.home-header .top .search input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  width: calc(100% - 50px);
  padding-left: 15px;
  font-size: 14px;
}
.home-header .top .search .search-btn {
  width: 45px;
  height: 100%;
  cursor: pointer;
  background: url(../images/readglass.png) no-repeat center;
}
.home-header .logo {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 188px;
}
.home-header .slogan {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  top: 328px;
}

.header-nav {
  height: 52px;
  line-height: 52px;
  background: #0558b8;
}
.header-nav li {
  flex: 1;
  height: 100%;
  color: #fff;
  font-size: 18px;
}
.header-nav li.active {
  font-weight: bold;
  background: #1875e2;
}
.header-nav li a {
  text-align: center;
  display: block;
  height: 100%;
}

.notice-content {
  margin-top: 22px;
}

/* 新闻 */
.news {
  height: 424px;
  margin-top: 22px;
}
.news-swiper {
  height: 100%;
  width: 589px;
}
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 15px;
  height: 25px;
  background: no-repeat center;
  transform: translateY(-50%);
}
.news-swiper .swiper-button-prev.swiper-button-disabled,
.news-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.news-swiper .swiper-button-prev {
  left: 26px;
  right: auto;
  background-image: url("../images/news_prev_icon_SRj3JI.png");
}
.news-swiper .swiper-button-next {
  left: auto;
  right: 26px;
  background-image: url("../images/news_next_icon_SRj3JI.png");
}
.news-swiper .swiper-pagination-bullets {
  bottom: 17px;
  left: auto;
  right: 7px;
  width: auto;
  height: 8px;
}
.news-swiper .swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 8px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news-swiper-item {
  position: relative;
  display: block;
  height: 100%;
}
.news-swiper-img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-swiper-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 100px 0 10px;
  width: 100%;
  height: 42px;
  color: #fff;
  line-height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(43, 43, 43, 0.7);
  overflow: hidden;
}
.news-tab {
  height: 100%;
  width: 591px;
  position: relative;
  background: #fff;
  padding: 18px 20px;
}
.news-tab-hd {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 58px;
}
.news-tab-hd-item {
  box-sizing: border-box;
  padding: 0 12px;
  height: 36px;
  color: #666;
  font-size: 18px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #f7f7f7;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.news-tab-hd-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #1f6de8;
}
.news-tab-hd-item + .news-tab-hd-item {
  margin-left: 12px;
}
.news-tab-bd {
  margin-top: 24px;
}
.news-more {
  position: absolute;
  top: 25px;
  right: 20px;
}

.common-list {
  overflow: hidden;
}
.common-list-item {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/news_item_icon_SRj3JI.png") no-repeat left 3px;
}
.common-list-item:hover {
  border-bottom: 1px solid #1f6de8;
}
.common-list-item:hover .common-list-title,
.common-list-item:hover .common-list-date {
  color: #1f6de8;
}
.common-list-item + .common-list-item {
  margin-top: 12px;
}
.common-list-title {
  flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-list-date {
  color: #999;
}

.com-more {
  padding-right: 17px;
  height: 21px;
  color: #1f6de8;
  line-height: 21px;
  background: url("../images/news_more_icon_SRj3JI.png") no-repeat right center;
}

.module {
  margin-top: 22px;
}
.module .module-title {
  margin-bottom: 20px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.module .module-title:before, .module .module-title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}
.module .module-title span {
  font-size: 28px;
  color: #0558b8;
  font-weight: bold;
}
.module .module-title span:before, .module .module-title span:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #1875e2;
  top: 50%;
  transform: translateY(-50%);
}
.module .module-title span:before {
  left: 0;
}
.module .module-title span:after {
  right: 0;
}

.trade {
  height: 162px;
}
.trade-tab {
  display: flex;
  height: 100%;
}
.trade-tab-bd {
  flex: 1;
  margin-left: 16px;
}
/* .trade .trade-mod {
  display: flex;
  height: 100%;
}
.trade .trade-mod .trade-content {
  overflow: hidden;
  width: 0;
}
.trade .trade-mod.active .trade-btn {
  background: url(../images/home/trade-btn-active.png) no-repeat center;
  background-size: 100% 100%;
}
.trade .trade-mod.active .trade-content {
  width: calc(100% - 80px);
} */
.trade .trade-btn {
  cursor: pointer;
  height: calc((100% - 16px) / 2);
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.trade .trade-btn.current {
  color: #fff;
  background: url(../images/home/trade-btn-active.png) no-repeat center;
  background-size: 100% 100%;
}
.trade .trade-btn+.trade-btn {
  margin-top: 16px;
}
.trade .trade-content {
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
}
.trade .trade-content .trade-list {
  height: 100%;
}
.trade .trade-content .trade-list li {
  height: 100%;
  flex: 1;
}
.trade .trade-content .trade-list li:hover {
  color: var(--hoverColor);
}
.trade .trade-content .trade-list li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trade .trade-content .trade-list li a p {
  font-size: 16px;
  font-weight: bold;
}

.friendly {
  padding: 0 34px;
  height: 100%;
  position: relative;
}
.friendly .swiper-container {
  height: 100%;
}
.friendly .swiper-button-next,
.friendly .swiper-button-prev {
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  margin-top: 0;
}
.friendly .swiper-button-next {
  right: 10px;
  background-image: url("../images/home/next_icon_qlNU3i.png");
}
.friendly .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url("../images/home/next_icon_qlNU3i-gray.png");
}
.friendly .swiper-button-prev {
  left: 10px;
  background-image: url("../images/home/prev_icon_qlNU3i.png");
}
.friendly .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url("../images/home/prev_icon_qlNU3i-gray.png");
}
.friendly .swiper-slide {
  height: 100%;
}
.friendly .swiper-slide:hover {
  color: var(--hoverColor);
}
.friendly .swiper-slide a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.friendly .swiper-slide a p {
  font-size: 16px;
  font-weight: bold;
}

/* 交易信息 */
.info {
  width: 1200px;
}
.info-tab1-hd {
  display: flex;
  height: 42px;
  border-radius: 4px;
  background-color: #eef3fc;
  overflow: hidden;
}
.info-tab1-hd-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  width: 0;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
font-weight: bold;}
.info-tab1-hd-item.current {
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #4e91fc, #1f6de9);
}
.info-tab1-hd-item.current::before, .info-tab1-hd-item.current::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 42px;
  background: no-repeat center;
  pointer-events: none;
}
.info-tab1-hd-item.current::before {
  right: calc(100% - 1px);
  background-image: url("../images/index_tab_icon1_sSdXuD.png");
}
.info-tab1-hd-item.current::after {
  left: calc(100% - 1px);
  background-image: url("../images/index_tab_icon2_sSdXuD.png");
}
.info-tab1-hd-item + .info-tab1-hd-item {
  margin-left: 40px;
}
.info .info-tab2-hd {
  margin: 16px 0;
}
.info .info-tab2-hd li {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.info .info-tab2-hd li .highlight {
  display: none;
}
.info .info-tab2-hd li img {
  width: 36px;
  height: 36px;
}
.info .info-tab2-hd li p {
  font-size: 16px;
  line-height: 24px;
}
.info .info-tab2-hd li.current {
  background: #1875e2;
  color: #fff;
}
.info .info-tab2-hd li.current .highlight {
  display: block;
}
.info .info-tab2-hd li.current .default {
  display: none;
}
.info .info-tab2-bd {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 4px;
}
.info-tab3-hd {
  display: flex;
}
.info-tab3-hd .hdl {
  font-size: 16px;
  height: 42px;
  padding: 0 12px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.info-tab3-hd .hdl.current {
  color: #1875e2;
  border-bottom: 2px solid #1875e2;
  background: linear-gradient(360deg, rgba(31, 109, 232, 0.12) 0%, rgba(31, 109, 232, 0) 100%);
}
.info-tab3-bd {
  margin-top: 20px;
}
.info .list-footer {
  text-align: center;
  margin-top: 12px;
}
.info .common-list {
  min-height: 332px;
}

/* 今日开标模块 */
.today-bid-container {
  display: flex;
  margin-top: 18px;
  gap: 20px;
  height: 100%;
}

.today-bid-section {
  width: 589px;
  background: #fff;
  border-radius: 4px;
  padding: 18px 20px;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
}
.today-bid-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.today-bid-section .section-header .section-title {
  font-size: 18px;
  font-weight: bold;
  color: #1875e2;
  padding: 4px 16px;
  background: #1875e2;
  color: #fff;
  border-radius: 4px;
}
.today-bid-section .bid-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 330px;
  overflow: auto;
}
.today-bid-section .bid-item {
  cursor: pointer;
  background: #f4f6f9;
  border-radius: 4px;
  padding: 12px;
  height: 75px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.today-bid-section .bid-item.active {
  background: #e9f0f9;
}
.today-bid-section .bid-item .bid-tag {
  display: inline-block;
  background: #1875e2;
  margin-right: 8px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 2px;
}
.today-bid-section .bid-item .bid-title {
  font-size: 14px;
  color: #2e3033;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.today-bid-section .bid-item .bid-info {
  display: flex;
  gap: 32px;
  font-size: 14px;
  color: #999;
}

.bid-venue-section {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 18px 20px;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
}
.bid-venue-section .section-header {
  margin-bottom: 20px;
}
.bid-venue-section .section-header .section-title {
  font-size: 18px;
  font-weight: bold;
  color: #1875e2;
  padding: 4px 16px;
  background: #1875e2;
  color: #fff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.bid-venue-section .venue-filter {
  display: flex;
  gap: 30px;
}
.bid-venue-section .venue-filter .filter-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.bid-venue-section .venue-filter .filter-row .filter-label {
  font-size: 14px;
  color: #5c5c5c;
  width: 70px;
  text-align: right;
}
.bid-venue-section .venue-filter .filter-row .filter-input {
  position: relative;
  flex: 1;
}
.bid-venue-section .venue-filter .filter-row .filter-input input {
  width: 100%;
  height: 32px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  color: #666;
  background: #fff;
}
.bid-venue-section .venue-filter .filter-row .filter-input .dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: #5c5c5c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: transform 0.3s ease;
}
.bid-venue-section .venue-filter .filter-row .filter-input.dropdown-open .dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}
.bid-venue-section .venue-filter .filter-row .filter-input .calendar-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/home/date.png) no-repeat center;
  background-size: 14px 14px;
  border-radius: 2px;
}
.bid-venue-section .venue-list {
  display: flex;
  flex-wrap: wrap;
  height: 288px;
  overflow: auto;
}
.bid-venue-section .venue-list .venue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 20px;
  width: 20%;
}
.bid-venue-section .venue-list .venue-item .venue-icon {
  width: 48px;
  height: 48px;
  background: url(../images/home/room.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 4px;
}
.bid-venue-section .venue-list .venue-item .venue-icon.active {
  background: url(../images/home/room1.png) no-repeat center;
  background-size: 100% 100%;
}
.bid-venue-section .venue-list .venue-item .venue-name {
  font-size: 14px;
  color: #333;
  text-align: center;
}
.venue-item.active .bid-venue-section .venue-list .venue-item .venue-name {
  color: #1875e2;
}

/* 交易提醒模块 */
.trade-reminder-container {
  background: #fff;
  border-radius: 4px;
  padding: 18px 20px;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
}
.trade-reminder-container .reminder-filter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.trade-reminder-container .reminder-filter .filter-section {
  display: flex;
  gap: 6px;
  align-items: center;
}
.trade-reminder-container .reminder-filter .filter-section .filter-label {
  font-size: 14px;
  color: #666;
  width: 70px;
  text-align: right;
}
.trade-reminder-container .reminder-filter .filter-section .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.trade-reminder-container .reminder-filter .filter-section .filter-options .filter-option {
  padding: 4px 12px;
  height: 26px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-reminder-container .reminder-filter .filter-section .filter-options .filter-option.active {
  background: #1f6de8;
  color: #fff;
  font-weight: bold;
}
.trade-reminder-container .reminder-table .table-header {
  display: flex;
  background: #eef6ff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.trade-reminder-container .reminder-table .table-header .table-cell {
  padding: 10px;
  font-size: 14px;
  color: #1875e2;
  display: flex;
  align-items: center;
}
.trade-reminder-container .reminder-table .table-header .table-cell:nth-child(1) {
  flex: 1;
}
.trade-reminder-container .reminder-table .table-header .table-cell:nth-child(2) {
  width: 220px;
}
.trade-reminder-container .reminder-table .table-header .table-cell:nth-child(3) {
  width: 150px;
}
.trade-reminder-container .reminder-table .table-header .table-cell:nth-child(4) {
  width: 180px;
}
.trade-reminder-container .reminder-table .table-row {
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.trade-reminder-container .reminder-table .table-row:hover {
  background: #f6faff;
}
.trade-reminder-container .reminder-table .table-row:hover .table-cell {
  color: #1875E2;
}
.trade-reminder-container .reminder-table .table-row.highlight {
  background: #f6faff;
}
.trade-reminder-container .reminder-table .table-row .table-cell {
  padding: 10px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}
.trade-reminder-container .reminder-table .table-row .table-cell:nth-child(1) {
  flex: 1;
}
.trade-reminder-container .reminder-table .table-row .table-cell:nth-child(2) {
  width: 220px;
}
.trade-reminder-container .reminder-table .table-row .table-cell:nth-child(3) {
  width: 150px;
}
.trade-reminder-container .reminder-table .table-row .table-cell:nth-child(4) {
  width: 180px;
}
.trade-reminder-container .reminder-table .table-row .table-cell.time-urgent {
  color: #f94747;
}

.one-web {
  height: 162px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
  display: flex;
  justify-content: space-around;
}
.one-web li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 12px;
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
}
.one-web li:hover {
  color: var(--hoverColor);
  bottom: 10px;
}
.one-web li p {
  font-size: 16px;
  font-weight: bold;
}

.one-web li a {
      text-align: center;
}

.supervise .supervise-l {
  width: 777px;
  height: 424px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
  padding: 18px 20px;
}
.supervise .supervise-l .supervise-head {
  height: 42px;
}
.supervise .supervise-l .supervise-head .types {
  display: flex;
  gap: 12px;
}
.supervise .supervise-l .supervise-head .types li {
  cursor: pointer;
  background: #f7f7f7;
  border-radius: 4px;
  height: 36px;
  padding: 0 16px;
  color: #666;
  font-size: 18px;
  line-height: 36px;
}
.supervise .supervise-l .supervise-head .types li.active {
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  background-color: #1f6de8;
}
.supervise .supervise-l .supervise-head .search {
  width: 250px;
  height: 32px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  overflow: hidden;
}
.supervise .supervise-l .supervise-head .search input {
  width: calc(100% - 35px);
  height: 100%;
  padding-left: 10px;
}
.supervise .supervise-l .supervise-head .search .search-btn {
  width: 32px;
  cursor: pointer;
  height: 100%;
  background: url(../images/home/readglass.png) no-repeat center;
}
.supervise .supervise-l .supervise-l-content {
  margin-top: 10px;
  position: relative;
}
.supervise .supervise-l .supervise-l-content table {
  width: 100%;
  table-layout: fixed;
}
.supervise .supervise-l .supervise-l-content table th,
.supervise .supervise-l .supervise-l-content table td {
  padding: 0 12px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.supervise .supervise-l .supervise-l-content table th {
  height: 42px;
  color: #1875e2;
  background: #eef6ff;
}
.supervise .supervise-l .supervise-l-content table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
}
.supervise .supervise-l .supervise-l-content .com-more {
  position: absolute;
  top: -42px;
  left: 419px;
}
.supervise .cx-notice {
  width: 401px;
  height: 424px;
  box-shadow: 0px 0px 12px rgba(4, 44, 101, 0.08);
  padding: 18px 20px 0;
  background: #fff;
  position: relative;
}
.supervise .cx-notice .news-tab-hd-item.active {
  color: #fff;
  font-weight: bold;
  font-weight: bold;
  background-color: #1f6de8;
}
.supervise .cx-notice .com-more {
  position: absolute;
  top: 25px;
  right: 20px;
}

.platform {
  margin-top: 22px;
  margin-bottom: 22px;
}
.platform li {
  width: 386px;
  height: 100px;
}
.platform li:nth-child(1) {
  background: url("../images/home/platform1.png") no-repeat center;
  background-size: 100% 100%;
}
.platform li:nth-child(2) {
  background: url("../images/home/platform2.png") no-repeat center;
  background-size: 100% 100%;
}
.platform li:nth-child(3) {
  background: url("../images/home/platform3.png") no-repeat center;
  background-size: 100% 100%;
}
.platform li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  padding-left: 110px;
}
.platform li a h2 {
  font-size: 20px;
  font-weight: bold;
}
.platform li a p {
  margin-top: 10px;
  font-size: 12px;
}

/* 交互相关样式 */
/* 输入框焦点效果 */
.venue-filter .filter-input input:focus {
  outline: none;
  border-color: #1875e2;
  box-shadow: 0 0 0 2px rgba(24, 117, 226, 0.2);
}

/* 筛选选项悬停效果 */
.filter-option:hover {
  background: #e6f3ff !important;
  color: #1875e2 !important;
}

/* 输入框可点击样式 */
.venue-filter .filter-input {
  cursor: pointer;
}
.venue-filter .filter-input input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.venue-filter .filter-input:hover input {
  border-color: #1875e2;
}

/* 下拉框和日期选择器样式 */
.venue-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #333;
}
.dropdown-option:hover {
  background: #f5f5f5;
}
.dropdown-option.active {
  background: #1875e2;
  color: #fff;
}

/* 表格行悬停效果 */
.table-row.hover {
  background: #f0f8ff !important;
}

/* 202510 */

.header-nav li {
  font-size: 18px;
}

.header-nav li:hover {
  background: #1875e2;
}