@charset "UTF-8";
/**
 * 安徽公共资源交易集团“徽易采”平台
 * date: 2026-3-10
 * author: hxh;
 */
/* 数据统计模块 */
.statistics-module {
  padding-top: 24px;
}
.statistics-module .stats-box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffffff;
  position: relative;
  height: 120px;
  background: url("../images/index/statistics_bg.jpg") no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 12px;
  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-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0 40px;
}
.statistics-module .stats-box .stat-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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-right: 16px;
}
.statistics-module .stats-box .stat-item:last-child {
  margin-right: 0;
}
.statistics-module .stats-box .stat-item .icon {
  width: 68px;
  height: 68px;
}
.statistics-module .stats-box .stat-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.statistics-module .stats-box .stat-item .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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-calc(100% - 84px);
  max-width: -moz-calc(100% - 84px);
  max-width: calc(100% - 84px);
}
.statistics-module .stats-box .stat-item .info .num {
  font-size: 24px;
  color: #267dff;
  font-family: "OPPOSans-B";
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.statistics-module .stats-box .stat-item .info .num .unit {
  font-size: 16px;
  margin-left: 6px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #579aff;
}
.statistics-module .stats-box .stat-item .info .label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

/* 动态模块 */
.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;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dynamics-module {
  /* 公告栏 */
}
.dynamics-module .notice-box {
  margin-right: 24px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 0 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;
  height: 351px;
}
.dynamics-module .notice-box .notice-header {
  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;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  height: 58px;
}
.dynamics-module .notice-box .notice-header .tab-hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
}
.dynamics-module .notice-box .notice-header .tab-hd a {
  margin-right: 24px;
  display: inline-block;
  height: 58px;
  line-height: 68px;
  font-size: 18px;
  color: #666666;
  padding-bottom: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.dynamics-module .notice-box .notice-header .tab-hd a:last-child {
  margin-right: 0;
}
.dynamics-module .notice-box .notice-header .tab-hd a.active {
  color: #267dff;
  font-size: 20px;
  font-weight: bold;
  border-bottom-color: #267dff;
}
.dynamics-module .notice-box .notice-header .tab-hd a:hover {
  color: #267dff;
}
.dynamics-module .notice-box .notice-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: 14px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.dynamics-module .notice-box .notice-header .more-link img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: inline-block;
}
.dynamics-module .notice-box .notice-header .more-link:hover {
  color: #267dff;
}
.dynamics-module .notice-box .notice-header .more-link:hover img {
  -webkit-transform: translateX(4px);
     -moz-transform: translateX(4px);
      -ms-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}
.dynamics-module .notice-box .tab-bd .tab-item {
  display: none;
}
.dynamics-module .notice-box .tab-bd .tab-item.active {
  display: block;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-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 #f0f0f0;
  height: 53px;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item .notice-tag {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 6px;
  height: 26px;
  line-height: 24px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item .notice-tag.tag-orange {
  background: #fff7f0;
  border-color: #ffb390;
  color: #ff9552;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item .notice-tag.tag-blue {
  background: #f0f7ff;
  border-color: #b3d0ff;
  color: #267dff;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item .notice-title {
  margin: 0 12px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item .notice-date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  color: #999;
}
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item:hover .notice-title,
.dynamics-module .notice-box .tab-bd .tab-item .notice-list .notice-item:hover .notice-date {
  color: #267dff;
}
.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;
  display: inline-block;
}
.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;
}

/* 平台项目 */
.platform-project-section {
  padding-top: 30px;
}
.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 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
  margin: 0 19px;
}
.section-title .title-text .blue {
  color: #267dff;
}

.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;
  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 {
  margin-right: 12px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  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(33.33% - 8px);
  width: -moz-calc(33.33% - 8px);
  width: calc(33.33% - 8px);
  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(3n) {
  margin-right: 0;
}
.platform-project-section .project-tab-box .project-list-grid .project-card:nth-child(n+4) {
  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 {
  margin-bottom: 8px;
  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 .project-tab-box .project-list-grid .project-card .card-tags .tag-status {
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
}
.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 {
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
}
.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;
}

#footer {
  margin-top: 30px;
}