@charset "UTF-8";
*[data-v-330de9e9] {
  box-sizing: border-box;
}
ol[data-v-330de9e9],
ul[data-v-330de9e9] {
  list-style: none;
}
div[data-v-330de9e9] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[data-v-330de9e9],
body[data-v-330de9e9],
div[data-v-330de9e9],
span[data-v-330de9e9],
applet[data-v-330de9e9],
object[data-v-330de9e9],
iframe[data-v-330de9e9],
h1[data-v-330de9e9],
h2[data-v-330de9e9],
h3[data-v-330de9e9],
h4[data-v-330de9e9],
h5[data-v-330de9e9],
h6[data-v-330de9e9],
p[data-v-330de9e9],
blockquote[data-v-330de9e9],
pre[data-v-330de9e9],
a[data-v-330de9e9],
abbr[data-v-330de9e9],
acronym[data-v-330de9e9],
address[data-v-330de9e9],
big[data-v-330de9e9],
cite[data-v-330de9e9],
code[data-v-330de9e9],
del[data-v-330de9e9],
dfn[data-v-330de9e9],
em[data-v-330de9e9],
img[data-v-330de9e9],
ins[data-v-330de9e9],
kbd[data-v-330de9e9],
q[data-v-330de9e9],
s[data-v-330de9e9],
samp[data-v-330de9e9],
small[data-v-330de9e9],
strike[data-v-330de9e9],
strong[data-v-330de9e9],
sub[data-v-330de9e9],
sup[data-v-330de9e9],
tt[data-v-330de9e9],
var[data-v-330de9e9],
b[data-v-330de9e9],
u[data-v-330de9e9],
i[data-v-330de9e9],
center[data-v-330de9e9],
dl[data-v-330de9e9],
dt[data-v-330de9e9],
dd[data-v-330de9e9],
ol[data-v-330de9e9],
ul[data-v-330de9e9],
li[data-v-330de9e9],
fieldset[data-v-330de9e9],
form[data-v-330de9e9],
label[data-v-330de9e9],
legend[data-v-330de9e9],
table[data-v-330de9e9],
caption[data-v-330de9e9],
tbody[data-v-330de9e9],
tfoot[data-v-330de9e9],
thead[data-v-330de9e9],
tr[data-v-330de9e9],
th[data-v-330de9e9],
td[data-v-330de9e9],
article[data-v-330de9e9],
aside[data-v-330de9e9],
canvas[data-v-330de9e9],
details[data-v-330de9e9],
embed[data-v-330de9e9],
figure[data-v-330de9e9],
figcaption[data-v-330de9e9],
footer[data-v-330de9e9],
header[data-v-330de9e9],
hgroup[data-v-330de9e9],
menu[data-v-330de9e9],
nav[data-v-330de9e9],
output[data-v-330de9e9],
ruby[data-v-330de9e9],
section[data-v-330de9e9],
summary[data-v-330de9e9],
time[data-v-330de9e9],
mark[data-v-330de9e9],
audio[data-v-330de9e9],
video[data-v-330de9e9] {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

/* reset重置 */
del[data-v-330de9e9],
ins[data-v-330de9e9],
u[data-v-330de9e9],
s[data-v-330de9e9],
a[data-v-330de9e9],
a[data-v-330de9e9]:hover {
  text-decoration: none;
}
input[type=number][data-v-330de9e9]::-webkit-inner-spin-button,
input[type=number][data-v-330de9e9]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html[data-v-330de9e9],
body[data-v-330de9e9] {
  width: 100%;
  /*height: 100%;*/
  height: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img[data-v-330de9e9] {
  display: block;
}
h1[data-v-330de9e9],
h2[data-v-330de9e9],
h3[data-v-330de9e9],
h4[data-v-330de9e9],
h5[data-v-330de9e9],
h6[data-v-330de9e9] {
  font-weight: normal;
  margin: 0;
}
.scroll-bar-hide[data-v-330de9e9]::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.scroll-bar-hide[data-v-330de9e9]::-webkit-scrollbar-thumb {
  background: transparent;
}
*[data-v-330de9e9] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[data-v-330de9e9]:active, button[data-v-330de9e9]:focus,
a[data-v-330de9e9]:active,
a[data-v-330de9e9]:focus,
input[data-v-330de9e9]:active,
input[data-v-330de9e9]:focus {
  outline: none;
}

/**
* 真.1px边框
* {List}: 多个方向边框, 默认值为bottom, 你可以根据需要传入(top, left, bottom, right) 4个方向;
* {Color} 边框的颜色, 默认#ccc;
* {List} 4个圆角半径, 默认0;
* {String} 一个高级设置, 一般都不需要改动, 由于细边框的实现使用了css的伪类, 所以为了规避可能出现的样式冲突, 我们可以自己指定使用:after还是:before, 默认after;
*/
*[data-v-330de9e9] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.dom-svg[data-v-330de9e9] {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@font-face {
  font-family: Symbol;
  src: url(../fonts/symbol.3e443984.ttf);
}
@font-face {
  font-family: "MT Extra";
  src: url(../fonts/mtextra.fe5c7141.ttf);
}
@font-face {
  font-family: Douyin Sans;
  src: url(../fonts/DouyinSansBold.90af2901.otf);
}
/* 设置滚动条的样式 */
html[data-v-330de9e9],
body[data-v-330de9e9] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  color: #3F4F70;
  -webkit-overflow-scrolling: touch;
}
.answerfoot-flex__left span.progress em[data-v-330de9e9] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.flex[data-v-330de9e9] {
  display: flex;
}
.icon-go[data-v-330de9e9] {
  width: 0.17188rem;
  height: 0.17188rem;
}
.icon_star[data-v-330de9e9] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.icon_info[data-v-330de9e9] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.answerfoot[data-v-330de9e9] {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0.59375rem;
  background: #fff;
  box-shadow: 0 -0.00781rem 0.1875rem 0 rgba(29, 100, 151, 0.07);
  font-size: 0.09375rem;
  color: #949fb4;
  z-index: 50;
}
.answerfoot.wpad[data-v-330de9e9] {
  height: 0.5rem;
}
.answerfoot-flex[data-v-330de9e9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.59375rem;
  padding: 0 0.15625rem;
}
.answerfoot-flex.fpad[data-v-330de9e9] {
  height: 0.5rem;
  padding-left: 0.03906rem;
  padding-right: 0.03906rem;
}
.answerfoot-flex__left span[data-v-330de9e9] {
  display: block;
}
.answerfoot-flex__left span.progress[data-v-330de9e9] {
  font-size: 0.09375rem;
  color: #3f4f70;
  font-weight: 700;
}
.answerfoot-flex__left span.progress em[data-v-330de9e9] {
  font-style: normal;
}
.answerfoot-flex__left span.progress em.num[data-v-330de9e9] {
  font-size: 0.15625rem;
}
.answerfoot-flex__left span.progress em.count[data-v-330de9e9] {
  font-size: 0.125rem;
}
.answerfoot-flex__right[data-v-330de9e9] {
  width: 1.54688rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answerfoot-flex__right .prev[data-v-330de9e9] {
  width: 0.39063rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex__right .prev span[data-v-330de9e9] {
  display: block;
  width: 0.39063rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex .van-button[data-v-330de9e9] {
  width: 1.01563rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  text-align: center;
  border-radius: 0.17969rem;
  font-size: 0.125rem;
  color: #fff;
}
.answerfoot-flex__but[data-v-330de9e9] {
  width: 100%;
  height: 0.29688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #666666;
  color: #4153e2;
}
.pad-bottom[data-v-330de9e9] {
  padding-bottom: 0.59375rem;
}
.study_icon[data-v-330de9e9] {
  display: block;
  width: 0.20313rem;
  height: 0.20313rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.study_icon img[data-v-330de9e9] {
  width: 0.20313rem;
  height: 0.20313rem;
}
video[data-v-330de9e9]::-internal-media-controls-download-button {
  display: none;
}
video[data-v-330de9e9]::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/**题型样式**/
.yanswer-title[data-v-330de9e9],
.answer-title[data-v-330de9e9],
.colanswer-con[data-v-330de9e9],
.answerExec-title[data-v-330de9e9],
.answersisy-con[data-v-330de9e9],
.checkBox-correct__con[data-v-330de9e9] {
  word-break: break-all;
}
.yanswer-title u[data-v-330de9e9],
.answer-title u[data-v-330de9e9],
.colanswer-con u[data-v-330de9e9],
.answerExec-title u[data-v-330de9e9],
.answersisy-con u[data-v-330de9e9],
.checkBox-correct__con u[data-v-330de9e9] {
  word-wrap: break-word;
  text-decoration: underline;
}
.yanswer-title img[data-v-330de9e9],
.answer-title img[data-v-330de9e9],
.colanswer-con img[data-v-330de9e9],
.answerExec-title img[data-v-330de9e9],
.answersisy-con img[data-v-330de9e9],
.checkBox-correct__con img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li[data-v-330de9e9],
.answerExec-box li[data-v-330de9e9] {
  word-break: break-all;
}
.answer-box li div span:nth-child(1) img[data-v-330de9e9],
.answerExec-box li div span:nth-child(1) img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-330de9e9],
.answerExec-box li u[data-v-330de9e9] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li[data-v-330de9e9],
.err-detail-style[data-v-330de9e9] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.error-list li u[data-v-330de9e9],
.err-detail-style u[data-v-330de9e9] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li img[data-v-330de9e9],
.err-detail-style img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.error-list li table[data-v-330de9e9],
.err-detail-style table[data-v-330de9e9] {
  margin: 0 auto;
}
.error-list li .stem-head[data-v-330de9e9],
.err-detail-style .stem-head[data-v-330de9e9] {
  font-family: "Times New Roman, simsun, CK-SimSun";
}
.speccon pre[data-v-330de9e9] {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.speccon u[data-v-330de9e9] {
  text-decoration: underline;
}

/* fade-transform */
.fade-leave-active[data-v-330de9e9],
.fade-enter-active[data-v-330de9e9] {
  transition: all 0.5s;
  animation-duration: 0.5s !important;
}
.fade-enter[data-v-330de9e9] {
  opacity: 0;
}
.fade-leave-to[data-v-330de9e9] {
  opacity: 0;
}
.answerfoot-flex__left span.progress em[data-v-330de9e9] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.wh-1200[data-v-330de9e9] {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
a[data-v-330de9e9] {
  text-decoration: none;
  color: inherit;
}
.link-hover[data-v-330de9e9]:hover {
  color: #4153e2;
  cursor: pointer;
}

/**题型样式**/
.answer-name[data-v-330de9e9],
.answer-box li[data-v-330de9e9],
.answeransy-con[data-v-330de9e9],
.answerExec-title[data-v-330de9e9],
.answerExec-box li[data-v-330de9e9],
.answerList-right__con[data-v-330de9e9],
.correctAnswer-content[data-v-330de9e9] {
  word-break: break-all;
}
.answer-name u[data-v-330de9e9],
.answeransy-con u[data-v-330de9e9],
.answer-content u[data-v-330de9e9],
.answerExec-title u[data-v-330de9e9],
.answerList-right__con u[data-v-330de9e9] {
  word-wrap: break-word;
  text-decoration: underline;
}
.answer-name img[data-v-330de9e9],
.answeransy-con img[data-v-330de9e9],
.answer-content img[data-v-330de9e9],
.answerExec-title img[data-v-330de9e9],
.answerList-right__con img[data-v-330de9e9],
.answerList-right__con img[data-v-330de9e9],
.correctAnswer-content img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li div span:nth-child(1) img[data-v-330de9e9],
.answerExec-box li div span:nth-child(1) img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-330de9e9],
.answerExec-box li u[data-v-330de9e9] {
  text-decoration: underline;
  word-wrap: break-word;
}
.button[data-v-330de9e9] {
  text-align: center;
  padding: 0 0.11719rem;
  line-height: 0.3125rem;
}
.buttom-min[data-v-330de9e9] {
  width: 0.59375rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.1875rem;
  cursor: pointer;
}
.button-primary[data-v-330de9e9] {
  border: solid 0.00781rem #4153e2;
  background: #4153e2;
  color: #fff;
}
.button-primary[data-v-330de9e9]:hover {
  border: solid 0.00781rem #1e9b9e;
  background: #1e9b9e;
  color: #fff;
}
.button-primary-plain[data-v-330de9e9] {
  border: solid 0.00781rem #4153e2;
  background: #fff;
  color: #4153e2;
}
.ck-btn-primary-plain[data-v-330de9e9] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: rgba(183, 191, 255, 0.1);
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #4153e2;
  transition: all 0.5s;
}
.ck-btn-primary-plain[data-v-330de9e9]:hover {
  color: #ffffff;
  background: #4153e2;
}
.ck-btn-primary-plain[data-v-330de9e9]:hover:active {
  background: #3848ce;
}
.ck-btn-primary[data-v-330de9e9] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: #4153e2;
  color: #ffffff;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  transition: all 0.5s;
}
.ck-btn-primary[data-v-330de9e9]:hover {
  background: #4a88ff;
}
.ck-btn-primary[data-v-330de9e9]:hover:active {
  background: #3848ce;
}
.el-pagination[data-v-330de9e9] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-330de9e9] {
  padding: 0.125rem 0 0;
}
.pagination-box[data-v-330de9e9] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-330de9e9] .el-pager .active {
  background: #e8f3ff;
  color: #4153e2;
}
.breadcrumb-box[data-v-330de9e9] .el-breadcrumb__inner {
  font-size: 0.10938rem;
}
.black-top[data-v-330de9e9] {
  position: fixed;
  bottom: 1.69531rem;
  right: 0.35156rem;
  text-align: center;
  width: 0.46875rem;
  padding-top: 0.54688rem;
  font-size: 0.10938rem;
  color: #333333;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 0.46875rem 0.46875rem;
  cursor: pointer;
}
.lessonplan img[data-v-330de9e9] {
  display: block;
  width: 100%;
}
.nolesson p[data-v-330de9e9] {
  padding-top: 32%;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 500;
  color: #cad0db;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/*定义右下角汇合处的样式*/
[data-v-330de9e9]::-webkit-scrollbar-corner {
  background: #999;
}
.question-area[data-v-330de9e9] {
  word-break: break-all;
}
.question-area u[data-v-330de9e9] {
  word-wrap: break-word;
  text-decoration: underline;
}
.question-area img[data-v-330de9e9] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.repet-tab .van-tabs--line .van-tabs__wrap[data-v-330de9e9] {
  height: 0.39063rem;
  background: #fff;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav--line[data-v-330de9e9] {
  padding-bottom: 0;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav[data-v-330de9e9] {
  width: 1.40625rem;
  justify-content: flex-start;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-330de9e9] {
  width: 0.78125rem;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-330de9e9]:first-child:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 0.01563rem;
  height: 0.07031rem;
  background: #E1E6EE;
}
.repet-tab .van-tabs__line[data-v-330de9e9] {
  background-image: repeating-linear-gradient(90deg, rgb(110, 224, 169), rgb(76, 229, 40));
  box-shadow: 0 0.02344rem 0.04688rem 0 rgba(0, 235, 122, 0.2);
  border-radius: 0.01563rem;
  bottom: 0.09375rem;
}
.utils-search[data-v-330de9e9] {
  width: 1.875rem;
}
.utils-search.width[data-v-330de9e9] {
  width: 2.07031rem;
}
.utils-search .van-search__content[data-v-330de9e9] {
  background: #B6C0CB;
}
.utils-search .van-search .van-cell[data-v-330de9e9] {
  padding: 0.01563rem 0.04688rem 0.01563rem 0.10156rem;
}
.utils-search .van-field__left-icon .van-icon[data-v-330de9e9] {
  color: #fff;
}
.utils-search input[data-v-330de9e9]:-moz-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-330de9e9]:-ms-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-330de9e9]::-webkit-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search .van-field__control[data-v-330de9e9] {
  font-size: 0.09375rem;
  color: #fff;
}
.searchd-btn[data-v-330de9e9] {
  height: 0.21875rem;
  display: flex;
  align-items: center;
}
.searchd-btn .van-button--normal[data-v-330de9e9] {
  width: 0.46875rem;
  height: 0.21875rem;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.21875rem;
  padding: 0;
}
.overlay[data-v-330de9e9] {
  background: rgba(63, 74, 95, 0.5);
}
.practic-tab[data-v-330de9e9], .record-tab[data-v-330de9e9] {
  padding-left: 0.15625rem;
  padding-right: 0.11719rem;
}
.practic-tab .van-tabs__nav[data-v-330de9e9], .record-tab .van-tabs__nav[data-v-330de9e9] {
  background: transparent;
}
.practic-tab .van-tab[data-v-330de9e9], .record-tab .van-tab[data-v-330de9e9] {
  margin-right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.51563rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #fff;
  border-radius: 0.15625rem;
}
.practic-tab .van-tabs__nav--line[data-v-330de9e9], .record-tab .van-tabs__nav--line[data-v-330de9e9] {
  padding-bottom: 0.23438rem;
}
.practic-tab .van-tabs__line[data-v-330de9e9], .record-tab .van-tabs__line[data-v-330de9e9] {
  background-color: transparent;
}
.practic-tab .van-tabs__wrap--scrollable .van-tab[data-v-330de9e9], .record-tab .van-tabs__wrap--scrollable .van-tab[data-v-330de9e9] {
  padding: 0;
}
.practic-tab .van-tabs__nav--complete[data-v-330de9e9], .record-tab .van-tabs__nav--complete[data-v-330de9e9] {
  padding-left: 0;
  padding-right: 0;
}
.practic-tab .van-tab--active[data-v-330de9e9], .record-tab .van-tab--active[data-v-330de9e9] {
  background: #fff;
  color: #4153e2;
}
.practic-tab .van-hairline--top-bottom[data-v-330de9e9]::after,
.practic-tab .van-hairline-unset--top-bottom[data-v-330de9e9]::after, .record-tab .van-hairline--top-bottom[data-v-330de9e9]::after,
.record-tab .van-hairline-unset--top-bottom[data-v-330de9e9]::after {
  border: 0;
}
.practic-tab .van-tabs--line .van-tabs__wrap[data-v-330de9e9], .record-tab .van-tabs--line .van-tabs__wrap[data-v-330de9e9] {
  height: auto;
}
.record-tab[data-v-330de9e9] {
  padding-top: 0.11719rem;
  padding-bottom: 0.11719rem;
  padding-left: 0.07813rem;
  padding-right: 0.07813rem;
  background: #fff;
}
.record-tab .van-tab[data-v-330de9e9] {
  margin-right: 0.11719rem;
  width: 0.46875rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #4153e2;
  border-radius: 0.21875rem;
}
.record-tab .van-tabs__nav--line[data-v-330de9e9] {
  padding-bottom: 0;
}
.record-tab .van-tab--active[data-v-330de9e9] {
  background: #4153e2;
  color: #fff;
}
.van-tag[data-v-330de9e9] {
  padding-left: 0.03125rem;
  padding-right: 0.03125rem;
}
.van-tag + .van-tag[data-v-330de9e9] {
  margin-left: 0.04688rem;
}
.bottom-tip .van-divider[data-v-330de9e9] {
  color: #aaa;
}
.bottom-tip .van-divider[data-v-330de9e9]::after,
.bottom-tip .van-divider[data-v-330de9e9]::before {
  background: #ddd;
}
.van-tabbar[data-v-330de9e9] {
  background: #fafafa;
}
.van-button[data-v-330de9e9] {
  height: 0.39063rem;
  line-height: 0.39063rem;
}
.van-button--primary[data-v-330de9e9] {
  background-color: #4153e2;
  border: 0.02667rem solid #4153e2;
}
.van-button--plain[data-v-330de9e9] {
  background-color: #fff;
  color: #4153e2;
}
.van-button--hairline[data-v-330de9e9] {
  border-width: 0;
}
.point-page-list .van-collapse-item__content[data-v-330de9e9] {
  padding: 0;
}
.point-page-list .van-cell[data-v-330de9e9]:not(:last-child)::after {
  left: 0.14063rem;
}
.point-page-list [class*=van-hairline][data-v-330de9e9]::after {
  left: -43.7%;
}
.point-page-list .van-cell__right-icon[data-v-330de9e9] {
  display: none;
}
.sbox .van-radio__label[data-v-330de9e9] {
  font-size: 0.10938rem;
}
.sbox .van-checkbox__label[data-v-330de9e9] {
  font-size: 0.10938rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sbox .van-radio-group[data-v-330de9e9] {
  height: auto;
  overflow: hidden;
}
.van-sticky--fixed[data-v-330de9e9] {
  background: #fff;
}
.van-picker__cancel[data-v-330de9e9],
.van-picker__confirm[data-v-330de9e9] {
  color: #4153e2;
}
.point-page-list [class*=van-hairline][data-v-330de9e9]:first-of-type::after {
  border-top: none;
}
.sub-vans .van-tab[data-v-330de9e9] {
  font-size: 0.125rem;
  color: #333;
  font-weight: 500;
}
.sub-vans .van-tabs__line[data-v-330de9e9] {
  bottom: 0.11719rem;
  width: 0.125rem;
  background-color: rgb(49, 194, 124);
}
.sub-vans .van-tab--active[data-v-330de9e9] {
  color: rgb(49, 194, 124);
}
.sub-vans .van-hairline--top-bottom[data-v-330de9e9] {
  height: 0.35156rem !important;
}
.sbox-new .van-checkbox__icon--round[data-v-330de9e9] {
  margin-left: 0.15625rem !important;
}
.sbox-new .van-checkbox__label[data-v-330de9e9] {
  font-size: 0.125rem;
}
.van-dialog[data-v-330de9e9] {
  width: 1.95313rem;
}
.van-dialog__header[data-v-330de9e9] {
  color: #35404A;
  font-size: 0.14063rem;
}
.van-dialog__confirm[data-v-330de9e9] {
  font-weight: 500;
}

/**
* @更多学习弹框-swiper
* @zwh
* @2020.12.09
*/
.swiperStudyPopup[data-v-330de9e9] {
  border-bottom: 0.00781rem solid #F1F4F9;
  margin: 0 0.07813rem;
  /**swiper滑动*/
}
.swiperStudyPopup .subjectnav[data-v-330de9e9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 0.125rem;
  color: #757A82;
  font-weight: 400;
  border-radius: 0.09375rem;
  margin: 0 0.10742rem;
  flex-wrap: wrap;
}
.swiperStudyPopup .subjectnav[data-v-330de9e9]:last-child {
  margin-right: 0.10156rem;
}
.swiperStudyPopup .subjectnav.active span[data-v-330de9e9] {
  color: #4153e2;
  border-bottom: 0.02344rem solid #4153e2;
}
.swiperStudyPopup .subjectnav span[data-v-330de9e9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54688rem;
  height: auto;
  color: #757A82;
  width: 100%;
  padding: 0.11719rem 0;
}
.van-tag--plain[data-v-330de9e9]::before {
  border: 0.00391rem solid currentColor;
}

/**
* @vue-aplayer样式覆盖
* @zwh
* @2020.12.13
*/
.aplayer[data-v-330de9e9] {
  height: 100%;
  box-shadow: none !important;
}
.aplayer .aplayer-body[data-v-330de9e9], .aplayer .aplayer-pic[data-v-330de9e9], .aplayer .aplayer-info[data-v-330de9e9] {
  height: 100%;
}
.aplayer .aplayer-controller .aplayer-time .aplayer-icon.inactive[data-v-330de9e9] {
  display: none;
}
.aplayer .aplayer-pic[data-v-330de9e9] {
  background: #4153e2;
}

/**
* @富文本内容-心理音频详情
* @zwh
* @2020.05.14
*/
.fwbContent[data-v-330de9e9] {
  font-size: 0.125rem;
  color: #797979;
}
.fwbContent p[data-v-330de9e9] {
  text-indent: 0.0625rem;
}
[data-v-330de9e9] .conDialog {
  width: 2.03125rem;
}
.el-pagination[data-v-330de9e9] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pagination li.active[data-v-330de9e9] {
  color: #fff;
  background: #4153e2;
}
.el-carousel__button[data-v-330de9e9] {
  width: 0.07031rem;
  height: 0.07031rem;
  border-radius: 50%;
}
.el-carousel__indicator.is-active button[data-v-330de9e9] {
  background: #4153e2;
}
.userHead-cover .arrow_down[data-v-330de9e9] {
  padding: 0.02344rem;
  border-width: 0 0.00781rem 0.00781rem 0;
  border-color: #999;
  border-style: solid;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -0.02344rem;
  margin-left: 0.03906rem;
}
.ai-dropdown-menu[data-v-330de9e9] {
  padding: 0.15625rem 0;
  width: 1.5625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-330de9e9] {
  padding: 0 0.15625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item p[data-v-330de9e9] {
  font-size: 0.10938rem;
  line-height: 0.17188rem;
  color: #333;
}
.ai-dropdown-menu .el-dropdown-menu__item p.color-999[data-v-330de9e9] {
  color: #999;
}
.ai-dropdown-menu .el-dropdown-menu__item .min-but[data-v-330de9e9] {
  display: inline-block;
  font-size: 0.09375rem;
  width: 0.28125rem;
  height: 0.14063rem;
  border-radius: 0.13281rem;
  background-color: #F1BC69;
  color: #fff;
  text-align: center;
  line-height: 0.14063rem;
  margin-left: 0.10938rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .item-border[data-v-330de9e9] {
  padding-bottom: 0.07813rem;
  border-bottom: 0.00781rem solid #eee;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip[data-v-330de9e9] {
  position: relative;
  background: #140a08;
  height: 0.625rem;
  margin: -0.15625rem -0.15625rem 0;
  border-top-left-radius: 0.03125rem;
  border-top-right-radius: 0.03125rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_bg[data-v-330de9e9] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_title[data-v-330de9e9] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.16406rem;
  box-sizing: content-box;
  padding: 0.11719rem 0.09375rem 0.07813rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .ser_vip_viplogo[data-v-330de9e9] {
  width: 0.67188rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .user_vip_btn[data-v-330de9e9] {
  width: 0.46875rem;
  height: 0.1875rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_date[data-v-330de9e9], .ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-330de9e9] {
  padding: 0 0.09375rem;
  position: relative;
  font-size: 0.09375rem;
  color: #FDE6C5;
  font-weight: normal;
  line-height: 0.125rem;
  white-space: nowrap;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-330de9e9] {
  font-size: 0.09375rem;
  color: #9A896E;
  font-weight: normal;
}
.ai-dropdown-menu .el-dropdown-menu__item + .el-dropdown-menu__item[data-v-330de9e9] {
  padding-top: 0.07813rem;
}
.ai-dropdown-menu .popper__arrow[data-v-330de9e9] {
  top: -0.0625rem !important;
  margin: 0;
  border: 0;
  width: 0.11719rem;
  height: 0.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAYAAAABOs/SAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK/SURBVHgBtVS/a1pRFL7XPJ8JGWJJoYX8EiodklE6OIRkzB4yhKZLlmTIkFASh5IoONZBSyYX+wPEP0CETlJwcRCpiB0coigqohZcBJW8nu/23cfzYdqmaQ98XN/13u875zv3XsYoNE3jNHAa8WkzY29vb4ZGA/hOp9OPy+Xys2Kx6KY5RUKu1UcrB7fAEOSBQEAulptntre3FQDEEOt0Oh96vd53gibRbrffW5OQiYIT8Pv9tmnC+GHDaBX0eDx2EFWrVY8UrFQqWiaT0VKplCHe7XZvsMYqrgsKBywJGFaIUf8tNuqidlRD5DcQCIVC2srKirawsCCwsbGhRaNRQ1yv3K5DMXFO2j7FXpktNqrr6+sq2fsFxBCQgmY4nU4tkUjI6tPYZxbXW2UkoGtOHCCjSn2z2mq1giAsFAqiumnCwOrqqlhDa28bjcZr7AXX1taWIsVlAnqhP/tptdftdjuy2exz2UOv13unqMTOzo6s+pYsfwEOU/WKqXohrJiEVR2OeDz+hHpWAdHV1dVvRSXOzs6MfsdisafgusN6Y0Lai4WzdEU+ggAn909FZb/laac2vQOXWRxnBuI2spbRx8TlrtVqB4qivKrX6+z8/JzdJ/AmXFxcsH6/z1RVPSGOE3CS7YK7VCphGbflcjk2HA65y+WyETi9Sq75+fm3+DcYDDKI3zcocXZ8fCwE5ubm3oBzPB4LDcyhUK7bgBANp95845yvhcNhFolE2EPi8vKSHR4ewoWvi4uL3uXlZUZOigcIwrM0IV4Sqj5qt9sPUOXm5iZ7aFABLJlMopVsMBhcLy0t+Wga77MmSvf5fI/y+fxnKbq/v8/+RaDfsBycZPkJHbYE2b6GQnmz2bx2OBwvaZ0TjT86Ovqrvv4q6IlldD0ZrEaMRqNPHMceJ5DuHENf/2ecnp6y3d1dJKD9AB5ax4LChDhsAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 0.11719rem 0.0625rem;
}
.ai-dropdown-menu .popper__arrow[data-v-330de9e9]::after {
  display: none;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-330de9e9]:focus,
.ai-dropdown-menu .el-dropdown-menu__item[data-v-330de9e9]:not(.is-disabled):hover {
  background: none;
  color: #606266;
}
.ai-dropdown-menu .ai-mini-button[data-v-330de9e9] {
  display: block;
  width: auto;
  height: 0.1875rem;
  background: #F1BC69;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.1875rem;
  border-radius: 0.1875rem;
}
.el-dialog .el-dialog__header[data-v-330de9e9] {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item[data-v-330de9e9] {
  padding: 0 0.15625rem;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-330de9e9] {
  color: #4153e2;
}
.el-cascader__dropdown .el-cascader-node.in-active-path[data-v-330de9e9],
.el-cascader__dropdown .el-cascader-node.is-active[data-v-330de9e9] {
  color: #4153e2;
}
.el-pagination[data-v-330de9e9] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pager li.active[data-v-330de9e9] {
  color: #fff;
  background: #4153e2;
}
.el-pagination button[data-v-330de9e9]:hover {
  color: #4153e2;
}
.el-pager li[data-v-330de9e9]:hover {
  color: #4153e2;
}
.el-pager li.active[data-v-330de9e9]:hover {
  color: #fff;
}
.el-tooltip__popper.is-light[data-v-330de9e9] {
  background: #FFFEFE;
  border: 0.00781rem solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 0.0625rem;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-330de9e9] {
  top: -0.04688rem;
  margin-left: -0.03906rem;
  border-top-width: 0;
  border-bottom-color: #EEEEEE !important;
}
.el-tooltip__popper[data-v-330de9e9] {
  padding: 0.11719rem;
}
.choose-date .el-range-separator[data-v-330de9e9] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0 0.07813rem;
}
.choose-date .el-date-editor .el-range-input[data-v-330de9e9] {
  color: #4153e2;
}
.choose-date .el-date-editor .el-range__close-icon[data-v-330de9e9] {
  display: none;
}
.choose-date .el-date-table td.end-date span[data-v-330de9e9], .choose-date .el-date-table td.start-date span[data-v-330de9e9] {
  background-color: #4153e2;
}
.choose-date input.el-range-input[data-v-330de9e9]::-webkit-input-placeholder {
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-330de9e9]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-330de9e9]:-ms-input-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date .el-range-input[data-v-330de9e9] {
  cursor: pointer;
}
.error-list .el-checkbox__inner[data-v-330de9e9] {
  border-radius: 50%;
  background-color: #F7F7F7;
  border: 0.00781rem solid #4153e2;
}
.error-list .el-checkbox__input.is-checked + .el-checkbox__label[data-v-330de9e9] {
  color: #4153e2;
}
.error-list .el-checkbox__input.is-checked .el-checkbox__inner[data-v-330de9e9] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.error-list .el-checkbox__inner[data-v-330de9e9]:hover {
  border-color: #4153e2;
}
.error-list .el-checkbox__input.is-focus .el-checkbox__inner[data-v-330de9e9] {
  border-color: #4153e2;
}
.error-list .el-checkbox__label[data-v-330de9e9] {
  padding-left: 0.03125rem;
}
.error-list .el-checkbox[data-v-330de9e9] {
  color: #4153e2;
}
.error-box .el-pager li[data-v-330de9e9] {
  padding: 0;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.reason-share .el-dialog__header[data-v-330de9e9] {
  padding: 0.14063rem 0 0 0.15625rem;
}
.reason-share .reason-cancel[data-v-330de9e9] {
  background: #fff;
  border: none;
  font-size: 0.125rem;
  color: #999;
  font-weight: normal;
  line-height: 0.28125rem;
  margin-right: 0.15625rem;
}
.reason-share .reason-true[data-v-330de9e9] {
  width: 0.6875rem;
  height: 0.29688rem;
  background: #4153e2;
  border-radius: 0.14063rem;
  font-size: 0.125rem;
  color: #fff;
  font-weight: normal;
  border: none;
}
.reason-share .el-dialog__body[data-v-330de9e9] {
  padding: 0.15625rem;
}
.reason-share .el-dialog__headerbtn .el-dialog__close[data-v-330de9e9]:hover {
  color: #4153e2;
}
.reason-share .el-dialog__title[data-v-330de9e9] {
  font-weight: 500;
}
.export-box .el-button.is-round[data-v-330de9e9] {
  padding: 0 0.17969rem;
}
.export-style .el-radio__input.is-checked + .el-radio__label[data-v-330de9e9] {
  color: #4153e2;
}
.export-style .el-radio__input.is-checked .el-radio__inner[data-v-330de9e9] {
  border-color: #4153e2;
  background: #4153e2;
}
.export-style .el-radio__input.is-focus .el-radio__inner[data-v-330de9e9] {
  border-color: #4153e2;
}
.export-style .el-radio__inner[data-v-330de9e9]:hover {
  border-color: #DCDFE6;
}
.export-box .el-checkbox__input.is-checked + .el-checkbox__label[data-v-330de9e9] {
  color: #4153e2;
}
.export-box .el-checkbox__input.is-checked .el-checkbox__inner[data-v-330de9e9], .export-box .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-330de9e9] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.export-box .el-checkbox__input.is-focus .el-checkbox__inner[data-v-330de9e9] {
  border-color: #4153e2;
}
.export-box .el-checkbox__inner[data-v-330de9e9]:hover {
  border-color: #DCDFE6;
}
.choose-paper .el-input__inner[data-v-330de9e9] {
  width: 4.6875rem;
  border-color: #F9F2E2;
  line-height: 0.20313rem;
  height: 0.20313rem;
  background: #fff;
  padding: 0 0.23438rem 0 0.07813rem;
  color: #4153e2;
}
.choose-paper .el-select:hover .el-input__inner[data-v-330de9e9] {
  border-color: #F9F2E2;
}
.choose-paper .el-input__icon[data-v-330de9e9] {
  line-height: 0.20313rem;
}
.choose-paper .el-select .el-input.is-focus .el-input__inner[data-v-330de9e9] {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input__inner[data-v-330de9e9]:focus {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input .el-select__caret[data-v-330de9e9] {
  color: #4153e2;
}
.el-select .el-input .el-select__caret[data-v-330de9e9] {
  color: #4153e2;
}
.avatar-uploader .el-upload[data-v-330de9e9] {
  border: 0.00781rem dashed #4153e2;
  border-radius: 0.04688rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(49, 194, 124, 0.1);
}
.avatar-uploader .el-upload[data-v-330de9e9]:hover {
  border-color: #4153e2;
}
.el-upload--picture-card[data-v-330de9e9] {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.54688rem;
}
.el-upload--picture-card i[data-v-330de9e9] {
  color: #4153e2;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-330de9e9] {
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.04688rem;
  overflow: visible;
}
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-330de9e9] {
  border-radius: 0.04688rem;
}
.el-upload-list__item-delete[data-v-330de9e9] {
  display: block;
  position: absolute;
  top: -0.125rem;
  right: -0.07813rem;
  font-size: 0.15625rem;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-330de9e9] {
  position: relative;
  margin-right: 0.125rem;
}
.el-upload-list--picture-card .el-upload-list__item div[data-v-330de9e9] {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 0.04688rem;
}
.el-upload-list--picture-card .el-upload-list__item div img[data-v-330de9e9] {
  border-radius: 0.04688rem;
}
.hide .el-upload--picture-card[data-v-330de9e9] {
  display: none;
}

/**
* @swiper
* @zwh
* @2020.12.09
*/
.swiperDiv .swiper-container[data-v-330de9e9] {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0.15625rem;
}
.stepDialog .el-dialog__header[data-v-330de9e9] {
  padding: 0.10938rem 0.15625rem;
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  background: #F5F5F5;
}
.stepDialog .el-dialog__title[data-v-330de9e9] {
  font-size: 0.10938rem;
}
.stepDialog .el-dialog__body[data-v-330de9e9] {
  padding-top: 0.19531rem;
  padding-bottom: 0.15625rem;
}
.btn-knew[data-v-330de9e9] {
  margin: 0 auto;
  width: 2.03125rem;
  height: 0.3125rem;
  background: #4153e2;
  border: 0.00781rem solid #4153e2;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.btn-knew[data-v-330de9e9]:hover {
  border: solid 0.00781rem #4153e2;
  background: rgba(49, 194, 124, 0.9);
  color: #fff;
}
.picdelete[data-v-330de9e9] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  top: -0.05469rem;
  right: -0.03906rem;
}
.error-icon[data-v-330de9e9] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.iconClose[data-v-330de9e9] {
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.el-image-viewer__close[data-v-330de9e9] {
  color: #FFF;
}

/**规则弹框*/
.prpupBody .el-dialog__body[data-v-330de9e9] {
  padding: 0 0.15625rem;
}
.el-button[data-v-330de9e9]:focus {
  box-shadow: none;
  border: none;
}
.el-button--primary[data-v-330de9e9],
.el-button--success[data-v-330de9e9] {
  background: #4153e2;
}

/**
 试题默认样式
 @author
 @date 2020/06/04
*/
/** 宋体 */
/*@font-face {*/
/*!*font-family: "CK-SimSun";*!*/
/*src: url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff2) format("woff2"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff) format("woff"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/ttf/STSONG.ttf) format("truetype");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/** 楷体 */
@font-face {
  font-family: "CK-Kaiti";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/SIMKAI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** Times New Roman */
@font-face {
  font-family: "CK-Times-New-Roman";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/TIMES.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** 国标字体 */
@font-face {
  font-family: "CK-GB-Pinyinok-B";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/GB-PINYINOK-B.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
em[data-v-330de9e9] {
  font-weight: normal;
}
p[data-v-330de9e9] {
  word-break: break-word;
}
table caption[data-v-330de9e9] {
  text-align: center;
  caption-side: top;
  color: #000;
}
table[border="0"] td[data-v-330de9e9] {
  border: none;
}
table[border="1"] td[data-v-330de9e9] {
  border: 0.00781rem solid #666;
}
.question-table[data-v-330de9e9] {
  border-collapse: collapse;
  border: 0.00781rem solid #000;
  margin: 0 auto;
}
.question-table tr[data-v-330de9e9] {
  border-bottom: 0.00781rem solid #000;
}
.question-table > tr[data-v-330de9e9]:last-of-type {
  border: none;
}
.question-table tr td[data-v-330de9e9] {
  border-right: 0.00781rem solid #000;
}
.question-table tr td[data-v-330de9e9]:last-of-type {
  border: none;
}
.question-table thead tr th[data-v-330de9e9] {
  border-right: 0.00781rem solid #000;
}
.question-table thead tr[data-v-330de9e9] {
  border-bottom: 0.00781rem solid #000;
}
.question-table thead tr th[data-v-330de9e9]:last-of-type {
  border: none;
}
.question-p-indent2em[data-v-330de9e9] {
  text-indent: 2em;
}
.question-p-left[data-v-330de9e9] {
  text-align: left;
}
.question-p-center[data-v-330de9e9] {
  text-align: center;
}
.question-p-right[data-v-330de9e9] {
  text-align: right;
}
.underpoint[data-v-330de9e9] {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.underpoint[data-v-330de9e9]:before {
  content: ".";
  position: absolute;
  font-weight: bold;
  top: 0.03906rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline[data-v-330de9e9] {
  border-bottom: 0.00781rem solid #000;
  padding-bottom: 0.00781rem;
  min-height: 0.1875rem;
  margin: 0;
}
@-moz-document url-prefix() {
.underline[data-v-330de9e9] {
    padding-bottom: 0;
}
}
.formula-math[data-v-330de9e9] {
  display: none !important;
}
.translate-box[data-v-330de9e9] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 9;
}
.translate-box.l .txt[data-v-330de9e9] {
  font-size: 0.47656rem;
}
.translate-box.l .answer-box .answer-txt[data-v-330de9e9] {
  font-size: 0.47656rem;
  font-weight: 500;
  box-sizing: border-box;
}
.translate-box.l .answer-box .text[data-v-330de9e9] {
  font-size: 0.47656rem;
}
.translate-box.m .txt[data-v-330de9e9] {
  font-size: 0.39844rem;
}
.translate-box.m .answer-box .answer-txt[data-v-330de9e9] {
  box-sizing: border-box;
}
.translate-box.m .answer-box .text[data-v-330de9e9] {
  font-size: 0.39844rem;
}
.translate-box.s .txt[data-v-330de9e9] {
  font-size: 0.32031rem;
}
.translate-box.s .answer-box .answer-txt[data-v-330de9e9] {
  box-sizing: border-box;
}
.translate-box.s .answer-box .text[data-v-330de9e9] {
  font-size: 0.32031rem;
}
.translate-box.n .txt[data-v-330de9e9] {
  font-size: 0.24219rem;
}
.translate-box.n .answer-box .answer-txt[data-v-330de9e9] {
  box-sizing: border-box;
  font-size: 0.24219rem;
}
.translate-box.n .answer-box .text[data-v-330de9e9] {
  font-size: 0.24219rem;
}
.translate-box .txt[data-v-330de9e9] {
  font-family: "FZBaiXie_S10";
  font-weight: 3.125rem;
}
.translate-box .fzbaixie[data-v-330de9e9] {
  font-family: "FZBaiXie_S10" !important;
}
.translate-box .answer-box[data-v-330de9e9] {
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.03125rem;
  color: #000;
  min-width: 0.3125rem;
  min-height: 0.39063rem;
}
.translate-box .answer-box .answer-txt[data-v-330de9e9] {
  padding: 0 0.01563rem;
  width: 100%;
  height: 100%;
  color: #7667f7;
  font-weight: 500;
  min-height: 1em;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0.01563rem 0.01563rem 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 0.03125rem;
  border: 0.01563rem solid rgba(91, 75, 229, 0.44);
  transition: all 0.4s;
}
.translate-box .answer-box .answer-txt.no-val[data-v-330de9e9] {
  background: rgba(255, 255, 255, 0.5);
  color: #7667f7;
}
.translate-box .answer-box .answer-txt.is-val[data-v-330de9e9] {
  background: rgb(255, 255, 255);
  color: #7667f7;
}
.translate-box .answer-box .answer-txt.active[data-v-330de9e9] {
  background: rgb(255, 255, 255);
  color: #222;
}
.translate-box .answer-box .mixed-num .text[data-v-330de9e9] {
  min-width: 0.23438rem;
  width: 100%;
  height: 0.3125rem;
  line-height: 0.29688rem;
  background: rgb(255, 255, 255);
  border: 0.00781rem solid rgba(51, 51, 51, 0.4);
  color: #6d5df0;
  display: inline-block;
  box-sizing: border-box;
}
.translate-box .answer-box .mixed-num .line[data-v-330de9e9] {
  margin: 0.01563rem 0;
}
.translate-box .no-val .answer-txt[data-v-330de9e9] {
  color: #6d5df0;
}
.translate-box .no-val .mixed-num .text[data-v-330de9e9] {
  color: #6d5df0;
}
.translate-box .mixed-num[data-v-330de9e9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.translate-box .mixed-num .line[data-v-330de9e9] {
  height: 0.01563rem;
  font-size: 0;
  width: 100%;
  background-color: #fff;
}
.translate-box .mixed-num .text[data-v-330de9e9] {
  font-family: "FZBaiXie_S10";
  transition: all 0.4s;
}
.translate-box .mixed-num .text.no-val[data-v-330de9e9] {
  background: rgba(255, 255, 255, 0.5);
}
.translate-box .mixed-num .text.active[data-v-330de9e9] {
  background: rgb(255, 255, 255);
  color: #222;
}
@charset "UTF-8";
*[data-v-331de19e] {
  box-sizing: border-box;
}
ol[data-v-331de19e],
ul[data-v-331de19e] {
  list-style: none;
}
div[data-v-331de19e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[data-v-331de19e],
body[data-v-331de19e],
div[data-v-331de19e],
span[data-v-331de19e],
applet[data-v-331de19e],
object[data-v-331de19e],
iframe[data-v-331de19e],
h1[data-v-331de19e],
h2[data-v-331de19e],
h3[data-v-331de19e],
h4[data-v-331de19e],
h5[data-v-331de19e],
h6[data-v-331de19e],
p[data-v-331de19e],
blockquote[data-v-331de19e],
pre[data-v-331de19e],
a[data-v-331de19e],
abbr[data-v-331de19e],
acronym[data-v-331de19e],
address[data-v-331de19e],
big[data-v-331de19e],
cite[data-v-331de19e],
code[data-v-331de19e],
del[data-v-331de19e],
dfn[data-v-331de19e],
em[data-v-331de19e],
img[data-v-331de19e],
ins[data-v-331de19e],
kbd[data-v-331de19e],
q[data-v-331de19e],
s[data-v-331de19e],
samp[data-v-331de19e],
small[data-v-331de19e],
strike[data-v-331de19e],
strong[data-v-331de19e],
sub[data-v-331de19e],
sup[data-v-331de19e],
tt[data-v-331de19e],
var[data-v-331de19e],
b[data-v-331de19e],
u[data-v-331de19e],
i[data-v-331de19e],
center[data-v-331de19e],
dl[data-v-331de19e],
dt[data-v-331de19e],
dd[data-v-331de19e],
ol[data-v-331de19e],
ul[data-v-331de19e],
li[data-v-331de19e],
fieldset[data-v-331de19e],
form[data-v-331de19e],
label[data-v-331de19e],
legend[data-v-331de19e],
table[data-v-331de19e],
caption[data-v-331de19e],
tbody[data-v-331de19e],
tfoot[data-v-331de19e],
thead[data-v-331de19e],
tr[data-v-331de19e],
th[data-v-331de19e],
td[data-v-331de19e],
article[data-v-331de19e],
aside[data-v-331de19e],
canvas[data-v-331de19e],
details[data-v-331de19e],
embed[data-v-331de19e],
figure[data-v-331de19e],
figcaption[data-v-331de19e],
footer[data-v-331de19e],
header[data-v-331de19e],
hgroup[data-v-331de19e],
menu[data-v-331de19e],
nav[data-v-331de19e],
output[data-v-331de19e],
ruby[data-v-331de19e],
section[data-v-331de19e],
summary[data-v-331de19e],
time[data-v-331de19e],
mark[data-v-331de19e],
audio[data-v-331de19e],
video[data-v-331de19e] {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

/* reset重置 */
del[data-v-331de19e],
ins[data-v-331de19e],
u[data-v-331de19e],
s[data-v-331de19e],
a[data-v-331de19e],
a[data-v-331de19e]:hover {
  text-decoration: none;
}
input[type=number][data-v-331de19e]::-webkit-inner-spin-button,
input[type=number][data-v-331de19e]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html[data-v-331de19e],
body[data-v-331de19e] {
  width: 100%;
  /*height: 100%;*/
  height: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img[data-v-331de19e] {
  display: block;
}
h1[data-v-331de19e],
h2[data-v-331de19e],
h3[data-v-331de19e],
h4[data-v-331de19e],
h5[data-v-331de19e],
h6[data-v-331de19e] {
  font-weight: normal;
  margin: 0;
}
.scroll-bar-hide[data-v-331de19e]::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.scroll-bar-hide[data-v-331de19e]::-webkit-scrollbar-thumb {
  background: transparent;
}
*[data-v-331de19e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[data-v-331de19e]:active, button[data-v-331de19e]:focus,
a[data-v-331de19e]:active,
a[data-v-331de19e]:focus,
input[data-v-331de19e]:active,
input[data-v-331de19e]:focus {
  outline: none;
}

/**
* 真.1px边框
* {List}: 多个方向边框, 默认值为bottom, 你可以根据需要传入(top, left, bottom, right) 4个方向;
* {Color} 边框的颜色, 默认#ccc;
* {List} 4个圆角半径, 默认0;
* {String} 一个高级设置, 一般都不需要改动, 由于细边框的实现使用了css的伪类, 所以为了规避可能出现的样式冲突, 我们可以自己指定使用:after还是:before, 默认after;
*/
*[data-v-331de19e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.dom-svg[data-v-331de19e] {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@font-face {
  font-family: Symbol;
  src: url(../fonts/symbol.3e443984.ttf);
}
@font-face {
  font-family: "MT Extra";
  src: url(../fonts/mtextra.fe5c7141.ttf);
}
@font-face {
  font-family: Douyin Sans;
  src: url(../fonts/DouyinSansBold.90af2901.otf);
}
/* 设置滚动条的样式 */
html[data-v-331de19e],
body[data-v-331de19e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  color: #3F4F70;
  -webkit-overflow-scrolling: touch;
}
.answerfoot-flex__left span.progress em[data-v-331de19e] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.flex[data-v-331de19e] {
  display: flex;
}
.icon-go[data-v-331de19e] {
  width: 0.17188rem;
  height: 0.17188rem;
}
.icon_star[data-v-331de19e] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.icon_info[data-v-331de19e] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.answerfoot[data-v-331de19e] {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0.59375rem;
  background: #fff;
  box-shadow: 0 -0.00781rem 0.1875rem 0 rgba(29, 100, 151, 0.07);
  font-size: 0.09375rem;
  color: #949fb4;
  z-index: 50;
}
.answerfoot.wpad[data-v-331de19e] {
  height: 0.5rem;
}
.answerfoot-flex[data-v-331de19e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.59375rem;
  padding: 0 0.15625rem;
}
.answerfoot-flex.fpad[data-v-331de19e] {
  height: 0.5rem;
  padding-left: 0.03906rem;
  padding-right: 0.03906rem;
}
.answerfoot-flex__left span[data-v-331de19e] {
  display: block;
}
.answerfoot-flex__left span.progress[data-v-331de19e] {
  font-size: 0.09375rem;
  color: #3f4f70;
  font-weight: 700;
}
.answerfoot-flex__left span.progress em[data-v-331de19e] {
  font-style: normal;
}
.answerfoot-flex__left span.progress em.num[data-v-331de19e] {
  font-size: 0.15625rem;
}
.answerfoot-flex__left span.progress em.count[data-v-331de19e] {
  font-size: 0.125rem;
}
.answerfoot-flex__right[data-v-331de19e] {
  width: 1.54688rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answerfoot-flex__right .prev[data-v-331de19e] {
  width: 0.39063rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex__right .prev span[data-v-331de19e] {
  display: block;
  width: 0.39063rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex .van-button[data-v-331de19e] {
  width: 1.01563rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  text-align: center;
  border-radius: 0.17969rem;
  font-size: 0.125rem;
  color: #fff;
}
.answerfoot-flex__but[data-v-331de19e] {
  width: 100%;
  height: 0.29688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #666666;
  color: #4153e2;
}
.pad-bottom[data-v-331de19e] {
  padding-bottom: 0.59375rem;
}
.study_icon[data-v-331de19e] {
  display: block;
  width: 0.20313rem;
  height: 0.20313rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.study_icon img[data-v-331de19e] {
  width: 0.20313rem;
  height: 0.20313rem;
}
video[data-v-331de19e]::-internal-media-controls-download-button {
  display: none;
}
video[data-v-331de19e]::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/**题型样式**/
.yanswer-title[data-v-331de19e],
.answer-title[data-v-331de19e],
.colanswer-con[data-v-331de19e],
.answerExec-title[data-v-331de19e],
.answersisy-con[data-v-331de19e],
.checkBox-correct__con[data-v-331de19e] {
  word-break: break-all;
}
.yanswer-title u[data-v-331de19e],
.answer-title u[data-v-331de19e],
.colanswer-con u[data-v-331de19e],
.answerExec-title u[data-v-331de19e],
.answersisy-con u[data-v-331de19e],
.checkBox-correct__con u[data-v-331de19e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.yanswer-title img[data-v-331de19e],
.answer-title img[data-v-331de19e],
.colanswer-con img[data-v-331de19e],
.answerExec-title img[data-v-331de19e],
.answersisy-con img[data-v-331de19e],
.checkBox-correct__con img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li[data-v-331de19e],
.answerExec-box li[data-v-331de19e] {
  word-break: break-all;
}
.answer-box li div span:nth-child(1) img[data-v-331de19e],
.answerExec-box li div span:nth-child(1) img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-331de19e],
.answerExec-box li u[data-v-331de19e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li[data-v-331de19e],
.err-detail-style[data-v-331de19e] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.error-list li u[data-v-331de19e],
.err-detail-style u[data-v-331de19e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li img[data-v-331de19e],
.err-detail-style img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.error-list li table[data-v-331de19e],
.err-detail-style table[data-v-331de19e] {
  margin: 0 auto;
}
.error-list li .stem-head[data-v-331de19e],
.err-detail-style .stem-head[data-v-331de19e] {
  font-family: "Times New Roman, simsun, CK-SimSun";
}
.speccon pre[data-v-331de19e] {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.speccon u[data-v-331de19e] {
  text-decoration: underline;
}

/* fade-transform */
.fade-leave-active[data-v-331de19e],
.fade-enter-active[data-v-331de19e] {
  transition: all 0.5s;
  animation-duration: 0.5s !important;
}
.fade-enter[data-v-331de19e] {
  opacity: 0;
}
.fade-leave-to[data-v-331de19e] {
  opacity: 0;
}
.answerfoot-flex__left span.progress em[data-v-331de19e] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.wh-1200[data-v-331de19e] {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
a[data-v-331de19e] {
  text-decoration: none;
  color: inherit;
}
.link-hover[data-v-331de19e]:hover {
  color: #4153e2;
  cursor: pointer;
}

/**题型样式**/
.answer-name[data-v-331de19e],
.answer-box li[data-v-331de19e],
.answeransy-con[data-v-331de19e],
.answerExec-title[data-v-331de19e],
.answerExec-box li[data-v-331de19e],
.answerList-right__con[data-v-331de19e],
.correctAnswer-content[data-v-331de19e] {
  word-break: break-all;
}
.answer-name u[data-v-331de19e],
.answeransy-con u[data-v-331de19e],
.answer-content u[data-v-331de19e],
.answerExec-title u[data-v-331de19e],
.answerList-right__con u[data-v-331de19e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.answer-name img[data-v-331de19e],
.answeransy-con img[data-v-331de19e],
.answer-content img[data-v-331de19e],
.answerExec-title img[data-v-331de19e],
.answerList-right__con img[data-v-331de19e],
.answerList-right__con img[data-v-331de19e],
.correctAnswer-content img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li div span:nth-child(1) img[data-v-331de19e],
.answerExec-box li div span:nth-child(1) img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-331de19e],
.answerExec-box li u[data-v-331de19e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.button[data-v-331de19e] {
  text-align: center;
  padding: 0 0.11719rem;
  line-height: 0.3125rem;
}
.buttom-min[data-v-331de19e] {
  width: 0.59375rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.1875rem;
  cursor: pointer;
}
.button-primary[data-v-331de19e] {
  border: solid 0.00781rem #4153e2;
  background: #4153e2;
  color: #fff;
}
.button-primary[data-v-331de19e]:hover {
  border: solid 0.00781rem #1e9b9e;
  background: #1e9b9e;
  color: #fff;
}
.button-primary-plain[data-v-331de19e] {
  border: solid 0.00781rem #4153e2;
  background: #fff;
  color: #4153e2;
}
.ck-btn-primary-plain[data-v-331de19e] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: rgba(183, 191, 255, 0.1);
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #4153e2;
  transition: all 0.5s;
}
.ck-btn-primary-plain[data-v-331de19e]:hover {
  color: #ffffff;
  background: #4153e2;
}
.ck-btn-primary-plain[data-v-331de19e]:hover:active {
  background: #3848ce;
}
.ck-btn-primary[data-v-331de19e] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: #4153e2;
  color: #ffffff;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  transition: all 0.5s;
}
.ck-btn-primary[data-v-331de19e]:hover {
  background: #4a88ff;
}
.ck-btn-primary[data-v-331de19e]:hover:active {
  background: #3848ce;
}
.el-pagination[data-v-331de19e] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-331de19e] {
  padding: 0.125rem 0 0;
}
.pagination-box[data-v-331de19e] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-331de19e] .el-pager .active {
  background: #e8f3ff;
  color: #4153e2;
}
.breadcrumb-box[data-v-331de19e] .el-breadcrumb__inner {
  font-size: 0.10938rem;
}
.black-top[data-v-331de19e] {
  position: fixed;
  bottom: 1.69531rem;
  right: 0.35156rem;
  text-align: center;
  width: 0.46875rem;
  padding-top: 0.54688rem;
  font-size: 0.10938rem;
  color: #333333;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 0.46875rem 0.46875rem;
  cursor: pointer;
}
.lessonplan img[data-v-331de19e] {
  display: block;
  width: 100%;
}
.nolesson p[data-v-331de19e] {
  padding-top: 32%;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 500;
  color: #cad0db;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/*定义右下角汇合处的样式*/
[data-v-331de19e]::-webkit-scrollbar-corner {
  background: #999;
}
.question-area[data-v-331de19e] {
  word-break: break-all;
}
.question-area u[data-v-331de19e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.question-area img[data-v-331de19e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.repet-tab .van-tabs--line .van-tabs__wrap[data-v-331de19e] {
  height: 0.39063rem;
  background: #fff;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav--line[data-v-331de19e] {
  padding-bottom: 0;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav[data-v-331de19e] {
  width: 1.40625rem;
  justify-content: flex-start;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-331de19e] {
  width: 0.78125rem;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-331de19e]:first-child:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 0.01563rem;
  height: 0.07031rem;
  background: #E1E6EE;
}
.repet-tab .van-tabs__line[data-v-331de19e] {
  background-image: repeating-linear-gradient(90deg, rgb(110, 224, 169), rgb(76, 229, 40));
  box-shadow: 0 0.02344rem 0.04688rem 0 rgba(0, 235, 122, 0.2);
  border-radius: 0.01563rem;
  bottom: 0.09375rem;
}
.utils-search[data-v-331de19e] {
  width: 1.875rem;
}
.utils-search.width[data-v-331de19e] {
  width: 2.07031rem;
}
.utils-search .van-search__content[data-v-331de19e] {
  background: #B6C0CB;
}
.utils-search .van-search .van-cell[data-v-331de19e] {
  padding: 0.01563rem 0.04688rem 0.01563rem 0.10156rem;
}
.utils-search .van-field__left-icon .van-icon[data-v-331de19e] {
  color: #fff;
}
.utils-search input[data-v-331de19e]:-moz-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-331de19e]:-ms-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-331de19e]::-webkit-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search .van-field__control[data-v-331de19e] {
  font-size: 0.09375rem;
  color: #fff;
}
.searchd-btn[data-v-331de19e] {
  height: 0.21875rem;
  display: flex;
  align-items: center;
}
.searchd-btn .van-button--normal[data-v-331de19e] {
  width: 0.46875rem;
  height: 0.21875rem;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.21875rem;
  padding: 0;
}
.overlay[data-v-331de19e] {
  background: rgba(63, 74, 95, 0.5);
}
.practic-tab[data-v-331de19e], .record-tab[data-v-331de19e] {
  padding-left: 0.15625rem;
  padding-right: 0.11719rem;
}
.practic-tab .van-tabs__nav[data-v-331de19e], .record-tab .van-tabs__nav[data-v-331de19e] {
  background: transparent;
}
.practic-tab .van-tab[data-v-331de19e], .record-tab .van-tab[data-v-331de19e] {
  margin-right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.51563rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #fff;
  border-radius: 0.15625rem;
}
.practic-tab .van-tabs__nav--line[data-v-331de19e], .record-tab .van-tabs__nav--line[data-v-331de19e] {
  padding-bottom: 0.23438rem;
}
.practic-tab .van-tabs__line[data-v-331de19e], .record-tab .van-tabs__line[data-v-331de19e] {
  background-color: transparent;
}
.practic-tab .van-tabs__wrap--scrollable .van-tab[data-v-331de19e], .record-tab .van-tabs__wrap--scrollable .van-tab[data-v-331de19e] {
  padding: 0;
}
.practic-tab .van-tabs__nav--complete[data-v-331de19e], .record-tab .van-tabs__nav--complete[data-v-331de19e] {
  padding-left: 0;
  padding-right: 0;
}
.practic-tab .van-tab--active[data-v-331de19e], .record-tab .van-tab--active[data-v-331de19e] {
  background: #fff;
  color: #4153e2;
}
.practic-tab .van-hairline--top-bottom[data-v-331de19e]::after,
.practic-tab .van-hairline-unset--top-bottom[data-v-331de19e]::after, .record-tab .van-hairline--top-bottom[data-v-331de19e]::after,
.record-tab .van-hairline-unset--top-bottom[data-v-331de19e]::after {
  border: 0;
}
.practic-tab .van-tabs--line .van-tabs__wrap[data-v-331de19e], .record-tab .van-tabs--line .van-tabs__wrap[data-v-331de19e] {
  height: auto;
}
.record-tab[data-v-331de19e] {
  padding-top: 0.11719rem;
  padding-bottom: 0.11719rem;
  padding-left: 0.07813rem;
  padding-right: 0.07813rem;
  background: #fff;
}
.record-tab .van-tab[data-v-331de19e] {
  margin-right: 0.11719rem;
  width: 0.46875rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #4153e2;
  border-radius: 0.21875rem;
}
.record-tab .van-tabs__nav--line[data-v-331de19e] {
  padding-bottom: 0;
}
.record-tab .van-tab--active[data-v-331de19e] {
  background: #4153e2;
  color: #fff;
}
.van-tag[data-v-331de19e] {
  padding-left: 0.03125rem;
  padding-right: 0.03125rem;
}
.van-tag + .van-tag[data-v-331de19e] {
  margin-left: 0.04688rem;
}
.bottom-tip .van-divider[data-v-331de19e] {
  color: #aaa;
}
.bottom-tip .van-divider[data-v-331de19e]::after,
.bottom-tip .van-divider[data-v-331de19e]::before {
  background: #ddd;
}
.van-tabbar[data-v-331de19e] {
  background: #fafafa;
}
.van-button[data-v-331de19e] {
  height: 0.39063rem;
  line-height: 0.39063rem;
}
.van-button--primary[data-v-331de19e] {
  background-color: #4153e2;
  border: 0.02667rem solid #4153e2;
}
.van-button--plain[data-v-331de19e] {
  background-color: #fff;
  color: #4153e2;
}
.van-button--hairline[data-v-331de19e] {
  border-width: 0;
}
.point-page-list .van-collapse-item__content[data-v-331de19e] {
  padding: 0;
}
.point-page-list .van-cell[data-v-331de19e]:not(:last-child)::after {
  left: 0.14063rem;
}
.point-page-list [class*=van-hairline][data-v-331de19e]::after {
  left: -43.7%;
}
.point-page-list .van-cell__right-icon[data-v-331de19e] {
  display: none;
}
.sbox .van-radio__label[data-v-331de19e] {
  font-size: 0.10938rem;
}
.sbox .van-checkbox__label[data-v-331de19e] {
  font-size: 0.10938rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sbox .van-radio-group[data-v-331de19e] {
  height: auto;
  overflow: hidden;
}
.van-sticky--fixed[data-v-331de19e] {
  background: #fff;
}
.van-picker__cancel[data-v-331de19e],
.van-picker__confirm[data-v-331de19e] {
  color: #4153e2;
}
.point-page-list [class*=van-hairline][data-v-331de19e]:first-of-type::after {
  border-top: none;
}
.sub-vans .van-tab[data-v-331de19e] {
  font-size: 0.125rem;
  color: #333;
  font-weight: 500;
}
.sub-vans .van-tabs__line[data-v-331de19e] {
  bottom: 0.11719rem;
  width: 0.125rem;
  background-color: rgb(49, 194, 124);
}
.sub-vans .van-tab--active[data-v-331de19e] {
  color: rgb(49, 194, 124);
}
.sub-vans .van-hairline--top-bottom[data-v-331de19e] {
  height: 0.35156rem !important;
}
.sbox-new .van-checkbox__icon--round[data-v-331de19e] {
  margin-left: 0.15625rem !important;
}
.sbox-new .van-checkbox__label[data-v-331de19e] {
  font-size: 0.125rem;
}
.van-dialog[data-v-331de19e] {
  width: 1.95313rem;
}
.van-dialog__header[data-v-331de19e] {
  color: #35404A;
  font-size: 0.14063rem;
}
.van-dialog__confirm[data-v-331de19e] {
  font-weight: 500;
}

/**
* @更多学习弹框-swiper
* @zwh
* @2020.12.09
*/
.swiperStudyPopup[data-v-331de19e] {
  border-bottom: 0.00781rem solid #F1F4F9;
  margin: 0 0.07813rem;
  /**swiper滑动*/
}
.swiperStudyPopup .subjectnav[data-v-331de19e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 0.125rem;
  color: #757A82;
  font-weight: 400;
  border-radius: 0.09375rem;
  margin: 0 0.10742rem;
  flex-wrap: wrap;
}
.swiperStudyPopup .subjectnav[data-v-331de19e]:last-child {
  margin-right: 0.10156rem;
}
.swiperStudyPopup .subjectnav.active span[data-v-331de19e] {
  color: #4153e2;
  border-bottom: 0.02344rem solid #4153e2;
}
.swiperStudyPopup .subjectnav span[data-v-331de19e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54688rem;
  height: auto;
  color: #757A82;
  width: 100%;
  padding: 0.11719rem 0;
}
.van-tag--plain[data-v-331de19e]::before {
  border: 0.00391rem solid currentColor;
}

/**
* @vue-aplayer样式覆盖
* @zwh
* @2020.12.13
*/
.aplayer[data-v-331de19e] {
  height: 100%;
  box-shadow: none !important;
}
.aplayer .aplayer-body[data-v-331de19e], .aplayer .aplayer-pic[data-v-331de19e], .aplayer .aplayer-info[data-v-331de19e] {
  height: 100%;
}
.aplayer .aplayer-controller .aplayer-time .aplayer-icon.inactive[data-v-331de19e] {
  display: none;
}
.aplayer .aplayer-pic[data-v-331de19e] {
  background: #4153e2;
}

/**
* @富文本内容-心理音频详情
* @zwh
* @2020.05.14
*/
.fwbContent[data-v-331de19e] {
  font-size: 0.125rem;
  color: #797979;
}
.fwbContent p[data-v-331de19e] {
  text-indent: 0.0625rem;
}
[data-v-331de19e] .conDialog {
  width: 2.03125rem;
}
.el-pagination[data-v-331de19e] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pagination li.active[data-v-331de19e] {
  color: #fff;
  background: #4153e2;
}
.el-carousel__button[data-v-331de19e] {
  width: 0.07031rem;
  height: 0.07031rem;
  border-radius: 50%;
}
.el-carousel__indicator.is-active button[data-v-331de19e] {
  background: #4153e2;
}
.userHead-cover .arrow_down[data-v-331de19e] {
  padding: 0.02344rem;
  border-width: 0 0.00781rem 0.00781rem 0;
  border-color: #999;
  border-style: solid;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -0.02344rem;
  margin-left: 0.03906rem;
}
.ai-dropdown-menu[data-v-331de19e] {
  padding: 0.15625rem 0;
  width: 1.5625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-331de19e] {
  padding: 0 0.15625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item p[data-v-331de19e] {
  font-size: 0.10938rem;
  line-height: 0.17188rem;
  color: #333;
}
.ai-dropdown-menu .el-dropdown-menu__item p.color-999[data-v-331de19e] {
  color: #999;
}
.ai-dropdown-menu .el-dropdown-menu__item .min-but[data-v-331de19e] {
  display: inline-block;
  font-size: 0.09375rem;
  width: 0.28125rem;
  height: 0.14063rem;
  border-radius: 0.13281rem;
  background-color: #F1BC69;
  color: #fff;
  text-align: center;
  line-height: 0.14063rem;
  margin-left: 0.10938rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .item-border[data-v-331de19e] {
  padding-bottom: 0.07813rem;
  border-bottom: 0.00781rem solid #eee;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip[data-v-331de19e] {
  position: relative;
  background: #140a08;
  height: 0.625rem;
  margin: -0.15625rem -0.15625rem 0;
  border-top-left-radius: 0.03125rem;
  border-top-right-radius: 0.03125rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_bg[data-v-331de19e] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_title[data-v-331de19e] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.16406rem;
  box-sizing: content-box;
  padding: 0.11719rem 0.09375rem 0.07813rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .ser_vip_viplogo[data-v-331de19e] {
  width: 0.67188rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .user_vip_btn[data-v-331de19e] {
  width: 0.46875rem;
  height: 0.1875rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_date[data-v-331de19e], .ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-331de19e] {
  padding: 0 0.09375rem;
  position: relative;
  font-size: 0.09375rem;
  color: #FDE6C5;
  font-weight: normal;
  line-height: 0.125rem;
  white-space: nowrap;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-331de19e] {
  font-size: 0.09375rem;
  color: #9A896E;
  font-weight: normal;
}
.ai-dropdown-menu .el-dropdown-menu__item + .el-dropdown-menu__item[data-v-331de19e] {
  padding-top: 0.07813rem;
}
.ai-dropdown-menu .popper__arrow[data-v-331de19e] {
  top: -0.0625rem !important;
  margin: 0;
  border: 0;
  width: 0.11719rem;
  height: 0.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAYAAAABOs/SAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK/SURBVHgBtVS/a1pRFL7XPJ8JGWJJoYX8EiodklE6OIRkzB4yhKZLlmTIkFASh5IoONZBSyYX+wPEP0CETlJwcRCpiB0coigqohZcBJW8nu/23cfzYdqmaQ98XN/13u875zv3XsYoNE3jNHAa8WkzY29vb4ZGA/hOp9OPy+Xys2Kx6KY5RUKu1UcrB7fAEOSBQEAulptntre3FQDEEOt0Oh96vd53gibRbrffW5OQiYIT8Pv9tmnC+GHDaBX0eDx2EFWrVY8UrFQqWiaT0VKplCHe7XZvsMYqrgsKBywJGFaIUf8tNuqidlRD5DcQCIVC2srKirawsCCwsbGhRaNRQ1yv3K5DMXFO2j7FXpktNqrr6+sq2fsFxBCQgmY4nU4tkUjI6tPYZxbXW2UkoGtOHCCjSn2z2mq1giAsFAqiumnCwOrqqlhDa28bjcZr7AXX1taWIsVlAnqhP/tptdftdjuy2exz2UOv13unqMTOzo6s+pYsfwEOU/WKqXohrJiEVR2OeDz+hHpWAdHV1dVvRSXOzs6MfsdisafgusN6Y0Lai4WzdEU+ggAn909FZb/laac2vQOXWRxnBuI2spbRx8TlrtVqB4qivKrX6+z8/JzdJ/AmXFxcsH6/z1RVPSGOE3CS7YK7VCphGbflcjk2HA65y+WyETi9Sq75+fm3+DcYDDKI3zcocXZ8fCwE5ubm3oBzPB4LDcyhUK7bgBANp95845yvhcNhFolE2EPi8vKSHR4ewoWvi4uL3uXlZUZOigcIwrM0IV4Sqj5qt9sPUOXm5iZ7aFABLJlMopVsMBhcLy0t+Wga77MmSvf5fI/y+fxnKbq/v8/+RaDfsBycZPkJHbYE2b6GQnmz2bx2OBwvaZ0TjT86Ovqrvv4q6IlldD0ZrEaMRqNPHMceJ5DuHENf/2ecnp6y3d1dJKD9AB5ax4LChDhsAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 0.11719rem 0.0625rem;
}
.ai-dropdown-menu .popper__arrow[data-v-331de19e]::after {
  display: none;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-331de19e]:focus,
.ai-dropdown-menu .el-dropdown-menu__item[data-v-331de19e]:not(.is-disabled):hover {
  background: none;
  color: #606266;
}
.ai-dropdown-menu .ai-mini-button[data-v-331de19e] {
  display: block;
  width: auto;
  height: 0.1875rem;
  background: #F1BC69;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.1875rem;
  border-radius: 0.1875rem;
}
.el-dialog .el-dialog__header[data-v-331de19e] {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item[data-v-331de19e] {
  padding: 0 0.15625rem;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-331de19e] {
  color: #4153e2;
}
.el-cascader__dropdown .el-cascader-node.in-active-path[data-v-331de19e],
.el-cascader__dropdown .el-cascader-node.is-active[data-v-331de19e] {
  color: #4153e2;
}
.el-pagination[data-v-331de19e] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pager li.active[data-v-331de19e] {
  color: #fff;
  background: #4153e2;
}
.el-pagination button[data-v-331de19e]:hover {
  color: #4153e2;
}
.el-pager li[data-v-331de19e]:hover {
  color: #4153e2;
}
.el-pager li.active[data-v-331de19e]:hover {
  color: #fff;
}
.el-tooltip__popper.is-light[data-v-331de19e] {
  background: #FFFEFE;
  border: 0.00781rem solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 0.0625rem;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-331de19e] {
  top: -0.04688rem;
  margin-left: -0.03906rem;
  border-top-width: 0;
  border-bottom-color: #EEEEEE !important;
}
.el-tooltip__popper[data-v-331de19e] {
  padding: 0.11719rem;
}
.choose-date .el-range-separator[data-v-331de19e] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0 0.07813rem;
}
.choose-date .el-date-editor .el-range-input[data-v-331de19e] {
  color: #4153e2;
}
.choose-date .el-date-editor .el-range__close-icon[data-v-331de19e] {
  display: none;
}
.choose-date .el-date-table td.end-date span[data-v-331de19e], .choose-date .el-date-table td.start-date span[data-v-331de19e] {
  background-color: #4153e2;
}
.choose-date input.el-range-input[data-v-331de19e]::-webkit-input-placeholder {
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-331de19e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-331de19e]:-ms-input-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date .el-range-input[data-v-331de19e] {
  cursor: pointer;
}
.error-list .el-checkbox__inner[data-v-331de19e] {
  border-radius: 50%;
  background-color: #F7F7F7;
  border: 0.00781rem solid #4153e2;
}
.error-list .el-checkbox__input.is-checked + .el-checkbox__label[data-v-331de19e] {
  color: #4153e2;
}
.error-list .el-checkbox__input.is-checked .el-checkbox__inner[data-v-331de19e] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.error-list .el-checkbox__inner[data-v-331de19e]:hover {
  border-color: #4153e2;
}
.error-list .el-checkbox__input.is-focus .el-checkbox__inner[data-v-331de19e] {
  border-color: #4153e2;
}
.error-list .el-checkbox__label[data-v-331de19e] {
  padding-left: 0.03125rem;
}
.error-list .el-checkbox[data-v-331de19e] {
  color: #4153e2;
}
.error-box .el-pager li[data-v-331de19e] {
  padding: 0;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.reason-share .el-dialog__header[data-v-331de19e] {
  padding: 0.14063rem 0 0 0.15625rem;
}
.reason-share .reason-cancel[data-v-331de19e] {
  background: #fff;
  border: none;
  font-size: 0.125rem;
  color: #999;
  font-weight: normal;
  line-height: 0.28125rem;
  margin-right: 0.15625rem;
}
.reason-share .reason-true[data-v-331de19e] {
  width: 0.6875rem;
  height: 0.29688rem;
  background: #4153e2;
  border-radius: 0.14063rem;
  font-size: 0.125rem;
  color: #fff;
  font-weight: normal;
  border: none;
}
.reason-share .el-dialog__body[data-v-331de19e] {
  padding: 0.15625rem;
}
.reason-share .el-dialog__headerbtn .el-dialog__close[data-v-331de19e]:hover {
  color: #4153e2;
}
.reason-share .el-dialog__title[data-v-331de19e] {
  font-weight: 500;
}
.export-box .el-button.is-round[data-v-331de19e] {
  padding: 0 0.17969rem;
}
.export-style .el-radio__input.is-checked + .el-radio__label[data-v-331de19e] {
  color: #4153e2;
}
.export-style .el-radio__input.is-checked .el-radio__inner[data-v-331de19e] {
  border-color: #4153e2;
  background: #4153e2;
}
.export-style .el-radio__input.is-focus .el-radio__inner[data-v-331de19e] {
  border-color: #4153e2;
}
.export-style .el-radio__inner[data-v-331de19e]:hover {
  border-color: #DCDFE6;
}
.export-box .el-checkbox__input.is-checked + .el-checkbox__label[data-v-331de19e] {
  color: #4153e2;
}
.export-box .el-checkbox__input.is-checked .el-checkbox__inner[data-v-331de19e], .export-box .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-331de19e] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.export-box .el-checkbox__input.is-focus .el-checkbox__inner[data-v-331de19e] {
  border-color: #4153e2;
}
.export-box .el-checkbox__inner[data-v-331de19e]:hover {
  border-color: #DCDFE6;
}
.choose-paper .el-input__inner[data-v-331de19e] {
  width: 4.6875rem;
  border-color: #F9F2E2;
  line-height: 0.20313rem;
  height: 0.20313rem;
  background: #fff;
  padding: 0 0.23438rem 0 0.07813rem;
  color: #4153e2;
}
.choose-paper .el-select:hover .el-input__inner[data-v-331de19e] {
  border-color: #F9F2E2;
}
.choose-paper .el-input__icon[data-v-331de19e] {
  line-height: 0.20313rem;
}
.choose-paper .el-select .el-input.is-focus .el-input__inner[data-v-331de19e] {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input__inner[data-v-331de19e]:focus {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input .el-select__caret[data-v-331de19e] {
  color: #4153e2;
}
.el-select .el-input .el-select__caret[data-v-331de19e] {
  color: #4153e2;
}
.avatar-uploader .el-upload[data-v-331de19e] {
  border: 0.00781rem dashed #4153e2;
  border-radius: 0.04688rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(49, 194, 124, 0.1);
}
.avatar-uploader .el-upload[data-v-331de19e]:hover {
  border-color: #4153e2;
}
.el-upload--picture-card[data-v-331de19e] {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.54688rem;
}
.el-upload--picture-card i[data-v-331de19e] {
  color: #4153e2;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-331de19e] {
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.04688rem;
  overflow: visible;
}
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-331de19e] {
  border-radius: 0.04688rem;
}
.el-upload-list__item-delete[data-v-331de19e] {
  display: block;
  position: absolute;
  top: -0.125rem;
  right: -0.07813rem;
  font-size: 0.15625rem;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-331de19e] {
  position: relative;
  margin-right: 0.125rem;
}
.el-upload-list--picture-card .el-upload-list__item div[data-v-331de19e] {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 0.04688rem;
}
.el-upload-list--picture-card .el-upload-list__item div img[data-v-331de19e] {
  border-radius: 0.04688rem;
}
.hide .el-upload--picture-card[data-v-331de19e] {
  display: none;
}

/**
* @swiper
* @zwh
* @2020.12.09
*/
.swiperDiv .swiper-container[data-v-331de19e] {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0.15625rem;
}
.stepDialog .el-dialog__header[data-v-331de19e] {
  padding: 0.10938rem 0.15625rem;
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  background: #F5F5F5;
}
.stepDialog .el-dialog__title[data-v-331de19e] {
  font-size: 0.10938rem;
}
.stepDialog .el-dialog__body[data-v-331de19e] {
  padding-top: 0.19531rem;
  padding-bottom: 0.15625rem;
}
.btn-knew[data-v-331de19e] {
  margin: 0 auto;
  width: 2.03125rem;
  height: 0.3125rem;
  background: #4153e2;
  border: 0.00781rem solid #4153e2;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.btn-knew[data-v-331de19e]:hover {
  border: solid 0.00781rem #4153e2;
  background: rgba(49, 194, 124, 0.9);
  color: #fff;
}
.picdelete[data-v-331de19e] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  top: -0.05469rem;
  right: -0.03906rem;
}
.error-icon[data-v-331de19e] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.iconClose[data-v-331de19e] {
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.el-image-viewer__close[data-v-331de19e] {
  color: #FFF;
}

/**规则弹框*/
.prpupBody .el-dialog__body[data-v-331de19e] {
  padding: 0 0.15625rem;
}
.el-button[data-v-331de19e]:focus {
  box-shadow: none;
  border: none;
}
.el-button--primary[data-v-331de19e],
.el-button--success[data-v-331de19e] {
  background: #4153e2;
}

/**
 试题默认样式
 @author
 @date 2020/06/04
*/
/** 宋体 */
/*@font-face {*/
/*!*font-family: "CK-SimSun";*!*/
/*src: url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff2) format("woff2"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff) format("woff"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/ttf/STSONG.ttf) format("truetype");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/** 楷体 */
@font-face {
  font-family: "CK-Kaiti";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/SIMKAI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** Times New Roman */
@font-face {
  font-family: "CK-Times-New-Roman";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/TIMES.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** 国标字体 */
@font-face {
  font-family: "CK-GB-Pinyinok-B";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/GB-PINYINOK-B.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
em[data-v-331de19e] {
  font-weight: normal;
}
p[data-v-331de19e] {
  word-break: break-word;
}
table caption[data-v-331de19e] {
  text-align: center;
  caption-side: top;
  color: #000;
}
table[border="0"] td[data-v-331de19e] {
  border: none;
}
table[border="1"] td[data-v-331de19e] {
  border: 0.00781rem solid #666;
}
.question-table[data-v-331de19e] {
  border-collapse: collapse;
  border: 0.00781rem solid #000;
  margin: 0 auto;
}
.question-table tr[data-v-331de19e] {
  border-bottom: 0.00781rem solid #000;
}
.question-table > tr[data-v-331de19e]:last-of-type {
  border: none;
}
.question-table tr td[data-v-331de19e] {
  border-right: 0.00781rem solid #000;
}
.question-table tr td[data-v-331de19e]:last-of-type {
  border: none;
}
.question-table thead tr th[data-v-331de19e] {
  border-right: 0.00781rem solid #000;
}
.question-table thead tr[data-v-331de19e] {
  border-bottom: 0.00781rem solid #000;
}
.question-table thead tr th[data-v-331de19e]:last-of-type {
  border: none;
}
.question-p-indent2em[data-v-331de19e] {
  text-indent: 2em;
}
.question-p-left[data-v-331de19e] {
  text-align: left;
}
.question-p-center[data-v-331de19e] {
  text-align: center;
}
.question-p-right[data-v-331de19e] {
  text-align: right;
}
.underpoint[data-v-331de19e] {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.underpoint[data-v-331de19e]:before {
  content: ".";
  position: absolute;
  font-weight: bold;
  top: 0.03906rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline[data-v-331de19e] {
  border-bottom: 0.00781rem solid #000;
  padding-bottom: 0.00781rem;
  min-height: 0.1875rem;
  margin: 0;
}
@-moz-document url-prefix() {
.underline[data-v-331de19e] {
    padding-bottom: 0;
}
}
.formula-math[data-v-331de19e] {
  display: none !important;
}
.smart-keyboard[data-v-331de19e] {
  display: flex;
  align-items: center;
  height: 100%;
}
.smart-keyboard .keyboard[data-v-331de19e] {
  padding: 0.28125rem 0.32031rem 0.22656rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  box-sizing: border-box;
}
.smart-keyboard .key-item[data-v-331de19e] {
  font-size: 0.21875rem;
  height: 0.71875rem;
  line-height: 0.71875rem;
  text-align: center;
  width: 0.90625rem;
  flex: 0 0 0.90625rem;
  box-sizing: border-box;
  overflow: hidden;
  color: #666;
  background: #fff;
  border-radius: 0.03906rem;
}
.smart-keyboard .key-item.flex2[data-v-331de19e] {
  width: 1.92969rem;
  flex: 0 0 1.92969rem;
}
.smart-keyboard .key-item[data-v-331de19e]:last-child {
  background: #fff url("https://ck-static.chuangke100.com/shanxi-bookstore/index/svg/key-del.svg") no-repeat center center;
  background-size: 0.25781rem 0.25781rem;
  font-size: 0;
}
.smart-keyboard .key-item[data-v-331de19e]:nth-child(n+4) {
  margin-top: 0.11719rem;
}
.smart-keyboard .hover[data-v-331de19e] {
  background-color: #eee;
  color: #3e80ff;
}
@charset "UTF-8";
*[data-v-5591b95e] {
  box-sizing: border-box;
}
ol[data-v-5591b95e],
ul[data-v-5591b95e] {
  list-style: none;
}
div[data-v-5591b95e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[data-v-5591b95e],
body[data-v-5591b95e],
div[data-v-5591b95e],
span[data-v-5591b95e],
applet[data-v-5591b95e],
object[data-v-5591b95e],
iframe[data-v-5591b95e],
h1[data-v-5591b95e],
h2[data-v-5591b95e],
h3[data-v-5591b95e],
h4[data-v-5591b95e],
h5[data-v-5591b95e],
h6[data-v-5591b95e],
p[data-v-5591b95e],
blockquote[data-v-5591b95e],
pre[data-v-5591b95e],
a[data-v-5591b95e],
abbr[data-v-5591b95e],
acronym[data-v-5591b95e],
address[data-v-5591b95e],
big[data-v-5591b95e],
cite[data-v-5591b95e],
code[data-v-5591b95e],
del[data-v-5591b95e],
dfn[data-v-5591b95e],
em[data-v-5591b95e],
img[data-v-5591b95e],
ins[data-v-5591b95e],
kbd[data-v-5591b95e],
q[data-v-5591b95e],
s[data-v-5591b95e],
samp[data-v-5591b95e],
small[data-v-5591b95e],
strike[data-v-5591b95e],
strong[data-v-5591b95e],
sub[data-v-5591b95e],
sup[data-v-5591b95e],
tt[data-v-5591b95e],
var[data-v-5591b95e],
b[data-v-5591b95e],
u[data-v-5591b95e],
i[data-v-5591b95e],
center[data-v-5591b95e],
dl[data-v-5591b95e],
dt[data-v-5591b95e],
dd[data-v-5591b95e],
ol[data-v-5591b95e],
ul[data-v-5591b95e],
li[data-v-5591b95e],
fieldset[data-v-5591b95e],
form[data-v-5591b95e],
label[data-v-5591b95e],
legend[data-v-5591b95e],
table[data-v-5591b95e],
caption[data-v-5591b95e],
tbody[data-v-5591b95e],
tfoot[data-v-5591b95e],
thead[data-v-5591b95e],
tr[data-v-5591b95e],
th[data-v-5591b95e],
td[data-v-5591b95e],
article[data-v-5591b95e],
aside[data-v-5591b95e],
canvas[data-v-5591b95e],
details[data-v-5591b95e],
embed[data-v-5591b95e],
figure[data-v-5591b95e],
figcaption[data-v-5591b95e],
footer[data-v-5591b95e],
header[data-v-5591b95e],
hgroup[data-v-5591b95e],
menu[data-v-5591b95e],
nav[data-v-5591b95e],
output[data-v-5591b95e],
ruby[data-v-5591b95e],
section[data-v-5591b95e],
summary[data-v-5591b95e],
time[data-v-5591b95e],
mark[data-v-5591b95e],
audio[data-v-5591b95e],
video[data-v-5591b95e] {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

/* reset重置 */
del[data-v-5591b95e],
ins[data-v-5591b95e],
u[data-v-5591b95e],
s[data-v-5591b95e],
a[data-v-5591b95e],
a[data-v-5591b95e]:hover {
  text-decoration: none;
}
input[type=number][data-v-5591b95e]::-webkit-inner-spin-button,
input[type=number][data-v-5591b95e]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html[data-v-5591b95e],
body[data-v-5591b95e] {
  width: 100%;
  /*height: 100%;*/
  height: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img[data-v-5591b95e] {
  display: block;
}
h1[data-v-5591b95e],
h2[data-v-5591b95e],
h3[data-v-5591b95e],
h4[data-v-5591b95e],
h5[data-v-5591b95e],
h6[data-v-5591b95e] {
  font-weight: normal;
  margin: 0;
}
.scroll-bar-hide[data-v-5591b95e]::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.scroll-bar-hide[data-v-5591b95e]::-webkit-scrollbar-thumb {
  background: transparent;
}
*[data-v-5591b95e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[data-v-5591b95e]:active, button[data-v-5591b95e]:focus,
a[data-v-5591b95e]:active,
a[data-v-5591b95e]:focus,
input[data-v-5591b95e]:active,
input[data-v-5591b95e]:focus {
  outline: none;
}

/**
* 真.1px边框
* {List}: 多个方向边框, 默认值为bottom, 你可以根据需要传入(top, left, bottom, right) 4个方向;
* {Color} 边框的颜色, 默认#ccc;
* {List} 4个圆角半径, 默认0;
* {String} 一个高级设置, 一般都不需要改动, 由于细边框的实现使用了css的伪类, 所以为了规避可能出现的样式冲突, 我们可以自己指定使用:after还是:before, 默认after;
*/
*[data-v-5591b95e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.dom-svg[data-v-5591b95e] {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@font-face {
  font-family: Symbol;
  src: url(../fonts/symbol.3e443984.ttf);
}
@font-face {
  font-family: "MT Extra";
  src: url(../fonts/mtextra.fe5c7141.ttf);
}
@font-face {
  font-family: Douyin Sans;
  src: url(../fonts/DouyinSansBold.90af2901.otf);
}
/* 设置滚动条的样式 */
html[data-v-5591b95e],
body[data-v-5591b95e] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  color: #3F4F70;
  -webkit-overflow-scrolling: touch;
}
.answerfoot-flex__left span.progress em[data-v-5591b95e] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.flex[data-v-5591b95e] {
  display: flex;
}
.icon-go[data-v-5591b95e] {
  width: 0.17188rem;
  height: 0.17188rem;
}
.icon_star[data-v-5591b95e] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.icon_info[data-v-5591b95e] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.answerfoot[data-v-5591b95e] {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0.59375rem;
  background: #fff;
  box-shadow: 0 -0.00781rem 0.1875rem 0 rgba(29, 100, 151, 0.07);
  font-size: 0.09375rem;
  color: #949fb4;
  z-index: 50;
}
.answerfoot.wpad[data-v-5591b95e] {
  height: 0.5rem;
}
.answerfoot-flex[data-v-5591b95e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.59375rem;
  padding: 0 0.15625rem;
}
.answerfoot-flex.fpad[data-v-5591b95e] {
  height: 0.5rem;
  padding-left: 0.03906rem;
  padding-right: 0.03906rem;
}
.answerfoot-flex__left span[data-v-5591b95e] {
  display: block;
}
.answerfoot-flex__left span.progress[data-v-5591b95e] {
  font-size: 0.09375rem;
  color: #3f4f70;
  font-weight: 700;
}
.answerfoot-flex__left span.progress em[data-v-5591b95e] {
  font-style: normal;
}
.answerfoot-flex__left span.progress em.num[data-v-5591b95e] {
  font-size: 0.15625rem;
}
.answerfoot-flex__left span.progress em.count[data-v-5591b95e] {
  font-size: 0.125rem;
}
.answerfoot-flex__right[data-v-5591b95e] {
  width: 1.54688rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answerfoot-flex__right .prev[data-v-5591b95e] {
  width: 0.39063rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex__right .prev span[data-v-5591b95e] {
  display: block;
  width: 0.39063rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex .van-button[data-v-5591b95e] {
  width: 1.01563rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  text-align: center;
  border-radius: 0.17969rem;
  font-size: 0.125rem;
  color: #fff;
}
.answerfoot-flex__but[data-v-5591b95e] {
  width: 100%;
  height: 0.29688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #666666;
  color: #4153e2;
}
.pad-bottom[data-v-5591b95e] {
  padding-bottom: 0.59375rem;
}
.study_icon[data-v-5591b95e] {
  display: block;
  width: 0.20313rem;
  height: 0.20313rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.study_icon img[data-v-5591b95e] {
  width: 0.20313rem;
  height: 0.20313rem;
}
video[data-v-5591b95e]::-internal-media-controls-download-button {
  display: none;
}
video[data-v-5591b95e]::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/**题型样式**/
.yanswer-title[data-v-5591b95e],
.answer-title[data-v-5591b95e],
.colanswer-con[data-v-5591b95e],
.answerExec-title[data-v-5591b95e],
.answersisy-con[data-v-5591b95e],
.checkBox-correct__con[data-v-5591b95e] {
  word-break: break-all;
}
.yanswer-title u[data-v-5591b95e],
.answer-title u[data-v-5591b95e],
.colanswer-con u[data-v-5591b95e],
.answerExec-title u[data-v-5591b95e],
.answersisy-con u[data-v-5591b95e],
.checkBox-correct__con u[data-v-5591b95e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.yanswer-title img[data-v-5591b95e],
.answer-title img[data-v-5591b95e],
.colanswer-con img[data-v-5591b95e],
.answerExec-title img[data-v-5591b95e],
.answersisy-con img[data-v-5591b95e],
.checkBox-correct__con img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li[data-v-5591b95e],
.answerExec-box li[data-v-5591b95e] {
  word-break: break-all;
}
.answer-box li div span:nth-child(1) img[data-v-5591b95e],
.answerExec-box li div span:nth-child(1) img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-5591b95e],
.answerExec-box li u[data-v-5591b95e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li[data-v-5591b95e],
.err-detail-style[data-v-5591b95e] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.error-list li u[data-v-5591b95e],
.err-detail-style u[data-v-5591b95e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li img[data-v-5591b95e],
.err-detail-style img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.error-list li table[data-v-5591b95e],
.err-detail-style table[data-v-5591b95e] {
  margin: 0 auto;
}
.error-list li .stem-head[data-v-5591b95e],
.err-detail-style .stem-head[data-v-5591b95e] {
  font-family: "Times New Roman, simsun, CK-SimSun";
}
.speccon pre[data-v-5591b95e] {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.speccon u[data-v-5591b95e] {
  text-decoration: underline;
}

/* fade-transform */
.fade-leave-active[data-v-5591b95e],
.fade-enter-active[data-v-5591b95e] {
  transition: all 0.5s;
  animation-duration: 0.5s !important;
}
.fade-enter[data-v-5591b95e] {
  opacity: 0;
}
.fade-leave-to[data-v-5591b95e] {
  opacity: 0;
}
.answerfoot-flex__left span.progress em[data-v-5591b95e] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.wh-1200[data-v-5591b95e] {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
a[data-v-5591b95e] {
  text-decoration: none;
  color: inherit;
}
.link-hover[data-v-5591b95e]:hover {
  color: #4153e2;
  cursor: pointer;
}

/**题型样式**/
.answer-name[data-v-5591b95e],
.answer-box li[data-v-5591b95e],
.answeransy-con[data-v-5591b95e],
.answerExec-title[data-v-5591b95e],
.answerExec-box li[data-v-5591b95e],
.answerList-right__con[data-v-5591b95e],
.correctAnswer-content[data-v-5591b95e] {
  word-break: break-all;
}
.answer-name u[data-v-5591b95e],
.answeransy-con u[data-v-5591b95e],
.answer-content u[data-v-5591b95e],
.answerExec-title u[data-v-5591b95e],
.answerList-right__con u[data-v-5591b95e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.answer-name img[data-v-5591b95e],
.answeransy-con img[data-v-5591b95e],
.answer-content img[data-v-5591b95e],
.answerExec-title img[data-v-5591b95e],
.answerList-right__con img[data-v-5591b95e],
.answerList-right__con img[data-v-5591b95e],
.correctAnswer-content img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li div span:nth-child(1) img[data-v-5591b95e],
.answerExec-box li div span:nth-child(1) img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-5591b95e],
.answerExec-box li u[data-v-5591b95e] {
  text-decoration: underline;
  word-wrap: break-word;
}
.button[data-v-5591b95e] {
  text-align: center;
  padding: 0 0.11719rem;
  line-height: 0.3125rem;
}
.buttom-min[data-v-5591b95e] {
  width: 0.59375rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.1875rem;
  cursor: pointer;
}
.button-primary[data-v-5591b95e] {
  border: solid 0.00781rem #4153e2;
  background: #4153e2;
  color: #fff;
}
.button-primary[data-v-5591b95e]:hover {
  border: solid 0.00781rem #1e9b9e;
  background: #1e9b9e;
  color: #fff;
}
.button-primary-plain[data-v-5591b95e] {
  border: solid 0.00781rem #4153e2;
  background: #fff;
  color: #4153e2;
}
.ck-btn-primary-plain[data-v-5591b95e] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: rgba(183, 191, 255, 0.1);
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #4153e2;
  transition: all 0.5s;
}
.ck-btn-primary-plain[data-v-5591b95e]:hover {
  color: #ffffff;
  background: #4153e2;
}
.ck-btn-primary-plain[data-v-5591b95e]:hover:active {
  background: #3848ce;
}
.ck-btn-primary[data-v-5591b95e] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: #4153e2;
  color: #ffffff;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  transition: all 0.5s;
}
.ck-btn-primary[data-v-5591b95e]:hover {
  background: #4a88ff;
}
.ck-btn-primary[data-v-5591b95e]:hover:active {
  background: #3848ce;
}
.el-pagination[data-v-5591b95e] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-5591b95e] {
  padding: 0.125rem 0 0;
}
.pagination-box[data-v-5591b95e] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-5591b95e] .el-pager .active {
  background: #e8f3ff;
  color: #4153e2;
}
.breadcrumb-box[data-v-5591b95e] .el-breadcrumb__inner {
  font-size: 0.10938rem;
}
.black-top[data-v-5591b95e] {
  position: fixed;
  bottom: 1.69531rem;
  right: 0.35156rem;
  text-align: center;
  width: 0.46875rem;
  padding-top: 0.54688rem;
  font-size: 0.10938rem;
  color: #333333;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 0.46875rem 0.46875rem;
  cursor: pointer;
}
.lessonplan img[data-v-5591b95e] {
  display: block;
  width: 100%;
}
.nolesson p[data-v-5591b95e] {
  padding-top: 32%;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 500;
  color: #cad0db;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/*定义右下角汇合处的样式*/
[data-v-5591b95e]::-webkit-scrollbar-corner {
  background: #999;
}
.question-area[data-v-5591b95e] {
  word-break: break-all;
}
.question-area u[data-v-5591b95e] {
  word-wrap: break-word;
  text-decoration: underline;
}
.question-area img[data-v-5591b95e] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.repet-tab .van-tabs--line .van-tabs__wrap[data-v-5591b95e] {
  height: 0.39063rem;
  background: #fff;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav--line[data-v-5591b95e] {
  padding-bottom: 0;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav[data-v-5591b95e] {
  width: 1.40625rem;
  justify-content: flex-start;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-5591b95e] {
  width: 0.78125rem;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-5591b95e]:first-child:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 0.01563rem;
  height: 0.07031rem;
  background: #E1E6EE;
}
.repet-tab .van-tabs__line[data-v-5591b95e] {
  background-image: repeating-linear-gradient(90deg, rgb(110, 224, 169), rgb(76, 229, 40));
  box-shadow: 0 0.02344rem 0.04688rem 0 rgba(0, 235, 122, 0.2);
  border-radius: 0.01563rem;
  bottom: 0.09375rem;
}
.utils-search[data-v-5591b95e] {
  width: 1.875rem;
}
.utils-search.width[data-v-5591b95e] {
  width: 2.07031rem;
}
.utils-search .van-search__content[data-v-5591b95e] {
  background: #B6C0CB;
}
.utils-search .van-search .van-cell[data-v-5591b95e] {
  padding: 0.01563rem 0.04688rem 0.01563rem 0.10156rem;
}
.utils-search .van-field__left-icon .van-icon[data-v-5591b95e] {
  color: #fff;
}
.utils-search input[data-v-5591b95e]:-moz-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-5591b95e]:-ms-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-5591b95e]::-webkit-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search .van-field__control[data-v-5591b95e] {
  font-size: 0.09375rem;
  color: #fff;
}
.searchd-btn[data-v-5591b95e] {
  height: 0.21875rem;
  display: flex;
  align-items: center;
}
.searchd-btn .van-button--normal[data-v-5591b95e] {
  width: 0.46875rem;
  height: 0.21875rem;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.21875rem;
  padding: 0;
}
.overlay[data-v-5591b95e] {
  background: rgba(63, 74, 95, 0.5);
}
.practic-tab[data-v-5591b95e], .record-tab[data-v-5591b95e] {
  padding-left: 0.15625rem;
  padding-right: 0.11719rem;
}
.practic-tab .van-tabs__nav[data-v-5591b95e], .record-tab .van-tabs__nav[data-v-5591b95e] {
  background: transparent;
}
.practic-tab .van-tab[data-v-5591b95e], .record-tab .van-tab[data-v-5591b95e] {
  margin-right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.51563rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #fff;
  border-radius: 0.15625rem;
}
.practic-tab .van-tabs__nav--line[data-v-5591b95e], .record-tab .van-tabs__nav--line[data-v-5591b95e] {
  padding-bottom: 0.23438rem;
}
.practic-tab .van-tabs__line[data-v-5591b95e], .record-tab .van-tabs__line[data-v-5591b95e] {
  background-color: transparent;
}
.practic-tab .van-tabs__wrap--scrollable .van-tab[data-v-5591b95e], .record-tab .van-tabs__wrap--scrollable .van-tab[data-v-5591b95e] {
  padding: 0;
}
.practic-tab .van-tabs__nav--complete[data-v-5591b95e], .record-tab .van-tabs__nav--complete[data-v-5591b95e] {
  padding-left: 0;
  padding-right: 0;
}
.practic-tab .van-tab--active[data-v-5591b95e], .record-tab .van-tab--active[data-v-5591b95e] {
  background: #fff;
  color: #4153e2;
}
.practic-tab .van-hairline--top-bottom[data-v-5591b95e]::after,
.practic-tab .van-hairline-unset--top-bottom[data-v-5591b95e]::after, .record-tab .van-hairline--top-bottom[data-v-5591b95e]::after,
.record-tab .van-hairline-unset--top-bottom[data-v-5591b95e]::after {
  border: 0;
}
.practic-tab .van-tabs--line .van-tabs__wrap[data-v-5591b95e], .record-tab .van-tabs--line .van-tabs__wrap[data-v-5591b95e] {
  height: auto;
}
.record-tab[data-v-5591b95e] {
  padding-top: 0.11719rem;
  padding-bottom: 0.11719rem;
  padding-left: 0.07813rem;
  padding-right: 0.07813rem;
  background: #fff;
}
.record-tab .van-tab[data-v-5591b95e] {
  margin-right: 0.11719rem;
  width: 0.46875rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #4153e2;
  border-radius: 0.21875rem;
}
.record-tab .van-tabs__nav--line[data-v-5591b95e] {
  padding-bottom: 0;
}
.record-tab .van-tab--active[data-v-5591b95e] {
  background: #4153e2;
  color: #fff;
}
.van-tag[data-v-5591b95e] {
  padding-left: 0.03125rem;
  padding-right: 0.03125rem;
}
.van-tag + .van-tag[data-v-5591b95e] {
  margin-left: 0.04688rem;
}
.bottom-tip .van-divider[data-v-5591b95e] {
  color: #aaa;
}
.bottom-tip .van-divider[data-v-5591b95e]::after,
.bottom-tip .van-divider[data-v-5591b95e]::before {
  background: #ddd;
}
.van-tabbar[data-v-5591b95e] {
  background: #fafafa;
}
.van-button[data-v-5591b95e] {
  height: 0.39063rem;
  line-height: 0.39063rem;
}
.van-button--primary[data-v-5591b95e] {
  background-color: #4153e2;
  border: 0.02667rem solid #4153e2;
}
.van-button--plain[data-v-5591b95e] {
  background-color: #fff;
  color: #4153e2;
}
.van-button--hairline[data-v-5591b95e] {
  border-width: 0;
}
.point-page-list .van-collapse-item__content[data-v-5591b95e] {
  padding: 0;
}
.point-page-list .van-cell[data-v-5591b95e]:not(:last-child)::after {
  left: 0.14063rem;
}
.point-page-list [class*=van-hairline][data-v-5591b95e]::after {
  left: -43.7%;
}
.point-page-list .van-cell__right-icon[data-v-5591b95e] {
  display: none;
}
.sbox .van-radio__label[data-v-5591b95e] {
  font-size: 0.10938rem;
}
.sbox .van-checkbox__label[data-v-5591b95e] {
  font-size: 0.10938rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sbox .van-radio-group[data-v-5591b95e] {
  height: auto;
  overflow: hidden;
}
.van-sticky--fixed[data-v-5591b95e] {
  background: #fff;
}
.van-picker__cancel[data-v-5591b95e],
.van-picker__confirm[data-v-5591b95e] {
  color: #4153e2;
}
.point-page-list [class*=van-hairline][data-v-5591b95e]:first-of-type::after {
  border-top: none;
}
.sub-vans .van-tab[data-v-5591b95e] {
  font-size: 0.125rem;
  color: #333;
  font-weight: 500;
}
.sub-vans .van-tabs__line[data-v-5591b95e] {
  bottom: 0.11719rem;
  width: 0.125rem;
  background-color: rgb(49, 194, 124);
}
.sub-vans .van-tab--active[data-v-5591b95e] {
  color: rgb(49, 194, 124);
}
.sub-vans .van-hairline--top-bottom[data-v-5591b95e] {
  height: 0.35156rem !important;
}
.sbox-new .van-checkbox__icon--round[data-v-5591b95e] {
  margin-left: 0.15625rem !important;
}
.sbox-new .van-checkbox__label[data-v-5591b95e] {
  font-size: 0.125rem;
}
.van-dialog[data-v-5591b95e] {
  width: 1.95313rem;
}
.van-dialog__header[data-v-5591b95e] {
  color: #35404A;
  font-size: 0.14063rem;
}
.van-dialog__confirm[data-v-5591b95e] {
  font-weight: 500;
}

/**
* @更多学习弹框-swiper
* @zwh
* @2020.12.09
*/
.swiperStudyPopup[data-v-5591b95e] {
  border-bottom: 0.00781rem solid #F1F4F9;
  margin: 0 0.07813rem;
  /**swiper滑动*/
}
.swiperStudyPopup .subjectnav[data-v-5591b95e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 0.125rem;
  color: #757A82;
  font-weight: 400;
  border-radius: 0.09375rem;
  margin: 0 0.10742rem;
  flex-wrap: wrap;
}
.swiperStudyPopup .subjectnav[data-v-5591b95e]:last-child {
  margin-right: 0.10156rem;
}
.swiperStudyPopup .subjectnav.active span[data-v-5591b95e] {
  color: #4153e2;
  border-bottom: 0.02344rem solid #4153e2;
}
.swiperStudyPopup .subjectnav span[data-v-5591b95e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54688rem;
  height: auto;
  color: #757A82;
  width: 100%;
  padding: 0.11719rem 0;
}
.van-tag--plain[data-v-5591b95e]::before {
  border: 0.00391rem solid currentColor;
}

/**
* @vue-aplayer样式覆盖
* @zwh
* @2020.12.13
*/
.aplayer[data-v-5591b95e] {
  height: 100%;
  box-shadow: none !important;
}
.aplayer .aplayer-body[data-v-5591b95e], .aplayer .aplayer-pic[data-v-5591b95e], .aplayer .aplayer-info[data-v-5591b95e] {
  height: 100%;
}
.aplayer .aplayer-controller .aplayer-time .aplayer-icon.inactive[data-v-5591b95e] {
  display: none;
}
.aplayer .aplayer-pic[data-v-5591b95e] {
  background: #4153e2;
}

/**
* @富文本内容-心理音频详情
* @zwh
* @2020.05.14
*/
.fwbContent[data-v-5591b95e] {
  font-size: 0.125rem;
  color: #797979;
}
.fwbContent p[data-v-5591b95e] {
  text-indent: 0.0625rem;
}
[data-v-5591b95e] .conDialog {
  width: 2.03125rem;
}
.el-pagination[data-v-5591b95e] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pagination li.active[data-v-5591b95e] {
  color: #fff;
  background: #4153e2;
}
.el-carousel__button[data-v-5591b95e] {
  width: 0.07031rem;
  height: 0.07031rem;
  border-radius: 50%;
}
.el-carousel__indicator.is-active button[data-v-5591b95e] {
  background: #4153e2;
}
.userHead-cover .arrow_down[data-v-5591b95e] {
  padding: 0.02344rem;
  border-width: 0 0.00781rem 0.00781rem 0;
  border-color: #999;
  border-style: solid;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -0.02344rem;
  margin-left: 0.03906rem;
}
.ai-dropdown-menu[data-v-5591b95e] {
  padding: 0.15625rem 0;
  width: 1.5625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-5591b95e] {
  padding: 0 0.15625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item p[data-v-5591b95e] {
  font-size: 0.10938rem;
  line-height: 0.17188rem;
  color: #333;
}
.ai-dropdown-menu .el-dropdown-menu__item p.color-999[data-v-5591b95e] {
  color: #999;
}
.ai-dropdown-menu .el-dropdown-menu__item .min-but[data-v-5591b95e] {
  display: inline-block;
  font-size: 0.09375rem;
  width: 0.28125rem;
  height: 0.14063rem;
  border-radius: 0.13281rem;
  background-color: #F1BC69;
  color: #fff;
  text-align: center;
  line-height: 0.14063rem;
  margin-left: 0.10938rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .item-border[data-v-5591b95e] {
  padding-bottom: 0.07813rem;
  border-bottom: 0.00781rem solid #eee;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip[data-v-5591b95e] {
  position: relative;
  background: #140a08;
  height: 0.625rem;
  margin: -0.15625rem -0.15625rem 0;
  border-top-left-radius: 0.03125rem;
  border-top-right-radius: 0.03125rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_bg[data-v-5591b95e] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_title[data-v-5591b95e] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.16406rem;
  box-sizing: content-box;
  padding: 0.11719rem 0.09375rem 0.07813rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .ser_vip_viplogo[data-v-5591b95e] {
  width: 0.67188rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .user_vip_btn[data-v-5591b95e] {
  width: 0.46875rem;
  height: 0.1875rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_date[data-v-5591b95e], .ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-5591b95e] {
  padding: 0 0.09375rem;
  position: relative;
  font-size: 0.09375rem;
  color: #FDE6C5;
  font-weight: normal;
  line-height: 0.125rem;
  white-space: nowrap;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-5591b95e] {
  font-size: 0.09375rem;
  color: #9A896E;
  font-weight: normal;
}
.ai-dropdown-menu .el-dropdown-menu__item + .el-dropdown-menu__item[data-v-5591b95e] {
  padding-top: 0.07813rem;
}
.ai-dropdown-menu .popper__arrow[data-v-5591b95e] {
  top: -0.0625rem !important;
  margin: 0;
  border: 0;
  width: 0.11719rem;
  height: 0.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAYAAAABOs/SAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK/SURBVHgBtVS/a1pRFL7XPJ8JGWJJoYX8EiodklE6OIRkzB4yhKZLlmTIkFASh5IoONZBSyYX+wPEP0CETlJwcRCpiB0coigqohZcBJW8nu/23cfzYdqmaQ98XN/13u875zv3XsYoNE3jNHAa8WkzY29vb4ZGA/hOp9OPy+Xys2Kx6KY5RUKu1UcrB7fAEOSBQEAulptntre3FQDEEOt0Oh96vd53gibRbrffW5OQiYIT8Pv9tmnC+GHDaBX0eDx2EFWrVY8UrFQqWiaT0VKplCHe7XZvsMYqrgsKBywJGFaIUf8tNuqidlRD5DcQCIVC2srKirawsCCwsbGhRaNRQ1yv3K5DMXFO2j7FXpktNqrr6+sq2fsFxBCQgmY4nU4tkUjI6tPYZxbXW2UkoGtOHCCjSn2z2mq1giAsFAqiumnCwOrqqlhDa28bjcZr7AXX1taWIsVlAnqhP/tptdftdjuy2exz2UOv13unqMTOzo6s+pYsfwEOU/WKqXohrJiEVR2OeDz+hHpWAdHV1dVvRSXOzs6MfsdisafgusN6Y0Lai4WzdEU+ggAn909FZb/laac2vQOXWRxnBuI2spbRx8TlrtVqB4qivKrX6+z8/JzdJ/AmXFxcsH6/z1RVPSGOE3CS7YK7VCphGbflcjk2HA65y+WyETi9Sq75+fm3+DcYDDKI3zcocXZ8fCwE5ubm3oBzPB4LDcyhUK7bgBANp95845yvhcNhFolE2EPi8vKSHR4ewoWvi4uL3uXlZUZOigcIwrM0IV4Sqj5qt9sPUOXm5iZ7aFABLJlMopVsMBhcLy0t+Wga77MmSvf5fI/y+fxnKbq/v8/+RaDfsBycZPkJHbYE2b6GQnmz2bx2OBwvaZ0TjT86Ovqrvv4q6IlldD0ZrEaMRqNPHMceJ5DuHENf/2ecnp6y3d1dJKD9AB5ax4LChDhsAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 0.11719rem 0.0625rem;
}
.ai-dropdown-menu .popper__arrow[data-v-5591b95e]::after {
  display: none;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-5591b95e]:focus,
.ai-dropdown-menu .el-dropdown-menu__item[data-v-5591b95e]:not(.is-disabled):hover {
  background: none;
  color: #606266;
}
.ai-dropdown-menu .ai-mini-button[data-v-5591b95e] {
  display: block;
  width: auto;
  height: 0.1875rem;
  background: #F1BC69;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.1875rem;
  border-radius: 0.1875rem;
}
.el-dialog .el-dialog__header[data-v-5591b95e] {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item[data-v-5591b95e] {
  padding: 0 0.15625rem;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-5591b95e] {
  color: #4153e2;
}
.el-cascader__dropdown .el-cascader-node.in-active-path[data-v-5591b95e],
.el-cascader__dropdown .el-cascader-node.is-active[data-v-5591b95e] {
  color: #4153e2;
}
.el-pagination[data-v-5591b95e] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pager li.active[data-v-5591b95e] {
  color: #fff;
  background: #4153e2;
}
.el-pagination button[data-v-5591b95e]:hover {
  color: #4153e2;
}
.el-pager li[data-v-5591b95e]:hover {
  color: #4153e2;
}
.el-pager li.active[data-v-5591b95e]:hover {
  color: #fff;
}
.el-tooltip__popper.is-light[data-v-5591b95e] {
  background: #FFFEFE;
  border: 0.00781rem solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 0.0625rem;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-5591b95e] {
  top: -0.04688rem;
  margin-left: -0.03906rem;
  border-top-width: 0;
  border-bottom-color: #EEEEEE !important;
}
.el-tooltip__popper[data-v-5591b95e] {
  padding: 0.11719rem;
}
.choose-date .el-range-separator[data-v-5591b95e] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0 0.07813rem;
}
.choose-date .el-date-editor .el-range-input[data-v-5591b95e] {
  color: #4153e2;
}
.choose-date .el-date-editor .el-range__close-icon[data-v-5591b95e] {
  display: none;
}
.choose-date .el-date-table td.end-date span[data-v-5591b95e], .choose-date .el-date-table td.start-date span[data-v-5591b95e] {
  background-color: #4153e2;
}
.choose-date input.el-range-input[data-v-5591b95e]::-webkit-input-placeholder {
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-5591b95e]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-5591b95e]:-ms-input-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date .el-range-input[data-v-5591b95e] {
  cursor: pointer;
}
.error-list .el-checkbox__inner[data-v-5591b95e] {
  border-radius: 50%;
  background-color: #F7F7F7;
  border: 0.00781rem solid #4153e2;
}
.error-list .el-checkbox__input.is-checked + .el-checkbox__label[data-v-5591b95e] {
  color: #4153e2;
}
.error-list .el-checkbox__input.is-checked .el-checkbox__inner[data-v-5591b95e] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.error-list .el-checkbox__inner[data-v-5591b95e]:hover {
  border-color: #4153e2;
}
.error-list .el-checkbox__input.is-focus .el-checkbox__inner[data-v-5591b95e] {
  border-color: #4153e2;
}
.error-list .el-checkbox__label[data-v-5591b95e] {
  padding-left: 0.03125rem;
}
.error-list .el-checkbox[data-v-5591b95e] {
  color: #4153e2;
}
.error-box .el-pager li[data-v-5591b95e] {
  padding: 0;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.reason-share .el-dialog__header[data-v-5591b95e] {
  padding: 0.14063rem 0 0 0.15625rem;
}
.reason-share .reason-cancel[data-v-5591b95e] {
  background: #fff;
  border: none;
  font-size: 0.125rem;
  color: #999;
  font-weight: normal;
  line-height: 0.28125rem;
  margin-right: 0.15625rem;
}
.reason-share .reason-true[data-v-5591b95e] {
  width: 0.6875rem;
  height: 0.29688rem;
  background: #4153e2;
  border-radius: 0.14063rem;
  font-size: 0.125rem;
  color: #fff;
  font-weight: normal;
  border: none;
}
.reason-share .el-dialog__body[data-v-5591b95e] {
  padding: 0.15625rem;
}
.reason-share .el-dialog__headerbtn .el-dialog__close[data-v-5591b95e]:hover {
  color: #4153e2;
}
.reason-share .el-dialog__title[data-v-5591b95e] {
  font-weight: 500;
}
.export-box .el-button.is-round[data-v-5591b95e] {
  padding: 0 0.17969rem;
}
.export-style .el-radio__input.is-checked + .el-radio__label[data-v-5591b95e] {
  color: #4153e2;
}
.export-style .el-radio__input.is-checked .el-radio__inner[data-v-5591b95e] {
  border-color: #4153e2;
  background: #4153e2;
}
.export-style .el-radio__input.is-focus .el-radio__inner[data-v-5591b95e] {
  border-color: #4153e2;
}
.export-style .el-radio__inner[data-v-5591b95e]:hover {
  border-color: #DCDFE6;
}
.export-box .el-checkbox__input.is-checked + .el-checkbox__label[data-v-5591b95e] {
  color: #4153e2;
}
.export-box .el-checkbox__input.is-checked .el-checkbox__inner[data-v-5591b95e], .export-box .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-5591b95e] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.export-box .el-checkbox__input.is-focus .el-checkbox__inner[data-v-5591b95e] {
  border-color: #4153e2;
}
.export-box .el-checkbox__inner[data-v-5591b95e]:hover {
  border-color: #DCDFE6;
}
.choose-paper .el-input__inner[data-v-5591b95e] {
  width: 4.6875rem;
  border-color: #F9F2E2;
  line-height: 0.20313rem;
  height: 0.20313rem;
  background: #fff;
  padding: 0 0.23438rem 0 0.07813rem;
  color: #4153e2;
}
.choose-paper .el-select:hover .el-input__inner[data-v-5591b95e] {
  border-color: #F9F2E2;
}
.choose-paper .el-input__icon[data-v-5591b95e] {
  line-height: 0.20313rem;
}
.choose-paper .el-select .el-input.is-focus .el-input__inner[data-v-5591b95e] {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input__inner[data-v-5591b95e]:focus {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input .el-select__caret[data-v-5591b95e] {
  color: #4153e2;
}
.el-select .el-input .el-select__caret[data-v-5591b95e] {
  color: #4153e2;
}
.avatar-uploader .el-upload[data-v-5591b95e] {
  border: 0.00781rem dashed #4153e2;
  border-radius: 0.04688rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(49, 194, 124, 0.1);
}
.avatar-uploader .el-upload[data-v-5591b95e]:hover {
  border-color: #4153e2;
}
.el-upload--picture-card[data-v-5591b95e] {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.54688rem;
}
.el-upload--picture-card i[data-v-5591b95e] {
  color: #4153e2;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-5591b95e] {
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.04688rem;
  overflow: visible;
}
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-5591b95e] {
  border-radius: 0.04688rem;
}
.el-upload-list__item-delete[data-v-5591b95e] {
  display: block;
  position: absolute;
  top: -0.125rem;
  right: -0.07813rem;
  font-size: 0.15625rem;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-5591b95e] {
  position: relative;
  margin-right: 0.125rem;
}
.el-upload-list--picture-card .el-upload-list__item div[data-v-5591b95e] {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 0.04688rem;
}
.el-upload-list--picture-card .el-upload-list__item div img[data-v-5591b95e] {
  border-radius: 0.04688rem;
}
.hide .el-upload--picture-card[data-v-5591b95e] {
  display: none;
}

/**
* @swiper
* @zwh
* @2020.12.09
*/
.swiperDiv .swiper-container[data-v-5591b95e] {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0.15625rem;
}
.stepDialog .el-dialog__header[data-v-5591b95e] {
  padding: 0.10938rem 0.15625rem;
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  background: #F5F5F5;
}
.stepDialog .el-dialog__title[data-v-5591b95e] {
  font-size: 0.10938rem;
}
.stepDialog .el-dialog__body[data-v-5591b95e] {
  padding-top: 0.19531rem;
  padding-bottom: 0.15625rem;
}
.btn-knew[data-v-5591b95e] {
  margin: 0 auto;
  width: 2.03125rem;
  height: 0.3125rem;
  background: #4153e2;
  border: 0.00781rem solid #4153e2;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.btn-knew[data-v-5591b95e]:hover {
  border: solid 0.00781rem #4153e2;
  background: rgba(49, 194, 124, 0.9);
  color: #fff;
}
.picdelete[data-v-5591b95e] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  top: -0.05469rem;
  right: -0.03906rem;
}
.error-icon[data-v-5591b95e] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.iconClose[data-v-5591b95e] {
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.el-image-viewer__close[data-v-5591b95e] {
  color: #FFF;
}

/**规则弹框*/
.prpupBody .el-dialog__body[data-v-5591b95e] {
  padding: 0 0.15625rem;
}
.el-button[data-v-5591b95e]:focus {
  box-shadow: none;
  border: none;
}
.el-button--primary[data-v-5591b95e],
.el-button--success[data-v-5591b95e] {
  background: #4153e2;
}

/**
 试题默认样式
 @author
 @date 2020/06/04
*/
/** 宋体 */
/*@font-face {*/
/*!*font-family: "CK-SimSun";*!*/
/*src: url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff2) format("woff2"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff) format("woff"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/ttf/STSONG.ttf) format("truetype");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/** 楷体 */
@font-face {
  font-family: "CK-Kaiti";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/SIMKAI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** Times New Roman */
@font-face {
  font-family: "CK-Times-New-Roman";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/TIMES.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** 国标字体 */
@font-face {
  font-family: "CK-GB-Pinyinok-B";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/GB-PINYINOK-B.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
em[data-v-5591b95e] {
  font-weight: normal;
}
p[data-v-5591b95e] {
  word-break: break-word;
}
table caption[data-v-5591b95e] {
  text-align: center;
  caption-side: top;
  color: #000;
}
table[border="0"] td[data-v-5591b95e] {
  border: none;
}
table[border="1"] td[data-v-5591b95e] {
  border: 0.00781rem solid #666;
}
.question-table[data-v-5591b95e] {
  border-collapse: collapse;
  border: 0.00781rem solid #000;
  margin: 0 auto;
}
.question-table tr[data-v-5591b95e] {
  border-bottom: 0.00781rem solid #000;
}
.question-table > tr[data-v-5591b95e]:last-of-type {
  border: none;
}
.question-table tr td[data-v-5591b95e] {
  border-right: 0.00781rem solid #000;
}
.question-table tr td[data-v-5591b95e]:last-of-type {
  border: none;
}
.question-table thead tr th[data-v-5591b95e] {
  border-right: 0.00781rem solid #000;
}
.question-table thead tr[data-v-5591b95e] {
  border-bottom: 0.00781rem solid #000;
}
.question-table thead tr th[data-v-5591b95e]:last-of-type {
  border: none;
}
.question-p-indent2em[data-v-5591b95e] {
  text-indent: 2em;
}
.question-p-left[data-v-5591b95e] {
  text-align: left;
}
.question-p-center[data-v-5591b95e] {
  text-align: center;
}
.question-p-right[data-v-5591b95e] {
  text-align: right;
}
.underpoint[data-v-5591b95e] {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.underpoint[data-v-5591b95e]:before {
  content: ".";
  position: absolute;
  font-weight: bold;
  top: 0.03906rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline[data-v-5591b95e] {
  border-bottom: 0.00781rem solid #000;
  padding-bottom: 0.00781rem;
  min-height: 0.1875rem;
  margin: 0;
}
@-moz-document url-prefix() {
.underline[data-v-5591b95e] {
    padding-bottom: 0;
}
}
.formula-math[data-v-5591b95e] {
  display: none !important;
}
.answer-box[data-v-5591b95e] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 0.15625rem;
}
.answer-box .txt[data-v-5591b95e] {
  padding: 0 0.01563rem;
  font-size: 0.15625rem;
  border-radius: 0.01563rem;
}
.answer-box .txt.bg2[data-v-5591b95e] {
  background: #e7e4ff;
  min-width: 0.17969rem;
  text-align: center;
}
.answer-box .txt.bg1[data-v-5591b95e] {
  background: #ffe6e4;
  min-width: 0.17969rem;
  min-height: 0.125rem;
  text-align: center;
}
.answer-box .txt.original .u-txt[data-v-5591b95e] {
  background: #ffe6e4;
}
.answer-box .answer .m[data-v-5591b95e],
.answer-box .answer .d[data-v-5591b95e] {
  display: inline-block;
  min-width: 0.17969rem;
  min-height: 0.125rem;
  background: #e7e4ff;
  border-radius: 0.01563rem;
  height: 1em;
  line-height: 0.125rem;
  text-align: center;
}
.answer-box .answer .u-txt[data-v-5591b95e] {
  display: inline-block;
  min-width: 0.17969rem;
  height: 0.125rem;
  line-height: 0.125rem;
  text-align: center;
}
.answer-box .answer .original .m[data-v-5591b95e],
.answer-box .answer .original .d[data-v-5591b95e] {
  background: #ffe6e4;
  border-radius: 0.01563rem;
}
.answer-box .mixed-num[data-v-5591b95e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.answer-box .mixed-num .line[data-v-5591b95e] {
  margin: 0.01563rem 0;
  height: 0.01563rem;
  font-size: 0;
  width: 100%;
  background-color: #333;
}
.answer-box .mixed-num .m[data-v-5591b95e],
.answer-box .mixed-num .d[data-v-5591b95e] {
  min-height: 1em;
  min-width: 1em;
}
@charset "UTF-8";
*[data-v-61516d05] {
  box-sizing: border-box;
}
ol[data-v-61516d05],
ul[data-v-61516d05] {
  list-style: none;
}
div[data-v-61516d05] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[data-v-61516d05],
body[data-v-61516d05],
div[data-v-61516d05],
span[data-v-61516d05],
applet[data-v-61516d05],
object[data-v-61516d05],
iframe[data-v-61516d05],
h1[data-v-61516d05],
h2[data-v-61516d05],
h3[data-v-61516d05],
h4[data-v-61516d05],
h5[data-v-61516d05],
h6[data-v-61516d05],
p[data-v-61516d05],
blockquote[data-v-61516d05],
pre[data-v-61516d05],
a[data-v-61516d05],
abbr[data-v-61516d05],
acronym[data-v-61516d05],
address[data-v-61516d05],
big[data-v-61516d05],
cite[data-v-61516d05],
code[data-v-61516d05],
del[data-v-61516d05],
dfn[data-v-61516d05],
em[data-v-61516d05],
img[data-v-61516d05],
ins[data-v-61516d05],
kbd[data-v-61516d05],
q[data-v-61516d05],
s[data-v-61516d05],
samp[data-v-61516d05],
small[data-v-61516d05],
strike[data-v-61516d05],
strong[data-v-61516d05],
sub[data-v-61516d05],
sup[data-v-61516d05],
tt[data-v-61516d05],
var[data-v-61516d05],
b[data-v-61516d05],
u[data-v-61516d05],
i[data-v-61516d05],
center[data-v-61516d05],
dl[data-v-61516d05],
dt[data-v-61516d05],
dd[data-v-61516d05],
ol[data-v-61516d05],
ul[data-v-61516d05],
li[data-v-61516d05],
fieldset[data-v-61516d05],
form[data-v-61516d05],
label[data-v-61516d05],
legend[data-v-61516d05],
table[data-v-61516d05],
caption[data-v-61516d05],
tbody[data-v-61516d05],
tfoot[data-v-61516d05],
thead[data-v-61516d05],
tr[data-v-61516d05],
th[data-v-61516d05],
td[data-v-61516d05],
article[data-v-61516d05],
aside[data-v-61516d05],
canvas[data-v-61516d05],
details[data-v-61516d05],
embed[data-v-61516d05],
figure[data-v-61516d05],
figcaption[data-v-61516d05],
footer[data-v-61516d05],
header[data-v-61516d05],
hgroup[data-v-61516d05],
menu[data-v-61516d05],
nav[data-v-61516d05],
output[data-v-61516d05],
ruby[data-v-61516d05],
section[data-v-61516d05],
summary[data-v-61516d05],
time[data-v-61516d05],
mark[data-v-61516d05],
audio[data-v-61516d05],
video[data-v-61516d05] {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

/* reset重置 */
del[data-v-61516d05],
ins[data-v-61516d05],
u[data-v-61516d05],
s[data-v-61516d05],
a[data-v-61516d05],
a[data-v-61516d05]:hover {
  text-decoration: none;
}
input[type=number][data-v-61516d05]::-webkit-inner-spin-button,
input[type=number][data-v-61516d05]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html[data-v-61516d05],
body[data-v-61516d05] {
  width: 100%;
  /*height: 100%;*/
  height: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img[data-v-61516d05] {
  display: block;
}
h1[data-v-61516d05],
h2[data-v-61516d05],
h3[data-v-61516d05],
h4[data-v-61516d05],
h5[data-v-61516d05],
h6[data-v-61516d05] {
  font-weight: normal;
  margin: 0;
}
.scroll-bar-hide[data-v-61516d05]::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.scroll-bar-hide[data-v-61516d05]::-webkit-scrollbar-thumb {
  background: transparent;
}
*[data-v-61516d05] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[data-v-61516d05]:active, button[data-v-61516d05]:focus,
a[data-v-61516d05]:active,
a[data-v-61516d05]:focus,
input[data-v-61516d05]:active,
input[data-v-61516d05]:focus {
  outline: none;
}

/**
* 真.1px边框
* {List}: 多个方向边框, 默认值为bottom, 你可以根据需要传入(top, left, bottom, right) 4个方向;
* {Color} 边框的颜色, 默认#ccc;
* {List} 4个圆角半径, 默认0;
* {String} 一个高级设置, 一般都不需要改动, 由于细边框的实现使用了css的伪类, 所以为了规避可能出现的样式冲突, 我们可以自己指定使用:after还是:before, 默认after;
*/
*[data-v-61516d05] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.dom-svg[data-v-61516d05] {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@font-face {
  font-family: Symbol;
  src: url(../fonts/symbol.3e443984.ttf);
}
@font-face {
  font-family: "MT Extra";
  src: url(../fonts/mtextra.fe5c7141.ttf);
}
@font-face {
  font-family: Douyin Sans;
  src: url(../fonts/DouyinSansBold.90af2901.otf);
}
/* 设置滚动条的样式 */
html[data-v-61516d05],
body[data-v-61516d05] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  color: #3F4F70;
  -webkit-overflow-scrolling: touch;
}
.answerfoot-flex__left span.progress em[data-v-61516d05] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.flex[data-v-61516d05] {
  display: flex;
}
.icon-go[data-v-61516d05] {
  width: 0.17188rem;
  height: 0.17188rem;
}
.icon_star[data-v-61516d05] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.icon_info[data-v-61516d05] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.answerfoot[data-v-61516d05] {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0.59375rem;
  background: #fff;
  box-shadow: 0 -0.00781rem 0.1875rem 0 rgba(29, 100, 151, 0.07);
  font-size: 0.09375rem;
  color: #949fb4;
  z-index: 50;
}
.answerfoot.wpad[data-v-61516d05] {
  height: 0.5rem;
}
.answerfoot-flex[data-v-61516d05] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.59375rem;
  padding: 0 0.15625rem;
}
.answerfoot-flex.fpad[data-v-61516d05] {
  height: 0.5rem;
  padding-left: 0.03906rem;
  padding-right: 0.03906rem;
}
.answerfoot-flex__left span[data-v-61516d05] {
  display: block;
}
.answerfoot-flex__left span.progress[data-v-61516d05] {
  font-size: 0.09375rem;
  color: #3f4f70;
  font-weight: 700;
}
.answerfoot-flex__left span.progress em[data-v-61516d05] {
  font-style: normal;
}
.answerfoot-flex__left span.progress em.num[data-v-61516d05] {
  font-size: 0.15625rem;
}
.answerfoot-flex__left span.progress em.count[data-v-61516d05] {
  font-size: 0.125rem;
}
.answerfoot-flex__right[data-v-61516d05] {
  width: 1.54688rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answerfoot-flex__right .prev[data-v-61516d05] {
  width: 0.39063rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex__right .prev span[data-v-61516d05] {
  display: block;
  width: 0.39063rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex .van-button[data-v-61516d05] {
  width: 1.01563rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  text-align: center;
  border-radius: 0.17969rem;
  font-size: 0.125rem;
  color: #fff;
}
.answerfoot-flex__but[data-v-61516d05] {
  width: 100%;
  height: 0.29688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #666666;
  color: #4153e2;
}
.pad-bottom[data-v-61516d05] {
  padding-bottom: 0.59375rem;
}
.study_icon[data-v-61516d05] {
  display: block;
  width: 0.20313rem;
  height: 0.20313rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.study_icon img[data-v-61516d05] {
  width: 0.20313rem;
  height: 0.20313rem;
}
video[data-v-61516d05]::-internal-media-controls-download-button {
  display: none;
}
video[data-v-61516d05]::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/**题型样式**/
.yanswer-title[data-v-61516d05],
.answer-title[data-v-61516d05],
.colanswer-con[data-v-61516d05],
.answerExec-title[data-v-61516d05],
.answersisy-con[data-v-61516d05],
.checkBox-correct__con[data-v-61516d05] {
  word-break: break-all;
}
.yanswer-title u[data-v-61516d05],
.answer-title u[data-v-61516d05],
.colanswer-con u[data-v-61516d05],
.answerExec-title u[data-v-61516d05],
.answersisy-con u[data-v-61516d05],
.checkBox-correct__con u[data-v-61516d05] {
  word-wrap: break-word;
  text-decoration: underline;
}
.yanswer-title img[data-v-61516d05],
.answer-title img[data-v-61516d05],
.colanswer-con img[data-v-61516d05],
.answerExec-title img[data-v-61516d05],
.answersisy-con img[data-v-61516d05],
.checkBox-correct__con img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li[data-v-61516d05],
.answerExec-box li[data-v-61516d05] {
  word-break: break-all;
}
.answer-box li div span:nth-child(1) img[data-v-61516d05],
.answerExec-box li div span:nth-child(1) img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-61516d05],
.answerExec-box li u[data-v-61516d05] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li[data-v-61516d05],
.err-detail-style[data-v-61516d05] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.error-list li u[data-v-61516d05],
.err-detail-style u[data-v-61516d05] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li img[data-v-61516d05],
.err-detail-style img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.error-list li table[data-v-61516d05],
.err-detail-style table[data-v-61516d05] {
  margin: 0 auto;
}
.error-list li .stem-head[data-v-61516d05],
.err-detail-style .stem-head[data-v-61516d05] {
  font-family: "Times New Roman, simsun, CK-SimSun";
}
.speccon pre[data-v-61516d05] {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.speccon u[data-v-61516d05] {
  text-decoration: underline;
}

/* fade-transform */
.fade-leave-active[data-v-61516d05],
.fade-enter-active[data-v-61516d05] {
  transition: all 0.5s;
  animation-duration: 0.5s !important;
}
.fade-enter[data-v-61516d05] {
  opacity: 0;
}
.fade-leave-to[data-v-61516d05] {
  opacity: 0;
}
.answerfoot-flex__left span.progress em[data-v-61516d05] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.wh-1200[data-v-61516d05] {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
a[data-v-61516d05] {
  text-decoration: none;
  color: inherit;
}
.link-hover[data-v-61516d05]:hover {
  color: #4153e2;
  cursor: pointer;
}

/**题型样式**/
.answer-name[data-v-61516d05],
.answer-box li[data-v-61516d05],
.answeransy-con[data-v-61516d05],
.answerExec-title[data-v-61516d05],
.answerExec-box li[data-v-61516d05],
.answerList-right__con[data-v-61516d05],
.correctAnswer-content[data-v-61516d05] {
  word-break: break-all;
}
.answer-name u[data-v-61516d05],
.answeransy-con u[data-v-61516d05],
.answer-content u[data-v-61516d05],
.answerExec-title u[data-v-61516d05],
.answerList-right__con u[data-v-61516d05] {
  word-wrap: break-word;
  text-decoration: underline;
}
.answer-name img[data-v-61516d05],
.answeransy-con img[data-v-61516d05],
.answer-content img[data-v-61516d05],
.answerExec-title img[data-v-61516d05],
.answerList-right__con img[data-v-61516d05],
.answerList-right__con img[data-v-61516d05],
.correctAnswer-content img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li div span:nth-child(1) img[data-v-61516d05],
.answerExec-box li div span:nth-child(1) img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-61516d05],
.answerExec-box li u[data-v-61516d05] {
  text-decoration: underline;
  word-wrap: break-word;
}
.button[data-v-61516d05] {
  text-align: center;
  padding: 0 0.11719rem;
  line-height: 0.3125rem;
}
.buttom-min[data-v-61516d05] {
  width: 0.59375rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.1875rem;
  cursor: pointer;
}
.button-primary[data-v-61516d05] {
  border: solid 0.00781rem #4153e2;
  background: #4153e2;
  color: #fff;
}
.button-primary[data-v-61516d05]:hover {
  border: solid 0.00781rem #1e9b9e;
  background: #1e9b9e;
  color: #fff;
}
.button-primary-plain[data-v-61516d05] {
  border: solid 0.00781rem #4153e2;
  background: #fff;
  color: #4153e2;
}
.ck-btn-primary-plain[data-v-61516d05] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: rgba(183, 191, 255, 0.1);
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #4153e2;
  transition: all 0.5s;
}
.ck-btn-primary-plain[data-v-61516d05]:hover {
  color: #ffffff;
  background: #4153e2;
}
.ck-btn-primary-plain[data-v-61516d05]:hover:active {
  background: #3848ce;
}
.ck-btn-primary[data-v-61516d05] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: #4153e2;
  color: #ffffff;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  transition: all 0.5s;
}
.ck-btn-primary[data-v-61516d05]:hover {
  background: #4a88ff;
}
.ck-btn-primary[data-v-61516d05]:hover:active {
  background: #3848ce;
}
.el-pagination[data-v-61516d05] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-61516d05] {
  padding: 0.125rem 0 0;
}
.pagination-box[data-v-61516d05] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-61516d05] .el-pager .active {
  background: #e8f3ff;
  color: #4153e2;
}
.breadcrumb-box[data-v-61516d05] .el-breadcrumb__inner {
  font-size: 0.10938rem;
}
.black-top[data-v-61516d05] {
  position: fixed;
  bottom: 1.69531rem;
  right: 0.35156rem;
  text-align: center;
  width: 0.46875rem;
  padding-top: 0.54688rem;
  font-size: 0.10938rem;
  color: #333333;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 0.46875rem 0.46875rem;
  cursor: pointer;
}
.lessonplan img[data-v-61516d05] {
  display: block;
  width: 100%;
}
.nolesson p[data-v-61516d05] {
  padding-top: 32%;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 500;
  color: #cad0db;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/*定义右下角汇合处的样式*/
[data-v-61516d05]::-webkit-scrollbar-corner {
  background: #999;
}
.question-area[data-v-61516d05] {
  word-break: break-all;
}
.question-area u[data-v-61516d05] {
  word-wrap: break-word;
  text-decoration: underline;
}
.question-area img[data-v-61516d05] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.repet-tab .van-tabs--line .van-tabs__wrap[data-v-61516d05] {
  height: 0.39063rem;
  background: #fff;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav--line[data-v-61516d05] {
  padding-bottom: 0;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav[data-v-61516d05] {
  width: 1.40625rem;
  justify-content: flex-start;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-61516d05] {
  width: 0.78125rem;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-61516d05]:first-child:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 0.01563rem;
  height: 0.07031rem;
  background: #E1E6EE;
}
.repet-tab .van-tabs__line[data-v-61516d05] {
  background-image: repeating-linear-gradient(90deg, rgb(110, 224, 169), rgb(76, 229, 40));
  box-shadow: 0 0.02344rem 0.04688rem 0 rgba(0, 235, 122, 0.2);
  border-radius: 0.01563rem;
  bottom: 0.09375rem;
}
.utils-search[data-v-61516d05] {
  width: 1.875rem;
}
.utils-search.width[data-v-61516d05] {
  width: 2.07031rem;
}
.utils-search .van-search__content[data-v-61516d05] {
  background: #B6C0CB;
}
.utils-search .van-search .van-cell[data-v-61516d05] {
  padding: 0.01563rem 0.04688rem 0.01563rem 0.10156rem;
}
.utils-search .van-field__left-icon .van-icon[data-v-61516d05] {
  color: #fff;
}
.utils-search input[data-v-61516d05]:-moz-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-61516d05]:-ms-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-61516d05]::-webkit-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search .van-field__control[data-v-61516d05] {
  font-size: 0.09375rem;
  color: #fff;
}
.searchd-btn[data-v-61516d05] {
  height: 0.21875rem;
  display: flex;
  align-items: center;
}
.searchd-btn .van-button--normal[data-v-61516d05] {
  width: 0.46875rem;
  height: 0.21875rem;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.21875rem;
  padding: 0;
}
.overlay[data-v-61516d05] {
  background: rgba(63, 74, 95, 0.5);
}
.practic-tab[data-v-61516d05], .record-tab[data-v-61516d05] {
  padding-left: 0.15625rem;
  padding-right: 0.11719rem;
}
.practic-tab .van-tabs__nav[data-v-61516d05], .record-tab .van-tabs__nav[data-v-61516d05] {
  background: transparent;
}
.practic-tab .van-tab[data-v-61516d05], .record-tab .van-tab[data-v-61516d05] {
  margin-right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.51563rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #fff;
  border-radius: 0.15625rem;
}
.practic-tab .van-tabs__nav--line[data-v-61516d05], .record-tab .van-tabs__nav--line[data-v-61516d05] {
  padding-bottom: 0.23438rem;
}
.practic-tab .van-tabs__line[data-v-61516d05], .record-tab .van-tabs__line[data-v-61516d05] {
  background-color: transparent;
}
.practic-tab .van-tabs__wrap--scrollable .van-tab[data-v-61516d05], .record-tab .van-tabs__wrap--scrollable .van-tab[data-v-61516d05] {
  padding: 0;
}
.practic-tab .van-tabs__nav--complete[data-v-61516d05], .record-tab .van-tabs__nav--complete[data-v-61516d05] {
  padding-left: 0;
  padding-right: 0;
}
.practic-tab .van-tab--active[data-v-61516d05], .record-tab .van-tab--active[data-v-61516d05] {
  background: #fff;
  color: #4153e2;
}
.practic-tab .van-hairline--top-bottom[data-v-61516d05]::after,
.practic-tab .van-hairline-unset--top-bottom[data-v-61516d05]::after, .record-tab .van-hairline--top-bottom[data-v-61516d05]::after,
.record-tab .van-hairline-unset--top-bottom[data-v-61516d05]::after {
  border: 0;
}
.practic-tab .van-tabs--line .van-tabs__wrap[data-v-61516d05], .record-tab .van-tabs--line .van-tabs__wrap[data-v-61516d05] {
  height: auto;
}
.record-tab[data-v-61516d05] {
  padding-top: 0.11719rem;
  padding-bottom: 0.11719rem;
  padding-left: 0.07813rem;
  padding-right: 0.07813rem;
  background: #fff;
}
.record-tab .van-tab[data-v-61516d05] {
  margin-right: 0.11719rem;
  width: 0.46875rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #4153e2;
  border-radius: 0.21875rem;
}
.record-tab .van-tabs__nav--line[data-v-61516d05] {
  padding-bottom: 0;
}
.record-tab .van-tab--active[data-v-61516d05] {
  background: #4153e2;
  color: #fff;
}
.van-tag[data-v-61516d05] {
  padding-left: 0.03125rem;
  padding-right: 0.03125rem;
}
.van-tag + .van-tag[data-v-61516d05] {
  margin-left: 0.04688rem;
}
.bottom-tip .van-divider[data-v-61516d05] {
  color: #aaa;
}
.bottom-tip .van-divider[data-v-61516d05]::after,
.bottom-tip .van-divider[data-v-61516d05]::before {
  background: #ddd;
}
.van-tabbar[data-v-61516d05] {
  background: #fafafa;
}
.van-button[data-v-61516d05] {
  height: 0.39063rem;
  line-height: 0.39063rem;
}
.van-button--primary[data-v-61516d05] {
  background-color: #4153e2;
  border: 0.02667rem solid #4153e2;
}
.van-button--plain[data-v-61516d05] {
  background-color: #fff;
  color: #4153e2;
}
.van-button--hairline[data-v-61516d05] {
  border-width: 0;
}
.point-page-list .van-collapse-item__content[data-v-61516d05] {
  padding: 0;
}
.point-page-list .van-cell[data-v-61516d05]:not(:last-child)::after {
  left: 0.14063rem;
}
.point-page-list [class*=van-hairline][data-v-61516d05]::after {
  left: -43.7%;
}
.point-page-list .van-cell__right-icon[data-v-61516d05] {
  display: none;
}
.sbox .van-radio__label[data-v-61516d05] {
  font-size: 0.10938rem;
}
.sbox .van-checkbox__label[data-v-61516d05] {
  font-size: 0.10938rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sbox .van-radio-group[data-v-61516d05] {
  height: auto;
  overflow: hidden;
}
.van-sticky--fixed[data-v-61516d05] {
  background: #fff;
}
.van-picker__cancel[data-v-61516d05],
.van-picker__confirm[data-v-61516d05] {
  color: #4153e2;
}
.point-page-list [class*=van-hairline][data-v-61516d05]:first-of-type::after {
  border-top: none;
}
.sub-vans .van-tab[data-v-61516d05] {
  font-size: 0.125rem;
  color: #333;
  font-weight: 500;
}
.sub-vans .van-tabs__line[data-v-61516d05] {
  bottom: 0.11719rem;
  width: 0.125rem;
  background-color: rgb(49, 194, 124);
}
.sub-vans .van-tab--active[data-v-61516d05] {
  color: rgb(49, 194, 124);
}
.sub-vans .van-hairline--top-bottom[data-v-61516d05] {
  height: 0.35156rem !important;
}
.sbox-new .van-checkbox__icon--round[data-v-61516d05] {
  margin-left: 0.15625rem !important;
}
.sbox-new .van-checkbox__label[data-v-61516d05] {
  font-size: 0.125rem;
}
.van-dialog[data-v-61516d05] {
  width: 1.95313rem;
}
.van-dialog__header[data-v-61516d05] {
  color: #35404A;
  font-size: 0.14063rem;
}
.van-dialog__confirm[data-v-61516d05] {
  font-weight: 500;
}

/**
* @更多学习弹框-swiper
* @zwh
* @2020.12.09
*/
.swiperStudyPopup[data-v-61516d05] {
  border-bottom: 0.00781rem solid #F1F4F9;
  margin: 0 0.07813rem;
  /**swiper滑动*/
}
.swiperStudyPopup .subjectnav[data-v-61516d05] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 0.125rem;
  color: #757A82;
  font-weight: 400;
  border-radius: 0.09375rem;
  margin: 0 0.10742rem;
  flex-wrap: wrap;
}
.swiperStudyPopup .subjectnav[data-v-61516d05]:last-child {
  margin-right: 0.10156rem;
}
.swiperStudyPopup .subjectnav.active span[data-v-61516d05] {
  color: #4153e2;
  border-bottom: 0.02344rem solid #4153e2;
}
.swiperStudyPopup .subjectnav span[data-v-61516d05] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54688rem;
  height: auto;
  color: #757A82;
  width: 100%;
  padding: 0.11719rem 0;
}
.van-tag--plain[data-v-61516d05]::before {
  border: 0.00391rem solid currentColor;
}

/**
* @vue-aplayer样式覆盖
* @zwh
* @2020.12.13
*/
.aplayer[data-v-61516d05] {
  height: 100%;
  box-shadow: none !important;
}
.aplayer .aplayer-body[data-v-61516d05], .aplayer .aplayer-pic[data-v-61516d05], .aplayer .aplayer-info[data-v-61516d05] {
  height: 100%;
}
.aplayer .aplayer-controller .aplayer-time .aplayer-icon.inactive[data-v-61516d05] {
  display: none;
}
.aplayer .aplayer-pic[data-v-61516d05] {
  background: #4153e2;
}

/**
* @富文本内容-心理音频详情
* @zwh
* @2020.05.14
*/
.fwbContent[data-v-61516d05] {
  font-size: 0.125rem;
  color: #797979;
}
.fwbContent p[data-v-61516d05] {
  text-indent: 0.0625rem;
}
[data-v-61516d05] .conDialog {
  width: 2.03125rem;
}
.el-pagination[data-v-61516d05] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pagination li.active[data-v-61516d05] {
  color: #fff;
  background: #4153e2;
}
.el-carousel__button[data-v-61516d05] {
  width: 0.07031rem;
  height: 0.07031rem;
  border-radius: 50%;
}
.el-carousel__indicator.is-active button[data-v-61516d05] {
  background: #4153e2;
}
.userHead-cover .arrow_down[data-v-61516d05] {
  padding: 0.02344rem;
  border-width: 0 0.00781rem 0.00781rem 0;
  border-color: #999;
  border-style: solid;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -0.02344rem;
  margin-left: 0.03906rem;
}
.ai-dropdown-menu[data-v-61516d05] {
  padding: 0.15625rem 0;
  width: 1.5625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-61516d05] {
  padding: 0 0.15625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item p[data-v-61516d05] {
  font-size: 0.10938rem;
  line-height: 0.17188rem;
  color: #333;
}
.ai-dropdown-menu .el-dropdown-menu__item p.color-999[data-v-61516d05] {
  color: #999;
}
.ai-dropdown-menu .el-dropdown-menu__item .min-but[data-v-61516d05] {
  display: inline-block;
  font-size: 0.09375rem;
  width: 0.28125rem;
  height: 0.14063rem;
  border-radius: 0.13281rem;
  background-color: #F1BC69;
  color: #fff;
  text-align: center;
  line-height: 0.14063rem;
  margin-left: 0.10938rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .item-border[data-v-61516d05] {
  padding-bottom: 0.07813rem;
  border-bottom: 0.00781rem solid #eee;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip[data-v-61516d05] {
  position: relative;
  background: #140a08;
  height: 0.625rem;
  margin: -0.15625rem -0.15625rem 0;
  border-top-left-radius: 0.03125rem;
  border-top-right-radius: 0.03125rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_bg[data-v-61516d05] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_title[data-v-61516d05] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.16406rem;
  box-sizing: content-box;
  padding: 0.11719rem 0.09375rem 0.07813rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .ser_vip_viplogo[data-v-61516d05] {
  width: 0.67188rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .user_vip_btn[data-v-61516d05] {
  width: 0.46875rem;
  height: 0.1875rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_date[data-v-61516d05], .ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-61516d05] {
  padding: 0 0.09375rem;
  position: relative;
  font-size: 0.09375rem;
  color: #FDE6C5;
  font-weight: normal;
  line-height: 0.125rem;
  white-space: nowrap;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-61516d05] {
  font-size: 0.09375rem;
  color: #9A896E;
  font-weight: normal;
}
.ai-dropdown-menu .el-dropdown-menu__item + .el-dropdown-menu__item[data-v-61516d05] {
  padding-top: 0.07813rem;
}
.ai-dropdown-menu .popper__arrow[data-v-61516d05] {
  top: -0.0625rem !important;
  margin: 0;
  border: 0;
  width: 0.11719rem;
  height: 0.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAYAAAABOs/SAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK/SURBVHgBtVS/a1pRFL7XPJ8JGWJJoYX8EiodklE6OIRkzB4yhKZLlmTIkFASh5IoONZBSyYX+wPEP0CETlJwcRCpiB0coigqohZcBJW8nu/23cfzYdqmaQ98XN/13u875zv3XsYoNE3jNHAa8WkzY29vb4ZGA/hOp9OPy+Xys2Kx6KY5RUKu1UcrB7fAEOSBQEAulptntre3FQDEEOt0Oh96vd53gibRbrffW5OQiYIT8Pv9tmnC+GHDaBX0eDx2EFWrVY8UrFQqWiaT0VKplCHe7XZvsMYqrgsKBywJGFaIUf8tNuqidlRD5DcQCIVC2srKirawsCCwsbGhRaNRQ1yv3K5DMXFO2j7FXpktNqrr6+sq2fsFxBCQgmY4nU4tkUjI6tPYZxbXW2UkoGtOHCCjSn2z2mq1giAsFAqiumnCwOrqqlhDa28bjcZr7AXX1taWIsVlAnqhP/tptdftdjuy2exz2UOv13unqMTOzo6s+pYsfwEOU/WKqXohrJiEVR2OeDz+hHpWAdHV1dVvRSXOzs6MfsdisafgusN6Y0Lai4WzdEU+ggAn909FZb/laac2vQOXWRxnBuI2spbRx8TlrtVqB4qivKrX6+z8/JzdJ/AmXFxcsH6/z1RVPSGOE3CS7YK7VCphGbflcjk2HA65y+WyETi9Sq75+fm3+DcYDDKI3zcocXZ8fCwE5ubm3oBzPB4LDcyhUK7bgBANp95845yvhcNhFolE2EPi8vKSHR4ewoWvi4uL3uXlZUZOigcIwrM0IV4Sqj5qt9sPUOXm5iZ7aFABLJlMopVsMBhcLy0t+Wga77MmSvf5fI/y+fxnKbq/v8/+RaDfsBycZPkJHbYE2b6GQnmz2bx2OBwvaZ0TjT86Ovqrvv4q6IlldD0ZrEaMRqNPHMceJ5DuHENf/2ecnp6y3d1dJKD9AB5ax4LChDhsAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 0.11719rem 0.0625rem;
}
.ai-dropdown-menu .popper__arrow[data-v-61516d05]::after {
  display: none;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-61516d05]:focus,
.ai-dropdown-menu .el-dropdown-menu__item[data-v-61516d05]:not(.is-disabled):hover {
  background: none;
  color: #606266;
}
.ai-dropdown-menu .ai-mini-button[data-v-61516d05] {
  display: block;
  width: auto;
  height: 0.1875rem;
  background: #F1BC69;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.1875rem;
  border-radius: 0.1875rem;
}
.el-dialog .el-dialog__header[data-v-61516d05] {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item[data-v-61516d05] {
  padding: 0 0.15625rem;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-61516d05] {
  color: #4153e2;
}
.el-cascader__dropdown .el-cascader-node.in-active-path[data-v-61516d05],
.el-cascader__dropdown .el-cascader-node.is-active[data-v-61516d05] {
  color: #4153e2;
}
.el-pagination[data-v-61516d05] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pager li.active[data-v-61516d05] {
  color: #fff;
  background: #4153e2;
}
.el-pagination button[data-v-61516d05]:hover {
  color: #4153e2;
}
.el-pager li[data-v-61516d05]:hover {
  color: #4153e2;
}
.el-pager li.active[data-v-61516d05]:hover {
  color: #fff;
}
.el-tooltip__popper.is-light[data-v-61516d05] {
  background: #FFFEFE;
  border: 0.00781rem solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 0.0625rem;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-61516d05] {
  top: -0.04688rem;
  margin-left: -0.03906rem;
  border-top-width: 0;
  border-bottom-color: #EEEEEE !important;
}
.el-tooltip__popper[data-v-61516d05] {
  padding: 0.11719rem;
}
.choose-date .el-range-separator[data-v-61516d05] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0 0.07813rem;
}
.choose-date .el-date-editor .el-range-input[data-v-61516d05] {
  color: #4153e2;
}
.choose-date .el-date-editor .el-range__close-icon[data-v-61516d05] {
  display: none;
}
.choose-date .el-date-table td.end-date span[data-v-61516d05], .choose-date .el-date-table td.start-date span[data-v-61516d05] {
  background-color: #4153e2;
}
.choose-date input.el-range-input[data-v-61516d05]::-webkit-input-placeholder {
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-61516d05]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-61516d05]:-ms-input-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date .el-range-input[data-v-61516d05] {
  cursor: pointer;
}
.error-list .el-checkbox__inner[data-v-61516d05] {
  border-radius: 50%;
  background-color: #F7F7F7;
  border: 0.00781rem solid #4153e2;
}
.error-list .el-checkbox__input.is-checked + .el-checkbox__label[data-v-61516d05] {
  color: #4153e2;
}
.error-list .el-checkbox__input.is-checked .el-checkbox__inner[data-v-61516d05] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.error-list .el-checkbox__inner[data-v-61516d05]:hover {
  border-color: #4153e2;
}
.error-list .el-checkbox__input.is-focus .el-checkbox__inner[data-v-61516d05] {
  border-color: #4153e2;
}
.error-list .el-checkbox__label[data-v-61516d05] {
  padding-left: 0.03125rem;
}
.error-list .el-checkbox[data-v-61516d05] {
  color: #4153e2;
}
.error-box .el-pager li[data-v-61516d05] {
  padding: 0;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.reason-share .el-dialog__header[data-v-61516d05] {
  padding: 0.14063rem 0 0 0.15625rem;
}
.reason-share .reason-cancel[data-v-61516d05] {
  background: #fff;
  border: none;
  font-size: 0.125rem;
  color: #999;
  font-weight: normal;
  line-height: 0.28125rem;
  margin-right: 0.15625rem;
}
.reason-share .reason-true[data-v-61516d05] {
  width: 0.6875rem;
  height: 0.29688rem;
  background: #4153e2;
  border-radius: 0.14063rem;
  font-size: 0.125rem;
  color: #fff;
  font-weight: normal;
  border: none;
}
.reason-share .el-dialog__body[data-v-61516d05] {
  padding: 0.15625rem;
}
.reason-share .el-dialog__headerbtn .el-dialog__close[data-v-61516d05]:hover {
  color: #4153e2;
}
.reason-share .el-dialog__title[data-v-61516d05] {
  font-weight: 500;
}
.export-box .el-button.is-round[data-v-61516d05] {
  padding: 0 0.17969rem;
}
.export-style .el-radio__input.is-checked + .el-radio__label[data-v-61516d05] {
  color: #4153e2;
}
.export-style .el-radio__input.is-checked .el-radio__inner[data-v-61516d05] {
  border-color: #4153e2;
  background: #4153e2;
}
.export-style .el-radio__input.is-focus .el-radio__inner[data-v-61516d05] {
  border-color: #4153e2;
}
.export-style .el-radio__inner[data-v-61516d05]:hover {
  border-color: #DCDFE6;
}
.export-box .el-checkbox__input.is-checked + .el-checkbox__label[data-v-61516d05] {
  color: #4153e2;
}
.export-box .el-checkbox__input.is-checked .el-checkbox__inner[data-v-61516d05], .export-box .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-61516d05] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.export-box .el-checkbox__input.is-focus .el-checkbox__inner[data-v-61516d05] {
  border-color: #4153e2;
}
.export-box .el-checkbox__inner[data-v-61516d05]:hover {
  border-color: #DCDFE6;
}
.choose-paper .el-input__inner[data-v-61516d05] {
  width: 4.6875rem;
  border-color: #F9F2E2;
  line-height: 0.20313rem;
  height: 0.20313rem;
  background: #fff;
  padding: 0 0.23438rem 0 0.07813rem;
  color: #4153e2;
}
.choose-paper .el-select:hover .el-input__inner[data-v-61516d05] {
  border-color: #F9F2E2;
}
.choose-paper .el-input__icon[data-v-61516d05] {
  line-height: 0.20313rem;
}
.choose-paper .el-select .el-input.is-focus .el-input__inner[data-v-61516d05] {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input__inner[data-v-61516d05]:focus {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input .el-select__caret[data-v-61516d05] {
  color: #4153e2;
}
.el-select .el-input .el-select__caret[data-v-61516d05] {
  color: #4153e2;
}
.avatar-uploader .el-upload[data-v-61516d05] {
  border: 0.00781rem dashed #4153e2;
  border-radius: 0.04688rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(49, 194, 124, 0.1);
}
.avatar-uploader .el-upload[data-v-61516d05]:hover {
  border-color: #4153e2;
}
.el-upload--picture-card[data-v-61516d05] {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.54688rem;
}
.el-upload--picture-card i[data-v-61516d05] {
  color: #4153e2;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-61516d05] {
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.04688rem;
  overflow: visible;
}
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-61516d05] {
  border-radius: 0.04688rem;
}
.el-upload-list__item-delete[data-v-61516d05] {
  display: block;
  position: absolute;
  top: -0.125rem;
  right: -0.07813rem;
  font-size: 0.15625rem;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-61516d05] {
  position: relative;
  margin-right: 0.125rem;
}
.el-upload-list--picture-card .el-upload-list__item div[data-v-61516d05] {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 0.04688rem;
}
.el-upload-list--picture-card .el-upload-list__item div img[data-v-61516d05] {
  border-radius: 0.04688rem;
}
.hide .el-upload--picture-card[data-v-61516d05] {
  display: none;
}

/**
* @swiper
* @zwh
* @2020.12.09
*/
.swiperDiv .swiper-container[data-v-61516d05] {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0.15625rem;
}
.stepDialog .el-dialog__header[data-v-61516d05] {
  padding: 0.10938rem 0.15625rem;
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  background: #F5F5F5;
}
.stepDialog .el-dialog__title[data-v-61516d05] {
  font-size: 0.10938rem;
}
.stepDialog .el-dialog__body[data-v-61516d05] {
  padding-top: 0.19531rem;
  padding-bottom: 0.15625rem;
}
.btn-knew[data-v-61516d05] {
  margin: 0 auto;
  width: 2.03125rem;
  height: 0.3125rem;
  background: #4153e2;
  border: 0.00781rem solid #4153e2;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.btn-knew[data-v-61516d05]:hover {
  border: solid 0.00781rem #4153e2;
  background: rgba(49, 194, 124, 0.9);
  color: #fff;
}
.picdelete[data-v-61516d05] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  top: -0.05469rem;
  right: -0.03906rem;
}
.error-icon[data-v-61516d05] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.iconClose[data-v-61516d05] {
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.el-image-viewer__close[data-v-61516d05] {
  color: #FFF;
}

/**规则弹框*/
.prpupBody .el-dialog__body[data-v-61516d05] {
  padding: 0 0.15625rem;
}
.el-button[data-v-61516d05]:focus {
  box-shadow: none;
  border: none;
}
.el-button--primary[data-v-61516d05],
.el-button--success[data-v-61516d05] {
  background: #4153e2;
}

/**
 试题默认样式
 @author
 @date 2020/06/04
*/
/** 宋体 */
/*@font-face {*/
/*!*font-family: "CK-SimSun";*!*/
/*src: url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff2) format("woff2"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff) format("woff"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/ttf/STSONG.ttf) format("truetype");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/** 楷体 */
@font-face {
  font-family: "CK-Kaiti";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/SIMKAI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** Times New Roman */
@font-face {
  font-family: "CK-Times-New-Roman";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/TIMES.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** 国标字体 */
@font-face {
  font-family: "CK-GB-Pinyinok-B";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/GB-PINYINOK-B.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
em[data-v-61516d05] {
  font-weight: normal;
}
p[data-v-61516d05] {
  word-break: break-word;
}
table caption[data-v-61516d05] {
  text-align: center;
  caption-side: top;
  color: #000;
}
table[border="0"] td[data-v-61516d05] {
  border: none;
}
table[border="1"] td[data-v-61516d05] {
  border: 0.00781rem solid #666;
}
.question-table[data-v-61516d05] {
  border-collapse: collapse;
  border: 0.00781rem solid #000;
  margin: 0 auto;
}
.question-table tr[data-v-61516d05] {
  border-bottom: 0.00781rem solid #000;
}
.question-table > tr[data-v-61516d05]:last-of-type {
  border: none;
}
.question-table tr td[data-v-61516d05] {
  border-right: 0.00781rem solid #000;
}
.question-table tr td[data-v-61516d05]:last-of-type {
  border: none;
}
.question-table thead tr th[data-v-61516d05] {
  border-right: 0.00781rem solid #000;
}
.question-table thead tr[data-v-61516d05] {
  border-bottom: 0.00781rem solid #000;
}
.question-table thead tr th[data-v-61516d05]:last-of-type {
  border: none;
}
.question-p-indent2em[data-v-61516d05] {
  text-indent: 2em;
}
.question-p-left[data-v-61516d05] {
  text-align: left;
}
.question-p-center[data-v-61516d05] {
  text-align: center;
}
.question-p-right[data-v-61516d05] {
  text-align: right;
}
.underpoint[data-v-61516d05] {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.underpoint[data-v-61516d05]:before {
  content: ".";
  position: absolute;
  font-weight: bold;
  top: 0.03906rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline[data-v-61516d05] {
  border-bottom: 0.00781rem solid #000;
  padding-bottom: 0.00781rem;
  min-height: 0.1875rem;
  margin: 0;
}
@-moz-document url-prefix() {
.underline[data-v-61516d05] {
    padding-bottom: 0;
}
}
.formula-math[data-v-61516d05] {
  display: none !important;
}
@keyframes animat-61516d05 {
0% {
    transform: translate3d(-50%, 0, 0) scale(0);
}
60% {
    z-index: 1;
    transform: translate3d(-50%, -0.9375rem, 0) scale(1.2);
}
90% {
    z-index: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
}
95% {
    z-index: 1;
    transform: translate3d(-50%, 0, 0) scale(0.8);
}
98% {
    z-index: 1;
    transform: translate3d(-50%, 0, 0) scale(1.1);
}
100% {
    z-index: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
}
}
.page-wrap[data-v-61516d05] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: url(../img/incorrect-questions-bg.2751c673.png) no-repeat;
  background-size: 100% auto;
  z-index: 99;
}
.page-wrap .result-top[data-v-61516d05] {
  display: flex;
  justify-content: space-between;
  height: 0.39844rem;
}
.page-wrap .result-top .label-txt[data-v-61516d05] {
  height: 100%;
  flex: 1;
}
.page-wrap .result-top .incorrect-questions[data-v-61516d05] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK0AAAApCAMAAABwUFm/AAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMAv98ggECfYO8QcM+voDBQj5B/X3IrXV8AAAQASURBVFjDtZjreqQgDECBcNfxMuv7P+sqoEGCot3u+dGPsSmehpBBGQHUysD+ndGs5BM52DhGjv0Cn2VFt+MKDaWMkZPuO84isGwohpjtgthGchvx/23rRIFdCCLFavzQtgUtMvjAFCdMr3NL3K5txfbBPLTtlhMW1EII8bM+I8Kc+syECm1bVFu0jLh7W7cUeLiw7ZcXCeNXAXZbwF7P0qhaJIxaax4C9Uq3j1LuiZt0F7afN7YOcj5hEmAEki3wSxWd2fYq4IMtg4ANN0iEVXlqS3VDXXzhhKvbmratvB4jhh+ca91yROMebLBHyk5kgGrZIskQvJT6qH1DVlAV/WhyjCDbtlVAStmHHMgVHtZrHYyXtlDIiLOum+LVuBfi2LAS8wPbdgejtnTze5bhkyDEfptyKFSZf3GQIgrmX7Ll12lwXhz5jrbRHvNLgftUKpmhntjOEFCZbccj+Z2G714jH4ffZSD2itGqZsBT+6cYUuAS1MoUV2tFBxW1gbZaBTzaitiC0q+DwffIufX4zYs3jMIjFm0TTmKlv2yNd5Ug4iwKbbE+Zhd3PV/xcRLsV104Az60JbHS/JKt3HUUVDBdXuPwwnY43Vzd25I9BdQWDaxdrrCLPQ5TTu5YLNp63eIZKG6Nhi2cdMXIKrZpSu6n5QZv+PbP5nyxOq5B2/dc2qpVRDQWFgzLmS4z1cNPbCdOuLJt1yM74/RNrHBXtjD1hVG/56BfCE3bURFkxRa65Q6fpStcCF7YvmvBnx/YMoqiv/hjl1tkTUCExzSKjSsx39sONVtRobR1Pd6H8Mls59K2viJDCB51wu4PFzrZzv9St97iAY4yZba+tBVlyzs9wPvY+MS5A4v4V/yVLa3YdiWMfMXudauTrWLI6UK3BZ5sHayEQkiPJ+6lrUtF0LSlPaFly9HWHoc2PJH/YcjjXcZDrtTPbb1CbG4r0DYgi2eZL7EFamvQNhWj9THaSgpv2VJy2+5s66Y4jOXXA3u7y1w4p0HcNxR5ZQsaWrbxA9q6r00jSBe5OSwuKI8DA56DNKUrbW34t2BttS3b6MPEPvPYY5IHW7wl4O1KROBx3YZ7rK6HLWnl6pSuL/YEnz0fDDG2f9KbZvbalgbCfU8Y6udzDvl50mczqzqDY3VbQbGFrXpsOxJb1p2eX40Isa95vsugJ7YjsaXf01aOagDwpmhPevup+SOmwtYqSl/Y4glZJTlRvsXKX0i2vylNDGzDf1C3Fl2v+u2Am4y7T0sC2OelLVpQisXukmtAtt5Mm1CdSDV6fm/rb2dEPsE14SoLbYesECA0B8nF3Ss287huEdPzOr10DPGbK6JMictKS5/702gowP4n7mHc8FjlL0jfEA6VCW/zAAAAAElFTkSuQmCC) no-repeat 0 center;
  background-size: auto 0.25781rem;
}
.page-wrap .result-top .transcript[data-v-61516d05] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAqCAMAAACjpchPAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAgJ9A379gIBDvoHAwz6+QUOrvw9oAAAN6SURBVFjDzZjZkuMgDEUNZg2r//9nx8aWL0vSJJ2ZqjkvbYgQ15IQrl5esR7o17/5ZsbD+g1PukwtP2O2A14e1U5tr+knII8phvHwm6xnxDETlwkbrOz+ZBegjp/U2wpccaWroGxw0DHoDHBfBYGTx8yIYi1p5NpwWsjDerHMCDBznQdB2tg28sT7Y2uDaJFFsLIeUXyVx3gnEkFMRdpUARYgiApZqdM4xyCI5E9NFWh1UCalugglJOXxlpG3OXgHce/hZ3XAZk4dDOfo9iRwKWWanAUzdWpNrUA02NOChjI3h0QX5ynDujJOKIApHgr6DuHrKPXNgJ9/8vP08Q8UrFCAdWh8bWARAquvnuDfUGBxKtttZgoWOKthpy5z9iv9hgLxawVo3prt5CquLEWk6Eklfq8ATsV9WBPJAlndhCIXY19lQRK2eJTEVAF6KcMLxw3EHw4x+00lCk4khSOq25vpUS9Wf1XB2KrUfV4tmrKrW2/+hwrE3RDU9RDurxuttTjXav6SDAWWEaE4YkSnYLyGDL2MQ5U0ZTPyzVlAT7Vt8PlVBrnuVbgmPJcD6tvTaOkTKtRdx0CAQKJ1Me5RbU/0+iKWE0Qj/1IBNRs6jryLOb5XzJK2Z8gv74UHvaI7TQSSgJrhXIrd6PHzB4r/nYJ0DugNQutTYjEpiCtgjbWxMwGi3bSTY9rMjm/FEC/Gd9ah9pSYfKDktkj7gAgoJcwLBbLohALCrBVnBa3Am/6YYJDoiUJA2Fu+kHmuAGCbZ0RyhAFacLsoCMmZyqd6KAilXH+vALc7OXNV0oVeXgAFxdC1CpQEw+0MsKlaqiazlkfkYKJAUR9oFGxvgf6YlxwTS+HuyuuVczNVYK6adY2C/L4Cc21qmmPqUIcDxivHg1+S2HEmkKnzcoejI74BTM96oNozvGqywOhja9H0s1XAHdeVLe8odqKfvWs+VLe00PBKNWrc7lwPHdVkuTUcfenjsxDpFx9lECIwTTdOuBTFKM7aaBVoFy0NUqAnwbP+UIHos20orU0LvExBbL7rTD3UHynw45rzOtrjmbpLJFJQkssaOQm+9HML248UpOJjmJLmiIZoC5KVrbsWHSh++nHNxKmCMQmp+8Cz7nJKhUYTvUub1jp/SiKlMwVYdKDbuWSghnGenH/mMku2jv5yko01PJ3/Fvzv+APc5qEQYPCWQwAAAABJRU5ErkJggg==) no-repeat 0 center;
  background-size: auto 0.25781rem;
}
.page-wrap .again[data-v-61516d05] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15625rem;
  height: 0.39844rem;
  background: rgba(101, 169, 225, 0.2);
  border-radius: 0.07813rem;
  border: 0.00781rem solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.page-wrap .again .ico[data-v-61516d05] {
  height: 0.21875rem;
  width: 0.24219rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAsCAMAAAAUyMtVAAAA4VBMVEUAAAD///////////////////////////////+72Pj///8dfOlmpu/V5/u61/j////////s9P651/i41vhvq/D1+f/////////////////d6/z///////8cfOn9+f+KvPP9+f/M4vr+/f/K4Pru9f77+P////+bxfb////c6vvb6fvt9f3////////++f/////////79P/+/v/58v/9+//++f+axPX68f/b6vv8+P/89//68v/////////79//9+f/58/////8Rdef68//9+v/79f/+/P///v/89v/8+P/79P8VATY7AAAAQnRSTlMA1E3J08vQx8Xezfzu29vEw9fZ1u3WISgRBdk1Ffv45d/b2dfQYT/i4NTSy0M6Hgv69+nf1M/gz8y/v7+mkIB/f1gfGxZuAAACBElEQVRIx92UW1uqQBSGASVA9k7RBCwzMy3dpnbc51Ochun//6BmLZCBmenproveG2++91nzzRrRPg7h/1/xnuc0TeO0IH9cKPPb+7hOGU5zYOorhPv49sHqdm3bsqxWhcWYTfJpKOUX8a3V60Ee4iayl8wJ/SsJ3+IHzNs8z6UZ/SEJcdwrB0C+s6ewOpQqBdZgPRgM+v3+YcUKLZqoBfv7aSTgzmFQkmyC7U4hDCKJwwMGTQzDuN4JQheFMzyQU3BWCkligDESBBuEvtlhiXaBE0UOF4ytUsB8TYDfUghqwrMo6IAgjBsTYAnQARvwDo7O3FIIFYIACHolaDXSFIS1vIdjLmw0aULrC1yqU8PTgQyFQJyA76jorHP4BL8p2CCYILQlIcvwkhTCfMUED889/Ax4NUGrk6dY4dS9ODh3XRbzjj4BR8NKuBQEGLB2I/fKxasZloJXCScNIUXBvHDhKs8h5OGRhvxIvkowvzLhqq0LEBDGTSEXJsilR5LQYqWxg1SaEOwsC3MXb0kqTTKxs5bnuOfVnO3t2BNK4wRfFEx8GMpFozBuCj+p/rqwJEuxs/Yvn5j49BTC7Ib8Ma7Fj/2UTmbqCcsbcgedBfwppTSpyPYQxt0C/gwSi8eECnkCtH8/8T2rGYXByaXRZCelZMvnlupEakI/2Egv9e1h2jvzAsohd3/MuUbEAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
}
.page-wrap .again .text[data-v-61516d05] {
  font-weight: 400;
  font-size: 0.14844rem;
  color: #fff;
}
.page-wrap .back-btn[data-v-61516d05] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.97656rem;
  height: 0.45313rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABgCAMAAABIZ0zHAAAApVBMVEUJVcEAAACOsOItbcnk7flunNurxelvnNtPhdMcYsZ+pt4+es6rxepfkNfx9vvJ2vHY5PZdpOOOsOGcu+YSW8OPseOIqt2PseG60O6EquGMseI9hNYXYseOseJiqOVWitMeaMmOseIXYsaOseOPr+CIqt0yc82OseKPsOOOsOLy9vxFftB3oNyNsOKrxupmldiOsN2du+cdaMf///9nred1terQ5fcs1XXOAAAAM3RSTlPZAOze++fx5+Pb6uHx5f31+PrP7tt2Hjv07Fns3rH95ODd3ZNnD+HAooX94ehK8eYt7uHfjeoGAAADzklEQVR42u3cbVebMBTA8dubUAhQYEXb6tZt3ep82POu2/f/aDMpjg6bsLOAeqP/N3o8vvBnabgnRGFyoA3y7yBsjvw7CDtHAbyzwC4wA95ZYO9DhR1jAryzwLY4A95ZYKehwpYYA+8ssAWmwDsL7AxPgHcW2AQReGeDzVEB62yw81BhF/gBWKdhQc5UGhbkTGWDbfENsE7DgpypNCzImUrDgpypnhyM/UylYUHOVE8PtmY+U2lYkDOVFXaJH4FzVtgx85lKw4Kcqaywz/gV/q+jR7HqWGHf8BP8V69eXP+Ah6+F+c5UrevFO3j4rLAJ4v24Or9AlcU4jc1n4kADwDZ4dB8uJSnRH2dYT1elvCLdFG6K6G7SG2ZmqrFdJlEUAgBy0slqWsczATtYOe1UDAFboxjdZZpRZWCZUNCmYRF0kl4w90zldv1cTTvVsYCevlOqYaAbAeY/U729vv5FB8p7aArVqDD/DbiX1z9P4k7pikgK6C0nbNuDiduUB8xvpjKy12+hm6ioEP8A22sPRrehB8wyU/nK4AtVYCnCmzIDE01JIfdhJZo8YLaZyl+mJMVwuJKIDGBFEIkGFO/DEEweMOtM5S+bUWlbOITYAcoi2b0XhZQwKqx9qOkvUwUpsJUYQFVBbGQ5xYPD/GcqI3t99yZdUdIDoxVAVhRZSiUMBht/nyqnyA1LKDWXYUFSDAkb+6BY6X7FtDzZYRpIC8sTkwdszINikjInrPmRUyrMAjrUfWz0DThBEpywiFIAVVORCSNrYfFtmQdstIeaOeVOmJBSQCKpEgBaNtysOO5BsYxIgCUNkbFEsSKqFUAjGxN2OhRMSEKwpSoqSSIoWSZ/vn8w2KgPNdMrWoG1FdWQFiTrONsfRwwsFZ08YP4zVYR/Nb0i+qLAVm3mY5FL0knTFVEx9J6H/0ylqFs1A3soG3SS1mVZGVhVlrX+yvRutQfMdwMuxr9KM3CmwC83LMBnfw0svINiDSy8g2I7WIAPNRtYeAfFdrAAn/25YEv8BGzTMMcd+gi45oJN5oz/2MoJu2S8ejhhS4yAa07YZMP3WnTDLvmeYnHDlnzXRTdssma7fGhYkC+Zhrlac32X9cEWyHRhdMPMiJ+yvBg1zN05zxm/H7bYsFwZDczdZ+R4ilbD+tpylLUw5wLC72psYW4Zu9uZgfW33WDKa5OxhblbzJldjg2sv7NLxJTRPmML62051zQuY0gH5u70hnYy+8DCZoFZaWu8KXqTCfXIeRaYvcV2jTyywBydLY8v1o//P1fBJNCeYdx6hnErWNhvtJ5rmhn7Uv4AAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}
.page-wrap-inner[data-v-61516d05] {
  padding: 0.5625rem 1.1875rem 0.42188rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.page-wrap .main-content[data-v-61516d05] {
  margin-top: 0.15625rem;
  flex: 1;
  overflow: hidden;
  background: #F4F6FA;
  border-radius: 0.15625rem;
  border: 0.00781rem solid rgba(255, 255, 255, 0.5);
}
.page-wrap .main-content .scroll-Y[data-v-61516d05] {
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.page-wrap .main-content .scroll-inner[data-v-61516d05] {
  padding: 0.32031rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.page-wrap .main-content .no-list[data-v-61516d05] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.page-wrap .main-content .no-list .inner[data-v-61516d05] {
  width: 100%;
  border-radius: 0.125rem;
}
.page-wrap .main-content .no-list .statistics[data-v-61516d05] {
  position: relative;
  padding-top: 1.95313rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.page-wrap .main-content .no-list .statistics[data-v-61516d05]::before {
  position: absolute;
  top: -0.23438rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.10156rem;
  width: 2.10156rem;
  content: "";
  background: url("${ckStaticPath}/small/calcHero/all-pairs.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.page-wrap .main-content .no-list .statistics.animat[data-v-61516d05]::before {
  animation: animat-61516d05 0.8s ease-out forwards;
}
.page-wrap .main-content .no-list .top-tips .text[data-v-61516d05] {
  display: flex;
}
.page-wrap .main-content .no-list .top-tips .label[data-v-61516d05] {
  font-size: 0.17969rem;
  font-weight: 500;
  color: #222;
}
.page-wrap .main-content .no-list .top-tips .correct[data-v-61516d05] {
  font-size: 0.17969rem;
  font-weight: 500;
  color: #66cf42;
}
.page-wrap .main-content .no-list .time-num[data-v-61516d05] {
  margin-top: 0.125rem;
  display: flex;
}
.page-wrap .main-content .no-list .time-num .time[data-v-61516d05],
.page-wrap .main-content .no-list .time-num .num[data-v-61516d05] {
  display: flex;
}
.page-wrap .main-content .no-list .time-num .label[data-v-61516d05] {
  font-size: 0.14844rem;
  font-weight: 500;
  color: #222;
}
.page-wrap .main-content .no-list .time-num .val[data-v-61516d05] {
  font-size: 0.14844rem;
  font-weight: 500;
  color: #0B52B8;
}
.page-wrap .main-content .no-list .time-num .time[data-v-61516d05] {
  margin-right: 0.3125rem;
}
.page-wrap .main-content .no-list .time-num .total[data-v-61516d05] {
  color: #aaabb3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.page-wrap .main-content .item[data-v-61516d05] {
  width: 3.35938rem;
  padding: 0.15625rem 0;
  margin-bottom: 0.11719rem;
  background: #fff;
  box-sizing: border-box;
}
.page-wrap .main-content .item .original-question[data-v-61516d05] {
  padding-bottom: 0.09375rem;
  margin: 0 0.09375rem;
  border-bottom: 0.00781rem solid #f6f6f7;
}
.page-wrap .main-content .item .answer-question[data-v-61516d05] {
  margin: 0.15625rem 0.15625rem 0;
  background: url("${ckStaticPath}index/svg/wrong.svg") no-repeat;
  background-size: 0.15625rem 0.15625rem;
  background-position: 100% center;
}
.page-wrap .main-content .item .label[data-v-61516d05] {
  padding: 0 0 0.09375rem;
  font-size: 0.13281rem;
  font-weight: 400;
  color: #aaabb3;
}
@charset "UTF-8";
*[data-v-499460e5] {
  box-sizing: border-box;
}
ol[data-v-499460e5],
ul[data-v-499460e5] {
  list-style: none;
}
div[data-v-499460e5] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[data-v-499460e5],
body[data-v-499460e5],
div[data-v-499460e5],
span[data-v-499460e5],
applet[data-v-499460e5],
object[data-v-499460e5],
iframe[data-v-499460e5],
h1[data-v-499460e5],
h2[data-v-499460e5],
h3[data-v-499460e5],
h4[data-v-499460e5],
h5[data-v-499460e5],
h6[data-v-499460e5],
p[data-v-499460e5],
blockquote[data-v-499460e5],
pre[data-v-499460e5],
a[data-v-499460e5],
abbr[data-v-499460e5],
acronym[data-v-499460e5],
address[data-v-499460e5],
big[data-v-499460e5],
cite[data-v-499460e5],
code[data-v-499460e5],
del[data-v-499460e5],
dfn[data-v-499460e5],
em[data-v-499460e5],
img[data-v-499460e5],
ins[data-v-499460e5],
kbd[data-v-499460e5],
q[data-v-499460e5],
s[data-v-499460e5],
samp[data-v-499460e5],
small[data-v-499460e5],
strike[data-v-499460e5],
strong[data-v-499460e5],
sub[data-v-499460e5],
sup[data-v-499460e5],
tt[data-v-499460e5],
var[data-v-499460e5],
b[data-v-499460e5],
u[data-v-499460e5],
i[data-v-499460e5],
center[data-v-499460e5],
dl[data-v-499460e5],
dt[data-v-499460e5],
dd[data-v-499460e5],
ol[data-v-499460e5],
ul[data-v-499460e5],
li[data-v-499460e5],
fieldset[data-v-499460e5],
form[data-v-499460e5],
label[data-v-499460e5],
legend[data-v-499460e5],
table[data-v-499460e5],
caption[data-v-499460e5],
tbody[data-v-499460e5],
tfoot[data-v-499460e5],
thead[data-v-499460e5],
tr[data-v-499460e5],
th[data-v-499460e5],
td[data-v-499460e5],
article[data-v-499460e5],
aside[data-v-499460e5],
canvas[data-v-499460e5],
details[data-v-499460e5],
embed[data-v-499460e5],
figure[data-v-499460e5],
figcaption[data-v-499460e5],
footer[data-v-499460e5],
header[data-v-499460e5],
hgroup[data-v-499460e5],
menu[data-v-499460e5],
nav[data-v-499460e5],
output[data-v-499460e5],
ruby[data-v-499460e5],
section[data-v-499460e5],
summary[data-v-499460e5],
time[data-v-499460e5],
mark[data-v-499460e5],
audio[data-v-499460e5],
video[data-v-499460e5] {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
}

/* reset重置 */
del[data-v-499460e5],
ins[data-v-499460e5],
u[data-v-499460e5],
s[data-v-499460e5],
a[data-v-499460e5],
a[data-v-499460e5]:hover {
  text-decoration: none;
}
input[type=number][data-v-499460e5]::-webkit-inner-spin-button,
input[type=number][data-v-499460e5]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html[data-v-499460e5],
body[data-v-499460e5] {
  width: 100%;
  /*height: 100%;*/
  height: 100%;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img[data-v-499460e5] {
  display: block;
}
h1[data-v-499460e5],
h2[data-v-499460e5],
h3[data-v-499460e5],
h4[data-v-499460e5],
h5[data-v-499460e5],
h6[data-v-499460e5] {
  font-weight: normal;
  margin: 0;
}
.scroll-bar-hide[data-v-499460e5]::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.scroll-bar-hide[data-v-499460e5]::-webkit-scrollbar-thumb {
  background: transparent;
}
*[data-v-499460e5] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[data-v-499460e5]:active, button[data-v-499460e5]:focus,
a[data-v-499460e5]:active,
a[data-v-499460e5]:focus,
input[data-v-499460e5]:active,
input[data-v-499460e5]:focus {
  outline: none;
}

/**
* 真.1px边框
* {List}: 多个方向边框, 默认值为bottom, 你可以根据需要传入(top, left, bottom, right) 4个方向;
* {Color} 边框的颜色, 默认#ccc;
* {List} 4个圆角半径, 默认0;
* {String} 一个高级设置, 一般都不需要改动, 由于细边框的实现使用了css的伪类, 所以为了规避可能出现的样式冲突, 我们可以自己指定使用:after还是:before, 默认after;
*/
*[data-v-499460e5] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.dom-svg[data-v-499460e5] {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@font-face {
  font-family: Symbol;
  src: url(../fonts/symbol.3e443984.ttf);
}
@font-face {
  font-family: "MT Extra";
  src: url(../fonts/mtextra.fe5c7141.ttf);
}
@font-face {
  font-family: Douyin Sans;
  src: url(../fonts/DouyinSansBold.90af2901.otf);
}
/* 设置滚动条的样式 */
html[data-v-499460e5],
body[data-v-499460e5] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  color: #3F4F70;
  -webkit-overflow-scrolling: touch;
}
.answerfoot-flex__left span.progress em[data-v-499460e5] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.flex[data-v-499460e5] {
  display: flex;
}
.icon-go[data-v-499460e5] {
  width: 0.17188rem;
  height: 0.17188rem;
}
.icon_star[data-v-499460e5] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.icon_info[data-v-499460e5] {
  width: 0.14063rem;
  height: 0.14063rem;
}
.answerfoot[data-v-499460e5] {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0.59375rem;
  background: #fff;
  box-shadow: 0 -0.00781rem 0.1875rem 0 rgba(29, 100, 151, 0.07);
  font-size: 0.09375rem;
  color: #949fb4;
  z-index: 50;
}
.answerfoot.wpad[data-v-499460e5] {
  height: 0.5rem;
}
.answerfoot-flex[data-v-499460e5] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.59375rem;
  padding: 0 0.15625rem;
}
.answerfoot-flex.fpad[data-v-499460e5] {
  height: 0.5rem;
  padding-left: 0.03906rem;
  padding-right: 0.03906rem;
}
.answerfoot-flex__left span[data-v-499460e5] {
  display: block;
}
.answerfoot-flex__left span.progress[data-v-499460e5] {
  font-size: 0.09375rem;
  color: #3f4f70;
  font-weight: 700;
}
.answerfoot-flex__left span.progress em[data-v-499460e5] {
  font-style: normal;
}
.answerfoot-flex__left span.progress em.num[data-v-499460e5] {
  font-size: 0.15625rem;
}
.answerfoot-flex__left span.progress em.count[data-v-499460e5] {
  font-size: 0.125rem;
}
.answerfoot-flex__right[data-v-499460e5] {
  width: 1.54688rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answerfoot-flex__right .prev[data-v-499460e5] {
  width: 0.39063rem;
  height: 0.34375rem;
  display: flex;
  align-items: center;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex__right .prev span[data-v-499460e5] {
  display: block;
  width: 0.39063rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  font-size: 0.10938rem;
  color: #4153e2;
}
.answerfoot-flex .van-button[data-v-499460e5] {
  width: 1.01563rem;
  height: 0.34375rem;
  line-height: 0.34375rem;
  text-align: center;
  border-radius: 0.17969rem;
  font-size: 0.125rem;
  color: #fff;
}
.answerfoot-flex__but[data-v-499460e5] {
  width: 100%;
  height: 0.29688rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: #666666;
  color: #4153e2;
}
.pad-bottom[data-v-499460e5] {
  padding-bottom: 0.59375rem;
}
.study_icon[data-v-499460e5] {
  display: block;
  width: 0.20313rem;
  height: 0.20313rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.study_icon img[data-v-499460e5] {
  width: 0.20313rem;
  height: 0.20313rem;
}
video[data-v-499460e5]::-internal-media-controls-download-button {
  display: none;
}
video[data-v-499460e5]::-webkit-media-controls-enclosure {
  overflow: hidden;
}

/**题型样式**/
.yanswer-title[data-v-499460e5],
.answer-title[data-v-499460e5],
.colanswer-con[data-v-499460e5],
.answerExec-title[data-v-499460e5],
.answersisy-con[data-v-499460e5],
.checkBox-correct__con[data-v-499460e5] {
  word-break: break-all;
}
.yanswer-title u[data-v-499460e5],
.answer-title u[data-v-499460e5],
.colanswer-con u[data-v-499460e5],
.answerExec-title u[data-v-499460e5],
.answersisy-con u[data-v-499460e5],
.checkBox-correct__con u[data-v-499460e5] {
  word-wrap: break-word;
  text-decoration: underline;
}
.yanswer-title img[data-v-499460e5],
.answer-title img[data-v-499460e5],
.colanswer-con img[data-v-499460e5],
.answerExec-title img[data-v-499460e5],
.answersisy-con img[data-v-499460e5],
.checkBox-correct__con img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li[data-v-499460e5],
.answerExec-box li[data-v-499460e5] {
  word-break: break-all;
}
.answer-box li div span:nth-child(1) img[data-v-499460e5],
.answerExec-box li div span:nth-child(1) img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-499460e5],
.answerExec-box li u[data-v-499460e5] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li[data-v-499460e5],
.err-detail-style[data-v-499460e5] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  word-break: break-all;
}
.error-list li u[data-v-499460e5],
.err-detail-style u[data-v-499460e5] {
  text-decoration: underline;
  word-wrap: break-word;
}
.error-list li img[data-v-499460e5],
.err-detail-style img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  height: auto;
}
.error-list li table[data-v-499460e5],
.err-detail-style table[data-v-499460e5] {
  margin: 0 auto;
}
.error-list li .stem-head[data-v-499460e5],
.err-detail-style .stem-head[data-v-499460e5] {
  font-family: "Times New Roman, simsun, CK-SimSun";
}
.speccon pre[data-v-499460e5] {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.speccon u[data-v-499460e5] {
  text-decoration: underline;
}

/* fade-transform */
.fade-leave-active[data-v-499460e5],
.fade-enter-active[data-v-499460e5] {
  transition: all 0.5s;
  animation-duration: 0.5s !important;
}
.fade-enter[data-v-499460e5] {
  opacity: 0;
}
.fade-leave-to[data-v-499460e5] {
  opacity: 0;
}
.answerfoot-flex__left span.progress em[data-v-499460e5] {
  font-weight: bold;
  font-family: "DINAlternate";
}
.wh-1200[data-v-499460e5] {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
a[data-v-499460e5] {
  text-decoration: none;
  color: inherit;
}
.link-hover[data-v-499460e5]:hover {
  color: #4153e2;
  cursor: pointer;
}

/**题型样式**/
.answer-name[data-v-499460e5],
.answer-box li[data-v-499460e5],
.answeransy-con[data-v-499460e5],
.answerExec-title[data-v-499460e5],
.answerExec-box li[data-v-499460e5],
.answerList-right__con[data-v-499460e5],
.correctAnswer-content[data-v-499460e5] {
  word-break: break-all;
}
.answer-name u[data-v-499460e5],
.answeransy-con u[data-v-499460e5],
.answer-content u[data-v-499460e5],
.answerExec-title u[data-v-499460e5],
.answerList-right__con u[data-v-499460e5] {
  word-wrap: break-word;
  text-decoration: underline;
}
.answer-name img[data-v-499460e5],
.answeransy-con img[data-v-499460e5],
.answer-content img[data-v-499460e5],
.answerExec-title img[data-v-499460e5],
.answerList-right__con img[data-v-499460e5],
.answerList-right__con img[data-v-499460e5],
.correctAnswer-content img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li div span:nth-child(1) img[data-v-499460e5],
.answerExec-box li div span:nth-child(1) img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.answer-box li u[data-v-499460e5],
.answerExec-box li u[data-v-499460e5] {
  text-decoration: underline;
  word-wrap: break-word;
}
.button[data-v-499460e5] {
  text-align: center;
  padding: 0 0.11719rem;
  line-height: 0.3125rem;
}
.buttom-min[data-v-499460e5] {
  width: 0.59375rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
  font-size: 0.09375rem;
  text-align: center;
  line-height: 0.1875rem;
  cursor: pointer;
}
.button-primary[data-v-499460e5] {
  border: solid 0.00781rem #4153e2;
  background: #4153e2;
  color: #fff;
}
.button-primary[data-v-499460e5]:hover {
  border: solid 0.00781rem #1e9b9e;
  background: #1e9b9e;
  color: #fff;
}
.button-primary-plain[data-v-499460e5] {
  border: solid 0.00781rem #4153e2;
  background: #fff;
  color: #4153e2;
}
.ck-btn-primary-plain[data-v-499460e5] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: rgba(183, 191, 255, 0.1);
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #4153e2;
  transition: all 0.5s;
}
.ck-btn-primary-plain[data-v-499460e5]:hover {
  color: #ffffff;
  background: #4153e2;
}
.ck-btn-primary-plain[data-v-499460e5]:hover:active {
  background: #3848ce;
}
.ck-btn-primary[data-v-499460e5] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.3125rem;
  background: #4153e2;
  color: #ffffff;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  transition: all 0.5s;
}
.ck-btn-primary[data-v-499460e5]:hover {
  background: #4a88ff;
}
.ck-btn-primary[data-v-499460e5]:hover:active {
  background: #3848ce;
}
.el-pagination[data-v-499460e5] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-499460e5] {
  padding: 0.125rem 0 0;
}
.pagination-box[data-v-499460e5] .el-pager li {
  color: #4e5969;
}
.pagination-box[data-v-499460e5] .el-pager .active {
  background: #e8f3ff;
  color: #4153e2;
}
.breadcrumb-box[data-v-499460e5] .el-breadcrumb__inner {
  font-size: 0.10938rem;
}
.black-top[data-v-499460e5] {
  position: fixed;
  bottom: 1.69531rem;
  right: 0.35156rem;
  text-align: center;
  width: 0.46875rem;
  padding-top: 0.54688rem;
  font-size: 0.10938rem;
  color: #333333;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 0.46875rem 0.46875rem;
  cursor: pointer;
}
.lessonplan img[data-v-499460e5] {
  display: block;
  width: 100%;
}
.nolesson p[data-v-499460e5] {
  padding-top: 32%;
  text-align: center;
  font-size: 0.125rem;
  font-weight: 500;
  color: #cad0db;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
/*定义右下角汇合处的样式*/
[data-v-499460e5]::-webkit-scrollbar-corner {
  background: #999;
}
.question-area[data-v-499460e5] {
  word-break: break-all;
}
.question-area u[data-v-499460e5] {
  word-wrap: break-word;
  text-decoration: underline;
}
.question-area img[data-v-499460e5] {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.repet-tab .van-tabs--line .van-tabs__wrap[data-v-499460e5] {
  height: 0.39063rem;
  background: #fff;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav--line[data-v-499460e5] {
  padding-bottom: 0;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tabs__nav[data-v-499460e5] {
  width: 1.40625rem;
  justify-content: flex-start;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-499460e5] {
  width: 0.78125rem;
}
.repet-tab .van-tabs--line .van-tabs__wrap .van-tab[data-v-499460e5]:first-child:after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 0.01563rem;
  height: 0.07031rem;
  background: #E1E6EE;
}
.repet-tab .van-tabs__line[data-v-499460e5] {
  background-image: repeating-linear-gradient(90deg, rgb(110, 224, 169), rgb(76, 229, 40));
  box-shadow: 0 0.02344rem 0.04688rem 0 rgba(0, 235, 122, 0.2);
  border-radius: 0.01563rem;
  bottom: 0.09375rem;
}
.utils-search[data-v-499460e5] {
  width: 1.875rem;
}
.utils-search.width[data-v-499460e5] {
  width: 2.07031rem;
}
.utils-search .van-search__content[data-v-499460e5] {
  background: #B6C0CB;
}
.utils-search .van-search .van-cell[data-v-499460e5] {
  padding: 0.01563rem 0.04688rem 0.01563rem 0.10156rem;
}
.utils-search .van-field__left-icon .van-icon[data-v-499460e5] {
  color: #fff;
}
.utils-search input[data-v-499460e5]:-moz-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-499460e5]:-ms-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search input[data-v-499460e5]::-webkit-input-placeholder {
  font-size: 0.09375rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.utils-search .van-field__control[data-v-499460e5] {
  font-size: 0.09375rem;
  color: #fff;
}
.searchd-btn[data-v-499460e5] {
  height: 0.21875rem;
  display: flex;
  align-items: center;
}
.searchd-btn .van-button--normal[data-v-499460e5] {
  width: 0.46875rem;
  height: 0.21875rem;
  font-size: 0.09375rem;
  color: #fff;
  line-height: 0.21875rem;
  padding: 0;
}
.overlay[data-v-499460e5] {
  background: rgba(63, 74, 95, 0.5);
}
.practic-tab[data-v-499460e5], .record-tab[data-v-499460e5] {
  padding-left: 0.15625rem;
  padding-right: 0.11719rem;
}
.practic-tab .van-tabs__nav[data-v-499460e5], .record-tab .van-tabs__nav[data-v-499460e5] {
  background: transparent;
}
.practic-tab .van-tab[data-v-499460e5], .record-tab .van-tab[data-v-499460e5] {
  margin-right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.51563rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #fff;
  border-radius: 0.15625rem;
}
.practic-tab .van-tabs__nav--line[data-v-499460e5], .record-tab .van-tabs__nav--line[data-v-499460e5] {
  padding-bottom: 0.23438rem;
}
.practic-tab .van-tabs__line[data-v-499460e5], .record-tab .van-tabs__line[data-v-499460e5] {
  background-color: transparent;
}
.practic-tab .van-tabs__wrap--scrollable .van-tab[data-v-499460e5], .record-tab .van-tabs__wrap--scrollable .van-tab[data-v-499460e5] {
  padding: 0;
}
.practic-tab .van-tabs__nav--complete[data-v-499460e5], .record-tab .van-tabs__nav--complete[data-v-499460e5] {
  padding-left: 0;
  padding-right: 0;
}
.practic-tab .van-tab--active[data-v-499460e5], .record-tab .van-tab--active[data-v-499460e5] {
  background: #fff;
  color: #4153e2;
}
.practic-tab .van-hairline--top-bottom[data-v-499460e5]::after,
.practic-tab .van-hairline-unset--top-bottom[data-v-499460e5]::after, .record-tab .van-hairline--top-bottom[data-v-499460e5]::after,
.record-tab .van-hairline-unset--top-bottom[data-v-499460e5]::after {
  border: 0;
}
.practic-tab .van-tabs--line .van-tabs__wrap[data-v-499460e5], .record-tab .van-tabs--line .van-tabs__wrap[data-v-499460e5] {
  height: auto;
}
.record-tab[data-v-499460e5] {
  padding-top: 0.11719rem;
  padding-bottom: 0.11719rem;
  padding-left: 0.07813rem;
  padding-right: 0.07813rem;
  background: #fff;
}
.record-tab .van-tab[data-v-499460e5] {
  margin-right: 0.11719rem;
  width: 0.46875rem;
  height: 0.1875rem;
  font-size: 0.125rem;
  color: #4153e2;
  border-radius: 0.21875rem;
}
.record-tab .van-tabs__nav--line[data-v-499460e5] {
  padding-bottom: 0;
}
.record-tab .van-tab--active[data-v-499460e5] {
  background: #4153e2;
  color: #fff;
}
.van-tag[data-v-499460e5] {
  padding-left: 0.03125rem;
  padding-right: 0.03125rem;
}
.van-tag + .van-tag[data-v-499460e5] {
  margin-left: 0.04688rem;
}
.bottom-tip .van-divider[data-v-499460e5] {
  color: #aaa;
}
.bottom-tip .van-divider[data-v-499460e5]::after,
.bottom-tip .van-divider[data-v-499460e5]::before {
  background: #ddd;
}
.van-tabbar[data-v-499460e5] {
  background: #fafafa;
}
.van-button[data-v-499460e5] {
  height: 0.39063rem;
  line-height: 0.39063rem;
}
.van-button--primary[data-v-499460e5] {
  background-color: #4153e2;
  border: 0.02667rem solid #4153e2;
}
.van-button--plain[data-v-499460e5] {
  background-color: #fff;
  color: #4153e2;
}
.van-button--hairline[data-v-499460e5] {
  border-width: 0;
}
.point-page-list .van-collapse-item__content[data-v-499460e5] {
  padding: 0;
}
.point-page-list .van-cell[data-v-499460e5]:not(:last-child)::after {
  left: 0.14063rem;
}
.point-page-list [class*=van-hairline][data-v-499460e5]::after {
  left: -43.7%;
}
.point-page-list .van-cell__right-icon[data-v-499460e5] {
  display: none;
}
.sbox .van-radio__label[data-v-499460e5] {
  font-size: 0.10938rem;
}
.sbox .van-checkbox__label[data-v-499460e5] {
  font-size: 0.10938rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sbox .van-radio-group[data-v-499460e5] {
  height: auto;
  overflow: hidden;
}
.van-sticky--fixed[data-v-499460e5] {
  background: #fff;
}
.van-picker__cancel[data-v-499460e5],
.van-picker__confirm[data-v-499460e5] {
  color: #4153e2;
}
.point-page-list [class*=van-hairline][data-v-499460e5]:first-of-type::after {
  border-top: none;
}
.sub-vans .van-tab[data-v-499460e5] {
  font-size: 0.125rem;
  color: #333;
  font-weight: 500;
}
.sub-vans .van-tabs__line[data-v-499460e5] {
  bottom: 0.11719rem;
  width: 0.125rem;
  background-color: rgb(49, 194, 124);
}
.sub-vans .van-tab--active[data-v-499460e5] {
  color: rgb(49, 194, 124);
}
.sub-vans .van-hairline--top-bottom[data-v-499460e5] {
  height: 0.35156rem !important;
}
.sbox-new .van-checkbox__icon--round[data-v-499460e5] {
  margin-left: 0.15625rem !important;
}
.sbox-new .van-checkbox__label[data-v-499460e5] {
  font-size: 0.125rem;
}
.van-dialog[data-v-499460e5] {
  width: 1.95313rem;
}
.van-dialog__header[data-v-499460e5] {
  color: #35404A;
  font-size: 0.14063rem;
}
.van-dialog__confirm[data-v-499460e5] {
  font-weight: 500;
}

/**
* @更多学习弹框-swiper
* @zwh
* @2020.12.09
*/
.swiperStudyPopup[data-v-499460e5] {
  border-bottom: 0.00781rem solid #F1F4F9;
  margin: 0 0.07813rem;
  /**swiper滑动*/
}
.swiperStudyPopup .subjectnav[data-v-499460e5] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 0.125rem;
  color: #757A82;
  font-weight: 400;
  border-radius: 0.09375rem;
  margin: 0 0.10742rem;
  flex-wrap: wrap;
}
.swiperStudyPopup .subjectnav[data-v-499460e5]:last-child {
  margin-right: 0.10156rem;
}
.swiperStudyPopup .subjectnav.active span[data-v-499460e5] {
  color: #4153e2;
  border-bottom: 0.02344rem solid #4153e2;
}
.swiperStudyPopup .subjectnav span[data-v-499460e5] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54688rem;
  height: auto;
  color: #757A82;
  width: 100%;
  padding: 0.11719rem 0;
}
.van-tag--plain[data-v-499460e5]::before {
  border: 0.00391rem solid currentColor;
}

/**
* @vue-aplayer样式覆盖
* @zwh
* @2020.12.13
*/
.aplayer[data-v-499460e5] {
  height: 100%;
  box-shadow: none !important;
}
.aplayer .aplayer-body[data-v-499460e5], .aplayer .aplayer-pic[data-v-499460e5], .aplayer .aplayer-info[data-v-499460e5] {
  height: 100%;
}
.aplayer .aplayer-controller .aplayer-time .aplayer-icon.inactive[data-v-499460e5] {
  display: none;
}
.aplayer .aplayer-pic[data-v-499460e5] {
  background: #4153e2;
}

/**
* @富文本内容-心理音频详情
* @zwh
* @2020.05.14
*/
.fwbContent[data-v-499460e5] {
  font-size: 0.125rem;
  color: #797979;
}
.fwbContent p[data-v-499460e5] {
  text-indent: 0.0625rem;
}
[data-v-499460e5] .conDialog {
  width: 2.03125rem;
}
.el-pagination[data-v-499460e5] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pagination li.active[data-v-499460e5] {
  color: #fff;
  background: #4153e2;
}
.el-carousel__button[data-v-499460e5] {
  width: 0.07031rem;
  height: 0.07031rem;
  border-radius: 50%;
}
.el-carousel__indicator.is-active button[data-v-499460e5] {
  background: #4153e2;
}
.userHead-cover .arrow_down[data-v-499460e5] {
  padding: 0.02344rem;
  border-width: 0 0.00781rem 0.00781rem 0;
  border-color: #999;
  border-style: solid;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -0.02344rem;
  margin-left: 0.03906rem;
}
.ai-dropdown-menu[data-v-499460e5] {
  padding: 0.15625rem 0;
  width: 1.5625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-499460e5] {
  padding: 0 0.15625rem;
}
.ai-dropdown-menu .el-dropdown-menu__item p[data-v-499460e5] {
  font-size: 0.10938rem;
  line-height: 0.17188rem;
  color: #333;
}
.ai-dropdown-menu .el-dropdown-menu__item p.color-999[data-v-499460e5] {
  color: #999;
}
.ai-dropdown-menu .el-dropdown-menu__item .min-but[data-v-499460e5] {
  display: inline-block;
  font-size: 0.09375rem;
  width: 0.28125rem;
  height: 0.14063rem;
  border-radius: 0.13281rem;
  background-color: #F1BC69;
  color: #fff;
  text-align: center;
  line-height: 0.14063rem;
  margin-left: 0.10938rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .item-border[data-v-499460e5] {
  padding-bottom: 0.07813rem;
  border-bottom: 0.00781rem solid #eee;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip[data-v-499460e5] {
  position: relative;
  background: #140a08;
  height: 0.625rem;
  margin: -0.15625rem -0.15625rem 0;
  border-top-left-radius: 0.03125rem;
  border-top-right-radius: 0.03125rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_bg[data-v-499460e5] {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_title[data-v-499460e5] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.16406rem;
  box-sizing: content-box;
  padding: 0.11719rem 0.09375rem 0.07813rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .ser_vip_viplogo[data-v-499460e5] {
  width: 0.67188rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip .user_vip_btn[data-v-499460e5] {
  width: 0.46875rem;
  height: 0.1875rem;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_date[data-v-499460e5], .ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-499460e5] {
  padding: 0 0.09375rem;
  position: relative;
  font-size: 0.09375rem;
  color: #FDE6C5;
  font-weight: normal;
  line-height: 0.125rem;
  white-space: nowrap;
}
.ai-dropdown-menu .el-dropdown-menu__item .user_vip_desc[data-v-499460e5] {
  font-size: 0.09375rem;
  color: #9A896E;
  font-weight: normal;
}
.ai-dropdown-menu .el-dropdown-menu__item + .el-dropdown-menu__item[data-v-499460e5] {
  padding-top: 0.07813rem;
}
.ai-dropdown-menu .popper__arrow[data-v-499460e5] {
  top: -0.0625rem !important;
  margin: 0;
  border: 0;
  width: 0.11719rem;
  height: 0.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAYAAAABOs/SAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAK/SURBVHgBtVS/a1pRFL7XPJ8JGWJJoYX8EiodklE6OIRkzB4yhKZLlmTIkFASh5IoONZBSyYX+wPEP0CETlJwcRCpiB0coigqohZcBJW8nu/23cfzYdqmaQ98XN/13u875zv3XsYoNE3jNHAa8WkzY29vb4ZGA/hOp9OPy+Xys2Kx6KY5RUKu1UcrB7fAEOSBQEAulptntre3FQDEEOt0Oh96vd53gibRbrffW5OQiYIT8Pv9tmnC+GHDaBX0eDx2EFWrVY8UrFQqWiaT0VKplCHe7XZvsMYqrgsKBywJGFaIUf8tNuqidlRD5DcQCIVC2srKirawsCCwsbGhRaNRQ1yv3K5DMXFO2j7FXpktNqrr6+sq2fsFxBCQgmY4nU4tkUjI6tPYZxbXW2UkoGtOHCCjSn2z2mq1giAsFAqiumnCwOrqqlhDa28bjcZr7AXX1taWIsVlAnqhP/tptdftdjuy2exz2UOv13unqMTOzo6s+pYsfwEOU/WKqXohrJiEVR2OeDz+hHpWAdHV1dVvRSXOzs6MfsdisafgusN6Y0Lai4WzdEU+ggAn909FZb/laac2vQOXWRxnBuI2spbRx8TlrtVqB4qivKrX6+z8/JzdJ/AmXFxcsH6/z1RVPSGOE3CS7YK7VCphGbflcjk2HA65y+WyETi9Sq75+fm3+DcYDDKI3zcocXZ8fCwE5ubm3oBzPB4LDcyhUK7bgBANp95845yvhcNhFolE2EPi8vKSHR4ewoWvi4uL3uXlZUZOigcIwrM0IV4Sqj5qt9sPUOXm5iZ7aFABLJlMopVsMBhcLy0t+Wga77MmSvf5fI/y+fxnKbq/v8/+RaDfsBycZPkJHbYE2b6GQnmz2bx2OBwvaZ0TjT86Ovqrvv4q6IlldD0ZrEaMRqNPHMceJ5DuHENf/2ecnp6y3d1dJKD9AB5ax4LChDhsAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 0.11719rem 0.0625rem;
}
.ai-dropdown-menu .popper__arrow[data-v-499460e5]::after {
  display: none;
}
.ai-dropdown-menu .el-dropdown-menu__item[data-v-499460e5]:focus,
.ai-dropdown-menu .el-dropdown-menu__item[data-v-499460e5]:not(.is-disabled):hover {
  background: none;
  color: #606266;
}
.ai-dropdown-menu .ai-mini-button[data-v-499460e5] {
  display: block;
  width: auto;
  height: 0.1875rem;
  background: #F1BC69;
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: normal;
  line-height: 0.1875rem;
  border-radius: 0.1875rem;
}
.el-dialog .el-dialog__header[data-v-499460e5] {
  padding: 0;
}
.el-select-dropdown .el-select-dropdown__item[data-v-499460e5] {
  padding: 0 0.15625rem;
}
.el-select-dropdown .el-select-dropdown__item.selected[data-v-499460e5] {
  color: #4153e2;
}
.el-cascader__dropdown .el-cascader-node.in-active-path[data-v-499460e5],
.el-cascader__dropdown .el-cascader-node.is-active[data-v-499460e5] {
  color: #4153e2;
}
.el-pagination[data-v-499460e5] {
  display: flex;
  justify-content: center;
  color: #c0c4cc;
}
.el-pager li.active[data-v-499460e5] {
  color: #fff;
  background: #4153e2;
}
.el-pagination button[data-v-499460e5]:hover {
  color: #4153e2;
}
.el-pager li[data-v-499460e5]:hover {
  color: #4153e2;
}
.el-pager li.active[data-v-499460e5]:hover {
  color: #fff;
}
.el-tooltip__popper.is-light[data-v-499460e5] {
  background: #FFFEFE;
  border: 0.00781rem solid #EEEEEE;
  box-sizing: border-box;
  border-radius: 0.0625rem;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-499460e5] {
  top: -0.04688rem;
  margin-left: -0.03906rem;
  border-top-width: 0;
  border-bottom-color: #EEEEEE !important;
}
.el-tooltip__popper[data-v-499460e5] {
  padding: 0.11719rem;
}
.choose-date .el-range-separator[data-v-499460e5] {
  font-size: 0.10938rem;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0 0.07813rem;
}
.choose-date .el-date-editor .el-range-input[data-v-499460e5] {
  color: #4153e2;
}
.choose-date .el-date-editor .el-range__close-icon[data-v-499460e5] {
  display: none;
}
.choose-date .el-date-table td.end-date span[data-v-499460e5], .choose-date .el-date-table td.start-date span[data-v-499460e5] {
  background-color: #4153e2;
}
.choose-date input.el-range-input[data-v-499460e5]::-webkit-input-placeholder {
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-499460e5]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date input.el-range-input[data-v-499460e5]:-ms-input-placeholder { /* Mozilla Firefox 19+ */
  color: #4153e2;
}
.choose-date .el-range-input[data-v-499460e5] {
  cursor: pointer;
}
.error-list .el-checkbox__inner[data-v-499460e5] {
  border-radius: 50%;
  background-color: #F7F7F7;
  border: 0.00781rem solid #4153e2;
}
.error-list .el-checkbox__input.is-checked + .el-checkbox__label[data-v-499460e5] {
  color: #4153e2;
}
.error-list .el-checkbox__input.is-checked .el-checkbox__inner[data-v-499460e5] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.error-list .el-checkbox__inner[data-v-499460e5]:hover {
  border-color: #4153e2;
}
.error-list .el-checkbox__input.is-focus .el-checkbox__inner[data-v-499460e5] {
  border-color: #4153e2;
}
.error-list .el-checkbox__label[data-v-499460e5] {
  padding-left: 0.03125rem;
}
.error-list .el-checkbox[data-v-499460e5] {
  color: #4153e2;
}
.error-box .el-pager li[data-v-499460e5] {
  padding: 0;
  width: 0.25rem;
  height: 0.25rem;
  line-height: 0.25rem;
}
.reason-share .el-dialog__header[data-v-499460e5] {
  padding: 0.14063rem 0 0 0.15625rem;
}
.reason-share .reason-cancel[data-v-499460e5] {
  background: #fff;
  border: none;
  font-size: 0.125rem;
  color: #999;
  font-weight: normal;
  line-height: 0.28125rem;
  margin-right: 0.15625rem;
}
.reason-share .reason-true[data-v-499460e5] {
  width: 0.6875rem;
  height: 0.29688rem;
  background: #4153e2;
  border-radius: 0.14063rem;
  font-size: 0.125rem;
  color: #fff;
  font-weight: normal;
  border: none;
}
.reason-share .el-dialog__body[data-v-499460e5] {
  padding: 0.15625rem;
}
.reason-share .el-dialog__headerbtn .el-dialog__close[data-v-499460e5]:hover {
  color: #4153e2;
}
.reason-share .el-dialog__title[data-v-499460e5] {
  font-weight: 500;
}
.export-box .el-button.is-round[data-v-499460e5] {
  padding: 0 0.17969rem;
}
.export-style .el-radio__input.is-checked + .el-radio__label[data-v-499460e5] {
  color: #4153e2;
}
.export-style .el-radio__input.is-checked .el-radio__inner[data-v-499460e5] {
  border-color: #4153e2;
  background: #4153e2;
}
.export-style .el-radio__input.is-focus .el-radio__inner[data-v-499460e5] {
  border-color: #4153e2;
}
.export-style .el-radio__inner[data-v-499460e5]:hover {
  border-color: #DCDFE6;
}
.export-box .el-checkbox__input.is-checked + .el-checkbox__label[data-v-499460e5] {
  color: #4153e2;
}
.export-box .el-checkbox__input.is-checked .el-checkbox__inner[data-v-499460e5], .export-box .el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-499460e5] {
  background-color: #4153e2;
  border-color: #4153e2;
}
.export-box .el-checkbox__input.is-focus .el-checkbox__inner[data-v-499460e5] {
  border-color: #4153e2;
}
.export-box .el-checkbox__inner[data-v-499460e5]:hover {
  border-color: #DCDFE6;
}
.choose-paper .el-input__inner[data-v-499460e5] {
  width: 4.6875rem;
  border-color: #F9F2E2;
  line-height: 0.20313rem;
  height: 0.20313rem;
  background: #fff;
  padding: 0 0.23438rem 0 0.07813rem;
  color: #4153e2;
}
.choose-paper .el-select:hover .el-input__inner[data-v-499460e5] {
  border-color: #F9F2E2;
}
.choose-paper .el-input__icon[data-v-499460e5] {
  line-height: 0.20313rem;
}
.choose-paper .el-select .el-input.is-focus .el-input__inner[data-v-499460e5] {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input__inner[data-v-499460e5]:focus {
  border-color: #F9F2E2;
}
.choose-paper .el-select .el-input .el-select__caret[data-v-499460e5] {
  color: #4153e2;
}
.el-select .el-input .el-select__caret[data-v-499460e5] {
  color: #4153e2;
}
.avatar-uploader .el-upload[data-v-499460e5] {
  border: 0.00781rem dashed #4153e2;
  border-radius: 0.04688rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(49, 194, 124, 0.1);
}
.avatar-uploader .el-upload[data-v-499460e5]:hover {
  border-color: #4153e2;
}
.el-upload--picture-card[data-v-499460e5] {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  line-height: 0.54688rem;
}
.el-upload--picture-card i[data-v-499460e5] {
  color: #4153e2;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-499460e5] {
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.04688rem;
  overflow: visible;
}
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-499460e5] {
  border-radius: 0.04688rem;
}
.el-upload-list__item-delete[data-v-499460e5] {
  display: block;
  position: absolute;
  top: -0.125rem;
  right: -0.07813rem;
  font-size: 0.15625rem;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item[data-v-499460e5] {
  position: relative;
  margin-right: 0.125rem;
}
.el-upload-list--picture-card .el-upload-list__item div[data-v-499460e5] {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 0.04688rem;
}
.el-upload-list--picture-card .el-upload-list__item div img[data-v-499460e5] {
  border-radius: 0.04688rem;
}
.hide .el-upload--picture-card[data-v-499460e5] {
  display: none;
}

/**
* @swiper
* @zwh
* @2020.12.09
*/
.swiperDiv .swiper-container[data-v-499460e5] {
  width: 100% !important;
  height: 100% !important;
  padding: 0 0.15625rem;
}
.stepDialog .el-dialog__header[data-v-499460e5] {
  padding: 0.10938rem 0.15625rem;
  font-size: 0.10938rem;
  color: #333;
  font-weight: 500;
  background: #F5F5F5;
}
.stepDialog .el-dialog__title[data-v-499460e5] {
  font-size: 0.10938rem;
}
.stepDialog .el-dialog__body[data-v-499460e5] {
  padding-top: 0.19531rem;
  padding-bottom: 0.15625rem;
}
.btn-knew[data-v-499460e5] {
  margin: 0 auto;
  width: 2.03125rem;
  height: 0.3125rem;
  background: #4153e2;
  border: 0.00781rem solid #4153e2;
  border-radius: 0.15625rem;
  font-size: 0.10938rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.btn-knew[data-v-499460e5]:hover {
  border: solid 0.00781rem #4153e2;
  background: rgba(49, 194, 124, 0.9);
  color: #fff;
}
.picdelete[data-v-499460e5] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  top: -0.05469rem;
  right: -0.03906rem;
}
.error-icon[data-v-499460e5] {
  font-size: 0;
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.iconClose[data-v-499460e5] {
  width: 0.14063rem;
  height: 0.14063rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABf0lEQVQ4T62UsU4CQRCG/x9irPQRLOzsuKO5g8ZSLezvcjQ+ABB4DhISehtP6S00djacVBs6Ky18BG2MCYyZyy0el4NoZIstZma/nfl3Z4iS5bruCckAQENEDjSE5BuARERujDEPxWPMG1zXPQJwSdIru8DaRGQK4MIY82xtS1CtVjuuVqu3APY2QXK+j/l8fj6bzR7TjHXTTEjqLfu/hNiwdxHxNDMLSkj6f4Sk4SLyZIxpMBP2vgjxPA/TqSb5s8ps6l0sFmcKuiIZ5Q/4vo/RaIQ4jjEcDlNXp9NBq9VCu91GkiQrF4hIzHq9/gLgsJhRv99HEAQpTFcURRiPxxgMBmUKvGpGXyR3yry9Xg9hGKauDRDV6UtBnyR3y0C2HPXlyyzGpqB1pXW73WU5etCWaTUrwNLS1oqdL8dqtlZsx3FOK5XKXTHdZrOJyWSyYi6zLZ8/+9n//5AZaDstorCtNK0VYitjJKcqHcfRwRZqI+cHmzYogOtssEn+Jb4BK3bHRxpn7e4AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 0.14063rem 0.14063rem;
}
.el-image-viewer__close[data-v-499460e5] {
  color: #FFF;
}

/**规则弹框*/
.prpupBody .el-dialog__body[data-v-499460e5] {
  padding: 0 0.15625rem;
}
.el-button[data-v-499460e5]:focus {
  box-shadow: none;
  border: none;
}
.el-button--primary[data-v-499460e5],
.el-button--success[data-v-499460e5] {
  background: #4153e2;
}

/**
 试题默认样式
 @author
 @date 2020/06/04
*/
/** 宋体 */
/*@font-face {*/
/*!*font-family: "CK-SimSun";*!*/
/*src: url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff2) format("woff2"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/woff/STSONG.woff) format("woff"),*/
/*url(https://cktcdn.kaoti100.com/cms/question/fonts/ttf/STSONG.ttf) format("truetype");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/** 楷体 */
@font-face {
  font-family: "CK-Kaiti";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/SIMKAI.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/SIMKAI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** Times New Roman */
@font-face {
  font-family: "CK-Times-New-Roman";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff2") format("woff2"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/woff/TIMES.woff") format("woff"), url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/TIMES.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/** 国标字体 */
@font-face {
  font-family: "CK-GB-Pinyinok-B";
  src: url("https://cdn-kaotickt.chuangke100.com/cms/question/fonts/ttf/GB-PINYINOK-B.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
em[data-v-499460e5] {
  font-weight: normal;
}
p[data-v-499460e5] {
  word-break: break-word;
}
table caption[data-v-499460e5] {
  text-align: center;
  caption-side: top;
  color: #000;
}
table[border="0"] td[data-v-499460e5] {
  border: none;
}
table[border="1"] td[data-v-499460e5] {
  border: 0.00781rem solid #666;
}
.question-table[data-v-499460e5] {
  border-collapse: collapse;
  border: 0.00781rem solid #000;
  margin: 0 auto;
}
.question-table tr[data-v-499460e5] {
  border-bottom: 0.00781rem solid #000;
}
.question-table > tr[data-v-499460e5]:last-of-type {
  border: none;
}
.question-table tr td[data-v-499460e5] {
  border-right: 0.00781rem solid #000;
}
.question-table tr td[data-v-499460e5]:last-of-type {
  border: none;
}
.question-table thead tr th[data-v-499460e5] {
  border-right: 0.00781rem solid #000;
}
.question-table thead tr[data-v-499460e5] {
  border-bottom: 0.00781rem solid #000;
}
.question-table thead tr th[data-v-499460e5]:last-of-type {
  border: none;
}
.question-p-indent2em[data-v-499460e5] {
  text-indent: 2em;
}
.question-p-left[data-v-499460e5] {
  text-align: left;
}
.question-p-center[data-v-499460e5] {
  text-align: center;
}
.question-p-right[data-v-499460e5] {
  text-align: right;
}
.underpoint[data-v-499460e5] {
  position: relative;
  display: inline-block;
  white-space: normal;
}
.underpoint[data-v-499460e5]:before {
  content: ".";
  position: absolute;
  font-weight: bold;
  top: 0.03906rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.underline[data-v-499460e5] {
  border-bottom: 0.00781rem solid #000;
  padding-bottom: 0.00781rem;
  min-height: 0.1875rem;
  margin: 0;
}
@-moz-document url-prefix() {
.underline[data-v-499460e5] {
    padding-bottom: 0;
}
}
.formula-math[data-v-499460e5] {
  display: none !important;
}
.ready-box[data-v-499460e5] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(0.05469rem);
          backdrop-filter: blur(0.05469rem);
  z-index: 999;
}
.ready-box .reciprocal[data-v-499460e5] {
  width: 1.3125rem;
  height: 0.9375rem;
  line-height: 0.9375rem;
  background: rgba(34, 34, 34, 0.7);
  border-radius: 0.0625rem;
  font-size: 0.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.calc-hero-answer[data-v-499460e5] {
  padding: 1.21875rem 0.24219rem 0.32031rem;
  background: url(../img/calc-page-bg.9e43a891.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}
.calc-hero-answer.overtime[data-v-499460e5]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 999;
  -webkit-backdrop-filter: blur(0.03906rem);
          backdrop-filter: blur(0.03906rem);
}
.calc-hero-answer.overtime[data-v-499460e5]::after {
  padding: 0.28125rem 0.5625rem;
  content: "答题时间到";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.25rem;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border-radius: 0.09375rem;
  z-index: 9999;
}
.calc-hero-answer .back-btn[data-v-499460e5] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.97656rem;
  height: 0.45313rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABgCAMAAABIZ0zHAAAApVBMVEUJVcEAAACOsOItbcnk7flunNurxelvnNtPhdMcYsZ+pt4+es6rxepfkNfx9vvJ2vHY5PZdpOOOsOGcu+YSW8OPseOIqt2PseG60O6EquGMseI9hNYXYseOseJiqOVWitMeaMmOseIXYsaOseOPr+CIqt0yc82OseKPsOOOsOLy9vxFftB3oNyNsOKrxupmldiOsN2du+cdaMf///9nred1terQ5fcs1XXOAAAAM3RSTlPZAOze++fx5+Pb6uHx5f31+PrP7tt2Hjv07Fns3rH95ODd3ZNnD+HAooX94ehK8eYt7uHfjeoGAAADzklEQVR42u3cbVebMBTA8dubUAhQYEXb6tZt3ep82POu2/f/aDMpjg6bsLOAeqP/N3o8vvBnabgnRGFyoA3y7yBsjvw7CDtHAbyzwC4wA95ZYO9DhR1jAryzwLY4A95ZYKehwpYYA+8ssAWmwDsL7AxPgHcW2AQReGeDzVEB62yw81BhF/gBWKdhQc5UGhbkTGWDbfENsE7DgpypNCzImUrDgpypnhyM/UylYUHOVE8PtmY+U2lYkDOVFXaJH4FzVtgx85lKw4Kcqaywz/gV/q+jR7HqWGHf8BP8V69eXP+Ah6+F+c5UrevFO3j4rLAJ4v24Or9AlcU4jc1n4kADwDZ4dB8uJSnRH2dYT1elvCLdFG6K6G7SG2ZmqrFdJlEUAgBy0slqWsczATtYOe1UDAFboxjdZZpRZWCZUNCmYRF0kl4w90zldv1cTTvVsYCevlOqYaAbAeY/U729vv5FB8p7aArVqDD/DbiX1z9P4k7pikgK6C0nbNuDiduUB8xvpjKy12+hm6ioEP8A22sPRrehB8wyU/nK4AtVYCnCmzIDE01JIfdhJZo8YLaZyl+mJMVwuJKIDGBFEIkGFO/DEEweMOtM5S+bUWlbOITYAcoi2b0XhZQwKqx9qOkvUwUpsJUYQFVBbGQ5xYPD/GcqI3t99yZdUdIDoxVAVhRZSiUMBht/nyqnyA1LKDWXYUFSDAkb+6BY6X7FtDzZYRpIC8sTkwdszINikjInrPmRUyrMAjrUfWz0DThBEpywiFIAVVORCSNrYfFtmQdstIeaOeVOmJBSQCKpEgBaNtysOO5BsYxIgCUNkbFEsSKqFUAjGxN2OhRMSEKwpSoqSSIoWSZ/vn8w2KgPNdMrWoG1FdWQFiTrONsfRwwsFZ08YP4zVYR/Nb0i+qLAVm3mY5FL0knTFVEx9J6H/0ylqFs1A3soG3SS1mVZGVhVlrX+yvRutQfMdwMuxr9KM3CmwC83LMBnfw0svINiDSy8g2I7WIAPNRtYeAfFdrAAn/25YEv8BGzTMMcd+gi45oJN5oz/2MoJu2S8ejhhS4yAa07YZMP3WnTDLvmeYnHDlnzXRTdssma7fGhYkC+Zhrlac32X9cEWyHRhdMPMiJ+yvBg1zN05zxm/H7bYsFwZDczdZ+R4ilbD+tpylLUw5wLC72psYW4Zu9uZgfW33WDKa5OxhblbzJldjg2sv7NLxJTRPmML62051zQuY0gH5u70hnYy+8DCZoFZaWu8KXqTCfXIeRaYvcV2jTyywBydLY8v1o//P1fBJNCeYdx6hnErWNhvtJ5rmhn7Uv4AAAAASUVORK5CYII=) no-repeat;
  background-size: contain;
}
.calc-hero-answer .calc-answer-inner[data-v-499460e5] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.calc-hero-answer .calc-answer-inner .left-content[data-v-499460e5] {
  display: flex;
  flex-direction: column;
  width: 5.67969rem;
  height: 4.46094rem;
  border-radius: 0.15625rem;
  box-sizing: border-box;
}
.calc-hero-answer .calc-answer-inner .right-content[data-v-499460e5] {
  display: flex;
  flex-direction: column;
  width: 3.60156rem;
  height: 4.46094rem;
  border-radius: 0.15625rem;
  box-sizing: border-box;
}
.calc-hero-answer .calc-answer-inner .right-content .c-fn-box[data-v-499460e5] {
  padding: 0 0.14063rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.calc-hero-answer .calc-answer-inner .right-content .answer-p[data-v-499460e5] {
  flex: 1;
  height: 0.67969rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calc-hero-answer .calc-answer-inner .right-content .answer-p .tips[data-v-499460e5] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.15625rem;
  color: #fff;
  transition: all 0.3s;
}
.calc-hero-answer .calc-answer-inner .right-content .answer-p .tips .ico[data-v-499460e5] {
  margin-right: 0.03906rem;
  width: 0.15625rem;
  height: 0.15625rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGiSURBVHgBzVftUcMwDJW5/qds4BE6QkbIBmQDugHHCIzABmyQMEHYIN0gbGDkVi5C5xjZcY6+O597tvX1JMcqwD/DyAXnXIOThW3wZYx5X9xF463bHgducyd8GHC84rjHcaBxovUSNHBh85PGmQWVJGOjh0J4WdLRQC5QaE/Cs/8NBWC0F8mvisDLaBi8gzQ+aG4hH49CRz5YFDNkAmWmWNWXOJGdBjzbkcwEa4FKjppcCpngdAdrQbdh1rJQNXqmNLAwpa4U7lmW+w5qAhWOpHiMOUFM9dWjZwZ4dH5umeGGOej3LGwB4UQM2cb/+hDdDkT0I9G+p71GpMdCbTADfaIIr4UKNcHvdio6ciI4eoRayLnbjr0frvQZFgpD9H3EoV83gO331ViIRa9wQNULaIwfpPIMWdX7sYM0QiMykFKL03PivG84X7D19vMbjie4NKYDlMCJXoAxkkL4RKvSYBLGfQWfOyGMyLB1b2Cpuk94dGDyE519IFb0cBUKiTG42FMaIWDhJ8db/DHhNRL1WJPjtWgXGSAnUjlei2uN3Ay+AR/sZl7YglwpAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
}
.calc-hero-answer .calc-answer-inner .right-content .btn-next[data-v-499460e5] {
  width: 1.15625rem;
  height: 0.39844rem;
  line-height: 0.38281rem;
  background: rgba(101, 169, 225, 0.2);
  border-radius: 0.07813rem;
  border: 0.00781rem solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.14844rem;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.calc-hero-answer .calc-answer-inner .right-content .operation-area[data-v-499460e5] {
  flex: 1;
}
.calc-hero-answer .main-top[data-v-499460e5] {
  padding: 0 0.07813rem 0 0.24219rem;
  display: flex;
  align-items: center;
  position: relative;
  height: 0.67969rem;
  flex: 0 0 0.67969rem;
}
.calc-hero-answer .main-top .tips-txt[data-v-499460e5] {
  display: flex;
  align-items: center;
  font-size: 0.15625rem;
  font-weight: 500;
  color: #aaabb3;
}
.calc-hero-answer .main-top .active[data-v-499460e5] {
  font-size: 0.15625rem;
  font-weight: 500;
  color: #0B52B8;
}
.calc-hero-answer .main-top .progress-bar[data-v-499460e5] {
  margin: 0 0.24219rem 0 0.28125rem;
  flex: 1;
  height: 0.10156rem;
  background: #eeecfb;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.calc-hero-answer .main-top .progress-bar .bar[data-v-499460e5] {
  height: 100%;
  background-color: #1C3E9B;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(25%, rgba(255, 255, 255, 0.3)), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(75%, rgba(255, 255, 255, 0.3)), color-stop(75%, transparent));
  background-size: 0.07813rem 0.07813rem;
  border-radius: 0.15625rem;
  transition: width 0.3s;
}
.calc-hero-answer .main-top .skip-btn[data-v-499460e5] {
  width: 0.78125rem;
  height: 0.35938rem;
  line-height: 0.35938rem;
  border-radius: 0.27344rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.14844rem;
  font-weight: 400;
  color: #fff;
  background: rgba(17, 117, 231, 0.95);
  box-shadow: 0 4 0 0 rgba(29, 124, 232, 0.3);
  border-radius: 35px;
}
.calc-hero-answer .main-top .skip-btn.disabled[data-v-499460e5] {
  opacity: 0.7;
  border: 0.01563rem solid rgba(178, 169, 255, 0.4);
  color: #fff;
}
.calc-hero-answer .wrap-mian-wrap[data-v-499460e5] {
  margin: 0 0.07813rem 0.47656rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.calc-hero-answer .wrap-mian-wrap .small-blackboard[data-v-499460e5] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 1.10156rem;
  background-repeat: no-repeat;
  border-radius: 0.15625rem;
  overflow: hidden;
}
.calc-hero-answer .wrap-mian-wrap .tips[data-v-499460e5] {
  margin-top: 0.15625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.1875rem;
  font-size: 0.10938rem;
  font-weight: 400;
  color: #ddd;
}
.calc-hero-answer .wrap-mian-wrap .tips .space[data-v-499460e5] {
  margin: 0 0.0625rem;
  width: 0.14063rem;
  height: 0.1875rem;
  line-height: 0.1875rem;
  background: #dfdbff;
  border-radius: 0.01563rem;
  text-align: center;
  font-size: 0.10938rem;
  color: #6d5df0;
}
