@charset "UTF-8";
/*
 * @Description: 交易大数据
 * @Author: hxh
 * @Date: 2024-04-03 14:59:50
 */
@font-face {
  font-family: "D-DIN-Bold";
  src: url("./fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("./fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("./fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}
.info-hd {
  position: relative;
  margin-bottom: 40px;
}
.info-hd .info-tt {
  text-align: center;
  margin-top: 10px;
  height: 60px;
  line-height: 44px;
  font-weight: 500;
  font-size: 30px;
  color: #111111;
  background: url("../images/img_info_tt.png") center bottom no-repeat;
}
.info-hd .info-more {
  position: absolute;
  right: 0;
  top: 7px;
  width: 68px;
  height: 29px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #d6d6d6;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  line-height: 27px;
  font-size: 16px;
  color: #666666;
  padding-right: 15px;
  background: url("../images/icon_more.png") right 10px center no-repeat;
}

.box {
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
}
.box-hd {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #e7e7e7;
}
.box-tt {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  position: relative;
  padding-left: 16px;
}
.box-tt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #df2720;
  border-radius: 0px 0px 0px 0px;
}
.box-bd {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 20px 0;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}

.data-statistics {
  height: 252px;
}
.data-statistics p {
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  margin-right: 30px;
}
.data-statistics .statistics-items {
  margin-top: 20px;
}
.data-statistics .statistics-items .statistics-item {
  width: -webkit-calc(25% - 22.5px);
  width: -moz-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  margin-right: 30px;
  height: 98px;
  background: url("../images/img_statistics.png");
  -o-background-size: 100% 100%;
     background-size: 100% 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;
  -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: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.data-statistics .statistics-items .statistics-item .item-value {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.data-statistics .statistics-items .statistics-item .item-value span {
  font-family: "D-DIN-Bold";
  font-size: 28px;
  color: #df2720;
}
.data-statistics .statistics-items .statistics-item .item-label {
  margin-top: 4px;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.data-statistics .statistics-items .statistics-item:nth-child(4n) {
  margin-right: 0;
}
.data-statistics .statistics-items .statistics-item:first-child {
  background: url("../images/img_statistics_first.png");
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.data-statistics .statistics-items .statistics-item:first-child .item-value,
.data-statistics .statistics-items .statistics-item:first-child .item-value > span,
.data-statistics .statistics-items .statistics-item:first-child .item-label {
  color: #fff;
}

.business-analyze,
.register-quantity {
  width: 590px;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.chart {
  height: 100%;
}

.business-analyze-chart {
  background: url("../images/img_pie_bg.png") left 15% top 50% no-repeat;
}

.trading-trend {
  height: 443px;
  margin-bottom: 40px;
}