body {
  height: 100%;
  min-width: 1200px;
  min-height: 350px;
  overflow: auto;
  background-color: #f0f0f7;
}

#page-root.page-root {
  margin: auto;
  height: 100%;
  width: auto !important;
  min-height: 650px;
  margin: 0 100px !important;
  max-width: none !important;
  overflow-x: visible;
  overflow-y: hidden;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 10px 0;
}

/* @media only screen and (max-width: 1580px) {
  #page-root.page-root {
    width: 1150px !important;
  }
}

@media only screen and (max-width: 1530px) {
  #page-root.page-root {
    width: 1100px !important;
  }
}

@media only screen and (max-width: 1480px) {
  #page-root.page-root {
    width: 1050px !important;
  }
}

@media only screen and (max-width: 1430px) {
  #page-root.page-root {
    width: 1000px !important;
  }
} */

.page-root .container_tbar .tab-pane-list {
  border: none;
}

.page-root.new-container.container.minContan > .col-lg-12 {
  height: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: visible;
}

.page-root .container_tbar {
  background-color: #ffffff;
  border-radius: 10px;
  height: auto;
  flex-shrink: 0;
}

.page-root .container_tbar .tab-pane-list {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  float: none;
}

.page-root .container_tbar .tab-pane-list ul {
  display: flex;
  justify-content: center;
}

.page-root .container_tbar .tab-pane-list li {
  float: none;
  margin: 0 25px;
  font-size: 18px;
  color: #808080;
  border: none;
  font-weight: normal;
  text-align: center;
}

.page-root .container_tbar .tab-pane-list li.topic-active {
  background-image: url("/images/2020-12-03/arrow_choice.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page-root .page-main {
  height: 100%;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  overflow-x: visible;
  overflow-y: hidden;
  padding-bottom: 56px;
}

.page-root .container_content {
  width: auto;
  height: 100%;
  overflow-x: visible;
  overflow-y: hidden;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
}

.page-root .main-head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.page-root .main-head-title {
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e5e5f3;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #595bb2;
  flex-shrink: 0;
  padding: 0 10px;
}

.page-root .main-head-text {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin-left: 20px;
}

.page-root #theParagraphRA {
  border-radius: 8px;
  border: solid 1px #f2f2f2;
  padding: 10px 20px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  color: #333333;
  width: 100%;
  height: auto;
  min-height: auto;
}

.page-root #records {
  height: auto;
  margin-top: 20px;
}

.page-root #records .btn-list {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}

.page-root #records .btn-list .btn-list-l {
  font-size: 0;
}

.page-root #records .btn-list .btn-list-r {
  font-size: 0;
}

.page-root #records .btn-list .ai-rule {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  height: 100%;
  font-size: 0;
}

.page-root #records .btn-list .ai-rule .ai-rule-icon {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
}

.page-root #records .btn-list .ai-rule .ai-rule-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #595bb2;
}

.page-root #records .btn-list .rule-info {
  position: absolute;
  z-index: 100;
  top: -92px;
  left: 110px;
  display: none;
}

.page-root #records .btn-list .rule-info .info-content {
  display: block;
}

.page-root #records .btn-list .ai-rule:hover .rule-info {
  display: block;
}

.page-root #records .btn-list .zt-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #f97f46;
  border-radius: 6px;
  text-align: center;
  font-size: 0;
}

.page-root #records .btn-list .zt-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.page-root #records .btn-list .zt-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}

.page-root #records .btn-list .original-btn {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  border: none;
  outline: none;
  width: 120px;
  background-color: #e5e5f3;
  border-radius: 6px;
  margin-right: 15px;
  font-size: 0;
}

.page-root #records .btn-list .original-btn .btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("/images/2020-12-03/icon_R_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

.page-root #records .btn-list .original-btn .btn-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #595bb2;
}

.page-root #records .btn-list .result {
  background-color: #595bb2;
}

.page-root #records .btn-list .result .btn-icon {
  background-image: url("/images/2020-12-03/icon_R_2.png");
}

.page-root #records .btn-list .result .btn-text {
  color: #ffffff;
}

.page-root #records .btn-list .result.nodata {
  background-color: #f5f5fa;
  pointer-events: none;
}

.page-root #records .btn-list .result.nodata .btn-text {
  color: #ffffff;
}

.page-root #records .btn-list .result.nodata .btn-icon {
  background-image: url("/images/2020-12-03/icon_R_2.png");
}

.page-root #records .btn-list .jqld {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  border: none;
  outline: none;
  width: 120px;
  background-color: #e5e5f3;
  border-radius: 6px;
  font-size: 16px;
  color: #595bb2;
}

.page-root #records .btn-list .jqld.active {
  background-color: #595bb2;
  color: #ffffff;
}

/* ---------------- 音频 ---------------- */
.record-space {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.record-space #recordingsList {
  flex: 1;
  height: 120px;
  background-color: #f5f5fa;
  border-radius: 8px;
  margin: 0;
}

.record-space .audioPlayback {
  float: none;
  width: auto;
  height: 100%;
  margin: auto;
  padding: 18px 20px;
  display: block;
}

.record-space .record-head h5 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin: auto;
  margin-top: 4px;
  float: left;
}

.record-space .record-head::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.record-space .record-head .his_list {
  font-size: 0;
  margin: 0;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.record-space .record-head .his_list span {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background-color: #e5e5f3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #595bb2;
  margin: 0 5px 0 0;
}

.record-space .record-head .his_list span.active {
  color: #ffffff;
  background-color: #595bb2;
}

.record-space .record-head .his_list span.nodata {
  color: #ffffff;
  background-color: #e5e5f3;
}

.record-space .record-head .record-download {
  float: right;
}

.record-space .record-head .record-download img {
  display: inline-block;
  height: 20px;
  margin-top: -4px;
  margin-right: 4px;
}

.record-space .record-head .record-download span {
  font-size: 16px;
  color: #595bb2;
  width: auto;
  height: auto;
  margin: auto;
}

.record-space .record-head .record-share {
  border: none;
  outline: none;
  background-color: transparent;
  float: right;
  margin-left: 20px;
}

.record-space .record-head .record-share img {
  display: inline-block;
  height: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.record-space .record-head .record-share span {
  font-size: 16px;
  color: #595bb2;
  width: auto;
  height: auto;
  margin: auto;
}

.record-space .notClick .record-head .record-download {
  opacity: 0.1;
}

.record-space .notClick .record-head .record-share {
  opacity: 0.1;
}

.record-space .notClick .record-playback {
  opacity: 0.8;
}

.record-space .notClick .playing-icon {
  animation: none;
  background-image: none;
}

.record-space .notClick .record-time {
  color: #ffffff;
}

.record-space .notClick .play-btn {
  background-image: url("/images/2020-12-03/botton_play_white.png");
}

/* 开始按钮 */
.record-space #Start-practicing {
  width: 120px;
  height: 120px;
  background-color: #595bb2;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 10px;
  border: none;
  position: relative;
  cursor: pointer;
}

.record-space #Start-practicing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
}

.record-space #Start-practicing::before {
  content: "点击录音";
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.record-space #Start-practicing.preparation::before,
.record-space #Start-practicing.recording::before {
  display: none;
}
.record-space #Start-practicing.preparation {
  background-color: #e5e5f3;
}

.record-space #Start-practicing.recording {
  background-color: #e5e5f3;
}

.record-space #Start-practicing p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: #595bb2;
  text-align: center;
}

.record-space #Start-practicing .start-icon {
  display: block;
  width: 46.07px;
  height: auto;
  margin: auto;
  margin-bottom: 46px;
}

.record-space #Start-practicing.preparation .start-icon {
  margin: 10px auto;
}

.record-space #Start-practicing .times {
  width: 46.07px;
  height: 46.07px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #595bb2;
  margin: 10px auto;
  position: relative;
}

.record-space #Start-practicing .times .val {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

/* 录音结果 */
.record-space #scoreResult {
  flex: 1;
  height: 119px;
  background-color: #f5f5fa;
  border-radius: 8px;
  margin: 0;
  position: relative;
}

.record-space #scoreResult .audio-p-hint {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.record-space #scoreResult .audio-p-hint p {
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -20px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}

.record-space #scoreResult .audio-p-hint img {
  margin-top: -5px;
  margin-left: 10px;
}

.record-space #scoreResult .score-list {
  right: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.record-space #scoreResult .score-item {
  display: flex;
  justify-content: space-between;
}

.record-space #scoreResult .score-item span {
  display: block;
  width: 120px;
  flex-shrink: 0;
  font-size: 16px;
  color: #333333;
}

.record-space #scoreResult.nodata .score-item span {
  color: #cccccc;
}

.record-space #scoreResult .score-item i {
  width: 24px;
  text-align: right;
  flex-shrink: 0;
  font-size: 16px;
  color: #595bb2;
}

.record-space #scoreResult.nodata .score-item i {
  color: #cccccc;
}

.record-space #scoreResult .bg-setting {
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

.record-space #scoreResult .score-item .progress-bar {
  height: 6px;
  background-color: #595bb2;
  border-radius: 3px;
}

.record-space .p-member {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #e42104;
  margin-top: 10px;
  z-index: 1;
}

/* ------------------- 底部按钮栏 ------------------- */
.page-root .container_nav2 {
  bottom: 20px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  padding: 0 20px;
  font-size: 0;
}

.page-root .container_nav2 .feedback {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #e5e5f3;
  border-radius: 6px;
  text-align: center;
  margin: auto;
  color: #595bb2;
}

.page-root .container_nav2 .pro-Review {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  background-color: #595bb2;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
}

.page-root .container_nav2 .pass_btn {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  background-color: #595bb2;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  display: none;
}
.page-root .container_nav2 .analysis_btn {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  background-color: #e5e5f3;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 16px;
  color: #595bb2;
  display: none;
}

.page-root .container_nav2 #Pronunciation-Parsing {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 36px;
  background-color: #595bb2;
  border-radius: 6px;
  margin: auto;
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
}

.page-root .container_nav2 .container_btn .p-n-btn {
  width: 100px;
  height: 36px;
  border-radius: 6px;
  font-size: 16px;
  color: #595bb2;
  margin-right: 10px;
  border: none;
  outline: none;
}
.page-root .container_nav2 .container_btn .p-n-btn:hover {
  background: transparent;
}
.page-root .container_nav2 .container_btn .p-n-btn:focus {
  background: transparent;
}
.page-root .container_nav2 .container_btn .p-n-btn:disabled {
  color: #e5e5f3;
}

.page-root .container_nav2 .container_btn .p-n-btn.next {
  margin-right: 0;
}

.page-root .container_btn button.btn-primary a {
  color: inherit;
}

.page-root .container_nav2 .container_btn button.btn.btn-primary.btnNum {
  width: auto;
  height: 36px;
  line-height: 36px;
  background-color: #e5e5f3;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 0;
  padding: 0;
  padding: 0 15px;
  display: none;
}

.page-root .container_nav2 .container_btn button .btn-title {
  color: #595bb2;
  font-size: 16px;
  margin-right: 6px;
}

.page-root .container_nav2 .container_btn button i {
  color: #595bb2;
  font-size: 16px;
  margin: auto;
}

.page-root .container_nav2 .container_btn .btn-icon {
  color: #595bb2;
  font-size: 16px;
}

.page-root .container_nav2 .container_btn em {
  color: #595bb2;
  font-size: 16px;
}

.page-root .container_nav2 .container_btn button.btn-primary.btn.btn-collect {
  width: 100px;
  height: 36px;
  background-color: #e5e5f3;
  border-radius: 6px;
  border: none;
  margin-right: 20px;
  font-size: 16px;
  color: #595bb2;
}

.page-root .container_nav2 .container_btn .btn-collect img {
  display: inline-block;
  width: 15px;
  height: 20px;
  height: auto;
  margin-right: 6px;
  margin-top: -1px;
}

.page-root #btnChange {
  border: none;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.page-root #btnChange .order-btn {
  font-size: 16px;
  color: #808080;
  padding: 0;
  margin: 0;
  height: 36px;
  line-height: normal;
}

.page-root #btnChange .order-btn:focus {
  background-color: transparent;
}

.page-root #btnChange .order-btn:hover {
  background-color: transparent;
}

.page-root #btnChange .order-btn.btn-primary {
  color: #595bb2;
}

.page-root #btnChange .random-btn {
  font-size: 16px;
  color: #808080;
  padding: 0;
  margin: 0;
  height: 36px;
  line-height: normal;
}

.page-root #btnChange .random-btn:focus {
  background-color: transparent;
}

.page-root #btnChange .random-btn:hover {
  background-color: transparent;
}

.page-root #btnChange .random-btn.btn-primary {
  color: #ff6633;
}

.page-root #btnChange .switch-box {
  width: 30px;
  height: 10px;
  background-color: #595bb2;
  border-radius: 5px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.page-root #btnChange .switch-box::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 1px #e6e7f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -3px;
}

.page-root #btnChange .switch-box.random {
  background-color: #ff6633;
}

.page-root #btnChange .switch-box.random::after {
  left: auto;
  right: 0;
}

.container_paperExplain {
  display: block !important;
}

/* ---------- 真题讲解 ---------- */
.page-root .yt-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 650px;
  z-index: 1000;
  margin: auto;
  padding: 0;
  width: auto;
  height: auto;
  max-height: none;
}

.page-root .yt-modal .modal-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-root .yt-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: auto;
  display: block;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.page-root .yt-modal .modal-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.page-root .yt-modal .modal-title {
  line-height: 1;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.9px;
  color: #595bb2;
  margin-top: 10px;
}

.page-root .yt-modal .container_paperExplain {
  margin: auto;
  width: 640px;
  max-height: none;
  height: auto;
}

.page-root .yt-modal .container_paperExplain .video-panel {
  height: auto;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}

.page-root .yt-modal .container_paperExplain .video-panel video {
  display: block;
  width: 100%;
  height: auto;
}

.page-root .yt-modal .container_paperExplain .video-info {
  margin-top: 20px;
}

.page-root .yt-modal .container_paperExplain .video-info .video-type {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #595bb2;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #ffffff;
  float: left;
}

.page-root .yt-modal .container_paperExplain .video-info .video-title {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #595bb2;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 12px;
}

.page-root .yt-modal .container_paperExplain .video-info .video-icons {
  height: 32px;
  float: right;
  display: flex;
  align-items: center;
}

.page-root .yt-modal .container_paperExplain .video-info .video-icons img {
  display: block;
  width: 14px;
  margin: 0 2px;
}

.page-root .yt-modal .container_paperExplain .modal-btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.page-root .yt-modal .container_paperExplain .modal-btns .close-btn {
  display: block;
  width: 160px;
  height: 40px;
  background-color: #e5e5f3;
  border-radius: 6px;
  outline: none;
  border: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #595bb2;
  margin: 0 10px;
}

.page-root .yt-modal .container_paperExplain .modal-btns .More-video {
  display: block;
  width: 160px;
  height: 40px;
  outline: none;
  border: none;
  background-color: #f97f46;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  margin: 0 10px;
}

.page-root .yt-modal .container_paperExplain .modal-btns .More-video img {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  margin-right: 6px;
}

/* ================================= 战友练习 ================================= */
.page-root .Comrades-practice {
  margin: auto;
  height: auto;
  width: auto;
  position: absolute;
  top: 40px;
  bottom: 84px;
  left: 40px;
  right: 40px;
}

.page-root .Comrades-practice .practice-space {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-root .Comrades-practice .practices-head {
  flex-shrink: 0;
}

.page-root .Comrades-practice .practice-title {
  line-height: 1;
  font-size: 16px;
  color: #595bb2;
  margin: auto;
  padding: 0;
}

.page-root .Comrades-practice .practices-img {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  padding-right: 60px;
  width: auto;
  margin-right: 20px;
  position: relative;
}

.page-root .Comrades-practice .practices-img .more-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
  background-color: #ffffff;
  z-index: 10;
  display: flex;
  align-items: center;
}

.page-root .Comrades-practice .practices-img .more-icon img {
  display: block;
  margin: auto;
}

.page-root .Comrades-practice .practices-img .user-avatar {
  display: block;
  border: none;
  width: 60px;
  height: 60px;
  margin: auto;
  background-color: #e6e6e6;
}

.page-root .Comrades-practice .practices-main {
  height: 100%;
  margin-top: 20px;
  background-color: #fafafc;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.page-root .Comrades-practice .interactive-title {
  margin: 0;
  border: none;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #595bb2;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px;
  flex-shrink: 0;
}

.page-root .Comrades-practice .All-practice {
  margin-top: 10px;
  height: 100%;
}

.page-root .Comrades-practice .All-practice .practice-content {
  margin: auto;
  padding: 0;
  border: none;
  margin-left: 20px;
  padding-left: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  position: relative;
}

.page-root .Comrades-practice .All-practice .practice-content:hover {
  background-color: #f5f5fa;
}

.page-root .Comrades-practice .All-practice .practice-content.active {
  background-color: #f5f5fa;
}

.page-root .Comrades-practice .All-practice .user-avatar {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  margin: 0;
  border-radius: 50%;
  background-color: #a0a0a0;
  overflow: hidden;
}

.page-root .Comrades-practice .All-practice .practice-user-name {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  color: #333333;
  width: 75px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.All-practice .record-playback {
  width: 400px;
}

.All-practice .audio-grade {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e5e5f3;
  border-radius: 50%;
  font-size: 20px;
  color: #595bb2;
  margin-left: 20px;
}

.All-practice .item-like {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.All-practice .item-like .like-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 22px;
  height: 18px;
  background-image: url("/images/2020-12-03/icon_like_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
}

.All-practice .item-like.liked .like-icon {
  background-image: url("/images/2020-12-03/icon_like_1.png");
}

.All-practice .item-like .like-count {
  font-size: 14px;
  color: #595bb2;
}

.All-practice .item-like.liked .like-count {
  color: #ed4545;
}

/* ============================== 互动 ============================== */
.page-root .container_fans {
  padding: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: none;
  position: absolute;
  top: 20px;
  bottom: 84px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container_fans .fans_from {
  flex-shrink: 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.container_fans .user-avatar {
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  margin: 0;
  flex-shrink: 0;
}

.container_fans .fans_from-textarea {
  /* min-height: 50px; */
  display: block;
  margin-left: 10px;
  border: none;
  background-color: #f5f5fa;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  padding: 14px 20px;
}

.container_fans .fans_from-textarea::placeholder {
  color: rgba(89, 91, 178, 0.3);
  /* padding-top: 5px; */
}

.container_fans .fans_from-submit {
  width: 120px;
  height: 50px;
  background-color: #595bb2;
  border-radius: 6px;
  flex-shrink: 0;
}

.container_fans #All-interactive.All-interactive {
  height: 100%;
  margin-top: 20px;
}

.container_fans .SelectDynamic-panel {
  background-color: #f5f5fa;
  border-radius: 6px;
  padding: 15px 20px;
  padding-bottom: 30px;
  position: relative;
}

.container_fans .SelectDynamic-panel .SelectDynamic-content {
  max-height: 240px;
  overflow: hidden;
}

.container_fans .SelectDynamic-panel .SelectDynamic-content.expand {
  max-height: none;
}

.container_fans .SelectDynamic-panel .SelectDynamic-content::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 30px;
  background-image: linear-gradient(
    rgba(245, 245, 250, 0.6),
    rgba(245, 245, 250, 1)
  );
}

.container_fans .SelectDynamic-panel .SelectDynamic-content.expand::after {
  display: none;
}

.container_fans .SelectDynamic-panel h4 {
  line-height: 1;
  margin: auto;
  font-size: 18px;
  font-weight: normal;
  color: #595bb2;
  margin-bottom: 20px;
}

.container_fans .interactive-content {
  padding: 0;
  margin: auto;
  margin-top: 15px;
  border: none;
}

.All-interactive .user-msgContent {
  padding-top: 15px;
  margin: auto;
  margin-left: 10px;
  width: 100%;
}

.All-interactive .user-msgContent .user-mssg {
  height: auto;
  line-height: 1;
  margin: auto;
  width: 100%;
  display: block;
}

.All-interactive .user-msgContent .user-mssg .user-name {
  display: block;
  float: left;
  font-size: 18px;
  color: #333333;
}

.All-interactive .user-msgContent .replay-btn {
  line-height: 18px;
  float: right;
  user-select: none;
  cursor: pointer;
}

.All-interactive .user-msgContent .replay-btn img {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  margin-right: 5px;
  margin-left: auto;
}

.All-interactive .user-msgContent .replay-btn span {
  vertical-align: middle;
  font-size: 14px;
  color: #595bb2;
}

.All-interactive .user-msgContent .like-btn {
  line-height: 18px;
  float: right;
  user-select: none;
  cursor: pointer;
  margin-left: 20px;
}

.All-interactive .user-msgContent .like-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 14px;
  background-image: url("/images/2020-12-03/icon_like_2.png");
  background-size: 100% 100%;
}

.All-interactive .user-msgContent .liked .like-icon {
  background-image: url("/images/2020-12-03/icon_like_1.png");
}

.All-interactive .user-msgContent .like-count {
  color: #595bb2;
}

.All-interactive .user-msgContent .liked .like-count {
  color: #ed4545;
}

.All-interactive .user-msgContent .date-btn {
  line-height: 18px;
  float: right;
  user-select: none;
  margin-left: 20px;
  font-size: 14px;
  color: #b3b3b3;
}

.All-interactive .user-msgContent .context {
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: auto;
  text-align: justify;
}

.All-interactive .SelectDynamic-more {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #595bb2;
  border-radius: 6px;
  margin: auto;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  cursor: pointer;
}

.All-interactive .SelectDynamic-more .text {
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}

.All-interactive .SelectDynamic-more .icon {
  display: inline-block;
  vertical-align: middle;
  min-width: auto;
  min-height: auto;
  width: 10px;
  height: 10px;
  background-image: url("/images/2020-12-03/icon_down.png");
  background-size: 100% 100%;
  margin-left: 8px;
}

.All-interactive .SelectDynamic-more.expand .icon {
  transform: rotate(180deg);
}

.All-interactive .RecentNews-panel {
  padding: 20px;
  margin: auto;
  margin-top: 15px;
}

.All-interactive .RecentNews-panel h4 {
  font-size: 18px;
  font-weight: normal;
  color: #595bb2;
  line-height: 1;
  margin: auto;
  margin-bottom: 16px;
}

.All-interactive .user-msgContent .del-btn {
  line-height: 18px;
  float: right;
  user-select: none;
  margin-right: 20px;
  font-size: 14px;
  color: #ff0000;
  cursor: pointer;
}

.All-interactive .user-msgContent .other-comment {
  width: 100%;
  margin: auto;
  padding: 10px;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  margin-top: 5px;
}

/* ------------------------ 本题解析 --------------------------------- */
.btjx-modal {
  width: 600px;
  height: 500px;
  position: fixed;
  top: 20%;
  left: 35%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(89, 91, 178, 0.12);
  border-radius: 10px;
}

.btjx-modal .modal_head {
  position: relative;
  padding-top: 30px;
}

.btjx-modal .modal_head .close_icon {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/images/2020-12-03/icon_close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.btjx-modal .modal_head .modal_title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.9px;
  color: #595bb2;
  line-height: 1;
}

.btjx-modal .modal_content {
  position: absolute;
  top: 68px;
  bottom: 72px;
  left: 20px;
  right: 20px;
  background-color: #f5f5fa;
  border-radius: 8px;
  padding: 15px 0;
}

.btjx-modal .modal_content .wordClickedSpecified {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.5;
}

.btjx-modal .modal_content .wordClickedSpecified span:hover {
  background-color: transparent;
  cursor: auto;
}

.btjx-modal .modal_content .rajx_foot_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.btjx-modal .modal_content .rajx_foot_text p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  position: relative;
  padding-left: 15px;
}

.btjx-modal .modal_content .rajx_foot_text p:before {
  position: absolute;
  left: 0;
  top: 40%;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1376f8;
  border-radius: 50%;
}

.btjx-modal .modal_content .rajx_foot_text p span {
  color: #b3b3b3;
}

.btjx-modal .modal_content .rajx_foot_text p i {
  font-style: normal;
  color: #b3b3b3;
  text-decoration: underline;
}

.btjx-modal .modal_content .rajx_foot_text p em {
  font-style: normal;
  color: #ff8817;
}

.btjx-modal .modal_btn {
  display: block;
  margin: auto;
  width: 200px;
  height: 40px;
  background-color: #595bb2;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
/* ------------------------ 本题解析end --------------------------------- */
/*确认考过-弹窗 - start*/
.popUp-panel-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  /*display: flex;*/
  justify-content: center;
  /*align-items: center;*/
}

.confirm-test-popPu {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 360px;
  height: 540px;
  background-color: #ffffff;
  box-shadow: 0px 12px 16px 0px rgba(48, 113, 242, 0.12);
  border-radius: 6px;
  /*display: none;*/
}

.confirm-test-popPu p.popPu-nav {
  width: 100%;
  height: 48px;
  background-color: #595bb2;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.confirm-test-panel {
  margin: 15px auto 0 auto;
}

.confirm-test-panel .layui-form-item {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.confirm-test-panel .layui-form-item .layui-form-label {
  width: auto;
  padding: 6px 15px;
}

.layui-input-block {
  margin-left: 0;
}

.layui-input {
  width: 180px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.confirm-test-panel .layui-form-item p {
  font-family: ;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
  margin: 6px 15px;
}

.confirm-textarea-panel {
  width: 90%;
  margin: 10px auto;
}

.confirm-textarea-panel p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 8px;
}

.confirm-textarea-panel .confirm-textarea {
  width: 300px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  padding: 8px 10px;
  word-wrap: break-word;
  text-align: justify;
}

.confirm-btn {
  display: flex;
  justify-content: flex-end;
  line-height: 36px;
  margin-top: 12px;
}

.confirm-btn p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3.2px;
  color: #595bb2;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.confirm-btn button {
  width: 100px;
  height: 36px;
  background-color: #595bb2;
  box-shadow: 0px 4px 8px 0px rgba(71, 125, 243, 0.32);
  border-radius: 6px;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #ffffff;
  line-height: 36px;
  border: 0;
  text-align: center;
  cursor: pointer;
}

.confirm-test-popPu .layui-form-select dl dd.layui-this {
  background-color: #595bb2;
}

/*确认考过-弹窗 - end*/
