html,
body {
  font-size: 16px !important;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
div[tabindex]:focus {
  outline: none;
  /* 兼容火狐旧版按钮内边框 */
  -moz-focus-inner { border: 0; }
}
.AIAutomaticCorrectionOralSubjective {
  user-select: auto;
  -webkit-user-select: auto;
}
.unsubscribed_promptBox {
  z-index: 100000;
}
.eFooter .Econtent {
  max-width: 1300px;
}
.ePlan_top .xeAssignment_logo {
  background: url(../images/homeTeacher/ICT02s.png) no-repeat center left;
  background-size: auto 120%;
}
/* Start 提示框 */
.promptBox {
  display: block;
  z-index: 99;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.promptBox_div {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 350px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.promptBox_div h1 {
  color: #b33633;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0;
  cursor: pointer;
}

.promptBox_div h2 {
  font-size: 18px;
  color: #681e1e;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  padding-top: 10px;
}

.promptBox_div ul {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}

.promptBox_div ul span {
  width: 100%;
  font-size: 15px;
  display: block;
}
/* End 提示框 */

/* 关闭按钮 */
b.closeInto {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
b.closeInto::before {
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
}
b.closeInto::after {
  position: absolute;
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
/* css滚动条优化 */
.SATextDiv.test-1::-webkit-scrollbar,
.EvaluationResultsMain .test-1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.SATextDiv.test-1::-webkit-scrollbar-track,
.EvaluationResultsMain .test-1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  margin: 5px;
  border-radius: 10px;
  background: #152e62;
}
.SATextDiv.test-1::-webkit-scrollbar-thumb,
.EvaluationResultsMain .test-1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #1e97e4;
  cursor: pointer;
}

a.greyColor .apUnit_img,
a.greyColor .apUnit_tit,
.curriculumDiv a.greyColor,
.greyColor .product-grid .product-image a,
.eclassic-list li a.greyColor {
  opacity: 0.6;
}
.eClassic_body .eclasslist_tit a.greyColor,
.eclassic-tab a.greyColor {
  opacity: 0.45;
  color: rgba(255, 255, 255, 0.8);
}
.eclassic-list li a:hover span {
  color: #fff !important;
}
.eClassic_body .eclasslist_tit a.greyColor:hover {
  background-color: #52cdd5 !important;
}
.student_eReading .eclasslist_tit a.greyColor {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
}
.student_eReading .eclasslist_tit a.greyColor:hover {
  border: 1px solid #dfdfdf;
  color: rgba(0, 0, 0, 0.5);
  background: none rgba(0, 0, 0, 0.1) !important;
}
.homeTop {
  padding: 3px 0;
  background-color: #fff;
  position: relative;
  z-index: 3;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.homeTop .contentMax {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.homekf {
  display: flex;
}
.homekf img {
  height: 55px;
}
.homeLeft {
  display: flex;
  align-items: center;
}
.homeLeft > ul {
  display: flex;
  height: 45px;
}
.homeLeft > ul li {
  display: flex;
  align-items: center;
  border-left: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 0 15px 0 10px;
  display: none;
}
.homeLeft > ul li a {
  display: block;
  padding-left: 45px;
}
.homeLeft > ul li a:hover {
  color: #3971fd;
}
.homeLeft > ul li:nth-child(1) a {
  background: url(../images/home03.png) no-repeat center left;
}
.homeLeft > ul li:nth-child(2) a {
  background: url(../images/home04.png) no-repeat center left;
}
.homeLeft > ul span {
  display: block;
  line-height: 18px;
}
.homeLeft > ul span:nth-child(2) {
  font-size: 15px;
}
.homeRight {
  display: flex;
  align-items: center;
  position: relative;
}
.homeRight header {
  text-align: right;
  position: relative;
  margin-right: 10px;
}
.homeRight header h1 {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
}
.homeRight header > div {
  /* position: absolute;
  right: 0;
  margin-top: 2px;
  opacity: 0.88; */
}
.homeRight header a {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  background-size: 40px !important;
  font-size: 17px;
  text-align: left;
}
.homeRight header a span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-top: -3px;
}
.homeRight header a:hover {
  color: #3971fd;
}
.homeRight .Avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #7c4bec;
  padding: 2px;
  margin-bottom: -25px;
  position: relative;
  cursor: pointer;
}
.homeRight .Avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.homeRight header a.logoutA {
  background: url(../images/homeTeacher/into02.png) no-repeat center left 10px;
  padding-left: 60px;
  margin-left: 10px;
  position: relative;
}
.homeRight header a.logoutA::before,
.homeRight header a.ManualA::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: 1px dotted rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 8px;
}
.homeRight header a.myAccountA {
  background: url(../images/homeTeacher/into01.png) no-repeat center left;
  padding-left: 50px;
  padding-right: 5px;
}
.homeRight header a.ManualA {
  background: url(../images/homeTeacher/into09.png) no-repeat center left 7px;
  padding-left: 52px;
  padding-right: 5px;
  position: relative;
  margin-left: 10px;
}

/* 主页学伴 */
.buddyBox {
  background: url(../images/homeTeacher/buddyBj.png) no-repeat center top;
  position: relative;
  height: 600px;
  overflow: hidden;
}

.buddyBox .contentMax {
  display: flex;
  justify-content: center;
  position: relative;
}
.buddyFigure {
  /* padding-left: 20px; */
  margin-left: -50px;
  position: relative;
}
.buddyFigure header {
  width: 500px;
  height: 500px;
  text-align: center;
  background: url(../images/homeTeacher/buddyDZ.png) no-repeat center;
}
.buddyFigure canvas {
  width: 390px;
  height: 488px;
  position: relative;
  margin-top: -55px;
  margin-left: -35px;
}
.buddyFigure div.chatBuddy {
  right: 16%;
  display: none;
}
.buddyFigure div.chatBuddy {
  animation: myAnimationBuddy1 5s linear infinite;
}

.buddyFigure div.chatBuddy::before {
  display: none;
}
div.GotoBuddy {
  position: absolute;
  top: 65%;
  z-index: 1;
  right: 15%;
  cursor: pointer;
  animation: myAnimationBuddy 10s linear infinite;
  top: 45%;
}
div.GotoBuddy b {
  background-color: #ffe4c4;
  border-radius: 20px;
  display: flex;
  font-weight: normal;
  color: #ee5400;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  line-height: 30px;
}
div.GotoBuddy::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/homeStudent/into7.png) no-repeat center;
  position: absolute;
  left: -3px;
  background-size: 100%;
  top: -2px;
}
@keyframes myAnimationBuddy {
  /* 0%,8%,38%,45%,100%{
		opacity: 0;
	}
	53%,90% {
		opacity: 1;
	} */
  0%,
  40%,
  80% {
    top: 46%;
  }
  20%,
  60%,
  100% {
    top: 48%;
  }
}
@keyframes myAnimationBuddys {
  0%,
  40%,
  80% {
    top: 52%;
  }
  20%,
  60%,
  100% {
    top: 54%;
  }
}
@keyframes myAnimationBuddy1 {
  0%,
  40%,
  80% {
    top: 40%;
  }
  20%,
  60%,
  100% {
    top: 41%;
  }
  50% {
    opacity: 1;
  }
  0%,
  100% {
    opacity: 0;
  }
}
.buddyMain {
  width: 620px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
}
.buddyBox .contentMax {
  display: flex;
  justify-content: center;
}
.buddyMain > header {
  color: #ffdbaf;
  margin-bottom: 20px;
  padding-top: 20px;
}
.buddyMain > header h1 {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 10px;
}
.buddyMain > header h2 {
  font-size: 20px;
  padding-bottom: 5px;
}
.buddyMain > header h3 {
  font-size: 20px;
}
.buddyDiv {
  background-color: #9eccff;
  border-radius: 15px;
}
.buddyDivTop {
  color: #034b9a;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  line-height: 35px;
}
.buddyUl {
  padding: 5px 8px;
  background: #fff;
  border-radius: 10px;
}
.buddyDiv .buddyUl ul {
  padding: 0 8px;
  max-height: 210px;
  overflow: auto;
}
.newDiv {
  line-height: 30px;
  padding-right: 5px;
  font-size: 16px;
  color: #034b9a;
  color: transparent;
  background: url(../images/homeTeacher/into04.png) no-repeat right;
}
.newDiv:hover {
  text-decoration: underline;
}
.buddyDiv ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 15px 40px 15px;
  padding: 5px 15px 5px 15px;
  display: flex;
  flex-wrap: wrap;
}
.buddyDiv ul li {
  padding: 3px 0;
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.buddyDiv ul li:last-child,
.buddyDiv ul li:nth-child(5) {
  border-bottom: 0;
}
.buddyDiv ul li:nth-child(6) {
  display: none;
}
.buddyDiv ul li a {
  color: #034b9a;
  display: block;
  line-height: 35px;
  border-radius: 8px;
  font-size: 17px;
  padding: 0 5px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.buddyDiv ul li a b {
  color: #ff3c10;
  padding: 0 3px;
}
.buddyDiv ul li a::before {
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -3px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #034b9a;
  opacity: 0.8;
}
.buddyDiv ul li a:hover {
  text-decoration: underline;
}
.red {
  color: #ff3c10;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 0 3px;
}
.buddySearch {
  position: relative;
  display: flex;
  margin: 20px 0;
}
.buddySearch input:nth-child(1) {
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  margin-right: 12px;
  font-size: 16px;
}
.SearchInputGroup {
  display: flex;
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 12px;
  width: 90%;
}
.buddySearch .SearchInputGroup footer {
  width: 100%;
  display: flex;
}
.buddySearch .SearchInputGroup footer form {
  width: 100%;
  display: flex;
}
select#searchProductId {
  border: 0;
  background-color: transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  overflow: hidden; /* 确保超出容器的文本被裁剪 */
  white-space: nowrap; /* 保证文本在一行内显示 */
  text-overflow: ellipsis;
  width: 20%;
  min-width: 135px;
}
.chat-wating-text {
  font-size: 22px;
  width: 20px;
  letter-spacing: 0.1rem;
}
input.SearchButton {
  background: url(../images/homeTeacher/into03.png) no-repeat center #ff795b;
  border: 0;
  border-radius: 15px;
  min-width: 60px;
  height: 50px;
  cursor: pointer;
}
.teacherICT {
  position: relative;
}
.teacherICT::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -120px;
  background: url(../images/homeTeacher/buddyBj01.png) no-repeat center top;
}
.teacherICT::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  bottom: 0;
  background: #f4f8fe;
}
.teacherICT .contentMax {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-height: 240px;
  border-radius: 20px;
  position: relative;
  top: -100px;
  padding-top: 25px;
  max-width: 1270px;
  z-index: 1;
}
.ICTHeaderTit {
  font-size: 22px;
  color: #222f5d;
  position: relative;
  /* padding-left: 18px; */
  margin: 0 10px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ICTHeaderTit span {
  display: flex;
  padding: 0 5px;
}
.ICTHeaderTit::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,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)
    no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.ICTHeaderTit::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,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)
    no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
.teacherICT ul {
  display: flex;
  padding: 10px 20px 20px;
}
.teacherICT ul li {
  width: 16.666666%;
  width: 20%;
}

.teacherICT ul li h1 {
  font-size: 19px;
  color: #000;
}
.teacherICT ul li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  border-radius: 10px;
  text-align: center;
}
.teacherICT ul li a::before {
  width: 135px;
  height: 135px;
  content: "";
  display: block;
  margin: auto;
  background-size: auto 100% !important;
}

.teacherICT ul li:nth-child(1) a::before {
  background: url(../images/homeTeacher/ICT01.png) no-repeat center;
}
.teacherICT ul li:nth-child(1) a:hover::before {
  background: url(../images/homeTeacher/ICT01s.png) no-repeat center;
}
.teacherICT ul li:nth-child(2) a::before {
  background: url(../images/homeTeacher/ICT02.png) no-repeat center;
}
.teacherICT ul li:nth-child(2) a:hover::before {
  background: url(../images/homeTeacher/ICT02s.png) no-repeat center;
}
.teacherICT ul li:nth-child(3) a::before {
  background: url(../images/homeTeacher/ICT03.png) no-repeat center;
}
.teacherICT ul li:nth-child(3) a:hover::before {
  background: url(../images/homeTeacher/ICT03s.png) no-repeat center;
}
.teacherICT ul li:nth-child(4) a::before {
  background: url(../images/homeTeacher/ICT04.png) no-repeat center;
}
.teacherICT ul li:nth-child(4) a:hover::before {
  background: url(../images/homeTeacher/ICT04s.png) no-repeat center;
}
.teacherICT ul li:nth-child(5) a::before {
  background: url(../images/homeTeacher/ICT05.png) no-repeat center;
}
.teacherICT ul li:nth-child(5) a:hover::before {
  background: url(../images/homeTeacher/ICT05s.png) no-repeat center;
}
.teacherICT ul li:nth-child(6) a::before {
  background: url(../images/homeTeacher/ICT06.png) no-repeat center;
}
.teacherICT ul li:nth-child(6) a:hover::before {
  background: url(../images/homeTeacher/ICT06s.png) no-repeat center;
}

.teacherICT ul li.intoeWord a::before {
  background: url(../images/homeTeacher/ICT07.png) no-repeat center;
}
.teacherICT ul li.intoeWord a:hover::before {
  background: url(../images/homeTeacher/ICT07s.png) no-repeat center;
}
.teacherICT ul li.intoTTS a::before {
  background: url(../images/homeTeacher/ICT04.png) no-repeat center;
}
.teacherICT ul li.intoTTS a:hover::before {
  background: url(../images/homeTeacher/ICT04s.png) no-repeat center;
}
.teacherICT ul li.intoeDictionary a::before {
  background: url(../images/homeTeacher/ICT05.png) no-repeat center;
}
.teacherICT ul li.intoeDictionary a:hover::before {
  background: url(../images/homeTeacher/ICT05s.png) no-repeat center;
}

.teacherICT ul li.intoMessage a::before {
  background: url(../images/homeTeacher/ICT06.png) no-repeat center;
}

.teacherICT ul li.intoMessage a:hover::before {
  background: url(../images/homeTeacher/ICT06s.png) no-repeat center;
}
.teacherICT ul li:nth-child(1) a:hover {
  background-color: #02b7fe;
}
.teacherICT ul li:nth-child(2) a:hover {
  background-color: #16c4c5;
}
.teacherICT ul li:nth-child(3) a:hover {
  background-color: #5b87fd;
}
.teacherICT ul li:nth-child(4) a:hover {
  background-color: #e75295;
}
.teacherICT ul li:nth-child(5) a:hover {
  background-color: #2ab382;
}
.teacherICT ul li:nth-child(6) a:hover {
  background-color: #fd8e56;
}

.teacherICT ul li.intoeWord a:hover {
  background-color: #9c69fd;
}
.teacherICT ul li.intoTTS a:hover {
  background-color: #e75295;
}
.teacherICT ul li.intoeDictionary a:hover {
  background-color: #2ab382;
}
.teacherICT ul li.intoMessage a:hover {
  background-color: #fd8e56;
}
.teacherICT ul li a:hover {
  color: #fff;
}
.teacherICT ul li a:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.teacherICT ul li a:hover h1 {
  color: #fff;
}
.headerTit {
  font-size: 23px;
  display: inline-block;
  position: relative;
  padding-left: 55px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.headerTit span {
  position: relative;
  z-index: 1;
}
.headerTit span:nth-child(2) {
  font-size: 22px;
  color: #5521ca;
  text-transform: uppercase;
  padding-left: 5px;
}
.headerTit::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.headerTit::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  background: url(../images/homeTeacher/into10.png) no-repeat center left;
}
.teacherJC {
  padding-top: 20px;
  margin-top: -60px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.teacherJC .contentMax {
  padding: 0 5px;
}
.teacherJC ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.teacherJC ul li {
  width: 20%;
}
.teacherJC ul span {
  display: block;
}
.YDZYUl {
  display: flex;
  padding-top: 10px;
}
.YDZYUl li {
  width: 25%;
  padding: 0 10px 20px 10px;
}
.YDZYUl li > div {
  background: linear-gradient(to top, #e8f9fe, rgba(232, 249, 254, 0.2));
  padding: 0 5px 20px 5px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.YDZYUl li > div header {
  padding: 5px;
}
.YDZYUl li > div header span {
  display: block;
}
.YDZYUl li > div header h1 {
  font-size: 19px;
  color: #000;
}
.YDZYUl li.greyColor a img,
.YDZYUl li.greyColor > div header span,
.YDZYUl li.greyColor > div header h1 {
  opacity: 0.6;
}
.graded_body .eclasslist_tit a.greyColor,
.graded_body .eclasslist_tit a.greyColor:hover {
  opacity: 0.4;
  background: #a7e2ff;
  color: rgba(0, 0, 0, 0.5);
}
.primaryStudent .YDZYUl li.greyColor b.NotSubscribed {
  display: block;
  transform: rotate(0deg);
  padding: 3px 10px;
  right: 50%;
  margin-right: -85px;
  font-size: 14px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  bottom: auto;
  top: 20px;
}
b.NotSubscribed {
  display: none;
  position: absolute;
  right: -33px;
  background-color: #ff4d4e;
  color: #fff;
  font-weight: normal;
  padding: 3px 35px;
  transform: rotate(-45deg);
  bottom: 11px;
  font-size: 15px;
}
.YDZYUl li.greyColor b.NotSubscribed {
  display: block;
}
.ICTTools {
  padding: 0 5px 25px 5px;
  overflow: hidden;
}
.ICTTools .headerTit::after {
  background: url(../images/homeTeacher/into11.png) no-repeat center left;
}
.ICTTools .headerTit span:nth-child(2) {
  color: #2d79f7;
}
.ICTTools ul {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  margin-top: 10px;
}
.ICTTools ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ICTTools ul li:nth-child(5) {
  display: none;
}
.ICTTools ul li a {
  display: block;
  padding: 20px 10px 30px 10px;
}
.ICTTools ul li span {
  display: block;
  /* padding-top: 10px; */
}
.ICTTools ul li h1 {
  font-size: 19px;
}

.SharingCenter {
  padding: 0 5px 15px;
  display: none;
}
.SharingCenterTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SharingCenterTit a {
  display: flex;
  background-color: #478fff;
  line-height: 50px;
  border-radius: 12px;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
  position: relative;
  align-items: center;
}
.SharingCenterTit a span:nth-child(2) {
  font-size: 17px;
  padding-left: 5px;
}
.SharingCenterTit a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 5px;
  background: url(../images/homeTeacher/into05.png) no-repeat center #2e7bdb;
}
.SharingCenterTit .headerTit::after {
  background: url(../images/homeTeacher/into12.png) no-repeat center left;
}
.SharingCenterTit .headerTit span:nth-child(2) {
  color: #f92959;
}
.SharingCenterUl {
  display: flex;
  margin: 0 -10px;
}
.SharingCenterList {
  width: 25%;
  padding: 10px;
}
.SharingCenterList > header {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.SharingCenterList > header:hover h1 {
  text-decoration: underline;
}
.SharingCenterList > header a {
  display: block;
  padding: 10px 10px 0 10px;
}
.SharingCenterUlImg {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}
.SharingCenterUlImg span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SharingCenterUlImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
.SharingCenterList a:hover .SharingCenterUlImg img {
  width: 110%;
  height: 110%;
  max-width: none;
}
.SharingCenterList h1 {
  color: #000;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 10px;
}
.SharingCenterText {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.SharingCenterList h2 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  padding: 0 5px 0 10px;
  display: flex;
  color: #2d539a;
}
.SharingCenterList h2 span {
  border-right: 1px dotted rgba(0, 0, 0, 0.1);
  padding-right: 5px;
  margin-right: 5px;
}
.SharingCenterList h2 span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.kanInto {
  padding-left: 28px;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
  color: #57607e;
  background: url(../images/homeTeacher/into06.png) no-repeat center left;
  background-size: auto 85% !important;
  cursor: pointer;
}
.zanInto {
  padding-left: 30px;
  line-height: 30px;
  padding-right: 10px;
  display: inline-block;
  font-size: 16px;
  color: #57607e;
  background: url(../images/homeTeacher/into07.png) no-repeat center left;
  background-size: auto 80% !important;
  cursor: pointer;
}
.zanInto.active {
  background: url(../images/homeTeacher/into07s.png) no-repeat center left;
  color: #2c6aee;
}
.followInto {
  background: url(../images/homeTeacher/into08.png) no-repeat center left;
  padding-left: 35px;
  background-size: 30px;
  display: flex;
}
.SharingCenterList > header > footer {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  margin: 5px 10px 0 10px;
  padding: 5px 0;
}
.followInto span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-left: -12px;
  cursor: pointer;
}
.followInto img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.followInto span:nth-child(1) {
  margin-left: 0px;
}
.followIntoAdd {
  background-color: #186bf7;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: -12px;
  box-shadow: 0 5px 5px rgba(22, 108, 248, 0.2);
  cursor: pointer;
}
.popUpBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2000;
}
.popUpBox.active {
  display: flex;
}
.popUpMain {
  background-color: #fff;
  min-width: 350px;
  min-height: 300px;
  border-radius: 12px;
  margin: 0 15px;
  font-size: 16px;
}
.popUpMain > header {
  background-color: #387dfa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  line-height: 50px;
  padding: 0 10px;
  font-size: 18px;
  position: relative;
  width: 100%;
}
.MyAccountUl {
  padding: 0 10px;
  width: 350px;
}
.MyAccountUl li {
  padding: 3px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.MyAccountUl li a {
  display: block;
  font-size: 17px;
  padding: 8px 10px;
}
.MyAccountUl li a span.red {
  font-weight: normal;
  padding: 0;
}
.MyAccountUl li:nth-child(2) a > div:nth-child(1),
.MyAccountUl li:nth-child(3) a > div:nth-child(1) {
  color: #2d72fe;
  font-size: 18px;
}
.MyAccountUl li:nth-child(2) a:hover,
.MyAccountUl li:nth-child(3) a:hover {
  background-color: #eff7ff;
}
.MyAccountUl footer {
  padding: 10px 0;
  text-align: right;
}
.MyAccountUl footer input {
  background-color: #387dfa;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  border: 0;
}
.MyAccountBox .popUpMain {
  min-height: auto;
}
.PasswordResetBox .MyAccountUl li {
  border: 0;
}
.PasswordResetBox li div {
  width: 100%;
}
.PasswordResetBox li div:nth-child(1) {
  line-height: 30px;
}
.PasswordResetBox li input {
  background-color: #f7f8fc;
  line-height: 30px;
  border-radius: 5px;
  height: auto;
  border: 1px solid #dddfe9;
  width: 100%;
  padding: 5px;
}
.PasswordResetBox footer {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
}
.PasswordResetBox footer input {
  background-color: #387dfa;
  line-height: 45px;
  color: #fff;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  border: 0;
  min-width: 100px;
  margin: 10px 6px;
  height: auto;
}
.PasswordResetBox footer input:nth-child(2) {
  background-color: #e2ecff;
  color: #387dfa;
}
.HomeFooter .DisplayflexJC {
  padding: 0 15px;
}
.menuHome {
  display: none;
}

/* 登录后发布作业头部样式 */
/* #app .eAssignment_top, */
.eAssignment_top,
.eAssignment_top.myHomework_top,
.stuEReading .eAssignment_top,
/* #app .messageTop, */
.messageTop.messageTopStu {
  height: 85px;
  background: #5990ff;
  background-color: #5990ff;
}
.LearningRecord_top,
.eDictionary_top {
  background: #5990ff !important;
  background-color: #5990ff !important;
}
/* #app .eAssignment_top button, */
.eAssignment_top button,
.eAssignment_top.myHomework_top button,
.stuEReading .eAssignment_top button,
#app .messageTop button,
.eDictionary_top button,
.messageTop.messageTopStu button {
  background-color: #3571e9;
}
.eAssignment_top .contentM {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  height: 100%;
}
.eAssignment_top button {
  position: absolute;
  right: 10px;
  bottom: 0;
  border: 0;
  background-color: #3571e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 45px;
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 19px;
}
.eAssignment_top button::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  background: url(../images/homeTeacher/eclassic_06.png) no-repeat center;
}
.eAssignment_top button span {
  padding-right: 5px;
}
.LearningProgress_top .xeAssignment_logo {
  padding-left: 70px;
  background: url(../images/homeTeacher/LearningProgressLogo.png) no-repeat
    center left -10px;
}

.xeAssignment_logo {
  padding-left: 85px;
  height: 70px;
}
.xeAssignment_logo div {
  color: #fff;
  width: 100%;
  line-height: 1.42857143;
}
.xeAssignment_logo div:nth-child(1) {
  font-size: 19px;
  padding-top: 8px;
}
.xeAssignment_logo div:nth-child(2) {
  font-size: 23px;
}

.eClassBook {
  padding: 10px 0;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.eAssignment_nav.NeweAssignment_nav {
  padding-top: 0;
  background-color: #f6fafd;
  position: relative;
}
.OneNav {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
/* #app .eAssNavdiv div.active a, */
.eAssNavdiv div.active a {
  padding: 6px 20px 6px 20px;
  background-color: transparent;
  color: #3d8cff;
}
.eAssignment_nav.NeweAssignment_nav ul {
  padding: 15px 0;
  margin-bottom: 0;
}
.eAssignment_nav.NeweAssignment_nav li {
  padding: 0 5px;
  width: 12.5%;
}
.eAssignment_nav.NeweAssignment_nav li a {
  background-color: #a7e2ff;
  border-radius: 8px;
  padding: 5px 0 7px 0;
  transition: all 0.3s ease 0s;
}
.eAssignment_nav.NeweAssignment_nav ul li:nth-child(1) {
  width: 12.5%;
}
.eAssignment_nav.NeweAssignment_nav ul li:nth-child(2) {
  width: 14%;
}
.eAssignment_nav.NeweAssignment_nav ul li.eFunlandeAnav {
  width: 11.5%;
}
.eAssignment_nav.NeweAssignment_nav ul li.EsseAnav {
  width: 12%;
}
.eAssNavdiv div.active a {
  background-color: #ebf3ff;
  background-color: #fff;
  color: #1857d7;
}
.eAssNavdiv div.active a span {
  position: relative;
}
.eAssNavdiv div.active a span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background-color: #457aff;
  max-width: 88px;
  z-index: 1;
}
.eAssignment_nav.NeweAssignment_nav ul li {
  width: 12.5%;
}
.eAssignment_nav.NeweAssignment_nav ul li.greyColer {
  filter: grayscale(0);
}
.eAssignment_nav.NeweAssignment_nav ul li.greyColer a {
  background-color: #c9edff;
}
.NeweAssignment_nav.eAssignment_nav ul li.greyColer a span,
.NeweAssignment_nav.eAssignment_nav ul li.greyColer a h1 {
  color: rgba(0, 0, 0, 0.3);
}
.NeweAssignment_nav.eAssignment_nav li a h1 {
  font-size: 17px;
}
.NeweAssignment_nav.eAssignment_nav.NeweAssignment_nav
  ul
  li.active.PreAPeAnav
  a
  span,
.NeweAssignment_nav.eAssignment_nav.NeweAssignment_nav
  ul
  li.active.PreAPeAnav
  a
  h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.APeAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.APeAnav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.EsseAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.eChineseeClassNav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.eChineseeClassNav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.eFunlandeAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.eFunlandeAnav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.AnimatedeAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.AnimatedeAnav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.SocialeAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.SocialeAnav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active.ScondaryeAnav a span,
.NeweAssignment_nav.eAssignment_nav ul li.active.ScondaryeAnav a h1,
.NeweAssignment_nav.eAssignment_nav ul li.active a span,
.NeweAssignment_nav.eAssignment_nav ul li.active a h1 {
  color: #880022 !important;
}
.NeweAssignment_nav.eAssignment_nav li a:hover {
  transform: scale(1.05);
}
.NeweAssignment_nav.eAssignment_nav li a:hover span,
.NeweAssignment_nav.eAssignment_nav li a:hover h1 {
  color: #333;
}
.NeweAssignment_nav.eAssignment_nav:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: -mos-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  height: 5px;
  z-index: 9;
}

.contentM {
  max-width: 1270px !important;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
}
.eAssStyle .conMain {
  max-width: 1270px !important;
  margin: auto;
  width: 100%;
  padding: 0 15px;
}
.NeweAssignment_nav.eAssignment_nav li.active a {
  background-color: #f5e49e;
  background-color: #fab5af;
}
.NeweAssignment_nav.eAssignment_nav li a span {
  color: #333;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.02rem;
}
#app .OneNav .contentM > div,
.OneNav .contentM > div {
  display: flex;
  width: 100%;
}
#app .OneNav .contentM > div a,
.OneNav .contentM > div a {
  border: 0;
  background-color: transparent;
}
/* #app .eAssNavdiv a, */
.eAssNavdiv a {
  border: 0;
  background-color: transparent;
  font-size: 18px;
  line-height: 45px;
  display: flex;
  padding: 6px 20px 6px 20px;
  color: #303030;
}
.OneNav .contentM > div a:hover,
.eAssNavdiv a:hover {
  color: #3571e9;
}
/* #app .eAssNavdiv a::before, */
.eAssNavdiv a::before {
  content: "";
  width: 45px;
  height: 45px;
  display: flex;
  /* border-radius: 50%; */
  margin-right: 10px;
}
/* #app .eAssNavdiv div:nth-child(1) a::before, */
.eAssNavdiv div:nth-child(1) a::before {
  background: url(../images/homeTeacher/into13.png) no-repeat center;
}
/* #app .eAssNavdiv div:nth-child(2) a::before, */
.eAssNavdiv div:nth-child(2) a::before {
  background: url(../images/homeTeacher/into14.png) no-repeat center;
}
.z_zygl_button a.btn {
  font-size: 17px;
  border-radius: 8px;
  line-height: 32px;
  background-color: #f36470;
  border: 0;
}
.minHeight {
  min-height: 620px;
  min-height: 72vh;
}
.minheight1 {
  min-height: 76vh;
  padding: 10px;
  width: 100%;
}
.two_land_tadiv,
.stuTable {
  min-height: 76vh;
}
.eZhishi_con {
  min-height: 74vh;
}
.XminHeight {
  min-height: 83vh;
}
.my_eClassicBody .eZhishi_con {
  min-height: 69vh;
}
.my_eReadingBody .minheight2 {
  min-height: 83vh;
}
.contentM .z_zygl_rn .z_zygl_text {
  background-color: #f4f8fb;
  border: #dfdfdf solid 1px;
  border-bottom: 0;
  padding-left: 15px;
}
.contentM .z_zygl_text span b {
  font-size: 18px;
}
.z_zygl_rn_sp section ul li > span:nth-child(1) {
  background-color: transparent;
  min-height: 40px;
  padding: 0 5px;
}
.z_zygl_rn section ul li {
  border-bottom: 0;
  flex-wrap: wrap;
}
.contentM .z_zygl_rn.z_zygl_rn_sp section ul {
  padding: 10px 0;
}
.assNewDiv {
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
}
.z_zygl_rn_sp section ul li .assNewDiv label {
  margin: 5px 0;
}
.z_zygl_rn_sp section ul li {
  min-height: 40px;
}
.newAssCon {
  width: 100%;
  padding: 20px 10px;
  min-height: 620px;
}
.newAssCon > div {
  border: 1px solid #e0e5ec;
}
.newAssConHeader {
  line-height: 50px;
  font-size: 17px;
  background-color: #f4f8fb;
}
.newAssConHeader b {
  font-weight: normal;
  padding: 0 10px;
}
.newAssConUl {
  padding: 10px;
}
.newAssConUl li {
  display: flex;
  padding: 5px 0;
}
#xk04 .newAssConUl li {
  line-height: 25px;
}
.newAssConUl li > span:nth-child(1) {
  min-width: 200px;
  padding: 5px 5px 0;
  text-align: right;
}
.newAssConUl .newAssConLR {
  width: 100%;
}
.checkboxD {
  display: flex;
  flex-wrap: wrap;
}
.checkboxD > span {
  display: none;
}
.checkboxD label {
  margin: 5px 0 0;
  display: flex;
  font-weight: normal;
  min-width: 150px;
}
.checkboxD input[type="checkbox"] {
  margin: 0 !important;
}
.newAssConLR select,
#xk04 li .newAssConLR input[type="text"] {
  border-radius: 0;
  min-height: 40px;
  min-width: 200px;
  padding-left: 5px;
}
#classlist label {
  font-weight: normal;
}
.timeA {
  color: red;
  padding-left: 10px;
  font-size: 16px;
}
.redText {
  color: #ff0000;
  padding-left: 10px;
  display: inline-block;
}
.newAssConLR textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 880px;
}
.newAssConButton {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.SubmitA {
  display: flex;
  font-size: 17px;
  border-radius: 8px;
  line-height: 35px;
  background-color: #f36470;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  min-width: 120px;
  justify-content: center;
}
.SubmitA:hover {
  color: #fff;
}
.newAssConUl .selectS_div {
  padding: 0;
}
.check_boxL input:checked + b {
  top: 9px;
}
.AnswerStatisticslLogo {
  background: url(/Contents/images/intoE14.png) no-repeat center left;
}
.contentMinH {
  min-height: 630px;
  align-items: flex-start;
}
.contentMinH .zjm_xsfx .tab-pane,
.contentMinH1 .zjm_xsfx .tab-pane {
  padding: 0 5px;
}
.contentMinH .z_zygl_rn,
.contentMinH1 .z_zygl_rn {
  padding: 0;
}
.contentMinH .Statistics_Box,
.contentMinH1 .Statistics_Box {
  border: 0;
  margin-top: 0;
  padding-top: 5px;
}
.contentMinH1 {
  min-height: 690px;
  min-height: 69vh;
  align-items: flex-start;
}
.AnswerStatisticsNav div:nth-child(1) a::before {
  background: url(../images/homeTeacher/into15.png) no-repeat center;
}
.AnswerStatisticsNav div:nth-child(2) a::before {
  background: url(../images/homeTeacher/into16.png) no-repeat center;
}
.AnswerStatisticsNav div a::before {
  margin-right: 5px;
}
.statContenListMain {
  padding: 20px 5px;
  width: 100%;
}
.statContenListMain .z_zygl_rn {
  padding-top: 0;
  padding-bottom: 15px;
}
.statContenListMain .zygl_Table {
  padding-top: 5px;
}
.statContenListMain .zygl_Table table {
  border: 1px solid #e0e5ec;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}
.statContenListMain .zygl_Table table thead {
  background-color: #f4f8fb;
  border: 0;
}
.statContenListMain .zygl_Table table thead th {
  font-weight: normal;
  text-align: center;
  padding: 5px;
}
.statContenListMain .zygl_Table table thead th:nth-child(1) {
  min-width: 50px;
}
.statContenListMain .zygl_Table table thead th:nth-child(4) {
  min-width: 80px;
}
.statContenListMain .zygl_Table table thead th:nth-child(6) {
  min-width: 60px;
}
.statContenListMain .zygl_Table table td {
  line-height: 25px;
}
.statContenListMain .zygl_Table tbody tr {
  border-top: 1px solid #e0e5ec;
}
.statContenListMain .zygl_Table tbody tr:last-child {
  border-bottom: 0;
}
.statContenListMain .zygl_Table table td,
.statContenListMain .zygl_Table table th {
  padding: 5px;
  border-right: 1px solid #e0e5ec;
  border-top: 0;
}
.statContenListMain .zygl_Table table td:last-child,
.statContenListMain .zygl_Table table th:last-child {
  border-right: 0;
}
.NewZygl_text {
  background-color: #d4e9fa;
  line-height: 50px;
  padding: 0 10px;
  font-size: 17px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
}
.NewZygl_text > i.iconfont {
  font-size: 30px;
  color: #4074ff;
  margin-right: 5px;
}
.NewZygl_text > i.icon-yuedu1 {
  font-size: 36px;
}

.NewZygl_text > a {
  position: absolute;
  right: 10px;
}
.NewZygl_text > a i.iconfont {
  font-size: 24px;
  color: #1f7dc9;
}
.statContenListMain .icon-sousuo {
  font-size: 22px;
  color: #ff6a6a;
}
.NoReleaseTask {
  border: 1px solid #e0e5ec;
  min-height: 50vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.OneNavAS {
  border-bottom: 0;
  padding: 0;
}
.OneNavAS .contentM {
  max-width: 1250px !important;
  margin: auto;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.OneNav .AnswerStatisticsNav div a {
  padding: 6px 0;
}
h1.eAssigTextH1 {
  color: #2e2a5b;
  line-height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0 10px 10px 15px;
  margin: 5px;
  border-bottom: 1px solid #e0e5ec;
}
h1.eAssigTextH1:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  left: 0;
  background-color: #58abff;
  border-radius: 2px;
}
#app .eAssigMain.eAssStyle {
  padding: 15px 0;
  min-height: auto !important;
}
#app .eAssigMain {
  padding: 15px 0;
  min-height: 78vh !important;
  min-height: 81.7vh !important;
  /* background-color: #fff; */
}
#app .eAssigTop:before {
}
#app .eAssigNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.eAssigMain.eAssStyle .eAssigMainP_div,
#app .conMainB .eAssigMainP_div {
  border: 0;
}
#app .eAssigMainP_div.eAssigMbj {
  /* box-shadow: none; */
}
.eAssigMain.eAssStyle .eAssigMainP_top {
  padding: 0;
  border-bottom: 0;
  margin: 0 -5px;
}
#app .messageNavdiv,
.messageNavdiv {
  padding-top: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.messageNavdiv a {
  line-height: 45px;
  display: flex;
  position: relative;
  font-size: 18px;
  color: #303030;
}
.messageNavdiv a:before {
  content: "";
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
}
.messageNavdiv ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#app .messageNavdiv:before,
.messageNavdiv:before {
  display: none;
}
#app .messageNavdiv a,
.messageNavdiv a {
  border: 0;
  background-color: transparent;
  padding: 11px 15px;
}
#app .messageNavdiv li,
.messageNavdiv li {
  min-width: auto;
}
#app .messageNavdiv li.active a,
.messageNavdiv li.active a {
  color: #1857d7;
}
#app .messageNavdiv li.active a span,
.messageNavdiv li.active a span {
  position: relative;
}
#app .messageNavdiv li.active a span::before,
.messageNavdiv li.active a span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background-color: #457aff;
  max-width: 88px;
  z-index: 1;
}
#app .messageNavdiv li:nth-child(1) a:before,
.messageNavdiv li:nth-child(1) a:before {
  background: url(../images/homeTeacher/into29.png) no-repeat center;
}
#app .messageNavdiv li:nth-child(2) a:before,
.messageNavdiv li:nth-child(2) a:before {
  background: url(../images/homeTeacher/buddyInto2.png) no-repeat center;
}
#app .messageNavdiv li:nth-child(3) a:before,
.messageNavdiv li:nth-child(3) a:before {
  background: url(../images/homeTeacher/into30.png) no-repeat center;
}
.eAssigMainP_div.eAssStyle .eAssigTable,
.eAssigMain.eAssStyle .eAssigTable {
  padding: 10px 5px;
}
.eAssStyle .noRecord {
  border: 1px solid #e0e5ec;
  margin: 0 3px;
}
.eAssStyle h1.eAssigTextH1 {
  padding-bottom: 10px;
}
.FooterN {
  background-color: #37405f;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.9);
  min-height: 60px;
  display: flex;
  align-items: center;
}
.FooterN .contentMax {
  padding: 0 15px;
}
.stuEReading .eAssigHeight.eAssStyle {
  min-height: 77.5vh !important;
}

/* AI评测 */

.AIEvaluationOneNav {
  position: relative;
  z-index: 1;
}
.AIEvaluationOneNav .contentMax {
  min-height: 55px;
}
.AIEvaluationOneNav .OneNavNume {
  display: flex;
}
.AIEvaluationOneNav .OneNavNume > div > span {
  font-size: 20px;
  display: block;
  position: relative;
}
.AIEvaluationOneNav .OneNavNume > div > span span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding-top: 3px;
}

.AIEvaluationOneNav .OneNavNume > div {
  color: #25355e;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 6px 20px;
}
.AIEvaluationOneNav .OneNavNume > div::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-size: 100% !important;
  margin-right: 10px;
}
.ldpcInto::before {
  background: url(../images/homeTeacher/into17.png) no-repeat center;
}
.xzpcInto::before {
  background: url(../images/homeTeacher/into18.png) no-repeat center;
}

.AIEvaluationOneNav .OneNavNume > div.active {
  color: #1857d7;
}
.AIEvaluationOneNav .OneNavNume > div.active > span::before {
  bottom: -18px;
  width: 80px;
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  height: 4px;
  /* width: 100%; */
  border-radius: 2px;
  background-color: #457aff;
}
.WritingTextarea {
  border: 10px solid #f6f7fa;
  border-radius: 12px;
}
.AIEvaluation {
  border-radius: 0;
  width: 100%;
  padding: 20px 30px 10px 30px;
  min-height: 76vh;
  background-color: #fff;
}

.AIEvaluation .wordReporTitle {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.wordReporTitle h1 {
  font-size: 17px;
}
select.selectDiv {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  height: 42px;
  width: 200px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.AIEvaluation .textTSpeech_textarea {
  border: 2px solid #dcf4ee;
  background-color: #f8ffff;
  position: relative;
  border-radius: 15px;
}
.AIEvaluation .textTSpeech_textarea textarea {
  border: 0;
  padding: 15px !important;
  background-color: transparent;
  box-shadow: none;
  resize: none;
  font-size: 18px;
  width: 100%;
}
.AIEvaluation .textTSpeech_textarea textarea:hover {
  border-radius: 12px;
}
.AIEvaluation .textTSpeech_textarea span {
  background-color: #dcf4ee;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  color: #4e9787;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 20px;
  display: none;
}
.AIEvaluationFooter {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.AIEvaluationFooter button {
  margin: 0 10px;
  min-height: 60px;
  border-radius: 8px;
  background-color: #ff8063;
  color: #fff;
}
.AIEvaluationFooter button div {
  font-size: 18px;
  padding: 0 20px 0 60px;
  text-align: left;
}
.AIEvaluationFooter button div span:nth-child(2) {
  font-size: 15px;
  display: block;
  line-height: 15px;
}
.AIEvaluationFooter button.UploadAudioButton {
  background: url(../images/uploadAudioInto.png) no-repeat center left 10px
    #ff8063;
}
.AIEvaluationFooter button.RecoedingButton {
  background: url(../images/tapeInto.png) no-repeat center left 10px #17bde5;
  background-size: 45px 40px;
}
.AIEvaluationFooter button.EvaluationButton {
  background: #31a0ff;
}
.AIEvaluationFooter button.RecoedingButton div {
  padding-left: 55px;
}
.AIEvaluationFooter button.EvaluationButton div {
  padding-left: 70px;
  background: url(../images/EvaluationInto.png) no-repeat center left 15px;
  height: 50px;
  padding-top: 5px;
}
.AIEvaluationFooter button.EvaluationButton.state {
  background-color: #d8edff;
  cursor: auto;
}
.AIEvaluationFooter button.EvaluationButton.state div {
  opacity: 0.9;
}
.AIEvaluationFooter .record_class {
  width: 100%;
  padding: 10px 0;
}
#audioRAudioZone {
  width: 100%;
}
.AudioDiv {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  flex-wrap: wrap;
}
.AudioDiv input {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-left: 20px;
}
input.recordInput {
  background: url(../images/soundrecordingInto.png) no-repeat center #ae77de;
  color: transparent;
}
input.palyInput {
  background: url(../images/palyInto.png) no-repeat center left 13px #fe7e0d;
  color: transparent;
}
input.audio_pause_cls {
  background: url(../images/pauseCssInto.png) no-repeat center left 13px #fe7e0d;
}
input.soundSubmitInput {
  background: url(../images/preserveIntoS.png) no-repeat center #2aaef3;
  color: transparent;
}
input.suspendInput {
  background: url(../images/suspendInto.png) no-repeat center #ae77de;
  color: transparent;
}
.LDDWRecordDiv input.suspendInput {
  margin-left: 20px;
}
.expand_div_cls .AudioRTimeSpan {
  display: flex;
  width: auto;
}
.expand_div_cls .suspendInput {
  display: flex;
}
input.soundSubmitInput:disabled,
input.palyInput:disabled {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: no-drop;
}
.tipMsgDiv {
  color: #0b1;
  text-align: center;
  padding: 10px;
  width: 100%;
}
.record_wave_view_class {
  height: 55px;
  max-width: 450px;
  width: 100% !important;
  margin: auto;
  margin-top: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #d9e0ea;
  border: 2px solid #e9f0fa;
  border: 2px solid #def0df;
}

.LDDWRecordDiv > div {
  background-color: #ae77de;
  min-width: 65px;
  height: 65px;
  border-radius: 36px;
  display: flex;
}
.LDDWRecordDiv > div > div {
  display: none;
}
.LDDWRecordDiv {
  display: flex;
}

.expand_div_cls > div > div {
  color: #fff;
  font-size: 24px;
  padding-right: 30px;
  align-items: center;
  letter-spacing: 0.05rem;
  display: flex;
}
.LDDWRecordDiv .suspendInput {
  display: none;
}

.expand_div_cls .suspendInput {
  display: flex;
}
.AIMain {
  background-color: #f6fafd;
  min-height: 76vh;
  /* padding-bottom: 20px; */
}
.WritingAI .AIEvaluationFooter {
  margin-top: 20px;
}
.main {
  max-width: 1280px;
}
.ea_table_div table th {
  min-width: 45px;
}
.ea_table_div table th:nth-child(3) {
  min-width: 150px;
}
.ea_table_div table th:nth-child(8),
.ea_table_div table th:nth-child(9),
.ea_table_div table th:nth-child(10) {
  min-width: 75px;
}
.studentXMNume ul a div,
.studentXMNume ul .greyColer {
  display: none;
}
.studentXMNume ul {
  width: 100%;
  display: flex;
}
.studentXMNume ul a span {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
}
.studentXMNume ul h1 {
  font-size: 18px;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
}
.studentXMNume ul li {
  padding: 5px 25px 5px 12px;
}
.studentXMNume .unfinish_work_count {
  margin-left: 0;
}
.studentXMNume ul a {
  display: block;
  text-align: center;
  color: #333;
  position: relative;
}
.studentXMNume ul li.active a,
.studentXMNume ul li a:hover {
  color: #1857d7;
}
.studentXMNume ul li.active a h1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  height: 4px;
  width: 100%;
  max-width: 120px;
  border-radius: 2px;
  background-color: #457aff;
  z-index: 1;
}
.funlandTop_select {
  padding: 0;
}
.preAPHomew .zjm_zygl .zjm_xsfx .tab-pane {
  min-height: 74.5vh;
}
.footerButton {
  display: flex;
  justify-content: center;
}
.footerButton input {
  background-color: #387dfa;
  line-height: 45px;
  color: #fff;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  margin: 10px 6px;
}
.footerButton input:nth-child(2) {
  background-color: #ff5c6d;
}
.SubmitWin .popUpMain h1 {
  font-size: 24px;
  padding-top: 10px;
}
.ttsWin .popUpMain > img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.ttsWin .popUpMain,
.SubmitWin .popUpMain {
  max-width: 300px;
  padding: 20px 10px;
  text-align: center;
  min-height: auto;
}
.SecurityQuestionsBox footer,
.UnsubscribedBox footer,
.ttsWin footer,
.SubmitWin footer {
  text-align: center;
  padding-top: 10px;
}
.popUpBox_share_confirm,
.popUpBox_share_error,
.popUpBox_share_success {
  display: flex;
}
.popUpBox_share_confirm .popUpMain,
.popUpBox_share_success .popUpMain {
  position: relative;
}
.popUpBox_share_confirm .popUpMain::before,
.popUpBox_share_success .popUpMain::before {
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 95px;
  height: 95px;
  background: url(../images/a12.png) no-repeat center #eff7fe;
  border-radius: 50%;
}
.popUpBox_share_confirm .popUpMain img,
.popUpBox_share_success .popUpMain img {
  display: none;
}
.popUpBox_share_confirm .footerButton input,
.popUpBox_share_success .footerButton input,
.oralTTSBox .footerButton input,
.oralTTSBox .footerButton input {
  background-color: #ff5c6d;
}
.popUpBox_share_confirm .footerButton input:nth-child(2),
.popUpBox_share_success .footerButton input:nth-child(2),
.oralTTSBox .footerButton input:nth-child(2),
.oralTTSBox .footerButton input:nth-child(2) {
  background-color: #387dfa;
}
.popUpBox_share_success h2 {
  display: none;
}

.SecurityQuestionsBox footer button,
.UnsubscribedBox footer button,
.ttsWin footer button,
.SubmitWin footer button {
  border: 0;
  cursor: pointer;
  letter-spacing: 0.05rem;
  font-size: 18px !important;
  border-bottom: 1px solid rgb(104, 30, 30);
  color: rgb(104, 30, 30);
  font-weight: bold;
  border-radius: 0;
  padding: 0;
}
.SecurityQuestionsBox footer button > span,
.UnsubscribedBox footer button > span,
.ttsWin footer button > span,
.SubmitWin footer button > span {
  font-size: 18px;
}
.AnswerRecordNo {
  padding: 30px;
  text-align: center;
  color: #a0abc7;
  font-size: 17px;
}
.AnswerRecordNo::before {
  width: 200px;
  height: 200px;
  content: "";
  display: block;
  text-align: center;
  background: url(../images/noImg/notImg3.png) no-repeat center;
  margin: auto;
}
.SharingCenterUl .AnswerRecordNo {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #edf2fd;
  margin: 10px;
}
.pHomeTopR button::before {
  display: none;
}
.pHomeTopR button.resource_share_into {
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 0;
}
.bookRight button.resource_share_into {
  border: 0;
  width: 45px;
  height: 45px;
  background: url(../images/shareInto.png) no-repeat center;
  margin-bottom: 18px;
  margin-right: 5px;
  display: none;
}
.stuEReading .studentXMNume .greyColer,
.stuEReading .studentXMNume li img {
  display: none;
}
.minHeight_stu {
  min-height: 77vh;
  padding: 10px;
}
.ctaT_div_name li {
  word-break: break-all;
}
.LevelNavTop {
  background-color: #f6fafd;
  position: relative;
}
.LevelNavTop::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: -mos-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0)
  );
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  height: 5px;
  z-index: 9;
}
.leveledBook_nav::before,
.AnimatedComic_nav::before {
  display: none;
}
.AnimatedComic_nav {
  padding-bottom: 0;
}
.bookDiv {
  padding: 10px;
}
.leveledBook_nav div:nth-child(1) a::before,
.AnimatedComic_nav div:nth-child(1) a::before {
  background: url(../images/homeTeacher/into19.png) no-repeat center;
}
.leveledBook_nav div:nth-child(2) a::before {
  background: url(../images/homeTeacher/into21.png) no-repeat center;
}
.leveledBook_nav div:nth-child(3) a::before,
.AnimatedComic_nav div:nth-child(2) a::before {
  background: url(../images/homeTeacher/into23.png) no-repeat center;
}
.leveledBook_nav div:nth-child(4) a::before {
  background: url(../images/homeTeacher/into22.png) no-repeat center;
}
.graded_body .eclasslist_tit a {
  background: #a7e2ff;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
}
.graded_body .eclasslist_tit a:hover {
  border: 0;
}
.ResultReportLogo {
  background: url(../images/homeTeacher/ResultReportLogo.png) no-repeat center
    left 5px;
  background-size: auto 100%;
}
.ResultReportTit {
  padding: 10px 0 0;
  font-size: 18px;
}
.ResultReportTit div {
  position: relative;
  display: flex;
  color: #000;
}
.ResultReportTit div::before {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 5px;
  background: #457aff;
  border-radius: 6px;
}
table th.th4 {
  min-width: 80px !important;
}
table th.thTime {
  min-width: 120px !important;
}
table th.thTeacher,
table th.thGrade,
table th.thClass {
  min-width: 100px !important;
}
table th.thCourse {
  min-width: 120px !important;
}
.ea_table_div table th {
  padding: 8px 0;
  font-size: 16px;
}

.tabTh_eWriting_ai_eval {
  padding: 5px;
}

.eclasslist_tit a:hover {
  color: #fff;
}
.xfunland_nav {
  background-color: #f6fafd;
  position: relative;
}
.xfunland_nav .contentM {
  padding-top: 10px;
}
.xfunland_navL li a {
  line-height: 50px;
}
.xfunland_box .gradeDiv {
  padding: 0;
}
.contentOral .ny_xq {
  padding-left: 0;
  padding-right: 0;
}
.contentOral .APTwoTop .xcontent,
.contentOral .zjm_con3 {
  max-width: 1270px;
}
.contentOral .demoMain {
  margin: 20px auto;
}
.contentOral .demoMain .DMnelrong p {
  text-indent: 0;
}
.recpowert_submitGray {
  line-height: 56px;
  color: #fff;
  background: #89caf0;
  display: inline-block;
  border-radius: 5px;
  font-size: 17px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  cursor: default;
}
.recpowert_submit {
  line-height: 56px;
  color: #fff;
  background: #2393d4;
  display: inline-block;
  border-radius: 5px;
  font-size: 17px;
  padding: 0 10px;
  cursor: pointer;
}
.z_zygl_rn section .audio_content_zone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 !important;
  height: auto !important;
}
.z_zygl_rn section .tabTh_eOral_ai_score {
  padding: 5px;
}
.zygl_Table .tabTh_eOral_ai_score,
.preAPHomew .tabTh_eOral_ai_score {
  padding: 5px;
  display: flex;
  justify-content: center;
}
.tabTh_eOral_ai_score span {
  width: 60px;
  height: 60px;
  background: url(../images/homeTeacher/into24.png) no-repeat center;
  font-size: 15px;
  color: #085ced;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  cursor: pointer;
  letter-spacing: 0;
}
.tabTh_eOral_ai_score span b {
  font-weight: normal;
  font-size: 12px;
  display: flex;
  padding-top: 3px;
}
.ny_yzwqh {
  max-width: 1200px;
}
.hlhd_div {
  max-width: none;
}
.eExerciseStu_top .xeAssignment_logo {
  background: url(../images/homeTeacher/land_into17_2.png) no-repeat center left;
  padding-left: 75px;
}
.student_eReading .container {
  padding-left: 10px;
  padding-right: 10px;
}
.eReading_con {
  width: 100%;
  padding: 10px;
}
.eReading_con .row {
  margin-right: -10px;
  margin-left: -10px;
}
.eClassic_srTab i {
  font-size: 24px;
}
.land-main {
  max-width: 1270px;
}
.eChineseClass_top .xeAssignment_logo {
  background: url(../images/homeTeacher/into25.png) no-repeat center left;
}
#eclass .contentM li {
  width: 16.666666% !important;
}
.primaryeAssignment {
  padding: 15px 0;
  min-height: 66vh;
}
.primaryeAssignment .main {
  padding: 0 15px;
}
.primaryeAssignment .dzzy_eA {
  padding: 0;
}
.primaryeAssignment .ea_table_tb {
  overflow: auto;
}
.primaryeAssignment .ea_table_tb thead th {
  font-size: 16px;
  line-height: 45px;
  padding: 0 5px;
  min-width: 50px;
}
.primaryeAssignment .ea_table_div {
  padding-top: 0;
}
.primaryeAssignment .container .search_select {
  margin-top: 0 !important;
  padding-top: 0;
}
.primaryeAssignment .eFunlandTable {
  margin-bottom: 0;
}
.primaryeAssignment .table-responsive {
  overflow: auto;
  display: block;
}
.ReportsTd,
.EpisodesTd {
  padding: 0 !important;
}
.ReportsTd > a {
  display: flex;
}
.ReportsTd_div,
.EpisodesTd_div {
  line-height: 40px;
}
.primaryeAssignment i.fa,
.primaryeAssignment i.glyphicon-edit {
  font-size: 24px;
}
.primaryeAssignment table th:last-child {
  padding: 0 5px;
}
.primaryeAssignment .head_table th {
  padding: 0 5px !important;
  line-height: 45px !important;
}
.button_cz_yes,
.button_cz_no {
  line-height: 30px;
}
.button_cz_yes .fa-paper-plane:before {
  font-size: 20px;
}
.eFunlandTable th:nth-child(4),
.eFunlandTable th:nth-child(5),
.eFunlandTable th:nth-child(6) {
  min-width: 100px !important;
}
.primaryeAssignment .release_table thead,
.primaryeAssignment .Ttable .row.header {
  background-color: #6cb8f7 !important;
  color: #fff;
}
.primaryeAssignment .Ttable .row.header .cell {
  color: #fff !important;
}
.primaryeAssignment table tbody tr:nth-child(even) {
  background-color: #edf6ff !important;
}
.primaryeAssignment .release_table tbody.table_body_td tr td,
.primaryeAssignment .eClassT_body tbody tr td {
  border-left: 1px solid #d0e7fd;
}
.primaryeAssignment tbody tr {
  border-bottom: 1px solid #d0e7fd;
}
.primaryeAssignment .Ttable.eReadingRTTable .TtableNrBorder .row.header .cell {
  border-right: 0;
}
.primaryeAssignment .table-responsive {
  min-height: auto;
  padding-top: 0;
}
.primaryeAssignment .table {
  margin-bottom: 0;
}
.primaryeAssignment .TtableNr {
  overflow: auto;
}
.ea_anniu a:hover {
  color: #fff;
}
.Unpublished {
  text-align: center;
  height: 40vh;
}
.iChineseClassTable th:nth-child(3),
th.thTitle {
  min-width: 150px !important;
}
.primaryeAssignment .dzzy_titel1 {
  display: none;
}
.ea_table_div tbody {
  border-top: 0;
}

.primaryeAssignment .ea_table_tb .stuTable thead th {
  line-height: 20px;
  padding: 5px !important;
}
.primaryeAssignment .ma_table_div table th {
  padding: 5px;
}
.primaryeAssignment .ma_table_div tbody td {
  padding: 8px 5px;
}
.primaryeAssignment .stuTable {
  min-height: auto;
}
table.eExerciseTable.stuTable tr:nth-child(1),
table.eBookTable.stuTable tbody tr:nth-of-type(1),
.primaryeAssignmentStu .ma_table_div1 .eFunlandTable tbody tr:nth-of-type(1),
.primaryeAssignmentStu .ma_table_div1 .AnimatedTable tbody tr:nth-of-type(1) {
  background-color: #6cb8f7 !important;
  color: #fff !important;
}
table.eExerciseTable.stuTable td:nth-child(7) span {
  line-height: 20px;
  display: block;
}
table.eExerciseTable.stuTable th:nth-child(8),
table.eExerciseTable.stuTable th:last-child {
  min-width: 120px;
}
.primaryeAssignmentStu {
  min-height: 76.5vh;
}
.eExerciseTable.stuTable tr td {
  border-right: 1px solid #d0e7fd;
}
.primaryeAssignmentStu .LeveledeBookStuDiv {
  padding: 0 10px;
  min-height: auto;
}
.primaryeAssignmentStu .ma_table_div1 tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.stuTable .ma_table_div tbody tr:nth-of-type(even) {
  background-color: #edf6ff !important;
}
.primaryeAssignmentStu .ma_table_div tbody tr,
.primaryeAssignmentStu .tableNS ul {
  border-bottom: 1px solid #d0e7fd;
}
.primaryeAssignmentStu .tableNS ul:last-child {
  border: 0;
}
.primaryeAssignmentStu .tableNS ul li::before {
  background: #d0e7fd;
}
.primaryeAssignmentStu .ma_table_div1 tbody td {
  border-left: 1px solid #d0e7fd;
}
.primaryeAssignmentStu .ma_table_div1 tbody tr {
  border-right: 1px solid #d0e7fd !important;
}
.primaryeAssignmentStu .tableNS ul li {
  padding: 5px;
}
.primaryeAssignmentStu .eReading_con {
  padding: 0 10px;
}
.AnimatedTable.stuTable {
  margin-top: 10px;
}

.AnimatedTable.stuTable th b {
  font-size: 15px;
  display: block;
}
.AnimatedComicNr {
  padding: 10px 0;
}
.relbody .bookDiv .etuIMG .product-grid {
  margin-bottom: 45px;
}
.correct_group_zone {
  display: flex;
  height: auto !important;
  align-items: center;
}
.dtab.correct_group_zone {
  padding-top: 10px;
}
.dtab.correct_group_zone a {
  margin-bottom: 10px;
}
.textCommentDiv {
  margin-top: 10px;
}
.xzksTable td,
.xzksTable7 td {
  border: 0 !important;
  padding: 0 !important;
}
.correct_group_zone .scoreBtn,
.correct_group_zone a.viewBtn {
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
  height: 40px;
}
.correct_group_zone .tabTh_eWriting_ai_eval {
  background: url(../images/AIInto.png) no-repeat center #00cfff;
  border-radius: 8px;
  height: 40px;
  width: 88px;
  cursor: pointer;
}
.titlePartRightDiv,
.titlePartLeftDiv {
  padding-right: 10px;
}
.correct_group_zone .tabTh_eWriting_ai_eval img {
  display: none;
}
.AnswerDiv textarea {
  border: 0;
}
.AnswerDivTTextarea {
  padding: 5px;
}
.AnswerDivTTextarea textarea {
}
.TableBox table.eAssigTableNR th:nth-child(9) {
  min-width: 70px;
}

.stuEReading .eAssigMain .eAssigMbj,
.eFunlandStyle_stu .eAssigMain .eAssigMbj {
  min-height: 683px;
}
.drawer-right.xzksBox .drawer-overlay .zjm_con6 {
  padding-top: 45px;
}
.drawer-right.xzksBox .drawer-overlay .zjm_con6 .zjm_xl {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tips div.close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: transparent;
  z-index: 1;
  opacity: 1;
}
.tips div.close::before {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background-color: #677186;
  transform: rotate(45deg);
  position: absolute;
}
.tips div.close::after {
  position: absolute;
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  background-color: #677186;
  transform: rotate(-45deg);
}
.tips .popUpMain {
  position: relative;
}
.tips .popUpMain > header {
  background-color: transparent;
}
.tips .popUpMain > header::before {
  margin-top: 20px;
  content: "";
  display: block;
  height: 120px;
  background: url(../images/into25.png) no-repeat center;
}
.tips .popUpMain > header div:nth-child(1) {
  color: #25355e;
  font-size: 22px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 35px;
  padding-top: 10px;
}
.tips .popUpMain > header div:nth-child(1) span {
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 20px;
}
.tips .popUpMain > header div:nth-child(2) {
  text-align: center;
  padding: 30px 0;
}
.tips .popUpMain > header div:nth-child(2) button {
  line-height: 48px;
  background-color: #627bfb;
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
  border-radius: 8px;
  margin: 5px;
  min-width: 140px;
}
.tips .popUpMain > header div:nth-child(2) button:hover {
  transform: scale(1.05);
}
.tips .popUpMain > header div:nth-child(2) button:nth-child(2) {
  border: 1px solid #627bfb;
  color: #2849ef;
  line-height: 46px;
  background-color: transparent;
}
.tips button {
  border: 0;
}
.SeCResultWin {
  display: flex;
  text-align: center;
  font-size: 18px;
}
.SeCResultWin .popUpMain {
  max-width: 990px;
  min-height: 380px;
  width: 100%;
}
.popUpMain > header.popUpHeader {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.popUpHeader b.closeInto::before,
.popUpHeader b.closeInto::after {
  background-color: #677186;
}
.SeCResultDiv {
  padding: 15px;
  max-width: 1100px;
  min-height: 45vh;
  max-height: 88vh;
}
.result.SeCResultWin .SeCResultDiv {
  min-height: 35vh;
}
.eCompopopUpBox.SeCResultWin .popUpHeader {
  text-align: left;
}

.eCompopopUpBox.SeCResultWin .popUpHeader > span {
  display: flex;
  padding: 0 5px;
}
.eCompopopUpBox .my_answer > ul {
  display: flex;
  padding-bottom: 10px;
}
.eCompopopUpBox .my_answer > ul li {
  line-height: 45px;
  padding: 0 10px;
  background-color: #ddeafd;
  font-size: 18px;
  color: #1b87f4;
  cursor: pointer;
  margin-right: 10px;
  min-width: 120px;
  text-align: center;
}
.eCompopopUpBox .my_answer > ul li:last-child {
  margin-right: 0;
}
.eCompopopUpBox .my_answer > ul li.active {
  background-color: #1b87f4;
  color: #fff;
}
.eCompopopUpBox .my_answers,
.eCompopopUpBox .ckfw {
  border: 8px solid #f6f7fa;
  min-height: 55vh;
  padding: 15px;
  max-height: 63vh;
  overflow: auto;
}
.SeCResultDiv .content_body {
  padding-top: 10px !important;
}
.z_zygl_rn.xAnswerD_table {
  padding: 0;
}
.Xtable_bt table {
  margin-top: 0;
}
.teacherMessage_Win .tangWin_box .modal-header {
  font-size: 18px;
  padding: 0 10px;
  line-height: 45px;
}
.tangWin_box .clockX {
  right: 5px;
  height: 32px;
  width: 32px;
}
.eAssigMainP_div.eAssigHeight {
  min-height: 74.3vh;
}
#app .book_top ul,
#app .body_center,
#app .tts_dt div {
  max-width: 1270px;
}
#app tr.tableText {
  line-height: 45px;
}
.messageReleaseTable .tableText th:nth-child(6) {
  min-width: 88px;
}
.Xtable_bt table thead tr th {
  font-size: 16px;
  font-weight: normal;
}
.xAnswerD_table .dtab a {
  line-height: 40px !important;
  padding: 0 10px;
}
.xAnswerD_table .dtab a.correctBtn {
  margin-right: 10px;
}
.xAnswerD_table .dtab a.correctBtn i {
  display: none;
}
.Xtable_mtopR > table td,
.Xtable_mtop > table td {
  padding: 10px !important;
}
.commentGroup .commentInput {
  line-height: 40px;
  height: auto;
  padding: 0 10px;
  margin-right: 10px;
}
.submitCommentBtn {
  line-height: 40px !important;
  height: auto !important;
  padding: 0 10px;
  border-radius: 8px !important;
  margin-right: 10px !important;
}
.videoCommentBtn {
  line-height: 40px !important;
  height: auto !important;
  padding: 0 10px;
  border-radius: 8px !important;
}

.eAssigMain_div .eAssigMain_nr li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.SelfLearnRecord_top .xeAssignment_logo {
  background: url(../images/homeTeacher/SelfLearnRecordLogo.png) no-repeat
    center left;
}
.SelfLearnRecordCon {
  min-height: 83vh;
  display: block;
}
.search_select select {
  min-width: 160px;
}
.TableOverflow {
  overflow: auto;
}
.SelfLearnRecordTable {
  margin-bottom: 0;
}
.SelfLearnRecordTable th {
  min-width: 50px;
}
.SelfLearnRecordTable th:nth-child(3) {
  min-width: 80px;
}
.SelfLearnRecordTable th:nth-child(2),
.SelfLearnRecordTable th:nth-child(4),
.SelfLearnRecordTable th:nth-child(5) {
  min-width: 120px;
}

/* loading */
.popUpBox.loading {
  display: flex;
}
.popUpBox.loading > div div:nth-child(2) {
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
}
#ajaxloader2 {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ajaxloader2::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#ajaxloader2 .outer {
  position: absolute;
  border: 3px solid #3fe2fd;
  opacity: 0.9;
  width: 85px;
  height: 85px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  /* -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9); */
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 0 auto;
  z-index: 1;
}
#ajaxloader2 .outer1 {
  position: absolute;
  border: 1px solid #4eaeff;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  margin: 0 auto;
  z-index: 1;
}

#ajaxloader2 .inner {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  margin: 0 auto;
  -webkit-animation: spin-left 1.5s linear infinite normal;
  -moz-animation: spin-left 1.5s linear infinite normal;
  -ms-animation: spin-left 1.5s linear infinite normal;
  animation: spin-left 1.5s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  background: url(../images/loading.png) no-repeat center;
  background-size: 80%;
}

@keyframes spin-right {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin-left {
  from {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
    opacity: 1;
  }
  to {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
@-moz-keyframes spin-left {
  from {
    -moz-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -moz-transform: rotate(-180deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(-360deg);
    opacity: 1;
  }
}
@-webkit-keyframes spin-left {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(-180deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-360deg);
    opacity: 1;
  }
}

.eExercise_top .xeAssignment_logo {
}
/* TTS弹窗样式 */
.TopRight {
  position: fixed;
  right: 50%;
  height: 250px;
  /* margin-right: -720px;
	margin-top: -125px; */
  margin-top: -330px;
  margin-right: -710px;
  top: 50%;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 55px;
  z-index: 2;
}
.TopRight ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 8px;
  padding: 5px 0;
}
.TopRight ul li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
input#myclass {
  border: 0;
  color: transparent;
  margin: 5px;
  cursor: pointer;
  background: url(../images/ttsImg/into2.png) no-repeat center;
  width: 45px;
  height: 45px;
  margin: 0;
  user-select: none !important;
  -webkit-user-select: none !important;
}
#explainClass {
  background: url(../images/ttsImg/into1.png) no-repeat center;
  width: 43px;
  height: 43px;
  cursor: pointer;
  border: 0;
  color: transparent;
}
.popUpBox.ttsWin {
  letter-spacing: 0.015rem;
}
.popUpBox.ttsWin .popUpMain div img {
  width: 30px;
}
.el-icon {
  width: 1.3em;
}
.el-icon svg {
  height: 1.3em;
  width: 1.3em;
}

/* 成长中心 */
.LearningProgressMain {
  background-color: #f6fafd;
  min-height: 84vh;
  padding-top: 20px;
}
.LearningProgressMain .contentM {
  max-width: 1250px !important;
}
.growthCenterTop {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.growthCenterTop > header {
  min-width: 400px;
  padding: 0 20px;
}
.growthCenterTop > div {
  width: 100%;
}
.growthCenterDHK {
  background-color: #f6fbff;
  border: 2px solid #d7eeff;
  border-radius: 15px;
  padding: 30px;
  min-height: 130px;
  position: relative;
}
.growthCenterDHK::before,
.growthCenterDHK::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
}
.growthCenterDHK::after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 15px solid #f6fbff;
  border-radius: 3px;
  top: 21px;
  left: -15px;
}

.growthCenterDHK::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 18px solid #d7eeff;
  border-radius: 3px;
  top: 18px;
  left: -18px;
}
.growthCenterDHK span {
  display: flex;
  font-size: 18px;
  color: #404e66;
  width: 100%;
  line-height: 30px;
  padding: 2px 0;
}
.growthCenterDHK span b {
  color: #ff8d00;
  font-size: 26px;
  display: flex;
  padding: 0 5px;
  font-weight: normal;
  cursor: pointer;
}
.growthCenterDHK span:hover b {
  text-decoration: underline;
}
.growthCenterTop > div > ul {
  display: flex;
  justify-content: center;
  padding: 40px 0px 0 0px;
}
.growthCenterTop > div > ul li {
  width: 33.333333%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.growthCenterTop > div > ul li:last-child {
  border: 0;
}
.growthCenterTop h2 {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-right: 40px;
}
.growthCenterTop h2 img {
  margin-right: 10px;
}
.growthCenterTop > div > ul li span {
  font-size: 16px;
}
.growthCenterTop > div > ul b {
  font-size: 40px;
  color: #5480d9;
  font-weight: normal;
  padding: 0 10px;
}
.variousprojectStatisticsG {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.variousprojectStatisticsG .studentHomeworkCompletedDiv {
  width: 49.2% !important;
  margin-bottom: 20px;
}
.studentHomeworkCompletedDiv {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.growthCenterTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.growthCenterTitle h1 {
  font-size: 20px;
  color: #000;
  position: relative;
  display: inline-block;
}
.growthCenterTitle h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #e3f5fd;
  position: absolute;
  bottom: 0;
}
.growthCenterTitle h1 span {
  position: relative;
  z-index: 1;
}
.growthCenterTitle > div span {
  position: relative;
  padding: 10px;
}
.growthCenterTitle > div span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #cfe4f4;
  background-color: rgb(113, 175, 255);
  margin-right: 5px;
}
.growthCenterTitle > div span:first-child::before {
  background-color: #3392ff;
  background-color: rgb(84, 79, 197);
}
.growthCenterTitle > ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.growthCenterTitle h2 {
  font-size: 17px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 10px;
  justify-content: center;
}
.growthCenterTitle > ul li {
  text-align: center;
  padding: 10px 25px;
  position: relative;
}
.growthCenterTitle > ul li::before {
  position: absolute;
  display: block;
  content: "";
  height: 40px;
  top: 50%;
  right: 0;
  margin-top: -20px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.growthCenterTitle > ul li:last-child::before {
  display: none;
}
.growthCenterTitle > ul span {
  padding-left: 20px;
}
.growthCenterTitle > ul span b {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
}
.sHCTable {
  background: linear-gradient(to top, #e8f9fe, #fff);
  padding: 13px 5px;
  border-radius: 15px;
}
.studentHomeworkCompletedDiv .highcharts-container rect.highcharts-background {
  fill: transparent !important;
}
.highcharts-label tspan.highcharts-text-outline {
  stroke: transparent !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.growthCenterTable .highcharts-axis-labels.highcharts-xaxis-labels > text,
.studentHomeworkCompletedDiv
  .highcharts-axis-labels.highcharts-xaxis-labels
  > text,
.highcharts-series-group .highcharts-tracker .highcharts-data-label text,
.highcharts-axis-labels.highcharts-xaxis-labels text,
.highcharts-label text {
  font-size: 16px !important;
  font-weight: normal !important;
}
.unfinish_work_count {
  position: absolute;
  background: #f1414c;
  display: flex !important;
  height: 18px;
  min-width: 20px;
  justify-content: center;
  border-radius: 9px;
  font-size: 14px;
  line-height: 8px;
  font-weight: normal;
  margin-left: 5px;
  padding: 5px;
  color: #fff;
  left: 100%;
  top: 0;
  z-index: 1;
}
.unfinish_work_count.workBadgeHide {
  display: none !important;
}
.buddyFrame {
  display: flex;
  height: 100vh;
  min-height: 46vw;
}
.eChineseClassHome .preAp_yfb {
  display: block;
}
.stuHWorkMain {
  min-height: 83.8vh;
}
.AnswerResults .txThMinWidth {
  min-width: 135px !important;
}
.AnswerResults td.txThMinWidth {
  padding: 5px;
}
.studentReading .zygl_Table th {
  line-height: 45px;
}
.tabTh_class {
  min-width: 120px;
  text-align: center;
}
.tabTh_status,
.tabTh_point {
  min-width: 85px;
  text-align: center;
}
.tabTh_grade {
  min-width: 50px;
  width: 50px;
  text-align: center;
}
.tabTh_no {
  min-width: 45px;
  width: 55px;
}
.tabTh_school,
.tabTh_ObtainedProjects {
  min-width: 150px;
  text-align: center;
}
.tabTh_nickName {
  min-width: 90px;
  text-align: center;
}
.tabTh_GrowthPoints {
  min-width: 100px;
  text-align: center;
}
.z_zygl_rn .zygl_Table > table th,
.xAnswerD_table section table th {
  background-color: #d4e9fa;
  color: #000;
  text-align: center;
  height: 45px;
  font-size: 16px;
  font-weight: normal;
  border: 0;
  border-right: 1px solid #b6d7f2;
}
.z_zygl_rn .zygl_Table > table th:last-child,
.xAnswerD_table section table th:last-child {
  border-right: 1px solid #d4e9fa;
}
.z_zygl_rn .zygl_Table > table td {
  border: 1px solid #dfdfdf;
  border-top: 0;
  height: 45px;
}
.xAnswerD_table section table td {
  border: 1px solid #dfdfdf;
  height: 45px;
}
.xAnswerD_table section table td {
  line-height: 20px;
  padding: 5px;
}
.z_zygl_rn .zygl_Table tbody tr:hover,
.xAnswerD_table section table tbody tr:hover {
  background-color: #eef4f8;
}
.zygl_Table table thead,
.xAnswerD_table section table thead {
  border: 1px solid #d4e9fa;
}
.table_field_sort a.table_field_sort_asc::before {
  border-bottom: 5px solid #25355e;
}
.table_field_sort a.table_field_sort_desc::before {
  border-top: 5px solid #25355e;
}
table.eAssigTableNR tr.tableText {
  background-color: #d4e9fa;
}
table.eAssigTableNR tr.tableText th {
  border-right: 1px solid #b6d7f2;
}
table.eAssigTableNR tr.tableText th:last-child {
  border-right: 1px solid #d4e9fa;
}
table.eAssigTableNR td,
table.eAssigTableNR tbody th.Bread {
  border-right: 1px solid #dfdfdf;
}

.eAssigTable table.eAssigTableNR tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
.viewCompletion_Win.is_acitve .modal-header {
  padding: 10px 15px;
  font-size: 18px;
}
.z_zygl_rn section ul.overflower_sp {
  padding: 5px 0 !important;
}
.overflower_sp select {
  margin-right: 10px;
  border: 1px solid #e0e5ec;
  height: 46px;
  font-size: 16px;
  width: 200px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 10px;
}
.overflower_sp > li {
  display: flex;
}
.sp_chaxun {
  border-radius: 5px;
  border: 0;
  color: #fff;
  line-height: 45px;
  height: 45px;
  font-size: 16px;
  padding: 0;
  width: 80px;
  background-color: #fd6a6d;
}
.NeweAssignment_nav.eAssignment_nav li a div.unfinish_work_count {
  display: none !important;
}
.zygl_Table table thead th:nth-child(3),
.zygl_Table table thead th:nth-child(4),
.zygl_Table table thead th:nth-child(5),
.zygl_Table table thead th:nth-child(8) {
  min-width: 80px;
}
.contentM > .sta_hw_div {
  margin: 5px 0;
}
.correctBtn {
  height: auto !important;
  border-radius: 8px !important;
  margin-right: 10px;
}

/* 主页搜索 */
/* 主页搜索 */
.SearchBox {
  display: flex;
  z-index: 5;
}
.SearchBox .popUpMain {
  /* width: 90%; */
  min-width: 780px;
  max-width: 1170px;
  min-height: 450px;
  min-height: 60vh;
  background: url(../images/homeTeacher/buddyBj02.png) no-repeat center top #fff;
  background-size: 100% auto;
}
.SearchBox .popUpMain > header {
  color: #25355e;
  background: transparent;
}
.SearchBox .popUpMain > header h1 {
  font-size: 28px;
  text-align: center;
  padding: 20px 20px 5px 20px;
  color: #000;
}
.SearchBox .popUpMain > header h1 b {
  margin: 0 5px;
  font-size: 24px;
}
.SearchBox b.closeInto {
  width: 38px;
  height: 38px;
}
.SearchBox b.closeInto::after,
.SearchBox b.closeInto::before {
  height: 3px;
  border-radius: 2px;
  background-color: #25355e;
}
.SearchBox .buddySearch {
  margin: 10px auto;
  max-width: 800px;
}
.SearchBox .buddySearch .SearchInputGroup {
  /* border: 2px solid #a4c9ff; */
  background: linear-gradient(to right, #9f9dfb, #318cff);
  position: relative;
  padding: 2px;
  border-radius: 10px;
  width: 100%;
}
.SearchBox input.SearchButton {
  background: url(../images/homeTeacher/into28.png) no-repeat center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  min-width: 50px;
}

.SearchBox .buddySearch input:nth-child(1) {
  padding: 0px 10px;
  height: auto;
  width: 100%;
  background-color: transparent;
  line-height: 46px;
}
.SearchBox .buddySearch .SearchInputGroup footer {
  display: flex;
  background-color: #fff;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 5px;
}
.SearchBox .buddySearch .SearchInputGroup footer::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5px;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.08);
}
.SearchBox .buddySearch select {
  position: relative;
  border: 0;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 20%;
  min-width: 150px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.SearchList {
  padding: 10px 20px 20px;
}
.SearchList > h1 {
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  color: #034b9a;
  padding: 0 5px;
}
.SearchList > h1 span {
  color: #ff1e73;
  padding: 0 5px;
  font-size: 17px;
}
.SearchList ul li {
  padding: 8px 0;
}
.SearchList ul li a {
  background-color: #f6f9ff;
  border-radius: 12px;
  display: block;
  padding: 15px 20px;
}
.SearchList .test-1 {
  max-height: 65vh;
  overflow: auto;
}
.SearchList .test-1 ul {
  padding: 0 5px;
}
.SearchList ul li a div:nth-child(1) {
  color: #0000ff;
  font-size: 18px;
  margin: 5px 0;
}
.SearchList ul li a:hover div:nth-child(1) {
  text-decoration: underline;
}
.SearchList ul li a div:nth-child(1) span {
  color: #e90eb3;
}
span.intoQS,
.SearchList ul li a div:nth-child(2) span {
  color: #ff1e73 !important;
}
.SearchInputGroup {
  display: flex;
  height: 50px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 12px;
  width: 90%;
}
.buddySearch .SearchInputGroup input:nth-child(1) {
  margin-right: 0;
}
.SearchInputGroup .el-select {
  width: 30%;
  min-width: 145px;
  position: relative;
}
.SearchInputGroup .el-select::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  right: 0;
  top: 10%;
  background-color: rgba(0, 0, 0, 0.1);
}
.SearchInputGroup .el-select__wrapper {
  box-shadow: none;
  font-size: 16px;
  min-height: 50px;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: transparent;
  min-width: 150px;
}
.SearchInputGroup .el-icon,
.SearchInputGroup .el-icon svg {
  width: 1.6em;
  height: 1.6em;
}
.SearchInputGroup .el-select__wrapper:hover {
  box-shadow: none;
}
.buddySearch .SearchInputGroup footer {
  width: 80%;
}
.eAssigMain_r .ant-calendar-picker-input.ant-input {
  line-height: 35px;
  border-radius: 5px;
  font-size: 16px;
}
.eAssigMain_r .ant-calendar-picker-icon {
  width: 20px;
  height: 20px;
  margin-top: -12px;
  font-size: 20px;
}
table.eAssigTableNR .table_field_sort,
.table_field_sort {
  right: 50%;
  margin-right: -55px;
}
.title_TabState .table_field_sort {
  margin-right: 0;
}
.layui-layer-dialog .layui-layer-content {
  font-size: 16px;
}
.tsdxBox .layui-layer-dialog .layui-layer-content {
  font-size: 14px !important;
  letter-spacing: 0;
}
.learningRBox .table-responsive {
  width: 100%;
}
.learningRBox .contentM {
  display: block;
  min-height: 83.5vh;
  padding: 15px 10px;
}
.learningRBox .search_select {
  flex-wrap: wrap;
  align-items: center;
}
.learningRBox .spanhint {
  padding: 0 10px;
}
tr.head_tableLRS th:nth-child(6) {
  min-width: 130px;
}
a.f-btn-fhby:hover {
  color: #fff;
}
.pageT .previous.active i,
.pageT .next.active i {
  border-color: #fff;
}
.testRecord_top .xeAssignment_logo {
  background: url(../images/ResultReportLogo.png) no-repeat center left;
  background-size: auto 100%;
  padding-left: 75px;
}
.testRecordBj,
.AnswerDetailsBj {
  background-color: #f5f7fb;
}
.testRecordMain .z_zygl_text {
  border: 0;
  background-color: transparent;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.testRecordMain .z_zygl_text i {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  left: 5px;
  background-color: #ff774b;
  border-radius: 2px;
}
.testRecordMain .z_zygl_text i img {
  display: none;
}
.testRecordMain .z_zygl_text span {
  line-height: 35px;
  font-size: 19px;
  cursor: auto;
}
.testRecordMain .z_zygl_text span:hover {
  color: #303030;
  font-weight: normal;
}
.testRecordMain .zjm_xl .tab-pane {
  background-color: transparent;
}
.testRecordMain .z_zygl_rn {
  background-color: #fff;
  border-radius: 5px;
  padding: 1px;
  min-height: 600px;
  box-shadow: 0 2px 6px #00000014;
}
.testRecordMain .z_zygl {
  padding: 5px 15px;
}
.testRecordSearch {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.testRecordSearch select {
  margin-right: 10px;
  border: 1px solid #e0e5ec;
  height: 46px;
  font-size: 16px;
  width: 200px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 10px;
  margin: 0 10px 0 0;
}
.testRecordMain .zjm_xl {
  min-height: 85vh;
}
.testRecordMain .zym_footer {
  padding: 10px 0;
}
.testRecordMain .zjm_xsfx .tab-pane {
  padding: 0 15px;
}
.AnswerDetailsMain .contentM {
  padding: 15px 15px 0 15px;
}
.AnswerDetailsMain .contentM .zjm_xl {
  background-color: #fff;
  box-shadow: 0 2px 6px #00000014;
  border-radius: 5px;
  padding: 15px;
}
.AnswerDetailsMain .zjm_xsfx .tab-pane {
  padding: 0;
}
.AnswerDetailsMain .zym_footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.AnswerDetailsMain .xAnswerD_table {
  min-height: 79vh;
}
.AnswerDetailsMain .Xtable_yf {
  overflow: hidden;
}
.AnswerDetailsMain .setpoint {
  font-size: 17px;
  margin: 5px;
  padding: 0 5px;
}
.eAssigMain h1.eAssigTextH1 {
  padding: 0 10px 10px 15px;
  border: 0;
}
.layui-layer-dialog.layui-layer-molv {
  min-width: 50vh;
}
.layui-layer-dialog.layui-layer-molv .layui-layer-content {
  min-height: 30vh;
  padding: 15px;
}
.layui-layer-title {
  font-size: 16px;
  padding-left: 15px;
}
.layui-layer-dialog .layui-layer-content {
  font-size: 16px !important;
}

.drawer .layui-layer-lan .layui-layer-setwin,
.drawer .layui-layer-molv .layui-layer-setwin {
  height: 60px;
  top: 0;
  width: 1270px;
  right: 50%;
  margin-right: -635px;
}
.drawer .layui-layer-lan .layui-layer-title,
.drawer .layui-layer-molv .layui-layer-title {
  background-color: #5e72e4;
  min-height: 60px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.drawer .layui-layer-lan .layui-layer-setwin a.layui-layer-min,
.drawer .layui-layer-lan .layui-layer-setwin a.layui-layer-max,
.drawer .layui-layer-molv .layui-layer-title a.layui-layer-min,
.drawer .layui-layer-molv .layui-layer-title a.layui-layer-max {
  display: none;
}

.drawer .layui-layer-lan .layui-layer-setwin a.layui-layer-close,
.drawer .layui-layer-molv .layui-layer-setwin a.layui-layer-close {
  position: absolute;
  display: flex;
  background: none;
  right: 10px;
  width: 145px;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: url(/ResourcesX/static/images/unitStyle/nyBack.png) no-repeat
    center;
  margin-left: 0;
}
.layui-layer-molv .layui-layer-title {
  font-size: 16px;
  padding-left: 10px;
}
.word_headerTit .xcontent,
.zjm_con6,
.zjm_con7,
.scxk_div,
.sclx_div {
  max-width: 1270px;
}
.conMainB.studentManage_Main .eAssigMainP_top {
  padding: 0 0 10px 0 !important;
}
#app .conMainB.studentManage_Main .eAssigMainP_div .eAssigTable {
  padding: 15px 0 0;
}
#app .eAssigMainP_top .studentManages_r select:nth-child(1) {
  margin-left: 0;
}
#app .eAssigMainP_top select {
  max-width: 200px;
  width: 100%;
}
#app input.InputYellow {
  background-color: #fd6a6d;
  width: 80px;
}
#app .readReport_footer input.InputYellow {
  width: auto;
}
#app .conMainB .eAssigTable {
  padding: 15px 0;
}
#app .conMainB .eAssigMainP_top {
  padding: 0 0 10px 0;
}
#app .conMainB .eAssigMainP_top select:nth-child(1) {
  margin-left: 0;
}
.learningRBox .container {
  min-width: 1270px;
}
#app .eAssigMain_div h1 {
  background-color: #f4f8fb;
  border-bottom: 0;
}
.message_logo {
  background: url(../images/message_logo.png) no-repeat center left;
}
.MessageDeleteQX {
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.MessageDeleteQX input {
  margin: 0;
}
.selectDivX {
  display: flex;
}
.selectDivX > div {
  display: flex;
  padding-right: 10px;
}
.selectDivX > div header {
  padding-right: 5px;
  align-content: center;
}
.NoMessages {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 10px;
}
.NoMessages span {
  position: relative;
  text-align: center;
}
.NoMessages span::before {
  display: flex;
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/noImg/notImg.png) no-repeat center;
}
.messageFooter {
  text-align: center;
  padding-top: 15px;
}
.messageInformation select.selectDiv {
  border-radius: 0;
  box-shadow: none;
}
.messageInformation input,
.messageInformation textarea {
  border: 1px solid #ccc;
  width: 100% !important;
  max-width: 680px;
}
.messageInformation table {
  width: 100%;
}
.messageInformation tbody td {
  padding: 10px;
}
.messageInformation tbody tr td:nth-child(1) {
  min-width: 100px;
  width: 20%;
  text-align: right;
}
tr.tdHead {
  background: #6cb8f7;
  color: #fff;
  text-align: left;
}
tr.tdHead td {
  text-align: left !important;
}
.messageFooter input {
  color: #fff;
  border-radius: 5px;
}
.messageFooter input:nth-child(1) {
  background-color: #f36470;
}
.messageFooter input:nth-child(2) {
  background-color: #648afd;
}
.rLright .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.releaseLive ul li div.rLright {
  display: flex;
  flex-wrap: wrap;
}

.myWork {
  font-size: 17px !important;
  padding: 0 !important;
}
.xhhd_lb > tbody tr table > tbody tr:nth-child(1) br {
  display: block;
  content: "";
  height: 1px;
  contain: "";
}
.xhhd_lb > tbody tr table > tbody tr:nth-child(1) td {
  line-height: 15px;
  padding: 5px 0;
}
.eReadingR {
  padding: 10px;
}
.funlandTop_mune {
  padding: 0 10px;
  margin-bottom: 10px;
}
.funlandTop_select {
  padding: 5px;
}
.zhishi_MRRtable {
  padding: 0 10px;
}
.eClassic_arTab {
  padding-top: 5px;
}
.dialog {
  z-index: 1;
}
.layui-layer-iframe iframe {
  padding: 15px;
}
.drawer .layui-layer-iframe iframe,
.layuiTop.layui-layer-iframe iframe {
  padding: 0;
}
.two_land_table:before {
  display: none;
}
.table_minW table tr th b {
  letter-spacing: 0;
}
.hlhd_div section {
  box-shadow: none;
}
.layui-layer-loading .layui-layer-content {
  margin: auto;
}
a.dataBadge {
  position: relative;
}
a.dataBadge::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #f1414c;
  position: absolute;
  right: 50%;
  top: 25px;
  margin-right: -60px;
  border: 3px solid #fff;
}
.switch_left {
  width: 50px;
  height: 65px;
  position: fixed;
  background-color: #dfe2e7;
  bottom: 50px;
  left: 50%;
  margin-left: -680px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  cursor: pointer;
}
.switch_left::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 4px solid rgba(0, 0, 0, 0.6);
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
}
.switch_right {
  width: 50px;
  height: 65px;
  position: fixed;
  background-color: #dfe2e7;
  bottom: 50px;
  right: 50%;
  margin-right: -680px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  cursor: pointer;
}
.switch_right::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 4px solid rgba(0, 0, 0, 0.6);
  border-top: 4px solid rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
}
.switch_left.greyColor,
.switch_right.greyColor,
.switch_left.greyColor::before,
.switch_right.greyColor::before {
  opacity: 0.6;
  cursor: auto;
}

.AudioBox {
  width: 95%;
  margin: auto;
  max-width: 880px;
}
.AudioBox > header {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.AudioBox input {
  color: transparent;
}
.pgs {
  width: 100%;
  background-color: #ffedb9;
  height: 10px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 20px;
}
.pgs .pgs-play {
  display: flex;
  height: 10px;
  border-radius: 5px;
  background-color: #fe950d;
  position: relative;
  align-items: center;
}
.pgs .pgs-play::before {
  right: -10px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fe950d;
  position: absolute;
}
.tracking_time_css {
  position: absolute;
  right: -25px;
  width: 50px;
  top: -32px;
  text-align: center;
  opacity: 0.8;
  background-color: #b0e6fa;
  font-size: 14px;
  border-radius: 5px;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.tracking_time_css::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #b0e6fa;
  bottom: -3px;
  border-radius: 2px;
  transform: rotate(45deg);
}
.startTime,
.endTime {
  font-size: 20px;
}
input.AudioVoiceInput {
  background: url(../images/AudioVoiceInto.png) no-repeat center #ffae16;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
}

input.pauseCss {
  background: url(../images/AudioVoiceIntos.png) no-repeat center left 3px
    #ffae16;
}
.AudioVoice {
  padding-left: 20px;
}
.AudioDiv {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.AudioDiv input {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-left: 20px;
}
.LDDWRecordDiv input {
  margin: 0;
}
.AIEvaluation > ul {
  max-width: 1000px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}
.AIEvaluation > ul::before {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 1px;
  content: "";
  display: block;
  border-left: 2px dotted #d4ebfa;
  border-top: 50px solid #fff;
  border-bottom: 100px solid #fff;
}
.AIEvaluation > ul li {
  display: flex;
  position: relative;
}
.AIEvaluation > ul li.AIENumber {
  margin-right: 0;
}
.AIEvaluation > ul .textTSpeech_textarea {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.AIEvaluation > ul .AIEvaluationFooter {
  margin-top: 5px;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  color: #25355e;
}
.AIEvaluation > ul li h1 {
  font-size: 17px;
  line-height: 42px;
}
.AIEvaluation > ul li > div {
  width: 100%;
}
.AIEvaluation > ul li:nth-child(1) > div {
  width: 100%;
}
.AIEvaluation > ul li:nth-last-child(2) {
  padding-bottom: 15px;
}
.AIEvaluation > ul li:last-child {
  display: flex;
  align-items: center;
}
.AIEvaluation > ul .AIEvaluationFooter button.UploadAudioButton {
  background: url(../images/into34.png) no-repeat center left 10px #ff8585;
}
.AIEvaluation > ul .AIEvaluationFooter button.UploadAudioButton,
.AIEvaluation > ul .AIEvaluationFooter button.EvaluationButton {
  margin-left: 0;
}
.AIENumber {
  margin-right: 50px;
}
.AIENumber span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #6c6cea;
  font-size: 18px;
  color: #6c6cea;
  border-radius: 50%;
  font-weight: bold;
  margin: 5px;
  background-color: #fff;

  background-color: #6c6cea;
  color: #fff;
  border: 8px solid #f2f8fd;
  width: 28px;
  height: 28px;
  margin: 6px;
  color: transparent;
}

.AIEvaluation li.active .AIENumber span {
  background-color: #f5fafd;
  color: #fff;
  border: 5px solid #f6fafe;
  width: 42px;
  height: 42px;
  margin: 0;
}
.AIEvaluation li.Selected .AIENumber span {
  color: transparent;
  position: relative;
  display: flex;
  background: url(../images/into33.png) no-repeat center #fff;

  width: 30px;
  height: 30px;
  border: 2px solid #6c6cea;
  margin: 6px;
}
.AIE3 {
  width: 100%;
}
.ai_evalucation_audio_play {
  border: 1px solid #e2ebf3;
  background-color: #f5fafd;
  background-color: #f7fbfd;
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}
.ai_evalucation_audio_play .AudioBox > header {
  padding: 30px 0;
}
.ai_evalucation_audio_play .AudioBox {
  max-width: 680px;
  margin: 0;
}
.VideoDelete {
  display: flex;
  align-items: center;
}
.VideoDelete button {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  background: url(../images/AudioDelete.png) no-repeat center #ff4a64;
  color: transparent;
  background-size: 70%;
  margin-left: 8px;
}
.ai_evaluation_record_class {
  border: 1px solid #e2ebf3;
  background-color: #f3faff;
  background-color: #f7fbfd;
  width: 100%;
  margin-top: 12px;
  display: block;
  border-radius: 5px;
}
.ai_evaluation_record_class .tipMsgDiv {
  padding: 0;
  padding-top: 10px;
}
.ai_evaluation_record_class .record_wave_view_class {
  margin-bottom: 15px;
  background-color: #fff;
}
.echinese-class {
  height: 85px;
  background: #5990ff;
  background-color: #5990ff;
}
.echinese-class .main {
  height: 100%;
}
.two_land_topl {
  padding: 10px 0 10px 70px;
}
.two_land_topl span {
  top: 8px;
}
.echinese-class .two_land_back a {
  background: #3571e9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 45px;
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 19px;
}
.echinese-class .two_land_back a:before {
  position: relative;
  top: auto;
  left: auto;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAATCAYAAABhh3Y4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQkE1QjVGNDZDMTNFQjExODFFN0E4MTgzRkU0NDlFNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCOTZBNzdDMDFFNEIxMUVCODNGRkNGOUNGNjE5MDAxRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCOTZBNzdCRjFFNEIxMUVCODNGRkNGOUNGNjE5MDAxRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5MjA5N0Q3RUIxQ0VCMTFCODc5QzhBNjhGOTY1MEJCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVCQTVCNUY0NkMxM0VCMTE4MUU3QTgxODNGRTQ0OUU0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+90O5qgAAAT1JREFUeNpi/P//PwOJwA+IfwLxTlI1MpGovhKINwKxDgMZgIVIdXJAPBuI3aD8u+RYRozPIoH4GpJFIMBKbcvYgHg+EC8DYm40udfUDEZ7IJ4LxMo45I2A+DkQfwHit0D8gyjbQKkRDRf/Jx78BuKXQLwXiFuB2AyLeXCMzJEC4h3/KQeHgNgDn2URQPzhP3XBBGyWlf+nHdiFbpkGEE+loYWbsMWZAxA/oJGFGeiWgTAnEM+ngWW/gJidEUdBnAnEU/Bk+sVAfBGIxYGYB4hFgVgCiE2BmB2HnhwGPPkCFJcncLjUAoceUPZJAOKTWPScxWcZDLdi0RhKhL4kIP6KpOcnMZaBsCta4gkkUp8iEN+G6vlMrGWwxLMUqjGbBH18IItAmlhIKLS/A3E0EF8B4nck6PsELdhPAAQYAFkeQsVtZWCgAAAAAElFTkSuQmCC)
    no-repeat center;
}
.messageNavdiv .conMainB {
  max-width: 1250px;
  margin: auto;
}
.zygl_Table a.greyColor {
  opacity: 0.4;
  cursor: auto;
}
a.greyColor .editicon {
  cursor: auto;
}
.apShuoming {
  background: url(../images/Manual.png) no-repeat center rgba(255, 255, 255, 0);
  width: 120px;
  height: 55px;
  position: absolute;
  right: 100px;
  top: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}
.apShuoming::before {
  content: "";
  display: flex;
  width: 1px;
  height: 80%;
  border-right: 1px dotted rgba(255, 255, 0255, 0.3);
  position: absolute;
  right: -10px;
}
.PopupBoxJX .layui-layer-title {
  font-size: 18px;
  background: none;
  min-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 0;
  height: 0;
  display: none !important;
}
.PopupBoxJX .layui-layer-content {
  margin-top: 0px;
}
.PopupBoxJX iframe {
  padding: 0 !important;
}
.mslr-reading .TableBox {
  max-height: 56vh;
  position: relative;
}
.z_zygl_rn .zygl_Table {
  max-height: 60vh;
  position: relative;
}
.mslr-reading .TableBox table thead,
.z_zygl_rn .zygl_Table table thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #d4e9fa;
}
.mslr-reading .TableBox table thead::before,
.z_zygl_rn .zygl_Table thead::before {
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  background-color: #d4e9fa;
  width: 100%;
  height: 2px;
}
.drawer .layui-layer-molv.pfUp {
  width: 90% !important;
  max-width: 1000px;
  background: transparent;
  box-shadow: none;
  /* width: 100% !important;
  height: 100% !important;
  background: transparent; */
}
.drawer .layui-layer-molv.pfUp .layui-layer-setwin a.layui-layer-close {
  background: transparent;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
.drawer .layui-layer-molv.pfUp .layui-layer-setwin a.layui-layer-close::before {
  content: "";
  display: block;
  width: 42%;
  height: 4%;
  position: absolute;
  transform: rotate(45deg);
  background: #fff;
}
.drawer .layui-layer-molv.pfUp .layui-layer-setwin a.layui-layer-close::after {
  content: "";
  display: block;
  width: 42%;
  height: 4%;
  position: absolute;
  transform: rotate(135deg);
  background: #fff;
}
.layui-layer-iframe.pfUp .layui-layer-content {
  /* max-width: 650px; */
  width: 100%;
  height: 70vh;
  max-height: 70vh;
  margin: auto;
  background-color: #fff;
}
.drawer .layui-layer-molv.pfUp .layui-layer-setwin {
  height: 45px;
  width: 100%;
  /* max-width: 650px; */
  max-width: none;
  right: 0;
  margin-right: 0;
}
.layui-layer-iframe.pfUp {
  height: auto;
}
.layui-layer-iframe.pfUp iframe {
  padding: 0;
  max-height: 80vh !important;
}
.drawer .layui-layer-molv.pfUp .layui-layer-title {
  width: 100% !important;
  max-width: 1000px;
  height: 50px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: auto;
  line-height: 50px;
  padding: 0;
}
.tabTh_eComprehend_ai_eval {
  cursor: pointer;
  margin: 5px;
}
.z_zygl_rn
  .zygl_Table
  > table.table_homework_list.table_hasCheckbox
  th:nth-child(2) {
  min-width: 50px;
}
.z_zygl_rn .zygl_Table > table.table_homework_list th:nth-child(2) {
}
.z_zygl_rn .zygl_Table > table.table_homework_list th:nth-child(3),
.z_zygl_rn .zygl_Table > table.table_homework_list th:nth-child(4) {
  min-width: 220px;
}
.z_zygl_rn .zygl_Table > table.table_homework_list th:nth-child(7),
.z_zygl_rn .zygl_Table > table.table_homework_list th:nth-child(8) {
  min-width: 100px;
}
.z_zygl_rn .zygl_Table > table td:nth-child(3) > a,
.z_zygl_rn .zygl_Table > table.table_homework_list td:nth-child(4) > a {
  display: block;
  text-align: left;
}
.z_zygl_rn .zygl_Table > table.table_homework_list td:last-child {
  min-width: 70px;
}
.z_zygl_rn .zygl_Table > table.table_homework_list td:nth-last-child(2) {
  min-width: 90px;
  font-size: 15px !important;
}
.z_zygl_rn
  .zygl_Table
  > table.table_homework_list
  td:last-child
  a:nth-child(1) {
  margin-right: 8px !important;
}
input.deleteInto,
button.deleteInto {
  width: 30px;
  height: 30px;
  background: url(../images/homeTeacher/into32.png) no-repeat center !important;
  color: transparent;
  cursor: pointer;
  border: 0;
  color: transparent !important;
}
.editInto {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  background: url(../images/homeTeacher/into31.png) no-repeat center;
}
/* 自主排课 */
.SelfPlanLesson {
  width: 100%;
  padding: 20px 0;
}
.SelfPlanLessonDiv.shadowBj {
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 12px;
}
.SelfPlanLessonDiv:last-child {
  margin: 0;
}
.SelfPlanLesson {
}
.SelfPlanLessonDiv {
  display: flex;
  width: 100%;
}
.SelfPlanLessonDiv > header {
  position: relative;
  background-color: #fff3ec;
  border-radius: 12px;
  text-align: center;
  padding: 10px 20px;
  margin: 20px 0 20px 10px;
  min-width: 220px;
}
.SelfPlanLessonDiv > header::before {
  content: "";
  display: block;
  width: 150px;
  height: 120px;
  margin: auto;
  background: url(../images/homeTeacher/into33.png) no-repeat center;
}
.SelfPlanLessonDiv ul {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.SelfPlanLessonDiv ul li div:nth-child(1)::before {
  content: "";
  position: absolute;
  margin-top: 65px;
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #d4ebfa;
  left: 50%;
}
.SelfPlanLessonDiv ul li div:nth-child(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #7d6afd;
  border: 6px solid #f6fafe;
  z-index: 1;
}
.SelfPlanLessonDiv ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 5px;
}
.SelfPlanLessonDiv ul li:hover a {
  text-decoration: underline;
}
.SelfPlanLessonDiv ul li:last-child div:nth-child(1)::after,
.SelfPlanLessonDiv ul li:last-child div:nth-child(1)::before,
.SelfPlanLessonDiv ul li:nth-child(5) div:nth-child(1):after {
  display: none;
}

.SelfPlanLessonDiv ul li:last-child div:nth-child(1)::before,
.SelfPlanLessonDiv ul li:nth-child(5) div:nth-child(1):before {
  width: 50%;
  left: 0;
}
.SelfPlanLessonDiv ul li:nth-child(6),
.SelfPlanLessonDiv ul li:nth-child(7),
.SelfPlanLessonDiv ul li:nth-child(8),
.SelfPlanLessonDiv ul li:nth-child(9),
.SelfPlanLessonDiv ul li:nth-child(10) {
  display: none;
}
.SelfPlanLessonDiv li {
  width: 20%;
  text-align: center;
  align-content: center;
  position: relative;
}
.SelfPlanLessonDiv li div:nth-child(1) {
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
}
.SelfPlanLessonDiv li div:nth-child(1) span {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-size: auto 100% !important;
  margin: auto;
  position: relative;
}
.SelfPlanLessonDiv li div:nth-child(1).jm1 {
  color: #fa7933;
}
.SelfPlanLessonDiv li div:nth-child(1).jm1 span {
  background: url(../images/webImg/zyInto02.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm2 {
  color: #1270e2;
}
.SelfPlanLessonDiv li div:nth-child(1).jm2 span {
  background: url(../images/webImg/zyInto01.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm3 {
  color: #00a098;
}
.SelfPlanLessonDiv li div:nth-child(1).jm3 span {
  background: url(../images/webImg/zyInto03.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm4 {
  color: #614bed;
}
.SelfPlanLessonDiv li div:nth-child(1).jm4 span {
  background: url(../images/webImg/zyInto04.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm5 {
  color: #00c464;
}
.SelfPlanLessonDiv li div:nth-child(1).jm5 span {
  background: url(../images/webImg/zyInto05.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm6 {
  color: #fb5332;
}
.SelfPlanLessonDiv li div:nth-child(1).jm6 span {
  background: url(../images/webImg/zyInto06.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm7 {
  color: #654dff;
}
.SelfPlanLessonDiv li div:nth-child(1).jm7 span {
  background: url(../images/webImg/zyInto07.png) no-repeat center;
}
.SelfPlanLessonDiv li div:nth-child(1).jm8 {
  color: #0085c6;
}
.SelfPlanLessonDiv li div:nth-child(1).jm8 span {
  background: url(../images/webImg/zyInto08.png) no-repeat center;
}

.SelfPlanLessonDiv li div:nth-child(1).jm9 {
  color: #f83b6d;
}
.SelfPlanLessonDiv li div:nth-child(1).jm9 span {
  background: url(../images/webImg/zyInto09.png) no-repeat center;
}

.SelfPlanLessonDiv li div:nth-child(1).jm10 {
  color: #0aa4c2;
}
.SelfPlanLessonDiv li div:nth-child(1).jm10 span {
  background: url(../images/webImg/zyInto10.png) no-repeat center;
}

.SelfPlanLessonDiv li footer {
  min-height: 20px;
}
.SelfPlanLessonDiv li footer div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #13142e;
  opacity: 0.5;
}
.SelfPlanLessonDiv li footer div br {
  display: none;
}
.el-select-dropdown__item span:nth-child(2) {
  padding-left: 5px;
  color: #2641a7;
  opacity: 0.8;
}
.SelfPlanLessonHeader {
  width: 50px;
  min-width: 50px;
  margin-left: 10px;
}
.SelfPlanLessonHeader header {
  font-size: 24px;
  font-weight: bold;
  color: #727697;
  text-align: center;
  line-height: 35px;
  padding-top: 5px;
}
.SelfPlanLessonHeader div {
  margin: auto;
}
.SelfPlanLessonHeader div span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px auto 10px auto;
}
.SelfPlanLessonHeader div span:nth-child(1) {
  background-color: #f0f0fd;
  border-bottom-right-radius: 0;
}
.SelfPlanLessonHeader div span:nth-child(2) {
  background-color: #ffeef1;
  border-top-left-radius: 0;
}
.iframeDiv.resource_product_2 {
  display: block;
  display: flex;
}
.MainRelease {
  padding: 15px;
}
.MainRelease_div {
  display: flex;
  padding: 5px 0;
}
.MainRelease_l {
  min-width: 180px;
  text-align: right;
  padding: 0 10px;
  line-height: 30px;
  font-size: 17px;
}
.paddingT6 {
  padding-top: 6px;
}
.MainRelease_l b {
  color: red;
  margin-right: 5px;
}
.MainRelease_rLP {
  width: 100%;
  max-width: 980px;
  /* border-radius: 8px;
  background: #fafbfc; */
  border: 1px solid #e7ebf1;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.MainRelease_divLP {
  width: 50%;
  max-width: 400px;
  padding: 5px 10px 5px 0;
}
.jxzyRnull .MainRelease_textarea {
  width: 100%;
  max-width: 980px;
}
.MainRelease_divLP h1 {
  display: block;
  font-size: 16px;
  min-width: 95px;
  text-align: right;
  padding: 0 10px;
  line-height: 45px;
}
.MainRelease_divLP .MainRelease_r {
  width: 100%;
  display: flex;
  align-items: center;
}
.MainRelease_divLP .MainRelease_r > div {
  width: 100%;
}
.lessonPlanRelease {
  padding: 20px 10px;
  width: 100%;
}
.MainRelease_textarea,
.MainRelease_inputText,
.MainRelease_inputText > div,
.MainRelease_textarea > div {
  width: 100%;
  max-width: 880px;
  display: flex;
}
.lessonPlanRelease .MainRelease_inputText {
  max-width: 800px;
}
.MainRelease_divLP .selectDivN .el-select__wrapper,
.MainRelease_divLP .selectDivN .el-input__wrapper {
  box-shadow: 0 0 0 1px #e7ebf1 inset;
  border-radius: 0;
}
.MainRelease_divLP .selectDivN .el-cascader {
  width: 100%;
}
.lessonPlanRelease .AddCoursewareButton,
.lessonPlanRelease .AddCoursewareButton:hover {
  background-color: #5864ff;
  color: #fff;
  border: 0;
}
.lessonPlanRelease .AddCoursewareButton.greyColor,
.lessonPlanRelease .AddCoursewareButton.greyColor:hover {
  background-color: #d7d9f4;
  transform: scale(1);
  cursor: not-allowed;
}
.MainRelease_divLP.MainRelease_textarea {
  width: 100%;
  max-width: none;
  max-width: 800px;
}

.lessonPlanRelease .MainRelease_textarea textarea,
.lessonPlanRelease .MainRelease_inputText input.inputText {
  border-radius: 0;
  border-width: 1px;
}
.eExerciseMDiv {
  width: 100%;
}
.jxzyR1 .MainRelease_divLP,
.jxzyR3 .MainRelease_divLP,
.jxzyR4 .MainRelease_divLP,
.jxzyR6 .MainRelease_divLP {
  width: 33.3333333%;
  align-items: center;
}
.jxzyR1 .MainRelease_divLP:nth-child(5) .MainRelease_r {
  display: flex;
  align-items: center;
}
.jxzyR1 .MainRelease_divLP:nth-child(8) {
  width: auto;
}
.jxzyR1 .MainRelease_textarea,
.jxzyR3 .MainRelease_textarea,
.jxzyR4 .MainRelease_textarea,
.jxzyR6 .MainRelease_textarea {
  width: 100%;
  max-width: none;
}
.lessonPlanRelease .shadowBj {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 12px;
}
.contentMax {
  max-width: 1270px;
}
.releaseHeader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.releaseHeader h1 {
  font-size: 18px;
  line-height: 55px;
  padding-left: 20px;
}

.MainRelease_textarea textarea,
.MainRelease_inputText input.inputText {
  padding: 10px !important;
  border-radius: 8px;
  background: #fafbfc;
  border: 2px solid #e7ebf1;
  width: 100%;
  box-shadow: none;
  resize: none;
}
.MainRelease_textarea .el-textarea {
  padding: 5px !important;
  border-radius: 8px;
  background: #fafbfc;
  border: 2px solid #e7ebf1;
  width: 100%;
  box-shadow: none;
  resize: none;
}
.MainRelease_textarea .el-textarea textarea {
  border: 0;
  padding: 0 !important;
  min-height: 80px !important;
}
.MainRelease_textarea textarea {
  max-height: 150px;
}
.MainRelease_button {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
input.submitButton {
  background: url(../images/homeTeacher/into34.png) no-repeat center left 15px
    #cfe4ff;
  line-height: 48px;
  padding: 0 20px 0 55px;
  font-size: 19px;
  color: #3b43ec;
  border-radius: 10px;
  margin: 0 10px;
}
input.resetButton {
  background: url(../images/homeTeacher/into35.png) no-repeat center left 15px
    #ffd2b3;
  line-height: 48px;
  padding: 0 20px 0 55px;
  font-size: 19px;
  color: #f65700;
  border-radius: 10px;
  margin: 0 10px;
}
.MainRelease_r .TipsRed {
  line-height: 25px;
  padding-top: 10px;
  color: red;
  display: block;
}
.lessonPlanRelease .MainRelease {
  min-height: 534px;
}
.AddCoursewareDiv {
  display: flex;
}
.AddCoursewareDiv > span {
  margin-left: 10px;
}
.popUpBox.SubmitWin {
  text-align: center;
  display: flex;
  z-index: 11;
}
.SubmitWin .popUpMain h2 {
  font-size: 16px;
  padding-top: 5px;
}
#pdfBrowsingDialog.PopupMain {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
#pdfBrowsingDialog.PopupMain.active {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.word_headerTit .xcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  margin: auto;
  position: relative;
}
.word_headerTit {
  background: #5586ff;
  min-height: 60px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.word_headerTit header {
  color: #fff;
  font-size: 20px;
}
.word_headerTit header span {
  display: inline-block;
}
.word_headerTit .xcontent > footer {
  position: absolute;
  right: 10px;
  display: flex;
}
.word_headerTit a {
  margin-right: 10px;
  color: #fff;
  display: block;
  background-color: #ff9f27;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 25px;
}
.word_headerTit a i {
  margin-left: 5px;
}
#pdfBrowsingDialog .word_headerTit a {
  position: relative;
  right: auto;
}
#pdfBrowsingDialog .EdtIfrem {
  position: fixed;
  width: 100%;
  height: 100%;
  border: 0;
  overflow-y: scroll;
  padding-top: 60px;
  top: 0;
  left: 0;
  z-index: 1;
}
#pdfBrowsingDialog .PopupHomeNew {
  background: #fff;
  width: 100%;
  height: 100%;
}
.PopupBoxJX .layui-layer-setwin {
  display: none;
}
h1.WordSearchLogo {
  background: url(../images/ICT03s1.png) no-repeat center left -10px;
  background-size: 80px;
  padding-left: 70px;
  color: #fff;
  font-size: 23px;
}
h1.WordSearchLogo span {
  display: block;
  line-height: 20px;
  font-size: 19px;
  padding-top: 8px;
}
.wordSearBy td {
  height: 50px;
}
.wordSearchInput {
  padding: 50px 0 30px 0;
}
.wordSearchMain {
  min-height: 83.2vh;
  display: flex;
}
.tableNav {
  padding: 0 15px;
}
ul.byChapter_kc {
  margin: 15px;
}
.word_byChapter_top .wordSearchMenu {
  margin: 0;
}
.searchMune {
  display: flex;
  flex-wrap: wrap;
}
.searchMune > div {
  background-color: #cfe3ff;
  line-height: 50px;
  border-radius: 8px;
  color: #4a4fea;
  margin-right: 15px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
}
.searchMune > div.active {
  background-color: #7876fe;
  color: #fff;
}
.QueryResults {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 15px 0 5px 0;
}
.wordSearBox .succTable {
  border: 0;
}
.wordSearBy > div.searchJG table {
  border: 1px solid;
}
.wordSearBy > div.searchJG table tr th {
  border-right: 1px solid;
}
.wordSearBy > div.searchJG:last-child .QB_title {
  color: #ff5a7e;
}
.wordSearBy > div.searchJG:last-child table thead {
  background-color: #fce3db;
}
.wordSearBy > div.searchJG:last-child table thead,
.wordSearBy > div.searchJG table,
.wordSearBy > div.searchJG table tbody,
.wordSearBy > div.searchJG table tr td,
.wordSearBy > div.searchJG table tr th,
.wordSearBy > div.searchJG table tbody tr {
  border-color: #a2ccea;
}
.wordSearBy > div.searchJG:last-child table,
.wordSearBy > div.searchJG:last-child table tbody tr,
.wordSearBy > div.searchJG:last-child table tbody,
.wordSearBy > div.searchJG:last-child table tr td,
.wordSearBy > div.searchJG:last-child table tr th {
  border-color: #eebcad;
}
.wordSearBox {
  padding: 10px 25px 25px;
  border-radius: 15px;
}
.wordSearBy {
  min-height: 530px;
  margin-bottom: 20px;
}
.wordSearchMain1 {
  background-color: transparent;
}
.wordSearchMain1 .contentMax {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1250px;
}
.wordSearchH1 {
  color: #0687f2;
  font-size: 22px;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.wordSearch ul.byChapter_kc {
  margin: 10px;
}
.word_byChapter_top .wordSearchMenu ul li {
  padding: 10px;
}
.wordPinyinBox {
  margin: 0 10px;
}
#aiTextDiv {
}
#aiTextDiv textarea {
  max-width: 1060px;
  width: 100% !important;
}
button.PCHornQ,
button.PCHornQ1,
button.PCHornQ2 {
  height: 30px;
  width: 30px;
  font-size: 16px;
  background-size: auto 100%;
  color: transparent !important;
  background-color: transparent !important;
  border: 0;
}
button.PCHornQ span,
button.PCHornQ1 span,
button.PCHornQ2 span,
button.PCHornA span,
button.PCHornA1 span,
button.PCHornA2 span {
  color: transparent !important;
}
button.PCHornQ {
  background: url(../images/eOralImg/into17.png) no-repeat center;
}
button.PCHornQ1 {
  animation: PCHornQAnimation 1s linear infinite;
}

@keyframes PCHornQAnimation {
  0% {
    background: url(../images/eOralImg/into17s1.png) no-repeat center;
  }
  30%,
  50% {
    background: url(../images/eOralImg/into17s2.png) no-repeat center;
  }
  70%,
  100% {
    background: url(../images/eOralImg/into17s3.png) no-repeat center;
  }
}
button.PCHornQ2 {
  background: url(../images/eOralImg/into17s5.png) no-repeat center;
}

button.PCHornA,
button.PCHornA1,
button.PCHornA2 {
  height: 30px;
  width: 35px;
  font-size: 16px;
  background-size: auto 100%;
  color: transparent !important;
  background-color: transparent !important;
  border: 0;
}
button.PCHornA {
  background: url(../images/into18.png) no-repeat center;
}
button.PCHornA1 {
  animation: PCHornAAnimation 1s linear infinite;
}
@keyframes PCHornAAnimation {
  0% {
    background: url(../images/into18s1.png) no-repeat center;
  }
  30%,
  50% {
    background: url(../images/into18s2.png) no-repeat center;
  }
  70%,
  100% {
    background: url(../images/into18s3.png) no-repeat center;
  }
}
button.PCHornA2 {
  background: url(../images/into18s4.png) no-repeat center;
}
.eOralCheckbox {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
  max-width: 1060px;
  flex-wrap: wrap;
  display: flex;
}
.eOralCheckbox > span:nth-child(1) {
  display: flex;
}
.eOralCheckbox .AssignmentSettingsDiv {
  padding-left: 8px;
  display: flex;
}
.eOralCheckbox .AssignmentSettingsDiv label {
  margin-bottom: 0;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  display: flex;
}
.eOralCheckbox .AssignmentSettingsDiv input[type="checkbox"] {
  margin-top: 0 !important;
  margin-right: 5px;
  cursor: pointer;
}
.eOralCheckboxButton {
  display: flex;
}
.eOralCheckboxButton button {
  padding: 0 15px;
  line-height: 35px;
  border-radius: 8px;
  height: auto;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
.eOralCheckboxButton button#oral_audio_btn_upload {
  background-color: #409eff;
  border: 0;
}
.eOralCheckboxButton button#oral_audio_btn_upload:hover {
  background-color: #79bbff;
}
.eOralCheckboxButton button.greenButton {
  padding: 0 10px;
  background-color: #03ced0;
  border: 0;
}
.eOralCheckboxButton button.greenButton:hover {
  background-color: #67eff1;
}
.eOralCheckboxButton button.greenGButton {
  padding: 0 10px;
  background-color: #18cf9a;
  border: 0;
}
.eOralCheckboxButton button.greenGButton:hover {
  background-color: #50ecbe;
}
.MainRelease_textarea > div:nth-child(2) .eOralCheckboxButton button {
  background-color: #7c72f2;
  border: 0;
}
.MainRelease_textarea > div:nth-child(2) .eOralCheckboxButton button:hover {
  background-color: #9c93fe;
}
#recordWin {
  background-color: rgba(0, 0, 0, 0.2);
}
#recordWin .tangWin_box {
  height: auto !important;
  border-radius: 10px;
}
#recordWin .EdtDivText {
  background-color: #387dfa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff !important;
  padding: 10px;
  font-size: 18px !important;
  position: relative;
}
#recordWin .EdtDivText > div {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px !important;
  top: 10px;
  width: 30px !important;
  height: 30px;
}
#recordWin .EdtDivText > div::before {
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
}
#recordWin .EdtDivText > div::after {
  position: absolute;
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
#recordWin .EdtDivText > div img {
  display: none;
}
#recordWin .DMnelrong img {
  width: 70px;
}
#recordWin .demoMain {
  padding: 10px;
}
#recordWin #TimeBox > div {
  font-size: 30px;
  text-align: center;
  border: 1px solid;
  line-height: 60px;
  margin-top: 5px;
  border-radius: 8px;
}
#recordWin .pd.btns {
  display: flex;
  justify-content: center;
}
#recordWin .pd.btns img {
  margin: 5px;
}
#recordWin .reclog > div {
  text-align: center;
}
#recordWin #Record_isSubmit {
  padding: 5px 0;
}
#recordWin .recpowert_submit,
#recordWin .recpowert_submitGray {
  margin-left: 5px;
  line-height: 50px;
}
#recordWin .record_Dll {
  margin: 0 5px 0px;
  height: 40px;
  background: #999;
  position: relative;
}
#recordWin .recpowert {
  padding-left: 25px;
  line-height: 40px;
  position: absolute;
  color: #fff;
}
#recordWin .recpowerx {
  height: 40px;
  background: rgb(0, 187, 17);
  position: absolute;
}
#recordWin .recwave {
  height: 100px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 5px 10px;
}
/* TTS弹窗 */
.oralTTSBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.oralTTSBox .popUpMain {
  position: relative;
  min-height: auto;
  min-width: 300px;
}
.oralTTSBox .popUpMain > div {
  padding: 20px 15px 10px 15px;
}
.oralTTSBox .selectNumbox {
  border-radius: 10px;
  background: #d7e6ff;
  border: 2px solid #d7e6ff;
  height: 45px;
  width: min-content;
  margin: 15px 0 10px 0;
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 0;
}

.oralTTSBox .selectNumbox .mui-numbox-input {
  font-size: 20px;
  width: 110px !important;
  background: #fff;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
}
.oralTTSBox .selectNumbox button {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.oralTTSBox .selectNumbox b {
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  position: relative;
  width: 45px;
  height: 40px;
}
.oralTTSBox .selectNumbox .mui-numbox-btn-minus b::before,
.oralTTSBox .selectNumbox .mui-numbox-btn-plus b::before {
  content: "";
  display: flex;
  width: 19px;
  height: 3px;
  border-radius: 2px;
  background-color: #335dff;
  margin: auto;
  position: absolute;
}
.oralTTSBox .selectNumbox .mui-numbox-btn-plus b::after {
  content: "";
  display: flex;
  width: 3px;
  height: 19px;
  border-radius: 2px;
  background-color: #335dff;
  position: absolute;
}
.oralTTSBox .selectNumbox [class*="numbox-btn"]:active {
  background-color: #f6f8fe;
}
.oralTTSBox select#oral_audio_tts_select {
  height: 45px;
  border-radius: 8px;
}
.overflower_sp a.sp_btn_del {
  background: url(../images/homeTeacher/into32.png) no-repeat center left 5px;
  display: flex;
  padding-left: 40px;
  line-height: 45px;
  height: 45px;
  position: absolute;
  right: 5px;
}
.overflower_sp li {
  position: relative;
}
th.AIEvaluationTh {
  min-width: 65px;
}
.oral_audio_mark_groups {
  padding-bottom: 10px;
}
.oral_audio_mark_groups > div {
  display: flex !important;
  align-items: center;
  position: relative;
  min-width: 25%;
  padding-right: 85px !important;
}
.oral_audio_mark_groups > div::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: 1px rgba(0, 0, 0, 0.2) dotted;
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 2.5%;
}
.oral_audio_mark_groups > div .tabTh_eOral_ai_score {
  position: absolute;
  right: 10px;
}
.Xtable_T .oral_audio_mark_groups > div {
  width: 100%;
}
.oral_audio_control_mark_groups > div {
  min-width: 33.333333%;
}
.EssentialB .Statistics_table thead th,
.EssentialB .ctaT_name {
  height: 88px;
}
.Statistics_Box .Statistics_table {
  overflow: visible;
}
.z_zygl_rn .Statistics_table table thead {
  position: relative;
  border-top: 0;
}
.z_zygl_rn .Statistics_table thead::before {
  display: none;
}
.Statistics_table tbody tr:nth-child(1) {
  background: #e2f5fe;
}
button.resource_homework_release {
  background: url(../images/homeTeacher/into13.png) no-repeat center;
  width: 50px;
  height: 50px;
  border: 0;
  margin-bottom: 15px;
  margin-right: 5px;
}
.zygl_Table table thead th:nth-child(4).text5 {
  min-width: 100px;
}
.zygl_Table table thead th:nth-child(5).text6 {
  min-width: 120px;
}
.XtabTime {
  min-width: 150px !important;
}
.themeUnitListForAp_new1{
  padding: 0;
}
.themeUnitListForAp_new1 .apUnit_div:nth-child(1) {
  width: 38%;
}
.themeUnitListForAp_new1 .apUnit_div:nth-child(2) {
  width: 62%;
}

@media (min-width: 1921px) {
  .switch_right{
    margin-right: -50px;
    right: 16vw;
    bottom: 0;
    position: absolute;
  }
  .switch_left{
    margin-left: -50px;
    left: 16vw;
    bottom: 0;
    position: absolute;
  }
  .teacherICT::before {
    background-size: 100% auto;
  }
  div.newAssCon,
  div.minHeight {
    min-height: 78vh;
  }
  .minHeight_stu {
    min-height: 80.5vh;
  }
  .contentMax,
  .teacherICT .contentMax,
  .eFooter .Econtent,
  div.container,
  div.word_headerTit .xcontent,
  .contentM {
    max-width: 120vh !important;
  }
  .buddyMain {
    width: 60vh;
  }
  .pHomecon nav ul li span,
  .navLeft ul li span {
    line-height: 35px;
  }
  .pHomecon nav ul li span b,
  .navLeft ul li span b {
    line-height: 20px;
  }
  .preAPHomew .zjm_zygl .zjm_xsfx .tab-pane {
    min-height: 82vh;
  }
  .z_zygl_rn .zygl_Table {
    max-height: 75vh;
    position: relative;
  }
  .drawer .layui-layer-lan .layui-layer-setwin,
  .drawer .layui-layer-molv .layui-layer-setwin {
    width: 120vh;
    margin-right: -60vh;
  }
}

@media (max-width: 1580px) {
  .TopRight {
    top: 50%;
    margin-top: -310px;
    bottom: auto;
    right: 0;
    margin-right: 6.2vw;
  }
}
@media (max-width: 1440px) {
  .switch_left {
    margin-left: 0;
    left: 12px;
  }
  .switch_right {
    margin-right: 0;
    right: 12px;
  }
  .TopRight {
    margin-right: 0;
    right: 11vw;
  }
  .teacherICT {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .teacherICT .contentMax {
    margin: 0 20px;
  }
  .teacherJC .contentMax {
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .oral_audio_control_mark_groups > div {
    min-width: 50%;
  }
  .lessonPlanRelease {
    padding: 20px 0;
  }
  .teacherJC .contentMax {
    padding: 0 1vw;
  }
  .buddyMain {
    margin-right: 40px;
    margin-left: 0;
  }
  .LearningProgressMain .contentM {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .drawer .layui-layer-lan .layui-layer-setwin,
  .drawer .layui-layer-molv .layui-layer-setwin {
    right: 10px;
    margin-right: 0;
  }
  .SelfPlanLessonDiv > header {
    min-width: 15vw;
  }
  .SelfPlanLessonDiv > header::before {
    width: 12vw;
    height: 9vw;
    background-size: auto 7.5vw;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1270px;
  }
}
@media (max-width: 1200px) {
  #app .messageNavdiv a,
  .messageNavdiv a {
    font-size: 17px;
  }
  select#searchProductId {
    font-size: 1.6vw;
  }
  .SearchBox .buddySearch .SearchInputGroup {
    height: auto;
  }
  .SearchBox .buddySearch input:nth-child(1) {
    font-size: 17px;
  }
  .SearchBox .popUpMain > header h1 {
    padding: 10px 10px 0 10px;
    font-size: 24px;
  }
  .SearchBox .buddySearch {
    margin-top: 5px;
  }
  .SearchList {
    background-color: #fff;
  }
  .eAssNavdiv a {
    font-size: 17px;
  }
  .growthCenterDHK {
    padding: 15px;
  }
  .primaryeAssignment .container {
    width: 100% !important;
  }
  #app .table_field_sort {
    /* right: 0; */
  }
  .studentXMNume {
    background-color: #f6fafd;
    padding-top: 15px;
    padding-bottom: 5px;
    position: relative;
    border: 0;
  }
  .studentXMNume::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0)
    );
    background: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0)
    );
    background: -moz-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0)
    );
    background: -mos-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0)
    );
    background: linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    height: 5px;
    z-index: 9;
  }
  .studentXMNume ul {
  }
  .studentXMNume ul a span {
    font-size: 14px;
    text-align: center;
  }
  .unfinish_work_count {
    left: auto;
    right: 5px;
    top: 3px;
  }
  .studentXMNume ul h1 {
    font-size: 17px;
  }
  .studentXMNume ul li {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .studentXMNume ul a {
    background-color: #a7e2ff;
    border-radius: 8px;
    padding: 5px 0 7px 0;
    transition: all 0.3s ease 0s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .studentXMNume ul li.active a {
    background-color: #fab5af;
  }
  .studentXMNume ul li.active a h1::before {
    display: none;
  }
  .studentXMNume ul li a:hover {
    color: #333 !important;
    transform: scale(1.05);
  }
  .studentXMNume ul li.active a,
  .studentXMNume ul li.active a:hover {
    color: #880022 !important;
  }
  .eAssignment_nav.NeweAssignment_nav ul {
    padding-bottom: 5px;
  }
  .eAssignment_nav.NeweAssignment_nav ul li {
    width: 25% !important;
    margin-bottom: 10px;
  }
  .eAssignment_nav.NeweAssignment_nav ul li a {
    padding: 5px;
  }
  .eAssignment_nav.NeweAssignment_nav ul li a h1 {
    font-size: 17px !important;
  }
  .teacherJC {
    margin-top: -8vw;
  }
  .buddyBox {
    height: 50vw;
    background-size: 205% auto;
    background-position: top left -59vw;
  }
  .buddyBox .contentMax {
    justify-content: flex-start;
  }
  .buddyFigure {
    padding-left: 0;
    margin-left: -7vw;
  }
  .buddyFigure header {
    width: 45vw;
    height: 45vw;
    background-size: 80% !important;
  }
  .buddyFigure header img {
    width: 83%;
  }
  .buddyFigure header canvas {
    width: 72%;
    height: auto;
    margin-top: -4.5vw;
    margin-left: -2vw;
  }
  div.GotoBuddy b {
    font-size: 1.8vw;
    line-height: 4vw;
    border-radius: 3vw;
    padding: 0 1vw;
  }
  div.GotoBuddy::before {
    width: 2vw;
    height: 2vw;
    top: -0.2vw;
    left: -0.3vw;
  }
  .buddyMain {
    width: 58vw;
    margin-left: -5vw;
    padding-top: 0vw;
  }
  .buddyMain > header h1 {
    font-size: 2.6vw;
    padding-bottom: 0.5vw;
  }
  .buddyMain > header h2,
  .buddyMain > header h3 {
    font-size: 1.9vw;
  }
  .buddyMain > header {
    margin-bottom: 1vw;
    padding-top: 2.5vw;
  }
  .buddyDivTop {
    padding: 0.5vw 1vw;
    line-height: 3vw;
    font-size: 1.6vw;
  }
  .buddyDiv {
    border-radius: 1.2vw;
  }
  .buddyDiv ul {
    padding: 0vw 1vw 3.5vw 1vw;
    padding: 0vw 1vw;
    border-radius: 0.8vw;
  }
  .buddyDiv ul li {
    padding: 0.2vw;
  }
  .buddyDiv ul li a {
    font-size: 1.6vw;
    line-height: 3.5vw;
  }
  .buddySearch {
    margin: 1.5vw 0;
  }
  .SearchInputGroup {
    height: 4.5vw;
    border-radius: 1vw;
    margin-right: 1.5vw;
  }
  .buddySearch input:nth-child(1) {
    font-size: 1.6vw;
    border-radius: 2vw;
    height: 4.5vw;
    padding: 0 1.5vw;
  }
  input.SearchButton {
    height: 4.5vw;
    min-width: 5.5vw;
    border-radius: 1vw;
    background-size: 55% auto;
  }
  .teacherICT::before {
    background-size: 150vw auto;
    top: -10vw;
  }
  .teacherICT .contentMax {
    top: -10vw;
  }
  .newDiv {
    line-height: 3vw;
    background-size: auto 100%;
  }
  .eExerciseStuBody .ny_yzwqh {
    padding: 10px;
  }
  .z_zygl_rn .zygl_Table {
    max-height: 54.5vh;
  }
  .minHeight {
    min-height: 68vh;
  }
}
@media (max-width: 1100px) {
  .eClassBody .eclasslist_tit a,
  .eClassBody .eclasslist_tit a:hover {
    width: auto;
    border-radius: 25px;
    margin: 5px;
    padding: 11px 20px 11px 18px;
    background-position: 15px 12px !important;
    font-size: 18px;
  }
  .product-grid .product-image img {
    height: auto !important;
  }
  .eclasslist_tit {
    margin: 10px 0;
  }
  .eClassic_body .eclasslist_tit {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .SelfPlanLessonHeader header {
    font-size: 20px;
  }
  .SelfPlanLessonDiv > header {
    min-width: 180px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .SelfPlanLessonDiv > header::before {
    width: 100px;
    height: 90px;
    background-size: 100% auto;
  }
  .lessonPlanRelease .MainRelease_l {
    min-width: 150px;
  }
  .CIndexHeader::before {
    background-size: 120% 50% !important;
  }
  .apBlockUspa {
    overflow: inherit !important;
  }
  .CIndex_ft {
    position: absolute;
    right: 60px;
    top: -100px;
  }
  .CIndex_ft div {
    position: relative;
    font-size: 22px;
  }
  .CIndex_ft span {
    display: none;
  }
  .CIndex_ft a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.06) !important;
    position: relative;
    display: flex;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .CIndex_ft a::before {
    position: absolute;
    width: 90%;
    height: 90%;
    content: "";
    display: block;
    /* background: #2cb0f2; */
    border-radius: 50%;
    background-size: 70%;
  }
  .apShuoming {
    right: 130px;
    width: 110px;
    background-size: auto 90%;
    top: 0px;
  }
  .AudioDiv {
    padding: 10px 0;
  }
  .AudioDiv input {
    width: 55px;
    height: 55px;
    background-size: 70% !important;
    margin-left: 12px;
  }
  .oralContentNav nav > ul a {
    line-height: 40px;
  }
  .LDDWRecordDiv input {
    margin: 0;
  }
  .AudioDiv input.palyInput {
    background-position: center left 10px !important;
  }
  input.suspendInput {
    margin-left: 15px;
  }
  .LDDWRecordDiv > div {
    min-width: 55px;
    height: 55px;
  }
  .AudioBox > header {
    padding: 10px 0;
  }
  .ai_evalucation_audio_play {
    padding-top: 10px;
  }
  .ai_evalucation_audio_play .AudioBox > header {
  }
  .AIENumber {
    margin-right: 20px;
  }
  .ai_evaluation_record_class {
    padding-left: 10px;
    padding-right: 10px;
  }
  a.dataBadge::after {
    width: 15px;
    height: 15px;
    top: 15px;
    margin-right: -50px;
  }
  .growthCenterTitle > ul li {
    padding: 5px;
    min-width: 120px;
  }
  .growthCenterTitle h1 {
    font-size: 18px;
  }
  .growthCenterTitle > ul span b {
    font-size: 22px;
  }
  .growthCenterTop {
    padding: 10px 15px 10px 0;
  }
  .growthCenterTop > header {
    padding: 0;
    min-width: auto;
  }
  .growthCenterDHK {
    min-height: 100px;
  }
  .growthCenterDHK span {
    font-size: 17px;
  }
  .primaryStudent .YDZYUl li.greyColor b.NotSubscribed {
    font-size: 13px;
  }
  .eAssignment_nav.NeweAssignment_nav li {
    margin-bottom: 10px;
  }
  .eAssignment_nav.NeweAssignment_nav ul {
    padding-bottom: 0;
  }
  .eAssignment_nav.NeweAssignment_nav ul.LS05 li {
    margin-bottom: 12px !important;
  }
  .teacherJC .contentMax {
    padding: 0 1.5vw;
  }
  .SharingCenterList > header {
    border-radius: 10px;
  }
  .SharingCenterUlImg {
    border-radius: 8px;
  }

  .buddyDiv ul li a,
  .buddyDivTop {
    font-size: 1.7vw;
  }
  .HomeFooter .DisplayflexJC {
    min-height: 50px;
  }
  .SharingCenter {
    padding-bottom: 5px;
  }
  .SharingCenterList {
    padding: 5px;
  }
  .SharingCenterUl {
    margin: 0 -5px;
  }
  .SharingCenterTit a {
    line-height: 45px;
    border-radius: 8px;
    padding: 0 10px;
  }
  .headerTitRight {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .kanInto {
    padding-right: 0;
    padding-left: 25px;
    margin-right: 0;
  }
  .zanInto {
    padding-left: 26px;
  }
  .ICTTools ul li:nth-child(2) {
    min-width: 200px;
  }
  .ICTTools ul li span {
    font-size: 15px;
    padding-top: 0;
    margin-top: -5px;
  }
  .ICTTools ul li a {
    font-size: 15px;
    padding: 10px 5px 15px 5px;
  }
  .ICTTools ul li a img {
    width: 100px;
  }
  .headerTit {
    font-size: 22px;
  }
  .teacherICT ul li a::before {
    width: 12vw;
    height: 12vw;
  }
  .teacherICT ul {
    display: flex;
    padding: 5px 10px 10px;
  }
  .teacherJC ul li {
    width: 33.333333%;
  }
  .teacherJC ul li:nth-child(1),
  .teacherJC ul li:nth-child(2),
  .teacherJC ul li:nth-child(3),
  .teacherJC ul li:nth-child(4) {
    width: 25%;
  }
  .teacherICT ul li h1,
  .YDZYUl li > div header h1,
  .ICTTools ul li h1 {
    font-size: 18px;
  }
  .YDZYUl li > div {
    padding: 0 5px 10px 5px;
    border-radius: 10px;
  }
  .YDZYUl li > div img {
    width: 150px;
  }
  .YDZYUl li {
    padding: 0 5px 20px 5px;
  }
  .teacherICT ul li a span,
  .YDZYUl li > div header span {
    font-size: 15px;
  }
  .homeTop .contentMax {
    padding: 0 10px;
  }
  .homeRight header {
    margin-right: 0;
  }
  .homeRight header a {
    background-size: 35px !important;
  }
  .homeRight header a.logoutA {
    padding-left: 50px;
    background-position: center left 5px;
    margin-left: 0;
  }
  .homeRight header a.myAccountA {
    padding-left: 42px;
  }
  .homekf img {
    height: 45px;
    margin-right: 5px;
  }
  .homeLeft > ul li a {
    padding-left: 40px;
    background-size: 35px !important;
  }
  .homeLeft > ul li {
    padding: 0 10px 0 5px;
  }
  .homeRight .Avatar {
    width: 60px;
    height: 60px;
  }

  .ReviewNotes {
    line-height: 2vw;
    padding-top: 1vw;
    font-size: 1.5vw;
    right: 3vw;
    bottom: -3vw;
  }
  .SAText {
    padding: 1vw 1.5vw;
    font-size: 1.8vw;
  }
  .scoreImg {
    width: 20vw;
    height: 20vw;
    background-size: 20vw;
  }

  .SpeechAssessmentTLeft {
    padding: 0 5vw 0 8vw;
  }
  .SATime span {
    font-size: 2vw;
    padding: 0.5vw;
  }

  .SpeechAssessmentTLeft > div .highcharts-container {
    width: 38vw !important;
    height: 18vw !important;
  }

  .scoreImg {
    width: 20vw;
    height: 20vw;
    background-size: 20vw;
  }

  .AudioDiv {
    padding: 10px 0;
  }
  .AudioDiv input {
    width: 55px;
    height: 55px;
    background-size: 70% !important;
    margin-left: 12px;
  }
  .LDDWRecordDiv input {
    margin: 0;
  }
  .AudioDiv input.palyInput {
    background-position: center left 10px !important;
  }
  input.suspendInput {
    margin-left: 15px;
  }
  .LDDWRecordDiv > div {
    min-width: 55px;
    height: 55px;
  }
}
@media (max-width: 990px) {
  .SelfPlanLessonDiv ul {
    flex-wrap: wrap;
  }
  .SelfPlanLessonDiv li {
    width: 20%;
  }
  .SelfPlanLessonDiv {
    align-items: flex-start;
  }
  .SelfPlanLessonDiv > .SelfPlanLessonDiv {
    flex-wrap: wrap;
  }
  .SelfPlanLessonDiv:last-child > .SelfPlanLessonDiv {
    border-bottom: 0;
  }
  .SelfPlanLessonDiv li footer {
    padding-bottom: 10px;
  }
  .SelfPlanLessonDiv > header {
    margin: 15px 0 15px 10px;
  }
  .SelfPlanLesson {
    padding: 2vw 0;
  }
  .SearchBox .popUpMain {
    min-width: 80%;
    overflow: auto;
  }
  .eAssNavdiv a::before {
    margin-right: 0;
  }
  .bookRight button.resource_share_into {
    margin-bottom: 0;
  }
  .book_text:after {
    display: none !important;
  }
  .body_center .text_body {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .text_body ul .section1 {
    padding-left: 0 !important;
  }
  .studentXMNume ul {
    flex-wrap: wrap;
  }
  button.resource_homework_release {
    margin-bottom: 0;
  }
}
@media (max-width: 880px) {
  .oral_audio_control_mark_groups > div {
    min-width: 100% !important;
  }
  .stuHWorkMain #myTabContent .z_zygl_rn {
    padding: 10px 0;
  }

  #myTabContent .z_zygl_rn.xAnswerD_table section {
    min-width: auto;
  }
  .titlePartLeftDiv span,
  .titlePartRightDiv span {
    font-size: 16px;
  }
  #myTabContent .z_zygl_rn {
  }
  .AnswerDivTTextarea textarea {
    background-size: auto 80px !important;
    line-height: 40px !important;
  }
  #eclass .contentM li {
    width: 33.333333% !important;
  }
  .teacherICT .contentMax {
    padding-top: 15px;
    border-radius: 10px;
    margin: 0 15px;
    min-height: auto;
  }
  .teacherICT ul {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .teacherICT ul li {
    width: 33.333333%;
  }
  .teacherICT ul li a::before {
    width: 15vw;
    height: 15vw;
  }
  .headerTit {
    padding-left: 45px;
  }
  .ICTHeaderTit span:nth-child(1) {
    font-size: 21px;
  }
  .ICTHeaderTit {
    font-size: 20px;
  }
  .ICTHeaderTit::after,
  .ICTHeaderTit::before {
    width: 25px;
    height: 25px;
  }
  .headerTit::after {
    width: 40px;
    height: 40px;
    background-size: 100% !important;
  }
  .teacherJC ul li {
    width: 25%;
  }
  .teacherJC ul li:nth-child(1),
  .teacherJC ul li:nth-child(2),
  .teacherJC ul li:nth-child(3),
  .teacherJC ul li:nth-child(4),
  .teacherJC ul li:nth-child(5),
  .teacherJC ul li:nth-child(6) {
    width: 33.333333%;
  }
  .headerTit {
    font-size: 20px;
  }
  .headerTit span:nth-child(2) {
    font-size: 19px;
  }
  .SharingCenterTit a {
    line-height: 40px;
    font-size: 17px;
    padding: 0 8px;
  }
  .SharingCenterTit a::after {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .SharingCenterTit a span:nth-child(2) {
    font-size: 16px;
  }
  .SharingCenterText > div {
    padding-left: 10px;
  }
  .SharingCenterList h1 {
    font-size: 17px;
  }
  .followInto {
    padding-left: 30px;
    background-size: 25px;
  }
  .SharingCenterList > header {
    border-radius: 8px;
  }
  .SharingCenterUlImg {
    border-radius: 5px;
  }
  .followInto img,
  .followIntoAdd {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .followInto span {
    width: 36px;
    height: 36px;
  }
  .kanInto {
    font-size: 15px;
  }
  .SharingCenterList > header > footer {
    margin: 0 5px;
  }
  .ICTTools {
    padding-bottom: 5px;
  }
  .ICTTools ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .ICTTools ul li {
    width: 50%;
  }
  .ICTTools ul li:nth-child(1),
  .ICTTools ul li:nth-child(2) {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ICTTools ul li a img {
    width: 12vw;
  }
  .homeLeft > ul {
    display: none;
  }
  .menuHome {
    display: block;
  }
  .menuHome > header {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebf3fa;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
  }
  .menuHome > header::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-left: 1px dotted rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -10px;
  }
  .menuHome > header span {
    display: block;
    width: 60%;
    height: 3px;
    background-color: #3e75fe;
    border-radius: 3px;
    position: relative;
  }
  .menuHome > header span::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3e75fe;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 8px;
  }
  .menuHome > header span::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3e75fe;
    border-radius: 3px;
    display: block;
    position: absolute;
    bottom: 8px;
  }
  .menuHome > div {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    transition: all 0.5s;
    z-index: 1;
    opacity: 0;
  }
  .menuHome > div.active {
    left: 0;
    opacity: 1;
  }
  .menuHome > div.active::before {
    display: block;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menuHome > div > header {
    position: relative;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    text-align: center;
    line-height: 45px;
  }
  .menuHome b.closeInto {
    z-index: 1;
  }
  .menuHome b.closeInto::before,
  .menuHome b.closeInto::after {
    background-color: #677186;
  }
  .AvatarMenu > span {
    border-radius: 50px;
    display: flex;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto;
    border: 3px solid rgba(47, 137, 249, 0.45);
  }
  .AvatarMenu h1 {
    font-size: 18px;
    /* border-bottom: 1px solid #ebf3fa; */
    margin: 0 20px 15px 20px;
  }
  .menuHome > div > header ul {
    background-color: #f5f7fa;
    border-radius: 8px;
    margin: 0 20px;
    padding: 10px;
  }
  .menuHome > div > header ul a:hover {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    font-size: 17px;
    color: #3971fd;
  }
  .overflower_sp a.sp_btn_del {
    position: relative;
    right: auto;
    margin-left: 5px;
  }
}
@media (max-width: 850px) {
  .apBlockUspa .apBlockFile .ap-file-title {
    font-size: 18px;
    min-height: 55px;
    height: auto;
    line-height: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 10px;
  }
  .apBlockUspa .apBlockFile .ap-file-title span {
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    width: 100%;
  }
  .apBlockUspa .ap-file-cent span {
    height: auto;
    min-height: 48px;
    line-height: 25px;
    padding: 5px 10px;
    display: flex;
  }
  .apBlockUspa .ap-file-cent span i {
    min-width: 21px;
  }
  .leveledBook_nav .eAssNavdiv {
    width: 100%;
  }
  .leveledBook_nav .eAssNavdiv > div {
    width: 25%;
  }
  .leveledBook_nav .eAssNavdiv > div a,
  .leveledBook_nav .eAssNavdiv > div.active a {
    padding: 6px 10px;
  }
  .AnimatedComic_nav .eAssNavdiv > div {
    width: auto;
  }
  .eAssStyle.eAssigMain ul {
    border: 0;
  }
  .eAssStyle div.eAssigMain_l,
  .conMainB div.eAssigMain_l,
  #app div.eAssigMain_l {
    background-color: transparent;
    width: auto;
    padding-right: 0px;
    padding-left: 15px;
    min-width: 152px;
    line-height: 30px;
  }
  .eAssStyle .eAssigMain_div li,
  #app .eAssigMain_div li {
    flex-wrap: nowrap;
  }
  .eAssStyle .eAssigMain_div h1,
  #app .eAssigMain_div h1 {
    padding: 5px 15px;
    line-height: 40px;
    font-size: 18px;
  }
  .eAssStyle div.eAssigMain_r,
  #app div.eAssigMain_r {
    margin: 5px 15px 5px 10px;
  }
  .eAssStyle .eAssigMain_nr,
  #app .eAssigMain_nr {
    padding: 10px 0;
    background-color: #fff;
  }
  .eAssStyle .eAssigMain_div li.eAssigFooter,
  #app .eAssigMain_div li.eAssigFooter {
    padding: 15px 0;
  }
  .eAssStyle li.eAssigFooter input,
  #app li.eAssigFooter input {
    min-width: 120px;
  }
  .eAssStyle select.form-control,
  #app select.form-control {
    width: 100%;
    max-width: 250px;
  }
  #app .ModifyMessage_Win div.eAssigMain_l {
    padding-left: 5px;
    line-height: 30px;
  }
  #app .ModifyMessage_Win div.eAssigMain_r {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .NeweAssignment_nav.eAssignment_nav ul li {
    padding-top: 0;
  }
  .eCompopopUpBox .my_answer > ul li {
    min-width: 110px;
    margin-bottom: 10px;
  }
  .eCompopopUpBox .my_answer > ul {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .SeCResultWin .popUpMain {
    min-width: auto;
  }
  .eCompopopUpBox .my_answer > ul li {
    line-height: 40px;
  }
  .XtestRecord .zjm_con3 {
    padding: 0 10px;
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .oral_audio_mark_groups > div {
    min-width: 33.333333%;
  }
  .drawer .layui-layer-molv.pfUp .layui-layer-setwin a.layui-layer-close {
    top: 0;
  }
  .AIEvaluation .textTSpeech_textarea textarea,
  .WritingTextarea textarea {
    padding: 10px !important;
    font-size: 17px;
  }
  .AIEvaluation.shadowBj {
    padding: 10px 15px;
  }
  .AIEvaluationFooter {
    margin-top: 20px;
  }
  .Xtwo_land_top .two_land_back {
    position: absolute;
  }
  .hlhd_div h1 {
    font-size: 18px;
  }
  .hlhd_a {
    padding: 0;
  }
  .hlhd_a ul {
    padding: 5px;
  }
  .eExerciseStuBody .hlhd_a ul li:nth-child(20) {
    width: 33.333333%;
  }
  .eExerciseStuBody .hlhd_a ul li:nth-of-type(4),
  .eExerciseStuBody .hlhd_a ul li:nth-of-type(5),
  .eExerciseStuBody .hlhd_a ul li:nth-of-type(6) {
    background-color: transparent;
  }
  .releaseLive ul li div.rLright {
    flex-wrap: wrap;
  }
  .Ttable .row.header .cell {
    min-height: 40px;
  }
  .messageInformation select.selectDiv,
  .messageInformation tbody td {
    display: block;
    width: 100% !important;
  }
  .messageInformation tbody tr.tdHead td:nth-child(1) {
    border-right: 0;
    text-align: left;
    background-color: #b6ddfa !important;
    color: #333 !important;
  }
  .messageInformation tbody tr td:nth-child(1) {
    text-align: left;
    background-color: #f7f8f8;
    border-right: 0;
  }
  .eAssStyle .eAssigMain_div h1,
  #app .eAssigMain_div h1 {
    line-height: 35px;
    font-size: 17px;
  }
  .eAssigMain_div h1 {
    font-size: 18px;
  }
  #app .eAssigMainP_top select {
    max-width: 180px;
  }
  .drawer .layui-layer-lan .layui-layer-setwin a.layui-layer-close,
  .drawer .layui-layer-molv .layui-layer-setwin a.layui-layer-close {
    width: 40px;
    height: 40px;
    display: block;
    color: rgb(0 0 0 / 0);
    background: url(../images/back_into2.png) no-repeat center #fff;
    border-radius: 50%;
    top: 10px;
  }
  #totop {
    width: 40px;
    height: 40px;
  }
  .AnswerDetailsMain .contentM {
    padding: 0;
  }
  .z_zygl_rn .zygl_Table > table th,
  .xAnswerD_table section table th {
    height: 40px;
  }
  .correct_group_zone {
    flex-wrap: wrap;
  }
  .zym_footer {
    font-size: 15px;
    letter-spacing: 0.03rem;
  }
  .SearchBox .popUpMain {
    background-size: 100% 120px;
  }

  .SearchBox .popUpMain > header h1 {
    padding: 0px 10px 0 10px;
    font-size: 22px;
  }
  .SearchBox .buddySearch {
    margin-top: 0;
  }
  .SearchBox .buddySearch select,
  .SearchBox .buddySearch input:nth-child(1) {
    font-size: 16px;
    line-height: 41px;
  }
  .SearchList {
    padding: 0px 10px 15px;
  }
  .SearchList > h1 {
    line-height: 30px;
    padding-top: 6px;
  }
  .SearchList ul li a {
    padding: 10px;
  }
  .SearchList ul li a div:nth-child(1) {
    font-size: 17px;
  }
  .SearchBox input.SearchButton {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    min-width: 45px;
    background-size: 100%;
  }
  .overflower_sp select {
    width: 180px;
  }
  .growthCenterTitle h2 {
    font-size: 16px;
  }
  .sHCTable {
    border-radius: 8px;
    padding: 5px;
  }
  .studentHomeworkCompletedDiv {
    padding: 15px;
    border-radius: 8px;
  }
  .LearningProgressMain {
    padding-top: 15px;
  }
  .LearningProgressMain .contentM {
    padding: 0 10px;
  }
  .growthCenterTop {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
  }
  .growthCenterDHK {
    border-radius: 8px;
  }
  .growthCenterDHK span {
    display: block;
    text-align: center;
  }
  .growthCenterDHK span b {
    display: inline-block;
    font-size: 22px;
  }
  .growthCenterTop > header img {
    width: 250px;
  }
  .growthCenterDHK span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .TopRight {
    margin-right: 0;
    right: 30vw;
    margin-top: 0;
    height: 15vw;
    width: 6vw;
    top: auto;
    bottom: 18vh;
  }
  .SelfLearnRecordCon .table-responsive {
    border: none;
  }
  .SelfLearnRecord_top .xeAssignment_logo {
    background-size: auto 100%;
    padding-left: 65px;
  }
  .AnimatedComicNr .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .AnimatedComicNr .row > div {
    width: 50%;
    padding: 0 10px;
  }
  .eclassic-text {
    padding: 15px 5px;
  }
  .eclassic-text h1 {
    font-size: 17px;
  }
  .eclassic-text h2 {
    font-size: 16px;
  }
  .eclassic-list {
    margin-top: 10px;
  }
  .eClassic_body .eZhishi_con .col-sm-6 {
    width: 50%;
    padding: 0 10px;
  }
  .eClassic_body .eZhishi_con .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
  .NeweAssignment_nav.eAssignment_nav .contentM {
    padding: 0;
  }
  .NeweAssignment_nav.eAssignment_nav .OneNav .contentM {
    padding: 0 5px;
    padding: 0;
  }
  .ResultReportLogo {
    padding-left: 70px;
  }
  .eClassBook {
    display: flex;
    flex-wrap: wrap;
  }
  .eClassBook .col-md-3 {
    width: 50%;
  }
  .eClassBody .eclasslist_tit a,
  .eClassBody .eclasslist_tit a:hover {
    padding: 10px 20px 10px 18px;
    background-position: 15px 10px !important;
    font-size: 17px;
  }
  .leveledBook_nav .eAssNavdiv > div a,
  .leveledBook_nav .eAssNavdiv > div.active a {
    width: auto;
    padding: 0 5px;
  }
  .AvatarMenu > span {
    width: 80px;
    height: 80px;
  }
  .textTS_textarea textarea {
    line-height: 22px;
    padding: 12px;
    min-height: 170px;
  }
  #app .messageNavdiv,
  .messageNavdiv {
    padding: 0;
  }
  #app .messageNavdiv .conMainB,
  .messageNavdiv .contentM {
    padding: 0 5px;
  }
  #app .messageNavdiv a,
  .messageNavdiv a {
    padding: 0;
  }
  #app .messageNavdiv a:before,
  .messageNavdiv a:before {
    margin-right: 5px;
  }
  #app .messageNavdiv li,
  .messageNavdiv li {
    width: auto;
    padding: 5px;
  }
  #app .messageNavdiv li.active a span::before,
  .messageNavdiv li.active a span::before {
    bottom: -5px;
    width: 80%;
  }
  #app .conMainB {
    padding: 0 15px;
  }
  .studentXMNume ul li {
    width: 33.333333%;
  }
  .redText {
    display: block;
  }
  .newAssConUl li > span:nth-child(1) {
    min-width: 130px;
    padding-left: 0;
  }
  .newAssConLR select {
    width: 100%;
    max-width: 250px;
  }
  .newAssCon {
    padding: 20px 5px;
  }
  .primaryStudent .YDZYUl li.greyColor b.NotSubscribed {
    right: 0;
    margin-right: 10px;
  }
  .pHomeMain {
    margin-top: -25px;
  }
  .pHomeTop .container {
    margin-top: 5px;
    justify-content: space-between;
  }
  .pHomeTopR button {
    width: 50px;
    height: 50px;
  }
  .SubmitWin .popUpMain h1 {
    font-size: 18px;
  }
  .popUpBox_share_confirm .popUpMain::before,
  .popUpBox_share_success .popUpMain::before {
    width: 80px;
    height: 80px;
    background-size: 80%;
  }
  .NeweAssignment_nav.eAssignment_nav ul::before {
    bottom: 0;
  }
  .eAssignment_nav.NeweAssignment_nav ul {
    padding: 12px 8px 2px 8px;
  }
  .eAssNavdiv {
    padding: 0;
  }
  .eAssNavdiv div a {
    width: 100%;
    padding: 0 15px;
    align-items: center;
  }
  .eAssNavdiv div.active a span::before {
    bottom: -5px;
  }

  .eAssNavdiv div.active a {
    width: 100%;
    padding: 0;
  }
  .eAssNavdiv div.active a span {
    color: #1957b6;
  }
  .eAssNavdiv div a span {
    display: flex;
    align-items: center;
  }
  .eAssNavdiv a::before {
    margin-right: 5px;
    background-color: #fff !important;
    margin: 0 5px;
    background-size: 36px !important;
    width: 35px;
  }
  .eAssNavdiv div {
    display: flex;
    min-width: auto;
    width: auto;
    padding: 0 5px;
  }

  .eAssignment_top,
  .stuEReading .eAssignment_top,
  .echinese-class {
    height: 80px;
  }
  .xeAssignment_logo {
    height: 60px;
    padding-left: 75px;
  }
  .xeAssignment_logo div:nth-child(1),
  h1.WordSearchLogo span {
    font-size: 17px;
    padding-top: 5px;
  }
  .xeAssignment_logo div:nth-child(2),
  h1.WordSearchLogo {
    font-size: 20px;
  }
  h1.WordSearchLogo {
    height: 60px;
    background-size: auto 120%;
    padding: 5px 0 0 65px;
  }
  .echinese-class .two_land_back {
    top: auto;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .echinese-class .two_land_back a span {
    display: flex;
  }
  .eAssignment_top button,
  .stuEReading .eAssignment_top button,
  #app .messageTop button,
  .messageTop.messageTopStu button {
    font-size: 18px;
    height: 42px;
    padding: 0 10px;
  }
  .eAssignment_top button::before,
  .stuEReading .eAssignment_top button:before,
  #app .messageTop button::before,
  .messageTop.messageTopStu button::before {
    background-size: 85% auto;
  }

  .SharingCenter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .HomeFooter .DisplayflexJC > span {
    font-size: 12px;
  }
  .teacherJC ul {
    padding: 0;
  }
  .teacherJC {
    margin-top: -9vw;
  }
  .teacherICT .contentMax {
    top: -11.5vw;
  }
  b.NotSubscribed {
    font-size: 2.5vw;
  }
  .teacherICT::before {
    background-size: 120vw auto;
    top: -15vw;
  }
  .headerTit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .headerTit::after {
    bottom: auto;
  }
  .headerTit {
    font-size: 19px;
  }
  .headerTit span:nth-child(1) {
    padding-right: 5px;
  }
  .headerTit span:nth-child(2) {
    font-size: 18px;
    padding-left: 0;
  }
  .ICTHeaderTit {
    flex-wrap: wrap;
    position: relative;
    font-size: 18px;
    padding: 0 20px;
  }
  .ICTHeaderTit span:nth-child(2) {
    line-height: 20px;
    font-size: 17px;
    width: 100%;
    justify-content: center;
  }
  .ICTHeaderTit span:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .ICTHeaderTit span:nth-child(1)::before {
    margin-right: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background: url(data:image/png;base64,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)
      no-repeat;
    background-size: 100%;
  }

  .ICTHeaderTit span:nth-child(1)::after {
    margin-left: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAOtSURBVHja5FdNbxtVFD1vxjNjjz1O2kxJ7TjpB6S2FCkLVGdRqqYLhAQ7VvkFLNgiumBBEUWIBUiIHVLX7PgBKHyICgmiJI2q1CZOSKvYTm3FjuOp4xnP92MRO7aD7Y5JUBccaSTPG2uO7j333nOHUErxMsDgJcHX+rFdMJDKGpDDDJYzOpJxP9JZA7dmQ1jb0rC7b2H2agDZPRNvvi6F9hQ7ynPElCW2sLKpmTdmQscvLVYtyBKLlU0NhYqN+KTQRfpOUmoTe8QcgMR3P1Yv25R+CgAcQz5OXBJWASwCcIeOeABGAdwEcO2PtDpCgbudDy2Xfpba0VGo2O/HJ4Vvw0EWPEdORXwNwNz3D5Qp06afD3oJpUClZkcAYQ7A8r+N+DUAb/38UJVb6fSIu5t5o5RMiOvNlFsAqFfiWz89VG/b7lCEYJuZPajZV9e3G28XDqwcx5BC4pKgAqi9qJ3Ex08bN7ySEnJESAA49OiiwAe1hpNsah9N7ejTAC4MJE5njeumTb/wEl0rwiZZF+oNVw4FGH+H9hyAYF9iRXXkQUPsH9H1/+97osAkO+4jG9mGKAUIWld3qmn/HmRJ7+j6oa47Ez5C2kHVXQ6Av2fEF8/7cqSPlu6QU6Zh0A/Hx3wz7ZgQWd3SpYjMIyLz3cTxGL/Oc+SjXloM6yOUAkrdSXSeNbVmelW1HR3jn56VCai6e/7EUWQprUpLabWbuKw4mL0iLLEEn/xXjlSoWMI5ie1pi7mLY9zOmdgeQ+yTZ4cNd7LVWkxbAweVmoMr4/yfBLjXOnfoUYENifvnwuyTXtpncrrYbxFYDfDk8DTbwmiI2S0r9q+9nlWPWqs9q0u1dmZi4/zWVt44vnc9VjUB7o+GmOyhShc9u9PNma6p9sPunnlHM+mXzT48HiK94OfJV2GRfaab7lq17qqDCDmG0EF+bManhLVH2/q9k8bfqaOfJ8/Hwr5HZcX+q6TYjoekFC9H+caLFoFfkglR38jplXrD/aZVZLyPfB0OskWGILVXtUvP9i3P2k/InAFA8bL6/L4wP7KcL1uLmkFFhsBdyWiBsmKbwxQbAYqxC5zuUhwMs3PZADIA8GpUICsZ7RUAMS+EUoDJT8iccX3aX3/wWHNO0yk0PiVoBCgO0lEKMPn52eDGwu2RMoDnAJyzWOgPkwmxJolMvjVYCAFCAWZ3OiY8efeN8D6AEgBtmJ3LK+oL8yNqvmzVNIMy4SDrjI/6rN9SqmcHJf+7b6e/BwB4R4pSwtd1ZgAAAABJRU5ErkJggg==)
      no-repeat;
    background-size: 100%;
  }
  .ICTHeaderTit::after,
  .ICTHeaderTit::before {
    display: none;
  }
  .ICTHeaderTit::after {
    position: absolute;
    right: -5px;
  }
  .ICTHeaderTit::before {
    position: absolute;
    left: -5px;
  }
  .teacherICT ul li a::before {
    width: 18vw;
    height: 18vw;
  }
  .YDZYUl li > div header {
    padding: 5px 0;
  }
  .teacherICT::after {
    height: 100%;
  }
  .SharingCenterTit a {
    font-size: 16px;
    min-width: 240px;
  }
  .SharingCenterTit a span:nth-child(2) {
    font-size: 15px;
  }
  .headerTitRight {
    margin: 0;
  }
  .YDZYUl li > div img {
    width: 20vw;
  }
  .ICTTools ul li a img {
    width: 14vw;
  }
  .SharingCenterUl {
    flex-wrap: wrap;
  }
  .SharingCenterList {
    width: 50%;
  }
  .SearchInputGroup {
    height: 5.5vw;
  }
  .buddyDiv ul li a {
    font-size: 2vw;
    padding: 0 1vw 0 3vw;
  }
  .buddyDiv ul li a .red {
    font-size: 2vw;
  }
  .buddySearch input:nth-child(1) {
    font-size: 2.2vw;
    height: 5.5vw;
    width: 100%;
  }
  select#searchProductId {
    font-size: 2.2vw;
    min-width: 21vw;
    line-height: normal;
    padding: 0;
  }

  input.SearchButton {
    height: 5.5vw;
    min-width: 6.5vw;
  }
  .buddyDiv ul li a::before {
    width: 1vw;
    min-width: 1vw;
    height: 1vw;
  }
  .buddyDivTop {
    font-size: 2.2vw;
    line-height: 4vw;
  }
  .buddyBox {
    height: 55vw;
  }
  .buddyFigure header {
    height: 51vw;
    padding-top: 2vw;
  }
  .buddyMain > header h1 {
    font-size: 3vw;
  }
  .buddyMain {
    width: 80vw;
    position: relative;
    z-index: 2;
  }
  .buddyMain > header h2,
  .buddyMain > header h3 {
    font-size: 2.1vw;
  }
  .buddyDiv,
  .buddySearch {
    margin-right: 2vw;
  }
  .homeRight header a {
    font-size: 16px;
  }
  .homeRight header a span {
    font-size: 14px;
  }
  .homeTop .contentMax {
    padding-left: 5px;
  }
  .homeRight header a {
    background-size: 30px !important;
  }
  .homeRight header a.logoutA {
    padding-left: 40px;
  }
  .homeRight header a.myAccountA {
    padding-left: 35px;
  }
  .homekf img {
    height: 40px;
  }
  .homeRight .Avatar {
    width: 55px;
    height: 55px;
  }
  .teacherICT ul li h1,
  .YDZYUl li > div header h1,
  .ICTTools ul li h1 {
    font-size: 17px;
  }
  .ea_table_div {
    padding-top: 5px;
  }

  .overflower_sp li {
    min-width: auto !important;
  }
  .WritingTextarea textarea {
    min-height: 50vh;
  }
  .AIEvaluation {
    min-height: 73vh;
  }
  .AIEvaluation .textTSpeech_textarea {
    margin: 0;
  }
  .wordSearchInput {
    padding: 25px 0 10px 0;
  }
  .wordSearBy {
    min-height: auto;
  }
  .wordSearchMain .contentMax {
    margin: 0 auto;
  }
  .wordSearchMenu ul {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .LDDWRecordDiv > div {
    min-width: 45px;
    height: 45px;
  }
  .AudioDiv input {
    width: 45px;
    height: 45px;
  }
  .LDDWRecordDiv #pageTimer {
    font-size: 21px;
    padding-right: 15px;
  }
  input.suspendInput {
    margin-left: 8px;
  }
  .AIEvaluation > ul li h1 {
    font-size: 16px;
  }
  .AIEvaluation
    > ul
    li:nth-child(3)
    .AIEvaluationFooter
    button.UploadAudioButton
    div {
    padding: 0 10px 0 55px;
  }
  .ai_evalucation_audio_play input.AudioVoiceInput {
    width: 45px;
    height: 45px;
    background-size: 75%;
  }
  .VideoDelete button {
    width: 45px;
    height: 45px;
    background-size: 65%;
  }
  .AIEvaluationOneNav .OneNavNume > div > span span {
    padding-top: 0;
  }
  .AIEvaluationFooter button {
    margin: 0 5px;
    min-height: 50px;
  }
  .AIEvaluationFooter button div {
    padding: 0 10px 0 48px;
    font-size: 17px;
  }
  .AIEvaluationOneNav .OneNavNume > div > span {
    font-size: 18px;
    line-height: 20px;
  }
  .AIEvaluation .wordReporTitle {
    padding: 0;
  }
  .AIEvaluationFooter button.EvaluationButton div {
    background-size: 40px;
    padding-left: 55px;
    padding-right: 10px;
    background-position: center left 10px;
  }
  .AIEvaluationFooter button.UploadAudioButton {
    background-size: 40px;
    background-position: center left 5px;
  }

  .AIEvaluationFooter button.RecoedingButton {
    background-size: 40px 35px;
    background-position: center left 5px;
  }
  .AIEvaluationFooter button.RecoedingButton div {
    padding-left: 45px;
    padding-right: 10px;
  }
  .sHCTable > div > div {
    height: 50vw !important;
  }
  .variousprojectStatisticsG .studentHomeworkCompletedDiv {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .growthCenterDHK {
    padding: 6px;
  }
  .AnimatedComic_nav .OneNav {
    border-bottom: 0;
  }
  .leveledBook_nav .eAssNavdiv {
    flex-wrap: wrap;
  }
  .leveledBook_nav .eAssNavdiv > div {
    width: 50%;
  }
  .leveledBook_nav .contentM,
  .leveledBook_nav .OneNav {
    padding: 0;
  }
  .leveledBook_nav .eAssNavdiv div.active a span::before {
    display: none;
  }
  .leveledBook_nav .eAssNavdiv > div:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .leveledBook_nav .eAssNavdiv > div:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .leveledBook_nav .eAssNavdiv > div:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .eAssignment_nav.NeweAssignment_nav ul li a h1,
  .eAssignment_nav.NeweAssignment_nav li a h1 {
    font-size: 16px !important;
  }
  .popUpMain {
    border-radius: 8px;
  }
  .eAssignment_nav.NeweAssignment_nav ul.LS05 li {
    width: 33.333333% !important;
  }
  .studentXMNume ul li,
  .NeweAssignment_nav.eAssignment_nav ul li {
    width: 50% !important;
  }
  .eAssignment_nav.NeweAssignment_nav ul.LS05 li {
    margin-bottom: 10px !important;
  }
  .buddyMain {
    margin-left: -5.5vw;
  }
  .WritingTextarea {
    border: 5px solid #f6f7fa;
    border-radius: 5px;
  }
  .SelfPlanLessonDiv li {
    width: 33.333333%;
  }
  .SelfPlanLessonDiv ul li div:nth-child(1)::after,
  .SelfPlanLessonDiv ul li div:nth-child(1)::before {
    display: none;
  }
  .lessonPlanRelease .MainRelease_textarea {
    padding-bottom: 15px;
  }
  .MainRelease_divLP h1 {
    text-align: left;
    padding: 0;
  }
  .AddDetailRelease_div .MainRelease_Level {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .MainRelease_r {
    width: 100%;
    padding: 0;
  }
  .MainRelease_div {
    flex-wrap: wrap;
    margin: 0 2vw;
    padding: 0 0 2vw 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
  .MainRelease_div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .MainRelease_l {
    text-align: left;
    padding: 1vw 0vw;
    width: 100%;
  }
  .MainRelease_r {
    width: 100%;
    padding: 0;
  }
  input.submitButton,
  input.resetButton,
  input.cancelButton {
    line-height: 45px;
    font-size: 18px;
    border-radius: 8px;
  }
  .word_headerTit a span {
    width: 40px;
    height: 40px;
    display: block;
    color: rgb(0 0 0 / 0);
    background: url(../images/back_into2.png) no-repeat center;
    border-radius: 50%;
  }
  .word_headerTit a.downloadBtn span {
    background: url(../images/back_intoXZ.png) no-repeat center;
  }
}
@media (max-width: 650px) {
  .eClassic_body .eclasslist_tit a {
    width: 49% !important;
  }
}
@media (max-width: 620px) {
  .CIndexHeader .apBlockUspa {
    padding: 0 15px;
    padding: 0 2%;
  }
  .apShuoming {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center left 12px;
    background-size: auto 97%;
    background-color: rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    right: 122px;
  }
  a.dataBadge::after {
    width: 2.9vw;
    height: 2.9vw;
    border: 0.6vw solid #fff;
    top: 2.5vw;
    margin-right: -9vw;
  }
  .z_zygl_rn section ul li select {
    width: 48.5%;
    margin-right: 3%;
  }
  .z_zygl_rn section ul li select:nth-child(2) {
    margin-right: 0;
  }
  .EssentialBody .z_zygl_rn section ul li select {
    width: 32%;
    margin-right: 2%;
    padding-right: 0;
  }
  .EssentialBody .z_zygl_rn section ul li select:nth-child(3) {
    margin-right: 0;
  }
  .myHomework_top .xeAssignment_logo {
    padding-left: 50px !important;
  }
  .LearningProgress_top .xeAssignment_logo {
    background-position: center left 0;
    padding-left: 50px !important;
    background-size: auto 100% !important;
  }
  .SelfLearnRecord_top .xeAssignment_logo {
    background-size: auto 90% !important;
    padding-left: 50px !important;
  }
  .eChineseClass_top .xeAssignment_logo {
    background-size: auto 55px !important;
    padding-left: 70px !important;
  }
  .xfunland_navL li a {
    margin: 5px 2%;
  }
  .eAssNavdiv div,
  .studentXMNume ul li {
    width: 50%;
  }
  .OneNavAS .eAssNavdiv div {
    width: auto;
    padding-left: 8px;
  }
  .OneNavAS .contentM {
    padding: 0;
  }
  .eAssignment_top button::before,
  .eAssignment_top.myHomework_top button::before,
  .stuEReading .eAssignment_top button:before,
  #app .messageTop button:before,
  .messageTop.messageTopStu button::before {
    background-color: #3571e9;
    background-size: 60%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 0;
  }
  .xeAssignment_logo,
  .xfunland_logo {
    background-size: auto 55px !important;
    padding-left: 56px !important;
    height: auto;
  }
  .eExerciseStu_top .xeAssignment_logo {
    background-size: auto 55px !important;
  }
  h1.WordSearchLogo {
    background-size: auto 55px !important;
    font-size: 18px;
    padding-left: 45px !important;
    height: auto;
  }
  h1.WordSearchLogo span {
    font-size: 15px;
    line-height: 15px;
  }
  .eAssignment_top,
  .eAssignment_top.myHomework_top,
  .stuEReading .eAssignment_top,
  #app .messageTop,
  .messageTop.messageTopStu {
    height: 65px;
  }
  .xeAssignment_logo div:nth-child(2),
  .xfunland_logo div:nth-child(2) {
    font-size: 18px;
  }
  .xeAssignment_logo div:nth-child(1),
  .xfunland_logo div:nth-child(1) {
    font-size: 15px;
    padding-top: 5px;
  }
  .eAssignment_top button,
  .eAssignment_top.myHomework_top button,
  .stuEReading .eAssignment_top button,
  #app .messageTop button,
  .messageTop.messageTopStu button {
    background-color: transparent;
    padding: 0;
    height: auto;
    font-size: 15px;
    line-height: 15px;
    flex-wrap: wrap;
    justify-content: center;
    width: 42px;
    bottom: auto;
  }
  .eAssignment_top button span {
    display: none;
  }
  .SharingCenterTit a {
    display: flex;
    position: relative;
    padding-right: 30px;
    flex-wrap: wrap;
    align-items: center;
    min-width: auto;
    line-height: 20px;
    width: 155px;
    padding: 3px 8px;
  }
  .SharingCenterTit a span:nth-child(2) {
    font-size: 14px;
  }
  .SharingCenterTit a {
    font-size: 17px;
  }
  .SharingCenterTit a span:nth-child(2) {
    padding-left: 0;
  }
  .SharingCenterTit a::after {
    position: absolute;
    right: 5px;
  }
  .ICTTools ul li a img {
    width: 17vw;
  }
  .YDZYUl li > div img {
    width: 22vw;
  }
  .ICTHeaderTit span:nth-child(1) {
    font-size: 19px;
  }
  .ICTHeaderTit span:nth-child(2) {
    font-size: 16px;
  }
  .YDZYUl li > div header span,
  .ICTTools ul li span {
    font-size: 14px;
  }
  .headerTit span:nth-child(1) {
    width: 100%;
  }
  .headerTit span:nth-child(2) {
    font-size: 15px;
  }
  .teacherJC ul li:nth-child(1),
  .teacherJC ul li:nth-child(2),
  .teacherJC ul li:nth-child(3),
  .teacherJC ul li:nth-child(4) {
    width: 50%;
  }
  .teacherJC ul li {
    width: 33.333333%;
  }
  .homeRight {
    display: none;
  }
  .homeLeft {
    width: 100%;
    justify-content: space-between;
  }
  .menuHome > header::before {
    display: none;
  }
  .homeTop {
    padding: 5px 0;
  }
}
@media (max-width: 600px) {
  .oral_audio_mark_groups > div {
    min-width: 50%;
  }
  #app div.eAssigMain_r .max_box {
    padding-top: 0;
  }
  .eAssStyle .eAssigMain_div li,
  #app .eAssigMain_div li {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .eAssStyle .eAssigMain_nr,
  #app .eAssigMain_nr {
    padding: 0;
  }
  #app #myForm .eAssigMain_nr ul {
    border: 0;
  }
  .eAssigMain .pagination ul {
    border: 0;
  }
  #app .conMainB .eAssigMainP_div {
    padding: 0;
  }
  #app .conMainB .studentManages_r select,
  #app .conMainB .studentManages_r input,
  #app .conMainB .eAssigMainP_top select,
  #app .conMainB .eAssigMainP_top input {
    margin-top: 0;
  }
  #app .conMainB.studentManage_Main {
    padding: 0 15px;
  }
  .eAssStyle .eAssigMain_div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .eAssigMainP_top input {
    width: auto;
  }
  .studentReading .overflower_sp select {
    width: 38%;
    margin: 5px 1%;
  }
  .studentReading .overflower_sp a.sp_chaxun {
    width: 18%;
    margin: 5px 1%;
  }
  .stuEReading .eAssigMain,
  #app .eAssigMain {
    background-color: #fff;
  }
  #app .eAssigMain.eAssStyle,
  .stuEReading .eAssigMainP_div {
    padding: 0;
  }
  #app .eAssStyle .conMain {
    padding: 0 10px;
  }
  #app tr.tableText {
    line-height: 45px;
  }
  #app table.eAssigTableNR td {
    padding: 5px;
  }
}
@media (max-width: 550px) {
  .primaryStudent .YDZYUl li.greyColor b.NotSubscribed {
    margin-right: 0;
    font-size: 13px;
  }
  .studentXMNume ul h1 {
    font-size: 16px;
  }

  .eFooter .Econtent {
    padding: 0;
  }
  .LevelNavTop .contentM {
    padding: 0 5px;
  }
  .eClassBody .eclasslist_tit a,
  .eClassBody .eclasslist_tit a:hover {
    padding: 10px 5px 10px 20px;
    background-position: 15px 10px !important;
    font-size: 16px;
    width: 47%;
    margin: 5px 1.5%;
  }
}
@media (max-width: 500px) {
  .CIndexHeader .apBlockUspa a {
    width: 40px;
    height: 40px;
    margin-top: 8px !important;
  }
  .CIndex_ft {
    right: 40px !important;
    top: -55px !important;
  }
  .apShuoming {
    width: 40px;
    height: 40px;
    right: 90px;
    top: 10px;
    background-position: center left 10px;
    background-size: auto 95%;
  }
  .AIEvaluationOneNav .contentMax {
    min-height: auto;
  }
  .eAssignment_nav.NeweAssignment_nav ul.LS05 li {
    width: 50% !important;
  }
  .AIEvaluationOneNav .OneNavNume > div::before {
    width: 38px;
  }
  .AIEvaluationOneNav .OneNavNume > div {
    padding: 6px 0 6px 5px;
  }
  .AIEvaluationOneNav .OneNavNume > div > span {
    font-size: 17px;
  }
  .AIEvaluationOneNav .OneNavNume > div > span span {
    font-size: 14px;
  }
  .AIEvaluationOneNav .OneNavNume > div::before {
    margin-right: 3px;
  }
  #app .OneNav .contentM > div a,
  .eAssNavdiv div a,
  .eAssNavdiv div {
    padding: 0;
  }
  .studentXMNume ul li {
    width: 33.333333%;
  }
  .pHomeTop .container {
    padding-right: 95px;
  }
  .pHomeTopR button {
    width: 40px;
    height: 40px;
  }
  .product-grid .product-content {
    padding: 12px 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .eClassBody .product-content span {
    width: 100%;
  }
  .bookDiv {
    margin: 0;
    padding: 10px 0;
  }
  .eClassBook .col-md-3,
  .relbody .bookDiv .etuIMG {
    padding-right: 10px;
    padding-left: 10px;
  }
  .eClassic_body .product-grid .product-content {
    align-items: center;
  }
}
@media (max-width: 480px) {
  /* css滚动条优化 */
  .SATextDiv.test-1::-webkit-scrollbar,
  .EvaluationResultsMain .test-1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
  }
  .SATextDiv.test-1::-webkit-scrollbar-thumb,
  .EvaluationResultsMain .test-1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
  }

  .AIEvaluation .textTSpeech_textarea {
    border-radius: 10px;
  }
  .WritingTextarea textarea {
    max-height: 50vh;
  }
  .WritingAI .AIEvaluationFooter {
    margin-top: 10px;
  }
  .WritingTextarea textarea,
  .AIEvaluation .textTSpeech_textarea textarea {
    font-size: 16px;
  }
  .AIEvaluationFooter button div {
    font-size: 16px;
    padding: 0 5px 0 40px;
  }
  .AIEvaluationFooter button.RecoedingButton div {
    padding-left: 30px;
    padding-right: 5px;
  }
  .AIEvaluationFooter button div span:nth-child(1) {
    display: block;
    line-height: 18px;
  }
  .AIEvaluationFooter button div span:nth-child(2) {
    font-size: 13px;
    line-height: 13px;
  }
  .AIEvaluationFooter button.UploadAudioButton {
    background-size: 35px;
    margin-bottom: 10px;
  }
  .AIEvaluationFooter button.EvaluationButton div {
    background-size: 35px;
    padding-left: 45px;
    padding-right: 5px;
    background-position: center left 6px;
  }
  .AIEvaluationFooter button.RecoedingButton {
    background-size: 30px auto;
  }
  .AIEvaluationFooter button {
    border-radius: 5px;
    min-height: 45px;
    margin-bottom: 10px;
    min-width: 120px;
  }
  .AIEvaluationFooter .record_class {
    padding-top: 0;
  }
  .tipMsgDiv {
    padding: 5px;
  }

  .AIEvaluationFooter {
    margin-top: 15px;
  }
  .AIEvaluation.shadowBj {
    padding: 10px;
    margin: 10px 5px;
  }
  .AIEvaluationOneNav .OneNavNume > div::before {
    background-size: 95% auto !important;
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
  .AIEvaluationOneNav .OneNavNume > div > span {
    padding-right: 0;
    font-size: 16px;
  }
  .AIEvaluationOneNav .OneNavNume > div > span span {
    font-size: 13px;
  }
  .AIEvaluationOneNav .OneNavNume > div.xzpcInto {
    padding-left: 5px;
  }
  .MessageDeleteQX input {
    font-size: 16px;
  }
  #app .messageNavdiv .conMainB,
  .messageNavdiv .contentM {
    padding: 0 2px;
  }
  #app .messageNavdiv a,
  .messageNavdiv a {
    display: flex;
    align-items: center;
    letter-spacing: 0;
    font-size: 16px;
  }
  #app .messageNavdiv a:before,
  .messageNavdiv a:before {
    margin-right: 0px;
    width: 40px;
    height: 40px;
    background-size: 88% !important;
  }
  #app .messageNavdiv li,
  .messageNavdiv li {
    padding: 5px 2px;
  }
  #app select.form-control {
    height: 40px;
  }
  #app .eAssigMainP_top select.form-control {
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%;
  }
  #app .eAssigMainP_top select.form-control:nth-child(2) {
    margin-right: 0;
  }
  #app .eAssigMainP_top input.InputYellow {
    margin-left: 0;
  }
  #app .eAssigMain.eAssStyle .eAssigMainP_top {
    margin: 0 5px;
  }
  #app input.InputYellow {
    line-height: 40px;
    height: 40px;
    width: 60px;
    padding: 0;
    margin-left: 1%;
  }
  .SearchBox .buddySearch .SearchInputGroup {
    border-radius: 8px;
  }
  .SearchBox .buddySearch .SearchInputGroup footer {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .SearchBox .buddySearch select {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .SearchBox .popUpMain > header h1 {
    padding: 0px;
    font-size: 18px;
    line-height: 40px;
  }
  .SearchBox input.SearchButton {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    min-width: 40px;
  }
  .SearchBox .buddySearch select,
  .SearchBox .buddySearch input:nth-child(1) {
    font-size: 16px;
    line-height: 36px;
    padding-right: 5px;
    min-width: 138px;
  }
  .SearchList ul li {
    padding: 5px 0;
  }
  .SearchList > h1 {
    font-size: 15px;
    line-height: 25px;
  }
  .SearchList ul li a {
    padding: 5px 10px;
  }
  .SearchList ul li a div:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
  }
  .SearchBox b.closeInto {
    width: 30px;
    height: 30px;
    top: 6px;
    right: 5px;
  }
  .contentM > .sta_hw_div {
    margin: 10px 0;
  }
  h1.eAssigTextH1 {
    font-size: 18px;
  }
  .overflower_sp select {
    height: 40px;
  }
  .sp_chaxun {
    line-height: 40px;
    height: 40px;
    width: 60px;
  }
  #app tr.tableText {
    line-height: 40px;
  }
  .sHCTable > div > div {
    height: 80vw !important;
  }
  .eRewardTop .growthCenterDHK span:first-child,
  .growthCenterDHK span {
    font-size: 14px;
  }
  .eRewardTop .growthCenterDHK li span:first-child::before {
    width: 23px;
    height: 23px;
    margin-right: 3px;
    background-size: 100% !important;
  }

  .titlePartLeftDiv span,
  .titlePartRightDiv span {
    font-size: 15px;
    letter-spacing: 0;
  }
  .cTitle span {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .xzksWTop ul,
  .xzksWTop ul li a {
    min-height: 45px;
  }
  .masthead .zjm_main {
    padding-top: 5px;
  }
  .xzksBox .zjm_xl .nav-tabs {
    margin-bottom: 10px;
  }
  .xzksBox .zjm_xl .nav-tabs > li {
    margin-right: 10px;
  }
  .zjm_xl .nav-tabs > li.active > a {
    line-height: 38px;
  }
  .word_headerTit header {
    font-size: 18px;
  }
  .SeCResultDiv {
    padding: 10px;
  }
  .eCompopopUpBox .my_answer > ul li {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .SeCResultWin .popUpMain {
    margin: 0 12px;
  }
  .eCompopopUpBox .my_answer > ul {
    padding-bottom: 5px;
  }
  .eCompopopUpBox .my_answers,
  .eCompopopUpBox .ckfw {
    border: 3px solid #f6f7fa;
    padding: 10px;
  }
  .popUpMain > header {
    line-height: 45px;
    font-size: 17px;
    height: auto !important;
  }
  b.closeInto {
    width: 25px;
    height: 25px;
    right: 5px;
  }
  .tips .popUpMain > header::before {
    background-size: 130px;
    height: 100px;
  }
  .tips .popUpMain > header div:nth-child(2) button {
    min-width: 110px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
  }
  .tips .popUpMain > header div:nth-child(2) button:nth-child(2) {
    line-height: 40px;
  }
  .tips .popUpMain > header div:nth-child(1) {
    font-size: 18px;
    padding-top: 0;
  }
  .tips .popUpMain > header div:nth-child(1) span {
    font-size: 16px;
  }
  .tips .popUpMain > header div:nth-child(2) {
    padding: 15px 0;
  }
  .tips div.close {
    width: 25px;
    height: 25px;
  }
  .tips div.close::before,
  .tips div.close::after {
    height: 2px;
  }
  .popUpMain {
    min-height: 250px;
  }
  .eCompopopUpBox.SeCResultWin .popUpHeader > span {
    padding: 0;
  }
  .ap-footer .ap-footer-copy div {
    padding: 0;
    font-size: 14px;
  }
  .ap-footer-copy {
    height: auto;
    padding: 2px 0;
  }
  .NeweAssignment_nav.eAssignment_nav li a span {
    font-size: 14px;
  }
  .eClassic_body .eclasslist_tit a {
    padding: 10px 5px 10px 16px !important;
    background-position: 15px 10px !important;
  }
  .xfunland_nav .contentM {
    padding: 5px 0;
  }
  .xfunland_nav ul {
    padding-top: 0;
  }
  .xfunland_navL li a {
    line-height: 40px;
    font-size: 17px;
  }

  .ResultReportTit {
    padding: 5px 0 0;
    font-size: 17px;
  }
  .minheight2 .dzzy_eA {
    padding: 5px;
  }
  .minheight2 .ea_table_div {
    padding-top: 8px;
  }
  .graded_body .eclasslist_tit a {
    width: 31.333333% !important;
    padding: 8px 0px !important;
    margin: 5px 1% !important;
  }
  .leveledBook_nav .eAssNavdiv > div a,
  .leveledBook_nav .eAssNavdiv > div.active a {
    /* padding: 5px; */
  }
  .eAssStyle div.eAssigMain_r {
    margin: 5px 10px 5px 0;
  }
  .eAssStyle select.form-control {
    max-width: none;
  }
  .xeAssignment_logo div:nth-child(1) {
    font-size: 15px;
    padding-top: 0;
  }
  .newAssConLR select {
    max-width: none;
  }
  .studentXMNume .contentM {
    padding: 0 5px;
  }
  .studentXMNume ul li {
    width: 50%;
  }
  .popUpMain {
    min-width: 320px;
  }
  .footerButton input {
    line-height: 35px;
    padding: 0 10px;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    min-width: 60px;
  }

  .eAssNavdiv a {
    font-size: 17px;
  }
  .eAssNavdiv a::before {
    height: 35px;
  }
  .SharingCenterList h1 {
    padding-top: 5px;
    font-size: 16px;
  }
  .SharingCenterList h2,
  .SharingCenterText > div {
    padding-left: 5px;
  }
  .SharingCenterList h2 {
    flex-wrap: wrap;
    font-size: 15px;
  }
  .menuHome > header {
    width: 32px;
    height: 32px;
  }
  .menuHome > header span::before {
    top: 7px;
  }
  .menuHome > header span::after {
    bottom: 7px;
  }
  .ICTHeaderTit {
    padding: 0;
  }
  .teacherICT .contentMax {
    padding-top: 8px;
    border-radius: 8px;
    margin: 0 10px;
  }
  .ICTHeaderTit span:nth-child(1) {
    font-size: 18px;
    line-height: 25px;
  }
  .ICTHeaderTit span:nth-child(1)::before,
  .ICTHeaderTit span:nth-child(1)::after {
    width: 20px;
    height: 20px;
  }
  .ICTHeaderTit span:nth-child(2) {
    font-size: 15px;
    padding: 0;
  }
  .teacherICT ul li h1,
  .YDZYUl li > div header h1,
  .ICTTools ul li h1 {
    font-size: 16px;
  }
  .teacherICT ul {
    padding: 0 0 5px;
  }
  .teacherICT ul li a span,
  .YDZYUl li > div header span {
    font-size: 14px;
    letter-spacing: 0.01rem;
  }
  .teacherICT ul li a {
    padding-bottom: 8px;
    border-radius: 5px;
  }
  .teacherJC {
    margin-top: -25px;
    padding-top: 10px;
  }
  .teacherJC .contentMax {
    padding-bottom: 0;
  }
  .headerTit {
    font-size: 18px;
    padding-left: 38px;
  }
  .YDZYUl li > div {
    padding: 0 0 5px 0;
    border-radius: 8px;
  }
  .teacherJC ul {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  .teacherJC ul li {
    width: 50% !important;
    padding-bottom: 5px;
  }
  .SharingCenter {
    padding-left: 5px;
    padding-right: 5px;
  }
  .YDZYUl li > div img {
    width: 25vw;
  }
  .teacherICT ul li a::before {
    width: 20vw;
    height: 20vw;
  }
  .ICTTools ul li:nth-child(2) {
    min-width: auto;
  }
  .ICTTools ul li a {
    font-size: 15px;
    padding: 5px 0 10px 0;
  }

  .ICTTools ul {
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .SharingCenterTit a {
    font-size: 16px;
    width: 135px;
    border-radius: 5px;
  }
  .SharingCenterTit a span:nth-child(2) {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01rem;
  }
  .headerTit span:nth-child(2) {
    font-size: 14px;
    letter-spacing: 0.01rem;
  }
  .SharingCenterTit a::after {
    width: 22px;
    height: 22px;
  }
  .headerTit::after {
    width: 35px;
    height: 35px;
  }
  .buddyMain > header h2,
  .buddyMain > header h3 {
    font-size: 2vw;
    padding-bottom: 0;
  }
  .pageT ul li a {
    min-width: 40px;
    line-height: 38px;
    justify-content: center;
  }
  .pageT ul li.next a,
  .pageT ul li.previous a {
    padding: 0 10px;
  }
  .eDSearch input.eDS_text {
    line-height: 20px;
  }
  .eDSearch input.eDS_button {
    border-radius: 8px;
    line-height: 40px;
    height: 40px;
    padding: 0;
    font-size: 16px;
  }
  .FooterN {
    font-size: 15px;
    padding: 10px 0;
  }
  .FooterN .contentMax {
    padding: 0 10px;
  }
  .AIENumber {
    margin-right: 5px;
  }
  .SelfPlanLessonDiv li {
    width: 50%;
  }
  .SelfPlanLessonDiv > header {
    width: 100%;
    margin-right: 15px;
    border-radius: 8px;
  }
}
@media (max-width: 450px) {
  .apShuoming {
    right: 45px;
    background-position: center left 9px;
    background-size: auto 98%;
  }
  .CIndex_ft {
    display: none;
  }
  .relbody .bookDiv .etuIMG .product-grid {
    margin-bottom: 30px;
  }
  .eClassic_body .eZhishi_con .col-sm-6 {
    padding: 0 5px;
    width: 100%;
  }
  .eClassic_body .product-grid {
    padding-bottom: 30px;
  }
  .eClassBook {
    padding: 5px;
  }
  .eClassBook .col-md-3,
  .relbody .bookDiv .etuIMG,
  .AnimatedComicNr .row > div {
    width: 100%;
  }
  .read_bu01,
  .read_bu02 {
    padding: 5px 10px;
  }
  .eClassBody .product-grid {
    margin-bottom: 60px;
  }
  .MainRelease_Level .el-button {
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    min-width: 80px;
    padding: 8px;
  }
  input.submitButton,
  input.resetButton,
  input.cancelButton {
    font-size: 17px;
    border-radius: 5px;
    padding: 0 10px 0 45px;
    background-position: center left 10px;
    margin: 0 5px;
  }
  .MainRelease_divLP .MainRelease_r {
    padding: 0;
  }
  .MainRelease_r.MainRelease_rLP,
  .MainRelease_r.MainRelease_inputText {
    padding: 0 1vw;
  }
  .lessonPlanRelease .MainRelease {
    min-height: auto;
  }
  .releaseHeader h1 {
    padding-left: 12px;
  }
}
@media (max-width: 420px) {
  .AIEvaluation > ul {
    padding-right: 5px;
  }
  .startTime,
  .endTime {
    font-size: 16px;
  }
  .pgs {
    margin: 0 10px;
    height: 6px;
    border-radius: 3px;
  }
  .pgs .pgs-play::before {
    right: -5px;
    width: 10px;
    height: 10px;
  }
  .ai_evalucation_audio_play .AudioBox > header {
    padding: 10px 0;
  }

  .ai_evalucation_audio_play {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 8px;
    padding-top: 15px;
  }
  .AIEvaluation
    > ul
    li:nth-child(3)
    .AIEvaluationFooter
    button.UploadAudioButton {
    background-size: 30px auto;
    background-position: center left 5px;
    margin-bottom: 0;
  }
  .AIEvaluation
    > ul
    li:nth-child(3)
    .AIEvaluationFooter
    button.UploadAudioButton
    div {
    padding: 0 10px 0 35px;
  }
  .VideoDelete button,
  .ai_evalucation_audio_play input.AudioVoiceInput {
    width: 40px;
    height: 40px;
  }
  .AIEvaluationFooter button {
    min-width: auto;
    margin: 0 4px;
    height: 45px;
  }
  .AIEvaluationFooter button div {
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 5px 0 33px;
  }
  .AIEvaluationFooter button div span:nth-child(2) {
    font-size: 11px;
  }
  .AIEvaluationFooter button.UploadAudioButton {
    background-size: 32px;
    background-position: center left 0;
  }
  .AIEvaluationFooter button.EvaluationButton div {
    background-size: 30px;
    padding-left: 38px;
    padding-right: 5px;
    background-position: center left 5px;
    padding-top: 0;
    height: auto;
  }
  .AIEvaluationFooter button.RecoedingButton {
    background-size: 26px auto;
    background-position: center left 0;
  }
  .AIEvaluationFooter button.RecoedingButton div {
    padding-left: 25px;
    padding-right: 5px;
  }

  .AIEvaluationFooter button {
    min-width: 100px;
    margin: 0 4px;
    padding: 0 3px;
    min-height: 45px;
    height: 45px;
  }
  .AIEvaluationFooter button.EvaluationButton div {
    background-size: 32px;
    padding-left: 40px;
    padding-right: 5px;
    background-position: center left 6px;
    padding-top: 0;
    height: auto;
  }
  .AIEvaluationFooter button.RecoedingButton div {
    padding-left: 25px;
  }
  .AIEvaluationFooter button.RecoedingButton {
    background-size: 28px auto;
    background-position: center left 0px;
    min-width: auto;
  }
  .AIEvaluationFooter button.UploadAudioButton {
    background-size: 32px;
    background-position: center left 2px;
  }
  .AIEvaluationFooter button.EvaluationButton {
    padding-left: 0;
  }
  .AIEvaluationFooter button div {
    font-size: 15px;
    padding: 0 2px 0 30px;
  }
  .AIEvaluationFooter button div span:nth-child(2) {
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 3px;
    letter-spacing: 0.02rem;
  }

  .SearchBox .buddySearch select {
    min-width: 127px;
    padding: 0 2px;
  }
  .studentReading .overflower_sp select {
    width: 100%;
    margin: 5px 0;
  }
  .studentReading .overflower_sp a.sp_chaxun {
    width: 100%;
    margin: 5px 0;
  }
  .growthCenterTable .highcharts-axis-labels.highcharts-xaxis-labels > text,
  .studentHomeworkCompletedDiv
    .highcharts-axis-labels.highcharts-xaxis-labels
    > text,
  .highcharts-series-group .highcharts-tracker .highcharts-data-label text,
  .highcharts-axis-labels.highcharts-xaxis-labels text,
  .highcharts-label text {
    font-size: 14px !important;
  }
  .growthCenterTitle h2 {
    font-size: 15px;
    padding-bottom: 0px;
  }
  .growthCenterTitle > ul span b {
    font-size: 20px;
    margin-right: 0;
  }
  .AIEvaluationOneNav .OneNavNume > div > span span {
    font-size: 13px;
  }
  .eAssignment_nav.NeweAssignment_nav ul li a {
    padding: 5px 0;
  }
  .NeweAssignment_nav.eAssignment_nav li a span {
    font-size: 3.2vw;
  }
  .leveledBook_nav .eAssNavdiv > div {
    padding: 0;
  }
  .eAssStyle li.eAssigFooter input {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .eAssigMain_r span.ant-calendar-picker,
  .eAssigMain_r #publishTime {
    width: 100%;
  }
  .eAssStyle .eAssigMain_div li {
    flex-wrap: wrap;
  }
  .eAssStyle div.eAssigMain_r {
    margin: 5px 10px;
  }
  .eAssStyle div.eAssigMain_l {
    line-height: 25px;
    padding-top: 5px;
  }
  .eAssStyle div.eAssigMain_r .max_box {
    padding-top: 0;
  }
  .eAssNavdiv a::before {
    background-size: 32px !important;
    width: 30px;
  }
  .SubmitA {
    min-width: 100px;
    border-radius: 5px;
    line-height: 30px;
  }
  .newAssConUl li {
    flex-wrap: wrap;
  }
  .newAssConUl li > span:nth-child(1) {
    width: 100%;
    text-align: left;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .Wdate {
    width: 100%;
  }
  .newAssConLR textarea {
    max-width: 880px;
    margin: 0 !important;
    width: 100% !important;
  }
  .newAssConHeader {
    line-height: 30px;
    padding: 5px 0;
  }
  .timeA {
    font-size: 15px;
    display: block;
    line-height: 20px;
  }
  .teacherICT ul li a span,
  .YDZYUl li > div header span,
  .YDZYUl li > div header span,
  .ICTTools ul li span {
    font-size: 13px;
  }

  .eAssNavdiv a {
    font-size: 16px;
  }
  .headerTit span:nth-child(2) {
    font-size: 12px;
  }
  .SharingCenterTit a {
    width: 110px;
    padding: 3px 5px;
  }
  .SharingCenterTit a::after {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .headerTit {
    font-size: 17px;
    padding-left: 40px;
  }
  .SharingCenterList > header a {
    display: block;
    padding: 5px 5px 0 5px;
  }
  .eAssNavdiv a {
    font-size: 16px;
  }
  .AudioDiv input.palyInput {
    background-position: center left 8px !important;
    background-size: 62% !important;
  }
  .LDDWRecordDiv > div {
    min-width: 40px;
    height: 40px;
  }
  input.AudioVoiceInput {
    width: 40px;
    height: 40px;
    background-size: 80%;
  }
  .expand_div_cls > div > div {
    font-size: 20px;
    padding-right: 15px;
  }
  .AudioDiv input {
    width: 40px;
    height: 40px;
    margin-left: 8px;
  }
  .LDDWRecordDiv input {
    margin: 0;
  }
  .LDDWRecordDiv input.suspendInput {
    margin-left: 8px;
  }
}

/* 设备横屏时 */
@media screen and (orientation: landscape) {
}

/* 设备竖屏时 */
@media screen and (orientation: portrait) {
  @media (max-width: 450px) {
    .oral_audio_control_mark_groups audio {
      width: 50vw !important;
      height: 12vw;
    }
  }
}

/* 打印样式 */
@media print {
}
