@charset "UTF-8";
/**
 * 08_台州市公共资源交易“浙里招标”数字平台项目(临时)
 * date: 2023-8-31
 * author: xuhai;
 */
.box {
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.box-top {
  display: flex;
  justify-content: space-between;
  min-height: 0;
  margin-bottom: 30px;
}
.box-notice {
  width: 888px;
  height: 381px;
  background-color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.box-notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
  line-height: 33px;
  margin-bottom: 10px;
}
.box-notice-header .title {
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.box-notice .public-list-item {
  height: 45px;
}
.box-notice .public-list-item:last-child {
  border-bottom-color: transparent;
}
.box-login {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  width: 282px;
  height: 381px;
}
.box-login-item {
  width: 282px;
  height: 114px;
  border-radius: 5px;
  padding: 26px 31px 0;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: 100% 100%;
}
.box-login-item .title {
  height: 28px;
  font-size: 24px;
  color: #fff;
  font-family: "YouSheBiaoTiHei";
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  line-height: 28px;
  margin-bottom: 13px;
}
.box-login-item .link {
  display: block;
  width: 33px;
  height: 18px;
  background: url("../images/index/login_link.png") no-repeat center;
  background-size: 100% 100%;
}
.box-login-item:nth-child(1) {
  background-image: url("../images/index/login_bg_1.png");
}
.box-login-item:nth-child(2) {
  background-image: url("../images/index/login_bg_2.png");
}
.box-login-item:nth-child(3) {
  background-image: url("../images/index/login_bg_3.png");
}
.box-login-item:nth-child(4) {
  background-image: url("../images/index/login_bg_4.png");
}
.box-trade {
  height: 210px;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 30px;
  box-sizing: border-box;
}
.box-trade-con {
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
  box-sizing: border-box;
  margin-top: 20px;
}
.box-trade-con .item {
  width: 186px;
  height: 85px;
  background: no-repeat left center;
  background-size: 192px 100%;
  padding: 15px 17px;
  box-sizing: border-box;
  border-radius: 5px;
}
.box-trade-con .item-title {
  height: 18px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
}
.box-trade-con .item-number {
  height: 33px;
  font-size: 14px;
  color: #666;
  line-height: 33px;
}
.box-trade-con .item-number .num {
  font-size: 24px;
  color: #217bda;
  font-weight: 700;
  margin-right: 6px;
}
.box-trade-con .item:nth-child(1) {
  background-image: url("../images/index/trade_1.png");
}
.box-trade-con .item:nth-child(2) {
  background-image: url("../images/index/trade_2.png");
}
.box-trade-con .item:nth-child(3) {
  background-image: url("../images/index/trade_3.png");
}
.box-trade-con .item:nth-child(4) {
  background-image: url("../images/index/trade_4.png");
}
.box-trade-con .item:nth-child(5) {
  background-image: url("../images/index/trade_5.png");
}
.box-trade-con .item:nth-child(6) {
  background-image: url("../images/index/trade_6.png");
}
.box-banner {
  height: 114px;
  margin: 30px 0;
}
.box-banner svg {
  width: 100%;
  height: 100%;
  font-size: 28px;
  letter-spacing: 5px;
}
.box-banner svg:nth-child(1) {
  background-image: url("../images/index/banner_1.png");
}
.box-online {
  height: 290px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.box-online-con {
  display: flex;
  /* justify-content: space-between; */
  min-height: 0;
  margin-top: 26px;
}
.box-online-con .item {
  display: block;
  width: calc(25% - 15px);
}
.box-online-con .item-icon {
  display: block;
  width: 100px;
  height: 100px;
  background: no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.box-online-con .item-text {
  display: block;
  height: 30px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.box-online-con .item:nth-child(1) .item-icon {
  background-image: url("../images/index/online_icon_1.png");
}
.box-online-con .item:nth-child(2) .item-icon {
  background-image: url("../images/index/online_icon_3.png");
}
.box-online-con .item:nth-child(3) .item-icon {
  background-image: url("../images/index/online_icon_2.png");
}
.box-online-con .item:nth-child(4) .item-icon {
  background-image: url("../images/index/online_icon_3.png");
}
.box-online-con .item:nth-child(5) .item-icon {
  background-image: url("../images/index/online_icon_4.png");
}
.box-hall {
  height: 599px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px 0;
  box-sizing: border-box;
}
.box-hall-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgb(230, 230, 230), rgba(230, 230, 230, 0)) 1 1;
}
.box-hall-header .title {
  width: 231px;
  height: 42px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  background: url("../images/index/hall_header.png") no-repeat center;
  background-size: 100% 100%;
  padding-left: 43px;
  box-sizing: border-box;
}
.box-hall-project {
  margin-bottom: 16px;
}
.box-hall-project .project-con {
  display: flex;
  justify-content: space-between;
  min-height: 0;
  margin-top: 28px;
}
.box-hall-project .project-hds {
  width: 230px;
  min-height: 271px;
  background: url("../images/index/hall_project_nav.png") no-repeat center;
  background-size: 100% 100%;
  padding: 18px 0 13px;
  box-sizing: border-box;
}
.box-hall-project .project-hd {
  position: relative;
  height: 48px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  padding-left: 57px;
  box-sizing: border-box;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
}
.box-hall-project .project-hd div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.box-hall-project .project-hd div::after {
  display: block;
  width: 41px;
  height: 12px;
  background: url("../images/index/hall_project_arrow.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: 15px;
}
.box-hall-project .project-hd::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 50px;
  background: url("../images/index/hall_project_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.box-hall-project .project-hd:hover, .box-hall-project .project-hd.current {
  opacity: 1;
}
.box-hall-project .project-hd:hover::before, .box-hall-project .project-hd.current::before {
  content: "";
}
.box-hall-project .project-hd:hover div::after, .box-hall-project .project-hd.current div::after {
  content: "";
}
.box-hall-project .project-bds {
  flex: 1;
  width: 0;
  padding-right: 12px;
  box-sizing: border-box;
  margin-left: 36px;
}
.box-hall-project .project-bd {
  position: relative;
  height: 100%;
  z-index: 1;
}
.box-hall-project .project-bd .public-more {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
}
.box-hall-project .project-child {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
.box-hall-project .project-child-hds {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  font-size: 16px;
  color: #1f7be6;
  line-height: 30px;
  padding-right: 45px;
  box-sizing: border-box;
}
.box-hall-project .project-child-hd {
  min-width: 116px;
  height: 100%;
  text-align: center;
  background-color: #d4e5ff;
  border-radius: 2px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-left: 5px;
  cursor: pointer;
}
.box-hall-project .project-child-hd:first-child {
  width: 127px;
  margin-left: 0;
}
.box-hall-project .project-child-hd:hover, .box-hall-project .project-child-hd.current {
  color: #fff;
  background-color: #ff9f2e;
}
.box-hall-project .project-child-bds {
  flex: 1;
  height: 0;
  overflow-y: auto;
}
.box-hall-project .project-child-bd {
  padding-top: 12px;
  box-sizing: border-box;
}
.box-hall-project .project-child-bd .public-list-item {
  height: 38px;
  line-height: 37px;
}
.box-hall-flow .flow-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ff8a00;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 46%, #f5f5f5 46%, #ffffff 100%);
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}
.box-hall-flow .flow-search::before {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search_2.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  content: "";
}
.box-hall-flow .flow-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
  margin-top: 20px;
}
.box-hall-flow .flow-con .item {
  display: block;
  width: 152px;
}
.box-hall-flow .flow-con .item-icon {
  width: 152px;
  height: 110px;
  background: no-repeat center;
  background-size: 100% 100%;
}
.box-hall-flow .flow-con .item-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  font-size: 18px;
  color: #333;
  line-height: 22px;
}
.box-hall-flow .flow-con .item-title::before {
  position: relative;
  top: -2px;
  display: block;
  height: 100%;
  font-weight: 600;
  font-family: "SourceHanSansCN-Regular";
  color: #9ac9ff;
  font-size: 24px;
  margin-right: 10px;
}
.box-hall-flow .flow-con .item:nth-child(1) .item-icon {
  background-image: url("../images/index/hall_flow_1.png");
}
.box-hall-flow .flow-con .item:nth-child(1) .item-title::before {
  content: "01";
}
.box-hall-flow .flow-con .item:nth-child(2) .item-icon {
  background-image: url("../images/index/hall_flow_2.png");
}
.box-hall-flow .flow-con .item:nth-child(2) .item-title::before {
  content: "02";
}
.box-hall-flow .flow-con .item:nth-child(3) .item-icon {
  background-image: url("../images/index/hall_flow_3.png");
}
.box-hall-flow .flow-con .item:nth-child(3) .item-title::before {
  content: "03";
}
.box-hall-flow .flow-con .item:nth-child(4) .item-icon {
  background-image: url("../images/index/hall_flow_4.png");
}
.box-hall-flow .flow-con .item:nth-child(4) .item-title::before {
  content: "04";
}
.box-hall-flow .flow-con .item:nth-child(5) .item-icon {
  background-image: url("../images/index/hall_flow_5.png");
}
.box-hall-flow .flow-con .item:nth-child(5) .item-title::before {
  content: "05";
}
.box-hall-flow .flow-con .item:nth-child(6) .item-icon {
  background-image: url("../images/index/hall_flow_6.png");
}
.box-hall-flow .flow-con .item:nth-child(6) .item-title::before {
  content: "06";
}
.box-hall-flow .flow-con .item:hover .item-title {
  font-weight: 600;
  color: #1f7be6;
}
.box-hall-flow .flow-con .item:hover .item-title::before {
  font-weight: 600;
  color: #1f7be6;
}
.box-blank {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  min-height: 0;
  margin: 23px 0px;
}
.box-blank .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 16px);
  height: 158px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(26, 97, 203, 0.4);
  line-height: 26px;
  background: no-repeat center;
  background-size: 100% 100%;
  border-radius: 5px;
margin-left: 80px;}
.box-blank .item:nth-child(1) {
  background-image: url("../images/index/blank_1.png");
margin-left: 0px;}
.box-blank .item:nth-child(2) {
  background-image: url("../images/index/blank_2.png");
}
.box-blank .item:nth-child(3) {
  background-image: url("../images/index/blank_3.png");
}
.box-blank .item:nth-child(4) {
  background-image: url("../images/index/blank_4.png");
}
.box-blank .item:nth-child(5) {
  background-image: url("../images/index/blank_5.png");
}