@charset "UTF-8";
.pad_lr_20[data-v-2a9a28f2] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.right-view[data-v-2a9a28f2] {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: 1px solid #e5e5e5;
  min-width: 21.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter-Regular';
}
.right-view .right-list[data-v-2a9a28f2] {
    position: absolute;
    top: 3.8125rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}
.right-header[data-v-2a9a28f2] {
  height: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 10px 0 0;
  font-size: 1rem;
}
.right-header .header-title[data-v-2a9a28f2] {
    font-weight: 700;
    color: #353535;
}
.right-header .header-num[data-v-2a9a28f2] {
    color: #a6a6a6;
}

/*滚动条整体部分,必须要设置*/
.right-list[data-v-2a9a28f2]::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
}

/*滚动条的轨道*/
.right-list[data-v-2a9a28f2]::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-right: none;
}

/*滚动条的滑块按钮*/
.right-list[data-v-2a9a28f2]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e5e5e5;
  -webkit-border-radius: 10px;
}
.card-cont-item[data-v-2a9a28f2] {
  position: relative;
  padding: 10px;
  height: 7.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
  color: #a6a6a6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.card-cont-item.card-cont-item-complete[data-v-2a9a28f2] {
  background-color: rgba(229, 229, 229, 0.3);
}
.card-cont-item.active[data-v-2a9a28f2] {
  color: #353535;
}
.card-cont-title[data-v-2a9a28f2] {
  margin-bottom: 8px;
}
.card-cont-date[data-v-2a9a28f2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #a6a6a6;
}
@media screen and (max-width: 46.875rem) {
.right-view[data-v-2a9a28f2] {
    margin-top: 10PX;
}
.right-view .right-list[data-v-2a9a28f2] {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      max-height: 300PX;
      overflow: auto;
}
.card-cont-item[data-v-2a9a28f2] {
    height: 80PX !important;
    font-size: 14PX !important;
    line-height: 18PX !important;
}
.right-header[data-v-2a9a28f2] {
    font-size: 14PX !important;
    line-height: 18PX !important;
}
}


@-webkit-keyframes resizeSensorVisibility {
from { top: 0;
}
}
@keyframes resizeSensorVisibility {
from { top: 0;
}
}

/* see https://github.com/mozilla/pdf.js/blob/55a853b6678cf3d05681ffbb521e5228e607b5d2/test/annotation_layer_test.css */
.annotationLayer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.annotationLayer section {
	position: absolute;
}
.annotationLayer .linkAnnotation > a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.annotationLayer .linkAnnotation > a /* -ms-a */  {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}
.annotationLayer .linkAnnotation > a:hover {
	opacity: 0.2;
	background: #ff0;
	-webkit-box-shadow: 0px 2px 10px #ff0;
	        box-shadow: 0px 2px 10px #ff0;
}
.annotationLayer .textAnnotation img {
	position: absolute;
	cursor: pointer;
}
.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
	background-color: rgba(0, 54, 255, 0.13);
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 9px;
	height: 100%;
	padding: 0 3px;
	vertical-align: top;
	width: 100%;
}
.annotationLayer .textWidgetAnnotation textarea {
	font: message-box;
	font-size: 9px;
	resize: none;
}
.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
	background: none;
	border: 1px solid transparent;
	cursor: not-allowed;
}
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
	border: 1px solid #000;
}
.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
	background: none;
	border: 1px solid transparent;
}
.annotationLayer .textWidgetAnnotation input.comb {
	font-family: monospace;
	padding-left: 2px;
	padding-right: 0;
}
.annotationLayer .textWidgetAnnotation input.comb:focus {
	/*
	 * Letter spacing is placed on the right side of each character. Hence, the
	 * letter spacing of the last character may be placed outside the visible
	 * area, causing horizontal scrolling. We avoid this by extending the width
	 * when the element has focus and revert this when it loses focus.
	 */
	width: 115%;
}
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.annotationLayer .popupWrapper {
	position: absolute;
	width: 20em;
}
.annotationLayer .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #FFFF99;
	-webkit-box-shadow: 0px 2px 5px #333;
	        box-shadow: 0px 2px 5px #333;
	border-radius: 2px;
	padding: 0.6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word;
}
.annotationLayer .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.2em;
}
.annotationLayer .popup p {
	padding-top: 0.2em;
}
.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .fileAttachmentAnnotation {
	cursor: pointer;
}

.preview-pdf_view[data-v-624aced0] {
  padding: 10px 1.875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-family: Inter-Regular;
  margin: 10px 9.875rem 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
}
.preview-pdf_view > img[data-v-624aced0] {
    width: 2.8125rem;
    margin-right: 1rem;
}
.pdf-view[data-v-624aced0] {
  max-height: 75vh;
  overflow: auto;
}
@media screen and (max-width: 46.875rem) {
.preview-pdf_view[data-v-624aced0] {
    margin: 10PX 24PX;
    padding: 8PX;
}
[data-v-624aced0] .xu-dialog {
    width: 90% !important;
}
}

@charset "UTF-8";
.no-course[data-v-a07527ec] {
  height: calc(100vh - 9.875rem - 8.125rem);
  position: relative;
}
.no-course p[data-v-a07527ec] {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    font-size: 1.5rem;
    font-family: "Inter-Regular";
    font-weight: 700;
    color: #353535;
}
.contentTit[data-v-a07527ec] {
  height: 8.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
}
.contentTit .contentTit-text[data-v-a07527ec] {
    font-family: "Poppins-SemiBold";
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #353535;
    font-size: 1.5rem;
    line-height: 2rem;
}

/* 播放器 */
.content-video[data-v-a07527ec] {
  height: 30rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 9.875rem;
  padding-top: 2rem;
}
.left-view[data-v-a07527ec] {
  height: 100%;
  padding: 6px;
  width: 50.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #000;
  margin-right: 10px;
}
@media screen and (max-width: 46.875rem) {
.contentTit[data-v-a07527ec] {
    height: 5.125rem;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contentTit .contentTit-text[data-v-a07527ec] {
      padding-left: 0.75rem;
      font-size: 1rem;
      line-height: 1.3125rem;
}
.content-video[data-v-a07527ec] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.content-video .left-view[data-v-a07527ec] {
      width: 100%;
      height: 11.875rem;
      padding: 0;
}
}

.exam-view[data-v-389aa11e] {
  padding-top: 2.75rem;
  margin: 2.75rem 9.875rem 1.875rem;
  border-top: 1px solid #929292;
}
.exam-view .exam-view-header .exam-view-header-title[data-v-389aa11e] {
    font-weight: 600;
    color: #353535;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Poppins-SemiBold";
}
.exam-view .exam-view-header .exam-view-header-subtitle[data-v-389aa11e] {
    font-family: "Inter-Regular";
    font-weight: 700;
    color: #a6a6a6;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1rem 0;
}
.exam-view .answer-sheet-list[data-v-389aa11e] {
    padding: 1.25rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 1.4375rem;
    font-family: "Inter-Regular";
}
.exam-view .answer-sheet-list .sheet-title[data-v-389aa11e] {
      line-height: 1.5rem;
      font-weight: 600;
      color: #353535;
      font-size: 1rem;
      margin-bottom: 1rem;
}
.exam-view .answer-sheet-list .answer-sheet-view[data-v-389aa11e] {
      display: inline-block;
      width: 100%;
}
.exam-view .answer-sheet-list .exam-status[data-v-389aa11e] {
      display: inline-block;
      width: 7.5rem;
      font-size: 1rem;
      color: #35ba68;
      text-align: right;
      line-height: 1.5rem;
      font-weight: 700;
}
.exam-view .answer-sheet-list .is-pass[data-v-389aa11e] {
      color: #35ba68;
}
.exam-view .answer-sheet-list .is-fail[data-v-389aa11e] {
      color: #c52828;
}
.exam-view .answer-sheet-list .sheet-view[data-v-389aa11e] {
      display: inline-block;
      margin-right: 2.5rem;
      margin-bottom: 1.25rem;
      font-size: 1rem;
      font-weight: 600;
      color: #a6a6a6;
}
.exam-view .answer-sheet-list .sheet-num[data-v-389aa11e] {
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      background-color: #f8f8f8;
      border: 1px solid transparent;
      position: relative;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.exam-view .answer-sheet-list .sheet-num > div[data-v-389aa11e],
      .exam-view .answer-sheet-list .sheet-num > i[data-v-389aa11e] {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
}
.exam-view .answer-sheet-list .is-current[data-v-389aa11e] {
      background: #ffffff;
      border: 1px solid #3a3a3a;
      color: #353535;
}
.exam-view .answer-sheet-list .is-choose[data-v-389aa11e] {
      color: #353535;
}
.exam-view .answer-sheet-list .is-right[data-v-389aa11e] {
      color: #3cbf6d;
}
.exam-view .answer-sheet-list .is-wrong[data-v-389aa11e] {
      color: #c52828;
}
.exam-view .exam-content[data-v-389aa11e] {
    padding: 1.25rem 1.25rem 0;
    border: 1px solid #e5e5e5;
    color: #353535;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
    font-family: "Inter-Regular";
}
.exam-view .exam-content .exam-title[data-v-389aa11e] {
      font-weight: 600;
      margin-bottom: 10px;
      font-family: "Inter-Bold";
}
.exam-view .exam-content[data-v-389aa11e] .el-radio-group {
      width: 100%;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] {
      padding: 10px;
      border-bottom: 1px solid #e5e5e5;
      margin-top: 10px;
}
.exam-view .exam-content .exam-answer-items > label[data-v-389aa11e] {
        line-height: 1.5rem;
}
.exam-view .exam-content .exam-answer-items > label[data-v-389aa11e] .el-radio__label {
          word-break: break-word;
          white-space: pre-wrap;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] .el-radio__inner:hover,
      .exam-view .exam-content .exam-answer-items[data-v-389aa11e] .el-checkbox__inner:hover {
        border-color: #15236e;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-focus .el-radio__inner,
      .exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-focus .el-checkbox__inner {
        border-color: #15236e;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-checked .el-radio__inner,
      .exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-checked .el-checkbox__inner {
        border-color: #15236e;
        background: #15236e;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-checked .el-radio__label,
      .exam-view .exam-content .exam-answer-items[data-v-389aa11e] .is-checked .el-checkbox__label {
        color: #606266 !important;
}
.exam-view .exam-content .answer-right[data-v-389aa11e] {
      border: 1px solid #3cbf6d;
}
.exam-view .exam-content .answer-wrong[data-v-389aa11e] {
      border: 1px solid #c52828;
}
.exam-view .exam-btns[data-v-389aa11e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1rem;
    font-family: "Inter-Regular";
    font-weight: 700;
}
.exam-view .exam-btns .subBtn[data-v-389aa11e] {
      width: 11.75rem;
      height: 3.75rem;
      background-color: #f9faf9;
      color: #d3d3d3;
      border-color: transparent;
      border-radius: 6px;
      margin-right: 2.5rem;
      cursor: not-allowed;
}
.exam-view .exam-btns .can-submit[data-v-389aa11e] {
      background-color: #15236e;
      color: #ffffff;
      cursor: pointer;
}
.exam-view .exam-btns .saveBtn[data-v-389aa11e] {
      width: 6.25rem;
      height: 2.8125rem;
      color: #15236e;
      cursor: pointer;
      border: none;
      background: #ffffff;
}
.exam-view .exam-btns .preBtn[data-v-389aa11e] {
      width: 6.25rem;
      line-height: 2.8125rem;
      margin: 0 10px;
      border: 1px solid #15236e;
      border-radius: 6px;
      background: #ffffff;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.exam-view .exam-btns .disableBtn[data-v-389aa11e] {
      opacity: 0.2;
      background-color: #f9faf9;
      pointer-events: none;
}
.exam-view .count-down_view[data-v-389aa11e] {
    margin-top: 1.875rem;
    border-top: 4px solid #dabb44;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 0;
}
.exam-view .count-down_view i[data-v-389aa11e] {
      color: #dabb44;
      font-size: 1.5rem;
      margin-right: 8px;
}
.exam-view .count-down_view p[data-v-389aa11e] {
      margin: 0;
      font-size: 1.125rem;
      font-family: "Inter-Regular";
      line-height: 1.5rem;
}
.exam-view[data-v-389aa11e] .el-radio .el-radio__label {
    font-size: 0.875rem !important;
}
.exam-view[data-v-389aa11e] .el-checkbox .el-radio__label {
    font-size: 0.875rem !important;
}
.exam-view .exam-tip[data-v-389aa11e] {
    height: 1.375rem;
    font-family: "Inter-Regular";
    font-weight: 700;
    color: #a6a6a6;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 1rem 0 0;
}
@media screen and (max-width: 46.875rem) {
.exam-view[data-v-389aa11e] {
    margin: 0 1.5rem 1.5rem;
    padding-top: 1rem;
}
.exam-view .exam-view-header .exam-view-header-title[data-v-389aa11e] {
      font-size: 1rem;
}
.exam-view .exam-view-header .exam-view-header-subtitle[data-v-389aa11e] {
      font-size: 0.875rem;
}
.exam-view .answer-sheet-list[data-v-389aa11e] {
      padding: 0;
      margin-bottom: 1rem;
      border: none;
      position: relative;
}
.exam-view .answer-sheet-list .sheet-title[data-v-389aa11e] {
        font-size: 0.875rem;
        line-height: 1.125rem;
}
.exam-view .answer-sheet-list .answer-sheet-view[data-v-389aa11e] {
        width: 100% !important;
        padding: 1.5rem 0.75rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #e5e5e5;
}
.exam-view .answer-sheet-list .answer-sheet-view .sheet-view[data-v-389aa11e] {
          margin-right: 0;
          margin-bottom: 1.25rem;
          width: 20%;
          min-width: 3.75rem;
          text-align: center;
          font-size: 0.875rem;
}
.exam-view .answer-sheet-list .answer-sheet-view .sheet-view .sheet-num[data-v-389aa11e] {
            width: 1.875rem;
            height: 1.875rem;
}
.exam-view .answer-sheet-list .exam-status[data-v-389aa11e] {
        position: absolute;
        right: 0;
        top: 0;
        width: 100% !important;
        font-size: 0.875rem;
}
.exam-view .exam-content[data-v-389aa11e] {
      font-size: 0.875rem;
}
.exam-view .exam-content .exam-answer-items[data-v-389aa11e] {
        padding: 1rem 8px;
}
.exam-view .exam-btns[data-v-389aa11e] {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      font-size: 0.875rem;
}
.exam-view .exam-btns > div[data-v-389aa11e] {
        width: 100%;
}
.exam-view .exam-btns .fl[data-v-389aa11e] {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
}
.exam-view .exam-btns .fl .subBtn[data-v-389aa11e] {
          width: 100%;
          line-height: 2.5rem;
          border-radius: 6px;
}
.exam-view .exam-btns .fr[data-v-389aa11e] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}
.exam-view .exam-btns .fr .preBtn[data-v-389aa11e] {
          width: 48%;
          margin: 0;
          line-height: 2.5rem;
          border-radius: 6px;
}
.exam-view .exam-tip[data-v-389aa11e] {
      text-align: center;
      font-size: 0.875rem;
      margin-bottom: 2.5rem;
}
}

.xu-dialog[data-v-39d3eea2] .el-dialog {
  background-image: url(../img/pc_bg.375f5a6e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.xu-dialog[data-v-39d3eea2] .el-dialog__header {
  padding: 1.875rem 3.75rem 1.625rem;
}
.xu-dialog[data-v-39d3eea2] .el-dialog__header .el-dialog__title {
    font-size: 1.125rem;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.625rem;
}
.xu-dialog[data-v-39d3eea2] .el-dialog__body {
  padding: 0px 3.75rem 1.875rem;
}
.xu-dialog[data-v-39d3eea2] .el-dialog__footer {
  padding: 0px 3.75rem 2.1875rem;
  text-align: center;
}
.xu-dialog[data-v-39d3eea2] .el-dialog__footer .close-btn {
    color: #15236e;
    font-size: 1rem;
    border: 1px solid #3a8dff;
    border-radius: 8px;
    line-height: 2.5rem;
    padding: 0px 3rem;
}
.dialogPic[data-v-39d3eea2] {
  width: 100%;
}
@media screen and (max-width: 46.875rem) {
.xu-dialog[data-v-39d3eea2] .el-dialog {
    width: 90% !important;
    border-radius: 0 0 8PX 8PX;
    background-image: url(../img/mob_bg.17eb513b.png);
}
.xu-dialog[data-v-39d3eea2] .el-dialog .el-dialog__header {
      padding: 16PX;
}
.xu-dialog[data-v-39d3eea2] .el-dialog .el-dialog__header .el-dialog__title {
        font-size: 14PX;
        line-height: 18PX;
}
.xu-dialog[data-v-39d3eea2] .el-dialog .el-dialog__body {
      padding: 16PX 20PX;
}
}

header[data-v-050e7cb2] {
  width: 100%;
  height: 9.875rem;
  background-color: #15236e;
}
header .header-view[data-v-050e7cb2] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header .header-cont-first[data-v-050e7cb2] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
header .header-cont-first .solid[data-v-050e7cb2] {
      width: 1px;
      height: 2.125rem;
      background-color: #ffffff;
      margin: 0 3rem;
}
header .header-cont-first .header-sfe-logo[data-v-050e7cb2] {
      height: 2.75rem;
}
header .header-cont-first .header-content-logo[data-v-050e7cb2] {
      height: 3.125rem;
}
header .backBtn[data-v-050e7cb2] {
    font-family: "Inter-Medium";
    padding: 0 1.375rem;
    color: #FFF;
    line-height: 3rem;
    text-align: center;
    background-color: #00A378;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
}
@media screen and (min-width: 46.875rem) and (max-width: 70rem) {
header[data-v-050e7cb2] {
    height: 110PX;
}
}
@media screen and (max-width: 46.875rem) {
header[data-v-050e7cb2] {
    height: 76PX;
    padding: 0 24PX;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
header .header-cont-first .solid[data-v-050e7cb2] {
      height: 15PX;
      margin: 0 20PX;
}
header .header-cont-first .header-sfe-logo[data-v-050e7cb2] {
      height: 20PX;
}
header .header-cont-first .header-content-logo[data-v-050e7cb2] {
      height: 22PX;
}
header .backBtn[data-v-050e7cb2] {
      font-size: 14PX;
      line-height: 32PX;
      height: 32PX;
      padding: 0 10PX;
}
}

footer[data-v-018ec996] {
  background-color: #01132c;
  padding-top: 2.5rem;
  font-size: 1.125rem;
  color: #ffffff;
}
footer .footer-cont-first[data-v-018ec996] {
    margin: 0 9.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.875rem;
}
footer .footer-cont-first .footer-content-logo[data-v-018ec996] {
      width: 6.75rem;
      margin-bottom: 3.75rem;
}
footer .footer-cont-first .sfe-logo[data-v-018ec996] {
      height: 3.4375rem;
      margin-bottom: 4.0625rem;
}
footer .footer-cont-first .footer-cont-describe[data-v-018ec996] {
      width: 48%;
      font-size: 1rem;
      line-height: 1.5rem;
}
footer .footer-cont-first .footer-cont-describe .footer-cont-text[data-v-018ec996] {
        font-weight: 400;
        text-align: justify;
}
footer .footer-cont-first .footer-cont-describe .footer-cont-title[data-v-018ec996] {
        font-family: D-DIN-Bold;
        font-weight: 700;
        margin-bottom: 1rem;
}
footer .bottom-view[data-v-018ec996] {
    background-color: #000916;
    line-height: 5rem;
    text-align: center;
}
@media screen and (max-width: 46.875rem) {
footer[data-v-018ec996] {
    font-size: 14PX;
}
footer .footer-cont-first[data-v-018ec996] {
      margin: 0;
      display: block;
      padding: 0 24PX;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
footer .footer-cont-first .footer-cont-describe[data-v-018ec996] {
        width: 100% !important;
        font-size: 14PX;
        margin-bottom: 40PX;
}
footer .footer-cont-first .footer-cont-describe .footer-cont-title[data-v-018ec996] {
          margin-bottom: 8PX;
}
footer .footer-cont-first .footer-content-logo[data-v-018ec996] {
        height: 40PX;
        margin-bottom: 20PX;
}
footer .footer-cont-first .sfe-logo[data-v-018ec996] {
        height: 32PX;
        margin-bottom: 20PX;
}
}

.error-tip[data-v-15228e60] {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
}
.error-tip .error-tip-cont[data-v-15228e60] {
    font-family: Inter-Regular;
    font-size: 16PX;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-weight: 600;
    background: rgba(1, 19, 44, 0.7);
    height: 70PX;
    line-height: 70PX;
    text-align: center;
    width: 50%;
}
@media screen and (min-width: 46.875rem) and (max-width: 70rem) {
.error-tip .error-tip-cont[data-v-15228e60] {
    width: 660PX;
}
}
@media screen and (max-width: 46.875rem) {
.error-tip .error-tip-cont[data-v-15228e60] {
    width: 310PX;
    padding: 0 20PX;
}
}

@font-face {
  font-family: "Inter-Medium";
  src: url(../fonts/Inter-Medium.1aa99aa2.ttf);
}
@font-face {
  font-family: "Inter-Regular";
  src: url(../fonts/Inter-Regular.eba36000.ttf);
}
@font-face {
  font-family: "Inter-Bold";
  src: url(../fonts/Inter-Bold.cef517a1.ttf);
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url(../fonts/Inter-SemiBold.3e87064b.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.6f1520d1.ttf);
}
.sfeView[data-v-95aff360] .w_sfe {
  max-width: 90rem;
  min-width: 75rem;
  margin: 0 auto;
}
.sfeView[data-v-95aff360] {
  width: 100%;
  background-color: #f6f6f6;
}
.sfeView .main-content[data-v-95aff360] {
    background-color: #fff;
    overflow: hidden;
}
@media screen and (min-width: 46.875rem) and (max-width: 70rem) {
.sfeView[data-v-95aff360] .w_sfe {
    min-width: calc(100% - 80PX);
    margin: 0 40PX;
}
.sfeView[data-v-95aff360] .w_sfe .contentTit .backBtn {
      font-size: 16PX;
      line-height: 40PX;
}
.sfeView[data-v-95aff360] .w_sfe .contentTit .backBtn i {
        font-size: 20PX;
}
.sfeView[data-v-95aff360] .w_sfe .content-video {
      margin: 0 40PX;
}
.sfeView[data-v-95aff360] .w_sfe .content-video .left-view {
        width: 70%;
}
.sfeView[data-v-95aff360] .w_sfe .content-video .right-view {
        min-width: 240PX;
}
.sfeView[data-v-95aff360] .w_sfe .content-video .right-view .right-header, .sfeView[data-v-95aff360] .w_sfe .content-video .right-view .card-cont-item {
          font-size: 14PX;
}
.sfeView[data-v-95aff360] .w_sfe .exam-view {
      margin: 20PX 40PX;
      padding-top: 20PX;
}
.sfeView[data-v-95aff360] .w_sfe .exam-view .exam-view-header .exam-view-header-subtitle, .sfeView[data-v-95aff360] .w_sfe .exam-view .answer-sheet-list .sheet-title, .sfeView[data-v-95aff360] .w_sfe .exam-view .exam-content, .sfeView[data-v-95aff360] .w_sfe .exam-view .exam-btns {
        font-size: 14PX;
}
.sfeView[data-v-95aff360] .w_sfe .exam-view .exam-content {
        line-height: 24PX !important;
}
.sfeView[data-v-95aff360] .w_sfe .exam-view .sheet-view {
        font-size: 14PX;
}
.sfeView[data-v-95aff360] .w_sfe .exam-view .el-radio__inner, .sfeView[data-v-95aff360] .w_sfe .exam-view .el-checkbox__inner {
        width: 12PX;
        height: 12PX;
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
}
.sfeView[data-v-95aff360] .w_sfe .exam-view .el-radio__inner::after {
        width: 4PX;
        height: 4PX;
}
.sfeView[data-v-95aff360] .w_sfe .footer-cont-first {
      margin: 0 40PX 40PX;
}
.sfeView[data-v-95aff360] .w_sfe .footer-cont-first .footer-cont-describe {
        font-size: 14PX;
}
}
@media screen and (max-width: 46.875rem) {
.sfeView[data-v-95aff360] .w_sfe {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
}
}

