.q .inputArea,
.q .prompt h3 {
  text-align: center;
}
#theUserIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.def-content {
  display: inline;
}
body > div.container {
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin-top: 20px;
}
.page-header-container {
  background-color: #4bbbfa;
  margin-top: 5px;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-header-container {
    margin-top: 20px;
  }
}
.page-header {
  margin: 10px 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page-header label,
.page-header small,
.page-header span {
  color: #fff;
}
div.well {
  background: #fff;
  border: 2px solid #4bbbfa;
  font-size: 16px;
}
#theParagraph span.selected,
#theParagraph span:hover,
#transcript span.selected {
  background-color: #ffc;
}
.well.article {
  border: 1px solid #f5f5f5;
}
.sub-nav {
  width: 1000px;
  left: -200px;
}
.sub-nav ul.dropdown-menu {
  float: left;
  position: initial;
  -webkit-box-shadow: none;
  display: block;
  box-shadow: none;
  border-radius: 0;
}
.sub-nav ul.dropdown-menu > li > a {
  font-size: 13px;
  padding: 10px 15px;
}
.sub-nav ul.dropdown-menu .dropdown-header {
  border-bottom: none;
  font-weight: 700;
}
#transcript label {
  display: none;
  color: red;
  font-weight: 700;
}
#transcript span {
  cursor: hand;
  cursor: pointer;
  padding: 1px;
}
#theParagraph label,
#transcript b {
  display: none;
  color: red;
  font-weight: 700;
}
#recordingsList audio {
  float: left;
  margin-right: 10px;
}
#recordingsList div {
  padding: 5px;
  margin-bottom: 10px;
}
#theParagraph span {
  cursor: hand;
  cursor: pointer;
}
#theNames a {
  margin: 5px 10px;
  padding: 2px;
}
#theNames a.selected {
  color: red;
}
label.shortenLabel {
  display: none;
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
}
div.shorten {
  overflow: hidden;
  height: 30px;
  border: 1px dashed #ccc;
  cursor: pointer;
  cursor: hand;
}
div.shorten label.shortenLabel {
  display: block;
}
.q .optionArea .item {
  padding: 5px 0 5px 25px;
}
.q .optionArea .item input {
  margin-left: -25px;
  margin-right: 5px;
}
.q .contentArea,
.q .optionArea,
.q .promptArea,
.q .question {
  /*font-family:"Times New Roman",Times,serif!important*/
}
.q {
  padding: 20px;
}
.q h2 {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.q .prompt {
  width: 300px;
  border: 1px solid #999;
  padding: 5px;
  margin: 40px auto;
}
.q .prompt h3 {
  font-size: 14px;
}
.q .prompt p {
  line-height: 120%;
  margin: 0;
}
.q .prompt em {
  font-style: normal;
}
.q .prompt .bar {
  margin-top: 20px;
  display: block;
  border: 1px inset #ccc;
  height: 10px;
  line-height: 7px;
  overflow: hidden;
}
.q .prompt .bar span {
  display: block;
  background-color: #03c;
  height: 7px;
  line-height: 7px;
  width: 0;
}
.q .inputArea #theCut {
  float: left;
}
.c #theNext,
.q .inputArea #thePaste {
  float: right;
}
.q .inputArea textarea {
  display: block;
  overflow-y: auto;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}
.q .inputArea p {
  text-align: left;
}
.c {
  padding: 20px;
  margin: 20px 0;
}
.def-block,
.def-set {
  padding: 5px;
}
.question span {
  border: 1px solid #fff;
  background-color: #fff;
  cursor: hand;
  cursor: pointer;
}
#theTopic span.selected,
#theTopic span:hover,
.def-set:hover {
  background-color: #ffff00;
}
.question span.selected {
  border: 1px solid #ddd;
  background-color: #ffff00;
}
.word-list a {
  margin: 5px;
}
.dbox-pg {
  font-size: 14px;
  font-weight: 700;
}
.def-set {
  line-height: 150%;
  border: 1px solid #eee;
  margin: 2px;
  border-radius: 10px;
}
#theDef {
  margin-bottom: 20px;
}
#theTopic label {
  display: none;
  color: red;
  font-weight: 700;
}
#theTopic span {
  cursor: hand;
  cursor: pointer;
}
body {
  background: #eee;
  overflow-x: hidden;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: medium none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1974a1;
}
img,
input,
select,
button {
  vertical-align: middle;
}
input {
  text-align: center;
}
.clear {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}

body > div.container {
  background-color: #fefefe;
  border-radius: 5px;
  padding: 0px;
  margin-top: 80px;
  border: 1px solid #f4f4f4;
}
div.well {
  background: #fff;
  /*border: 2px solid #4bbbfa;*/
  font-size: 16px;
  min-height: 400px;
  padding-top: 0;
}
div.shorten {
  overflow: hidden;
  height: 30px;
  border: 1px dashed #ccc;
  cursor: pointer;
  cursor: hand;
}
div.shorten label.shortenLabel {
  display: block;
}
label.shortenLabel {
  display: none;
  font-size: 14px;
  cursor: pointer;
  cursor: hand;
}
@media (max-width: 1000px) and (min-width: 300px) {
  .minContan {
    width: 98% !important;
  }
}
@media only screen and (max-width: 1500px) {
  .selectTopic {
    height: 360px !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 901px) {
  .selectTopic {
    height: 365px !important;
  }
  .selectTopic.MoldReviewCodeTopic {
    height: 420px !important;
  }
  .popUpbtn {
    width: 78% !important;
  }
  .popUpbtn a {
    margin: 2% 1% !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    float: left;
  }
}
@media only screen and (max-width: 900px) {
  .selectTopic {
    width: 90% !important;
    left: 5% !important;
    height: 400px !important;
  }
  .selectTopic h3 {
    font-size: 20px;
  }
  .selectTopic h4 {
    font-size: 16px;
  }
  .selectTopic .stInput {
    width: 70% !important;
  }
  .selectTopic.MoldReviewCodeTopic .input-group {
    width: 83% !important;
    display: block;
    margin: 0 auto;
  }
  .codeMSg {
    left: 10% !important;
    width: 80% !important;
  }
  .selectTopic.MoldReviewCodeTopic {
    height: 470px !important;
  }
}

@media only screen and (max-width: 550px) {
  .selectTopic {
    height: 365px !important;
  }
  .selectTopic.MoldReviewCodeTopic {
    height: 420px !important;
  }
  .popUpbtn a {
    margin: 2% 1% !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    float: left;
  }
}
@media only screen and (max-width: 400px) {
  .selectTopic {
    height: 335px !important;
  }
  .selectTopic.MoldReviewCodeTopic {
    height: 410px !important;
  }
  .popUpbtn a {
    margin: 2% 5% !important;
    font-size: 14px !important;
    padding: 5px 12px !important;
    float: left;
  }
  .navbar-header img {
    width: 76%;
    margin-top: -2px;
  }
}

.divAnswer {
  line-height: 40px;
  margin: 10px;
}
#divAnswerRecord.divAnswerRecord {
  min-height: 160px;
  padding: 13px 25px;
  margin: 10px 0 10px 12px;
  width: 98%;
  display: block;
  float: left;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.divAnswerRecord > p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}
.divAnswerRecord-text {
  width: 100%;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 28px;
}
.divAnswerRecord-text div {
  width: 100%;
  float: left;
}
.divAnswerRecord-text p:nth-child(1) {
  float: left;
  width: 9%;
  margin-bottom: 0;
}
.divAnswerRecord-text p:nth-child(2) {
  width: 91%;
  float: left;
  margin-bottom: 0;
}
.panel-header span {
  width: 500px;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

legend {
  padding: 8px 0px !important;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
}
.q .contentArea,
.q .optionArea,
.q .promptArea,
.q .question {
  color: #333;
  line-height: 28px;
}
/*=-===============*/
input.form-control {
  height: 34px;
  max-height: 34px;
}
.MoldContan h4 {
  font-size: 16px;
}
button.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
button.btn.btn-sm,
.btn-group-sm > button.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-danger {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

button.btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
button.btn.btn-default:focus,
button.btn.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
  box-shadow: none;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.navbar-nav > li > a {
  padding-top: 8px;
}
/*=-===============*/
/*练习题*/

#header_list {
  height: 50px;
  padding: 0;
}
#header_list > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.prompting {
  display: block;
  width: 100%;
  padding: 15px 40px;
  font-family: ;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
}
.container_content legend {
  margin-bottom: 0;
}
.container.minContan .col-lg-12 {
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.container_tbar {
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #9b0e43;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.container_tbar span:nth-child(1) {
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: inline-block;
  width: 15%;
  float: left;
  text-align: center;
}

.container_tbar .tab-pane-list {
  width: 85%;
  display: block;
  float: left;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 6px;
  height: 28px;
  line-height: 28px;
}
.container_tbar .tab-pane-list li {
  float: left;
  margin-left: 40px;
  cursor: pointer;
}
.container_tbar .tab-pane-list li.topic-active {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
.container_tbar .tab-pane-list span {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.1px;
  color: #ffffff;
  opacity: 0.5;
  float: right;
  line-height: 25px;
  margin-right: 20px;
}

.container_content {
  width: 93%;
  display: block;
  margin: 0 auto;
}
/*听力题*/
.audio-tpanel {
  height: 138px;
}
.lec-audio {
  width: 70%;
  display: block;
  margin: 10px 0 20px 0;
}
.select-speed {
  height: 35px;
  line-height: 35px;
}
/*<!--Reading Fill In The Blanks��Ŀ����-->*/
.container_nav2 {
  height: 50px;
  line-height: 46px;
  background: #eae9d8;
  font-size: 18px;
  padding-left: 2%;
  clear: both;
}
.container_nav2 ol li {
  float: left;
}
.container_nav2 button i,
.container_nav2 button em {
  font-style: normal;
}
.container_btn {
  float: right;
  margin-right: 0.5%;
}

.blog-item-content {
  padding: 10px;
  border: 1px dashed #ccc;
  background-color: #f4f4f4;
  max-height: 150px;
  overflow: hidden;
}
.blog-item-content img {
  max-width: 200px;
  max-height: 200px;
}
h4 img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 5px;
  margin-top: -5px;
}
#theParagraph,
#theParagraphRA {
  margin: 10px;
  line-height: 30px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}
#theParagraph label {
  display: none;
  color: red;
  font-weight: bold;
}
#transcript {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #000000;
  margin: 10px 0;
  word-wrap: break-word;
  text-align: justify;
}
#theParagraph span,
#transcript span {
  cursor: pointer;
  padding: 2px 1px;
}
div.selected {
  background-color: #ffff00;
}
.question {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000000;
  margin: 10px 0;
}
.optionArea {
  line-height: 30px;
  padding-bottom: 15px;
}
.optionArea .item {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin: 10px 0;
  padding: 5px;
}
#AnswerRecord {
  width: 100px;
}
#theParagraph span:hover,
#theParagraph span.selected {
  background-color: #ffff00;
}
#theParagraph span.selected,
#theParagraph span:hover,
#transcript span.selected {
  background-color: #ffff00;
}
.pagination {
  padding-left: 40px !important;
  display: inline-block;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e1e1e1 !important;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e1e1e1;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #919191 !important;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  margin: 5px !important;
  border-radius: 4px;
}
#transcript.listening-fib {
  border: 2px dashed #ccc;
  margin: 20px 0 30px 0;
  padding: 20px;
  line-height: 30px;
}
#transcript.listening-fib input {
  height: 25px;
  box-sizing: border-box;
}
.topic {
  margin: 25px 0;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  word-wrap: break-word;
  text-align: justify;
}
/*RA-start*/
#worker-speak {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 38px;
}
#worker-speak .control-label {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
}
#worker-speak h3 {
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 60px;
}
#worker-speak #panel button,
#aiPanel button {
  margin-top: 6px;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
}
.cs-score {
  width: 32%;
  display: block;
  margin: 0 auto 20px auto;
}
.dp-inline-b {
  display: inline-block;
}
.score-item {
  margin-top: 15px;
}
.score-item span {
  width: 30%;
  display: inline-block;
}
.score-item i {
  font-style: normal;
}
.bg-setting {
  background-color: #eeeeee;
  width: 166px;
  height: 12px;
  margin-left: 12px;
  vertical-align: top;
  border-radius: 6px;
  margin-top: 4px;
}
.score-item .progress-bar {
  border-radius: 6px;
  background-color: #66abff;
  height: 12px;
  max-width: 100%;
  overflow: hidden;
}
.audio-p-hint {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
  display: none;
}
.audio-p-hint img {
  width: 50px;
  margin-left: 30px;
}
.ml-30 {
  margin-left: 18px;
}
#records legend {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cccccc;
  text-align: right;
}
/*RA-end*/
.container_content-ra {
  position: relative;
}
.button-site {
  position: absolute;
  top: 35px;
  right: 0;
}
.p-member {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff3333;
  margin: 15px 0;
  text-align: center;
}
.audio-form-group {
  width: 70%;
  display: block;
  margin: 15px auto 5px auto;
  position: relative;
}
.audio-form-group.asqAudio-form-group {
  height: 160px;
}
.audio-form-group audio {
  width: 100%;
}
.audio-form-group .asqIstrue {
  display: none;
  position: absolute;
  top: 108px;
  left: 47%;
  width: 46px;
}
.wrong_asq {
  display: none;
}
.asqIstrue {
  display: none;
}
.rs-sentence {
  line-height: 38px;
  width: 73%;
  text-align: center;
  margin-bottom: 25px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  display: none;
}

.DI-tcontent {
  width: 100%;
  text-align: center;
  margin: 40px auto 0 auto;
  display: block;
  height: 450px;
}
.DI-tcontent.rl-tcontent {
  margin: 20px auto 0 auto;
  height: 320px;
}
.DI-tcontent.rl-tcontent .cs-score {
  margin-bottom: 0;
}
.score-item .DI-wordsInfo.RL-wordsInfo {
  height: 120px;
}
.imgTopic-border {
  float: left;
  width: 630px;
  height: 300px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.imgTopic-border.RLimgTopic-border {
  height: 280px;
}

.DI-tcontent #Start-practicing {
  margin: 10px auto 10px auto;
}
.DI-sideRight {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.viewer-container {
  margin-top: 60px;
}
.score-item span.score-item-span {
  width: 74%;
  text-align: left;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
}
.score-item .DI-wordsInfo {
  width: 89%;
  height: 160px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  margin: 15px 0 15px 11%;
  overflow-y: auto;
  padding: 6px 10px;
  text-align: justify;
}
.cs-score.cs-score-DI {
  width: 100%;
}
.score-con-div {
  width: 50%;
}
.score-con-divWords {
  width: 50%;
}
.score-con-div .cs-score {
  width: 62%;
}
.score-con-divWords .score-item .DI-wordsInfo {
  width: 92%;
  margin: 15px 0 15px 0;
}

.nonsupport-moreDetail {
  display: none;
  margin: 20% 0;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
}
.asqIstrue {
}
#theQ {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  line-height: 50px;
}
#theA {
  font-family: ;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #337ab7;
  line-height: 50px;
}
#qus-panel .asq-question input {
  color: #fff;
  height: 30px;
  background-color: #337ab7;
  border-color: #2e6da4;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
}
.cs-score.cs-score-ASQ div {
  line-height: 30px;
}
.result-voice-1 {
  color: rgb(65, 74, 78);
}
.result-voice-2 {
  color: rgb(23, 176, 23);
}
.result-voice-0 {
  color: rgb(255, 63, 63);
}
.textd-under {
  text-decoration: underline;
}
.pronounce-red {
  color: rgb(255, 63, 63);
}
.pronounce-normal {
  color: rgb(51, 51, 51);
}
.result-block {
  color: rgb(65, 74, 78);
  text-decoration: underline;
}
.result-poor {
  color: rgb(255, 63, 63);
  text-decoration: underline;
}
#Start-practicing {
  display: block;
  margin: 20px auto 30px auto;
}
.notClick {
  pointer-events: none;
}

/*<!--Re-order-Paragraphs��Ŀ����-->*/
#sortable1,
#sortable2 {
  list-style-type: none;
  float: left;
  width: 500px;
  min-height: 400px;
  background-color: #f7f7f7;
  border: solid 1px #000000;
  padding: 15px 10px 10px 10px;
}
#sortable1 {
  margin-right: 22px;
}
#sortable1 li,
#sortable2 li {
  padding: 10px;
  font-size: 14px;
  border-radius: 20px;
  border: solid 2px #72a1d2;
  cursor: pointer;
  width: 98%;
  min-height: 60px;
  display: block;
  margin: 0 auto 15px auto;
  min-height: 60px;
  text-align: justify;
}
#right div {
  display: inline-block;
  height: 30px;
  width: 100px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-top: 10px;
  text-align: center;
}
#left {
  height: 150px;
  width: 100%;
  background: #d1e3f8;
  padding: 0 20px;
  margin: 20px 0;
}
#left div {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 120px;
  border: 1px solid #000;
  float: left;
  background: #fff;
  text-align: center;
  margin-top: 30px;
  margin-left: 50px;
  font-size: 14px;
  color: #000;
}
.liactive {
  border: solid 2px #000000;
}
.form-group .showAnswer {
  width: 96%;
  max-width: 96%;
  float: none;
  height: 160px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin: 20px;
  padding: 10px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

/*��ҳ*/
#recordingsList {
  clear: both;
  height: 180px;
  overflow: hidden;
}
#recordingsList audio {
  float: left;
  margin-right: 10px;
}
#recordingsList div {
  padding: 10px;
  margin: 10px 0 0 0;
  float: left;
  width: 43%;
  line-height: 50px;
  height: 78px;
}
#recordingsList div:nth-child(1),
#recordingsList div:nth-child(3) {
  margin-right: 6%;
}
.audioActive {
  border: 2px solid #aad0ff;
  border-radius: 5px;
  box-sizing: border-box;
}
/*<!--Summarise written text��Ŀ����-->*/
#theTimer {
  font-size: 16px;
  font-weight: bold;
}
#theTopic {
  line-height: 110%;
  color: #616161;
}

#theTopic span {
  cursor: pointer;
  font-size: 16px;
  color: #616161;
}
#timer em {
  font-style: normal;
}
/*弹出提示框*/
.popUp {
  position: absolute;
  /* display:none;*/
  left: 26%;
  top: 25%;
  z-index: 11;
  background: #ccc;
  box-shadow: 0 0px 20px 8px #ccc;
}
.x_false {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 1.5%;
  top: 3%;
  z-index: 11;
  cursor: pointer;
}
.M_know {
  position: absolute;
  right: 3%;
  bottom: 2%;
  z-index: 11;
  width: 20%;
}
.MLead {
  position: absolute;
  /* display:none;*/
  left: 0;
  top: 0;
  z-index: 10000;
  padding: 0;
}
.codeMSg {
  position: fixed;
  display: none;
  left: 32%;
  top: 20%;
  z-index: 11;
  background: #fff;
  box-shadow: 0 0px 10px 1px #ccc;
  width: 30%;
  height: 132px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 30px;
}
.selectTopic {
  position: fixed;
  display: none;
  left: 30%;
  top: 20%;
  z-index: 11;
  background: #fff;
  box-shadow: 0 0 10px 1px #ccc;
  width: 40%;
  height: 410px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 10px;
}
.selectTopic .stInput {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 30%;
}
.selectTopic h3 {
  margin: 26px 0;
}
.selectTopic h3 i {
  font-style: normal;
}
#wordCount {
  margin: 10px 0;
  display: block;
}
textarea.form-control.textCountable {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 8px 15px;
}
.container_content-reading {
  position: relative;
  margin-bottom: 20px;
}
.position-time {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}
.position-time.position-time-ro {
  top: 45px;
}
.position-time.position-time-swt {
  top: 65px;
}
.container_btn button a {
  color: #333;
}
#theTopic.swt-theTopic,
#theTopic.we-theTopic {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 22px;
  margin: 20px 0;
  color: #333333;
  text-align: justify;
}
#theTopic.we-theTopic {
  margin: 30px 0;
}
.ROW-content {
  margin: 20px 0;
}
.ROW-content ul {
  margin-bottom: 30px;
}

#transcript.rFIB-content,
#theParagraph.wFIB-content {
  border: 2px dashed #ccc;
  margin: 30px 0;
  padding: 20px;
  line-height: 35px;
}
#theParagraph.wFIB-content select {
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.container_btn button.btn-primary a {
  color: #fff;
}
.Review_code {
  width: 50%;
  margin: 0 auto;
}
.Review_code div {
  width: 44%;
  text-align: center;
  display: block;
  margin: 2%;
}
.Review_code div img {
  width: 100%;
}
div.contentArea p select {
  height: 30px;
  text-align: center;
}
.popUpbtn {
  clear: both;
  width: 100%;
  display: block;
  margin: 3% auto;
}
.popUpbtn a {
  margin: 2%;
  padding: 8px 18px;
  text-align: center;
  background: #1e56b2;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.popUpbtn a:focus,
.popUpbtn a:hover {
  color: #fff;
}

.btnEaxm {
  width: 120px;
  height: 35px;
  font-size: 16px !important;
}
.audioBtn {
  margin: -25px 0 0 10px;
}

.Began-content p {
  line-height: 26px;
}
.Began-content p span {
  font-weight: bold;
  font-size: 17px;
  display: block;
}

/*开始试音*/
.Began-audition {
  position: fixed;
  display: none;
  left: 24%;
  top: 22%;
  z-index: 11;
  background: #fff;
  box-shadow: 0 0 10px 1px #ccc;
  width: 50%;
  height: 400px;
  border: 1px solid #ccc;
  padding: 30px 15px 15px 15px;
}
.Began-audition .reminder-p {
  font-size: 20px;
  margin-top: 15px;
}
.Began-audition #recording-audio {
  height: 120px;
  overflow-y: auto;
}

/*<!--左边导航-->*/
.leftsidebar {
  width: 300px;
  height: 960px;
  background-color: #ffffff;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 14px;
}
.PTELogo-img {
  width: 270px;
  height: 80px;
  background-color: #333333;
  border-radius: 8px;
  opacity: 0.22;
  display: block;
  margin: 0 auto;
}
.leftsidebar .list-infomsg {
  padding: 18px 0;
  border-bottom: 1px solid #f2f2f2;
}
.leftsidebar .list-infomsg:last-child {
  border-bottom: 0;
}
.leftsidebar .list-infomsg img {
  width: 25px;
  height: 23px;
  margin: 0 20px;
  float: left;
  display: inline-block;
  background-color: #b2d5ff;
}
.leftsidebar .navSide-div {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
.leftsidebar .navSide-div p {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.7px;
  color: #1a1a1a;
}
.leftsidebar .navSide-div a {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.4px;
  color: #808080;
  display: block;
  margin-top: 8px;
}
.leftsidebar .navSide-div a.pteText-a {
  font-size: 18px;
  color: #818181;
  margin-top: 0;
}
.leftsidebar .navSide-div .active {
  color: #3392ff;
  list-style-type: disc;
}
.leftsidebar .navSide-div .active a {
  color: #3392ff;
  font-family: ;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2.4px;
}

#recorder canvas {
  width: 1px;
  height: 1px;
}

.aiMediaDialogClosed #recorder {
  width: 1px;
  height: 1px;
}

#myreplay {
  position: absolute;
  background: #ccc;
  font-size: 12px;
  line-height: 32px;
  margin: 0 5px;
}

pre {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
}

#replayParam input {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  height: 20px;
}

/*========== 战友练习 -start ==============*/
.Comrades-practice {
  width: 90%;
  margin: 20px auto;
  display: none;
}
.Comrades-practice .practices-p {
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}
.Comrades-practice .practices-img {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 5px;
}
.Comrades-practice .interactive-title {
  margin: 15px 0 0 0;
}
.Comrades-practice .practices-img li {
  margin-right: 20px;
  display: inline-block;
}
.Comrades-practice .All-practice {
  height: 600px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.Comrades-practice .All-practice .practice-content {
  display: flex;
  flex-direction: row;
  padding: 0 0 18px 3px;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 18px;
}
.All-practice p.practice-sort {
  font-family: ;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #ff8400;
  margin: 8px 10px 0 0;
}
.All-practice .practice-info {
  width: 83%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  color: #333333;
}
.All-practice .practice-info .practice-info-msg {
  letter-spacing: 0px;
  color: #151515;
  margin-bottom: 5px;
}
.All-practice .practice-info .practice-info-msg img {
  margin-left: 10px;
  margin-top: -5px;
}
.All-practice .practice-info .practice-info-content {
  display: flex;
  flex-direction: row;
}
.Recording-width {
  width: 200px;
  height: 34px;
  background-color: #d7ebff;
  border-radius: 17px;
  border: solid 1px #1e74c9;
  position: relative;
  cursor: pointer;
}
.Recording-width .audio-duration {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #6293c4;
  margin-left: 12px;
}
.Recording-width .audio-animal {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 20px;
  height: 15px;
  background: url(http://res.ytaxx.com/sound3@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  animation: speaking 1700ms steps(1, end) 0s infinite normal;
}
@keyframes speaking {
  0% {
    background-image: url("http://res.ytaxx.com/sound1@2x.png");
  }
  33.3% {
    background-image: url("http://res.ytaxx.com/sound2@2x.png");
  }
  66.7% {
    background-image: url("http://res.ytaxx.com/sound3@2x.png");
  }
  100% {
    background-image: url("http://res.ytaxx.com/sound1@2x.png");
  }
}
.practice-info-content .audio-grade {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #ffe0bf;
  font-family: ;
  font-size: 18px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #664b3d;
  border-radius: 50%;
  margin: 0 30px 0 25px;
}
.audio-giveLike {
  position: relative;
  cursor: pointer;
}
.audio-giveLike span {
  font-family: ;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.9px;
  color: #ff7800;
  margin-left: 8px;
  position: absolute;
  top: 2px;
  left: 34px;
}
/*========== 战友练习 -end ==============*/
.user-avatar {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #bfbfbf;
  border-radius: 20px;
}
/*========== 互动留言 -start ==============*/
.container_fans {
  width: 90%;
  margin: 20px auto;
  display: none;
}
.fans_from {
  display: flex;
  justify-content: space-between;
}
.fans_from-textarea {
  flex: 1;
  background-color: #f2f2f2;
  border-radius: 6px;
  margin: 0 20px;
  padding: 9px;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  color: #333333;
}
.fans_from-submit {
  width: 90px;
  height: 40px;
  background-color: #177ee6;
  border-radius: 6px;
  font-family: ;
  font-size: 16px;
  color: #ffffff;
  border: 0;
}
.interactive-title {
  margin: 20px 0 0 0;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
  padding: 0 0 4px 3px;
  border-bottom: 1px solid #f3f3f3;
}
.All-interactive {
  height: 528px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.All-interactive .interactive-content {
  display: flex;
  flex-direction: row;
  padding: 0 0 4px 3px;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 18px;
}
.All-interactive .user-msgContent {
  width: 83%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  color: #333333;
}
.All-interactive .user-msgContent p {
  text-align: justify;
}
.All-interactive .user-msgContent .user-mssg {
  letter-spacing: 0px;
  color: #151515;
  margin-bottom: 5px;
}
.All-interactive .user-msgContent .user-mssg img {
  margin-left: 10px;
  margin-top: -5px;
}
.All-interactive .user-msgContent .other-comment {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 8px 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.All-interactive .user-msgContent .other-comment p {
  margin-bottom: 0;
}
.All-interactive .user-msgContent .other-comment p span {
  color: #0080ff;
}
.All-interactive .user-msgContent .other-comment .p-vertical {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.All-interactive .user-msgContent .other-comment .commentShow-all {
  text-align: center;
  display: block;
  letter-spacing: 0.7px;
  color: #0080ff;
  cursor: pointer;
  margin-bottom: 0;
}
.All-interactive .btn-operation {
  width: 100%;
}
.All-interactive .btn-operation div {
  cursor: pointer;
}
.All-interactive .btn-operation span {
  letter-spacing: 0.7px;
  color: #808080;
}
.All-interactive .btn-operation p {
  letter-spacing: 0px;
  color: #b3b3b3;
}
.All-interactive .btn-operation .icon-img {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 6px;
}
.All-interactive .btn-operation span.isLike {
  color: #ff3333;
}
.All-interactive .btn-operation span i {
  font-style: normal;
}
.p-period {
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
  margin: 10px 0;
}
/*========== 互动留言 -end ==============*/
