.comment textarea.ivu-input {
  font-size: 16px;
}
.tutorCommentEdit {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdba10), to(#fb8b1f));
  background: linear-gradient(0deg, #fdba10 0%, #fb8b1f 100%);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8% 0 4% 0;
}
.tutorCommentEdit .leafRight {
  position: absolute;
  right: 0;
  top: 2%;
  width: 8%;
}
.tutorCommentEdit .leafLeft {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 12%;
}
.tutorCommentEdit .leafRightBottom {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 14%;
}
.tutorCommentEdit .cloud1 {
  position: absolute;
  top: 4%;
  left: 20%;
  width: 177px;
}
.tutorCommentEdit .feedbackTitle {
  text-align: center;
  position: relative;
  width: 100%;
}
.tutorCommentEdit .feedbackTitle img {
  width: 120px;
}
.tutorCommentEdit .feedbackTitle p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}
.tutorCommentEdit .feedbackTitle .cloud2 {
  position: absolute;
  bottom: -23px;
  right: 20%;
  width: 170px;
}
.tutorCommentEdit .ivu-form {
  width: 100%;
}
.tutorCommentEdit .ivu-form .ivu-rate-star-full span {
  color: #ffcc03;
}
.tutorCommentEdit .blockTitle {
  height: 66px;
  background: #ff9934;
  width: 180px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.tutorCommentEdit .blockTitle .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.tutorCommentEdit .blockTitle .textTitle {
  margin: 0 24px;
}
.tutorCommentEdit .imgBlock {
  width: 100%;
  position: relative;
  margin-top: 22px;
}
.tutorCommentEdit .imgBlock .leafLeftTop {
  position: absolute;
  top: -120px;
  left: 0;
  width: 10%;
}
.tutorCommentEdit .imgBlock .cloud3 {
  position: absolute;
  top: 412px;
  left: 0;
  width: 12%;
}
.tutorCommentEdit .imgBlock .cloud4 {
  position: absolute;
  top: 484px;
  right: 0;
  width: 10%;
}
.tutorCommentEdit .feedbackBlock {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor {
  padding: 28px 60px;
  position: relative;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor .panda2 {
  position: absolute;
  top: 16px;
  left: 48px;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor .cloud5 {
  position: absolute;
  bottom: -2px;
  left: 34px;
  width: 76px;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor label {
  font-weight: 400;
  color: #ff9934;
  font-size: 16px;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor textarea {
  min-height: 150px;
  background: #fff2e4;
  border-radius: 10px;
  border: none;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar {
  width: 4px;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar-track {
  background-color: #fff2e4;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.tutorCommentEdit .feedbackBlock.feedbacktutor .ivu-input-word-count {
  background: #fff2e4;
}
.tutorCommentEdit .feedbackBlock.feedbacktutor .btn {
  width: 200px;
  height: 54px;
  background: #ff9933;
  border-radius: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.tutor-comment-title .ivu-form-item-label {
  font-size: 18px!important;
}

