
.el-card__body {
  /* background-color: #f1f2f6; */
}
.table-box {
  /* width: 75%; */
}
.container {
  margin-left: 25px;
  height: 100%;
  /* background-color: #f1f2f6 !important; */
}
.textSpan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 70px;
  font-weight: bold;
  /* 将 font-weight 更改为 bold */
  font-size: 18px;
}
.blue-bar {
  content: "";
  display: inline-block;
  width: 10px;
  /* 设置柱状图案的宽度 */
  height: 25%;
  /* 设置柱状图案的高度，这里以文本的高度为准 */
  background-color: #409eff;
  /* 设置柱状图案的颜色 */
  margin-right: 5px;
  /* 设置柱状图案和文本之间的间距 */
}
#card {
  border-radius: 10px;
  position: relative;
  background-color: #f1f2f6 !important;
}
.box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left {
  width: 145px;
  text-align: center;
  border-right: 1px solid black;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  /* 将 font-weight 更改为 bold */
  font-size: 15px;
  font-family: Microsoft Yahei;
}
.left-1 {
  width: 110px;
  text-align: center;
  border-right: 1px solid black;
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  /* 将 font-weight 更改为 bold */
  font-size: 15px;
  font-family: Microsoft Yahei;
}
.right {
  width: 105px;
  text-align: center;
  margin-left: 10px;
  color: rgba(136, 136, 136, 1);
  font-size: 14px;
  font-family: Microsoft Yahei;
}
.center-bar {
  content: "";
  display: inline-block;
  width: 10px;
  /* 设置柱状图案的宽度 */
  height: 25%;
  /* 设置柱状图案的高度，这里以文本的高度为准 */
  background-color: #409eff;
  /* 设置柱状图案的颜色 */
  margin-right: 10px;
  /* 设置柱状图案和文本之间的间距 */
}
.half-circle {
  width: 20px;
  /* 调整半圆的直径 */
  height: 20px;
  /* 调整半圆的直径 */
  border-radius: 40%;
  background-color: #409eff;
  /* 调整半圆的颜色，使其与卡片背景一致 */
  position: absolute;
  left: -13px;
  /* 调整半圆的位置，使其在卡片左边中间 */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon {
  font-size: 20px;
  color: #409effba;
  margin-right: 10px;
}
.bottom-size {
  margin-bottom: 50px;
}

.wel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
