.titleBlock[data-v-6b3cb561] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
  margin-top: -14px;
}
.titleBlock .title[data-v-6b3cb561] {
  height: 72px;
  background: url(../img/title.f5455b3d.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  position: relative;
}
.titleBlock .title .titleText[data-v-6b3cb561] {
  margin: 0 10px;
  letter-spacing: 6px;
}
.titleBlock .title .beforeSpan[data-v-6b3cb561] {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  border: 20px solid #fefbfa;
  border-right-color: transparent;
  border-top-color: transparent;
}

.StudentBook {
  background: #fff;
  margin: 20px;
}
.StudentBook .StudentBookContent {
  padding: 0 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.StudentBook .noDataBlock {
  margin-top: 30px;
  margin-bottom: 100px;
}
.StudentBook .bookTitle {
  font-size: 20px;
  padding-bottom: 10px;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StudentBook .bookTitle h4 {
  font-weight: normal;
}
.StudentBook .bookTitle h4 span {
  font-size: 14px;
  color: #666666;
  margin: 0 10px;
}
.StudentBook .bookTitle .ivu-tooltip-inner {
  white-space: break-spaces;
}
.StudentBook .bookTitle .tabCommon button {
  font-weight: normal;
  font-size: 14px;
  height: 32px;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.StudentBook .bookTitle .tabCommon button.ivu-btn-default {
  background: #eeeeee;
  color: #999999;
}
.StudentBook .courseSelect button {
  width: 100%;
  min-height: 50px;
  border-radius: 2px;
  background: #fafafa;
  margin-bottom: 10px;
  font-size: 18px;
}
.StudentBook .courseSelect button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.StudentBook .courseSelect .activeBtn {
  background: rgba(255, 167, 82, 0.1);
  border: 1px solid #ffa752;
  border-radius: 2px;
  color: #ffa752;
  font-weight: 600;
}
.StudentBook .bookContent {
  margin-top: 30px;
}
.StudentBook .bottomDiv .teacherCol {
  background: #fbfbfb;
  border-radius: 4px 0px 0px 4px;
  height: 100%;
}
.StudentBook .bottomDiv .teacher-list-item {
  background: #ffffff;
  min-height: 70px;
  padding: 12px 20px;
  width: 100%;
  -webkit-box-shadow: inset 0px -1px 0px #eeeeee;
          box-shadow: inset 0px -1px 0px #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.StudentBook .bottomDiv .teacher-list-item.active {
  background: #fff3e8;
  padding: 12px 0;
}
.StudentBook .bottomDiv .teacher-list-item.active .line {
  display: inline-block;
  width: 5px;
  height: 29px;
  margin-right: 15px;
  background: #ffa752;
}
.StudentBook .bottomDiv .teacher-list-item h5 {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: normal;
}
.StudentBook .bottomDiv .teacher-list-item p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-rel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-rel img {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-popper {
  left: 80px !important;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-popper .ivu-tooltip-arrow {
  border-right-color: #fff;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner {
  width: 700px;
  max-width: 900px;
  background: none;
  color: #333;
  padding: 20px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro {
  background: url(../img/tutorIntro.cb7b368b.jpeg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 440px;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 0;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .header {
  position: relative;
  max-width: 80%;
  margin-bottom: 20px;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .header img {
  border: 6px solid #fddf74;
  width: 100%;
  z-index: 10;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .header .headerDiv {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background: #fff;
  border: 6px solid #fddf74;
  z-index: -1;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  width: 80%;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent .tutorName {
  width: 80%;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent h4 {
  color: #333;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent h4 .ivu-icon {
  margin-left: 10px;
  cursor: pointer;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent p {
  line-height: 20px;
  font-weight: 550;
  text-align: center;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fddf74;
  position: relative;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent .line1::after {
  content: " ";
  position: absolute;
  right: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  background-color: #fddf74;
  border-radius: 100%;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .detail .detailContent .line2::before {
  content: " ";
  position: absolute;
  left: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  background-color: #319bf8;
  border-radius: 100%;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .comment {
  width: 64%;
  margin-right: 14px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .comment .commentInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .comment p {
  border: 3px solid #fddf74;
  padding: 6px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  white-space: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .comment .commentTitle {
  background: #fcc244;
  color: #fff;
  border: none;
  width: 100px;
  margin-right: 20px;
}
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner .tutorIntro .comment .commentDetail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1024px) {
.StudentBook .bottomDiv .teacher-list-item .ivu-tooltip-inner {
    width: 400px;
}
}
.StudentBook .bottomDiv .schedule-table {
  border-radius: 0px 4px 4px 0px;
}
.StudentBook .bottomDiv .schedule-table .schedule-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 4px solid #fff3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.StudentBook .bottomDiv .schedule-table .schedule-header li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 20px 0;
}
.StudentBook .bottomDiv .schedule-table .schedule-header li .weekday {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.StudentBook .bottomDiv .schedule-table .schedule-header li .date {
  font-size: 12px;
  line-height: 17px;
  color: #666666;
}
.StudentBook .bottomDiv table {
  width: 100%;
  border: 4px solid #fff3e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
}
.StudentBook .bottomDiv table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudentBook .bottomDiv table td {
  border-bottom: 1px solid #fff3e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: inset -1px 0px 0px rgba(255, 167, 82, 0.2);
          box-shadow: inset -1px 0px 0px rgba(255, 167, 82, 0.2);
}
.StudentBook .bottomDiv table td:last-child {
  border-right: none;
}
.StudentBook .bottomDiv table td p {
  height: 100%;
  line-height: 40px;
}
.StudentBook .bottomDiv table td.active {
  cursor: pointer;
  background: var(--main-color);
  -webkit-box-shadow: inset -1px 0px 0px rgba(238, 238, 238, 0.3);
          box-shadow: inset -1px 0px 0px rgba(238, 238, 238, 0.3);
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid var(--main-color);
}
.StudentBook .bottomDiv table .bgColor {
  height: 40px;
  background: #fff3e8;
}
.StudentBook .bottomDiv table .bgColor td {
  background: #fff3e8;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bookModal .bookBlock {
  background: #fff9f1;
  padding: 20px 30px;
}
.bookModal .bookBlock h2 {
  font-weight: 600;
  font-size: 48px;
  color: var(--main-color);
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}
.bookModal .bookBlock h2 span {
  font-weight: normal;
  font-size: 20px;
  margin-left: 10px;
}
.bookModal .bookBlock h3 {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-top: 14px;
  margin-bottom: 10px;
}
.bookModal .bookBlock p {
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
}
.bookModal .bookBlock p span {
  color: var(--main-color);
}
.bookModal .bookBlock .ivu-radio-wrapper {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  color: #cccccc;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
.bookModal .bookBlock .ivu-radio-wrapper-checked {
  background: var(--main-color);
  border: none;
  color: #fff;
}
.bookModal .specilaNeeds {
  margin-top: 10px;
}
.bookModal .specilaNeeds h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--main-color);
}
.bookModal .specilaNeeds .ivu-input {
  background: #fafafa;
  min-height: 60px;
}

