.page-header[data-v-96d6f7aa] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
.page-header .section-left[data-v-96d6f7aa] {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
}
.page-header .section-center[data-v-96d6f7aa] {
  flex: auto;
  text-align: center;
}
.page-header .section-right[data-v-96d6f7aa] {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
.page-header.transparent .section-left[data-v-96d6f7aa] {
  padding: 4px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.header[data-v-794148d2] {
  position: absolute;
  width: 100%;
  height: 200px;
  padding-bottom: 14px;
  border-bottom-left-radius: 26px 10px;
  border-bottom-right-radius: 26px 10px;
}
.tips[data-v-794148d2] {
  padding: 4px 12px;
  font-size: 12px;
}
.page-container[data-v-794148d2] {
  min-height: 100vh;
}
.page-body[data-v-794148d2] {
  height: 100%;
  margin-top: 0;
  padding: 80px 0 15px;
}
.page-body .content[data-v-794148d2] {
  position: relative;
  top: -14px;
  background: #fff;
  border-radius: 14px;
  padding: 20px 15px 35px;
}
.page-body .content .section-title[data-v-794148d2] {
  display: flex;
  margin-bottom: 12px;
}
.page-body .content .section-title .status[data-v-794148d2] {
  flex-shrink: 0;
  margin-right: 6px;
}
.page-body .content .section-title .title-style[data-v-794148d2] {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 6px;
  background: linear-gradient(90deg, #FCB535, #FF8506);
  border-radius: 17px;
  color: #FBF9F8;
  font-size: 11px;
}
.page-body .content .section-title .title-txt[data-v-794148d2] {
  font-size: 15px;
  color: #444444;
  line-height: 1.8;
}
.page-body .content .section-img[data-v-794148d2] {
  margin-bottom: 10px;
}
.page-body .content .section-img img[data-v-794148d2] {
  width: 100%;
}
.page-body .content .section-options[data-v-794148d2] {
  margin-bottom: 40px;
}
.page-body .content .section-options .option-item[data-v-794148d2] {
  margin-bottom: 12px;
  color: #444444;
}
.page-body .content .section-options .option-item .letter[data-v-794148d2] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin-right: 8px;
  border-radius: 20px;
}
.page-body .content .section-options .option-item .icon-img[data-v-794148d2] {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.page-body .content .section-options .option-item.active .letter[data-v-794148d2] {
  color: #fff;
  background: #FCA142;
}
.page-body .content .btn-wrap[data-v-794148d2] {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
}
.page-body .content .btn-wrap .btn[data-v-794148d2] {
  width: 70px;
  padding: 0;
  height: 30px;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.page-body .content .section-bottom[data-v-794148d2] {
  margin: 0 -15px;
}
.page-body .content .section-bottom .explaintion .wrap[data-v-794148d2] {
  padding: 0 15px;
}
.page-body .content .section-bottom .explaintion .your-answer[data-v-794148d2] {
  height: 40px;
  line-height: 40px;
  color: #666;
  background: #F0EEEE;
  padding: 0 15px;
  margin-bottom: 20px;
}
.page-body .content .section-bottom .explaintion .desc[data-v-794148d2] {
  color: #444444;
  line-height: 1.8;
}
.page-body .content .section-desc[data-v-794148d2] {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  left: 0;
  padding: 0 20px;
  line-height: 60px;
  border-top: 1px solid #E1E1E1;
  background: #ffffff;
  z-index: 10;
}
.page-body .content .section-desc img[data-v-794148d2] {
  width: 20px;
  margin-right: 8px;
}
.page-body .content .section-desc .left[data-v-794148d2] {
  display: flex;
  align-items: center;
}
.page-body .content .section-desc .right-wrap[data-v-794148d2] {
  display: flex;
}
.page-body .content .section-desc .right[data-v-794148d2] {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.page-body .content .section-desc .right.right-answer[data-v-794148d2] {
  color: #FF8506;
}
.page-body .content .section-desc .right.wrong-answer[data-v-794148d2] {
  color: #FF1A1A;
}
.popup-wrap .section-desc[data-v-794148d2] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  left: 0;
  padding: 0 20px;
  line-height: 60px;
  border-top: 1px solid #E1E1E1;
  background: #ffffff;
  z-index: 10;
}
.popup-wrap .section-desc img[data-v-794148d2] {
  width: 20px;
  margin-right: 8px;
}
.popup-wrap .section-desc .left[data-v-794148d2] {
  display: flex;
  align-items: center;
}
.popup-wrap .section-desc .right-wrap[data-v-794148d2] {
  display: flex;
}
.popup-wrap .section-desc .right[data-v-794148d2] {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.popup-wrap .section-desc .right.right-answer[data-v-794148d2] {
  color: #FF8506;
}
.popup-wrap .section-desc .right.wrong-answer[data-v-794148d2] {
  color: #FF1A1A;
}
.popup-wrap .section-cicle[data-v-794148d2] {
  padding: 0 20px;
}
.popup-wrap .section-cicle .cicle-index[data-v-794148d2] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 40px;
  color: #666;
}
.popup-wrap .section-cicle .cicle-index.active[data-v-794148d2] {
  background: #FF8506;
  color: #ffffff;
  border-color: transparent;
}
.popup-content[data-v-794148d2] {
  width: 290px;
  overflow: hidden;
  background: #fff;
}
.popup-content > .title[data-v-794148d2] {
  background: linear-gradient(90deg, #FCA142, #FF8506);
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.popup-content .content[data-v-794148d2] {
  margin: 20px 0 10px;
  padding: 0 10px;
  font-size: 12px;
}
.popup-content .content .list[data-v-794148d2] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.popup-content .content .list span[data-v-794148d2] {
  display: inline-block;
  width: 50%;
}
.popup-content .btn-wrap[data-v-794148d2] {
  display: flex;
  padding: 15px;
}
.popup-content .btn-wrap .btn[data-v-794148d2] {
  width: 40%;
  font-weight: 500;
}
.APP02 .page-body .content .section-title[data-v-794148d2] {
  display: flex;
  margin-bottom: 12px;
}
.APP02 .page-body .content .section-title .title-style[data-v-794148d2] {
  background: linear-gradient(90deg, #48d8a0, #2db1ac);
}
.APP02 .page-body .content .section-options .option-item.active .letter[data-v-794148d2] {
  background: #48d8a0;
}
.APP03 .page-body .content .section-title[data-v-794148d2] {
  display: flex;
  margin-bottom: 12px;
}
.APP03 .page-body .content .section-title .title-style[data-v-794148d2] {
  background: linear-gradient(90deg, #3fadfa, #1175fe);
}
.APP03 .page-body .content .section-options .option-item.active .letter[data-v-794148d2] {
  background: #3fadfa;
}

