@charset "UTF-8";

/**
 * 安徽省阳光采购服务平台
 * date: 2024-9-3
 * author: xujiawei;
 */
.public-hd {
  padding: 0 20px;
}

.public-title {
  font-size: 18px;
}

.public-content {
  display: flex;
  flex-direction: column;
}

.public-content .public-hd {
  flex-shrink: 0;
}

.public-content .public-content-bd {
  height: 0;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.flex-l {
  width: 33.33%;
}

.flex-r {
  flex: 1;
  margin-left: 30px;
  width: 0;
}

.flex-r .public-content {
  height: 100%;

}

.company {
  margin-bottom: 20px;
}

.company .public-content-bd {
  padding: 24px 26px;
}

.company-info {
  height: 56px;
  /* line-height: 56px; */
  font-size: 26px;
  color: #000;
  font-weight: 700;
  /* padding-left: 85px; */
  /* background: url("../images/zone/logo.png") no-repeat left center; */
  /* background-size: auto 56px; */
  display: flex;
  align-items: center;
}

.company-info>img {
  height: 56px;
  margin-right: 20px;
}

.company-total {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}

.company-total li {
  position: relative;
  flex: 1;
  width: 0;
  height: 98px;
  border-radius: 3px;
  padding: 22px 0 22px 85px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background: no-repeat;
  background-size: 100% 100%;
}

.company-total li h4 {
  height: 19px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.company-total li span {
  font-size: 18px;
  font-family: "OPPOSans-B";
  margin-right: 2px;
}

.company-total li:nth-child(n+2) {
  margin-left: 20px;
}

.company-total li:nth-child(1) {
  border-color: #c0daff;
  background-image: url("../images/zone/total_bg1.png");
}

.company-total li:nth-child(1)::after {
  background-image: url("../images/zone/total_icon1.png");
}

.company-total li:nth-child(1) span {
  color: #3961fe;
}

.company-total li:nth-child(2) {
  border-color: #f2dac6;
  background-image: url("../images/zone/total_bg2.png");
}

.company-total li:nth-child(2)::after {
  background-image: url("../images/zone/total_icon2.png");
}

.company-total li:nth-child(2) span {
  color: #ff7e1c;
}

.company-total li:nth-child(3) {
  border-color: #afe3cc;
  background-image: url("../images/zone/total_bg3.png");
}

.company-total li:nth-child(3)::after {
  background-image: url("../images/zone/total_icon3.png");
}

.company-total li:nth-child(3) span {
  color: #2baf73;
}

.company-total li:nth-child(4) {
  padding: 38.5px 0 0 85px;
  border-color: #f7d7d7;
  background-image: url("../images/zone/total_bg4.png");
}

.company-total li:nth-child(4)::after {
  background-image: url("../images/zone/total_icon4.png");
}

.company-total li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 51px;
  height: 45px;
}

.info {
  height: 224px;
  margin-bottom: 20px;
}

.info .public-title {
  background: url("../images/zone/info_icon.png") no-repeat left center;
}

.info-list {
  padding-top: 16px;
}

.info-list li {
  line-height: 24px;
  font-size: 16px;
  display: flex;
}

.info-list li span {
  color: #000;
  flex-shrink: 0;
}

.info-list li p {
  line-height: 24px;
}

.info-list li+li {
  margin-top: 18px;
}

.link {
  height: 179px;
  margin-bottom: 20px;
}

.link .public-title {
  background: url("../images/zone/link_icon.png") no-repeat left center;
}

.link .public-content-bd {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-item {
  position: relative;
  display: block;
  text-align: center;
  height: 81px;
  box-sizing: border-box;
  padding-top: 18.5px;
  width: 100%;
  font-size: 16px;
  color: #333;
  background: url("../images/zone/link_bg.png") no-repeat center bottom;
  /* text-indent: 30px; */
}

.link-item>span {
  padding-left: 30px;
  background: url(../images/zone/link_item_icon.png) left center no-repeat;
  height: 36px;
  display: inline-flex;
  align-items: center;
}

/* .link-item::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 169px;
  top: 16px;
  background: url("../images/zone/link_item_icon.png") no-repeat;
}
 */
.supplier {
  height: 253px;
}

.supplier .public-title {
  background: url("../images/zone/supplier_icon.png") no-repeat left center;
}

.supplier .public-content-bd {
  padding: 10px 20px 0;
}

.supplier-list li {
  border-bottom: 1px solid #ebebeb;
}

.supplier-list li:last-child {
  border-bottom: 0;
}

.supplier-list a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 54px;
  padding-left: 28px;
  color: #333;
  background: url("../images/zone/supplier_item_icon.png") no-repeat left center;
  background-size: 18px 16px;
}

.supplier-list a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../images/zone/supplier_bg.png") no-repeat;
}

.supplier-list a:hover {
  color: #d11b1a;
}

.supplier-list a:hover::after {
  background: url("../images/zone/supplier_bgh.png") no-repeat;
}

.public-condition {
  padding: 0;
}

.public-condition-item {
  color: #666;
  background: none;
  margin: 5px 8px 5px 0;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 3px;
}

.public-condition-item.active {
  border: 1px solid #d11b1a;
  background: none;
  color: #d11b1a;
}

.public-condition-con {
  justify-content: space-between;
}

.public-condition-input {
  height: 30px;
  line-height: 28px;
  width: 130px;
  border-radius: 2px;
}

.public-condition-time>span {
  color: #333;
  margin-right: 7px;
}

.public-table th {
  height: 48px;
  color: #333;
}

.tabs {
  display: flex;
}

.tabs-item {
  position: relative;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
}

.tabs-item.active {
  color: #d11b1a;
  font-weight: 700;
}

.tabs-item.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #d11b1a;
  left: 0;
  bottom: -18px;
}

::after {}

::after {}

.tabs-item+li {
  margin-left: 20px;
}

.public-condition-box {
  padding-top: 15px;
}

.search-box {
  display: flex;
  align-items: center;
}

.public-box{ 
  flex:1;
  height:0;
}