@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
p,
td,
figure {
  margin: 0;
  padding: 0;
}
body {
  font-family: ;
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  height: 100%;
  -webkit-text-size-adjust: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font: 14px/1.5 -apple-system, 'San Francisco', 'Helvetica Neue', Arial,
    'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', STHeiti, 'Microsoft Yahei',
    'Microsoft JhengHei', 'Source Han Sans SC', 'Noto Sans CJK SC',
    'Source Han Sans CN', 'Noto Sans SC', 'Source Han Sans TC',
    'Noto Sans CJK TC', 'WenQuanYi Micro Hei', '驿微米黑', 'SimSun', sans-serif;
}
/* loading - start*/
.el-loading-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: hsla(0, 0%, 100%, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-loading-spinner .circular {
  height: 28px;
  width: 28px;
  animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}
.el-loading-spinner p {
  color: #409eff;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.el-loading-fade-enter,
.el-loading-fade-leave-active {
  opacity: 0;
}
@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

/* loading - end */
.loading-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}
.loading-panel {
  display: none !important;
}
img,
input,
select,
button {
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  display: block;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
*:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  margin: 0 auto;
  z-index: 1000;
  cursor: pointer;
  height: min-content;
}

header img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper {
  position: relative;
}
.nav-top {
  width: 100%;
  height: 74px;
  position: relative;
}

.nav-top .nav-top-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 34px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px auto;
}

.nav-top .nav-top-bg {
  width: 100%;
  height: 74px;
}

.nav-top .nav-top-panel span {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.nav-top .nav-top-panel span.category-name {
  font-family: ;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #ffffff;
}

.container-panel {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: max-content;
  background-color: #ffffff;
  border-radius: 13px;
  padding: 0 0 75px 0;
}

.topic-title {
  width: 92%;
  font-family: ;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #333333;
  text-align: justify;
  word-wrap: break-word;
  margin: 12px auto 6px auto;
}

.topic-title.marginbtm {
  margin: 12px auto;
}
.topic-title.textSize {
  font-size: 14px;
}
.lable-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}
.lable-hint.marginTop {
  margin: 10px auto;
}
.text-hint {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: ;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  height: 15px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #53b324;
}

.text-hint > text {
  position: relative;
  display: inline-block;
  width: max-content;
  min-width: 15px;
  height: 15px;
  padding-left: 10px;
  margin-right: 10px;
}

.text-hint > text::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #53b324;
}

.text-hint text.text-excellent {
  color: #53b324;
}

.text-hint text.text-good {
  color: #333333;
}

.text-hint text.text-bad {
  color: #ff3333;
}

.text-hint text.text-excellent::before {
  background-color: #53b324;
}

.text-hint text.text-good::before {
  background-color: #333333;
}

.text-hint text.text-bad::before {
  background-color: #ff3333;
}
.text-hint text.text-other {
  position: static;
  color: #333333;
  padding: 0;
}
.text-hint text.text-other::before,
.text-hint text.text-other text::before {
  display: none;
}
.text-hint text.text-other text {
  color: #ccc !important;
  text-decoration: line-through;
  position: static;
  min-width: max-content;
  padding: 0;
  margin: 0;
}
.switchover-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.switchover-text img {
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 6px;
}
.switchover-text text {
  font-family: ;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4ca6ff;
  width: max-content;
}
.section-text,
.topicPassage-text {
  font-family: ;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #53b324;
  width: 92%;
  max-height: 32vh;
  padding-bottom: 8px;
  box-sizing: border-box;
  text-align: justify;
  margin: 5px auto 13px auto;
  overflow-y: auto;
}
.topicPassage-text {
  color: #1a1a1a !important;
}
.result-voice-2 {
  color: #53b324 !important;
}
.result-voice-1 {
  color: #1a1a1a !important;
}

.result-voice-0 {
  color: #ff3333 !important;
}
.textd-under {
  text-decoration: underline;
}

.section-text .Add-toRead {
  color: #ccc !important;
  text-decoration: line-through;
}
.section-text .topicPassage {
  color: #1a1a1a;
}
.audio-contro {
  height: 59px;
  background-color: #ffffff;
  border-radius: 29.5px;
  border: solid 3px #f0f5ff;
  width: 92%;
  padding: 10px 12px;
  margin: 2px auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.audio-contro.marginTop {
  margin: 18px auto 15px auto;
}
#audioReview {
  width: 35px;
  height: 35px;
  display: block;
}
#audioBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
}
#audioProgress {
  float: left;
  width: 64%;
  height: 2px;
  background: #f0f5ff;
  position: relative;
}
#barAudio {
  width: 0;
  height: 100%;
  background: #53a4f4;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
}
#audioControl {
  position: absolute;
  top: -8px;
  left: -8px;
  border-radius: 100%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #78a5ff;
  box-shadow: rgba(204, 221, 255, 0.3);
}

.audio-time {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #2263e6;
  display: inline-block;
  margin-left: 5px;
  margin-top: 0;
  margin-right: 2px;
}
.imgDI-RL {
  width: 92%;
  height: 226px;
  border-radius: 15px;
  border: solid 3px #f0f5ff;
  box-sizing: border-box;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 5px auto;
}

.imgDI-RL img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ASQ-qustion {
  width: 90%;
  margin: 0 auto;
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
  word-wrap: break-word;
}
.userAnswer-panel {
  width: 92%;
  height: max-content;
  min-height: 150px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 3px #f0f5ff;
  padding: 10px 21px;
  box-sizing: border-box;
  display: block;
  margin: 10px auto;
}

.user-audioPanel {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.user-audioPanel .user-img-view {
  margin-right: 22px;
}

.user-audioPanel .user-img-view .user-img {
  width: 48px;
  height: 46px;
  border: solid 2px rgba(18, 98, 206, 0.1);
  border-radius: 50%;
  display: block;
}
.Recording-width {
  flex: 1;
  display: flex;
  align-items: center;
  height: 33px;
  position: relative;
}

.Recording-width .record-bg {
  width: 160px;
  height: 33px;
  display: inline-block;
}

.Recording-width .contrl-audio {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #2263e6;
  display: inline-block;
}

.Recording-width .audio-duration {
  text-align: right;
  width: 2em;
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #000;
}
.Recording-width .slider {
  flex: 1;
  padding: 0 20px 0 15px;
}
.Recording-width .slider .van-slider__button {
  width: 14px;
  height: 14px;
}

.Recording-width .custom-button {
  padding: 0 4px;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  background-color: #2263e6;
  border-radius: 100px;
  transform: scale(0.8);
}

.user-score .score-item {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.user-score .score-item .label-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 190px;
}
.score-item text {
  width: 15px;
  display: inline-block;
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #333333;
}

.score-item text.score-name {
  width: 105px;
}

.score-item .bg-setting {
  width: 150px;
  height: 10px;
  background-color: #e5eeff;
  border-radius: 5px;
  vertical-align: top;
}

.score-item .bg-progress {
  height: 100%;
  border-radius: 5px;
  background-color: #99bbff;
}

.standard-div {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.standard-div .left-text {
  width: 102px;
  height: 22px;
  font-family: ;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #333333;
  display: block;
}
.standard-div .right-infoPanel {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}
.standard-div .word-Answer.right-infoPanel {
  font-family: ;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0.7px;
  color: #333333;
}
.standard-div .text-hint.ASQhint {
  justify-content: flex-start;
  width: 180px;
}
.standard-div .text-hint.ASQhint text {
  margin: 0 10px 0 0;
}

.flooter {
  height: 70px;
  background-color: #fff;
  margin-top: 15px;
  padding: 14px 15px;
  font-size: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 101;
}

.flooter > div {
  width: 92%;
  height: 40px;
  background-color: #2263e6;
  border-radius: 40px;
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0.55px;
  color: #ffffff;
  text-align: center;
}
