@charset "UTF-8";
/**
 * 20230925上饶市阳光采购招投标系统建设项目(临时)——上饶市阳光采购平台首页
 * date: 2023-9-25
 * author: zhaodq;
 */
.main-content {
  padding-bottom: 51px;
}

.content {
  width: 100%;
  padding: 30px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-title {
  color: #333;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.content-title h3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  padding-bottom: 20px;
  font-weight: 700;
}
.content-title h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53px;
  height: 6px;
  background: #B01127;
}
.content-toolbar {
  height: 70px;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 15px;
  line-height: 38px;
  border-bottom: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-toolbar .left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content-toolbar .label {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
}
.content-toolbar .date-item {
  padding: 0 16px;
  border-radius: 2px;
  background: #EDEDED;
  margin-right: 16px;
  cursor: pointer;
}
.content-toolbar .date-item:hover, .content-toolbar .date-item.current {
  color: #fff;
  background: #B01127;
}
.content-toolbar .right {
  margin-left: auto;
}
.content-toolbar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.content-toolbar .toolbar-select .chosen-single {
  height: 38px;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}
.content-toolbar .toolbar-select .chosen-single div b {
  background-position-y: 8px;
}
.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 40px;
}
.content-row .pie-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 366px;
  height: 365px;
  background: url("../images/trade_pie_bg.png") center no-repeat;
  background-size: 366px 365px;
}
.content-row .info-wrap {
  margin-left: 60px;
  min-width: 830px;
}
.content-row .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 52px;
}
.content-row .total .unit {
  font-size: 16px;
  font-weight: 400;
}
.content-row .total .value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #B01127;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 700;
}
.content-row .total .value span {
  width: 52px;
  height: 53px;
  margin: 0 5px;
  background: url("../images/total_num_bg.png") center no-repeat;
  background-size: 52px 53px;
}
.content-row .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 269px;
  margin-top: 26px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-row .legend li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin-right: 60px;
  padding-left: 28px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-row .legend li:nth-child(1)::before {
  background-color: #F25D37;
}
.content-row .legend li:nth-child(2)::before {
  background-color: #B488BB;
}
.content-row .legend li:nth-child(3)::before {
  background-color: #F2AAAE;
}
.content-row .legend li:nth-child(4)::before {
  background-color: #F2AAEE;
}
.content-row .legend li:nth-child(5)::before {
  background-color: #F4DE93;
}
.content-row .legend li:nth-child(6)::before {
  background-color: #9BCF99;
}
.content-row .legend li:nth-child(7)::before {
  background-color: #7CB77A;
}
.content-row .legend li:nth-child(8)::before {
  background-color: #8DCDDC;
}
.content-row .legend li:nth-child(9)::before {
  background-color: #669DBD;
}
.content-row .legend li:nth-child(10)::before {
  background-color: #6680B9;
}
.content-row .legend li:nth-child(11)::before {
  background-color: #247BCC;
}
.content-row .legend li:nth-child(12)::before {
  background-color: #DDA38C;
}
.content-row .legend li:nth-child(13)::before {
  background-color: #CD5EDE;
}
.content-row .legend li:nth-last-child(-n+6) {
  margin-right: 0;
}
.content-row .legend li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 10px;
  border-radius: 9px;
}
.content-row .legend li .name {
  width: 112px;
  color: #333;
  font-size: 16px;
}
.content-row .legend li .value,
.content-row .legend li .percent {
  margin-left: auto;
  text-align: right;
  color: #B01127;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
}
.content-row .legend li .percent {
  min-width: 80px;
}
.content-row .legend li .percent .unit {
  margin-left: 3px;
}
.content-row .legend li .value {
  min-width: 60px;
}
.content-row .legend li .unit {
  margin-left: 5px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
}