@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-caculate-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px;
  width: 1.66667rem;
  position: relative;
  box-shadow: 0 0 0.3125rem rgba(143, 205, 255, 0.5);
}
.uni-caculate-wrapper .op-item {
    color: white;
    padding: 6px 0;
}
.uni-caculate-wrapper input {
    border: 0;
    padding: 12px 0.1875rem;
    width: 100%;
    text-align: right;
    letter-spacing: 3px;
    font-weight: 300;
    pointer-events: none;
}
.uni-caculate-wrapper .gradient-divider {
    width: 100%;
    border: 0;
    border-top: 2px solid #e6f5ff;
    background: linear-gradient(#e6f5ff, rgba(0, 0, 0, 0));
    padding: 12px 0;
}
.uni-caculate-wrapper #input-top {
    font-size: 0.09375rem;
    color: #cad0d4;
    border-radius: 5px;
    padding-top: 0.09375rem;
    padding-bottom: 0;
    letter-spacing: 5px;
}
.uni-caculate-wrapper #input-bottom {
    font-size: 0.3125rem;
    color: #929ea7;
    height: 0.55208rem;
    letter-spacing: 5px;
}
.uni-caculate-wrapper .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px 9px;
}
.uni-caculate-wrapper .num {
    cursor: pointer;
    font-weight: 600;
    color: #74828f;
    padding: 0.125rem;
    border-radius: 50%;
    width: 0.125rem;
    height: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uni-caculate-wrapper ::-moz-placeholder {
    color: #74828f;
    opacity: 0.3;
}
.uni-caculate-wrapper ::placeholder {
    color: #74828f;
    opacity: 0.3;
}
.uni-caculate-wrapper .op {
    border-radius: 50%;
    box-shadow: 0 9px 12px #e3f3ff;
    padding: 0.125rem;
    width: 6px;
    height: 6px;
    font-size: 0.09375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-blue .uni-caculate-wrapper .op {
      color: #2E58FF !important;
}
.theme-red .uni-caculate-wrapper .op {
      color: #AB1212 !important;
}
.uni-caculate-wrapper #reset {
    color: #ff8787;
}
.uni-caculate-wrapper #equal {
    color: white;
    font-size: 0.125rem;
    width: 70%;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
    position: relative;
    top: 0.10938rem;
    box-shadow: 0 0 0.09375rem rgba(88, 179, 255, 0.5);
}
.theme-blue .uni-caculate-wrapper #equal {
      background-color: #2E58FF !important;
}
.theme-red .uni-caculate-wrapper #equal {
      background-color: #AB1212 !important;
}
.uni-caculate-wrapper .hide {
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-out;
}
.uni-caculate-wrapper .disclaimer {
    margin-top: 4em;
    opacity: 0.5 !important;
}
.theme-blue .uni-caculate-wrapper .disclaimer {
      color: #2E58FF !important;
}
.theme-red .uni-caculate-wrapper .disclaimer {
      color: #AB1212 !important;
}
.uni-caculate-wrapper .disclaimer a {
    color: #58b3ff;
    text-decoration: none;
}
.uni-caculate-wrapper .disclaimer span:hover {
    cursor: pointer;
}
@media (max-height: 720px) {
.uni-caculate-wrapper .main-wrapper {
      transform: scale(0.8);
}
.uni-caculate-wrapper .disclaimer {
      margin-top: 0;
}
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-font-change .item {
  cursor: pointer;
  text-align: center;
}
.theme-blue .uni-font-change .item.active, .theme-blue .uni-font-change .item:hover {
    color: #2E58FF !important;
}
.theme-red .uni-font-change .item.active, .theme-red .uni-font-change .item:hover {
    color: #AB1212 !important;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.uni-answerSheet[data-v-5dded1e1] {
  width: 1.73438rem;
  background-color: #f8f8f8;
  padding: 0 0.10417rem 0.10417rem 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.uni-answerSheet .settings .top[data-v-5dded1e1] {
    font-size: 0.09375rem;
    display: flex;
    align-items: center;
    padding-top: 0.10417rem;
}
.uni-answerSheet .settings .top span[data-v-5dded1e1] {
      color: #343434;
      font-weight: 500;
}
.uni-answerSheet .settings .top i[data-v-5dded1e1] {
      font-size: 0.125rem;
      margin: 0 10px;
}
.theme-blue .uni-answerSheet .settings .top i[data-v-5dded1e1] {
        color: #2E58FF !important;
}
.theme-red .uni-answerSheet .settings .top i[data-v-5dded1e1] {
        color: #AB1212 !important;
}
.uni-answerSheet .settings .content[data-v-5dded1e1] {
    display: flex;
    height: 0.44792rem;
    align-items: center;
    background: #fff;
    color: #9a9a9a;
    margin-top: 0.10417rem;
}
.uni-answerSheet .settings .content em[data-v-5dded1e1] {
      width: 4px;
      height: 0.11458rem;
      border-radius: 2px;
}
.theme-blue .uni-answerSheet .settings .content em[data-v-5dded1e1] {
        background-color: #2E58FF !important;
}
.theme-red .uni-answerSheet .settings .content em[data-v-5dded1e1] {
        background-color: #AB1212 !important;
}
.uni-answerSheet .settings .content .iconfont[data-v-5dded1e1] {
      font-size: 0.20833rem;
}
.uni-answerSheet .settings .content .set[data-v-5dded1e1] {
      text-align: center;
      margin-left: 0.36458rem;
}
.uni-answerSheet .topic[data-v-5dded1e1] {
    flex: 1;
    margin-top: 0.15625rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.uni-answerSheet .topic .title[data-v-5dded1e1] {
      display: flex;
      align-items: center;
      padding: 0.10417rem 0 0 10px;
}
.uni-answerSheet .topic .title i[data-v-5dded1e1] {
        font-size: 0.09375rem;
}
.theme-blue .uni-answerSheet .topic .title i[data-v-5dded1e1] {
          color: #2E58FF !important;
}
.theme-red .uni-answerSheet .topic .title i[data-v-5dded1e1] {
          color: #AB1212 !important;
}
.uni-answerSheet .topic .title span[data-v-5dded1e1] {
        font-size: 0.09375rem;
        color: #343434;
}
.uni-answerSheet .topic .title span[data-v-5dded1e1]:last-child {
          color: #f38829;
}
.uni-answerSheet .topic .title span.active[data-v-5dded1e1] {
          margin: 0 10px;
}
.uni-answerSheet .topic .content[data-v-5dded1e1] {
      flex: 1;
      overflow-y: scroll;
      overflow-x: hidden;
      margin-top: 0.10417rem;
}
.uni-answerSheet .topic .content[data-v-5dded1e1]::-webkit-scrollbar {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
}
.uni-answerSheet .topic .main .header[data-v-5dded1e1] {
      display: flex;
      margin-bottom: 10px;
}
.uni-answerSheet .topic .main .header em[data-v-5dded1e1] {
        width: 3px;
        height: 0.11458rem;
        border-radius: 1.5px;
        margin-right: 15px;
}
.theme-blue .uni-answerSheet .topic .main .header em[data-v-5dded1e1] {
          background-color: #2E58FF !important;
}
.theme-red .uni-answerSheet .topic .main .header em[data-v-5dded1e1] {
          background-color: #AB1212 !important;
}
.uni-answerSheet .topic .main .header span[data-v-5dded1e1] {
        font-size: 12px;
        color: #666666;
}
.uni-answerSheet .topic .main ul[data-v-5dded1e1] {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0.10417rem;
}
.uni-answerSheet .topic .main ul li[data-v-5dded1e1] {
        cursor: pointer;
        width: 0.125rem;
        height: 0.125rem;
        border-radius: 3px;
        background-color: #ebedf4;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        color: #666666;
        transition: all 0.3s ease-in-out;
}
.uni-answerSheet .topic .main ul li.active[data-v-5dded1e1] {
          background-color: #2E58FF;
          color: #ffffff;
}
.uni-answerSheet .topic .main ul li.error[data-v-5dded1e1] {
          background-color: #e64040;
          color: #ffffff;
}
.uni-answerSheet .topic .main ul li.success[data-v-5dded1e1] {
          background-color: #0ca850;
          color: #ffffff;
}
.uni-answerSheet .topic .main ul li.partiallyCorrect[data-v-5dded1e1] {
          background-color: #eca722;
          color: #ffffff;
}
.uni-answerSheet .topic .main ul li.unread[data-v-5dded1e1] {
          background-color: #aaa;
          color: #fff;
}
.uni-answerSheet .topic .main ul li.current[data-v-5dded1e1] {
          box-shadow: 4px 4px 8px #666;
          text-decoration: underline;
}
.uni-answerSheet .tagging ul[data-v-5dded1e1] {
    padding: 0.10417rem 0 0.10417rem 0.10417rem;
    display: flex;
    flex-wrap: wrap;
}
.uni-answerSheet .tagging ul li[data-v-5dded1e1] {
      width: 50%;
      margin-bottom: 10px;
}
.uni-answerSheet .tagging ul li span[data-v-5dded1e1] {
        display: inline-block;
        min-width: 0.3125rem;
        font-size: 14px;
        color: #666666;
}
.uni-answerSheet .tagging ul li em[data-v-5dded1e1] {
        display: inline-block;
        width: 14px;
        height: 14px;
        border: 1px solid #969696;
        border-radius: 2px;
        margin-right: 5px;
}
.uni-answerSheet .tagging ul li em.success[data-v-5dded1e1] {
          background-color: #0ca850;
          border: none;
}
.uni-answerSheet .tagging ul li em.error[data-v-5dded1e1] {
          background-color: #e64040;
          border: none;
}
.uni-answerSheet .tagging ul li em.active[data-v-5dded1e1] {
          background-color: #2E58FF;
          border: none;
}
.uni-answerSheet .tagging ul li em.partiallyCorrect[data-v-5dded1e1] {
          background-color: #eca722;
          border: none;
}
.uni-answerSheet .tagging ul li em.unread[data-v-5dded1e1] {
          background-color: #aaa;
          border: none;
}
.uni-answerSheet .tagging .submit[data-v-5dded1e1] {
    padding-bottom: 0.15625rem;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.uni-answerSheet .tagging .submit div[data-v-5dded1e1] {
      width: 0.67188rem;
      height: 0.1875rem;
      border-radius: 17px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      cursor: pointer;
}
.theme-blue .uni-answerSheet .tagging .submit div[data-v-5dded1e1] {
        background: linear-gradient(to right, rgba(150, 169, 247, 0.9), rgba(46, 88, 255, 0.9));
        background-size: auto 100%;
}
.theme-red .uni-answerSheet .tagging .submit div[data-v-5dded1e1] {
        background: linear-gradient(to right, rgba(255, 71, 138, 0.9), rgba(250, 0, 18, 0.9));
        background-size: auto 100%;
}
.uni-answerSheet .tagging .submit div[data-v-5dded1e1]:hover {
        opacity: .7;
}
.uni-answerSheet .calculate[data-v-5dded1e1] .el-drawer__open .el-drawer.rtl {
    padding: 0.10417rem;
    width: 17% !important;
}


/*# sourceMappingURL=6-1760075386701.css.map*/