.comment textarea.ivu-input {
  font-size: 16px;
}
.feedbackEdit {
  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;
}
.feedbackEdit .leafRight {
  position: absolute;
  right: 0;
  top: 1%;
  width: 12%;
}
.feedbackEdit .leafLeft {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 12%;
}
.feedbackEdit .leafRightBottom {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 14%;
}
.feedbackEdit .cloud1 {
  position: absolute;
  top: 4%;
  left: 20%;
  width: 177px;
}
.feedbackEdit .feedbackTitle {
  text-align: center;
  position: relative;
  width: 100%;
}
.feedbackEdit .feedbackTitle img {
  width: 120px;
}
.feedbackEdit .feedbackTitle p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
}
.feedbackEdit .feedbackTitle .cloud2 {
  position: absolute;
  bottom: -23px;
  right: 20%;
  width: 170px;
}
.feedbackEdit .ivu-form {
  width: 100%;
}
.feedbackEdit .ivu-form .ivu-rate-star-full span {
  color: #ffcc03;
}
.feedbackEdit .blockTitle {
  height: 66px;
  background: var(--main-color);
  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;
}
.feedbackEdit .blockTitle .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.feedbackEdit .blockTitle .textTitle {
  margin: 0 24px;
}
.feedbackEdit .imgBlock {
  width: 100%;
  position: relative;
  margin-top: 22px;
}
.feedbackEdit .imgBlock .leafLeftTop {
  position: absolute;
  top: -36%;
  left: 0;
  width: 15.4%;
}
.feedbackEdit .imgBlock .cloud3 {
  position: absolute;
  top: 180px;
  left: 0;
  width: 12%;
}
.feedbackEdit .imgBlock .cloud4 {
  position: absolute;
  top: 312px;
  right: 0;
  width: 10%;
}
.feedbackEdit .feedbackBlock {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
}
.feedbackEdit .feedbackBlock.feedbackText {
  padding: 26px 92px;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackScroll {
  max-height: 290px;
  overflow: auto;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackScroll::-webkit-scrollbar {
  width: 4px;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackScroll::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackScroll::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackTextBlcok {
  text-align: left;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackTextBlcok .level {
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 10px;
  font-size: 16px;
}
.feedbackEdit .feedbackBlock.feedbackText .feedbackTextBlcok .vocabulary {
  border-left: 2px solid var(--main-color);
  padding-left: 10px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 12px;
}
.feedbackEdit .feedbackBlock.feedbackAbility {
  padding: 28px 68px;
  position: relative;
  margin-bottom: 22px;
  margin-top: 22px;
}
.feedbackEdit .feedbackBlock.feedbackAbility .panda1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.feedbackEdit .feedbackBlock.feedbackAbility .ivu-form-item {
  min-width: 33%;
}
.feedbackEdit .feedbackBlock.feedbackAbility .ivu-form-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedbackEdit .feedbackBlock.feedbackAbility .ivu-form-item-content .circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdba10), to(#ff9933));
  background: linear-gradient(0deg, #fdba10 0%, #ff9933 100%);
  border-radius: 50%;
  margin-right: 6px;
  color: #fff;
}
.feedbackEdit .feedbackBlock.feedbackAbility .abilityBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.feedbackEdit .feedbackBlock.feedbackAbility .abilityBlock .formLable {
  font-size: 16px;
  font-weight: 400;
  color: #414141;
}
.feedbackEdit .feedbackBlock.feedbackAbility .abilityBlock .rateBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feedbackEdit .feedbackBlock.feedbackAbility .abilityBlock .rateBlock .ivu-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.feedbackEdit .feedbackBlock.feedbacktutor {
  padding: 28px 60px;
  position: relative;
}
.feedbackEdit .feedbackBlock.feedbacktutor .panda2 {
  position: absolute;
  top: 16px;
  left: 48px;
}
.feedbackEdit .feedbackBlock.feedbacktutor .cloud5 {
  position: absolute;
  bottom: -2px;
  left: 34px;
  width: 76px;
}
.feedbackEdit .feedbackBlock.feedbacktutor label {
  font-weight: 400;
  color: var(--main-color);
  font-size: 16px;
}
.feedbackEdit .feedbackBlock.feedbacktutor textarea {
  min-height: 150px;
  background: #fff2e4;
  border-radius: 10px;
  border: none;
}
.feedbackEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar {
  width: 4px;
}
.feedbackEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar-track {
  background-color: #fff2e4;
}
.feedbackEdit .feedbackBlock.feedbacktutor textarea::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}
.feedbackEdit .feedbackBlock.feedbacktutor .ivu-input-word-count {
  background: #fff2e4;
}
.feedbackEdit .feedbackBlock.feedbacktutor .btn {
  width: 200px;
  height: 54px;
  background: #ff9933;
  border-radius: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 16px;
}
.feedbackEdit .feedbackBlock.feedbacktutor .btnBack {
  width: 120px;
  height: 54px;
  background: #ffffff;
  border-radius: 26px;
  font-size: 24px;
  font-weight: 500;
  color: #ff9933;
}
.feedbackEdit .feedbackBlock.feedbacktutor .btnBack:hover {
  border-color: #ff9933;
}
.feedbackEdit .feedbackBlock.feedbacktutor .btnSave {
  width: 160px;
  height: 54px;
  background: #ffffff;
  border-radius: 26px;
  font-size: 24px;
  font-weight: 500;
  margin-left: 16px;
  color: #ff9933;
}
.feedbackEdit .feedbackBlock.feedbacktutor .btnSave:hover {
  border-color: #ff9933;
}
.tutor-comment-title .ivu-form-item-label {
  font-size: 18px !important;
}

