.checklist {
  text-align: left;
  display: block;
  white-space: nowrap; }
  .checklist .checklist-item {
    display: block; }

.checklist-inline {
  display: inline-block; }
  .checklist-inline .checklist-item {
    display: inline-block;
    margin-right: 40px; }
    .checklist-inline .checklist-item:last-child {
      margin-right: none; }

.checklist-item {
  line-height: 2em; }
  .checklist-item > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em; }
  .checklist-item > :last-child {
    margin-right: 0;
    white-space: normal;
    vertical-align: top; }

.checklist-icon {
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 2px solid #CBCBCB;
  background: transparent;
  line-height: 22px;
  font-family: "iconfont" !important;
  text-align: center;
  cursor: pointer; }

.checklist-item-checked .checklist-icon {
  background: #2ED184;
  color: #FFF;
  border: none; }
  .checklist-item-checked .checklist-icon:before {
    content: "\E61A";
    font-size: 14px; }

.checklist-single .checklist-icon {
  border-radius: 11px; }

.ac-percent-bar {
  display: inline-block;
  height: 6px;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }
  .ac-percent-bar > .bc-inner-bar {
    display: block;
    height: 100%; }

.layer-content {
  color: #353D48;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0980392);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 3px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  top: -10000;
  left: -10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.layer-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  box-sizing: content-box;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #DFE5EC;
  padding: 0 20px 0 30px;
  height: 30px;
  font-size: 18px; }
  .layer-header > * {
    display: block; }
  .layer-header > div {
    color: #353D48; }
  .layer-header > span {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    -ms-deplay: block;
    text-align: right;
    cursor: pointer; }
    .layer-header > span .icon-close {
      font-size: 16px;
      display: inline-block;
      transition: all .2s; }
      .layer-header > span .icon-close:hover {
        transform: rotate(45deg); }

.layer-body {
  width: 100%;
  overflow: auto;
  -ms-flex: 1 0 0px;
      flex: 1 0 0; }

.layer-content,
.layer-mask {
  z-index: 10000; }

.layer-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.layer-hint .layer-content {
  text-align: center;
  overflow: hidden;
  z-index: 10005;
  min-width: 200px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  background: rgba(52, 61, 72, 0.9);
  box-shadow: 0 3px 15px 0 rgba(52, 61, 72, 0.4);
  border-radius: 100px;
  font-size: 14px;
  padding: 0 40px; }
  .layer-hint .layer-content .layer-header {
    display: none; }
  .layer-hint .layer-content .icon-wrapper {
    display: inline-block;
    border-radius: 100px;
    color: #FFFFFF;
    background: #2ED184;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px; }
    .layer-hint .layer-content .icon-wrapper i {
      font-size: 12px; }

.layer-hint .layer-body {
  overflow: hidden; }

.layer-hint-error .layer-body .icon-wrapper {
  background: #FE7272; }

.layer-dialog .layer-content {
  min-width: 400px;
  min-height: 200px; }

.layer-dialog .layer-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.layer-dialog .layer-header {
  border: none;
  text-align: center;
  line-height: 1;
  padding: 20px;
  height: auto;
  display: block;
  position: relative; }
  .layer-dialog .layer-header > span {
    position: absolute;
    top: 20px;
    right: 20px; }

.layer-dialog .dialog-content {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  padding: 8px;
  overflow: auto;
  width: 100%; }

.layer-dialog .dialog-btns {
  white-space: nowrap;
  text-align: center;
  padding: 20px 0; }

.layer-dialog .dialog-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 38px;
  color: #fff;
  background: #2ED184;
  border-radius: 100px;
  width: 120px;
  font-size: 16px; }
  .layer-dialog .dialog-btn:focus {
    outline: none; }
  .layer-dialog .dialog-btn:hover {
    background: #21c678; }

.layer-confirm .dialog-content {
  padding: 8px 30px 30px 30px; }

.layer-confirm .layer-header {
  padding: 20px 20px 20px 36px;
  border: none; }
  .layer-confirm .layer-header > div {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    text-align: center; }
  .layer-confirm .layer-header > span {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .layer-confirm .layer-header > span i {
      display: inline-block;
      transition: all .2s; }
    .layer-confirm .layer-header > span i:hover {
      transform: rotate(45deg); }

.layer-confirm .confirm-content {
  text-align: center;
  max-width: 340px; }
  .layer-confirm .confirm-content img {
    width: 80px;
    height: 80px; }
  .layer-confirm .confirm-content > :first-child {
    color: #ACB4BF; }
    .layer-confirm .confirm-content > :first-child i {
      font-size: 60px;
      display: inline-block;
      vertical-align: middle;
      line-height: 60px;
      padding: 20px; }

.layer-confirm .dialog-btns {
  text-align: center;
  border-top: 1px solid #DFE5EC; }

.layer-auto-height .layer-body {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
  .layer-auto-height .layer-body .dialog-content {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }

.remark-content {
  font-size: 14px;
  color: #353D48; }
  .remark-content .title {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center; }
  .remark-content .remark-box {
    display: -ms-flexbox;
    display: flex;
    line-height: 0; }
  .remark-content .remark-img img {
    width: 120px;
    margin-right: 30px; }
  .remark-content .remark-text {
    -ms-flex: 1;
        flex: 1;
    min-height: 120px;
    padding: 13px 20px;
    line-height: 1.6;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DFE5EC;
    border-radius: 3px; }
    .remark-content .remark-text:before {
      box-sizing: border-box;
      content: '';
      border-left: 1px solid #DFE5EC;
      border-top: 1px solid #DFE5EC;
      width: 10px;
      height: 10px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 55px;
      transform-origin: bottom left;
      transform: rotate(-30deg) skew(30deg); }

.attachment-content {
  text-align: center;
  font-size: 14px;
  color: #353D48;
  background: #fff; }
  .attachment-content .title {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center; }
  .attachment-content .download {
    margin-left: 20px;
    color: #2ED184; }

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #40a9ff;
}
a:active {
  color: #096dd9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #1890ff;
}
::selection {
  color: #fff;
  background: #1890ff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #1890ff;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.basic-report-container h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.basic-report-container .report-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.basic-report-container .origin {
  width: 50%;
  padding: 20px;
  background-color: #f5f6fa; }

.basic-report-container .origin-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #353535; }

.basic-report-container .origin-text {
  color: #333;
  font-size: 18px; }

.basic-report-container .analysis {
  width: 50%;
  height: calc(50% - 100px);
  padding: 20px;
  background-color: #fff;
  overflow-y: auto; }

.basic-report-container .wrong-title {
  font-size: 16px;
  font-weight: 600; }

.basic-report-container .wrong-sentence {
  font-size: 14px;
  font-weight: 500; }
  .basic-report-container .wrong-sentence p {
    margin-bottom: 8px; }

.basic-report-container .serial {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F6B067;
  color: #fff; }

.basic-report-container .red-signs {
  color: #f82121; }

.basic-report-container .hl-container {
  display: inline-block;
  cursor: pointer; }

.basic-report-container .hl-serial {
  margin-right: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #F6B067;
  color: #fff; }

.basic-report-container .hl-text {
  padding: 0 2px;
  color: #f82121;
  font-weight: 600; }

.no-errors {
  height: 500px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px; }
  .no-errors img {
    margin-bottom: 14px;
    text-align: center;
    width: 100px; }

@charset "UTF-8";
.writing-report {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-family: STHeitiSC-Medium;
  color: #565656;
  background: #fff;
  box-sizing: border-box; }
  .writing-report .ac-percent-bar {
    display: block;
    margin: 0 10px;
    height: 4px;
    border-radius: 8px;
    background: #DFE5EC; }
    .writing-report .ac-percent-bar > .bc-inner-bar {
      background: #2ED184; }
  .writing-report .wr-score {
    font-size: 14px;
    color: #ACB4BF;
    padding: 30px 50px 50px 50px; }
    .writing-report .wr-score .item-scores {
      padding: 12px 50px 12px 30px; }
      .writing-report .wr-score .item-scores li {
        padding: 13px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .writing-report .wr-score .item-scores li > :first-child {
          text-align: right;
          width: 120px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #353D48; }
        .writing-report .wr-score .item-scores li > :nth-child(2) {
          -ms-flex: 1;
              flex: 1; }
        .writing-report .wr-score .item-scores li > :nth-child(3) {
          width: 30px;
          text-align: right; }
  .writing-report .wr-score-type0 {
    text-align: center; }
    .writing-report .wr-score-type0 > :first-child {
      width: 100px;
      margin-bottom: 20px; }
    .writing-report .wr-score-type0 > :last-child {
      box-sizing: border-box;
      border: 1px solid #DFE5EC;
      border-radius: 3px;
      display: table;
      width: 100%;
      overflow: hidden;
      font-size: 14px; }
      .writing-report .wr-score-type0 > :last-child > * {
        display: table-cell;
        vertical-align: middle; }
      .writing-report .wr-score-type0 > :last-child > :first-child {
        white-space: nowrap;
        border-right: 1px solid #DFE5EC;
        line-height: 1;
        width: 25%;
        text-align: center;
        background: #F9FAFB; }
        .writing-report .wr-score-type0 > :last-child > :first-child > div {
          margin: 10px 0; }
        .writing-report .wr-score-type0 > :last-child > :first-child > :first-child {
          color: #000;
          font-size: 38px; }
        .writing-report .wr-score-type0 > :last-child > :first-child a {
          color: #2ED184;
          cursor: pointer;
          padding: 5px 0; }
          .writing-report .wr-score-type0 > :last-child > :first-child a:hover {
            color: #2EDF84; }
      .writing-report .wr-score-type0 > :last-child > :last-child {
        width: 75%; }
  .writing-report .wr-score-type1 > div {
    position: relative; }
    .writing-report .wr-score-type1 > div > :last-child {
      margin-left: 30%;
      border: 1px solid #DFE5EC;
      min-height: 200px; }
    .writing-report .wr-score-type1 > div > :first-child {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 30%; }
      .writing-report .wr-score-type1 > div > :first-child > div {
        margin-right: 20px; }
  .writing-report .wr-subcomments .wr-subcomment {
    display: none; }
    .writing-report .wr-subcomments .wr-subcomment.selected {
      display: block; }
  .writing-report .wr-subcomments-expanded .wr-subcomment {
    display: block; }
  .writing-report .wr-subcomments {
    background: #FFFFFF;
    box-sizing: border-box;
    color: #353D48;
    padding: 50px 0; }
    .writing-report .wr-subcomments > :first-child {
      text-align: center;
      margin-bottom: 30px;
      font-size: 18px;
      color: #353D48; }
    .writing-report .wr-subcomments > :nth-child(2) {
      padding-left: 20px;
      height: 50px;
      border-bottom: 1px solid #DFE5EC;
      overflow: visible; }
      .writing-report .wr-subcomments > :nth-child(2) > div {
        float: left;
        height: 49px;
        border: 1px solid transparent;
        border-width: 4px 1px 0 1px;
        line-height: 45px;
        cursor: pointer;
        color: #697689;
        padding: 0 30px; }
        .writing-report .wr-subcomments > :nth-child(2) > div.selected {
          height: 50px;
          color: #353D48;
          border-right: 1px solid #DFE5EC;
          border-left: 1px solid #DFE5EC;
          border-bottom: 1px solid #fff;
          border-top: 4px solid #2ED184; }
    .writing-report .wr-subcomments .wr-subcomment > h3 {
      font-size: 18px;
      margin: 40px 0; }
    .writing-report .wr-subcomments .wr-subcomment ul li {
      margin: 35px 0; }
      .writing-report .wr-subcomments .wr-subcomment ul li > h4 {
        font-weight: 700;
        margin: 30px 0; }
      .writing-report .wr-subcomments .wr-subcomment ul li:not(:first-child) {
        border-top: 1px solid #DFE5EC; }
  .writing-report .wr-pigai-detail {
    padding: 50px;
    margin-top: 20px;
    font-size: 14px;
    color: #353D48;
    background: #fff; }
    .writing-report .wr-pigai-detail > :first-child {
      margin-bottom: 30px;
      font-size: 18px;
      text-align: center; }
  .writing-report .wr-detail-item {
    background: #fff;
    text-align: left; }
    .writing-report .wr-detail-item > p {
      line-height: 1.4px; }
    .writing-report .wr-detail-item .search-icon img {
      vertical-align: middle;
      margin-left: 2px; }
    .writing-report .wr-detail-item > :first-child {
      padding: 18px 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      width: 100%; }
      .writing-report .wr-detail-item > :first-child > * {
        vertical-align: middle;
        text-align: center; }
        .writing-report .wr-detail-item > :first-child > *:last-child:not(:first-child) {
          width: 100px;
          border-left: 1px solid #F3F5F8;
          cursor: pointer;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          text-align: center; }
          .writing-report .wr-detail-item > :first-child > *:last-child:not(:first-child) > span {
            -ms-flex: 1;
                flex: 1; }
            .writing-report .wr-detail-item > :first-child > *:last-child:not(:first-child) > span i {
              margin-left: 10px;
              display: inline-block;
              vertical-align: middle;
              border-top: 5px solid #ACB4BF;
              border-left: 4.325px solid transparent;
              border-right: 4.325px solid transparent; }
            .writing-report .wr-detail-item > :first-child > *:last-child:not(:first-child) > span.wr-expanded i {
              border-top: none;
              border-bottom: 5px solid #ACB4BF; }
        .writing-report .wr-detail-item > :first-child > *:first-child {
          text-align: left;
          -ms-flex: 1;
              flex: 1; }
          .writing-report .wr-detail-item > :first-child > *:first-child h3 {
            position: relative;
            color: #353D48;
            line-height: 1;
            font-weight: 700;
            margin-bottom: 5px; }
            .writing-report .wr-detail-item > :first-child > *:first-child h3 > :first-child {
              position: absolute;
              width: 5px;
              height: 14px;
              top: 0;
              left: -20px;
              background: #F6B067; }
              .writing-report .wr-detail-item > :first-child > *:first-child h3 > :first-child.wr-pigai-positive {
                background: #2ED184; }
          .writing-report .wr-detail-item > :first-child > *:first-child > div {
            color: #697689;
            padding: 0 10px 0 28px; }
    .writing-report .wr-detail-item > :last-child {
      border-top: 1px solid #DFE5EC;
      padding: 0 20px; }
      .writing-report .wr-detail-item > :last-child > table {
        text-align: left;
        display: table;
        width: 100%;
        table-layout: fixed; }
        .writing-report .wr-detail-item > :last-child > table td {
          vertical-align: middle;
          padding: 12px 8px 12px 0; }
          .writing-report .wr-detail-item > :last-child > table td:first-child {
            text-align: center; }
        .writing-report .wr-detail-item > :last-child > table thead td {
          color: #697689; }
          .writing-report .wr-detail-item > :last-child > table thead td:nth-child(1) {
            width: 80px; }
          .writing-report .wr-detail-item > :last-child > table thead td:nth-child(2) {
            width: 200px; }
          .writing-report .wr-detail-item > :last-child > table thead td:nth-child(3) {
            width: 150px; }
        .writing-report .wr-detail-item > :last-child > table tbody td {
          border-top: 1px solid #F3F5F8; }
        .writing-report .wr-detail-item > :last-child > table tbody tr:last-child td {
          border-bottom: 1px solid #F3F5F8; }
  .writing-report .wr-mark-code {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 100px;
    color: #fff;
    background: #F6B067;
    display: inline-block;
    font-size: 12px; }
  .writing-report .wr-mark-text {
    color: #F6B067; }
  .writing-report .wr-detail-item-positive .wr-mark-code {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 100px;
    color: #fff;
    background: #2ED184;
    display: inline-block;
    font-size: 12px; }
  .writing-report .wr-detail-item-positive .wr-mark-text {
    color: #2ED184; }
  .writing-report .wr-mark-wrapper {
    padding: 50px;
    background: #FFF; }
    .writing-report .wr-mark-wrapper > :first-child {
      margin-bottom: 30px;
      font-size: 18px;
      text-align: center;
      line-height: 30px;
      position: relative; }
      .writing-report .wr-mark-wrapper > :first-child > button {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #ACB4BF;
        background: #fff;
        color: #353D48; }
    .writing-report .wr-mark-wrapper .btn-copy {
      display: none;
      font-size: 14px;
      width: 16px;
      box-sizing: content-box;
      text-decoration: underline;
      cursor: pointer;
      vertical-align: middle; }
    .writing-report .wr-mark-wrapper .line-splitter {
      display: none;
      vertical-align: middle;
      margin: 0 10px;
      height: 20px;
      border-left: 1px solid #DFE4EC; }
  .writing-report .wr-marks {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px; }
    .writing-report .wr-marks .wr-mark-code {
      margin: 0 5px; }
    .writing-report .wr-marks .wr-mark-text-positive {
      color: #2ED184; }
    .writing-report .wr-marks .wr-mark-code-positive {
      background: #2ED184; }
    .writing-report .wr-marks .wr-mark-code {
      cursor: pointer; }
    .writing-report .wr-marks > .wr-mark-list {
      margin-right: 20px; }
      .writing-report .wr-marks > .wr-mark-list li {
        display: block; }
      .writing-report .wr-marks > .wr-mark-list > ul > li {
        display: block;
        background: #F6B067;
        border-radius: 36px;
        color: #fff;
        padding: 0 50px 0 14px;
        position: relative;
        line-height: 30px;
        height: 30px;
        box-sizing: content-box;
        width: 7em;
        white-space: nowrap;
        margin-bottom: 10px; }
        .writing-report .wr-marks > .wr-mark-list > ul > li:last-child {
          margin-bottom: 0; }
        .writing-report .wr-marks > .wr-mark-list > ul > li.wr-mark-nav-positive {
          background: #2ED184; }
        .writing-report .wr-marks > .wr-mark-list > ul > li .wr-mark-type-count {
          position: absolute;
          right: 14px; }
        .writing-report .wr-marks > .wr-mark-list > ul > li .triangle {
          margin-left: 10px;
          box-sizing: content-box;
          width: 0;
          height: 0;
          display: inline-block;
          vertical-align: middle;
          border: none;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 6.928px solid #fff; }
        .writing-report .wr-marks > .wr-mark-list > ul > li:hover .triangle {
          box-sizing: content-box;
          width: 0;
          height: 0;
          display: inline-block;
          vertical-align: middle;
          border: none;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-right: 6.928px solid #fff; }
      .writing-report .wr-marks > .wr-mark-list li ul {
        padding-left: 8px;
        box-sizing: content-box;
        transition: visibility 0s 0.4s;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        top: 0;
        right: -70px;
        width: 62px;
        background: #fff; }
        .writing-report .wr-marks > .wr-mark-list li ul li {
          text-align: center;
          color: #F6B067;
          cursor: pointer;
          border: 1px solid #F6B067;
          border-top: 0; }
          .writing-report .wr-marks > .wr-mark-list li ul li:hover {
            color: #353D48;
            background: #FFF3E6; }
        .writing-report .wr-marks > .wr-mark-list li ul li:first-child {
          position: relative;
          color: #fff;
          cursor: auto;
          background: #F6B067;
          border-top: 1px solid #F6B067; }
          .writing-report .wr-marks > .wr-mark-list li ul li:first-child i {
            position: absolute;
            left: -8px;
            top: 10px;
            box-sizing: content-box;
            width: 0;
            height: 0;
            display: inline-block;
            vertical-align: middle;
            border: none;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 8.66px solid #F6B067; }
      .writing-report .wr-marks > .wr-mark-list li:hover ul {
        visibility: visible; }
      .writing-report .wr-marks > .wr-mark-list li.wr-mark-nav-positive ul li {
        color: #2ED184;
        border: 1px solid #2ED184;
        border-top: none; }
        .writing-report .wr-marks > .wr-mark-list li.wr-mark-nav-positive ul li:hover {
          color: #353D48;
          background: #EEFFEE; }
        .writing-report .wr-marks > .wr-mark-list li.wr-mark-nav-positive ul li:first-child {
          color: #FFF;
          background: #2ED184;
          border-top: 1px solid #2ED184; }
          .writing-report .wr-marks > .wr-mark-list li.wr-mark-nav-positive ul li:first-child i {
            box-sizing: content-box;
            width: 0;
            height: 0;
            display: inline-block;
            vertical-align: middle;
            border: none;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 8.66px solid #2ED184; }
    .writing-report .wr-marks > :last-child {
      -ms-flex: 1;
          flex: 1; }
      .writing-report .wr-marks > :last-child > div {
        position: relative; }
    .writing-report .wr-marks .wr-mark-popup {
      position: absolute;
      z-index: 3;
      background: #fff;
      font-size: 12px;
      box-shadow: 0 0 3px 3px #ddd;
      border: 1px solid #F6B067; }
      .writing-report .wr-marks .wr-mark-popup > :first-child {
        height: 30px;
        line-height: 30px;
        background: #F6B067;
        color: #fff;
        border-bottom: 1px solid #F6B067; }
      .writing-report .wr-marks .wr-mark-popup > div {
        padding: 0 10px; }
      .writing-report .wr-marks .wr-mark-popup > :nth-child(2) {
        line-height: 1.6;
        padding: 5px 10px; }
        .writing-report .wr-marks .wr-mark-popup > :nth-child(2) > div {
          color: #666;
          margin: 5px 0; }
          .writing-report .wr-marks .wr-mark-popup > :nth-child(2) > div h3 {
            color: #ACB4BF; }
    .writing-report .wr-marks .wr-mark-popup-positive {
      border: 1px solid #2ED184; }
      .writing-report .wr-marks .wr-mark-popup-positive > :first-child {
        background: #2ED184;
        border-bottom: 1px solid #2ED184; }
  .writing-report .article-pigai {
    background: #F9FAFB;
    padding-bottom: 50px; }
    .writing-report .article-pigai .tabs {
      padding-bottom: 30px;
      padding-top: 50px;
      background: #fff;
      text-align: center;
      font-size: 18px;
      color: #ACB4BF; }
      .writing-report .article-pigai .tabs > * {
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        position: relative; }
      .writing-report .article-pigai .tabs > :first-child {
        margin-right: 30px; }
      .writing-report .article-pigai .tabs .selected {
        color: #353D48; }
        .writing-report .article-pigai .tabs .selected:after {
          content: '';
          position: absolute;
          width: 2em;
          height: 2px;
          top: 1em;
          left: 1em;
          background-color: #2ED184;
          margin-top: 5px; }
    .writing-report .article-pigai .wr-mark-wrapper {
      padding-top: 0; }
    .writing-report .article-pigai .btn-copy, .writing-report .article-pigai .line-splitter {
      display: inline-block; }
  .writing-report .sentences-pigai {
    background: #fff; }
    .writing-report .sentences-pigai > li:not(:first-child) {
      margin-top: 10px; }
    .writing-report .sentences-pigai .row-btns {
      background: #fff; }
      .writing-report .sentences-pigai .row-btns > div {
        border-top: 1px solid #F3F5F8;
        text-align: center;
        padding: 20px 0; }
        .writing-report .sentences-pigai .row-btns > div :not(:first-child) {
          margin-left: 30px; }
  .writing-report .sent-pigai {
    background: #fff;
    font-size: 14px; }
    .writing-report .sent-pigai:not(:first-child) .sent-content {
      border-top: 1px solid #F3F5F8; }
    .writing-report .sent-pigai textarea {
      font-size: 14px;
      vertical-align: top;
      border-radius: 3px;
      border: 1px solid;
      display: block;
      min-height: 5.5em; }
      .writing-report .sent-pigai textarea:focus {
        outline: none; }
    .writing-report .sent-pigai .btns-container {
      text-align: right;
      padding-left: 20px;
      width: 160px; }
      .writing-report .sent-pigai .btns-container > *:not(:first-child) {
        margin-left: 15px; }
      .writing-report .sent-pigai .btns-container > *.origin-btn {
        color: #353D48;
        background: transparent;
        border: 1px solid #ACB4BF; }
  .writing-report .sent-content {
    color: #697689;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 0; }
    .writing-report .sent-content .slice {
      display: inline-block;
      width: 14px;
      text-align: center;
      font-size: 12px; }
    .writing-report .sent-content .line-head {
      position: relative;
      display: inline-block;
      margin-right: 10px;
      margin-top: 3px;
      line-height: 15px;
      height: 15px; }
      .writing-report .sent-content .line-head:before {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        border-left: 5px solid #2ED184;
        padding-left: 15px;
        height: 15px; }
      .writing-report .sent-content .line-head.has-error:before {
        border-left-color: #F6B067; }
    .writing-report .sent-content > :first-child {
      -ms-flex: 1;
          flex: 1; }
      .writing-report .sent-content > :first-child > div {
        display: -ms-flexbox;
        display: flex;
        color: #353D48; }
        .writing-report .sent-content > :first-child > div:nth-child(2) {
          margin-top: 15px; }
        .writing-report .sent-content > :first-child > div > :nth-child(2) {
          display: block;
          -ms-flex: 1;
              flex: 1; }
  .writing-report .sent-mark {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -ms-flex-align: center;
        align-items: center; }
    .writing-report .sent-mark:not(:first-child) {
      border-top: 1px solid #F3F5F8; }
    .writing-report .sent-mark > :first-child {
      width: 200px;
      padding: 0 40px 0 30px;
      color: #F6B067; }
    .writing-report .sent-mark > :nth-child(2) {
      -ms-flex: 2;
          flex: 2;
      padding-right: 50px;
      color: #F6B067; }
    .writing-report .sent-mark > :last-child {
      -ms-flex: 3;
          flex: 3;
      display: -ms-flexbox;
      display: flex; }
      .writing-report .sent-mark > :last-child > :first-child {
        -ms-flex: 1;
            flex: 1; }
    .writing-report .sent-mark.mark-positive > :first-child,
    .writing-report .sent-mark.mark-positive > :nth-child(2) {
      color: #2ED184; }
  .writing-report .sent-comment {
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0;
    border-top: 1px solid #F3F5F8; }
    .writing-report .sent-comment > :first-child {
      width: 200px;
      padding: 0 40px 0 30px;
      text-align: left;
      color: #353D48; }
    .writing-report .sent-comment > :nth-child(2) {
      -ms-flex: 1;
          flex: 1;
      color: #697689; }
  .writing-report .sent-no-mark .sent-comment {
    border-top: none; }

.writing-report-print .wr-subcomments .wr-subcomment ul {
  border-bottom: 1px solid #DFE5EC;
  margin: 40px 0; }
  .writing-report-print .wr-subcomments .wr-subcomment ul li {
    border-bottom: none !important; }

/**
 *调整报告页边框留白的关联位置，
 *把留白放在题目中各部分对应的元素上面，以实现对作文解析
 *不同部分设置站内容区百分百宽度的背景
 */
.writing-report > * {
  padding-left: 50px;
  padding-right: 50px; }
  .writing-report > * > * {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  .writing-report > *.wr-comments {
    padding-left: 0;
    padding-right: 0; }
    .writing-report > *.wr-comments > :first-child {
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 50px;
      padding-right: 50px; }
    .writing-report > *.wr-comments > :nth-child(2) {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      padding-left: 0;
      padding-right: 0; }
      .writing-report > *.wr-comments > :nth-child(2) > * {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        padding-left: 50px;
        padding-right: 50px; }

.writing-report .article-pigai {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0; }
  .writing-report .article-pigai > * {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .writing-report .article-pigai .tab-content > * {
    padding-left: 50px;
    padding-right: 50px; }
    .writing-report .article-pigai .tab-content > * > * {
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto; }
  .writing-report .article-pigai .sentences-pigai {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .writing-report .article-pigai .sentences-pigai > * {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      padding-left: 0;
      padding-right: 0; }
    .writing-report .article-pigai .sentences-pigai .sent-pigai > * {
      margin-left: auto;
      margin-right: auto;
      max-width: 1180px;
      padding-left: 50px;
      padding-right: 50px; }
    .writing-report .article-pigai .sentences-pigai .sent-comment {
      max-width: 1080px;
      padding-left: 0;
      padding-right: 0; }
    .writing-report .article-pigai .sentences-pigai .row-btns > * {
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; }

.layer-edit-preview .layer-header {
  text-align: center;
  height: auto;
  border: none; }
  .layer-edit-preview .layer-header > div {
    max-width: 1080px;
    width: 100%; }

.layer-edit-preview .preview-header {
  line-height: 1;
  white-space: nowrap;
  position: relative; }
  .layer-edit-preview .preview-header .back-btn {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 30px;
    line-height: 40px;
    font-size: 14px; }
    .layer-edit-preview .preview-header .back-btn .btn-primary {
      width: 90px;
      height: 30px;
      font-size: 14px;
      line-height: 28px; }
    .layer-edit-preview .preview-header .back-btn .btn-ghost {
      margin-left: 30px; }
  .layer-edit-preview .preview-header .name {
    font-size: 18px;
    color: #353D48;
    margin: 13px 100px 10px 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .layer-edit-preview .preview-header .task-number {
    margin-bottom: 15px;
    font-size: 12px;
    color: #BAC1CA; }
    .layer-edit-preview .preview-header .task-number > :last-child {
      color: #17001E;
      margin-left: 5px; }

.diff-preview-view {
  height: 100%;
  background: #F9FAFB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .diff-preview-view .content-wrapper {
    -ms-flex: 1;
        flex: 1;
    overflow: auto;
    padding: 40px 100px; }
  .diff-preview-view table {
    width: 100%;
    table-layout: fixed;
    background: #fff;
    padding: 15px 0; }
    .diff-preview-view table td {
      padding: 15px 30px; }
    .diff-preview-view table td:nth-child(2) {
      background: #F9FAFB; }
    .diff-preview-view table tr:first-child {
      color: #fff; }
      .diff-preview-view table tr:first-child td {
        padding: 20px 0;
        position: relative; }
      .diff-preview-view table tr:first-child td div {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 18px;
        width: 75px;
        border-top: 12px solid;
        border-bottom: 12px solid;
        border-right: 5px solid; }
      .diff-preview-view table tr:first-child td span {
        position: relative;
        z-index: 2;
        margin-left: 8px; }
      .diff-preview-view table tr:first-child td:first-child div {
        border-color: #3bd57b transparent #31c978 transparent; }
      .diff-preview-view table tr:first-child td:last-child div {
        border-color: #fc972a transparent #ee8a26 transparent; }
  .diff-preview-view .sentence-dirty {
    color: #FD7272; }

.score-level {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
  .score-level > div {
    -ms-flex: 1;
        flex: 1; }
  .score-level:hover img {
    display: none; }
  .score-level:hover img:last-child {
    display: initial; }
  .score-level.score-level0 {
    border: 1px solid #FFDD5A;
    color: #FFAF08; }
    .score-level.score-level0:hover {
      background: #FFFAE7; }
  .score-level.score-level1 {
    border: 1px solid #E2E9F4;
    color: #A8BFE1; }
    .score-level.score-level1:hover {
      background: #F5F9FF; }
  .score-level.score-level2 {
    border: 1px solid #FBDDC8;
    color: #ED8741; }
    .score-level.score-level2:hover {
      background: #FFF5EE; }
  .score-level .score-cup {
    width: 80%;
    max-width: 150px; }
  .score-level > * > :last-child {
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 18px; }

.score-cup {
  display: inline-block; }
  .score-cup img {
    width: 100%;
    line-height: 0; }
  .score-cup img:last-child {
    display: none; }
  .score-cup:hover img {
    display: none; }
  .score-cup:hover img:last-child {
    display: initial; }

.comments-block {
  padding: 50px;
  font-size: 14px;
  color: #353D48;
  background: #F9FAFB; }
  .comments-block > :first-child {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center; }
  .comments-block > :last-child {
    display: -ms-flexbox;
    display: flex;
    line-height: 0; }
    .comments-block > :last-child > :first-child img {
      width: 120px;
      margin-right: 30px; }
    .comments-block > :last-child > :last-child {
      -ms-flex: 1;
          flex: 1;
      min-height: 120px;
      padding: 13px 20px;
      line-height: 1.6;
      position: relative;
      background: #FFFFFF;
      border: 1px solid #DFE5EC;
      border-radius: 3px; }
      .comments-block > :last-child > :last-child > p {
        margin-bottom: 5px; }
        .comments-block > :last-child > :last-child > p :last-child {
          margin-bottom: 0; }
      .comments-block > :last-child > :last-child:before {
        box-sizing: border-box;
        content: '';
        border-left: 1px solid #DFE5EC;
        border-top: 1px solid #DFE5EC;
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 55px;
        transform-origin: bottom left;
        transform: rotate(-30deg) skew(30deg); }

.comments-block-empty {
  height: 50px;
  background: #F9FAFB; }

.comment-title-with-btn > * {
  vertical-align: middle;
  display: inline-block; }

.comment-title-with-btn .line-splitter {
  margin: 0 10px;
  height: 20px;
  border-left: 1px solid #DFE4EC; }

.comment-title-with-btn img {
  height: 20px;
  cursor: pointer; }

.r-offtopic {
  padding: 50px 0 50px 0;
  font-size: 14px;
  color: #353D48;
  text-align: center; }
  .r-offtopic > :first-child {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 38px; }
  .r-offtopic > :nth-child(2) > div {
    display: inline-block;
    position: relative;
    padding-top: 60px; }
    .r-offtopic > :nth-child(2) > div > img:first-child {
      position: absolute;
      top: 0;
      left: 0; }
      .r-offtopic > :nth-child(2) > div > img:first-child.offtopic-none {
        left: 74%; }
      .r-offtopic > :nth-child(2) > div > img:first-child.offtopic-little {
        left: 50%; }
      .r-offtopic > :nth-child(2) > div > img:first-child.offtopic-much {
        left: 25%; }
  .r-offtopic > :nth-child(3) {
    margin-top: 10px; }

.button-group {
  margin: 21px auto;
  text-align: center; }
  .button-group button {
    width: 120px;
    height: 38px;
    border-radius: 100px;
    border: 1px solid #2ED184;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer; }
  .button-group button:first-child {
    color: #2ED184;
    margin-right: 20px; }
    .button-group button:first-child:hover {
      background-color: #effef7; }
  .button-group button:last-child {
    background-color: #2ED184;
    color: #fff; }
    .button-group button:last-child:hover {
      background-color: #21c678; }

.chapter-part {
  text-align: justify; }

.student-original {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .student-original span {
    margin-right: 20px;
    margin-left: 0; }
  .student-original textarea {
    margin: 0;
    width: 700px;
    min-height: 200px;
    resize: none;
    color: #565656;
    font-size: 14px;
    border: 1px solid #ACB4BF; }

@charset "UTF-8";
.c-ti {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-family: STHeitiSC-Medium;
  color: #565656;
  margin: 20px 0;
  position: relative; }
  .c-ti .MJXc-display {
    display: inline-block; }
  .c-ti input {
    border-style: solid;
    height: 30px;
    vertical-align: middle; }
  .c-ti .ti-order-wrapper {
    position: relative; }
  .c-ti .order {
    position: absolute;
    top: 0;
    left: -50px;
    width: 45px;
    text-align: right; }
  .c-ti .checklist {
    margin-bottom: 20px;
    display: block; }
  .c-ti .checklist-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .c-ti .checklist-item > :first-child {
      margin-top: 0.3em; }
    .c-ti .checklist-item > :last-child {
      -ms-flex: 1;
          flex: 1; }
  .c-ti .include-math .checklist-item {
    -ms-flex-align: center;
        align-items: center; }
    .c-ti .include-math .checklist-item > :first-child {
      margin-top: 0; }
  .c-ti .ti-select-item {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  .c-ti .select-marker {
    margin-left: -20px;
    margin-right: 10px; }
    .c-ti .select-marker:after {
      content: '.'; }
  .c-ti .ti-audio {
    margin-bottom: 20px; }
  .c-ti .qst-analysis {
    page-break-inside: avoid;
    margin-bottom: 20px;
    background: #FFF3E6;
    border: 1px solid #E4D7CA;
    padding: 0 20px;
    position: relative; }
    .c-ti .qst-analysis:after {
      content: '';
      position: absolute;
      z-index: 3;
      left: 40px;
      top: -3px;
      width: 10px;
      height: 8.66px;
      transform: rotate(60deg) translate(-5px, 4.33px) skewX(30deg);
      background: #FFF3E6;
      border-top: 1px solid #E4D7CA;
      border-left: 1px solid #E4D7CA; }
    .c-ti .qst-analysis .qst-answer-result {
      width: 37px;
      height: 37px;
      display: inline-block;
      vertical-align: middle;
      background: url(https://sls.smartstudy.com/build/img/exam_answer_false.ac6e600.png) no-repeat center center;
      background-size: contain; }
    .c-ti .qst-analysis.qst-analysis-correct, .c-ti .qst-analysis.qst-no-user-answer {
      background: #ECFCE5;
      border: 1px solid #C8E6C8; }
      .c-ti .qst-analysis.qst-analysis-correct .qst-analysis-detail, .c-ti .qst-analysis.qst-no-user-answer .qst-analysis-detail {
        border-top: 1px solid #C8E6C8; }
      .c-ti .qst-analysis.qst-analysis-correct:after, .c-ti .qst-analysis.qst-no-user-answer:after {
        background: #ECFCE5;
        border-top: 1px solid #C8E6C8;
        border-left: 1px solid #C8E6C8; }
      .c-ti .qst-analysis.qst-analysis-correct .qst-answer-result, .c-ti .qst-analysis.qst-no-user-answer .qst-answer-result {
        background: url(https://sls.smartstudy.com/build/img/exam_answer_true.2e8941b.png) no-repeat center center; }
    .c-ti .qst-analysis > :first-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 15px 0; }
      .c-ti .qst-analysis > :first-child > :first-child {
        -ms-flex: 1;
            flex: 1;
        text-align: left; }
        .c-ti .qst-analysis > :first-child > :first-child.qst-answer-block {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .c-ti .qst-analysis > :first-child > :first-child.qst-answer-block > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
                align-items: flex-start; }
            .c-ti .qst-analysis > :first-child > :first-child.qst-answer-block > div > span {
              width: 100px; }
            .c-ti .qst-analysis > :first-child > :first-child.qst-answer-block > div > div {
              -ms-flex: 1;
                  flex: 1; }
            .c-ti .qst-analysis > :first-child > :first-child.qst-answer-block > div:last-child {
              padding-top: 5px; }
        .c-ti .qst-analysis > :first-child > :first-child.qst-answer-inline {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-align: center;
              align-items: center; }
          .c-ti .qst-analysis > :first-child > :first-child.qst-answer-inline > div {
            display: block;
            width: 200px; }
            .c-ti .qst-analysis > :first-child > :first-child.qst-answer-inline > div > div {
              display: inline-block;
              vertical-align: middle; }
    .c-ti .qst-analysis > .qst-analysis-detail {
      border-top: 1px solid #E1C7C7;
      padding-bottom: 15px; }
      .c-ti .qst-analysis > .qst-analysis-detail > :first-child {
        margin: 20px 0 5px 0; }
    .c-ti .qst-analysis .qst-answers > span {
      margin-right: 30px;
      display: inline-block;
      vertical-align: middle; }
    .c-ti .qst-analysis .ti-analysis-togglebtn {
      text-align: center;
      cursor: pointer;
      padding-left: 20px; }
      .c-ti .qst-analysis .ti-analysis-togglebtn i {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        border-top: 5px solid #ACB4BF;
        border-left: 4.325px solid transparent;
        border-right: 4.325px solid transparent; }
    .c-ti .qst-analysis.qst-analysis-expanded .ti-analysis-togglebtn i {
      border-top: none;
      border-bottom: 5px solid #ACB4BF; }
    .c-ti .qst-analysis.qst-analysis-statistics {
      background: #F3F5F8;
      padding: 0 20px;
      margin-bottom: 30px;
      border: none;
      color: #353D48; }
      .c-ti .qst-analysis.qst-analysis-statistics:after {
        display: none; }

.ti-introduction {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #717171;
  letter-spacing: 0px;
  line-height: 20px; }

.ti-material {
  font-family: STHeitiSC-Medium;
  font-size: 16px;
  color: #565656;
  letter-spacing: 0.6px;
  line-height: 23px; }

.ti-questions {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #282828;
  letter-spacing: 0px; }
  .ti-questions.gt-one {
    padding: 0 50px; }
  .ti-questions .ti-qst {
    position: relative; }

.ti-img {
  display: block;
  margin: 20px auto;
  width: 80%; }

.answer-blank {
  padding: 0 4px;
  margin: 0 5px;
  background: transparent;
  vertical-align: bottom;
  border: 1px solid #819DAF;
  border-radius: 2px;
  width: 187px;
  height: 30px;
  outline: none;
  font-size: 14px; }

.answer-blank-multi {
  box-sizing: border-box;
  min-width: 500px;
  max-width: 100%;
  min-height: 400px;
  line-height: 1.6;
  padding: 5px 10px;
  margin: 0; }

.ti-qst {
  display: -ms-flexbox;
  display: flex; }
  .ti-qst > :first-child {
    -ms-flex: 1;
        flex: 1; }

.c-ti .config-input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  line-height: 28px;
  height: 30px;
  border: 1px solid;
  border-radius: 2px;
  color: #ACB4BF;
  white-space: nowrap; }
  .c-ti .config-input.qst-score {
    display: block;
    margin: 0 0 0 20px; }
  .c-ti .config-input > * {
    display: inline-block;
    vertical-align: top; }
  .c-ti .config-input > span {
    display: inline-block;
    width: 24px;
    font-size: 12px; }
  .c-ti .config-input.play-times > span {
    height: 28px;
    overflow: hidden;
    background: none;
    border-left: 1px solid;
    display: inline-block; }
    .c-ti .config-input.play-times > span > span {
      display: block;
      height: 50%;
      line-height: 14px;
      box-sizing: content-box;
      cursor: pointer; }
    .c-ti .config-input.play-times > span > :first-child {
      border-bottom: 1px solid; }
    .c-ti .config-input.play-times > span i {
      display: inline-block;
      vertical-align: middle;
      border-top: 5px solid #ACB4BF;
      border-left: 4.325px solid transparent;
      border-right: 4.325px solid transparent; }
    .c-ti .config-input.play-times > span i.number-next {
      border-top: none;
      border-bottom: 5px solid #ACB4BF; }
  .c-ti .config-input input {
    font-size: 14px;
    color: #353D48;
    border: none;
    height: 100%;
    padding: 0 5px;
    text-align: center;
    width: 42px; }
  .c-ti .config-input.config-input-readOnly > input, .c-ti .config-input.config-input-readOnly span {
    cursor: auto !important; }

.c-ti .ti-qst-writing .config-input {
  display: none; }

/***音频播放器样式***/
.ti-audio {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 16px;
  color: #2C2C2C;
  text-align: center; }
  .ti-audio audio {
    display: none; }
  .ti-audio > :first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #F8F8F8;
    padding: 20px; }
  .ti-audio .play-ctr {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #2ED184;
    margin-right: 23px;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    color: #fff;
    cursor: pointer; }
    .ti-audio .play-ctr .iconfont {
      font-size: 30px;
      margin-left: 5px; }
    .ti-audio .play-ctr.audio-ctr-disabled {
      background: #ddd;
      cursor: auto; }
  .ti-audio .play-progress {
    position: relative;
    -ms-flex: 3;
        flex: 3;
    font-size: 14px;
    color: #ACB4BF; }
  .ti-audio .current-time {
    position: absolute;
    top: 19px;
    left: 0; }
  .ti-audio .end-time {
    position: absolute;
    top: 19px;
    right: 0; }
  .ti-audio .muted-ctr {
    width: 52px;
    margin-right: 15px;
    text-align: right;
    color: #2ED184; }
    .ti-audio .muted-ctr i {
      font-size: 20px;
      font-weight: 700; }
  .ti-audio .volume-bar {
    -ms-flex: 1;
        flex: 1; }
  .ti-audio .config-wrapper {
    padding: 20px 0; }
    .ti-audio .config-wrapper > div {
      display: inline-block; }
    .ti-audio .config-wrapper > :first-child {
      margin-right: 40px; }

/***范围条样式***/
.range-bar {
  box-sizing: border-box;
  display: block;
  padding: 4px 0;
  margin: 0 6px;
  cursor: pointer; }
  .range-bar.bar-disabled {
    cursor: auto; }
  .range-bar > div {
    background: #C3C3C3;
    border-radius: 6px; }
    .range-bar > div > div {
      position: relative;
      background: #2ED184;
      border-radius: 6px;
      height: 2px; }
      .range-bar > div > div > div {
        width: 12px;
        height: 12px;
        background: #2ED184;
        border-radius: 6px;
        position: absolute;
        top: -5px;
        right: -6px;
        box-shadow: 0 0 6px #2ED184; }

.ti-section p, .ti-section h1, .ti-section h2, .ti-section h3, .ti-section h4, .ti-section h5, .ti-section h6 {
  margin-bottom: 20px; }

.ti-section strong {
  font-weight: 700; }

.ti-section em {
  font-style: italic; }

.ti-section u {
  text-decoration: underline; }

.ti-section img {
  display: block;
  max-height: 400px;
  margin: 0 auto; }

.ti-section p {
  word-break: break-word; }

.ti-section .audio-segment {
  margin: 10px 0; }
  .ti-section .audio-segment i {
    margin-right: 10px;
    cursor: pointer; }
  .ti-section .audio-segment.audio-segment-playing i {
    color: #2ED184; }

.single-talk {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  transition: all 2s ease; }
  .single-talk .role {
    margin: 0 20px;
    text-align: center;
    transition: all 2s ease; }
  .single-talk .role-name {
    height: 28px;
    line-height: 28px; }
  .single-talk .roles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .single-talk .avator {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%; }
    .single-talk .avator.active {
      opacity: .8;
      transition: all 1s ease; }
      .single-talk .avator.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-image: url(https://sls.smartstudy.com/build/img/select.8a7bff5.svg);
        background-size: 100% 100%; }
  .single-talk.role-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .single-talk.role-right .talk-side {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .single-talk.role-left {
    -ms-flex-direction: row;
        flex-direction: row; }
  .single-talk .talk-text-container {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .single-talk .talk-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 176px;
        flex: 0 0 176px; }
  .single-talk .talk-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px;
    min-height: 80px;
    font-family: MicrosoftYaHei;
    box-shadow: 0 0 4px 0;
    border-radius: 8px; }
  @media print {
    .single-talk .talk-player {
      display: none; } }
  .single-talk .talk-player .ti-audio,
  .single-talk .talk-player .speaking-answer__cell-recorder {
    margin-left: 0;
    margin-right: 0;
    width: 480px; }
  .single-talk .dicator-down {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2ed184;
    background-image: url(https://sls.smartstudy.com/build/img/arrow-down.7dc317c.svg);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center; }
  .single-talk .talk-score {
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat; }
    .single-talk .talk-score.fail {
      font-size: 1em; }
    .single-talk .talk-score.big {
      background-image: url(https://sls.smartstudy.com/build/img/100.5d665d3.svg);
      color: #ffca3d; }
    .single-talk .talk-score.middle {
      background-image: url(https://sls.smartstudy.com/build/img/90.d524f18.svg);
      color: #66B8FA; }
    .single-talk .talk-score.small {
      background-image: url(https://sls.smartstudy.com/build/img/60.45002f0.svg);
      color: #fe7474; }

.roles-container {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  margin: 20px auto;
  background-color: #fff;
  text-align: center;
  max-width: 720px;
  z-index: 1; }
  .roles-container .role {
    margin: 0 20px;
    text-align: center;
    transition: all 2s ease; }
  .roles-container .role-name {
    height: 28px;
    line-height: 28px; }
  .roles-container .roles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .roles-container .avator {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%; }
    .roles-container .avator.active {
      opacity: .8;
      transition: all 1s ease; }
      .roles-container .avator.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-image: url(https://sls.smartstudy.com/build/img/select.8a7bff5.svg);
        background-size: 100% 100%; }
  .roles-container .roles-slide {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    font-size: 1.2em;
    z-index: 1; }
  .roles-container.active {
    animation: shadow 4s ease; }
    .roles-container.active .roles-slide {
      animation: slide 4s ease;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0;
      color: #fff;
      transform: translateZ(0); }

@keyframes slide {
  20% {
    height: 100%;
    opacity: .9;
    transform: translateZ(0); }
  80% {
    height: 100%;
    opacity: .9;
    transform: translateZ(0); } }

@keyframes shadow {
  20% {
    box-shadow: 0 0 16px 5px #fff, 0 0 0 3000px rgba(0, 0, 0, 0.35); }
  80% {
    box-shadow: 0 0 16px 5px #fff, 0 0 0 3000px rgba(0, 0, 0, 0.35); } }

.layer-content .situational-dialogue {
  display: none; }

.layer-content .button-container {
  display: none; }

.layer-content object {
  display: none; }

.talk-raw .role {
  margin: 0 20px;
  text-align: center;
  transition: all 2s ease; }

.talk-raw .role-name {
  height: 28px;
  line-height: 28px; }

.talk-raw .roles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.talk-raw .avator {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%; }
  .talk-raw .avator.active {
    opacity: .8;
    transition: all 1s ease; }
    .talk-raw .avator.active:after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background-image: url(https://sls.smartstudy.com/build/img/select.8a7bff5.svg);
      background-size: 100% 100%; }

.talk-raw .situational-dialogue .sentence-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 26px;
  bottom: 30px;
  z-index: 1; }
  .talk-raw .situational-dialogue .sentence-cell.fixed {
    position: fixed;
    transform: translateX(-50%);
    left: 50%; }
    .talk-raw .situational-dialogue .sentence-cell.fixed > div:last-child {
      margin-left: 15px; }

.talk-raw .talks-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #f9fafb;
  background-image: url(https://sls.smartstudy.com/build/img/bg.95da9ef.png);
  background-size: 200px 200px;
  border: 1px solid #e9e9e9; }

.talk-raw .role-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.talk-raw .role-panel-content {
  width: 600px;
  margin: 80px auto;
  overflow: hidden; }

.talk-raw .role-panel-header {
  height: 132px;
  text-align: center;
  font-size: 20px;
  background-image: url(https://sls.smartstudy.com/build/img/top.a5305b8.svg); }

.talk-raw .role-panel-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 282px;
  padding: 0 30px;
  background-color: #fff; }
  .talk-raw .role-panel-body .roles-desc {
    padding: 30px 0 0;
    height: 100px;
    font-size: 16px;
    text-align: center; }

.talk-raw .role-panel-body-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: #1aa0ff; }

.talk-raw .role-panel-button {
  position: relative;
  top: -10px;
  display: inline-block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  box-shadow: 0 0 0 10px #1aa0ff;
  border-radius: 100px;
  background-image: linear-gradient(-180deg, #FDE360 3%, #FFD24E 100%);
  cursor: pointer;
  transform: .5s all ease; }
  .talk-raw .role-panel-button:hover {
    background: #007ED8;
    color: #48B3FF; }

.talk-raw .submit-button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #aca4bf;
  background-color: #f3f5f8;
  border-radius: 20px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  transition: all .8s ease; }
  .talk-raw .submit-button.active {
    background-color: #2ed184;
    color: #fff; }

.talk-raw .button-container {
  padding: 10px;
  text-align: center; }

.talk-raw .role-select {
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  padding: 20px 0;
  background: #F9FAFB;
  border: 1px solid #E8E8E8;
  cursor: pointer; }

.talk-raw .roles-avator {
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #eee; }

.talk-raw .roles-circle {
  width: 60px;
  height: 60px;
  background-image: url(https://sls.smartstudy.com/build/img/peoples.be062af.svg);
  background-color: #2ED184;
  background-size: 40px 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%; }

.talk-raw .roles-text {
  font-family: PingFangSC-Medium;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #2ED184; }

.talk-raw .roles-btn,
.talk-raw .player-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: linear-gradient(-180deg, #38EE98 2%, #2BC37B 100%);
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 5px; }

.jp-ti {
  font-size: 14px;
  color: #353D48;
  line-height: 1.6;
  text-align: left; }
  .jp-ti ol {
    margin-left: 15px; }
  .jp-ti ol li {
    list-style: decimal; }
  .jp-ti > section > :first-child {
    font-size: 12px;
    color: #ACB4BF;
    margin-bottom: 5px; }
  .jp-ti > section:not(:last-child) {
    margin-bottom: 30px; }
  .jp-ti.jp-ti-repeat .jpti-material .jpti-section {
    background: #F3F5F8;
    border: 1px solid #DFE5EC;
    border-radius: 3px;
    padding: 14px 20px;
    margin: 10px 0; }
  .jp-ti .jpti-section img {
    max-width: 600px; }

