.text-primary {
  color: #d82832;
}

.text-bottomLine {
  text-decoration: underline;
}

.mt-28 {
  margin-top: 28px
}

.main-labelbox {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.main-labelbox-left {}

.main-labelbox-right {}

.main-label-right-timebox {
  width: 142px;
  height: 32px;
  line-height: 32px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.main-label-right-timebox img {
  width: 24px;
  height: 24px;
}

.main-label-right-timebox span {
  color: #999999;
  font-size: 16px;
}

.main-label-right-timebox .arrow {
  width: 24px;
  height: 24px;
  border: 1px dashed #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-label-right-timebox .arrow img {
  width: 20px;
  height: 20px;
}

.main-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.main-content-left {
  width: 270px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  margin-right: 23px
}

.main-content-left-item {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 36px;
  color: #666;
  cursor: pointer;
  border-bottom: 1px solid #EAEAEA;
}

.main-content-left-item:hover {
  background-color: #FDF0E5;
  color: #d82832;
  font-weight: 700;
  border-left: 2px solid #d82832;
}

.main-content-left-item.active {
  background-color: #d82832;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  padding-left: 46px
}

.main-content-left-sub-item-active {
  background-color: #FDF0E5;
  color: #d82832;
  font-weight: 700;
  border-left: 2px solid #d82832;
}

.main-content-right {
  flex: 1;
  width: 100%;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.main-results-message {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.main-results-bold {
  font-weight: 600;
}

.main-results-gray {
  color: gray;
}

.main-results-red {
  color: red;
}

.main-results-blue {
  color: blue;
}

.main-results-right {
  margin-right: 20px;
}

.main-results-top {
  margin-top: 10px;
}
