.columnContainer {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.rowContainer {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vCenter {
  -webkit-align-items: center;
      align-items: center;
}
.hCenter {
  -webkit-justify-content: center;
      justify-content: center;
}
.bold {
  font-weight: bold;
}
* {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-sizing: border-box;
  margin: 0;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
  color: #484848;
}
ol,
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
span.global__highlight___3AyCL {
  color: #ff9f00;
  font-weight: bold;
}
span.global__keypoint___fLsZY {
  color: #ff9f00;
  font-weight: bold;
  text-decoration: underline;
}
span.global__bold___2uzKx {
  font-weight: bold;
}
.global__progress-bar___1dUD_ {
  font-size: 0;
  background-color: #e2e2e2;
  border-radius: 0.1rem;
  text-align: left;
}
.global__progress-bar___1dUD_.global__center___3qAi2 {
  text-align: center;
}
.global__progress-bar___1dUD_ > span {
  display: inline-block;
  width: 0;
  height: 100%;
  border-radius: 0.1rem;
  background-color: #ffc800;
  vertical-align: top;
}
a {
  text-decoration: none;
}
#global__boxes___r3imV .global__white___2EZpM {
  border-radius: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0 2.5px 12.5px 0 rgba(3, 3, 3, 0.1), 0 0 4px 0 rgba(3, 3, 3, 0.15);
}
.global__bottom-fixed___Xrzod {
  position: fixed;
  bottom: 0;
  left: 0;
}
.global__hide___cRU8f {
  display: none;
}
.style__content___NTT6A {
  max-width: 1152px;
  width: 80%;
  margin: 0.88rem auto 1rem auto;
}
.style__guideMask___3MXDp {
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0.64rem;
  bottom: 0;
  z-index: 9;
}
.style__card___2vttI {
  padding: 0.16rem 0.26rem 0.16rem 0.16rem;
  background: white;
  width: 2.13rem;
  margin-left: 9.36rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.04rem;
  margin-top: -0.08rem;
  position: relative;
}
.style__card___2vttI::before {
  left: 0.16rem;
  -webkit-transform: none;
          transform: none;
}
.style__card___2vttI p {
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.style__card___2vttI button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 0.22rem;
  height: 0.24rem;
  color: #ffffff;
  font-size: 0.14rem;
  background: #ff8b2c;
  border-radius: 0.04rem;
  border: none;
}
.style__layout___ohUbu {
  background: #f0f2f5;
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}
.style__centerContent___3b--7 {
  max-width: 1152px;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.style__header___24wHA {
  width: 100%;
  height: 0.64rem;
  position: fixed;
  z-index: 9;
  background: linear-gradient(225deg, #ffb53d 0%, #ff8b2c 100%);
}
.style__logo___v861a {
  width: 0.9rem;
  height: 0.32rem;
}
.style__nav___3ykdP {
  margin-left: 0.96rem;
}
.style__nav___3ykdP div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
}
.style__nav___3ykdP .style__course___2Mr3A {
  margin-left: 0.32rem;
}
.style__nav___3ykdP img {
  width: 0.18rem;
  height: 0.18rem;
}
.style__nav___3ykdP label {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #ffffff;
  margin-left: 0.08rem;
  opacity: 0.65;
}
.style__nav___3ykdP .style__selected___3SuNI label {
  font-weight: 500;
  opacity: 1;
}
.style__nav___3ykdP .style__normal___3xfT9 label {
  opacity: 1;
  font-weight: 400;
}
.style__user___hnrba {
  height: 0.64rem;
  margin-left: auto;
}
.style__user___hnrba img {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
}
.style__user___hnrba label {
  color: #ffffff;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-left: 0.08rem;
  opacity: 0.85;
  max-width: 0.72rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.style__rightContainer___26FYw {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 2.16rem;
  -webkit-justify-content: space-between;
      justify-content: space-between;
}
.style__feedback___27rmP {
}
.style__feedback___27rmP img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.style__feedback___27rmP label {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #ffffff;
  opacity: 0.85;
}
.style__mine___3FLcp::before,
.style__card___2vttI::before {
  width: 0;
  height: 0;
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid white;
  position: absolute;
  top: -0.06rem;
}
.style__mine___3FLcp {
  display: none;
  background: white;
  border-radius: 0.02rem;
  padding-top: 0.08rem;
  margin-top: -0.08rem;
  position: absolute;
  right: 0;
  top: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0.88rem;
  box-shadow: 0px 0.02rem 0.04rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.02rem 0px 0.01rem 0px;
}
.style__mine___3FLcp::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.style__mine___3FLcp a,
.style__mine___3FLcp p {
  font-size: 0.14rem;
  padding: 0.08rem 0.15rem;
  line-height: 0.2rem;
  color: rgba(0, 0, 0, 0.65);
}
.style__mine___3FLcp p:hover {
  background: #f0f2f5;
}
.style__mine___3FLcp hr {
  border: none;
  width: 0.55rem;
  height: 0.01rem;
  margin: 0.08rem auto;
  background: #f0f2f5;
}
.style__userContainer___FwU_j:hover .style__mine___3FLcp {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
button {
  cursor: pointer;
}
.style__notSupport___1D1qM {
  padding: 0.76rem 0;
  background: white;
  margin-top: 0.24rem;
}
.style__notSupport___1D1qM p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.24rem;
  margin: 0.2rem 0;
  text-align: center;
}
.style__notSupport___1D1qM .style__sorry___3Il3k {
  width: 2.14rem;
  height: 1.6rem;
}
.style__notSupport___1D1qM .style__qrcode___2f57Z {
  width: 1.8rem;
  height: 1.8rem;
}
.style__header___Ka9p_ {
  background: white;
  padding: 0.24rem 0.32rem 0.08rem;
}
.style__header___Ka9p_ p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-right: 0.16rem;
  min-width: 0.72rem;
}
.style__header___Ka9p_ label {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0.22rem;
  margin-right: 0.24rem;
  margin-bottom: 0.16rem;
  padding: 0 0.08rem;
}
.style__header___Ka9p_ div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.style__header___Ka9p_ div .style__selected___ILwIb {
  background: #ff8b2c;
  border-radius: 0.04rem;
  color: #ffffff;
}
.style__container___2d2XE {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      justify-content: space-between;
}
.style__container___2d2XE p {
  color: white;
}
.style__container___2d2XE .style__empty___1uQAc {
  width: 3.6rem;
  height: 0;
}
.style__lessonCard___kRoy9 {
  margin-top: 0.24rem;
  padding: 0.16rem;
  width: 3.68rem;
  height: 1.53rem;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.style__lessonCard___kRoy9 p,
.style__lessonCard___kRoy9 div {
  position: relative;
  z-index: 1;
}
.style__lessonCard___kRoy9 .style__bgImg___MxstI {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.style__lessonCard___kRoy9 .style__lesson___2ln_G {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.style__lessonCard___kRoy9 .style__title___1iqT1 {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.33rem;
  margin-top: 0.04rem;
}
.style__lessonCard___kRoy9 .style__mask___3xf5r {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #999999;
}
.style__lessonCard___kRoy9 .style__lock___3FVCu {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
  margin-top: 0.24rem;
}
.style__lessonCard___kRoy9 .style__lock___3FVCu img {
  width: 0.4rem;
  height: 0.4rem;
}
.style__lessonCard___kRoy9 .style__lock___3FVCu p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #ffffff;
  margin-left: 0.08rem;
}
.style__lessonCard___kRoy9 .style__operation___kZfXn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.24rem;
}
.style__lessonCard___kRoy9 .style__operation___kZfXn button {
  width: 1.1rem;
  height: 0.4rem;
  border-radius: 0.19rem;
  color: white;
  font-size: 0.14rem;
  font-weight: 500;
}
.style__lessonCard___kRoy9 .style__operation___kZfXn .style__undone___28-vR {
  background: #cccccc;
  border: none;
}
.style__lessonCard___kRoy9 .style__operation___kZfXn .style__done___1q7Kl {
  background: #3ddb93;
  border: none;
}
.style__lessonCard___kRoy9 .style__operation___kZfXn .style__material___1Z-eY {
  border: 0.01rem solid #ffffff;
  background: transparent;
  margin-left: 0.18rem;
}
.style__lessonCard___kRoy9::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.style__lessonCard___kRoy9:hover {
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(0, 0, 0, 0.12);
}
.style__lessonCard___kRoy9:hover .style__bgImg___MxstI {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.style__pcLecture___1__SQ {
  width: 7.2rem;
  margin-left: auto;
  margin-right: auto;
}
body {
  height: 100%;
  margin: auto;
}
.style__lecture___2qaqJ {
  background-color: #fff;
  min-height: 100vh;
}
p.style__bottom___1BNli {
  padding: 0.2rem;
  background: #f7f7f7;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  margin: 0;
}
.style__lectureContent___235Gl p {
  font-size: 0.16rem;
  margin: 0.08rem 0;
  line-height: 1.73;
  color: #404040;
}
.style__lectureContent___235Gl img,
.style__lectureContent___235Gl video,
.style__lectureContent___235Gl audio {
  width: 100% !important;
  margin: 0.15rem 0;
}
.style__title___3V7fs {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.17rem;
  min-height: 0.75rem;
  border-bottom: solid 0.01rem #e5e5e5;
}
.style__title___3V7fs p {
  font-size: 0.18rem;
  font-weight: 500;
  color: #fe8a2b;
}
.style__lectureContent___235Gl {
  padding: 0.25rem 0.17rem;
  overflow-x: hidden;
  margin: 0;
}
.style__login___33lMa {
  min-height: 100vh;
  width: 100vw;
  background: white;
  position: absolute;
  left: 0;
}
.style__content___1PAY5 {
}
.style__content___1PAY5 p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.25rem;
  margin-top: 0.14rem;
}
.style__content___1PAY5 button {
  width: 3.5rem;
  height: 0.62rem;
  border-radius: 0.43rem;
  margin-top: 0.3rem;
  background: #02ceb0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      justify-content: center;
  padding: 0;
  border: none;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.22rem;
  color: #ffffff;
}
.style__content___1PAY5 button img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.16rem;
}
.style__mpLogo___1Owm8 {
  width: 1.4rem;
  height: 0.5rem;
  margin-top: 2.07rem;
}
.style__header___Ivjp7 {
  width: 100%;
  height: 0.62rem;
  background: #02ceb0;
}
.style__footer___1FNWo {
  text-align: center;
  position: absolute;
  bottom: 0.36rem;
  left: 50%;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0.22rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.style__noCourse___31MKp {
  min-height: 100vh;
  width: 100vw;
  background: white;
  position: absolute;
  left: 0;
}
.style__content___2O92J {
  margin-top: 1.11rem;
  min-width: 2.38rem;
}
.style__content___2O92J .style__welcome___2cgIP {
  width: 1.74rem;
  height: 1.38rem;
}
.style__content___2O92J p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.24rem;
  margin-top: 0.31rem;
  text-align: center;
}
.style__content___2O92J .style__qrcode___2Y0J_ {
  margin-top: 0.2rem;
  width: 1.8rem;
  height: 1.8rem;
}
.style__header___nwrxi {
  width: 100%;
  height: 0.62rem;
  background: #02ceb0;
}
.style__header___xu1iT {
  background: white;
  padding: 0.24rem 0.32rem 0.08rem;
}
.style__header___xu1iT p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-right: 0.16rem;
  min-width: 0.72rem;
}
.style__header___xu1iT label {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0.22rem;
  margin-right: 0.24rem;
  margin-bottom: 0.16rem;
  padding: 0 0.08rem;
}
.style__header___xu1iT div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.style__header___xu1iT div .style__selected___2gtL6 {
  background: #ff8b2c;
  border-radius: 0.04rem;
  color: #ffffff;
}
.style__content___29tF7 {
  margin-top: 0.24rem;
  background: white;
  padding: 0.76rem 0;
}
.style__teacherCard___hV4ia {
}
.style__teacherCard___hV4ia p {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: center;
}
.style__teacherCard___hV4ia label {
  margin: 0 0.04rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-weight: 600;
}
.style__teacherCard___hV4ia .style__tip___L_eN0 {
  margin-top: 0.1rem;
}
.style__teacherCard___hV4ia .style__qrcode___31YTA {
  width: 2rem;
  height: 2rem;
  margin: 0.17rem 0;
}
.style__teacherCard___hV4ia .style__grayTip___ZZO-G {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
}
.style__container___3gl00 {
  margin-top: 0.24rem;
  width: 2rem;
}
.style__container___3gl00 p {
  font-size: 0.16rem;
  color: #333333;
  margin-left: 0.12rem;
}
.style__container___3gl00 img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
}
.style__videoContent___2vNrt {
}
.style__videoContainer___1ynMA {
  width: 100%;
  height: 5.35rem;
  padding: 0.32rem;
  border-radius: 0.02rem;
  background: white;
}
.style__videoContainer___1ynMA video {
  width: 100%;
  height: 100%;
}
.style__summary___CDUCa {
  margin-top: 0.24rem;
  padding: 0.24rem 0.32rem 0.32rem 0.32rem;
  background: #ffffff;
  border-radius: 0.02rem;
}
.style__summary___CDUCa p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0.2rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
}
.style__summary___CDUCa p label {
  font-size: 0.18rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.28rem;
  margin-right: 0.12rem;
}
.style__summary___CDUCa .style__imgContainer___b2G3e {
  margin-top: 0.24rem;
  width: 100%;
  background: #f0f2f5;
  border-radius: 0.02rem;
}
.style__summary___CDUCa .style__imgContainer___b2G3e img {
  width: 3.75rem;
  height: auto;
  margin: 0.32rem 2.63rem;
}
.style__bottom___1ym9X {
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.56rem;
  box-shadow: 0px -0.01rem 0.02rem 0px rgba(0, 0, 0, 0.03);
}
.style__bottom___1ym9X .style__innerContent___30TO0 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 11.52rem;
}
.style__bottom___1ym9X button {
  background: #ff8b2c;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #ffffff;
  margin-left: auto;
  border: none;
  height: 0.32rem;
  width: 0.65rem;
}
.style__training___21Any {
  width: 100%;
  background: #ffffff;
  border-radius: 0.02rem;
  padding: 0.24rem 0.32rem 0.6rem 0.32rem;
}
.style__oneTraining___r1b13 {
  width: 4.06rem;
  height: 0.54rem;
  padding: 0.16rem 0.24rem;
  margin-bottom: 0.16rem;
  background: #fbfbfb;
}
.style__oneTraining___r1b13 p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
  margin-right: 0.12rem;
}
.style__oneTraining___r1b13 .style__done___3Cb9H {
  max-width: 16px;
  width: 4%;
}
.style__oneTraining___r1b13 .style__next___Z-CL5 {
  margin-left: auto;
  width: 0.14rem;
  height: 0.14rem;
}
.style__trainingList___3rnGd {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      justify-content: space-between;
}
.style__tip___2Cd1p {
  width: 100%;
  padding: 0.09rem 0.16rem;
  background: #fffbe6;
  border-radius: 0.04rem;
  margin-bottom: 0.16rem;
  border: 0.01rem solid #ffe58f;
}
.style__tip___2Cd1p p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.65);
}
.style__tip___2Cd1p .style__warning___S3Zkt {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.08rem;
}
.style__tip___2Cd1p .style__close___3M5c1 {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: auto;
}
.style__lessonList___1w32Z {
  margin-bottom: 0.24rem;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem dashed #e9e9e9;
}
.style__lessonList___1w32Z p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-right: 0.16rem;
  min-width: 0.72rem;
}
.style__lessonList___1w32Z label {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0.22rem;
  margin-right: 0.24rem;
  margin-bottom: 0.16rem;
  padding: 0 0.08rem;
}
.style__allLesson___2iwQM {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.style__allLesson___2iwQM .style__selected___FCvU3 {
  background: #ff8b2c;
  border-radius: 0.04rem;
  color: #ffffff;
}
.style__bottom___1zuik {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.56rem;
  -webkit-justify-content: flex-end;
      justify-content: flex-end;
  background: white;
  box-shadow: 0px -0.01rem 0.02rem 0px rgba(0, 0, 0, 0.03);
}
.style__bottom___1zuik .style__innerContent___3AV-M {
  width: 11.52rem;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style__bottom___1zuik button {
  width: 0.65rem;
  height: 0.32rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  border-radius: 0.04rem;
}
.style__bottom___1zuik .style__prev___2bvdJ {
  background: #ffffff;
  border: 0.01rem solid #d9d9d9;
  margin-right: 0.08rem;
  color: rgba(0, 0, 0, 0.65);
  margin-left: auto;
}
.style__bottom___1zuik .style__next___Z-CL5 {
  background: #ff8b2c;
  border: none;
  color: #ffffff;
}
.style__fulltext___wHWn2 {
  width: 100%;
  height: 100%;
}
.style__header___2J9pp {
  padding: 0.16rem;
}
.style__header___2J9pp img {
  width: 0.2rem;
  height: 0.2rem;
}
.style__header___2J9pp p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0.2rem;
  margin-left: 0.09rem;
}
.style__empty___V3aHR {
}
.style__empty___V3aHR .style__emptyImg___24bbB {
  width: 2.06rem;
  height: 1.71rem;
  margin: 0.77rem auto 0;
}
.style__empty___V3aHR .style__tip___tVaz5 {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.25);
  line-height: 0.24rem;
  text-align: center;
  margin-top: 0.17rem;
}
.style__normalContent___1Dej- {
  height: 100%;
}
.style__list___2jidD {
  height: calc(100% - 0.52rem);
  width: 100%;
  overflow-y: scroll;
  padding: 0 0.16rem 0.96rem;
  position: relative;
}
.style__list___2jidD .style__sentence___RHMj2 {
  margin-bottom: 0.12rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style__list___2jidD .style__sentence___RHMj2 label {
  margin-right: 0.08rem;
}
.style__list___2jidD .style__sentence___RHMj2 label,
.style__list___2jidD .style__sentence___RHMj2 p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0.32rem;
  white-space: pre-line;
  font-family: Lora;
}
.style__list___2jidD .style__sentence___RHMj2.style__current___mKTQT p,
.style__list___2jidD .style__sentence___RHMj2.style__current___mKTQT label {
  color: rgba(0, 0, 0, 0.85);
  color: #333333;
}
.style__list___2jidD .style__sentence___RHMj2 .style__highlight___14eZs {
  color: #ff8b2c;
  border-bottom: 0.01rem solid #ff8b2c;
}
.style__content___7YSjz {
}
.style__card___ikJGc {
  background: #ffffff;
  border-radius: 0.02rem;
  padding: 0.16rem 0.32rem 0.31rem;
}
.style__card___ikJGc .style__title___1ciiZ {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
  width: 100%;
  margin-bottom: 0.16rem;
}
.style__card___ikJGc .style__title___1ciiZ p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.25rem;
  font-size: 0.18rem;
}
.style__card___ikJGc .style__title___1ciiZ label {
  margin-left: auto;
  color: #999999;
  font-size: 0.14rem;
  margin-right: 0.04rem;
}
.style__card___ikJGc .style__title___1ciiZ img {
  width: 0.16rem;
  height: 0.16rem;
}
.style__middle___1c_8n {
  margin-bottom: 0.24rem;
  -webkit-justify-content: space-between;
      justify-content: space-between;
}
.style__lecture___TTaze {
  position: relative;
  background-size: cover;
  height: 3rem;
  width: 5rem;
  overflow: hidden;
}
.style__lecture___TTaze img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.style__lecture___TTaze:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.style__lecture___TTaze::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.64rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.style__lecture___TTaze p {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.24rem;
  position: absolute;
  bottom: 0.16rem;
  margin-left: 0.16rem;
  z-index: 1;
}
.style__row___1c-Jq {
  height: 0.75rem;
  width: 100%;
  padding: 0.16rem 0.14rem;
  position: relative;
}
.style__row___1c-Jq.style__gray___1AkPD {
  background: #f8f9fb;
}
.style__row___1c-Jq .style__cost___1eqrt {
  margin-top: 0.06rem;
  color: #999999;
  line-height: 0.17rem;
  font-size: 0.14rem;
}
.style__row___1c-Jq .style__index___PQebp {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
}
.style__row___1c-Jq .style__next___3OoF4 {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0.3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.style__row___1c-Jq .style__done___3Tiz1 {
  position: absolute;
  right: 0.16rem;
  top: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
      justify-content: center;
  height: 100%;
  -webkit-align-items: flex-end;
      align-items: flex-end;
}
.style__row___1c-Jq .style__done___3Tiz1 img {
  width: 0.16rem;
  height: 0.16rem;
}
.style__row___1c-Jq .style__done___3Tiz1 p {
  -webkit-flex-shrink: 0.12rem;
          flex-shrink: 0.12rem;
  color: #ff8b2c;
  line-height: 0.17rem;
  margin-top: 0.09rem;
  font-size: 0.12rem;
}
.style__complements___2grTt {
  height: 3rem;
  width: 5rem;
  overflow-y: scroll;
}
.style__wordList___2xt94 {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      justify-content: space-between;
  position: relative;
}
.style__wordList___2xt94::before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: calc(100% - 0.16rem);
  background: #f0f2f5;
  left: 50%;
  top: 0;
}
.style__oneWord___3rCle {
  width: 5rem;
  padding: 0.08rem 0.16rem;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  position: relative;
  margin-bottom: 0.16rem;
}
.style__oneWord___3rCle img {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: auto;
}
.style__oneWord___3rCle .style__chinese___A23Yd {
  color: #999999;
  font-size: 0.12rem;
  line-height: 0.18rem;
  margin-top: 0.04rem;
}
.style__oneWord___3rCle .style__english___3D_5p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #333333;
}
.style__oneWord___3rCle .style__english___3D_5p.style__hide___2gBpe {
  background: #f8f9fb;
  color: transparent;
}
.style__oneWord___3rCle .style__english___3D_5p.style__tip___1av5f {
  margin-left: -0.16rem;
  padding: 0.03rem 0.16rem;
  font-size: 0.12rem;
  color: #ff8b2c;
  line-height: 0.17rem;
  background: #f8f9fb;
}
.style__row___1c-Jq,
.style__lecture___TTaze,
.style__english___3D_5p,
.style__title___1ciiZ > label,
.style__oneWord___3rCle > img {
  cursor: pointer;
}
.style__content___1Un0f {
  width: 100%;
  padding: 0.24rem 0.32rem 0.32rem;
  background: white;
}
.style__list___1zQFh {
  width: 100%;
  margin-top: 0.23rem;
}
.style__each___3C985 {
  margin-bottom: 0.4rem;
}
.style__each___3C985 .style__title___2Y9p8 {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 0.18rem;
  margin-bottom: 0.16rem;
}
.style__content___17JGv {
  width: 100%;
  padding: 0.4rem 0.56rem;
  -webkit-justify-content: space-between;
      justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  background: white;
}
.style__content___3-FSf {
  width: 100%;
  padding: 0.24rem 0.32rem 0.32rem;
  background: white;
}
.style__toast___N54kK {
  position: fixed;
  bottom: 0.68rem;
  right: 1.44rem;
  background: rgba(37, 38, 45, 0.9);
  border-radius: 0.02rem;
  max-width: 2.34rem;
  padding: 0.15rem 0.16rem;
}
.style__toast___N54kK img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.style__toast___N54kK p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #cccccc;
}
.style__bottomLine___32O6F {
  position: fixed;
  bottom: 0;
  height: 0.56rem;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.03);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.style__bottomLine___32O6F .style__innerContent___2_GTv {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      align-items: center;
  width: 11.52rem;
  margin: 0 auto;
}
.style__bottomLine___32O6F .style__playIcon___1xDdY {
  width: 0.27rem;
  height: 0.27rem;
}
.style__bottomLine___32O6F p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.45);
  min-width: 0.9rem;
  margin-left: 0.14rem;
}
.style__bottomLine___32O6F .style__voice___2_pO8 {
  margin-left: 0.24rem;
  width: 0.13rem;
  height: 0.13rem;
}
.style__bottomLine___32O6F .style__playIcon___1xDdY {
  width: 0.27rem;
  height: 0.27rem;
}
.style__bottomLine___32O6F .style__volume___1-jCq {
  width: 1.2rem;
  height: 0.06rem;
  background: #eeeff1;
  border-radius: 2rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.16rem;
}
.style__bottomLine___32O6F .style__volume___1-jCq span {
  background: #ff8b2c;
  border-radius: 2rem;
  height: 100%;
}
.style__bottomLine___32O6F button {
  background: #ff8b2c;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  color: #ffffff;
  margin-left: auto;
  border: none;
  width: 0.88rem;
  height: 0.32rem;
}
.style__progressBar___3Ztku {
  width: 4.41rem;
  height: 0.05rem;
  background: #eeeff1;
  border-radius: 1.8rem;
  margin-left: 0.15rem;
}
.style__progressBar___3Ztku span {
  height: 100%;
  background: #ff8b2c;
  border-radius: 1.8rem;
}
.style__progressBar___3Ztku .style__dot___3SaNt {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #ffffff;
  margin-left: -0.07rem;
  box-shadow: 0px 0.04rem 0.04rem 0px rgba(0, 0, 0, 0.12);
}
.style__buttonGroup___29ZWl {
  margin-left: auto;
}
.style__buttonGroup___29ZWl button {
  width: 0.65rem;
  height: 0.32rem;
  border-radius: 0.04rem;
  line-height: 0.22rem;
  font-size: 0.14rem;
}
.style__buttonGroup___29ZWl .style__retry___1hcDo {
  background: #ffffff;
  border: 0.01rem solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 0.08rem;
}
.style__buttonGroup___29ZWl .style__next___1Mu0R {
  background: #ff8b2c;
  color: #ffffff;
}
.style__layer___2sLeo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.style__children___r6Qe- {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.style__content___pmdtg {
  background: white;
  padding: 0.31rem 0.56rem 1.18rem 0.56rem;
}
.style__content___pmdtg hr {
  height: 1px;
  background: #f7f7f7;
  border: none;
  margin-top: 0.24rem;
}
.style__saying___QjuOn p {
  font-family: Lora;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
}
.style__saying___QjuOn .style__today___1eVll {
  font-size: 0.24rem;
  line-height: 0.31rem;
}
.style__saying___QjuOn .style__saying___QjuOn {
  margin-top: 0.14rem;
}
.style__saying___QjuOn .style__author___1KlyS {
  margin-top: 0.1rem;
  font-style: italic;
}
.style__studyingCard___37hpX .style__card___2D07O::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
.style__card___2D07O {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.2rem;
  padding: 0.24rem 0.4rem;
  height: 2.34rem;
  width: 10.4rem;
  overflow: hidden;
  position: relative;
}
.style__card___2D07O p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.style__bgImg___2U8pe {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.style__card___2D07O:hover .style__bgImg___2U8pe {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.style__studyingCard___37hpX,
.style__notStart___1KiHf {
  margin-top: 0.23rem;
  margin-bottom: 0.2rem;
}
.style__studyingCard___37hpX .style__name___2Mr_N,
.style__notStart___1KiHf .style__name___2Mr_N {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
.style__studyingCard___37hpX .style__lesson___1opl4,
.style__notStart___1KiHf .style__lesson___1opl4 {
  font-size: 0.18rem;
  font-weight: 500;
}
.style__studyingCard___37hpX .style__title___kKBt_,
.style__notStart___1KiHf .style__title___kKBt_ {
  font-size: 0.48rem;
  margin-top: 0.04rem;
  font-weight: 500;
}
.style__studyingCard___37hpX .style__operation___3Qk03,
.style__notStart___1KiHf .style__operation___3Qk03 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36rem;
  position: relative;
  z-index: 1;
}
.style__studyingCard___37hpX .style__operation___3Qk03 button,
.style__notStart___1KiHf .style__operation___3Qk03 button {
  width: 1.5rem;
  height: 0.54rem;
  border-radius: 0.26rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.19rem;
}
.style__studyingCard___37hpX .style__done___22mW6,
.style__notStart___1KiHf .style__done___22mW6 {
  background: #3ddb93;
  border: none;
}
.style__studyingCard___37hpX .style__done___22mW6:hover,
.style__notStart___1KiHf .style__done___22mW6:hover {
  background: #38c988;
}
.style__studyingCard___37hpX .style__begin___3Suw0,
.style__notStart___1KiHf .style__begin___3Suw0 {
  background: #ff8b2c;
  border: none;
}
.style__studyingCard___37hpX .style__begin___3Suw0:hover,
.style__notStart___1KiHf .style__begin___3Suw0:hover {
  background: #ed8128;
}
.style__studyingCard___37hpX .style__material___1_zdq,
.style__notStart___1KiHf .style__material___1_zdq {
  border: 0.02rem solid #ffffff;
  background: transparent;
  margin-left: 0.24rem;
}
.style__studyingCard___37hpX .style__material___1_zdq:hover,
.style__notStart___1KiHf .style__material___1_zdq:hover {
  background: rgba(255, 255, 255, 0.2);
}
.style__notStart___1KiHf .style__courseStart___EhaX- {
  font-size: 0.2rem;
  font-weight: 500;
  margin-top: 0.62rem;
}
.style__container___3UUtL {
}
.style__courseEndHeader___1eJ-N {
  padding: 0.36rem 0.4rem;
  background-image: url(/static/media/congratulation.3557a8aa.png);
  background-size: cover;
}
.style__courseEndHeader___1eJ-N p {
  color: #ffffff;
}
.style__courseEndHeader___1eJ-N .style__congrats___2aVIy {
  font-size: 0.48rem;
  font-weight: 500;
}
.style__courseEndHeader___1eJ-N .style__over___131o_ {
  font-size: 0.18rem;
  margin-top: 0.04rem;
}
.style__courseEndHeader___1eJ-N button {
  width: 1.5rem;
  height: 0.54rem;
  background: #ffffff;
  border-radius: 1rem;
  font-size: 0.19rem;
  font-weight: 600;
  color: #ff8b2c;
  margin-top: 0.38rem;
  border: none;
}
.style__courseEndHeader___1eJ-N button:hover {
  background: #ededed;
}
.style__courseEnd___EoXtC {
}
.style__courseEndContent___3x-Se {
  background: white;
  padding: 0.84rem 0 0.99rem 0;
}
.style__courseEndContent___3x-Se img {
  width: 0.9rem;
  height: 0.9rem;
}
.style__courseEndContent___3x-Se p {
  color: #999999;
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
@font-face {
  font-family: "Lora";
  src: url(/static/media/Lora-Regular.13baec67.ttf);
}
@font-face {
  font-family: "Lora-BoldItalic";
  src: url(/static/media/Lora-BoldItalic.3b1b1001.ttf);
  font-weight: Bold;
  style: "italic";
}
@font-face {
  font-family: "Lora-Italic";
  src: url(/static/media/Lora-Italic.333d22a0.ttf);
  style: "italic";
}
@font-face {
  font-family: "Lora-Bold";
  src: url(/static/media/Lora-Bold.9aa897e7.ttf);
  font-weight: Bold;
}
.style__courseNormalContent___1OB9T {
}
.style__courseNormalContent___1OB9T .style__mainContent___1cCKZ {
  width: 9rem;
}
.style__header___86Mdx {
  width: 100%;
  height: 0.98rem;
  background: #ffffff;
  border-radius: 0.02rem;
  padding: 0.16rem 0.32rem;
  margin-bottom: 0.24rem;
}
.style__path___19Wvs {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.45);
}
.style__path___19Wvs label:not(:last-child):after {
  content: "/";
  margin: 0 0.08rem;
  color: rgba(0, 0, 0, 0.45);
}
.style__path___19Wvs .style__orange___xT0Zo {
  color: #ff8b2c;
}
.style__name___38BWf {
  font-size: 0.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.28rem;
  margin-top: 0.16rem;
}
.style__sidebar___WWfl1 {
  width: 2.28rem;
  height: 2.69rem;
  margin-left: 0.24rem;
  padding: 0.32rem;
  background: white;
  -webkit-justify-content: space-between;
      justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.style__oneStage___1unrY {
  position: relative;
  height: 0.5rem;
  width: 100%;
}
.style__oneStage___1unrY img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.16rem;
}
.style__stageDesc___361er {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.style__stageDesc___361er.style__bold___2WXHf {
  font-weight: 500;
}
.style__stageDesc___361er.style__unlock___iCYpF {
  color: rgba(0, 0, 0, 0.65);
}
.style__stageDesc___361er.style__lockDesc___2Wcsa {
  color: rgba(0, 0, 0, 0.25);
}
.style__circle___3xhXV {
  border-radius: 50%;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.16rem;
}
.style__circle___3xhXV p {
  font-size: 0.14rem;
}
.style__lock___2aw-O {
  border: 0.01rem solid rgba(0, 0, 0, 0.15);
}
.style__lock___2aw-O p {
  color: rgba(0, 0, 0, 0.25);
}
.style__current___2uQAw {
  background: #ff8b2c;
}
.style__current___2uQAw p {
  color: #ffffff;
}
.style__oneStage___1unrY:not(:first-child):before {
  content: "";
  height: 0.34rem;
  width: 0.01rem;
  position: absolute;
  top: -0.3rem;
  background: rgba(0, 0, 0, 0.15);
  left: 0.16rem;
}
div.style__greenDelimiter___30jht:not(:first-child):before {
  background: #3ddb93;
}
div::-webkit-scrollbar-thumb {
  width: 0.12rem;
  background: #f0f2f5;
  border-radius: 0.06rem;
}
div::-webkit-scrollbar {
  width: 0.12rem;
}
.style__oneStage___1unrY {
  cursor: pointer;
}
.style__content___1Alm2 {
  width: 11.52rem;
  height: calc(100vh - 1.9rem);
  background: white;
  position: relative;
  padding: 0.18rem 0.32rem 0.55rem;
}
.style__content___1Alm2 video {
  width: 3.75rem;
  height: 2.11rem;
  margin-bottom: 0.16rem;
}
.style__header___2oYbF {
  margin-bottom: 0.16rem;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0.22rem;
}
.style__header___2oYbF label {
  color: #ff8b2c;
}
.style__header___2oYbF label::after {
  content: "/";
  margin: 0 0.08rem;
  color: rgba(0, 0, 0, 0.45);
}
.style__score___sbop4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.4rem;
  padding: 0.08rem 0.16rem;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  margin-bottom: 0.16rem;
  border-radius: 0.02rem 1rem 1rem 0.02rem;
}
.style__score___sbop4 p {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  color: #ffffff;
}
.style__score___sbop4 label {
  margin-left: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
}
.style__left___RjK-X {
  width: 5.32rem;
  height: 100%;
  border-radius: 0.02rem;
  position: relative;
}
.style__right___Njhlp {
  height: 100%;
  background: #f8f9fb;
  width: 5.32rem;
  margin-left: 0.24rem;
  border-radius: 0.02rem;
}
.style__innerContent___-2bFE {
  height: 100%;
  overflow-y: scroll;
  border: 0.01rem solid #f0f2f5;
  border-top: none;
  padding: 0.16rem 0.32rem 0.56rem 0.16rem;
}
.style__questionImg___1-h1_ {
  width: 3.75rem;
  height: auto;
  margin-bottom: 0.16rem;
}
.style__instruction___2fZj0 {
  width: 5.32rem;
  padding: 0.16rem;
  background: #f8f9fb;
  border-radius: 0.02rem;
}
.style__instruction___2fZj0::before {
  content: "Introduction";
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
}
.style__instruction___2fZj0 p {
  margin-top: 0.08rem;
  font-size: 0.15rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0.24rem;
  font-family: Lora;
}
.style__middleContent___9piTB {
  height: 100%;
}
.style__question___16zFA .style__row___1itGn:not(:last-child) {
  margin-bottom: 0.08rem;
}
.style__question___16zFA .style__row___1itGn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style__question___16zFA .style__row___1itGn span {
  margin-right: 0.08rem;
}
.style__question___16zFA .style__row___1itGn span,
.style__question___16zFA .style__row___1itGn p {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.28rem;
  white-space: pre-wrap;
  max-width: 4.58rem;
  font-family: Lora;
}
.style__question___16zFA .style__row___1itGn span .style__rightAnswer___3jh_v,
.style__question___16zFA .style__row___1itGn p .style__rightAnswer___3jh_v {
  color: #3ddb93;
  border-bottom: 0.01rem dashed rgba(0, 0, 0, 0.85);
}
.style__question___16zFA .style__row___1itGn span .style__wrongAnswer____1vde,
.style__question___16zFA .style__row___1itGn p .style__wrongAnswer____1vde {
  color: #3ddb93;
}
.style__question___16zFA .style__row___1itGn span .style__wrongAnswer____1vde s,
.style__question___16zFA .style__row___1itGn p .style__wrongAnswer____1vde s {
  color: #ff5964;
  border-bottom: 0.01rem dashed rgba(0, 0, 0, 0.85);
  margin-right: 0.08rem;
}
.style__question___16zFA .style__row___1itGn span .style__wrongAnswer____1vde s:empty:after,
.style__question___16zFA .style__row___1itGn p .style__wrongAnswer____1vde s:empty:after {
  content: "    ";
  width: 0.8rem;
}
.style__question___16zFA .style__row___1itGn input {
  border: none;
  border-bottom: dashed 0.01rem rgba(0, 0, 0, 0.85);
  width: 0.8rem;
  color: #ff8b2c;
}
.style__doneCard___2IDmA {
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.12rem 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.04rem;
  width: 4.33rem;
  padding: 0.32rem 0.32rem 0.24rem;
}
.style__doneCard___2IDmA .style__congrats___C-V9p {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style__doneCard___2IDmA .style__congrats___C-V9p img {
  width: 0.22rem;
  height: 0.22rem;
}
.style__doneCard___2IDmA .style__congrats___C-V9p p {
  margin-left: 0.16rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.style__doneCard___2IDmA .style__other___1IgLO {
  margin: 0.12rem 0.38rem 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.style__doneCard___2IDmA .style__buttonGroup___3SeBW {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 0.46rem;
}
.style__doneCard___2IDmA .style__buttonGroup___3SeBW button {
  width: 1.3rem;
  height: 0.32rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  border-radius: 0.04rem;
}
.style__doneCard___2IDmA .style__buttonGroup___3SeBW .style__training___1vTr6 {
  color: rgba(0, 0, 0, 0.65);
  border: solid 0.01rem #d9d9d9;
  background: transparent;
}
.style__doneCard___2IDmA .style__buttonGroup___3SeBW .style__exam___YgXV9 {
  border: none;
  margin-left: 0.23rem;
  background: #ff8b2c;
  color: #ffffff;
}
.style__content___1ayky {
  width: 9rem;
  height: 2.69rem;
  background: url(/static/media/background_welldone.99d676dc.png);
  background-size: cover;
  padding: 0.36rem 0.4rem 0.4rem;
}
.style__content___1ayky p {
  color: #ffffff;
}
.style__content___1ayky .style__wellDone___2HgdO {
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: 500;
}
.style__content___1ayky .style__small___2OfmT {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.style__content___1ayky button {
  margin-top: 0.34rem;
  border: none;
  background: #ffffff;
  border-radius: 1rem;
  font-weight: 600;
  color: #ff8b2c;
  font-size: 0.19rem;
  line-height: 0.26rem;
  width: 1.87rem;
  height: 0.54rem;
}
.style__exam___2LyfJ {
  width: 11.52rem;
  height: calc(100vh - 1.9rem);
  background: white;
  padding: 0.16rem 0.32rem 0.55rem;
}
.style__exam___2LyfJ p,
.style__exam___2LyfJ span {
  font-family: "Lora";
}
.style__middleContent___2KSDT {
  margin-top: 0.16rem;
  height: 100%;
}
.style__middleContent___2KSDT .style__left___3IBv4 {
  width: 5.32rem;
  padding: 0.16rem;
  padding-bottom: 0.32rem;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0.02rem;
  border: 0.01rem solid #f0f2f5;
}
.style__middleContent___2KSDT .style__rightContainer___3Wuj5 {
  width: 5.32rem;
  height: 100%;
  border-radius: 0.02rem;
  background: #f8f9fb;
  margin-left: 0.24rem;
}
.style__prev___S8zwN {
  color: #ff8b2c;
}
.style__prev___S8zwN:after {
  content: "/";
  margin: 0 0.08rem;
  color: rgba(0, 0, 0, 0.45);
}
.style__index___2WZi_ {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.45);
}
.style__score___1nfBD {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 0.4rem;
  padding: 0.08rem 0.16rem;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  margin-top: 0.16rem;
  border-radius: 0.02rem 1rem 1rem 0.02rem;
}
.style__score___1nfBD p {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  color: #ffffff;
}
.style__score___1nfBD label {
  margin-left: 0.08rem;
  font-size: 0.2rem;
  line-height: 0.24rem;
}
.style__selectHead___2Q1Vj,
.style__oneSelect___3dmU-,
.style__blankBlock___2qcbW {
  font-size: 0.16rem;
  font-family: "Lora";
  line-height: 0.28rem;
  color: #333333;
  white-space: pre-wrap;
}
.style__selectHead___2Q1Vj img,
.style__oneSelect___3dmU- img,
.style__blankBlock___2qcbW img {
  width: 3.35rem;
  margin: 0.08rem 0;
}
.style__oneSelect___3dmU- {
  margin-top: 0.16rem;
}
span.style__boldFont___p4k2n {
  font-family: "Lora-Bold";
}
span.style__boldFont___p4k2n .style__italic___3Z_4F {
  font-family: "Lora-BoldItalic";
}
span.style__italic___3Z_4F {
  font-family: "Lora-Italic";
}
span.style__italic___3Z_4F .style__boldFont___p4k2n {
  font-family: "Lora-BoldItalic";
}
.style__input___3e-Qy {
  border: 0;
  border-bottom: 0.01rem dashed #333333;
  width: 1.17rem;
  display: inline-block;
  font-size: 0.14rem;
  color: #ff8b2c;
}
.style__rightAnswer___1l236 {
  color: #3ddb93;
  border-bottom: 0.01rem solid #333;
}
.style__wrongAnswer___f5BEC {
  color: #3ddb93;
  white-space: pre-wrap;
}
.style__wrongAnswer___f5BEC s {
  color: #ff5964;
  border-bottom: 0.01rem solid #333333;
  margin-right: 0.08rem;
}
.style__wrongAnswer___f5BEC s:empty:after {
  content: "          ";
  width: 0.8rem;
}
.style__oneSelect___3dmU- .style__title___3Et97 {
  color: #333333;
}
.style__oneSelect___3dmU- .style__undo___GSdkh {
  color: #ff5964;
  font-size: 0.14rem;
  margin: 0.04rem 0 -0.05rem 0;
}
.style__oneSelect___3dmU- .style__option___1_80C {
  width: 4rem;
  border: 0.01rem solid #333333;
  margin-top: 0.08rem;
  padding: 0.04rem 0.1rem 0.05rem;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style__oneSelect___3dmU- .style__option___1_80C label {
  margin-right: 0.2rem;
  color: #333333;
}
.style__oneSelect___3dmU- .style__option___1_80C p {
  color: #333333;
}
.style__oneSelect___3dmU- .style__option___1_80C.style__selected___2Cvfh {
  background: #cccccc;
}
.style__oneSelect___3dmU- .style__option___1_80C.style__right___1dd_f {
  background: #3ddb93;
}
.style__oneSelect___3dmU- .style__option___1_80C.style__wrong___zCU9Y {
  background: #ff5964;
}
.style__selectQuestionContainer___1i1Z- {
}
.style__selectQuestionContainer___1i1Z-:not(:first-child),
.style__blankBlock___2qcbW:not(:first-child) {
  border-top: solid 0.01rem #f0f2f5;
  margin-top: 0.16rem;
  padding-top: 0.16rem;
}

/*# sourceMappingURL=pc.d4d94506.css.map*/