.homeEchart {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  padding-top: 16px;
  width: calc(100% + 1.96%);
  min-width: 375px;
}
 
.echartBox {
  display: flex;
  flex-direction: column;
  width: 31.37%;
  min-width: 300px;
  height: 206px;
  /* padding: 10px 16px; */
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 1.96%;
  margin-bottom: 24px;
  overflow: hidden;
}

.echartTitle {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: MicrosoftYaHeiSemibold;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 10px 16px 0 16px;
}

.filled {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}

.netprofitNumber {
  display: flex;
  flex-shrink: 0;
  align-items: baseline;
  font-size: 54px;
  color: #232323;
  line-height: 63px;
  font-weight: 400;
  margin-bottom: 19px;
  margin-top: 23px;
}

.netprofitNumber span {
  font-size: 16px;
  color: #232323;
  line-height: 63px;
  font-weight: 500;
  margin-left: 5px;
}

.netprofitContent {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #232323;
  font-weight: 400;
  flex-grow: 1;
}

.riseNumber {
  font-size: 14px;
  color: #FF4F1C;
  font-weight: 400;
  margin-left: 4px;
}

.riseNumber svg {
  margin-right: 2px;
}

.overflowHiddenX {
  overflow-x: hidden;
}

.homeTitle {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  font-family: 'MicrosoftYaHei-Bold';
}

.todolist {
  width: 55.17%;
}

.todolistbox {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}

.todolistItem {
    display: flex;
    flex-direction: column;
    height: 90px;
    width: 22.36%;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
    background-size: 100% 100% !important;
    cursor: pointer;
}

.todolistItem > div {
  padding-top: 12px;
}

.todolistItem .number {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 37.16%;
}

.todolistTitle {
  display: flex;
  margin-left: 16.21%;
  align-items: center;
}

.todolistTitle span {
  margin-left: 12px;
}

.orange {
  background: no-repeat url('../img/orange.png');
}

.green {
  background: no-repeat url('../img/green.png');
}

.blue {
  background: no-repeat url('../img/blue.png');
}

.purple {
  background: no-repeat url('../img/purple.png');
}

.entry {
  display: flex;
  flex-direction: column;
  width: 37.5%;
}

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

.entryItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.entryItem > div {
  margin-top: 7px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  font-weight: 400;
}

.entryItem img {
  width: 48px;
}

.information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px;
}