@charset "utf-8";
@charset "utf-8";

/* CSS Document */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

* {
  margin: 0px;
  padding: 0px;
}

h2 {
  margin: 0;
  padding: 0;
}

/*@font-face {*/
/*font-family: 'tanu';*/
/*src: url('../fonts/TanukiMagic.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
@font-face {
  font-family: "iconfont";
  src: url("../css/iconfont/iconfont.eot");
  src: url("../css/iconfont/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../css/iconfont/iconfont.woff2") format("woff2"),
    url("../css/iconfont/iconfont.woff") format("woff"),
    url("../css/iconfont/iconfont.ttf") format("truetype"),
    url("../css/iconfont/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1200px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 22px;
  font-family: "微软雅黑", Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  clear: both;
  background-color: #fcfcfc;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border-width: 0px;
}

span,
a {
  display: inline-block;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml20 {
  margin-left: 20px;
}

.fakeimg {
  height: 200px;
  background: #aaa;
}

.jumbotron {
  padding-top: 25px;
  padding-bottom: 20px;
  color: #648554;
}

.jumbotron_end {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #eee;
  margin-top: 20px;
}

/*页面*/
.xw-container {
  background: url("../img/headerbgc.jpeg") no-repeat center -156px;
  background-size: cover;
  padding: 40px 0px;
}

.xw-title {
  font-family: "tanu";
  color: #3f813b;
  font-size: 40px;
  display: inline-block;
  padding: 20px 0px;
}

.xw-title span {
  font-family: "微软雅黑", Verdana, Helvetica, Arial, sans-serif;
}

.xw-word {
  color: #3f813b;
  font-size: 20px;
  display: inline-block;
}

/*导航字体颜色 */
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

/*导航第一个字体颜色*/
.navbar-default .navbar-brand {
  color: #ffffff;
}

/*导航背景颜色*/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  min-height: auto;
}

.xw-navbar {
  background-color: #32b16c;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  /* color: #ffffff; */
  /* background-color: #357B3F; */
  color: #00b95d;
  background-color: #fff;
}

.navbar-nav > li > a {
  line-height: 22px;
}

body {
  font-family: "微软雅黑", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #333;
}

.xw-latest {
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}

.xw-latest p {
  margin: 10px 0;
}

.xw-latest a {
  cursor: pointer;
  color: #3c763d;
}

.xw-latest p:first-child {
  font-size: 26px;
  color: #3c763d;
  font-weight: 400;
}

.xw-latest i {
  font-style: normal;
  font-weight: 400;
}

.xw-frame {
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  box-shadow: 2px 2px 6px #ccc;
}

.xw-quotes p:last-child::before {
  content: "";
  width: 10px;
  border-top: 2px solid #209e85;
  position: absolute;
  right: 130px;
  top: 10px;
}

.xw-quotes p:first-child {
  line-height: 30px;
}

.xw-quotes p:last-child {
  width: 100%;
  text-align: right;
  color: #209e85;
  position: relative;
}

.xw-hotable {
  width: 480px;
  text-align: center;
  display: none;
  margin: 20px auto;
}

.xw-flollyStart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.xw-charts {
  margin-top: 20px;
}

#tips-study {
  color: #ff0000;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
}

#tips-level {
  color: #ff0000;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
}

/* .nav-tabs > li > a {
  font-family: PingFangSC-Medium, PingFang SC;

  border: 0 !important;
} */
.nav-tabs-li_active {
  background-color: #00b95d !important;
}
.panel {
  margin-bottom: 0px;
}

.xw-pages {
  margin-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.container-fluid {
  padding: 0px;
}

.form-group .control-label {
  font-size: 15px;
}

.dropdown a {
  font-size: 16px;
}

.xw-errword {
  padding: 15px 2px 35px 2px;
  background: #337ab7;
  margin: 10px;
  font-size: 15px;
}

.xw-errcont {
  padding: 15px 2px 35px 2px;
  background: lightblue;
  margin: 10px;
  font-size: 15px;
}

#xw-study-tips {
  font-size: 15px;
  font-weight: bold;
  transition: font-size 0.5s;
  color: #0f0f0f;
  /*display: flex;justify-content: center;align-items: center;text-align: center;*/
}

#wordSound {
  font-size: 15px;
  font-weight: bold;
  transition: font-size 0.5s;
  color: #0f0f0f;
}

#kanZhong {
  font-size: 15px;
  font-weight: bold;
  transition: font-size 0.5s;
  color: #0f0f0f;
}

.clear {
  clear: both;
}

.xw-howord {
  color: #498f87;
  font-size: 30px;
  padding: 25px;
  background: #dff1d7;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.xw-howord:hover {
  color: #fff;
  background: #32b16c;
}

.xw-special {
  /*width: 150%;*/
}

#navigationClass .xw-special a {
  transition: all 0.4s ease;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  color: #498f87;
  font-size: 30px;
  box-sizing: border-box;
  background: #dff1d7;
  text-align: center;
  border-radius: 10px;
}

#navigationClass > div:nth-of-type(1) a {
  background-color: #f76b80;
  color: #962706;
}

#navigationClass > div:nth-of-type(3) a {
  background-color: #4cc3d9;
  color: #447fc7;
}

/*#navigationClass a p:last-child {*/
/*color: #fff;*/
/*}*/

.xw-special a:hover p:last-child {
  border-radius: 0 0 10px 10px;
}

.xw-special a:hover {
  transform: translateY(-5px);
}

.xw-special a p {
  padding: 40px 20px;
  font-size: 20px;
  transition: all 0.2s ease;
}

.xw-special a p:first-child {
  background-color: #fff;
  font-size: 25px;
}

.xw-special a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.xw-special a i {
  font-size: 30px;
  padding-right: 20px;
}

.xw-breadcrumb li a {
  display: inline-block;
  color: #32b16c;
  float: left;
  padding: 30px 10px;
  background-color: #dff1d7;
  margin-right: 10px;
  font-size: 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  width: 20%;
}

#sentence .xw-breadcrumb li a {
  float: none;
}

.xw-breadcrumb li:last-child a {
  width: 10% !important;
}

.xw-breadcrumb li a:hover {
  background-color: #32b16c;
  color: #fff;
}

#navRight span {
  display: block;
  margin-top: 20px;
}

#navRight span a {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-decoration: none;
}

#navRight span.active a {
  color: #fff;
  background: #32b16c;
}

.xw-mainbox {
  max-width: 800px;
}

.xw-audioTitle {
  color: #666;
  font-size: 18px;
  padding: 15px 5px 40px 5px;
  background: #e3e3e3;
  border-bottom: 1px solid #999;
}

.xw-audioLeft {
  display: inline-block;
  color: #666;
  float: left;
}

.xw-audioLeft span {
  color: #eea236;
  font-size: 22px;
}

.xw-audioRight {
  display: inline-block;
  float: right;
}

.xw-audioRight span {
  color: #eea236;
  font-size: 22px;
  cursor: pointer;
}

/*.xw-audiowrite{display: flex; justify-content: center; align-items: center;}*/
.xw-enlishWrite {
  border: 1px solid #eea236;
  height: 360px;
}

.xw-enword {
  color: #eea236;
  font-size: 20px;
  font-weight: bold;
  max-width: 500px;
  margin: 10px auto 0px auto;
}

.xw-enword span {
  display: inline-block;
}

.xw-enlish {
  color: #666;
  font-size: 20px;
  margin-left: 20px;
}

.xw-chinese {
  color: #eea236;
  font-size: 22px;
  height: 200px;
  padding-left: 10px;
  background: #ebebeb;
  word-spacing: 2px;
  border-radius: 5px;
  box-shadow: #999 0px 0px 15px 5px;
  display: flex;
  align-items: center;
}

.xw-chinese span {
  color: #eea236;
  font-size: 30px;
  cursor: pointer;
}

.xw-chinese input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: #eea236;
}

.xw-spell {
  color: #eea236;
  font-size: 16px;
  width: 70%;
  line-height: 40px;
}

.xw-readEnlish {
  color: #eea236;
  font-size: 35px;
  text-align: center;
}

.xw-readEnlish span {
  cursor: pointer;
}

.xw-pronuce {
  cursor: pointer;
  font-size: 28px;
}

.xw-folly {
  max-width: 800px;
  margin: 0 auto;
}

.bookstate {
  padding-left: 10px;
}

.xw-flollyspell {
  color: #eea236;
  font-size: 22px;
  height: 100px;
  padding: 0px 10px;
  background: #ebebeb;
  word-spacing: 2px;
  border-radius: 5px;
  box-shadow: #999 0px 0px 15px 5px;
  display: flex;
  align-items: center;
}

.xw-flollyspell span {
  cursor: pointer;
}

.xw-enspell {
  color: #eea236;
  font-size: 20px;
  font-weight: bold;
  max-width: 500px;
  margin: 0px auto;
}

.xw-keyboard {
  display: none;
  background: #eea236;
}

/*.panel{border-bottom: none;}*/
#xw-booName {
  display: flex;
  color: #337ab7;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.xw-flollyheight {
  display: flex;
  color: #ff0000;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  height: 500px;
  background: url(../img/timg.png) center 30px no-repeat;
}

/*.panel-body{padding: 0;}*/
/*.xw-hotable{display: none;}*/
.xw-hotable li {
  color: #333;
  font-size: 20px;
  width: 200px;
  height: 50px;
  margin: 10px 20px;
  float: left;
  text-align: center;
  border-radius: 5px;
  line-height: 50px;
  background: #f7e1b5;
  cursor: pointer;
}

.xw-courseBuy {
  display: flex;
  color: #ff0000;
  font-size: 20px;
  height: 400px;
  border: 1px solid #eaeaea;
  justify-content: center;
  align-items: center;
}

.xw-clearAll {
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  background: #5cb85c;
  border-radius: 5px;
  margin-top: 8px;
  cursor: pointer;
}

.xw-clearAll:hover {
  background: #398439;
}

.xw-page {
  display: none;
}

.xw-bookheight {
  display: flex;
  color: #ff0000;
  font-size: 25px;
  justify-content: center;
  align-items: center;
  height: 500px;
}

#tuple-chooseEnglish {
  display: none;
}

#tuple1-chooseEnglish {
  display: none;
}

#tuple2-chooseEnglish {
  display: none;
}

.form-inline span {
  margin-left: 12px;
  font-size: 35px;
}

.form-inline span input {
  width: 25px;
  height: 25px;
}

.form-inline .btn {
  margin-left: 20px !important;
  margin-top: -10px;
}

#tupleTrain .glyphicon {
  font-size: 30px;
}

.xw-hideheight {
  height: 400px;
}

.wordTrain {
  background: #32b16c;
  border-radius: 5px;
}

.xw-homeword {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.breadcrumb li a {
  color: #498f87;
  font-size: 20px;
  padding: 20px 30px;
  background: #dff1d7;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.breadcrumb a:visited {
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #fff;
  background: #32b16c;
}

.xw-flollyTotal {
  display: none;
}

.xw-flolly {
  display: none;
  background: #eea236;
}

.xw-bootion {
  height: 90px;
  width: 150px;
  border-radius: 200px;
  font-weight: bold;
  font-size: 30px;
}

.page-div {
  height: 700px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/*底部*/
.xw-footer {
  color: #333;
  font-size: 14px;
  background: #eee;
  text-align: center;
  padding: 20px 0px;
  margin-top: 20px;
}

.xw-footer p {
  padding-top: 10px;
}

.rewrite-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
}

.rewrite-navbar-form {
  padding: 10px 5px;
  margin-top: -1px;
  margin-bottom: 2px;
}

#bookList .panel-footer {
  font-size: 18px;
  font-family: "STCaiyun";
}

#bookList .panel-footer {
  padding: 0;
}

#bookList .panel-footer .row {
  margin: 0;
}

#bookList .panel-footer span {
  display: block;
  cursor: pointer;
  padding: 10px 1px;
  text-align: center;
  color: #000 !important;
  transition: all 0.2s ease;
}

#bookList .panel-footer span:first-child {
  cursor: auto;
  color: red !important;
}

#bookList .panel-footer span:not(:nth-of-type(1)):hover {
  background-color: #32b16c;
  color: #fff !important;
}

#comprehensiveTest {
  font-size: 14px;
}

#testPaper {
  position: relative;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
}

.zh-mainbox .panel {
  position: relative;
}

.zh-mainbox .panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  width: 100%;
  height: 800px;
  border: 5px solid #32b16c;
  z-index: 1;
}

.nav-test {
  font-weight: bold;
}

.xw-navbar .dropdown-toggle {
  padding-right: 5px;
}

.xw-navbar .hint a {
  padding-left: 0 !important;
}

#clickSelectWord .cs-radio-list,
#panel label {
  font-size: 20px;
}

.radioClass {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  cursor: pointer;
  margin: 0 0 0 !important;
}

.radioClass::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radioClass:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #5cb85c;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radioClass:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border: 2px solid white;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
}

#content_ input[type="radio"],
#clickSelectWord .cs-radio-list input[type="radio"],
#wordTrain input[type="radio"],
#comprehensiveTest input[type="radio"] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  outline: none;
  cursor: pointer;
}

#content_ input[type="radio"]::before,
#clickSelectWord .cs-radio-list input[type="radio"]::before,
#wordTrain #panel input[type="radio"]::before,
#comprehensiveTest input[type="radio"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #7d7d7d;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

#content_ input[type="radio"]:checked:before,
#clickSelectWord .cs-radio-list input[type="radio"]:checked:before,
#wordTrain input[type="radio"]:checked:before,
#comprehensiveTest input[type="radio"]:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #5cb85c;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

#content_ input[type="radio"]:checked:after,
#clickSelectWord .cs-radio-list input[type="radio"]:checked:after,
#wordTrain input[type="radio"]:checked:after,
#comprehensiveTest input[type="radio"]:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border: 2px solid white;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
}

.main #accordion {
  width: 100%;
  float: left;
  box-shadow: 2px 2px 6px #ccc;
}

.main .panel-group {
  margin-bottom: 0 !important;
}

.main #accordion .panel-heading {
  color: #3c763d;
  background-color: #dff1d7;
  cursor: pointer;
}

.main #accordion .panel-body a {
  color: #3c763d;
}

.main #accordion .panel-body {
  font-size: 15px;
}

.main #accordion .panel-body p {
  margin-bottom: 10px;
}

.main #accordion .panel-heading i {
  float: right;
  font-size: 20px;
  transition: all 0.3s ease;
}

.main #coinMain {
  height: 253px;
  width: 48%;
  float: right;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 20px;
}

#coinMain i {
  float: left;
  width: 40%;
  text-align: center;
  font-size: 90px !important;
  color: gold;
  height: 200px;
  line-height: 200px;
  border-right: 1px solid #ccc;
}

#coinMain .dataCoin {
  width: 55%;
  float: right;
}

#coinMain .dataCoin > p:first-child {
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  padding: 20px 0;
}

#coinMain .dataCoin div p {
  font-size: 20px;
  margin: 20px 0;
}

#personInfo .panel-heading,
#registerInfo .panel-heading {
  background-color: #fff;
  color: #000;
  border: 0;
}

#personInfo .panel-title,
#registerInfo .panel-title {
  font-size: 26px;
}

#personInfo .panel,
#registerInfo .panel {
  border: 0;
  margin-top: -20px;
  padding: 20px;
  box-shadow: 2px 2px 8px #ccc;
}

/* .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0;
  background-color: transparent;
  color: #3f813b;
} */

.nav-tabs > li.active > a::after {
  /* content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #3f813b; */
}
.nav-tabs > li.active > a {
}

.nav-tabs > li > a:hover {
  /* border: 0; */
}

.nav > li > a {
  position: relative;
}

.nav > li > a:hover {
  /* background-color: transparent; */
}

.nav > li > a:hover::after {
  /* content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid #3f813b; */
}

.nav-tabs a {
  /* color: #666; */
}

.nav-tabs {
  border-bottom: 0;
}

/*弹出框 --zw*/
#ownMessage .wrapper {
  position: fixed;
  right: -250px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 550px;
  background-color: #fff;
  box-shadow: 2px 2px 8px #ccc;
  transition: all 0.3s ease;
  z-index: 2000;
}

#ownMessage .wrapper #mes-btn {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #3c763d;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  z-index: 1000;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

#ownMessage .wrapper #mes-btn.mes-update::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -3px;
  left: -3px;
  background-color: red;
  border-radius: 50%;
}

#ownMessage .mes-header {
  font-size: 20px;
  text-align: center;
  color: #207a4c;
}

#ownMessage .mes-header .row {
  margin: 0;
}

#ownMessage .mes-header .col-md-6 {
  padding: 0 !important;
}

#ownMessage .mes-header .col-md-6:hover {
}

#ownMessage .mes-header a {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  color: #3c763d;
  transition: all 0.2s;
  margin-top: -1px;
  text-decoration: none;
}

#ownMessage .mes-header a:hover {
  background-color: #57b15f;
  color: #fff;
}

#ownMessage .mes-header + hr {
  width: 90%;
  margin: 0 auto;
}

#ownMessage .mes-header a.active {
  background-color: #3c763d;
  color: #fff !important;
}

#ownMessage .mes-body {
  width: 100%;
  height: 400px;
  margin-top: 20px;
  overflow-y: scroll;
  padding: 10px;
}

#ownMessage .mes-body .mes-list {
}

#ownMessage .mes-body .mes-list li,
#ownMessage .mes-body .fri-list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  transition: all 0.2s;
  font-size: 15px;
}

#ownMessage .mes-body .fri-list li:hover,
#ownMessage .mes-body .fri-list li:hover {
  background-color: #fafafa;
}

#ownMessage .personTime {
  color: #ccc;
}

#ownMessage .add-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  /*background-color: #3c763d;*/
  border: 1px solid #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}

#ownMessage .add-btn::after {
  content: "+";
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

#ownMessage #add-box {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  margin-top: -150px;
  background-color: #fff;
  width: 450px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 3000;
}

#ownMessage #add-box .add-box-header {
  background-color: rgb(19, 117, 234);
  color: #fff;
  border-radius: 10px 10px 0 0;
  width: 100%;
  text-align: right;
  font-size: 30px;
}

#ownMessage #add-box .add-box-header p span {
  padding: 4px 10px 6px 0;
  cursor: pointer;
}

#ownMessage #add-box .add-box-body {
  width: 100%;
}

#ownMessage #add-box .add-box-body p:first-child {
  color: rgb(19, 117, 234);
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}

#ownMessage #add-box .add-box-content {
  position: absolute;
  left: 60px;
  top: 90px;
}

#ownMessage #add-box .add-box-content input {
  font-size: 21px;
  width: 300px;
  outline: none;
  height: 40px;
  vertical-align: middle;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
}

#ownMessage #add-box .add-box-content button {
  margin-left: -10px;
  height: 40px;
  width: 60px;
  vertical-align: middle;
  background-color: rgb(19, 117, 234);
  color: #fff;
  border-radius: 2px;
  outline: none;
  border: 1px solid rgb(19, 117, 234);
}

#ownMessage #add-box .add-result {
  width: 100%;
  height: 130px;
  background-color: rgb(245, 245, 245);
  border-top: 1px solid #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ownMessage .add-result ul {
  width: 90%;
  height: 100px;
  margin: 0 auto;
  font-size: 24px;
  /*background-color: #fff;*/
  /*border: 1px solid #000;*/
  /*overflow-Y: scroll;*/
}

#ownMessage .add-result ul li {
  line-height: 40px;
}

/*弹出框end*/
/*提示 ---zw*/
.hint {
  width: 30px;
}

.hint span.xw-badge {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/*go->>>*/
#navigationClass .go {
  position: relative;
}

#navigationClass .go span {
  position: absolute;
  top: -0.224rem;
  left: -0.2396rem;
}

#navigationClass .go span {
  font-size: 0.1667rem;
}

#navigationClass .go i {
  line-height: 0;
  position: absolute;
  top: 0.0156rem;
  left: 0.026rem;
  font-size: 0.2188rem;
  animation: go 0.4s alternate infinite;
}

@keyframes go {
  from {
    transform: translateX(0) translateY(-50%);
  }

  to {
    transform: translateX(10px) translateY(-50%);
  }
}

/*md样式*/

/*table样式*/
.table {
  font-size: 14px;
}

.table thead {
  background: #f1fdf6;
  border-radius: 6px;
}

.table tbody tr:hover {
  cursor: pointer;
  background-color: rgba(206, 255, 206, 0.2);
}

#special .iconfont {
  margin-right: 10px !important;
}

.buy-bookName {
  padding: 10px 0 !important;
  background-color: #fff;
  font-weight: 700;
}

/*软盘样式*/
.xw-panel-body:first-child {
  padding: 0 !important;
}

.radio-list {
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background-color: #3c763d !important;
}

.radio-list span {
  vertical-align: -3px;
}

/*按钮样式*/
#floppySpell {
  position: relative;
  /*margin-top: -45px !important;*/
  font-weight: 700 !important;
}

#floppySpell #container {
  margin-top: 40px;
}

#floppySpell .form-control {
  display: inline-block !important;
  width: 78% !important;
}

#floppySpell .breadcrumb {
  margin-bottom: 0 !important;
}

#floppySpell .txtbox {
  /*display: inline-block;*/
  /*position: absolute;*/
  /*left: 290px;*/
  top: 19px;
  position: relative;
  float: left;
  height: 80px;
  background-color: #32b16c;
  border-radius: 10px;
  z-index: 1002;
  box-sizing: border-box;
  padding: 8px 10px;
  line-height: 60px;
  min-width: 100px;
}

#floppySpell .txtbox2 {
  /*display: inline-block;*/
  /*position: absolute;*/
  /*left: 290px;*/
  top: 19px;
  position: relative;
  float: left;
  height: 80px;
  background-color: #32b16c;
  border-radius: 10px;
  z-index: 1002;
  box-sizing: border-box;
  margin-left: 2px;
  padding: 8px 10px;
  line-height: 60px;
  min-width: 100px;
  color: #ff6a00;
  cursor: pointer;
}

/*#floppySpell .txtbox > * {*/
/*transform: translateX(-50%);*/
/*}*/

#floppySpell .txtbox input {
  outline: none;
  /*position: absolute;*/
  /*top: 8px;*/
  /*left: 190px;*/
  float: left;
  height: 65px;
  font-size: 30px !important;
  border-radius: 30px;
  border: 1px solid #000;
  padding-left: 15px;
  box-sizing: border-box;
  color: saddlebrown;
}

#floppySpell .txtbox button {
  font-size: 20px;
  width: 100px;
  height: 50px;
  padding: 7px;
  margin: 7px;
}

#floppySpell .keyboard-btn button {
  padding: 8px;
  float: left;
}

#floppySpell h2[name="020301"] {
  /*display: inline-block;*/
  position: absolute;
  left: 0;
  z-index: 1001;
  float: left;
}

#floppySpell h2[name="020302"] {
  /*position: absolute;*/
  /*left: 100px;*/
  /*top: 12px;*/
  max-width: 353px;
  min-width: 120px;
  margin-right: 60px;
  /*float: left;*/
  z-index: 1001;
  position: absolute;
  left: 0;
  height: 80px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #32b16c;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  word-break: break-all;
}

#floppySpell h2[name="020302"] p {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/*#floppySpell .keyboard-btn button:first-child {*/
/*!*right: 209px;*!*/
/*float: left;*/
/*margin: 0 30px 0 60px;*/
/*}*/

#floppySpell .keyboard-btn button:last-child {
  position: absolute;
  right: 0;
  top: 9px;
}

.activeKey {
  background-color: #469ab3 !important;
}

#floppySpell #audioBtn {
  top: 5px;
  width: 130px;
  height: 80px;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  line-height: 80px;
  /*border-radius: 40px ;*/
}

#floppySpell #audioBtn i {
  font-size: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#floppySpell #audioBtn:hover {
  transform: translateY(-10px);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
}

/*#floppySpell #audioBtn.clickActive {*/
/*transform: translateY(0);*/
/*box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*}*/
#floppySpell #container {
}

#floppySpell .keyboard-btn i {
  font-size: 30px !important;
}

#clickSelectWord .radio-list {
  background-color: #fff !important;
  color: #000 !important;
}

#latelyStudy span + span::before {
  content: "";
  display: inline-block;
  width: 30px;
  margin: 0 0 5px 1px;
  /*height: 10px;*/
  border-top: 1px solid #00b95d;
}

#collapseOne #noStudy {
  color: #3c763d;
  font-size: 24px;
  padding: 0 0 20px 20px;
}

/*dropdown更新*/
.dropdown-menu {
  padding: 0 !important;
}

.dropdown-menu .divider {
  margin: 0 !important;
}

.dropdown-menu a {
  padding: 10px 20px !important;
}

#collapseOne #noStudy {
  color: #3c763d;
  font-size: 24px;
  padding: 0 0 20px 20px;
}

.mes-body .fri-list span {
  float: right;
  visibility: hidden;
  cursor: pointer;
}

.mes-body .fri-list li:hover span {
  visibility: visible;
}

.mes-body .mes-list li {
  position: relative;
}

.mes-body .mes-list .add-mes p:first-child {
  width: 140px;
}

.mes-dropdown {
  position: absolute;
  right: 20px;
  top: 15px;
}

.mes-list .add-mes i {
  cursor: pointer;
}

.add-mes .agreeOrNot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 0;
}

.add-mes .agreeOrNot li {
  transform: scale(0.7);
  cursor: pointer;
}

.wrapper .cover {
  position: absolute;
  transition: all 0.2s;
  /*display: none;*/
  width: 100%;
  height: 550px;
  /*background-color: #ccc;*/
  left: 0;
  top: 0;
  z-index: 2000;
}

.wrapper .cover .ask-box {
  position: absolute;
  width: 220px;
  height: 120px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  text-align: center;
  border: 1px solid #000;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 8px #ccc;
}

.wrapper .cover .ask-box button {
  margin: 10px 10px;
  font-size: 14px;
  width: 50px;
  outline: none;
  height: 26px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popover-title {
  font-size: 20px !important;
}

#clickSelectWord i.iconfont {
  margin-top: 14px;
  display: block;
  font-size: 30px !important;
  cursor: pointer;
}

#courseMainbox #special {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#courseMainbox #divSee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#studyPanel #divSee i.iconfont {
  margin-top: 14px;
  display: block;
  font-size: 30px !important;
  cursor: pointer;
}

/*进度条*/
.processBox ul.processLine {
  margin: 0 auto;
  max-width: 1000px;
}

.processBox ul.processLine li {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  border: 3px solid orange;
  font-size: 18px;
  color: orange;
  float: left;
  border-radius: 50%;
  font-weight: 700;
}

.processBox ul.processLine li.active {
  background-color: orange;
  color: #fff;
}

.processBox ul.processLine li + li {
  margin-left: 20px;
}

/*进度条end*/
.hintBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px !important;
}

.hintBox .hintBtn {
  width: 50%;
  margin: 0 auto;
  display: block;
}

.hintBox .hintContent {
  width: 100%;
  box-shadow: 0 0 3px #ccc;
  border-radius: 10px;
  margin-top: 10px;
}

.hintBox .hintContent p {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 18px !important;
}

.hintBox .hintEnd {
  width: 30%;
  display: block;
  margin: 0 auto;
}

#mes-list p {
  word-break: break-all;
}

.hasDeal {
  color: #ccc !important;
}

/*金币栏*/
#coinBox {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -50px;
}

#coinBox .coin {
  width: 80px;
  height: 80px;
  background-color: gold;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  transform: translateX(-50px) rotate(-60deg);
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 4;
}

#coinBox .coin::after {
  content: "B";
  font-weight: 700;
  color: #fff;
}

#coinBox .coin:hover {
  transform: translateX(-30px);
}

#coinBox .coinData {
  width: 200px;
  height: 150px;
  border: 1px solid #000;
  position: absolute;
  left: 30px;
  top: -34px;
  background-color: #fff;
  z-index: 1001;
  box-sizing: border-box;
  padding: 20px;
  font-size: 20px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.2s;
}

#coinBox .coinData p:first-child {
  border-bottom: 1px solid #ccc;
}

#coinBox .coinData i {
  font-size: 20px !important;
}

#orderTuple,
#messTuple {
  position: relative;
  height: 100px;
  box-sizing: border-box;
  padding: 0 100px;
}

.soundLogic {
  width: 130px;
  height: 80px;
  transition: all 0.2s ease;
  margin: 0 auto;
  cursor: pointer;
  background-color: #32b16c;
  color: #fff;
  line-height: 80px;
  /*border-radius: 40px ;*/
  margin-bottom: 10px;
}

#orderTuple .soundLogic,
#messTuple .soundLogic {
  float: left;
}

.soundLogic i {
  font-size: 40px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#orderTuple div:first-child,
#messTuple div:first-child {
  display: inline-block;
  margin-left: 70px;
}

#orderTuple div:nth-of-type(2),
#messTuple div:nth-of-type(2) {
  height: 80px;
  background-color: #32b16c;
  display: inline-block;
  padding: 0 30px;
  float: left;
  margin: 0 30px 0 100px;
}

#orderTuple div:nth-of-type(2) input,
#messTuple div:nth-of-type(2) input {
  height: 50px;
  border-radius: 20px;
  border: 1px solid #000;
  width: 300px;
  margin-top: 15px;
}

#orderTuple .btnList,
#messTuple .btnList {
  float: left;
}

#orderTuple .btnList button,
#messTuple .btnList button {
  display: block;
}

#orderTuple .btnList button:first-child,
#messTuple .btnList button:first-child {
  margin-bottom: 10px;
}

#myModalBody .con {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0 0 10px #ccc;
}

#messTuple .iconfont {
  font-size: 30px !important;
}

#myReportNuitModalBody .con {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0 10px 0;
  box-shadow: 0 0 10px #ccc;
}

#myReportNuitModalBody .con2 {
  margin: 20px 0;
}

#myReportNuitModalBody .con p::before {
  content: "·";
  font-size: 30px;
  vertical-align: -3px;
  padding-right: 2px;
}

#myReportNuitModalBody .con p {
  margin-bottom: 0;
}

#myReportNuitModalBody .con p .num {
  color: rgb(22, 161, 101);
  font-size: 30px;
}

#myReportNuitModalBody .con p img {
  vertical-align: -2px;
}

#myReportNuitModalBody .coinBtnList button {
  background: linear-gradient(rgb(30, 158, 51), rgb(25, 140, 52));
  padding: 10px;
  font-size: 15px;
  color: #fff;
}

.txtbox p {
  color: yellow !important;
}

.mode2.key_error::before,
.mode1.key_error::before {
  content: "×";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: red;
  color: #fff;
  line-height: 23px;
  font-size: 28px;
  text-indent: -2px;
}

.mode2.key_true::before,
.mode1.key_true::before {
  content: "√";
  display: block;
  color: #fff;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: green;
  font-size: 12px;
  font-weight: 700;
}

.mode2.key_true_add::after,
.mode1.key_true_add::after {
  content: "√";
  display: block;
  color: #fff;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 20px;
  top: 0;
  position: absolute;
  background-color: green;
  font-size: 12px;
  font-weight: 700;
}

#noStudy {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 22px;
}

.next {
  width: 80px;
  height: 80px;
  border-radius: 60%;
  line-height: 80px;
  font-size: 26px;
  background: white;
  position: absolute;
  right: -100px;
  top: 0;
  cursor: pointer;
}

.studyWrapper .next {
  right: 50px;
  margin-top: 180px;
}

.Pro2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 100px;
  font-size: 20px;
  background: white;
  position: absolute;
  right: -100px;
  top: 0;
  color: #0f0f0f;
}

#clickSelectWord .Pro2 {
  right: 50px;
}

.dropdown-menu {
  z-index: 2000;
}

/*分页条*/
.pageBox {
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
  /*  子元素相对父元素垂直居中 */
  margin-top: 20px;
  font-size: 15px;
}

ul.pages li {
  list-style: none;
  float: left;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  height: 28px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
}

ul.pages li.active {
  background-color: #00b95d;
  color: #fff;
}

ul.pages li:not(.prevPage),
ul.pages li:not(.nextPage) {
  padding: 2px 10px;
  margin: 5px 5px;
}

ul.pages li:first-child.notAllowed,
ul.pages li:last-of-type.notAllowed {
  cursor: not-allowed;
  color: #ccc;
}

#wrapperModal {
  position: fixed;
  width: 60%;
  left: 50%;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  border: 5px solid #feeb90;
  font-size: 70px;
  padding: 10px 0;
  background-color: #f5f9f7;
  z-index: -1;
  opacity: 0;
}

.contentWrapper {
  padding: 35px;
}

.contentWrapper p {
  /* border: 1px solid #000; */
  text-align: center;
  line-height: 60px;
}

/*.contentWrapper p span:last-child {*/
/*font-size: 50px;*/
/*}*/
.contentWrapper p span.yy {
  color: red;
}

.contentWrapper p:first-child {
  font-size: 100px;
  transition: all 1s ease-out;
  margin-bottom: 26px;
  transform: translateY(50px) scale(0);
}

.contentWrapper p:last-child {
  transition: all 1s ease-out;
  font-size: 36px;
  transform: translateY(-36px) scale(0);
}

#ModalBox .cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  display: none;
}

#ModalBox .cover.active {
  z-index: 5000;
  display: block;
}

#wrapperModal.active {
  z-index: 5001;
  opacity: 1;
}

.contentWrapper p.active {
  transform: translateY(0) scale(1);
}

.cs-radio-list {
  /*max-width: 800px;*/
  display: flex;
  flex-direction: row;
  /*这里可以不写，flex布局默认方向横向即row*/
  justify-content: center;
  align-items: center;
}

.cs-radio-list ul {
  text-align: left;
}

.cs-radio-list ul:last-child {
  float: right;
}

.showPass {
  font-size: 25px !important;
  width: 40px;
  height: 34px;
  line-height: 34px;
  padding: 0 !important;
}

.rank-wrapper {
  width: 90%;
  margin: 0 auto;
  height: 630px;
  padding: 0 50px;
}

.rank-wrapper .rank-inner {
  width: 100%;
  /*border: 1px solid red;*/
  background-color: #e9e9e9;
  box-sizing: border-box;
}

.rank-wrapper .rank-header {
  width: 100%;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 10px 44px;
  background-color: #fac833;
}

.rank-wrapper .rank-list,
.rank-wrapper .nation-rank-list {
  background-color: #fff;
  margin: 20px auto;
  width: 90%;
}

.rank-wrapper .rank-list {
  max-height: 450px;
  overflow-y: scroll;
}

.rank-wrapper .rank-list li span,
.rank-wrapper .nation-rank-list li span {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
}

.rank-wrapper .rank-select {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.rank-wrapper .rank-select span > span {
  font-size: 20px;
  font-style: oblique;
  color: #c64b2b;
}

.rank-wrapper .rank-select span > span:first-child {
  margin-right: 20px;
}

.rank-wrapper .rank-select a {
  display: inline-block;
  box-sizing: border-box;
  line-height: 50px;
  margin-right: 10px;
  height: 50px;
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  border: 1px solid #d79851;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #f1d6b1;

  box-shadow: 1px 1px 1px #d79851, -1px -1px 1px #fff;
}

.rank-wrapper .rank-select a.active {
  background-color: #d79851;
  color: #f1d6b1;

  box-shadow: -1px -1px 1px #d79851, 1px 1px 1px #fff;
}

.set-table td {
  width: 100px;
  height: 100px;
  /*border: 1px solid #000;*/
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 4px inset rgba(0, 0, 0, 0.3);
}

.breadcrumb {
  line-height: 40px !important;
  padding: 0 !important;
}

#bookList img {
  width: 180px;
  height: 200px;
}

#wordDrawing .ball {
  position: absolute;
  left: 0;
  top: 0;
}

.wordsline {
  height: 51px;
  overflow-x: auto;
  overflow-y: hidden;
}

.wordsWrapper {
  border: 4px solid #83bd6c;
  border-radius: 20px;
  font-size: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  height: 50px;
  line-height: 34px;
  background-color: #ddedd6;
  font-weight: 700;
  color: #4cc3d9;
}

.wordsline span:not(:first-child)::before {
  content: "\\";
  padding: 0 10px;
}

#clickSelectWord .wordsWrapper {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.operationStudy_1 * {
  /* margin-top: 12px; */
  /* margin: 14px 50px; */
}

.operationStudy_1,
.operationStudy_2 div:first-child,
.operationStudy_2 div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.operationStudy_1 .iconfont {
  font-size: 30px;
}

.operationStudy_1 button {
  border: 1px solid #000;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.studyWrapperBtn {
  border: 1px solid #000;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 129px;
  margin: 70px;
}

.studyWrapperBgE {
  border: 3px solid #ff0000;
}

.studyWrapperBgC {
  border: 3px solid #1da89a;
}

.bookBgColor {
  background-color: #41cfcf;
}

.unitBgColor {
  background-color: #41cfcf;
}

.operationStudy_2 div:first-child div {
  border: 2px solid #000;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  max-width: 800px;
  min-width: 500px;
  display: inline-block;
  margin: 0 auto;
}

.operationStudy_2 div:nth-of-type(2) input {
  width: 40%;
  height: 40px;
  border: 2px solid orange;
  padding-left: 20px;
  font-size: 18px;
  outline: none;
}

.operationStudy_2 div:nth-of-type(2) * {
  margin: 0 10px;
}

.operationStudy_2 div:nth-of-type(2) {
  margin: 20px 0;
}

.set-table {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  font-size: 0;
  background: url("../img/1.png") no-repeat center/100% 100%;
}

.set-table div {
  display: inline-block;
  width: 100px;
  height: 100px;
  -moz-box-shadow: 0 0 3px inset rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 3px inset rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px inset rgba(0, 0, 0, 0.8);
  font-size: 30px;
  line-height: 100px;
  cursor: pointer;
  background-color: #fff;
}

/*单词通关*/
.studyWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #dff0e1;
}

.studyWrapper li {
  padding: 20px 15px;
}

#listLi {
  /* min-width: 400px; */
  display: inline-block;
  /* max-width: 1000px; */
}

#listLi i {
  font-size: 30px;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
}

#listLi li:first-child {
  text-align: center;
  border: 3px solid #79cdcd;
  font-weight: bolder;
}

#listLi li {
  margin: 10px 0;
}

#listLi li input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  margin-right: 20px;
}

#listLi li label {
  font-size: 20px;
  vertical-align: -2px;
  word-wrap: break-word;
  overflow: hidden;
}

#listLi li span {
  font-size: 32px;
  margin-right: 20px;
  padding: 10px 0;
}

#listLi li h2 {
  font-size: 32px;
  padding: 10px 0;
}

#listLi li {
  text-align: left;
}

#selectWord .wordsWrapper {
  bottom: -7px;
}

#selectWord + .page-div {
  height: 500px;
}

#selectWord {
  border: 1px solid #fff;
}

#selectWord #container {
  margin-top: 100px;
}

#divValue {
  display: flex;
  justify-content: center;
  align-items: center;
}

#divValue > *:not(:first-child) {
  display: inline-block;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 22px;
  background-color: rgb(244, 121, 131);
  color: white;
}

#divValue i {
  font-size: 30px;
  cursor: pointer;
  border: 1px solid #000;
  padding: 20px;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  background-color: rgb(244, 121, 131);
  color: white;
}

#divValue div:nth-of-type(2) {
  margin: 0 15px;
}

#courseSetupBtn {
  position: absolute;
  right: 10px;
  top: 0;
}

#courseSetupBtn a {
  padding: 0 20px;
  font-size: 18px;
}

#courseSetupBtn:before {
  content: "";
}

#wrapper_ {
  border: 4px solid green;
  height: 500px;
}

#content_ {
  border: 2px solid #ccc;
  width: 85%;
  margin: 50px auto;
  height: 80%;
  font-size: 18px;
  line-height: 35px;
  overflow: auto;
}

#content_ > div {
  text-align: left;
}

.input_delete_default_style {
  background: none;
  outline: none;
  border: none;
  width: 40px;
}

.wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.line {
  display: inline-block;
  width: 300px;
  border-top: 1px dashed #fe9f2c;
  border-bottom: 1px dashed #fe9f2c;
  vertical-align: middle;
}

.head-font {
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #fff;
  /* 水平值位置、垂直位置、模糊距离、阴影颜色 */
}

.nva-div {
  margin-top: 20px;
  margin-bottom: 125px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nva-div-chile {
  width: 230px;
  height: 100px;
}

/*查看缩略图样式*/

.btn-imgs button {
  margin-right: 20px;
}

#backSelectWord {
  background-color: rgb(26, 188, 156);
  color: rgb(255, 255, 255);
  font-weight: bolder;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  display: none;
}

.td-span {
  width: 100% !important;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.srtf-ywb {
  text-align: center;
  letter-spacing: 5px;
  font-size: 20px;
  margin-top: 5px;
  display: none;
}

.zmxl-ywb {
  text-align: center;
  letter-spacing: 5px;
  font-size: 20px;
}

.yzczxl {
  display: flex;
  flex-direction: row;
}

.yzczxl-jr {
  width: 60px;
}

.yzczxl-list {
  width: 1100px;
}

#test {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
  /*兼容IE8及以下版本浏览器*/
  filter: alpha(opacity=30);
  display: none;
}

#log_window {
  width: 600px;
  height: 200px;
  /*line-height: 200px;*/
  background-color: #fff;
  margin: auto;
  position: absolute;
  z-index: 3;
  top: -300px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid yellow;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  text-indent: 15px;
  display: none;
}

.word-title {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  color: orange;
}

.vowel {
  color: #fff;
  width: 55px;
  height: 70px;
  line-height: 70px;
  font-size: 58px;
  margin-right: 2px;
  text-align: center;
  border: 2px dashed #ffffff;
  outline: 0;
  background: rgba(255, 255, 255, 0.3);
}

.consonant {
  color: red;
  width: 60px;
  height: 70px;
  line-height: 70px;
  font-size: 58px;
  margin-right: 2px;
  text-align: center;
  outline: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: 2px dashed #ffffff;
}

.vOc {
  width: 55px;
  height: 70px;
  line-height: 70px;
  font-size: 58px;
  margin-right: 2px;
  text-align: center;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #fff;
}

.vowelOrConsonant {
  display: flex;
}

#flashCardBody div:first-child {
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

#flashCardBody div:last-child {
  height: 80px;
  line-height: 50px;
  font-size: 40px;
  text-align: center;
}

#wholeWord {
  border: 1.5px dashed #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: 20px;
  margin-top: 95px;
  padding-left: 12px;
  margin-left: 10px;
  width: 628px;
  height: 61px;
}

#wholeWord::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #fff;
  /* placeholder字体大小  */
  font-size: 20px;
  height: 61px;
  line-height: 61px;
  border: none;
  font-weight: 500;
}

#wordsReview {
  display: flex;
  flex-wrap: wrap;
}

#wordsReview li {
  width: 220px;
  height: 250px;
  margin-left: 5px;
  margin-right: 5px;
}

/* #selectSentence {
  background-color: #28bea0;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
} */

.wordCard {
  /* flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; */
  overflow: hidden;
}

.wordCard > div {
  float: left;
  display: flex;
  justify-content: center;
  background: rgb(146 220 146 / 50%);
  margin: 20px 10px;
  font-size: 16px;
  color: #ec5d27;
  cursor: pointer;
  border: 1px solid #2bc568;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px;
  min-width: 120px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.wordCardHoverEn:hover::after {
  /* 鼠标经过之后 前面插入一个伪元素 */
  content: attr(data-content);
  display: block;
  /* 伪元素选择器 本质上是 插入一个元素（标签 盒子） 只不过是行内元素 span  a */
}

.sentenceSelectWord {
  flex: 1;
}

.wordCardNum {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  font-size: 16px;
}

.add-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#s-nav ul {
  list-style: none;
  float: left;
  text-align: right;
  margin-top: 18px;
  line-height: 42px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}

#s-nav ul li {
  font-family: "微软雅黑", "宋体";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  width: 190px;
  text-align: left;
  margin: 5px 10px;
}

#s-nav ul li a {
  text-decoration: none;
  color: #666666;
}

#s-nav ul li a span {
  display: flex;
}

#s-nav ul li a div {
  cursor: pointer;
  color: orange;
  padding-right: 10px;
  padding-left: 20px;
}

.s-navdown a {
  background: #5cb85c;
  border-radius: 4px;
  color: #fff !important;
  padding-left: 5px;
  padding-right: 5px;
}

/* 单词本 悬浮到筛字上显示盒子 */
.fw-sieve {
  /* color: orange; */
  cursor: pointer;
  position: relative;
}

.fw-sieve-info2 {
  width: 280px;
  height: 300px;
  position: absolute;
  top: 10px;
  left: 30px;
  padding: 20px;
  cursor: pointer;
  display: none;
  background: #e1ffff;
  border-radius: 5px;
}

.fw-sieve-info {
  width: 280px;
  height: 300px;
  position: absolute;
  top: 180px;
  left: 110px;
  padding: 20px;
  cursor: pointer;
  display: none;
  background: #e1ffff;
  border-radius: 5px;
  z-index: 999;
  /*transition: all 0.4s;*/
  /*-webkit-transition: all 0.4s;*/
  /*-moz-transition: all 0.4s;*/
  /*-ms-transition: all 0.4s;*/
  /*-o-transition: all 0.4s;*/
}

/*.fw-sieve:hover .fw-sieve-info {*/
/*    display: block;*/
/*}*/

.fw-list-radio div {
  padding: 7px 10px;
  color: #3c3c3c;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.word-contentcn {
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
}

.sentencePatternDiv-title {
  display: flex;
  font-size: 16px;
  font-weight: initial;
}

.sentencePatternDiv-title div {
  width: 120px;
  cursor: pointer;
}

.sentencePatternDiv-title-active {
  color: #00b48c;
}

.sentencePatternDiv-body {
  margin: 20px;
  font-size: 16px;
}

.sentencePatternDiv-body div {
  margin-bottom: 10px;
}

.sentencePatternDiv-float {
  position: fixed;
  z-index: 9999;
  top: 180px;
  left: 110px;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #f5a623;
  line-height: 30px;
  text-align: center;
  background: lemonchiffon;
}
.sentencePatternDiv-float-new {
  position: fixed;
  z-index: 9999;
  top: 180px;
  left: 110px;
  cursor: pointer;
  display: none;
  border: 1px solid;
  border-radius: 17px;
  width: 37px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #ff7416;
}

.tcImg {
  width: 16px;
  height: 16px;
}

/* .nav-tabs > .nav-tabs-li > li > a {
  color: #00b95d;
  font-weight: 500;
  font-size: 14px;
} */

.nav-tabs-li_text_active {
  color: #fff !important;
}

.nav-tabs-li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}

.nav-tabs-li_active > a {
  color: #fff !important;
}

.nav-tabs-word > li {
  border: 1px solid #00b95d;
  border-radius: 6px;
  margin-right: 14px;
  background: #f2fff9;
  color: #00b95d;
  font-weight: 500;
  font-size: 14px;
}
.nav-tabs-word > li > a {
  color: #00b95d;
  font-weight: 500;
  font-size: 14px;
}

.nav-tabs-form {
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs-form > li > a {
  font-size: 14px;
  color: #000;
  padding: 13px 0 20px 0 !important;
}
.readAloud {
  font-size: 14px;
  width: 86px;
  background: #00b95d;
  border-radius: 13px;
  height: 26px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-top: 11px;
  cursor: pointer;
  position: absolute;
  left: 21px;
  z-index: 1;
  display: inline;
}
.borderRead {
  width: 280px;
  height: 38px;
  background: #f2fff9;
  border: 1px solid #00b95d;
  border-radius: 6px;
  position: absolute;
  left: -12px;
  top: 5px;
}

.table-striped {
}

.panel-table {
  margin-top: 35px;
  height: 700px;
  width: 100%;
  white-space: nowrap;
  overflow-y: scroll;
  overflow-x: scroll;
}

.readAloud-no {
  background-color: #ff4d4f;
  display: none;
}

.repeatAfter {
  line-height: 25px;
  text-align: center;
  width: 55px;
  height: 25px;
  border-radius: 6px;
  color: #fff;
  background: #ff7416;
}

.hoverImg_vedio {
  width: 65px;
  height: 25px;
  background: #fe4b5a;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}

.navbar-form-shaici {
}

.form-right {
  margin-right: 145px;
}

.borderRead_shaici {
  width: 280px;
  height: 38px;
  background: #f2fff9;
  border: 1px solid #00b95d;
  border-radius: 6px;
  position: absolute;
  left: -7px;
  top: 60px;
}

.btn-info-new {
  color: #ff7416;
}

.btn-success-new {
  color: #00b95d;
}

.pageInput {
  width: 50px;
  height: 29px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin: 0 5px;
}

.pageInputBox {
  padding-left: 10px;
  display: inline-block;
  height: 35px;
  line-height: 36px;
}

.form-right-falibilityWord {
  margin-right: 60px;
}

.form-right-stressStudy {
  margin-right: 70px;
}

.startBtn {
  width: 184px;
  height: 62px;
  background: #ff7416;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 62px;
  cursor: pointer;
}

.startBtn > a {
  color: #fff;
}

.clickWord-text {
  height: 45px;
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin: 39px 0 25px 0;
}

.clickWordBox {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.clickWordBox-content {
  text-align: center;
  width: 250px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 45px;
}
.clickWordBox-content > img {
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
}

.clickWordBox-img {
  width: 25px;
  height: 25px;
}

.clickWord_top {
  margin: 35px 29px;
  background: #f2fff9;
  border-radius: 6px;
  border: 1px solid #00b95d;
  padding-bottom: 35px;
}

.readaloud_box {
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: 15px;
  height: 40px;
  background: #e6f4ff;
  border-radius: 8px;
  border: 1px solid #bae0ff;
  font-size: 14px;
}
.readaloud_box > img {
  margin-left: 8px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.readaloud_box_wordDrawing {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #e6f4ff;
  border-radius: 8px;
  border: 1px solid #bae0ff;
  font-size: 14px;
}
.readaloud_box_wordDrawing > img {
  margin-left: 8px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.page-div-start {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 300px;
}

/* 选择课程 */
.choose_box_main {
  box-sizing: border-box;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose_box_main .choose_item {
  width: 480px;
  height: 664px;
}
.choose_box_main .choose_item:first-child {
  border-radius: 20px;
  border: 8px solid #01b95d;
  z-index: 10;
}
.choose_box_main .choose_item:last-child .item_2 {
  z-index: 5;
  width: 470px;
  height: 650px;
  border-radius: 0px 20px 20px 0px;
  transform: translate(-8px, 4px);
  border: 8px solid #ffeb5a;
}
.choose_box_main .unChoose {
  border: 8px solid #b7b7b7 !important;
}

.selectMode {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  margin-top: 45px;
}
.selectMode_l {
  width: 184px;
  height: 62px;
  background: #ff7416;
  border-radius: 8px;
  margin-right: 77px;
  cursor: pointer;
}
.selectMode_r {
  width: 184px;
  height: 62px;
  background: #00b95d;
  border-radius: 8px;
  cursor: pointer;
}
.noChoose {
  background: #b7b7b7 !important;
}

.page_title {
  line-height: 55px;
}

.modeActive_1 {
  border: 8px solid #fff149;
  position: relative;
}
.modeActive_1 ::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/newIcon/studyActive.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff24b;
  border-radius: 0px 0px 0px 15px;
  top: -43px;
  right: -49px;
}

.SpellingBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switchKeyBtn_spell {
  width: 86px;
  height: 26px;
  background: #ffffff;
  border-radius: 13px;
  color: #008945;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.list-group {
  min-width: 400px;

  max-width: 1000px;
}

/* 新学习单词/句子弹窗 */
.newImageModal {
  background: rgba(0, 0, 0, 0.6);
}
.newImageModal .modal-dialog {
  height: 100%;
  width: 1100px;
  margin: auto;
}
.newImageModal .modal-content {
  height: 100%;
  display: grid;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.newImageModal #imageTips,
.newImageModal #sentenceImageTips {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  font-family: "PingFang SC";
}
.newImageModal .modal-body {
  height: 63vh;
  min-height: 630px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  font-size: 94px;
  line-height: 1.2;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.newImageModal button[name="videoView"] {
  background: #f2fff9;
  border-radius: 3px;
  border: 1px solid #00b95d;
  width: 125px;
  height: 50px;
  line-height: 1;
  font-size: 32px;
  font-family: "PingFang SC"; /*PingFangSC-Medium*/
  font-weight: 500;
  color: #00b95d;
  padding: 0;
}
.newImageModal button[name="cutImg"] {
  width: 43px;
  height: 43px;
  background: #f2fff9;
  border-radius: 50%;
  border: 1px solid #00b95d;
  font-size: 30px;
  font-family: "PingFang SC"; /*PingFangSC-Medium*/
  font-weight: 500;
  color: #00b95d;
  padding: 0;
}
.newImageModal button[name="closeAudio"] {
  position: absolute;
  right: 20px;
  top: 78px;
  background: transparent;
  border: none;
}
.newImageModal .warning_tip_text {
  color: #ff6a00;
  font-size: 16px;
  text-align: center;
}

.newImageModal .img-rounded {
  height: calc(100% - 78px);
}

/* 气泡框 */
#tipText {
  font-size: 36px;
  font-family: "PingFang SC"; /*PingFangSC-Medium,*/
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
  line-height: 50px;
}
.talk_bubble {
  position: relative;
  display: inline-block;
  padding: 17px 15px;
  font-size: 19px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.talk_bubble::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  display: block;
  font-size: 0;
  line-height: 0;
  border-color: transparent #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.talk_bubble::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -19px;
  display: block;
  font-size: 0;
  line-height: 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  z-index: 99;
}

.wordDrawingSelect {
  position: relative;
}
.wordDrawingSelectBox {
  position: absolute;
  left: 30px;
  display: flex;
  font-size: 16px;
  text-align: center;
  top: 18px;
  z-index: 1;
}
#wordDrawingSelect_l {
  width: 82px;
  height: 26px;
  line-height: 26px;
  background: url("/img/newIcon/wordDrawing_n.png");
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
  background-position: center;
  cursor: pointer;
}
#wordDrawingSelect_r {
  width: 82px;
  height: 26px;
  line-height: 26px;
  background: url("/img/newIcon/wordDrawing_n_r.png");
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 14px;
  background-position: center;
  cursor: pointer;
}
.isActive {
  background-size: 100% 100% !important;
  background-position: center !important;
  color: #ff8746 !important;
  cursor: pointer;
}

.readBtn {
  /* width: 112px; */
  height: 34px;
  /* background: #00b95d; */
  border-radius: 17px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin: 0 30px;
  cursor: pointer;
}

.stopReadBtn {
  /* width: 112px; */
  height: 34px;
  /* background: #ff4d4f; */
  border-radius: 17px;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin: 0 30px;
  cursor: pointer;
}

.readBox {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 46px;
  background: #f2fff9;
  border-radius: 6px;
  cursor: pointer;
}

.videoReadBtn {
  width: 58px;
  height: 26px;
  background: #e3efff;
  border-radius: 13px;
  border: 1px solid #1577ff;
  color: #1577ff;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  position: absolute;
  left: 346px;
  top: 24px;
}

.pictureImgBox {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 70px;
  height: 100px;
}
.wordFont {
  font-size: 70px;
  margin: 170px 0;
}
.pageNum {
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: -52px;
  left: 545px;
  color: #00b95d;
  width: 78px;
  height: 24px;
  background: #f2fff9;
  border-radius: 6px;
}

/* 导航栏右边 设置按钮 */
.setting_btn {
  border: none !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.setting_btn a {
  color: #000 !important;
  padding-right: 0 !important;
}
/* 专注力训练 全对时小球 */
.all_true_ball {
  max-width: none;
  width: 94px;
  height: 92px;
  position: absolute;
  left: -8px;
  top: -6px;
}
.all_true_ball.yzxl_ball_true {
  width: 110px;
  height: 110px;
  left: -6px;
  top: -3px;
}
/* 新的 模块 边框阴影 */
.panel_new_border {
  position: relative;
  box-shadow: 0px 0px 28px -14px #15412b;
}

.tip_word_text {
  display: none;
  font-size: 18px;
  font-family: "PingFang SC"; /*PingFangSC-Medium, */
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
  line-height: 25px;
}

.choose-two-list {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "PingFang SC";
  font-weight: 500;
  color: #666666;
}
.choose-two-item {
  width: 50%;
  background: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.choose-two-item_active {
  background: #f0f6ff;
  color: #1677ff;
  border: 1px solid #1677ff;
}

.floppyRead {
  width: 209px !important;
  height: 76px !important;
  background: #ffd001;
  border-radius: 45px;
  font-size: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 76px;
  text-align: center;
  margin: auto;
}

.floppyReadStop {
  background-color: #ff4d4f !important;
  display: none;
}

.imgShadow {
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.08),
    0px 4px 8px -5px rgba(0, 0, 0, 0.12), 0px 12px 37px 11px rgba(0, 0, 0, 0.05);
}

.breakWord {
  width: 175px;
  height: 200px;
  text-align: center;
  font-size: 29px;
  margin-right: 15px;
  margin-bottom: 3px;
  word-wrap:break-word;
  overflow-y: auto;
}

/* 句子逻辑弹窗 */
#sentenceImgBody {
  word-break: break-all;
}
