@charset "UTF-8";
/**
 * 安徽公共资源交易集团“徽易采”平台
 * date: 2026-3-10
 * author: hxh;
 */
.data-section {
  position: relative;
  width: 100%;
  height: 130px;
  background: -webkit-linear-gradient(top, #1f5dfe 26.56%, #208fff 100%);
  background: -moz-linear-gradient(top, #1f5dfe 26.56%, #208fff 100%);
  background: -o-linear-gradient(top, #1f5dfe 26.56%, #208fff 100%);
  background: linear-gradient(180deg, #1f5dfe 26.56%, #208fff 100%);
  overflow: hidden;
}
.data-section::before {
  content: "";
  position: absolute;
  top: -344px;
  left: 50%;
  width: 1920px;
  height: 768px;
  margin-left: -960px;
  background: url("../images/index/data_bg.png") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
}
.data-section .container {
  position: relative;
  z-index: 1;
  height: 100%;
  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;
}
.data-section .data-container {
  position: relative;
  width: 100%;
  height: 110px;
  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;
}
.data-section .data-item {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.data-section .data-icon {
  margin-right: 16px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  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;
  box-shadow: 0px 2px 5px 0px rgba(52, 52, 52, 0.12);
}
.data-section .data-icon img {
  width: 38px;
  height: 38px;
}
.data-section .data-info {
  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;
  max-width: -webkit-calc(100% - 16px - 70px);
  max-width: -moz-calc(100% - 16px - 70px);
  max-width: calc(100% - 16px - 70px);
}
.data-section .data-label {
  font-size: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.data-section .data-value {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.data-section .data-value strong {
  font-size: 26px;
  font-family: "OPPOSans-B";
}
.data-section .data-value span {
  font-size: 14px;
}
.data-section .data-line {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}

/* 动态模块 */
.dynamics-module {
  padding-top: 30px;
}
.dynamics-module .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dynamics-module {
  /* 轮播图 */
}
.dynamics-module .banner-swiper {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: 351px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-right: 15px;
}
.dynamics-module .banner-swiper .swiper-slide {
  position: relative;
}
.dynamics-module .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dynamics-module .banner-swiper .swiper-slide .banner-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamics-module .banner-swiper .swiper-pagination {
  bottom: 15px !important;
  right: 15px !important;
  width: auto !important;
  left: auto !important;
  line-height: 0;
}
.dynamics-module .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.2;
  margin: 0 4px !important;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
.dynamics-module .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.dynamics-module {
  /* 最新动态 */
}
.dynamics-module .news-box {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  width: 0;
  height: 351px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  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;
}
.dynamics-module .news-box .news-header {
  height: 56px;
  background: -webkit-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: -moz-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: -o-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: linear-gradient(90deg, #1f5dfe 0%, #57a9ff 100%);
  padding: 0 20px;
  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: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.dynamics-module .news-box .news-header .title {
  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;
  font-size: 20px;
  font-weight: bold;
}
.dynamics-module .news-box .news-header .title img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.dynamics-module .news-box .news-header .more {
  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;
  font-size: 16px;
  color: #fff;
}
.dynamics-module .news-box .news-header .more span {
  display: inline-block;
}
.dynamics-module .news-box .news-header .more img {
  margin-left: 6px;
  width: 20px;
  height: 20px;
}
.dynamics-module .news-box .news-list {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  overflow: hidden;
}
.dynamics-module .news-box .news-list .news-item {
  height: 56px;
  border-bottom: 1px solid #e9e9e9;
  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;
}
.dynamics-module .news-box .news-list .news-item .dot {
  display: inline-block;
  width: 10px;
  height: 14px;
}
.dynamics-module .news-box .news-list .news-item .dot img {
  width: 100%;
  height: 100%;
}
.dynamics-module .news-box .news-list .news-item .text {
  margin: 0 12px;
  display: inline-block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dynamics-module .news-box .news-list .news-item .date {
  display: inline-block;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dynamics-module .news-box .news-list .news-item:hover .text,
.dynamics-module .news-box .news-list .news-item:hover .date {
  color: #1f5dfe;
}
.dynamics-module {
  /* 登录入口 */
}
.dynamics-module .login-box {
  width: 350px;
  height: 351px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  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;
}
.dynamics-module .login-box .login-header {
  height: 56px;
  background: -webkit-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: -moz-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: -o-linear-gradient(left, #1f5dfe 0%, #57a9ff 100%);
  background: linear-gradient(90deg, #1f5dfe 0%, #57a9ff 100%);
  padding: 0 20px;
  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;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.dynamics-module .login-box .login-header img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.dynamics-module .login-box .login-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.dynamics-module .login-box .login-content .login-item {
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 4px;
  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: 14px 15px 14px 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 80px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: 12px;
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
}
.dynamics-module .login-box .login-content .login-item:nth-child(2n) {
  margin-right: 0;
}
.dynamics-module .login-box .login-content .login-item:nth-child(n+3) {
  margin-top: 12px;
}
.dynamics-module .login-box .login-content .login-item:hover {
  border-color: #1f5dfe;
}
.dynamics-module .login-box .login-content .login-item:hover .name {
  color: #1f5dfe;
}
.dynamics-module .login-box .login-content .login-item .icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 3px;
}
.dynamics-module .login-box .login-content .login-item .icon img {
  width: 100%;
  height: 100%;
}
.dynamics-module .login-box .login-content .login-item .name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.section-title {
  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;
  margin-bottom: 12px;
}
.section-title .title-line {
  width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 10px;
  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;
}
.section-title .title-line .line-main {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 1px;
  display: block;
}
.section-title .title-line .line-dot {
  width: 12px;
  height: 3px;
  display: block;
  margin-top: 1px;
}
.section-title .title-line-left {
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-title .title-text {
  margin: 0 19px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}
.section-title .title-text .blue {
  color: #267dff;
}

/* 平台项目 */
.platform-project-section {
  padding-top: 30px;
}
.platform-project-section .project-content-cols {
  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;
}
.platform-project-section {
  /* 左侧 Tab 模块 */
}
.platform-project-section .project-tab-box {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  width: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
  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-project-section .project-tab-box .tab-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.platform-project-section .project-tab-box .tab-hd a {
  display: inline-block;
  margin-right: 12px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  line-height: 34px;
  background: #eff3f8;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.platform-project-section .project-tab-box .tab-hd a:last-child {
  margin-right: 0;
}
.platform-project-section .project-tab-box .tab-hd a.active {
  background: #267dff;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 6px 10px 0px rgba(38, 125, 255, 0.12);
}
.platform-project-section .project-tab-box .tab-bd {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
}
.platform-project-section .project-tab-box .project-list-grid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.platform-project-section .project-tab-box .project-list-grid .project-card {
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
  margin-right: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  padding: 12px;
  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-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.platform-project-section .project-tab-box .project-list-grid .project-card:nth-child(2n) {
  margin-right: 0;
}
.platform-project-section .project-tab-box .project-list-grid .project-card:nth-child(n+3) {
  margin-top: 12px;
}
.platform-project-section .project-tab-box .project-list-grid .project-card:hover {
  border-color: #267dff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.platform-project-section .project-tab-box .project-list-grid .project-card:hover .card-name {
  color: #267dff;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags {
  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: 8px;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags .tag-status {
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 4px;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags .tag-status.tag-red {
  background: #fff1f1;
  color: #ff5353;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags .tag-status.tag-gray {
  background: #ebedf1;
  color: #5d646d;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags .tag-type {
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 4px;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-tags .tag-type.tag-blue {
  background: #f1f7ff;
  color: #267dff;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-name {
  font-size: 16px;
  color: #333;
  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-project-section .project-tab-box .project-list-grid .project-card .card-info {
  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;
  font-size: 14px;
  color: #999;
}
.platform-project-section .project-tab-box .project-list-grid .project-card .card-info .source {
  -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-project-section .project-tab-box .project-list-grid .project-card .card-info .date {
  width: 160px;
  text-align: right;
}
.platform-project-section .project-tab-box .btn-more-box {
  margin-top: 15px;
  text-align: center;
}
.platform-project-section .project-tab-box .btn-more-box .btn-more {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 100px;
  color: #666;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.platform-project-section .project-tab-box .btn-more-box .btn-more:hover {
  border-color: #267dff;
  color: #267dff;
}
.platform-project-section {
  /* 右侧 Tab 模块 */
}
.platform-project-section .recent-tab-box {
  width: 350px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 0 15px 20px;
  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-project-section .recent-tab-box .recent-header {
  height: 58px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 6px;
  padding-right: 70px;
}
.platform-project-section .recent-tab-box .recent-header .tab-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-project-section .recent-tab-box .recent-header .tab-hd a {
  margin-right: 30px;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
}
.platform-project-section .recent-tab-box .recent-header .tab-hd a.active {
  font-size: 20px;
  color: #267dff;
  font-weight: bold;
  border-bottom: 2px solid #267dff;
}
.platform-project-section .recent-tab-box .recent-header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(93, 116, 152, 0.15);
}
.platform-project-section .recent-tab-box .recent-header .more-link {
  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;
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 26px;
  background: url("../images/index/icon_arrow_gray.svg") right center no-repeat;
  -o-background-size: 20px 20px;
     background-size: 20px 20px;
}
.platform-project-section .recent-tab-box .recent-list .recent-item {
  height: 60px;
  border-bottom: 1px solid #e9e9e9;
  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-project-section .recent-tab-box .recent-list .recent-item .dot {
  width: 10px;
  height: 14px;
  display: inline-block;
}
.platform-project-section .recent-tab-box .recent-list .recent-item .dot img {
  width: 100%;
  height: 100%;
}
.platform-project-section .recent-tab-box .recent-list .recent-item .text {
  display: inline-block;
  margin: 0 12px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.platform-project-section .recent-tab-box .recent-list .recent-item .date {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.platform-project-section .recent-tab-box .recent-list .recent-item:hover .date,
.platform-project-section .recent-tab-box .recent-list .recent-item:hover .text {
  color: #267dff;
}

/* 子站专区 */
.subsite-zone-section {
  padding-top: 30px;
}
.subsite-zone-section .subsite-swiper {
  position: relative;
  width: 100%;
  padding: 10px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  padding: 10px;
  padding-bottom: 38px;
  -webkit-transform: translateX(-10px) translateY(-10px);
     -moz-transform: translateX(-10px) translateY(-10px);
      -ms-transform: translateX(-10px) translateY(-10px);
       -o-transform: translateX(-10px) translateY(-10px);
          transform: translateX(-10px) translateY(-10px);
}
.subsite-zone-section .subsite-grid-page {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.subsite-zone-section .subsite-item {
  width: -webkit-calc(25% - 11.25px);
  width: -moz-calc(25% - 11.25px);
  width: calc(25% - 11.25px);
  margin-right: 15px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  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;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.subsite-zone-section .subsite-item:nth-child(4n) {
  margin-right: 0;
}
.subsite-zone-section .subsite-item:nth-child(n+5) {
  margin-top: 15px;
}
.subsite-zone-section .subsite-item:hover {
  color: #267dff;
  border-color: #267dff;
  font-weight: bold;
  z-index: 2;
}
@-webkit-keyframes hand-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-moz-keyframes hand-bounce {
  0%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(4px);
         transform: translateY(4px);
  }
}
@-o-keyframes hand-bounce {
  0%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
  }
}
@keyframes hand-bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.subsite-zone-section {
  /* 分页器美化 */
}
.subsite-zone-section .subsite-pagination {
  bottom: 6px !important;
  height: 4px;
}
.subsite-zone-section .subsite-pagination .swiper-pagination-bullet {
  width: 60px;
  vertical-align: top;
  height: 4px;
  background: #e1e4e8;
  border-radius: 2px;
  opacity: 1;
  margin: 0 5px !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.subsite-zone-section .subsite-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #267dff;
}

/* 供应商信息 */
.supplier-info-section {
  padding-top: 30px;
}
.supplier-info-section .supplier-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.supplier-info-section .supplier-table th,
.supplier-info-section .supplier-table td {
  height: 42px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: middle;
  font-weight: normal;
}
.supplier-info-section .supplier-table th.name,
.supplier-info-section .supplier-table td.name {
  text-align: center;
}
.supplier-info-section .supplier-table th.code,
.supplier-info-section .supplier-table td.code {
  width: 500px;
  text-align: center;
}
.supplier-info-section .supplier-table th.date,
.supplier-info-section .supplier-table td.date {
  width: 320px;
  text-align: center;
}
.supplier-info-section .supplier-table thead tr {
  background: #cde3ff;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
}
.supplier-info-section .supplier-table thead tr th {
  font-weight: bold;
}
.supplier-info-section .supplier-table thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.supplier-info-section .supplier-table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.supplier-info-section .supplier-table tbody tr {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.supplier-info-section .supplier-table tbody tr:nth-child(even) {
  background: rgba(236, 236, 236, 0.5);
}
.supplier-info-section .supplier-table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.supplier-info-section .supplier-table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.supplier-info-section .supplier-table tbody tr:hover {
  background: #f1f7ff;
}
.supplier-info-section .supplier-table tbody tr a {
  color: #333;
}
.supplier-info-section .supplier-table tbody tr a:hover {
  color: #267dff;
}
.supplier-info-section .supplier-table .cell-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.supplier-info-section .btn-more-box {
  margin-top: 20px;
  text-align: center;
}
.supplier-info-section .btn-more-box .btn-more {
  display: inline-block;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 100px;
  padding: 0 20px;
  height: 32px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.supplier-info-section .btn-more-box .btn-more:hover {
  border-color: #267dff;
  color: #267dff;
}

/* 侧边栏 */
.aside-bar {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  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;
}
.aside-bar .aside-item {
  margin-bottom: 12px;
  width: 72px;
  min-height: 72px;
  background: -webkit-linear-gradient(top, #1f5dfe 0%, #57a9ff 100%);
  background: -moz-linear-gradient(top, #1f5dfe 0%, #57a9ff 100%);
  background: -o-linear-gradient(top, #1f5dfe 0%, #57a9ff 100%);
  background: linear-gradient(180deg, #1f5dfe 0%, #57a9ff 100%);
  border: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  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-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;
  padding: 10px 8px 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.aside-bar .aside-item:last-child {
  margin-bottom: 0;
}
.aside-bar .aside-item:hover {
  opacity: 1;
}
.aside-bar .aside-item:hover .aside-tips {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate(-10px, -50%);
     -moz-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
       -o-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.aside-bar .aside-item .aside-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}
.aside-bar .aside-item .aside-icon img {
  width: 100%;
  height: 100%;
}
.aside-bar .aside-item .aside-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.aside-bar .aside-item .aside-tips {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 174px;
  height: 72px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.05);
  display: none;
  -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;
  color: #333;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.aside-bar .aside-item .aside-tips::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#footer {
  margin-top: 30px;
}