@charset "UTF-8";
/**
 * 大连国企阳光采购服务平台整体升级服务采购项目
 * date: 2025-4-22
 * author: hxh;
 */
.anchor-menu {
  position: fixed;
  left: 124px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 166px;
}
@media (max-width: 1300px) {
  .anchor-menu {
    left: 0;
  }
}
.anchor-menu .menu-item {
  text-align: right;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
  margin-bottom: 12px;
  padding: 5px 0;
}
.anchor-menu .menu-item:last-child {
  margin-bottom: 0;
}
.anchor-menu .menu-item .text {
  font-family: "Source Han Sans CN", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 28px;
  position: relative;
}
.anchor-menu .menu-item .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b1b6cc;
  display: block;
}
.anchor-menu .menu-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(9px);
     -moz-transform: translateY(9px);
      -ms-transform: translateY(9px);
       -o-transform: translateY(9px);
          transform: translateY(9px);
  background: #b1b6cc;
  border-radius: 0px 0px 0px 0px;
  right: 8px;
}
.anchor-menu .menu-item:last-child::after {
  display: none;
}
.anchor-menu .menu-item .icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.anchor-menu .menu-item .icon .icon-outline,
.anchor-menu .menu-item .icon .icon-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anchor-menu .menu-item .icon .icon-fill {
  opacity: 0;
}
.anchor-menu .menu-item.current .text {
  font-weight: 700;
  color: #2485e7;
}
.anchor-menu .menu-item.current .text::after {
  right: 0;
  width: 18px;
  height: 18px;
  background: #2485e7 url("../images/anchor_icon_fill.svg") no-repeat center;
  -o-background-size: 50% auto;
     background-size: 50% auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.anchor-menu .menu-item.current::after {
  height: 21px;
  -webkit-transform: translateY(12px);
     -moz-transform: translateY(12px);
      -ms-transform: translateY(12px);
       -o-transform: translateY(12px);
          transform: translateY(12px);
}
.anchor-menu .menu-item:hover:not(.active) .text {
  color: #2485e7;
}

.login-entrances {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 132px;
  margin: 22px 0;
}
.login-entrances .entrance-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 17px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 18px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-entrances .entrance-item:last-child {
  margin-right: 0;
}
.login-entrances .entrance-item:nth-child(1) {
  background: url("../images/index/login_entrance1.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item:nth-child(2) {
  background: url("../images/index/login_entrance2.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item:nth-child(3) {
  background: url("../images/index/login_entrance3.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item:nth-child(4) {
  background: url("../images/index/login_entrance4.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item:nth-child(5) {
  background: url("../images/index/login_entrance5.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item:nth-child(6) {
  background: url("../images/index/login_entrance6.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.login-entrances .entrance-item .item-name {
  display: block;
  margin-top: 9px;
  font-family: "YouSheBiaoTiHei";
  padding-bottom: 33px;
  position: relative;
}
.login-entrances .entrance-item .item-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 18px;
  border-radius: 50px 50px 50px 50px;
  background: url("../images/index/icon_entrance.png") no-repeat center;
}
.login-entrances .entrance-item .item-name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 18px;
  background: -webkit-linear-gradient(177deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(177deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(177deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(273deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50px 50px 50px 50px;
}
.login-entrances .entrance-item:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.enterprise {
  width: 871px;
  height: 396px;
  float: left;
}
.enterprise .news-swiper-wrap {
  float: left;
  width: 414px;
  height: 306px;
  margin-right: 20px;
  position: relative;
}
.enterprise .news-swiper-wrap .news-swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.enterprise .news-swiper-wrap .news-swiper .swiper-slide {
  position: relative;
}
.enterprise .news-swiper-wrap .news-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.enterprise .news-swiper-wrap .news-swiper .img {
  width: 100%;
  height: 100%;
}
.enterprise .news-swiper-wrap .summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 42px;
  background: -webkit-linear-gradient(left, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
  background: -moz-linear-gradient(left, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
  background: -o-linear-gradient(left, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
  background: linear-gradient(90deg, rgba(23, 42, 92, 0.8) 2.38%, rgba(23, 42, 92, 0.3) 96.19%);
}
.enterprise .news-swiper-wrap .summary-content {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 42px;
  letter-spacing: 0.025px;
  padding-left: 15px;
  max-width: 410px;
  padding-right: 93px;
}
.enterprise .news-swiper-wrap .swiper-pagination-bullets {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 20px;
}
.enterprise .news-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.36;
  border-radius: 0;
  margin: 0px 2px;
}
.enterprise .news-swiper-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.enterprise .news-swiper-wrap .swiper-button-prev,
.enterprise .news-swiper-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 24px;
  height: 24px;
  z-index: 10;
  cursor: pointer;
}
.enterprise .news-swiper-wrap .swiper-button-prev::after,
.enterprise .news-swiper-wrap .swiper-button-next::after {
  font-size: 12px;
}
.enterprise .news-swiper-wrap .swiper-button-prev {
  left: 20px;
  background: url("../images/index/prev.png") center no-repeat;
}
.enterprise .news-swiper-wrap .swiper-button-next {
  right: 20px;
  background: url("../images/index/next.png") center no-repeat;
}
.enterprise .news-list-wrap {
  float: right;
  width: -webkit-calc(100% - 434px);
  width: -moz-calc(100% - 434px);
  width: calc(100% - 434px);
  height: 306px;
}
.enterprise .news-list-wrap .news-list {
  height: 273px;
  overflow: hidden;
}
.enterprise .news-list-wrap .news-list .news-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.enterprise .news-list-wrap .news-list .news-item:last-child {
  border-bottom: none;
}
.enterprise .news-list-wrap .news-list .news-item:hover {
  border-bottom-color: #2485e7;
}
.enterprise .news-list-wrap .news-list .news-item:hover .news-date,
.enterprise .news-list-wrap .news-list .news-item:hover .news-title {
  color: #2485e7 !important;
}
.enterprise .news-list-wrap .news-list .news-item .news-icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.enterprise .news-list-wrap .news-list .news-item .news-icon .icon-dot-gradient {
  position: relative;
  width: 15px;
  height: 15px;
}
.enterprise .news-list-wrap .news-list .news-item .news-icon .icon-dot-gradient::before, .enterprise .news-list-wrap .news-list .news-item .news-icon .icon-dot-gradient::after {
  content: "";
  position: absolute;
}
.enterprise .news-list-wrap .news-list .news-item .news-icon .icon-dot-gradient::before {
  width: 10px;
  height: 10px;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(247, 165, 50, 0.89) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(247, 165, 50, 0.89) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(247, 165, 50, 0.89) 100%);
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(247, 165, 50, 0.89) 100%);
}
.enterprise .news-list-wrap .news-list .news-item .news-icon .icon-dot-gradient::after {
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  background: -webkit-linear-gradient(315deg, #2485e7 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(315deg, #2485e7 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(315deg, #2485e7 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, #2485e7 0%, rgba(255, 255, 255, 0) 100%);
}
.enterprise .news-list-wrap .news-list .news-item .news-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.enterprise .news-list-wrap .news-list .news-item .news-content .news-title {
  font-size: 14px;
  line-height: 1.48em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.enterprise .news-list-wrap .news-list .news-item .news-date {
  font-size: 14px;
  line-height: 1.48em;
  color: #999;
  margin-left: 10px;
}
.enterprise .news-list-wrap .news-list .news-item .news-date.active {
  color: #2485e7;
}
.enterprise .news-list-wrap .view-more {
  text-align: center;
  margin-top: 5px;
}
.enterprise .news-list-wrap .view-more .btn-more {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 15px;
  border: 1px solid #2485e7;
  border-radius: 40px;
  color: #2485e7;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.enterprise .news-list-wrap .view-more .btn-more:hover {
  background-color: #2485e7;
  color: #fff;
}

.statistics-data {
  width: 307px;
  height: 396px;
}
.statistics-data .module-hd {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.statistics-data .module-hd .module-tt {
  padding-left: 0;
  background: none;
  margin-right: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.statistics-data .module-hd .module-tt.current {
  font-weight: bold;
  font-size: 18px;
  color: #2485e7;
  border-bottom: 2px solid #2485e7;
}
.statistics-data .data-tt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #2485e7;
  line-height: 24px;
}
.statistics-data .data-tt span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.statistics-data .data-tt span::after, .statistics-data .data-tt span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 10px;
}
.statistics-data .data-tt span::before {
  right: 100%;
  background: url("../images/index/data_tt_left.png");
}
.statistics-data .data-tt span::after {
  left: 100%;
  background: url("../images/index/data_tt_right.png");
}
.statistics-data .trade-data {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistics-data .trade-data .data-item {
  width: 130px;
  height: 68px;
  background: #f6f9ff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.statistics-data .trade-data .data-item:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/data-card-vector-1.svg") no-repeat right -14px center;
  -o-background-size: 46px auto;
     background-size: 46px auto;
}
.statistics-data .trade-data .data-item:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/data-card-vector-2.svg") no-repeat right -14px center;
  -o-background-size: 46px auto;
     background-size: 46px auto;
}
.statistics-data .trade-data .data-item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/data-card-vector-3.svg") no-repeat right -14px center;
  -o-background-size: 46px auto;
     background-size: 46px auto;
}
.statistics-data .trade-data .data-item:nth-child(4)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/index/data-card-vector-4.svg") no-repeat right -14px center;
  -o-background-size: 46px auto;
     background-size: 46px auto;
}
.statistics-data .trade-data .data-item .data-item-content {
  position: relative;
  z-index: 1;
  padding: 12px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics-data .trade-data .data-item .data-item-content .data-item-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}
.statistics-data .trade-data .data-item .data-item-content .data-item-value {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.statistics-data .trade-data .data-item .data-item-content .data-item-value .value-num {
  font-size: 16px;
  color: #2485e7;
  line-height: 1.32;
  font-family: "OPPOSans";
}
.statistics-data .trade-data .data-item .data-item-content .data-item-value .value-unit {
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  margin-left: 4px;
}
.statistics-data .electronic-supervision {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistics-data .electronic-supervision .data-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 12px;
  height: 82px;
  background: #f5fdf7;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
}
.statistics-data .electronic-supervision .data-item:last-child {
  margin-right: 0;
}
.statistics-data .electronic-supervision .data-item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 46px;
  height: 46px;
  -o-background-size: 32px auto;
     background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.statistics-data .electronic-supervision .data-item:nth-child(1) {
  background: #f5fdf7;
}
.statistics-data .electronic-supervision .data-item:nth-child(1) .value-num {
  color: #26b389;
}
.statistics-data .electronic-supervision .data-item:nth-child(1)::after {
  background-image: url("../images/index/data_card_vector_5.svg");
}
.statistics-data .electronic-supervision .data-item:nth-child(2) {
  background: #fdfaf5;
}
.statistics-data .electronic-supervision .data-item:nth-child(2) .value-num {
  color: #ff8d23;
}
.statistics-data .electronic-supervision .data-item:nth-child(2)::after {
  background-image: url("../images/index/data_card_vector_6.svg");
}
.statistics-data .electronic-supervision .data-item:nth-child(3) {
  background: #fdf5f6;
}
.statistics-data .electronic-supervision .data-item:nth-child(3) .value-num {
  color: #ff5959;
}
.statistics-data .electronic-supervision .data-item:nth-child(3)::after {
  background-image: url("../images/index/data_card_vector_7.svg");
}
.statistics-data .electronic-supervision .data-item .data-item-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.statistics-data .electronic-supervision .data-item .data-item-content .data-item-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}
.statistics-data .electronic-supervision .data-item .data-item-content .data-item-value {
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.statistics-data .electronic-supervision .data-item .data-item-content .data-item-value .value-num {
  font-size: 16px;
  line-height: 1.32;
  font-family: "OPPOSans-B";
  display: inline;
}
.statistics-data .electronic-supervision .data-item .data-item-content .data-item-value .value-unit {
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  display: inline;
}

.enterprise-links {
  width: 100%;
  max-width: 1200px;
  margin: 22px auto;
  position: relative;
}
.enterprise-links .enterprise-swiper {
  width: 100%;
  overflow: hidden;
}
.enterprise-links .swiper-wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}
.enterprise-links .swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  position: relative;
  background: url("../images/index/enterprise1.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.enterprise-links .swiper-slide:nth-child(2n) {
  background: url("../images/index/enterprise2.png");
}
.enterprise-links .swiper-slide:nth-child(3n) {
  background: url("../images/index/enterprise3.png");
}
.enterprise-links .swiper-slide:nth-child(4n) {
  background: url("../images/index/enterprise4.png");
}
.enterprise-links .enterprise-item {
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.enterprise-links .enterprise-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enterprise-links .enterprise-item .company-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.48em;
  text-align: center;
  padding: 0 10px;
}
.enterprise-links .nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.enterprise-links .nav-arrow.prev {
  left: -48px;
  background: url("../images/index/left_arrow.svg") no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.enterprise-links .nav-arrow.prev:hover {
  background: url("../images/index/left_arrow_h.svg") no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.enterprise-links .nav-arrow.next {
  right: -48px;
  background: url("../images/index/right_arrow.svg") no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.enterprise-links .nav-arrow.next:hover {
  background: url("../images/index/right_arrow_h.svg") no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.platform-dynamics,
.trade-section,
.village-section,
.bidding-section {
  margin-bottom: 22px;
  height: 322px;
  /* 公告列表样式 */
}
.platform-dynamics .module-tt,
.trade-section .module-tt,
.village-section .module-tt,
.bidding-section .module-tt {
  width: 163px;
}
.platform-dynamics .tab-hd,
.trade-section .tab-hd,
.village-section .tab-hd,
.bidding-section .tab-hd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.platform-dynamics .tab-hd .tab-nav,
.trade-section .tab-hd .tab-nav,
.village-section .tab-hd .tab-nav,
.bidding-section .tab-hd .tab-nav {
  padding: 0 15px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  border-radius: 48px 48px 48px 48px;
  font-size: 14px;
  color: #666666;
  margin-right: 8px;
}
.platform-dynamics .tab-hd .tab-nav:last-child,
.trade-section .tab-hd .tab-nav:last-child,
.village-section .tab-hd .tab-nav:last-child,
.bidding-section .tab-hd .tab-nav:last-child {
  margin-right: 0;
}
.platform-dynamics .tab-hd .tab-nav.current,
.trade-section .tab-hd .tab-nav.current,
.village-section .tab-hd .tab-nav.current,
.bidding-section .tab-hd .tab-nav.current {
  background: #2485e7;
  color: #fff;
}
.platform-dynamics .module-bd,
.trade-section .module-bd,
.village-section .module-bd,
.bidding-section .module-bd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.platform-dynamics .module-bd .tab-page,
.trade-section .module-bd .tab-page,
.village-section .module-bd .tab-page,
.bidding-section .module-bd .tab-page {
  height: 100%;
  overflow: hidden;
  display: none;
}
.platform-dynamics .list,
.trade-section .list,
.village-section .list,
.bidding-section .list {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.platform-dynamics .list .list-item,
.trade-section .list .list-item,
.village-section .list .list-item,
.bidding-section .list .list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f5f5f5;
}
.platform-dynamics .list .list-item .item-content,
.trade-section .list .list-item .item-content,
.village-section .list .list-item .item-content,
.bidding-section .list .list-item .item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.platform-dynamics .list .list-item .item-icon,
.trade-section .list .list-item .item-icon,
.village-section .list .list-item .item-icon,
.bidding-section .list .list-item .item-icon {
  width: 10px;
  height: 10px;
  background: -webkit-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: -moz-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: -o-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: linear-gradient(172deg, #1f6de8 0%, #7cafff 100%);
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.platform-dynamics .list .list-item .icon-dot-gradient,
.trade-section .list .list-item .icon-dot-gradient,
.village-section .list .list-item .icon-dot-gradient,
.bidding-section .list .list-item .icon-dot-gradient {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  background: -webkit-linear-gradient(315deg, #1f6de8 0%, #7cafff 100%);
  background: -moz-linear-gradient(315deg, #1f6de8 0%, #7cafff 100%);
  background: -o-linear-gradient(315deg, #1f6de8 0%, #7cafff 100%);
  background: linear-gradient(135deg, #1f6de8 0%, #7cafff 100%);
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.platform-dynamics .list .list-item .item-info,
.trade-section .list .list-item .item-info,
.village-section .list .list-item .item-info,
.bidding-section .list .list-item .item-info {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-dynamics .list .list-item .item-title,
.trade-section .list .list-item .item-title,
.village-section .list .list-item .item-title,
.bidding-section .list .list-item .item-title {
  font-size: 14px;
  color: #333333;
  line-height: 1.48;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.platform-dynamics .list .list-item .item-title .red,
.trade-section .list .list-item .item-title .red,
.village-section .list .list-item .item-title .red,
.bidding-section .list .list-item .item-title .red {
  color: #ff5959;
}
.platform-dynamics .list .list-item .item-title .blue,
.trade-section .list .list-item .item-title .blue,
.village-section .list .list-item .item-title .blue,
.bidding-section .list .list-item .item-title .blue {
  color: #2485e7;
}
.platform-dynamics .list .list-item .item-deadline,
.trade-section .list .list-item .item-deadline,
.village-section .list .list-item .item-deadline,
.bidding-section .list .list-item .item-deadline {
  font-size: 14px;
  color: #333333;
  line-height: 1.48;
  width: 200px;
  margin-left: 30px;
}
.platform-dynamics .list .list-item .item-deadline span,
.trade-section .list .list-item .item-deadline span,
.village-section .list .list-item .item-deadline span,
.bidding-section .list .list-item .item-deadline span {
  color: #ff8d23;
}
.platform-dynamics .list .list-item .item-date,
.trade-section .list .list-item .item-date,
.village-section .list .list-item .item-date,
.bidding-section .list .list-item .item-date {
  width: 104px;
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
  margin-left: 20px;
  text-align: right;
}
.platform-dynamics .list .list-item:hover .item-title,
.trade-section .list .list-item:hover .item-title,
.village-section .list .list-item:hover .item-title,
.bidding-section .list .list-item:hover .item-title {
  color: #2485e7;
}

.bidding-section {
  height: 362px;
}
.bidding-section .table-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.bidding-section .table-list-body {
  height: 248px;
  background: #fff !important;
}
.bidding-section .table-list-body > div {
  top: auto;
  bottom: auto;
}
.bidding-section .table-list thead {
  background-color: #e7f0f9;
}
.bidding-section .table-list th {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-align: left;
  vertical-align: middle;
}
.bidding-section .table-list th:first-child {
  text-align: center;
}
.bidding-section .table-list tbody tr {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.bidding-section .table-list td {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.bidding-section .table-list td > div, .bidding-section .table-list td > a {
  color: #333;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.bidding-section .table-list tbody tr:hover td > div, .bidding-section .table-list tbody tr:hover td > a {
  color: #2485e7;
}
.bidding-section .table-list td:first-child {
  text-align: center;
}

.advertisement {
  margin-bottom: 22px;
}
.advertisement a {
  display: block;
  height: 120px;
}
.advertisement a img {
  height: 100%;
  width: 100%;
}

.platform-dynamics {
  width: 842px;
  height: 608px;
  /* 竞价卡片样式 */
}
.platform-dynamics .module-bd {
  padding-top: 16px;
  padding-bottom: 16px;
}
.platform-dynamics .auction-cards {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px;
}
.platform-dynamics .auction-card {
  position: relative;
  width: -webkit-calc(33.333% - 16px);
  width: -moz-calc(33.333% - 16px);
  width: calc(33.333% - 16px);
  margin: 8px;
  height: 247px;
  padding: 10px 12px;
  background-color: #f3f7fb;
  border: 1px solid #f3f7fb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.99;
  overflow: hidden;
  /* 竞价卡片 active样式 */
}
.platform-dynamics .auction-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.platform-dynamics .auction-card .card-header {
  margin-bottom: 12px;
}
.platform-dynamics .auction-card .card-title {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  color: #2e3033;
  margin: 0 0 6px 0;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-dynamics .auction-card .card-company {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-dynamics .auction-card .company-icon {
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.platform-dynamics .auction-card .company-icon img {
  width: 12px;
  height: 12px;
}
.platform-dynamics .auction-card .company-name {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #333333;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  white-space: nowrap;
}
.platform-dynamics .auction-card .card-info {
  margin-bottom: 12px;
}
.platform-dynamics .auction-card .info-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}
.platform-dynamics .auction-card .info-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #999999;
}
.platform-dynamics .auction-card .info-value {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #333333;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-dynamics .auction-card .card-countdown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.platform-dynamics .auction-card .countdown-label {
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.48;
  color: #999999;
}
.platform-dynamics .auction-card .countdown-timer {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-dynamics .auction-card .countdown-box {
  height: 24px;
  padding: 0 4px;
  background-color: #ffffff;
  border: 1px solid #df2720;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  color: #df2720;
  min-width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 4px;
}
.platform-dynamics .auction-card .countdown-box:first-child {
  margin-left: 0;
}
.platform-dynamics .auction-card .card-action {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.platform-dynamics .auction-card .btn-bid,
.platform-dynamics .auction-card .btn-details {
  height: 26px;
  padding: 0 10px;
  background-color: #ffffff;
  border: 1px solid #2485e7;
  border-radius: 2px;
  font-family: "Source Han Sans CN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #2485e7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.platform-dynamics .auction-card .btn-bid:hover,
.platform-dynamics .auction-card .btn-details:hover {
  background-color: #2485e7;
  color: #ffffff;
}
.platform-dynamics .auction-card .status-badge {
  position: absolute;
  width: 100px;
  text-align: center;
  top: 10px;
  right: -30px;
  -webkit-transform: rotateZ(45deg);
     -moz-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  background-color: #f2f2f2;
  color: #999999;
  font-size: 12px;
  border-radius: 2px;
}
.platform-dynamics .auction-card .status-badge.finished {
  background-color: #ff5959;
  color: #fff;
}
.platform-dynamics .auction-card:hover {
  background-color: #ffffff;
  border: 1px solid #2485e7;
}
.platform-dynamics .list-item:hover .item-date {
  color: #2485e7;
}

.rapid-entrance {
  width: 336px;
  height: 608px;
  /* 快捷入口样式 */
}
.rapid-entrance .module-bd {
  padding-top: 16px;
  padding-bottom: 16px;
}
.rapid-entrance .quick-entry-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.rapid-entrance .quick-entry-list .quick-entry-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 24px;
}
.rapid-entrance .quick-entry-list .quick-entry-item:last-child {
  margin-bottom: 0;
}
.rapid-entrance .quick-entry-list .quick-entry-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.rapid-entrance .quick-entry-list .quick-entry-item .entry-title {
  position: relative;
  font-family: "YouSheBiaoTiHei", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 6%;
  color: #fff;
  z-index: 2;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.rapid-entrance .quick-entry-list .quick-entry-item:nth-child(1) {
  background: url("../images/index/quick_entry1.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.rapid-entrance .quick-entry-list .quick-entry-item:nth-child(2) {
  background: url("../images/index/quick_entry2.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.rapid-entrance .quick-entry-list .quick-entry-item:nth-child(3) {
  background: url("../images/index/quick_entry3.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.rapid-entrance .quick-entry-list .quick-entry-item:nth-child(4) {
  background: url("../images/index/quick_entry4.png") no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}

.news-section {
  margin: 22px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-section .module {
  width: -webkit-calc(50% - 11px);
  width: -moz-calc(50% - 11px);
  width: calc(50% - 11px);
  height: 322px;
}
.news-section .module-bd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.news-section .list .list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
.news-section .list .list-item:hover .item-title,
.news-section .list .list-item:hover .item-date {
  color: #2485e7 !important;
}
.news-section .list .list-item .item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.news-section .list .list-item .item-content .item-icon {
  width: 10px;
  height: 10px;
  background: -webkit-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: -moz-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: -o-linear-gradient(278deg, #1f6de8 0%, #7cafff 100%);
  background: linear-gradient(172deg, #1f6de8 0%, #7cafff 100%);
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 50%;
}
.news-section .list .list-item .item-content .item-title {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 1.48em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.news-section .list .list-item .item-date {
  width: 124px;
  text-align: right;
  font-size: 14px;
  color: #999;
  line-height: 1.48em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}