.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;
}

.star .rectangular .staritem .dot[data-v-984dbba2] {
  position: absolute;
  bottom: -10px;
  right: 0px;
  background-color: #333;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 2px;
}
.star .rectangular .staritem .dotIndexTop[data-v-984dbba2] {
  width: 0;
  height: 0;
  right: 2px;
  position: absolute;
  top: -8px;
  right: -2px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333;
}
.star .rectangular .staritem .dotIndexBottom[data-v-984dbba2] {
  width: 0;
  height: 0;
  right: -2px;
  background: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #333;
}
.star .rectangular .staritem[data-v-984dbba2]:first-child {
  text-indent: 10px;
  border-radius: 8px 0 0 8px;
}
.star .rectangular .staritem[data-v-984dbba2]:last-child {
  padding-right: 10px;
  border-radius: 0 8px 8px 0;
}
.star .rectangular .staritem:last-child .dot[data-v-984dbba2] {
  right: 12px;
}
.star .rectangular .staritem:last-child .dotIndexTop[data-v-984dbba2] {
  right: 10px;
}

.tutorEvaluation {
  background: #fff;
  margin: 20px;
}
.tutorEvaluation .evaluation {
  margin: 40px;
  font-size: 16px;
  font-weight: 550;
}
.tutorEvaluation .subTitle {
  font-weight: 600;
  line-height: 40px;
  font-size: 18px;
  color: #222;
  margin-top: 20px;
}
.tutorEvaluation .describe {
  line-height: 40px;
}
.tutorEvaluation .describe p:last-child {
  text-indent: 30px;
}
.tutorEvaluation table {
  width: 100%;
}
.tutorEvaluation table td {
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  text-align: center;
}
.tutorEvaluation table td p {
  margin-top: 20px;
}
.tutorEvaluation table td:first-child {
  background: #f1a436;
  width: 20%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.tutorEvaluation table td:last-child {
  background: #fff0ce;
}
.tutorEvaluation table .leftTop {
  border-radius: 20px 0 0 0;
}
.tutorEvaluation table .rightTop {
  border-radius: 0 20px 0 0;
}
.tutorEvaluation table .leftBottom {
  border-radius: 0 0 0 20px;
}
.tutorEvaluation table .rightBottom {
  border-radius: 0 0 20px 0;
}
.tutorEvaluation .box {
  border: 2px solid #f1a436;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}
.tutorEvaluation .box .image {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tutorEvaluation .box .image img {
  height: 60px;
}
.tutorEvaluation .box .boxContent {
  background: #fff0ce;
  width: 80%;
  padding: 10px;
  border-radius: 0 20px 20px 0;
  text-align: center;
}
.tutorEvaluation .box .boxContent p {
  margin-top: 10px;
}
.tutorEvaluation .unitSkills .ability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.tutorEvaluation .unitSkills .ability p {
  width: 36%;
}
.tutorEvaluation .reviews .ivu-input {
  height: 200px;
  background: #fff0ce;
  border-radius: 20px;
  border: none;
}
.tutorEvaluation .reviews .ivu-input-word-count {
  background: #fff0ce;
}
.tutorEvaluation .button {
  text-align: center;
  margin-top: 20px;
}
.tutorEvaluation .button .ivu-btn {
  padding: 0 14px;
}

