.TutorTime {
  background: #fff;
  margin: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TutorTime h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
  color: var(--main-color);
  margin-left: 20px;
}
.TutorTime .mt {
  margin-top: 40px;
}
.TutorTime .ivu-tooltip-inner {
  white-space: break-spaces;
}

