@charset "UTF-8";
/**
 * 洛阳国晟投资控股集团有限公司电子化采购平台建设项目
 * date: 2025-4-15
 * author: hxh;
 */
.news-notice {
  background: #fff;
  padding: 40px 0;
}
.news-notice .news {
  width: 685px;
  height: 416px;
}
.news-notice .notice {
  width: 670px;
  height: 416px;
}
.news-notice .notice-header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  height: 40px;
}
.news-notice .notice-header .tab-item {
  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;
  padding: 4px 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  cursor: pointer;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  height: 40px;
  line-height: 40px;
}
.news-notice .notice-header .tab-item.current {
  background-color: #c9161e;
  color: #fff;
  font-weight: 700;
}
.news-notice .notice-header .tab-item:hover:not(.current) {
  color: #c9161e;
}
.news-notice .notice-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;
  margin-right: 10px;
  font-size: 14px;
  color: #666666;
  font-weight: 350;
  font-family: "Microsoft YaHei", sans-serif;
  line-height: 40px;
}
.news-notice .notice-header .more:hover {
  color: #c9161e;
}
.news-notice .notice-list.hidden {
  display: none;
}
.news-notice .notice-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;
  height: 47px;
}
.news-notice .notice-item-content {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-notice .notice-item:hover .notice-title,
.news-notice .notice-item:hover span {
  color: #c9161e;
}
.news-notice .notice-item:hover .notice-title {
  background-image: url("../images/index/icon-notice-h.png");
}
.news-notice .notice-title {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: url("../images/index/icon-notice.png") left center no-repeat;
  padding-left: 26px;
}
.news-notice .notice-date {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  font-weight: 400;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 139px;
  text-align: right;
}
.news-notice .news-swiper {
  width: 685px;
  height: 416px;
  overflow: hidden;
}
.news-notice .news-swiper .swiper-slide {
  position: relative;
}
.news-notice .news-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.news-notice .news-swiper .img {
  width: 100%;
  height: 100%;
}
.news-notice .news-swiper .summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.news-notice .news-swiper .summary-content {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 350;
  line-height: 50px;
  letter-spacing: 0.025px;
  padding-left: 15px;
  max-width: 410px;
}
.news-notice .news-swiper .swiper-pagination {
  right: 20px;
  bottom: 21px;
  height: 8px;
  left: auto;
  width: auto;
}
.news-notice .news-swiper .swiper-pagination span {
  vertical-align: top;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  opacity: 0.8;
}
.news-notice .news-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  width: 14px;
  background: #c9161e;
  border-radius: 5px 5px 5px 5px;
}

.bids-entrance {
  height: 624px;
  padding: 40px 0;
  background: url("../images/index/bids-entrance-bg.jpg") center no-repeat;
}
.bids-entrance .call-bids {
  width: 927px;
  height: 544px;
  background-color: #fff;
  padding: 8px 24px 20px;
  overflow: hidden;
}
.bids-entrance .call-bids .section-header {
  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;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 24px;
  height: 54px;
}
.bids-entrance .call-bids .section-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;
  height: 28px;
}
.bids-entrance .call-bids .section-header .title h2 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.bids-entrance .call-bids .section-header .title .line {
  width: 1px;
  height: 14px;
  background-color: rgba(153, 153, 153, 0.2);
  margin: 0 7px;
}
.bids-entrance .call-bids .section-header .title p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.bids-entrance .call-bids .section-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: 14px;
  font-weight: 350;
  color: #666666;
  line-height: 28px;
}
.bids-entrance .call-bids .section-header .more:hover {
  color: #c9161e;
}
.bids-entrance .call-bids .section-content .tab-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;
  margin-bottom: 20px;
}
.bids-entrance .call-bids .section-content .tab-header .tab-item {
  height: 30px;
  padding: 4px 12px;
  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;
  font-size: 16px;
  background-color: #f7f7f7;
  color: #666;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  cursor: pointer;
  margin-right: 4px;
}
.bids-entrance .call-bids .section-content .tab-header .tab-item.current {
  background-color: #c9161e;
  color: #fff;
  font-weight: 700;
}
.bids-entrance .call-bids .section-content .tab-header .tab-item:hover:not(.current) {
  color: #c9161e;
}
.bids-entrance .call-bids .section-content .tab-content .tab-panel {
  display: none;
}
.bids-entrance .call-bids .section-content .bid-item {
  margin-bottom: 27px;
}
.bids-entrance .call-bids .section-content .bid-item:last-child {
  margin-bottom: 0;
}
.bids-entrance .call-bids .section-content .bid-item .bid-link {
  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;
}
.bids-entrance .call-bids .section-content .bid-item .bid-link:hover .bid-date,
.bids-entrance .call-bids .section-content .bid-item .bid-link:hover .bid-title {
  color: #c9161e;
}
.bids-entrance .call-bids .section-content .bid-item .bid-link:hover .bid-content {
  background-image: url("../images/index/icon-notice-h.png");
}
.bids-entrance .call-bids .section-content .bid-item .bid-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;
  padding-left: 26px;
  background: url("../images/index/icon-notice.png") left center no-repeat;
}
.bids-entrance .call-bids .section-content .bid-item .bid-content .bid-tag {
  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;
  height: 20px;
  padding: 0 6px;
  background-color: rgba(201, 22, 30, 0.05);
  border: 1px solid #c9161e;
  border-radius: 1px;
  font-size: 12px;
  color: #c9161e;
  margin-right: 10px;
  white-space: nowrap;
}
.bids-entrance .call-bids .section-content .bid-item .bid-content .bid-title {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.bids-entrance .call-bids .section-content .bid-item .bid-content .bid-title span{
  font-size: 12px;
}
.bids-entrance .call-bids .section-content .bid-item .bid-content .bid-title.highlight {
  color: #c9161e;
}
.bids-entrance .call-bids .section-content .bid-item .bid-date {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin-left: 10px;
  white-space: nowrap;
}
.bids-entrance .call-bids .section-content .bid-item .bid-date.highlight {
  color: #c9161e;
}
.bids-entrance .entrance {
  width: 443px;
  height: 544px;
  background-color: #fff;
  padding: 8px 20px 20px;
}
.bids-entrance .entrance .section-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block; /* IE7 兼容 */
  -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;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 10px;
  height: 54px;
  line-height: 54px;
}
.bids-entrance .entrance .section-header .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block; /* IE7 兼容 */
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.bids-entrance .entrance .section-header .title h2 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
  display: inline; /* IE7 兼容 */
  margin-right: 7px;
}
.bids-entrance .entrance .section-header .title .line {
  width: 1px;
  height: 14px;
  background-color: rgba(153, 153, 153, 0.2);
  display: inline-block; /* IE7 兼容 */
  *vertical-align: middle; /* IE7 兼容 */
  margin: 0 7px;
}
.bids-entrance .entrance .section-header .title p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
  display: inline; /* IE7 兼容 */
}
.bids-entrance .entrance .section-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: 14px;
  font-weight: 350;
  color: #666666;
  line-height: 28px;
}
.bids-entrance .entrance .section-header .more:hover {
  color: #c9161e;
}
.bids-entrance .entrance .entrance-list {
  height: -webkit-calc(100% - 54px);
  height: -moz-calc(100% - 54px);
  height: calc(100% - 54px);
}
.bids-entrance .entrance .entrance-list .entrance-item {
  position: relative;
  height: 81px;
  background: url("../images/index/entrance-item-bg.jpg") center no-repeat;
  margin-bottom: 12px; /* 兼容非flex布局 */
  border: 1px solid transparent;
}
.bids-entrance .entrance .entrance-list .entrance-item:last-child {
  margin-bottom: 0;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(1) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item1.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(2) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item2.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(3) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item3.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(4) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item4.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(5) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item5.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:nth-child(6) .entrance-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 61px;
  right: 28px;
  background: url("../images/index/icon-entrance-item6.png") center no-repeat;
}
.bids-entrance .entrance .entrance-list .entrance-item:hover {
  border: 1px solid #c9161e;
}
.bids-entrance .entrance .entrance-list .entrance-item:hover .entrance-text {
  color: #c9161e;
}
.bids-entrance .entrance .entrance-list .entrance-item .entrance-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bids-entrance .entrance .entrance-list .entrance-item .entrance-text {
  width: 100%;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  padding-left: 42px;
  line-height: 80px;
  display: block;
}
.bids-entrance .entrance .entrance-list .entrance-item:last-child .entrance-text {
  letter-spacing: 1.5px;
}

.purchase-bids {
  padding: 40px 0;
  background: #fff;
}
.purchase-bids .purchase {
  width: 927px;
  height: 544px;
  background-color: #fff;
  padding: 8px 24px 20px;
  overflow: hidden;
  box-shadow: 0px 0px 24px 0px rgba(4, 36, 73, 0.08);
}
.purchase-bids .purchase .section-header {
  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;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 24px;
  height: 54px;
}
.purchase-bids .purchase .section-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;
  height: 28px;
}
.purchase-bids .purchase .section-header .title h2 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.purchase-bids .purchase .section-header .title .line {
  width: 1px;
  height: 14px;
  background-color: rgba(153, 153, 153, 0.2);
  margin: 0 7px;
}
.purchase-bids .purchase .section-header .title p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.purchase-bids .purchase .section-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: 14px;
  font-weight: 350;
  color: #666666;
  line-height: 28px;
}
.purchase-bids .purchase .section-header .more:hover {
  color: #c9161e;
}
.purchase-bids .purchase .section-content .tab-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;
  margin-bottom: 20px;
}
.purchase-bids .purchase .section-content .tab-header .tab-item {
  height: 30px;
  padding: 4px 12px;
  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;
  font-size: 16px;
  background-color: #f7f7f7;
  color: #666;
  font-weight: 400;
  font-family: "Microsoft YaHei", sans-serif;
  cursor: pointer;
  margin-right: 4px;
}
.purchase-bids .purchase .section-content .tab-header .tab-item.current {
  background-color: #c9161e;
  color: #fff;
  font-weight: 700;
}
.purchase-bids .purchase .section-content .tab-header .tab-item:hover:not(.current) {
  color: #c9161e;
}
.purchase-bids .purchase .section-content .tab-content .tab-panel {
  display: none;
}
.purchase-bids .purchase .section-content .purchase-item {
  margin-bottom: 27px;
}
.purchase-bids .purchase .section-content .purchase-item:last-child {
  margin-bottom: 0;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-link {
  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;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-link:hover .purchase-date,
.purchase-bids .purchase .section-content .purchase-item .purchase-link:hover .purchase-title {
  color: #c9161e;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-link:hover .purchase-content {
  background-image: url("../images/index/icon-notice-h.png");
}
.purchase-bids .purchase .section-content .purchase-item .purchase-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;
  padding-left: 26px;
  background: url("../images/index/icon-notice.png") left center no-repeat;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-content .purchase-tag {
  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;
  height: 20px;
  padding: 0 6px;
  background-color: rgba(201, 22, 30, 0.05);
  border: 1px solid #c9161e;
  border-radius: 1px;
  font-size: 12px;
  color: #c9161e;
  margin-right: 10px;
  white-space: nowrap;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-content .purchase-title {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-content .purchase-title.highlight {
  color: #c9161e;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-date {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin-left: 10px;
  white-space: nowrap;
}
.purchase-bids .purchase .section-content .purchase-item .purchase-date.highlight {
  color: #c9161e;
}
.purchase-bids .open-bids {
  width: 443px;
  height: 544px;
  background: #ffffff;
  padding: 8px 20px 20px;
  box-shadow: 0px 0px 24px 0px rgba(4, 36, 73, 0.08);
  border-radius: 0px 0px 0px 0px;
}
.purchase-bids .open-bids .section-header {
  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;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  height: 54px;
  margin-bottom: 20px;
}
.purchase-bids .open-bids .section-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;
  height: 28px;
}
.purchase-bids .open-bids .section-header .title h2 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.purchase-bids .open-bids .section-header .title .line {
  width: 1px;
  height: 14px;
  background-color: rgba(153, 153, 153, 0.2);
  margin: 0 7px;
}
.purchase-bids .open-bids .section-header .title p {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.purchase-bids .open-bids .section-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: 14px;
  font-weight: 350;
  color: #666666;
  line-height: 28px;
}
.purchase-bids .open-bids .section-header .more:hover {
  color: #c9161e;
}
.purchase-bids .open-bids .section-content {
  height: -webkit-calc(100% - 74px);
  height: -moz-calc(100% - 74px);
  height: calc(100% - 74px);
}
.purchase-bids .open-bids .section-content .calendar {
  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;
}
.purchase-bids .open-bids .section-content .calendar .calendar-header {
  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;
  margin-bottom: 10px;
  text-align: center;
  height: 22px;
  line-height: 22px;
}
.purchase-bids .open-bids .section-content .calendar .calendar-header .calendar-month {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.48;
  display: inline-block;
  margin: 0 6px;
}
.purchase-bids .open-bids .section-content .calendar .calendar-header span {
  color: #a8b6c1;
  cursor: pointer;
  display: inline-block;
  -webkit-transform: scaleY(1.5);
     -moz-transform: scaleY(1.5);
      -ms-transform: scaleY(1.5);
       -o-transform: scaleY(1.5);
          transform: scaleY(1.5);
  margin-top: -6px;
}
.purchase-bids .open-bids .section-content .calendar .calendar-header span:hover {
  color: #c9161e;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  /* IE10 兼容 */
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex: 1;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table thead {
  background-color: #f9f9f9;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table thead th.weekday {
  height: 69px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  color: #c9161e;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day {
  width: 14.285%;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.prev-month, .purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.next-month {
  color: rgba(51, 51, 51, 0.3);
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day:hover {
  position: relative;
  z-index: 1;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #c9161e;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.today {
  background-color: #c9161e;
  color: #ffffff;
  z-index: 1;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.today .bid-count {
  background-color: #ffffff;
  color: #c9161e;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.current {
  position: relative;
  z-index: 1;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day.current::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #c9161e;
}
.purchase-bids .open-bids .section-content .calendar .calendar-content .calendar-table tbody tr td.day .bid-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c9161e;
  color: #ffffff;
  font-size: 12px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  padding: 0 2px;
}

.open-bid-dialog {
  display: none;
  position: fixed;
  z-index: 30;
  width: 572px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
}
.open-bid-dialog .table-head {
  height: 40px;
  line-height: 40px;
}
.open-bid-dialog .table-body {
  max-height: 200px;
  overflow: auto;
}
.open-bid-dialog .open-bid-table {
  table-layout: fixed;
  width: 100%;
}
.open-bid-dialog .open-bid-table th {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background: #c9161e;
  border-radius: 0px 0px 0px 0px;
  font-size: 14px;
  color: #ffffff;
}
.open-bid-dialog .open-bid-table td {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.open-bid-dialog .open-bid-table td div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.open-bid-dialog .open-bid-table tbody tr:hover td {
  color: #c9161e;
}