.black-mask[data-v-42e6ab1a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.black-mask .white-mask[data-v-42e6ab1a] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -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;
  width: 50%;
  min-width: 500px;
  max-width: 800px;
  max-height: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 40px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.black-mask .white-mask .modal-image[data-v-42e6ab1a] {
  width: 25%;
}
.black-mask .white-mask .close-button[data-v-42e6ab1a] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-title[data-v-42e6ab1a] {
  font-size: 22px;
  font-weight: 600;
  color: #2447F9;
  text-align: center;
}
.black-mask .white-mask .modal-subtitle[data-v-42e6ab1a] {
  font-size: 16px;
  font-weight: 600;
  color: #2447F9;
  text-align: left;
  margin: 5px 0;
}
.black-mask .white-mask .modal-tip[data-v-42e6ab1a] {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  text-align: left;
}
.black-mask .white-mask .modal-btns-box[data-v-42e6ab1a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  z-index: 99;
  margin-top: 20px;
}
.black-mask .white-mask .modal-btns-box .modal-button[data-v-42e6ab1a] {
  width: 50%;
  height: 40px;
  margin: 0 5%;
}
.black-mask .white-mask .modal-text[data-v-42e6ab1a] {
  width: 90%;
  word-wrap: break-word;
}
.black-mask .white-mask .modal-text.modal-text-center[data-v-42e6ab1a] {
  text-align: center;
}
.black-mask .white-mask .modal-text.modal-text-left[data-v-42e6ab1a] {
  text-align: left;
}
.black-mask .white-mask .modal-text.modal-text-right[data-v-42e6ab1a] {
  text-align: right;
}
.black-mask .grad-row[data-v-42e6ab1a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
}
.black-mask .grad-row[data-v-42e6ab1a] .ant-checkbox-wrapper {
  padding: 5px;
}
.black-mask .grad-row .start-year[data-v-42e6ab1a] {
  font-size: 16px;
  font-weight: 600;
}
.black-mask .grad-row .classes[data-v-42e6ab1a] {
  height: 100%;
  padding: 10px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
}
.black-mask .grad-row .select-all[data-v-42e6ab1a] {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.tags-bg[data-v-f9ff9e62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin: 10px 0;
}
.tags-bg .tags-tag-active[data-v-f9ff9e62] {
  background: #f4fbd7;
  color: #2447F9;
}
.tags-bg .tags-tag-normal[data-v-f9ff9e62] {
  background: #eee;
  color: #999;
}
.tags-bg .tags-tag-able[data-v-f9ff9e62] {
  cursor: pointer;
}
.tags-bg .tags-horizontal[data-v-f9ff9e62] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tags-bg .tags-vertical[data-v-f9ff9e62] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tags-bg .tags-start[data-v-f9ff9e62] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tags-bg .tags-end[data-v-f9ff9e62] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tags-bg .tags-center[data-v-f9ff9e62] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tags-bg .tags-tag[data-v-f9ff9e62] {
  padding: 0 6px;
  margin: 3px 6px 3px 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.audio-img-box[data-v-f97bfe22] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Basic editor styles */
.ProseMirror {
  padding: 10px !important;
  outline: none !important;
  min-height: 83px;
  width: 100%;
}
.ProseMirror p {
  word-wrap: break-word;
  word-break: break-all;
}
.editor-content {
  width: calc(100% - 34px);
}
.btns {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
}
.editor-box {
  width: 100%;
  cursor: pointer;
  border: 1px solid #666;
  font-size: 14px;
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clear-btn {
  margin: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.bubble-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 3px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  height: 36px;
}
.bubble-menu button {
  border: none;
  background: #f2f2f2;
  color: red;
  font-size: 12px;
  margin: 0 3px;
  cursor: pointer;
}
.bubble-menu button.button-red {
  color: #fc5050;
  font-weight: bold;
}
.bubble-menu button.button-blue {
  color: #507bfc;
  font-weight: bold;
}
.bubble-menu button.button-black {
  color: #333;
  font-weight: normal;
}
.bubble-menu button:hover {
  background: #eee;
}

.audio-player-box[data-v-5187ce02] {
  width: 100%;
  border-radius: 12px;
  background: #f8f8f8;
  padding: 0 18px 0 0;
  overflow: hidden;
}
.audio-player-box .audio-box[data-v-5187ce02] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-player-box .audio-box .audio[data-v-5187ce02] {
  width: 100%;
}
.audio-player-box .img[data-v-5187ce02] {
  cursor: pointer;
  padding: 0 5px;
}
.audio-player-box .translation[data-v-5187ce02] {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding: 0 15px 15px;
}
.audio-player-box .translation-error[data-v-5187ce02] {
  text-align: center;
}
.audio-player-box .translation-loading[data-v-5187ce02] {
  min-height: 30px;
}
audio[data-v-5187ce02] {
  width: 100%;
  height: 40px;
  outline: none;
}
audio[data-v-5187ce02]::-webkit-media-controls-enclosure {
  background: #f8f8f8;
  border-radius: 4px;
}
.media-controls-container[data-v-5187ce02],
.media-controls-container *[data-v-5187ce02] {
  background: #f8f8f8;
  border-radius: 4px;
}
audio[data-v-5187ce02]::-webkit-media-controls-volume-control-container {
  display: none;
}

.comment-card-box[data-v-7e145c5d] {
  background: #ffffff;
  padding: 15px 20px;
  width: 100%;
}
.comment-card-input .content-card-title[data-v-7e145c5d] {
  font-weight: bold;
  font-size: 18px;
  color: #2447F9;
}
.comment-card-input .ant-select-selection__rendered[data-v-7e145c5d] {
  color: #2447F9;
  font-weight: 900;
  font-size: 18px;
}
.audios-box[data-v-7e145c5d] {
  padding: 10px 0 0;
}

.analysis-card-bg[data-v-44b857a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  position: relative;
}
.analysis-card-bg .analysis-card-titles[data-v-44b857a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px 30px;
  margin: 16px 0px;
}
.analysis-card-bg .analysis-card-titles .analysis-title[data-v-44b857a4] {
  font-size: 16px;
  font-weight: 900;
  color: #2447F9;
  margin-bottom: 10px;
  text-align: left;
}
.analysis-card-bg .analysis-card-titles .analysis-desc-bg[data-v-44b857a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 16px;
  color: #999;
  padding: 10px 0 6px 0;
}
.analysis-card-bg .analysis-card-titles .analysis-desc-bg[data-v-44b857a4]:not(:last-child) {
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.analysis-card-bg .analysis-card-titles .analysis-desc-bg .analysis-desc[data-v-44b857a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 8px;
}
.analysis-card-bg .analysis-card-titles .analysis-desc-bg .analysis-desc .dot[data-v-44b857a4] {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  margin-right: 8px;
}
.analysis-card-bg .analysis-desc-value[data-v-44b857a4] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-right: 5px;
}
.analysis-card-bg .analysis-desc-unit[data-v-44b857a4] {
  font-size: 16px;
  color: #999;
}

.analysis-bg[data-v-0130c080] {
  position: relative;
  width: 100%;
}

.evaluation-card[data-v-01ba8255] {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 0 25px;
  font-size: 16px;
  margin: 20px 0;
}
.evaluation-card .evaluation-item-box[data-v-01ba8255] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.evaluation-card .evaluation-index[data-v-01ba8255] {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-right: 10px;
}
.evaluation-card .input-title[data-v-01ba8255] {
  padding: 7px 0;
}
.evaluation-card .input-content[data-v-01ba8255] {
  min-height: 40px;
  padding: 10px 12px;
  background: #f8f8f8;
  border-radius: 12px;
}
.evaluation-card .title[data-v-01ba8255] {
  font-weight: 400;
  font-size: 20px;
  font-weight: 600;
  color: #2447F9;
}
.evaluation-card .content[data-v-01ba8255] {
  width: 100%;
  padding: 10px 0;
  color: #999;
  font-size: 16px;
}
.evaluation-card .detail[data-v-01ba8255] {
  background: #f8f8f8;
  border-radius: 12px;
}
.evaluation-card .detail .content[data-v-01ba8255] {
  word-break: break-word;
  padding: 12px;
}
.evaluation-card .sub-title[data-v-01ba8255] {
  padding-top: 10px;
}
.evaluation-card .student-info[data-v-01ba8255] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.evaluation-card .user-info-box[data-v-01ba8255] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evaluation-card .avator[data-v-01ba8255] {
  widows: 34px;
  height: 34px;
}
.evaluation-card .name[data-v-01ba8255] {
  font-size: 18px;
  color: #333;
  margin: 0 12px;
  height: 68px;
  line-height: 68px;
  white-space: nowrap;
}
.evaluation-card .btns[data-v-01ba8255] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.evaluation-card .likes[data-v-01ba8255] {
  padding: 0 8px 0 2px;
}
.evaluation-card .submitted-time[data-v-01ba8255] {
  text-align: left;
  color: #999;
  font-size: 14px;
  height: 30px;
}
.evaluation-card .audios-box[data-v-01ba8255] {
  padding: 10px 0 0;
}

.like-bg[data-v-93d698a2] {
  position: relative;
  height: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.like-bg img[data-v-93d698a2] {
  padding: 0 6px;
  cursor: pointer;
}
.like-bg .toast[data-v-93d698a2] {
  position: absolute;
  top: -50px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: white;
  text-align: center;
  white-space: nowrap;
}

.comments-box[data-v-6d1ba887] {
  width: 100%;
  padding: 20px;
  font-size: 14px;
}
.comments-box .comments-header[data-v-6d1ba887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 40px;
  height: 95px;
}
.comments-box .comments-header-title[data-v-6d1ba887] {
  color: #2447F9;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  min-width: 80px;
}
.comments-box .comments-header-desc[data-v-6d1ba887] {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  width: 370px;
}
.comments-box .comments-header-desc .alert[data-v-6d1ba887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fae4e4;
  border: 1px solid #fc5050;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  border-radius: 4px;
  height: 65px;
  font-size: 20px;
  padding: 0 20px 0 10px;
  margin: 0 auto;
  margin-left: 20px;
  max-width: 330px;
  min-width: 200px;
}
.comments-box .comments-header-desc .alert .alert-text[data-v-6d1ba887] {
  max-height: 100%;
}
.comments-box .comments-header-desc .score_title[data-v-6d1ba887] {
  font-size: 18px;
  line-height: 19px;
  color: #999;
  margin-right: 20px;
}
.comments-box .comments-header-desc .score_str[data-v-6d1ba887] {
  color: #000;
  font-size: 18px;
  margin-top: 5px;
  margin-right: 20px;
}
.comments-box .empty-box[data-v-6d1ba887] {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comments-box .empty-box .empty-text-box[data-v-6d1ba887] {
  color: #666;
  font-size: 24px;
  text-align: center;
  padding: 20px 0 0 10px;
}
.comments-box .empty-box .empty-text-box .empty-text[data-v-6d1ba887] {
  text-align: center;
}
.comments-box .teacher-remarks[data-v-6d1ba887] {
  color: #2447F9;
  padding: 0 20px;
}
.comments-box .teacher-remarks.teacher-remarks-header[data-v-6d1ba887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments-box .teacher-remarks .success-image-box[data-v-6d1ba887] {
  padding: 20px;
  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;
}
.comments-box .teacher-remarks .title[data-v-6d1ba887] {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.comments-box .teacher-remarks .content[data-v-6d1ba887] {
  font-size: 18px;
}
.comments-box .teacher-remarks .content-grey[data-v-6d1ba887] {
  color: #333;
  font-size: 16px;
}
.comments-box .teacher-remarks .check[data-v-6d1ba887] {
  font-size: 18px;
  font-weight: 900;
  color: #2447F9;
  margin: 20px 0 0 0;
}
.comments-box .teacher-remarks .tips[data-v-6d1ba887] {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}
.comments-box .teacher-remarks .share-box[data-v-6d1ba887] {
  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;
}
.comments-box .teacher-remarks .share-box .border-box[data-v-6d1ba887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999;
  padding: 10px;
}
.comments-box .teacher-remarks .share-box .border-box .check-button[data-v-6d1ba887] {
  font-size: 16px;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  cursor: pointer;
  color: #2447F9;
}
.comments-box .teacher-remarks .share-box .border-box .check-button[data-v-6d1ba887]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.comments-box .teacher-remarks .ant-tag-has-color[data-v-6d1ba887],
.comments-box .teacher-remarks .ant-tag-has-color a[data-v-6d1ba887],
.comments-box .teacher-remarks .ant-tag-has-color a[data-v-6d1ba887]:hover,
.comments-box .teacher-remarks .ant-tag-has-color .anticon-close[data-v-6d1ba887],
.comments-box .teacher-remarks .ant-tag-has-color .anticon-close[data-v-6d1ba887]:hover {
  color: #333;
}
.comments-box[data-v-6d1ba887] .ant-input-number {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments-box[data-v-6d1ba887] .ant-input-number .ant-input-number-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.comments-box[data-v-6d1ba887] .ant-input-number .ant-input-number-input-wrap input {
  height: 100%;
  text-align: center;
}
.comments-box[data-v-6d1ba887] .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.comments-box .is-wrong-input[data-v-6d1ba887] {
  background: #fae4e4;
  border: 1px solid #fc5050;
}
.comments-box .is-right-input[data-v-6d1ba887] {
  background: #f9f8ed;
  border: 1px solid #2447F9;
}
.comments-box .tips[data-v-6d1ba887] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-box .tips .tips-left[data-v-6d1ba887] {
  text-align: center;
  width: 40px;
  height: 22px;
  line-height: 22px;
  background: #2447F9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.comments-box .tips .tips-right[data-v-6d1ba887] {
  margin-left: 16px;
  font-size: 16px;
  color: #666666;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comments-box .audios-box[data-v-6d1ba887] {
  padding: 10px 20px 0 20px;
}

.paragraph-editor-continar {
  padding: 22px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.102);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.102);
  border-radius: 8px;
  margin: 10px 0;
}
.paragraph-editor-continar .paragraph-editor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paragraph-editor-continar .paragraph-editor-box .paragraph-index {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.paragraph-editor-continar .paragraph-editor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #666;
  width: 100%;
}
.paragraph-editor-continar .paragraph-editor-container .editor-box {
  border: 1px solid #fff;
}
.paragraph-editor-continar .audios-box {
  padding: 10px 0 0;
}
.paragraph-editor-continar .btn-img {
  margin: 0 4px;
  cursor: pointer;
}
.paragraph-editor-continar .comment-detail-row-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  height: 40px;
}
.paragraph-editor-continar .comment-detail-row-function .btn {
  width: 80px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
}
.paragraph-editor-continar .comment-detail-row-function .cancle-button {
  color: #2447F9;
  border: 1px solid #2447F9;
}
.paragraph-editor-continar .comment-detail-row-function .submit-button {
  background: #2447F9;
  color: white;
}
.paragraph-editor-continar .comment-detail-row-function .submit-button-disabled {
  background: #ccc;
  border: 1px solid #ccc;
  color: white;
}

.paragraph-comment-continar[data-v-a36cf49a] {
  padding: 22px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.102);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.102);
  border-radius: 8px;
  margin: 10px 0;
}
.paragraph-comment-continar .paragraph-index[data-v-a36cf49a] {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.paragraph-comment-continar .paragraph-comment-box[data-v-a36cf49a] {
  word-break: break-all;
}
.paragraph-comment-continar .paragraph-comment-box-fold[data-v-a36cf49a] {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.audios-box[data-v-a36cf49a] {
  padding: 10px 0 0;
}
.paragraph-comment-continar-fold[data-v-a36cf49a] {
  background: white;
}
.paragraph-comment-continar-unfold[data-v-a36cf49a] {
  background: rgba(255, 199, 23, 0.1);
}

.paragraph-comments-box[data-v-1e92d1d0] {
  width: 100%;
  padding: 20px;
  font-size: 14px;
}
.paragraph-comments-box .tips[data-v-1e92d1d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph-comments-box .tips .tips-left[data-v-1e92d1d0] {
  text-align: center;
  width: 40px;
  height: 22px;
  line-height: 22px;
  background: #2447F9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.paragraph-comments-box .tips .tips-right[data-v-1e92d1d0] {
  margin-left: 16px;
  font-size: 16px;
  color: #666666;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.add-comment-card-box-unfold[data-v-79c36b50] {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 100px;
  font-size: 14px;
  padding: 20px;
  margin: 20px;
}
.add-comment-card-box-unfold[data-v-79c36b50] .ant-select {
  font-size: 16px;
}
.add-comment-card-box-unfold .comment-detail-row[data-v-79c36b50] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-filter[data-v-79c36b50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 0 20px;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-type[data-v-79c36b50] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-type .comment-dot-big[data-v-79c36b50] {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin: 0 20px;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-type .comment-dot-big.comment-dot-big-error[data-v-79c36b50] {
  background: #fc5050;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-type .comment-dot-big.comment-dot-big-highlight[data-v-79c36b50] {
  background: #507bfc;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-type .btn-img[data-v-79c36b50] {
  margin: 0 10px;
}
.add-comment-card-box-unfold .comment-detail-row.comment-detail-row-function[data-v-79c36b50] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.add-comment-card-box-unfold .comment-detail-row .title[data-v-79c36b50] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 30px;
  word-wrap: none;
  text-align: right;
  margin-right: 20px;
}
.add-comment-card-box-unfold .comment-detail-row .origin-text[data-v-79c36b50] {
  color: #333333;
  font-size: 16px;
}
.add-comment-card-box-unfold .comment-detail-row .origin-text.origin-text-error[data-v-79c36b50] {
  color: #fc5050;
}
.add-comment-card-box-unfold .comment-detail-row .origin-text.origin-text-highlight[data-v-79c36b50] {
  color: #507bfc;
}
.add-comment-card-box-unfold .comment-detail-row .btn[data-v-79c36b50] {
  width: 120px;
  height: 30px;
  font-size: 16px;
}
.add-comment-card-box-unfold .audio-btn[data-v-79c36b50] {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.add-comment-card-box-unfold .audios-box[data-v-79c36b50] {
  padding: 10px 0 0 80px;
}

.modify-card-box-fold[data-v-eae492e8] {
  padding: 10px 0;
  margin: 10px 0;
  padding: 18px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.modify-card-box-fold .comment-content[data-v-eae492e8] {
  max-width: 80%;
  overflow: hidden;
  padding: 0 18px;
  font-size: 16px;
}
.modify-card-box-fold .comment-content-red[data-v-eae492e8]:before {
  color: #999;
}
.modify-card-box-fold .comment-content-red[data-v-eae492e8]:after {
  color: #999;
}
.modify-card-box-fold .comment-content-red[data-v-eae492e8] {
  color: #fc5050;
}
.modify-card-box-fold .comment-content-blue[data-v-eae492e8]:before {
  color: #999;
}
.modify-card-box-fold .comment-content-blue[data-v-eae492e8]:after {
  color: #999;
}
.modify-card-box-fold .comment-content-blue[data-v-eae492e8] {
  color: #507bfc;
}
.modify-card-box-fold .comment-type[data-v-eae492e8] {
  white-space: nowrap;
  font-weight: 600;
  color: #999;
}
.modify-card-box-fold .comment-summary .comment-summary-top[data-v-eae492e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.modify-card-box-fold .comment-summary .comment-summary-top .comment-summary-type[data-v-eae492e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modify-card-box-fold .comment-summary .comment-dot[data-v-eae492e8] {
  height: 6px;
  width: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 3px;
}
.modify-card-box-fold .comment-summary .comment-dot.comment-dot-blue[data-v-eae492e8] {
  background: #507bfc;
}
.modify-card-box-fold .comment-summary .comment-dot.comment-dot-red[data-v-eae492e8] {
  background: #fc5050;
}
.modify-card-box-fold .comment-summary .content[data-v-eae492e8] {
  color: #fc5050;
}
.modify-card-box-fold .comment-summary .comment-type[data-v-eae492e8] {
  color: #999;
  font-weight: 600;
  padding: 0 12px;
}
.modify-card-box-unfold[data-v-eae492e8] {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 100px;
  font-size: 14px;
  padding: 20px;
}
.modify-card-box-unfold .comment-detail-row-header[data-v-eae492e8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg[data-v-eae492e8] {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  margin: 0 10px;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg.comment-dot-bg-blue[data-v-eae492e8] {
  background: #507bfc;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg.comment-dot-bg-red[data-v-eae492e8] {
  background: #fc5050;
}
.modify-card-box-unfold .comment-detail-row-header .btn-img[data-v-eae492e8] {
  margin: 0 4px;
  cursor: pointer;
}
.modify-card-box-unfold .comment-detail-row[data-v-eae492e8] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}
.modify-card-box-unfold .comment-detail-row .title[data-v-eae492e8] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 30px;
  word-wrap: none;
  text-align: center;
}
.modify-card-box-unfold .comment-detail-row .origin-text[data-v-eae492e8] {
  color: #333333;
  font-size: 16px;
}
.modify-card-box-unfold .comment-detail-row .origin-text.origin-text-error[data-v-eae492e8] {
  color: #fc5050;
}
.modify-card-box-unfold .comment-detail-row .origin-text.origin-text-highlight[data-v-eae492e8] {
  color: #507bfc;
}
.modify-card-box-unfold .comment-detail-row .comment[data-v-eae492e8] {
  color: #666;
}
.modify-card-box-unfold .comment-detail-row .audio-btn[data-v-eae492e8] {
  position: absolute;
  bottom: 18px;
  right: 12px;
}
.modify-card-box-unfold .audios-box[data-v-eae492e8] {
  padding: 10px 0 0 60px;
}

.comment-summary-top[data-v-7fc131ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.comment-summary-top .comment-summary-type[data-v-7fc131ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-dot[data-v-7fc131ca] {
  height: 6px;
  width: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 3px;
}
.comment-dot.comment-dot-blue[data-v-7fc131ca] {
  background: #507bfc;
}
.comment-dot.comment-dot-red[data-v-7fc131ca] {
  background: #fc5050;
}
.content[data-v-7fc131ca] {
  color: #fc5050;
}
.comment-type[data-v-7fc131ca] {
  color: #999;
  font-weight: 600;
  padding: 0 12px;
}
.modify-card-box-fold[data-v-7fc131ca] {
  padding: 10px 0;
  margin: 10px 0;
  padding: 18px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.modify-card-box-fold .comment-content[data-v-7fc131ca] {
  max-width: 80%;
  overflow: hidden;
  padding: 0 18px;
  font-size: 16px;
}
.modify-card-box-fold .comment-content-red[data-v-7fc131ca]:before {
  color: #999;
}
.modify-card-box-fold .comment-content-red[data-v-7fc131ca]:after {
  color: #999;
}
.modify-card-box-fold .comment-content-red[data-v-7fc131ca] {
  color: #fc5050;
}
.modify-card-box-fold .comment-content-blue[data-v-7fc131ca]:before {
  color: #999;
}
.modify-card-box-fold .comment-content-blue[data-v-7fc131ca]:after {
  color: #999;
}
.modify-card-box-fold .comment-content-blue[data-v-7fc131ca] {
  color: #507bfc;
}
.modify-card-box-fold .comment-type[data-v-7fc131ca] {
  white-space: nowrap;
  font-weight: 600;
  color: #999;
}
.modify-card-box-unfold[data-v-7fc131ca] {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 100px;
  font-size: 16px;
  padding: 18px;
}
.modify-card-box-unfold .comment-detail-row-header[data-v-7fc131ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg[data-v-7fc131ca] {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 3px;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg.comment-dot-bg-blue[data-v-7fc131ca] {
  background: #507bfc;
}
.modify-card-box-unfold .comment-detail-row-header .comment-dot-bg.comment-dot-bg-red[data-v-7fc131ca] {
  background: #fc5050;
}
.modify-card-box-unfold .comment-detail-row-header .btn-img[data-v-7fc131ca] {
  margin: 0 10px;
}
.modify-card-box-unfold .comment-detail-row[data-v-7fc131ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 18px 0 18px;
}
.modify-card-box-unfold .comment-detail-row .title[data-v-7fc131ca] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 30px;
  word-wrap: none;
  text-align: center;
}
.modify-card-box-unfold .comment-detail-row .origin-text[data-v-7fc131ca] {
  font-size: 16px;
  word-break: break-all;
}
.modify-card-box-unfold .comment-detail-row .comment[data-v-7fc131ca] {
  color: #999;
}
.modify-card-box-unfold .comment-detail-row .origin-text-error[data-v-7fc131ca] {
  color: #fc5050;
}
.modify-card-box-unfold .comment-detail-row .origin-text-highlight[data-v-7fc131ca] {
  color: #507bfc;
}
.modify-card-box-unfold .comment-detail-row .origin-text-revised[data-v-7fc131ca] {
  color: #333;
}
.audios-box[data-v-7fc131ca] {
  padding: 10px 18px 0;
}

.words-comments-box[data-v-edf224ea] {
  padding: 20px;
  position: relative;
}
.words-comments-box .comment-header-filter[data-v-edf224ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px;
  font-size: 16px;
  font-weight: 600;
}
.words-comments-box .comment-header-filter .filter-img[data-v-edf224ea] {
  cursor: pointer;
}
.words-comments-box .comment-header-filter img[data-v-edf224ea] {
  height: 22px;
}
.words-comments-box .tips[data-v-edf224ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.words-comments-box .tips .tips-left[data-v-edf224ea] {
  text-align: center;
  width: 40px;
  height: 22px;
  line-height: 22px;
  background: #2447F9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.words-comments-box .tips .tips-right[data-v-edf224ea] {
  margin-left: 16px;
  font-size: 16px;
  color: #666666;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.words-comments-box .comment-header-tips[data-v-edf224ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px;
}
.words-comments-box .comment-header-tips div[data-v-edf224ea] {
  width: 120px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.words-comments-box .comment-header-tips div .dots[data-v-edf224ea] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 0 10px;
}
.words-comments-box .comment-header-tips div .dots.red-dot[data-v-edf224ea] {
  background: #fc5050;
}
.words-comments-box .comment-header-tips div .dots.blue-dot[data-v-edf224ea] {
  background: #507bfc;
}
.empty-box[data-v-edf224ea] {
  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;
  font-size: 18px;
  text-align: center;
  margin-top: 100px;
}

.black-mask[data-v-69c0ba3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.black-mask .white-mask[data-v-69c0ba3c] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
}
.black-mask .white-mask .close-button[data-v-69c0ba3c] {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-title[data-v-69c0ba3c] {
  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;
  width: 100%;
  overflow: auto;
}
.black-mask .white-mask .modal-title .title[data-v-69c0ba3c] {
  font-size: 22px;
  font-weight: 600;
  color: #2447F9;
  line-height: 34px;
  text-align: center;
  padding-bottom: 14px;
}
.black-mask .white-mask .modal-title .sub-title[data-v-69c0ba3c] {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  padding-top: 6px;
}
.black-mask .white-mask .edit-box[data-v-69c0ba3c] {
  position: relative;
  padding: 10px 0;
}
.black-mask .white-mask .modal-btns-box[data-v-69c0ba3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
}
.black-mask .white-mask .modal-btns-box .modal-button[data-v-69c0ba3c] {
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0 5%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0;
}
.black-mask .white-mask .modal-btns-box .cancel-btn[data-v-69c0ba3c] {
  color: #2447F9;
  border-color: #2447F9;
}
.black-mask .white-mask .modal-btns-box .ok-btn[data-v-69c0ba3c] {
  background-color: #2447F9;
  border-color: #2447F9;
  cursor: pointer;
  color: white;
  border-radius: 20px;
}
.black-mask .white-mask .modal-btns-box .highttip-btn[data-v-69c0ba3c] {
  background-color: #f59e37;
  border-color: #f59e37;
}
.black-mask .white-mask .modal-text[data-v-69c0ba3c] {
  width: 100%;
  word-wrap: break-word;
}
.black-mask .white-mask .modal-text.modal-text-center[data-v-69c0ba3c] {
  text-align: center;
}
.black-mask .white-mask .modal-text.modal-text-left[data-v-69c0ba3c] {
  text-align: left;
}
.black-mask .white-mask .modal-text.modal-text-right[data-v-69c0ba3c] {
  text-align: right;
}
.black-mask .audio-btn[data-v-69c0ba3c] {
  position: absolute;
  bottom: 24px;
  right: 12px;
}

.black-mask[data-v-66d45eae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.black-mask .white-mask[data-v-66d45eae] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  min-width: 568px;
  max-width: 648px;
  max-height: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.black-mask .white-mask .close-button[data-v-66d45eae] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-title[data-v-66d45eae] {
  font-size: 22px;
  font-weight: 600;
  color: #2447F9;
  text-align: center;
  margin-bottom: 20px;
}
.black-mask .white-mask .modal-sub-title[data-v-66d45eae] {
  font-size: 18px;
  color: #000;
  text-align: left;
  padding-bottom: 10px;
}
.black-mask .white-mask .promp-detail[data-v-66d45eae] {
  overflow: auto;
  max-height: 500px;
}
.black-mask .white-mask .students[data-v-66d45eae] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.black-mask .white-mask .students .title[data-v-66d45eae] {
  width: 70px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.black-mask .white-mask .students .student-tags[data-v-66d45eae] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.black-mask .white-mask .students .ant-tag[data-v-66d45eae] {
  background-color: #ededed !important;
  font-size: 18px !important;
  height: 40px !important;
  line-height: 40px !important;
  color: #333 !important;
  margin: 6px 5px !important;
  border-radius: 20px;
  min-width: 100px;
  text-align: center;
  padding: 0 !important;
}
.black-mask .white-mask .modal-btns-box[data-v-66d45eae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
}
.black-mask .white-mask .modal-btns-box .modal-button[data-v-66d45eae] {
  width: 36%;
  height: 40px;
}
.black-mask .white-mask .modal-btns-box .cancel-btn[data-v-66d45eae] {
  color: #2447F9;
  border-color: #2447F9;
}
.black-mask .white-mask .modal-btns-box .ok-btn[data-v-66d45eae] {
  pointer-events: auto;
  background-color: #2447F9;
  border: 1px solid #2447F9;
  color: white;
}
.black-mask .white-mask .modal-btns-box .modal-button-disabled[data-v-66d45eae] {
  pointer-events: none;
  background-color: #e1dfdd;
  border: 1px solid #e1dfdd;
}

.publish-footer-div[data-v-7f89d945] {
  position: absolute;
  bottom: 0px;
  right: 16px;
  height: 80px;
  width: calc(100% - 16px);
  background-color: white;
  -webkit-box-shadow: 0 -10px 10px #fff;
          box-shadow: 0 -10px 10px #fff;
}
.publish-div[data-v-7f89d945] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-container[data-v-7f89d945] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.recommended-button[data-v-7f89d945] {
  border: 1px solid #2447F9;
}
.republish-button[data-v-7f89d945] {
  background: #2447F9;
  margin-left: 10px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.print-button[data-v-7f89d945] {
  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;
  margin-left: 10px;
  width: 120px;
  height: 40px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.print-button-able[data-v-7f89d945] {
  border: 1px solid #2447F9;
  color: #2447F9;
}
.print-button-disabled[data-v-7f89d945] {
  border: 1px solid #999;
  color: #999;
}
.teachers-comments-box[data-v-7f89d945] {
  position: relative;
}
.eassy-comment-header[data-v-7f89d945] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  width: 100%;
  padding: 0 2px;
  background: white;
}
.eassy-comment-header .eassy-comment-header-btn[data-v-7f89d945] {
  position: relative;
  width: 33%;
  min-width: 140px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.eassy-comment-header .eassy-comment-header-btn.header-btn-active[data-v-7f89d945] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAA3CAMAAACGog6XAAABhlBMVEUAAAD////////////m5ubq6urr6+vt7e3v7+/w8PDx8fH09PTr6+vs7Ozt7e3v7+/w8PDs7Ozv7+/w8PDw8PDt7e3v7+/v7+/u7u7u7u7v7+/w8PDw8PDw8PDu7u7w8PDu7u7v7+/w8PDw8PDw8PDw8PDu7u7v7+/v7+/w8PDw8PDv7+/v7+/w8PDw8PDv7+/w8PDw8PDw8PDx8fHw8PDw8PDw8PDw8PDw8PDw8PDw8PDx8fHw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDx8fHw8PDw8PDw8PDw8PDw8PDw8PDv7+/w8PDw8PDw8PDw8PDw8PDw8PDw8PDy8vLz8/Pv7+/y8vLx8fHy8vLv7+/x8fHz8/Pv7+/w8PDx8fHy8vLv7+/w8PDv7+/w8PD19fXw8PD19fX29vbw8PD29vb39/f29vb39/f29vb39/f4+Pjv7+/v7+/39/f4+Pj5+fnv7+/4+Pj5+fn6+vrv7+/4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////DVEgEAAAAeXRSTlMAAQIDCgwNDhAREhcaGxwfISgwMjQ4P0BJS09UVVdcZGtydXZ5enuBgoiLj5CWm6Oqq661tre5u7y9v8TJzM3P0NHS09Ta3N3g4ePm5+jp6uvs7fDw8fHy8vPz8/T09PT19fb29vf3+Pn5+fr6+/v7/P39/f3+/v7+rqLgfQAAAAFiS0dEgRK6rv4AAAG0SURBVGje1dbXWsJAEIbh2MXeey8o9t4Fe0ONiA0FCVHB3rAhJLtz5x76GBfNYf7vCuY9mNmVpO+yqu0jq7LyGLNKr/tOR3mKZLq0+okL701cZ5ysE9fuDz2duSYJtRtHcStN/50eVvvzTQiyR481smz8Wu3O/I9Q6I6QpWPnctXfhDz3A1k9LTCQ8dc2O+/J+vHwenFyQ3uQIHrx1yUj5PgYhoH0UHMSQ0eYUGIBh5CQuq3DGIif9ome7bJDIiREl8DQGiEshGAnBuNQBmJnDb8M8xqWgXSl1GjYZWAG+ti0GQw+jmagyKThOPnxDBRs+2nwMDwDU35+nWRAA0XnU+ENFGzCNzBfAbyBbofwDTxUAm+g6BS+gQIV+IZ3F76BjivxDW9j+AauFsEb6Kob38D86fAGOmnENyTm8A2k5uMbzpvxDYklfAOphfiGcAu+QVvEN/DLTHgDeavwDc89+AZtGd9AlzZ8w0ENviHai2/QXPgGruAbKFSAb9irxjfc2fEN8WFJ/kwY08ynm4+Zj5uPSN+Q+saNTc+ImnUKWlgWtbIqaG1LlLwjShGlCnuKxR6/AD6NlEbLEAbZAAAAAElFTkSuQmCC);
  color: #2447F9;
  z-index: 2;
}
.eassy-comment-header .eassy-comment-header-btn.header-btn-normal[data-v-7f89d945] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAA3CAMAAACGog6XAAABvFBMVEUAAAD////////////m5ubq6urr6+vt7e3v7+/w8PDx8fH09PTr6+vs7Ozt7e3v7+/w8PDs7Ozv7+/w8PDw8PDt7e3v7+/v7+/u7u7u7u7v7+/w8PDw8PDw8PDu7u7w8PDu7u7v7+/w8PDw8PDw8PDw8PDu7u7v7+/v7+/w8PDw8PDv7+/v7+/w8PDw8PDv7+/v8PDv8PDw8PDw8PHw8PDw8PDw8PDw8PDw8PDw8PDw8PDx8fHv7/Dw8PDw8PDv7/Dw8PDw8PDw8PDw8PDv7/Dx8fHv7+/w8PDw8PDv7+/w8PDv7+/w8PDw8PDv7+/u8PDw8PDw8PDv7+/w8PDv7+/v7/Dw8PDw8PDx8fLy8vLv7+/w8fHw8PHx8fLv7+/w8fHy8vLv7+/w8PDw8PHx8fHu7u/u7+/v7+/w8PDu7u/v7+/z8/Tz9PTw8PDy8/Tz8/Tz9PX09PXv7+/v8PD09PX19fb09fX19fbz9PX09fb19fb29vfv7+/v7+/09fb19ff19vf29vf29/jv7+/19vf29/j3+Pnv7+/19vf29vj29/j29/n39/n3+Pn3+Pr4+fr5+fv5+vv5+vz6+/0V70zGAAAAh3RSTlMAAQIDCgwNDhAREhcaGxwfISgwMjQ4P0BJS09UVVdcZGtydXZ5enuBgoiLj5CWm6Oqq661tre5u7y9v8TJzM3Pz9DR0tPU2trc3d3g4ePm5+jp6urr7Ozt8PDx8fLy8/Pz9PT09PX19fX29vb29/f3+Pj5+fn5+vr7+/v7/P39/f39/f7+/v4CLx2iAAAAAWJLR0QB/wIt3gAAAc5JREFUaN7V1mlfElEUx/ER06RUylJxKzGl0Fwqt1yw3DNFgzJLBIcgaVwQK1dsURMxmeWeN+xDPo4XnYfz/72C831wzr2CkOlmhbP9jTeSSJqlw89uV2mOYLjcmu7Vuc2UojEyT0ze9c8+uW2QUDW1kDLT9JmUNam1yICgoCMok2ljP7815V9HsHnWydSpKz771YRCzx6ZPTnUlnfVNrt3yPyx2OTd7IaGMEF0IFZnI9wKaBgGUqKOLIbHMUJJDbm4BMs7BcZALNTCe7bv+wko9qWRY3gUJyhEmLMTz06hDKRKDy4ZBtNYBlK+3tMbPqpgBjqetuoMAYZmoPhL3XES8QwUrr9o+KDiGdSli18nr4ZnoN+DFngDhWvxDVqgGN5AW8/xDSxaAm+gPz34BhLL8A3/XuEbKFiObzjqxDcw6Q68gX404Rs08Qa8gRYf4hvOXuMbSCrCNyw78A3/R/ANJNnwDbE6fIM8jG9g3/PhDTRnxzf8eopvSI/hG2jDim+Yr8Q3/G3GN8gD+AYWwTdQtBjf8KkC37DtxDekXgjekzN9suHSivE0w6nMeETKlNDSpa+3j1e/m9PQKK/xCU5vZ3j53vNa4iVx208mE+cLykPMWDyRfQAAAABJRU5ErkJggg==);
  color: #999;
  z-index: 1;
}
.eassy-comment-header .eassy-comment-header-btn2[data-v-7f89d945] {
  margin-left: -20px;
}
.eassy-comment-header .eassy-comment-header-btn3[data-v-7f89d945] {
  margin-left: -20px;
}
.tab-new-tip[data-v-7f89d945] {
  position: absolute;
  top: 6px;
  left: calc(50% + 38px);
  width: 16px;
}
.comment-scoll[data-v-7f89d945] {
  overflow: auto;
  height: 100%;
  padding: 0 20px 0 0;
  overflow-x: hidden;
}
.score-comments[data-v-7f89d945] {
  overflow: auto;
  height: calc(100% - 56px);
  width: 100%;
  margin: 1px 4px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.reback-button[data-v-7f89d945] {
  color: #2447F9;
  border-color: #2447F9;
}
.publish-button[data-v-7f89d945] {
  color: white;
  background: #2447F9;
}

.work-detail-header[data-v-9f209cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px 20px;
  background: white;
  font-size: 16px;
}
.work-detail-header .back-btn-box[data-v-9f209cde] {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.work-detail-header .work-detail-box[data-v-9f209cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.work-detail-header .back-button[data-v-9f209cde] {
  padding-top: 3px;
  font-size: 18px;
  cursor: pointer;
  color: #2447F9;
}
.work-detail-header .back-button[data-v-9f209cde]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.work-detail-header .print-box[data-v-9f209cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.work-detail-header .title-box-info[data-v-9f209cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-detail-header .icon-img[data-v-9f209cde] {
  margin-left: 5px;
  cursor: pointer;
}
.work-detail-header .print-btn[data-v-9f209cde] {
  width: 26px;
  height: 26px;
}
.work-detail-header .p-title[data-v-9f209cde] {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
.work-detail-header .p-content[data-v-9f209cde] {
  font-size: 16px;
  color: #666666;
}
.work-detail-header .p-content.p-content-bold[data-v-9f209cde] {
  font-weight: 600;
  color: #333333;
  max-width: 150px;
}
.work-detail-header .p-content.p-content-status-modifiy[data-v-9f209cde] {
  color: #FC5050;
  font-weight: 900;
}
.work-detail-header .p-content.p-content-status-reviewed[data-v-9f209cde] {
  color: #2447F9;
  font-weight: 900;
}
.work-detail-header .p-content.p-content-status-not-reviewed[data-v-9f209cde] {
  color: #F59E37;
  font-weight: 900;
}
.work-detail-header .p-content.p-content-status-rewrited[data-v-9f209cde] {
  color: #FC5050;
  font-weight: 900;
}
.work-detail-header .p-content.students[data-v-9f209cde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-detail-header .p-content .student-name[data-v-9f209cde] {
  min-width: 80px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.work-detail-header .p-content .pre-button[data-v-9f209cde] {
  width: 20px;
  cursor: pointer;
}
.work-detail-header .p-content .next-button[data-v-9f209cde] {
  width: 20px;
  cursor: pointer;
}

.work-detail-footer-box[data-v-e18564c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  padding: 0 20px;
  font-size: 18px;
}
.article-history-box[data-v-e18564c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  word-wrap: none;
  width: 60%;
  padding: 0 20px;
}
.article-history-box .article-selected-pre[data-v-e18564c2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  font-weight: 600;
  font-size: 16px;
}
.article-history-box .word-count[data-v-e18564c2] {
  margin: 0 20px;
  white-space: nowrap;
}
.article-history-box .check-image[data-v-e18564c2] {
  margin: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  color: #2447F9;
}
.article-history-box .check-image[data-v-e18564c2]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.submit-button[data-v-e18564c2] {
  width: 160px;
  height: 52px;
}
.history[data-v-e18564c2] {
  height: 20px;
  width: 200px;
}

.black-mask[data-v-1312cd81] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.black-mask .white-mask[data-v-1312cd81] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -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;
  width: 50%;
  min-width: 500px;
  max-width: 800px;
  max-height: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.black-mask .white-mask .close-button[data-v-1312cd81] {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  text-align: center;
}
.black-mask .white-mask .modal-title[data-v-1312cd81] {
  font-size: 22px;
  font-weight: 600;
  color: #2447F9;
  text-align: center;
  height: 50px;
}
.black-mask .white-mask .reback-detail[data-v-1312cd81] {
  overflow: auto;
}
.black-mask .white-mask .reback-info-single[data-v-1312cd81] {
  padding: 20px 0;
}
.black-mask .white-mask .reback-title-box[data-v-1312cd81] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.black-mask .white-mask .reback-title-box .reback-title[data-v-1312cd81] {
  font-size: 20px;
  color: #000;
}
.black-mask .white-mask .reback-title-box .reback-time[data-v-1312cd81] {
  font-size: 16px;
  color: #999;
}
.black-mask .white-mask .reback-reason[data-v-1312cd81] {
  font-size: 18px;
  color: #666;
  padding-left: 35px;
}
.black-mask .audios-box[data-v-1312cd81] {
  padding: 10px 0 0 35px;
}

.loading-mask[data-v-43f91e2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.loading-ring[data-v-43f91e2e] {
  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;
  margin: 0 auto;
  max-width: 300px;
}
.loading-ring .simple-spinner[data-v-43f91e2e] {
  width: 40px;
  height: 40px;
  border: 4px solid #e3f2fd;
  border-top: 4px solid #2447F9;
  border-radius: 50%;
  -webkit-animation: spin-43f91e2e 1s linear infinite;
          animation: spin-43f91e2e 1s linear infinite;
  margin-bottom: 16px;
}
@-webkit-keyframes spin-43f91e2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-43f91e2e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.loading-ring .title[data-v-43f91e2e] {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.black-mask[data-v-21568806] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  overflow: auto;
}
.black-mask .white-mask[data-v-21568806] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 90%;
  height: 90%;
  padding: 3.33333333rem 0 3.33333333rem 0;
  margin: 0 auto;
  background-color: white;
  z-index: 5;
  border-radius: 10px;
}
.black-mask .white-mask .close-button[data-v-21568806] {
  position: absolute;
  top: 1.66666667rem;
  right: 1.66666667rem;
  font-size: 1.83333333rem;
  text-align: center;
  z-index: 100;
}
.version-diff[data-v-21568806] {
  color: #333;
  font-size: 16px;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 0 50px;
}
.version-diff > div[data-v-21568806] {
  height: 100%;
}
.version-diff[data-v-21568806] .ant-row {
  height: 100%;
}
.version-diff[data-v-21568806] .ant-row .ant-col {
  height: 100%;
}
.version-diff .box[data-v-21568806] {
  height: 100%;
  padding: 30px;
}
.version-diff .box .article-content-box[data-v-21568806] {
  line-height: 150%;
  font-size: 1.2em;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 30px;
  margin-top: 12px;
  height: calc(100% - 44px);
  overflow-y: scroll;
}
.version-diff .box .article-content-box .article-title[data-v-21568806] {
  text-align: center;
  font-size: 1.4em;
  padding: 0 0 20px;
  font-weight: 700;
}
.version-diff pre[data-v-21568806] {
  white-space: pre-wrap;
  font-family: "Microsoft YaHei";
}
[data-v-21568806] .span-text-indent {
  color: #2447F9;
  display: inline-block;
  width: 2em;
  height: 1px;
}
[data-v-21568806] .add {
  color: #2447F9;
}
[data-v-21568806] .del {
  color: red;
  text-decoration: line-through;
}

.add-comment[data-v-601c5c92] {
  position: absolute;
  background: #2447F9;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  width: 117px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 1000;
}
.work-all-container[data-v-601c5c92] {
  height: 100%;
  margin: 0 80px;
  overflow: auto;
}
.work-detail-box-essay[data-v-601c5c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.work-detail-header-box[data-v-601c5c92] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid #CFCFCF;
}
.article-content-box[data-v-601c5c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  margin-top: 30px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.editer-content[data-v-601c5c92] {
  position: relative;
  width: 60%;
  min-width: 570px;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 6px;
  font-size: 16px;
  padding: 20px;
  line-height: 40px;
  overflow: auto;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.editer-content .article-title[data-v-601c5c92] {
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
  margin: 0;
  color: #333;
  text-align: center;
}
.editer-content .recommended-title[data-v-601c5c92] {
  line-height: 70px;
}
.editer-content .article-content[data-v-601c5c92] {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 20px 80px 20px;
}
.editer-content .recommended-content[data-v-601c5c92] {
  padding: 20px 20px;
}
.editer-content .recomment-flag[data-v-601c5c92] {
  position: absolute;
  top: 10px;
  right: 20px;
}
.score-tab-box[data-v-601c5c92] {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 40%;
  min-width: 400px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.work-detail-footer-box[data-v-601c5c92] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
}
.high-light-red[data-v-601c5c92] {
  border-bottom: 4px solid #fda7a7;
}
.high-light-red-hover[data-v-601c5c92] {
  background: #fdd2d2;
  border-bottom: 4px solid #fda7a7;
}
.high-light-blue[data-v-601c5c92] {
  border-bottom: 4px solid #97b5ff;
}
.high-light-blue-hover[data-v-601c5c92] {
  background: #cedaf0;
  border-bottom: 4px solid #97b5ff;
}
.wrongWord[data-v-601c5c92] {
  color: #fc5050;
}
.wrongSent[data-v-601c5c92] {
  color: yellow;
}
.goodSent[data-v-601c5c92] {
  color: green;
}
.work-detail-footer-box[data-v-601c5c92] {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  font-size: 16px;
  width: calc(60% - 110px);
  -webkit-box-shadow: 0 -10px 10px #fff;
          box-shadow: 0 -10px 10px #fff;
}
.article-history-box[data-v-601c5c92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  word-wrap: none;
  width: 100%;
}
.article-history-box .article-selected-pre[data-v-601c5c92] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999999;
  font-weight: 600;
  font-size: 16px;
}
.article-history-box .word-count[data-v-601c5c92] {
  white-space: nowrap;
}
.article-history-box .check-image[data-v-601c5c92] {
  margin: 0 10px;
  white-space: nowrap;
}
.article-history-box .check-image.check-image-disabled[data-v-601c5c92] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.article-history-box .check-image.check-image-abled[data-v-601c5c92] {
  color: #2447F9;
  cursor: pointer;
}
.article-history-box .check-image.check-image-abled[data-v-601c5c92]:hover {
  text-decoration: underline;
  color: #2447F9;
}
.submit-button[data-v-601c5c92] {
  width: 160px;
  height: 52px;
}
.history[data-v-601c5c92] {
  height: 20px;
  width: 200px;
}
.version-diff[data-v-601c5c92] {
  text-align: left;
  margin: 0 12px;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #cfcfcf;
}
.version-diff .version-diff-btn[data-v-601c5c92] {
  color: #2447F9;
  border-color: #2447F9;
}

