.handler-one p {
  margin: 0;
}
.handler-one .handler-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.handler-one .handler-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.handler-one .line {
  width: 0;
  height: 100%;
  border-left: 1px solid #eee;
  margin: auto;
}
.handler-one .handlering {
  border: 1px solid #009cff;
}
.handler-one .handler-info {
  width: 93%;
  margin-left: 10px;
}
.handler-one .handler-info .handler-teacher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}
.handler-one .handler-info .handler-teacher .teacher-list {
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.handler-one .handler-info .handler-teacher .teacher-list .transfer {
  margin: 0 10px;
  color: #999 !important;
}
.handler-one .handler-info .handler-teacher .teacher-list p {
  display: inline-block;
  max-width: 43%;
  line-height: 22px;
  color: #333;
}
.handler-one .handler-info .handler-teacher .teacher-list p span {
  color: #009cff;
}
.handler-one .handler-info .handler-teacher .teacher-list .teacher-name {
  max-width: 74%;
}
.handler-one .handler-info .handler-status {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 6px;
}
.handler-one .handler-info .pending-status {
  color: #ffbf00;
  background-color: rgba(255, 191, 0, 0.09);
}
.handler-one .handler-info .success-status {
  color: #00cf64;
  background-color: rgba(0, 207, 100, 0.09);
}
.handler-one .handler-info .refuse-status {
  color: #ff5353;
  background-color: rgba(255, 83, 83, 0.09);
}
.handler-one .handler-info .handler-reply {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.handler-one .handler-info .handler-reply p {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.handler-one .handler-info .handler-reply .reply-btn {
  color: #333;
  margin-top: 20px;
}
.handler-one .handler-info .handler-reply .reply-btn span {
  color: #009cff;
}
.handler-one .handler-info .handler-reply .reply-btn span:hover {
  cursor: pointer;
}

.handler-more p {
  margin: 0;
}
.handler-more .handler-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.handler-more .handler-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.handler-more .line {
  width: 0;
  height: 100%;
  border-left: 1px solid #eee;
  margin: auto;
}
.handler-more .handlering {
  border: 1px solid #009cff;
}
.handler-more .handler-info {
  width: 93%;
  margin-left: 10px;
}
.handler-more .handler-info .handler-teacher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}
.handler-more .handler-info .handler-teacher .teacher-list {
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.handler-more .handler-info .handler-teacher .teacher-list .transfer {
  margin: 0 10px;
  color: #999 !important;
}
.handler-more .handler-info .handler-teacher .teacher-list p {
  display: inline-block;
  max-width: 43%;
  line-height: 22px;
  color: #333;
}
.handler-more .handler-info .handler-teacher .teacher-list p span {
  color: #009cff;
}
.handler-more .handler-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  color: #333;
  font-size: 14px;
}
.handler-more .handler-name .teacher-info {
  width: 30%;
  margin-bottom: 10px;
}
.handler-more .handler-name .teacher-info .teacher-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.handler-more .handler-name .teacher-info .teacher-name {
  color: #009cff;
  margin: 0 5px;
}
.handler-more .handler-name .more {
  width: 100%;
}
.handler-more .handler-status {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 6px;
  color: #ffbf00;
}

