.manageTutor .teacherContent .content[data-v-0eb7b31d] {
  margin-bottom: 25px;
}
.manageTutor .teacherContent .content img[data-v-0eb7b31d] {
  height: 100%;
  width: 100%;
}
.manageTutor .teacherContent .content .tutorRight .color-1[data-v-0eb7b31d] {
  font-size: 20px;
}
.manageTutor .teacherContent .content .tutorRight p[data-v-0eb7b31d] {
  height: 124px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  text-align: justify;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: normal;
  margin-top: 8px;
}
.tutor-info span[data-v-0eb7b31d]:first-child {
  font-size: 14px;
  color: #888;
}
.tutor-info span[data-v-0eb7b31d]:nth-child(2) {
  font-size: 16px;
  color: #333;
}
.tutor-video[data-v-0eb7b31d] {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_content[data-v-0eb7b31d] {
  margin-bottom: 30px;
  width: 300px;
}
.footer_button[data-v-0eb7b31d] {
  text-align: right;
  margin: 2px 0;
}

.tutorProfile {
  background: #fff;
  margin: 20px;
}
.tutorProfile .ivu-form-item-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.tutorProfile .ivu-input,
.tutorProfile .ivu-select-selection {
  background: #fafafa;
}
.tutorProfile .studentBlock {
  padding: 0 60px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tutorProfile .studentBlock .ivu-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tutorProfile .studentBlock .ivu-form .ivu-form-item-content {
  width: 66%;
}
.tutorProfile .studentBlock .ivu-dropdown {
  width: 100%;
}
.tutorProfile .studentBlock .ivu-date-picker {
  width: 100%;
}
.tutorProfile .studentBlock img {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}
.tutorProfile .changePassword {
  padding: 0 60px;
  padding-bottom: 100px;
}
.tutorProfile .changePassword .ivu-row {
  padding-right: 60px;
}
.tutorProfile .changePassword .ivu-form-item-label {
  padding: 0;
  margin-bottom: 20px;
}
.tutorProfile .submitBtn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tutorProfile .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tutorProfile .footer .footer_teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffe8c7;
  padding: 4px 12px;
}
.tutorProfile .footer .footer_teacher:last-child {
  margin-left: 20px;
}
.tutorProfile .footer .footer_teacher .footer_icon {
  color: #Fb8B1F;
  font-size: 20px;
  margin-left: 24px;
  cursor: pointer;
}

