@import "global.css";
.screen-card {
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  margin: 46px 0;
  box-sizing: border-box;
}

.screen-layout {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 20px 42px;
}
.screen-layout h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 16px;
}

.screen-col {
  display: flex;
  align-items: center;
}
.screen-col span {
  cursor: pointer;
  min-width: 96px;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #333333;
  margin-right: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.screen-col span.active, .screen-col span:hover {
  border-radius: 2px;
  background: #2B75D0;
  color: #FFFFFF;
}

.huajin-list {
  overflow: hidden;
  width: 100% !important;
}
.huajin-list .zone-item {
  width: 447px;
  height: auto;
  background: rgba(43, 117, 208, 0.05);
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  -ms-overflow-x: hidden;
}
.huajin-list .zone-item:after {
  content: attr(data-item);
  width: 87px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -3px;
  background: url("../images/2099.png") no-repeat center right;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
.huajin-list .zone-item.auction-item .huajin-item-center {
  box-sizing: border-box;
  padding-bottom: 26px;
  border-bottom: 1px dashed rgba(43, 117, 208, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.huajin-list .zone-item.auction-item .huajin-item-center li {
  width: calc(50% - 12px);
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  padding-left: 20px;
  background: linear-gradient(270deg, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0) 100%);
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.huajin-list .zone-item.auction-item .huajin-item-center li:first-child, .huajin-list .zone-item.auction-item .huajin-item-center li:nth-child(2) {
  color: #2B75D0;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center {
  box-sizing: border-box;
  padding: 8px 0 22px;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center .fr {
  display: flex;
  align-items: center;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center .fr p {
  min-width: 118px;
  height: 32px;
  text-align: center;
  box-sizing: border-box;
  padding: 6px 4px;
  background: linear-gradient(270deg, rgba(43, 117, 208, 0.05) 0%, rgba(43, 117, 208, 0) 100%);
  color: #2B75D0;
  margin-right: 15px;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center .fr p:last-child {
  margin-right: 0;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center li {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.huajin-list .zone-item.supply-demand-item .huajin-item-center li.resourceQuota {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  height: 42px;
}
.huajin-list h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
  width: 100%;
}
.huajin-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 32px 0;
  transition: all 0.3s ease-in-out 0s;
}
.huajin-list a:hover {
  background: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.1);
}

.huajin-item-top {
  box-sizing: border-box;
  padding: 0 64px 14px 0;
  border-bottom: 1px dashed rgba(43, 117, 208, 0.3);
  width: 100%;
}

.huajin-item-bottom {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sign-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.sign-types span {
  width: auto;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 2px;
  text-align: center;
  min-width: 35px;
}
.sign-types span.sign-col {
  border: 1px solid #2B75D0;
  color: #2B75D0;
  font-size: 14px;
}
.sign-types span.state {
  min-width: 49px;
  color: #FFFFFF;
}
.sign-types span.bidding {
  background: linear-gradient(270deg, #2B75D0 0%, #4598FF 100%);
}
.sign-types span.signUp {
  background: linear-gradient(270deg, #E76B1E 0%, #E78D1E 100%);
}
.sign-types span.signEnd {
  background: linear-gradient(270deg, #DC1313 0%, #FF6161 100%);
}
.sign-types span.end {
  background: linear-gradient(270deg, #555555 0%, #939393 0%, #B5B5B5 100%);
}
.sign-types span.toBeConfirmed {
  background: linear-gradient(270deg, #E76B1E 0%, #E78D1E 100%);
}
.sign-types span.inThePreview {
  background: linear-gradient(270deg, #1BA3B2 0%, #43EDE1 100%);
}
