
.titleDialog[data-v-880c6f3e] {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0.09375rem;
}
.isTitleText[data-v-880c6f3e] {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0.10417rem 0;
}
.isTitleText p[data-v-880c6f3e] {
	font-size: 0.09375rem;
	color: #666;
	display: flex;
	align-items: center;
}
.isTitleText i[data-v-880c6f3e] {
	font-size: 0.125rem;
	color: #2c57ff;
	margin-right: 10px;
}
.isTitleText span[data-v-880c6f3e] {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.dialog-footer[data-v-880c6f3e] {
	display: flex;
	justify-content: center;
}
.dialog-footer .cancel[data-v-880c6f3e] {
	margin-right: 10px;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.faceDiv[data-v-e380501c] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faceDiv .faceData[data-v-e380501c] {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.faceDiv .faceData .faceNumber[data-v-e380501c] {
  width: 100%;
  height: 1.30208rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.41667rem;
  font-weight: bold;
  color: #fff;
}
.faceDiv .leftTop[data-v-e380501c] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-left: 10px solid #2e58ff;
  border-top: 10px solid #2e58ff;
  position: absolute;
  left: 0;
  top: 0;
}
.faceDiv .rightTop[data-v-e380501c] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-right: 10px solid #2e58ff;
  border-top: 10px solid #2e58ff;
  position: absolute;
  right: 0;
  top: 0;
}
.faceDiv .leftButton[data-v-e380501c] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-left: 10px solid #2e58ff;
  border-bottom: 10px solid #2e58ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faceDiv .rightButton[data-v-e380501c] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-right: 10px solid #2e58ff;
  border-bottom: 10px solid #2e58ff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.faceDiv .faceDataLine[data-v-e380501c] {
  width: 100%;
  height: 2px;
  background: #2e58ff;
  position: absolute;
  top: 0;
  animation: keyLine-e380501c 1.5s infinite;
}
.faceDivSuccessful[data-v-e380501c] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faceDivSuccessful strong[data-v-e380501c] {
  margin-bottom: 0.10417rem;
  font-size: 15px;
  color: #333;
}
.faceDivSuccessful p[data-v-e380501c] {
  font-size: 14px;
  color: #999;
}
.faceDivSuccessful .pButton[data-v-e380501c] {
  margin: 5px 0 0.15625rem;
}
.faceDivSuccessful img[data-v-e380501c] {
  margin: 0.39063rem 0 0.13021rem;
}
.faceDivSuccessful .auditImg[data-v-e380501c] {
  margin: 0.78125rem 0 0.13021rem;
}
.refer-btn[data-v-e380501c] {
  width: 1.21354rem;
  border-radius: 0.26042rem;
  margin-top: 0.10417rem;
}
.isReturn[data-v-e380501c]:hover {
  opacity: 0.7;
}
.detIcon[data-v-e380501c] {
  font-size: 0.15625rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.detIcon[data-v-e380501c]:hover {
  color: #2e58ff;
}
@keyframes keyLine-e380501c {
0% {
    top: 0;
}
50% {
    top: 1.30208rem;
}
100% {
    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隐藏滚动条 */
.sheet[data-v-29d528f9] {
  width: 1.73438rem;
  background-color: #f8f8f8;
  padding: 0 10px 0.10417rem 10px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.sheet .sheetSet[data-v-29d528f9] {
    width: 100%;
    margin-top: 0.10417rem;
}
.sheet .sheetSet .title[data-v-29d528f9] {
      display: flex;
      align-items: center;
      font-size: 0.09375rem;
      color: #333;
}
.sheet .sheetSet .title i[data-v-29d528f9] {
        font-size: 0.125rem;
        margin: 0 10px;
}
.theme-blue .sheet .sheetSet .title i[data-v-29d528f9] {
          color: #2E58FF !important;
}
.theme-red .sheet .sheetSet .title i[data-v-29d528f9] {
          color: #AB1212 !important;
}
.sheet .settings .top[data-v-29d528f9] {
    font-size: 0.09375rem;
    display: flex;
    align-items: center;
    padding-top: 0.10417rem;
}
.sheet .settings .top span[data-v-29d528f9] {
      color: #343434;
      font-weight: 500;
}
.sheet .settings .top i[data-v-29d528f9] {
      font-size: 0.125rem;
      margin: 0 10px;
}
.theme-blue .sheet .settings .top i[data-v-29d528f9] {
        color: #2E58FF !important;
}
.theme-red .sheet .settings .top i[data-v-29d528f9] {
        color: #AB1212 !important;
}
.sheet .settings .content[data-v-29d528f9] {
    display: flex;
    height: 0.3125rem;
    align-items: center;
    background: #fff;
    color: #9a9a9a;
}
.sheet .settings .content em[data-v-29d528f9] {
      width: 4px;
      height: 0.11458rem;
      border-radius: 2px;
}
.theme-blue .sheet .settings .content em[data-v-29d528f9] {
        background-color: #2E58FF !important;
}
.theme-red .sheet .settings .content em[data-v-29d528f9] {
        background-color: #AB1212 !important;
}
.sheet .settings .content .iconfont[data-v-29d528f9] {
      font-size: 0.20833rem;
}
.sheet .settings .content .set[data-v-29d528f9] {
      text-align: center;
      margin-left: 0.36458rem;
}
.sheet .topic[data-v-29d528f9] {
    flex: 1;
    margin-top: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sheet .topic .title[data-v-29d528f9] {
      display: flex;
      align-items: center;
      padding: 0.10417rem 0 0 10px;
}
.sheet .topic .title i[data-v-29d528f9] {
        font-size: 0.09375rem;
}
.theme-blue .sheet .topic .title i[data-v-29d528f9] {
          color: #2E58FF !important;
}
.theme-red .sheet .topic .title i[data-v-29d528f9] {
          color: #AB1212 !important;
}
.sheet .topic .title span[data-v-29d528f9] {
        font-size: 0.09375rem;
        color: #343434;
}
.sheet .topic .title span[data-v-29d528f9]:last-child {
          color: #f38829;
}
.sheet .topic .title span.active[data-v-29d528f9] {
          margin: 0 10px;
}
.sheet .topic .content[data-v-29d528f9] {
      flex: 1;
      overflow-y: scroll;
      overflow-x: hidden;
      margin-top: 0.10417rem;
}
.sheet .topic .content[data-v-29d528f9]::-webkit-scrollbar {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
}
.sheet .topic .main .header[data-v-29d528f9] {
      display: flex;
      margin-bottom: 10px;
}
.sheet .topic .main .header em[data-v-29d528f9] {
        width: 3px;
        height: 0.11458rem;
        border-radius: 1.5px;
        margin-right: 15px;
}
.theme-blue .sheet .topic .main .header em[data-v-29d528f9] {
          background-color: #2E58FF !important;
}
.theme-red .sheet .topic .main .header em[data-v-29d528f9] {
          background-color: #AB1212 !important;
}
.sheet .topic .main .header span[data-v-29d528f9] {
        font-size: 12px;
        color: #666666;
}
.sheet .topic .main ul[data-v-29d528f9] {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0.10417rem;
}
.sheet .topic .main ul li[data-v-29d528f9] {
        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;
}
.sheet .topic .main ul li.active[data-v-29d528f9] {
          background-color: #2E58FF;
          color: #ffffff;
}
.sheet .topic .main ul li.error[data-v-29d528f9] {
          background-color: #e64040;
          color: #ffffff;
}
.sheet .topic .main ul li.success[data-v-29d528f9] {
          background-color: #0ca850;
          color: #ffffff;
}
.sheet .topic .main ul li.partiallyCorrect[data-v-29d528f9] {
          background-color: #eca722;
          color: #ffffff;
}
.sheet .topic .main ul li.unread[data-v-29d528f9] {
          background-color: #aaa;
          color: #fff;
}
.sheet .topic .main ul li.current[data-v-29d528f9] {
          box-shadow: 4px 4px 8px #666;
          text-decoration: underline;
}
.sheet .tagging ul[data-v-29d528f9] {
    padding: 0.10417rem 0 0.10417rem 0.10417rem;
    display: flex;
    flex-wrap: wrap;
}
.sheet .tagging ul li[data-v-29d528f9] {
      width: 50%;
      margin-bottom: 10px;
}
.sheet .tagging ul li span[data-v-29d528f9] {
        display: inline-block;
        min-width: 0.3125rem;
        font-size: 14px;
        color: #666666;
}
.sheet .tagging ul li em[data-v-29d528f9] {
        display: inline-block;
        width: 14px;
        height: 14px;
        border: 1px solid #969696;
        border-radius: 2px;
        margin-right: 5px;
}
.sheet .tagging ul li em.success[data-v-29d528f9] {
          background-color: #0ca850;
          border: none;
}
.sheet .tagging ul li em.error[data-v-29d528f9] {
          background-color: #e64040;
          border: none;
}
.sheet .tagging ul li em.active[data-v-29d528f9] {
          background-color: #2E58FF;
          border: none;
}
.sheet .tagging ul li em.partiallyCorrect[data-v-29d528f9] {
          background-color: #eca722;
          border: none;
}
.sheet .tagging ul li em.unread[data-v-29d528f9] {
          background-color: #aaa;
          border: none;
}
.sheet .tagging .submit[data-v-29d528f9] {
    padding-bottom: 0.15625rem;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.sheet .tagging .submit div[data-v-29d528f9] {
      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 .sheet .tagging .submit div[data-v-29d528f9] {
        background: linear-gradient(to right, rgba(150, 169, 247, 0.9), rgba(46, 88, 255, 0.9));
        background-size: auto 100%;
}
.theme-red .sheet .tagging .submit div[data-v-29d528f9] {
        background: linear-gradient(to right, rgba(255, 71, 138, 0.9), rgba(250, 0, 18, 0.9));
        background-size: auto 100%;
}
.sheet .tagging .submit div[data-v-29d528f9]:hover {
        opacity: .7;
}
.sheet .calculate[data-v-29d528f9] .el-drawer__open .el-drawer.rtl {
    padding: 0.10417rem;
    width: 17% !important;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.el-radio__input.is-disabled + span.el-radio__label {
  color: #666;
}

@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.onlineExamOwn .title-box[data-v-25094de7] {
  position: relative;
}
.onlineExamOwn .title-box .info-box[data-v-25094de7] {
    position: absolute;
    top: 10px;
    right: 10px;
}
.onlineExamOwn .title-box .info-box .text[data-v-25094de7] {
      display: block;
}
.onlineTestBack[data-v-25094de7] {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #e8e8e8;
}
.topicDivButton[data-v-25094de7] {
  background: #fff;
  margin-bottom: 0.10417rem;
}
.topicDiv[data-v-25094de7] {
  padding-bottom: 0.15625rem;
}
.uni-startPractice[data-v-25094de7] {
  display: flex;
  min-height: calc(100vh - 0.6875rem - 0.26042rem - 0.10417rem);
}
.uni-startPractice .iconfanhui[data-v-25094de7] {
    color: #999999;
    font-size: 0.19792rem;
    position: absolute;
    left: 0.10417rem;
}
.uni-startPractice .iconfanhui[data-v-25094de7]:hover {
      color: #666666;
}
.uni-startPractice .spanColor[data-v-25094de7] {
    color: #666666;
    font-size: 14px;
}
.uni-startPractice .leftBox[data-v-25094de7] {
    height: 100vh;
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0.10417rem 0.10417rem 0 0.10417rem;
    position: relative;
}
.uni-startPractice .leftBox[data-v-25094de7]::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none;
}
.uni-startPractice .leftBox .titlePosition[data-v-25094de7] {
      width: calc(100% - 3.25rem);
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      background: #fff;
      height: 0.41667rem;
      position: fixed;
      top: 0.6875rem;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
}
.uni-startPractice .leftBox .titlePosition span[data-v-25094de7] {
        font-size: 0.10417rem;
        color: #333;
        font-weight: 400;
        display: flex;
}
.uni-startPractice .leftBox .titlePosition span[data-v-25094de7]:first-child {
          font-size: 0.10417rem;
          font-weight: 700;
}
.uni-startPractice .leftBox .titlePosition span em[data-v-25094de7] {
          margin: 0 14px;
          display: flex;
          height: 0.13542rem;
          width: 1px;
          background: #D4D9E2;
}
.uni-startPractice .leftBox .title[data-v-25094de7] {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      height: 0.41667rem;
      position: relative;
      transition: all 0.3s ease;
}
.uni-startPractice .leftBox .title span[data-v-25094de7] {
        font-size: 0.10417rem;
        color: #333;
        font-weight: 400;
        display: flex;
}
.uni-startPractice .leftBox .title span[data-v-25094de7]:first-child {
          font-size: 0.10417rem;
          font-weight: 700;
}
.uni-startPractice .leftBox .title span em[data-v-25094de7] {
          margin: 0 14px;
          display: flex;
          height: 0.13542rem;
          width: 1px;
          background: #D4D9E2;
}
.uni-startPractice .leftBox .total-text[data-v-25094de7] {
      display: flex;
      color: #A8A8A8;
      margin-top: 0.10417rem;
      padding: 10px 0;
      border-bottom: 1px solid #E4E4E4;
      flex-wrap: wrap;
}
.uni-startPractice .leftBox .total-text .totalTextSpan[data-v-25094de7] {
        margin-bottom: 5px;
}
.uni-startPractice .leftBox .clear[data-v-25094de7] {
      margin: 0.33854rem 0.3125rem 0 0.3125rem;
      height: 1px;
      border: 1px dashed #e8e8e8;
}
.uni-startPractice .leftBox .speed[data-v-25094de7] {
      padding-bottom: 0.27083rem;
      border-bottom: 1px dashed #e8e8e8;
}
.uni-startPractice .leftBox .speed .text[data-v-25094de7] {
        color: #9a9a9a;
        font-size: 14px;
        margin: 0.15625rem 0 0.10417rem 0;
}
.uni-startPractice .leftBox .speed .strip[data-v-25094de7] {
        display: flex;
        align-items: center;
}
.uni-startPractice .leftBox .speed .strip .box[data-v-25094de7] {
          flex: 1;
}
.uni-startPractice .leftBox .speed .strip .textBox[data-v-25094de7] {
          margin-left: 0.16667rem;
}
.uni-startPractice .leftBox .speed .strip .textBox span[data-v-25094de7] {
            font-size: 14px;
            color: #9a9a9a;
}
.uni-startPractice .leftBox .speed .strip .textBox span[data-v-25094de7]:first-child {
              color: #f38829;
}
.uni-startPractice .leftBox .speed .strip .textBox em[data-v-25094de7] {
            font-style: normal;
            margin: 0 10px;
            color: #9a9a9a;
}
.uni-startPractice .leftBox .submit[data-v-25094de7] {
      display: flex;
      justify-content: flex-end;
}
.uni-startPractice .leftBox .submit div[data-v-25094de7] {
        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-startPractice .leftBox .submit div[data-v-25094de7] {
          background: linear-gradient(to right, rgba(150, 169, 247, 0.9), rgba(46, 88, 255, 0.9));
          background-size: auto 100%;
}
.theme-red .uni-startPractice .leftBox .submit div[data-v-25094de7] {
          background: linear-gradient(to right, rgba(255, 71, 138, 0.9), rgba(250, 0, 18, 0.9));
          background-size: auto 100%;
}
.uni-startPractice .leftBox .submit div[data-v-25094de7]:hover {
          opacity: .7;
}
.theme-blue .uni-startPractice .leftBox .submit div[data-v-25094de7] {
          background-color: #2E58FF !important;
}
.theme-red .uni-startPractice .leftBox .submit div[data-v-25094de7] {
          background-color: #AB1212 !important;
}
.questionAskTitle[data-v-25094de7] {
  width: 100%;
  padding: 0.10417rem;
  background-color: #f8f8f8;
  text-indent: 2em;
  line-height: 0.13542rem;
  color: #333;
  word-break: break-word;
  white-space: pre-line;
}
.audioDiv[data-v-25094de7] {
  display: inline-block;
}
.audioDiv .sourceAudio[data-v-25094de7] {
  width: 1.5625rem;
  margin: 0.10417rem;
}


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