@charset "UTF-8";
.info-study, .courses, .teachers, .channel-infos {
  border-top: 8px solid #f5f5f5;
}

.ad-home, .info-study, .mstd {
  border-bottom: 8px solid #f5f5f5;
}

/*==================
  首页
==================*/
/* 首页导航 */
.home-navbar {
  padding: 12px 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-size: cover;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
}

.home-navbar .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  width: 20%;
}

.home-navbar .nav-link .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("../img/icon.png") no-repeat;
  background-size: 445px 40px;
}

.home-navbar .nav-link .txt {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}

.home-navbar .nav-link:nth-child(1) .icon {
  background-position: 0px 0;
}

.home-navbar .nav-link:nth-child(2) .icon {
  background-position: -45px 0;
}

.home-navbar .nav-link:nth-child(3) .icon {
  background-position: -90px 0;
}

.home-navbar .nav-link:nth-child(4) .icon {
  background-position: -135px 0;
}

.home-navbar .nav-link:nth-child(5) .icon {
  background-position: -180px 0;
}

.home-navbar .nav-link:nth-child(6) .icon {
  background-position: -225px 0;
}

.home-navbar .nav-link:nth-child(7) .icon {
  background-position: -270px 0;
}

.home-navbar .nav-link:nth-child(8) .icon {
  background-position: -315px 0;
}

.home-navbar .nav-link:nth-child(9) .icon {
  background-position: -360px 0;
}

.home-navbar .nav-link:nth-child(10) .icon {
  background-position: -405px 0;
}

/* 广告优惠 */
.ad-home {
  padding-top: 8px;
  overflow: hidden;
}

.ad-home .ad-link {
  display: block;
}

.ad-home img {
  width: 100%;
}

/* 深入了解新航道 */
.know-xhd {
  padding-bottom: 8px;
  position: relative;
}

.know-xhd::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.know-xhd .xhd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}

.know-xhd .xhd-link {
  margin-bottom: 0.8%;
  width: 32.77%;
  border-radius: 5px;
  overflow: hidden;
}

.know-xhd .xhd-link img {
  display: block;
  width: 100%;
}

/* 资讯学习 */
.info-study {
  padding-bottom: 8px;
  position: relative;
}

.info-study::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.info-study .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}

.info-study .info-link {
  margin-bottom: 1.5%;
  width: 32.77%;
  overflow: hidden;
}

.info-study .info-link img {
  display: block;
  width: 100%;
}

/* 资讯 */
.home-infos {
  padding: 2px 0;
  position: relative;
  position: relative;
}

.home-infos::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.home-infos::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.home-infos .more-link {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-infos .more-link a {
  font-size: 12px;
}

.home-infos .swiper-slide:nth-child(1) .more-link a {
  color: #74b1f4;
  border-color: #74b1f4;
}

.home-infos .swiper-slide:nth-child(2) .more-link a {
  color: #fc8370;
  border-color: #fc8370;
}

.home-infos .swiper-slide:nth-child(3) .more-link a {
  color: #b2a5ed;
  border-color: #b2a5ed;
}

.home-infos .swiper-slide:nth-child(4) .more-link a {
  color: #fbd278;
  border-color: #fbd278;
}

.home-infos .swiper-slide:nth-child(5) .more-link a {
  color: #61ddbb;
  border-color: #61ddbb;
}

.nav-handle {
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-handle .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-handle .list.current:nth-child(1) span {
  color: #74b1f4;
  border-color: #74b1f4;
}

.nav-handle .list.current:nth-child(2) span {
  color: #fc8370;
  border-color: #fc8370;
}

.nav-handle .list.current:nth-child(3) span {
  color: #b2a5ed;
  border-color: #b2a5ed;
}

.nav-handle .list.current:nth-child(4) span {
  color: #fbd278;
  border-color: #fbd278;
}

.nav-handle .list.current:nth-child(5) span {
  color: #61ddbb;
  border-color: #61ddbb;
}

.nav-handle .list:last-child span::after {
  width: 0;
}

.nav-handle .list span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  height: 36px;
  font-size: 13px;
  color: #484e54;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-handle .list span::after {
  position: absolute;
  right: -7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #c4c8cc;
}

/*==================
  频道页
==================*/
/* 考试工具箱 */
.exam-tools {
  position: relative;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
}

.exam-tools::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.channel-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.channel-navbar .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  width: 25%;
}

.channel-navbar .nav-link .icon {
  width: 4.2rem;
  height: 2rem;
  border-radius: 2rem;
}

.channel-navbar .nav-link .txt {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}

.channel-navbar .nav-link:nth-child(1) .icon {
  background-position: 0rem 0;
}

.channel-navbar .nav-link:nth-child(2) .icon {
  background-position: -4.45rem 0;
}

.channel-navbar .nav-link:nth-child(3) .icon {
  background-position: -8.9rem 0;
}

.channel-navbar .nav-link:nth-child(4) .icon {
  background-position: -13.35rem 0;
}

.channel-navbar .nav-link:nth-child(5) .icon {
  background-position: -17.8rem 0;
}

.channel-navbar .nav-link:nth-child(6) .icon {
  background-position: -22.25rem 0;
}

.channel-navbar .nav-link:nth-child(7) .icon {
  background-position: -26.7rem 0;
}

.channel-navbar .nav-link:nth-child(8) .icon {
  background-position: -31.15rem 0;
}

.channel-navbar .nav-link:nth-child(9) .icon {
  background-position: -35.6rem 0;
}

.channel-navbar .nav-link:nth-child(10) .icon {
  background-position: -40.05rem 0;
}

.channel-navbar.ielts-navbar .icon {
  background: url("../img/ch_ielts_icon.png") no-repeat;
  background-size: 35.35rem;
}

.channel-navbar.toefl-navbar .icon {
  background: url("../img/ch_toefl_icon.png") no-repeat;
  background-size: 35.35rem;
}

.channel-navbar.sat-navbar .icon {
  background: url("../img/ch_sat_icon.png") no-repeat;
  background-size: 35.35rem;
}

/* 课程 */
.courses {
  padding-bottom: 12px;
  position: relative;
}

.courses::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.courses .course-info {
  padding: 0 12px;
  margin-bottom: 8px;
}

.courses .course-info img {
  display: block;
  width: 100%;
  background-color: #c4c8cc;
}

/* 教师 */
.teachers {
  padding-bottom: 12px;
}

.teachers .lists {
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teachers .lists .item {
  width: 4.2rem;
  font-size: 11px;
  color: #484e54;
  overflow: hidden;
}

.teachers .lists .item:nth-child(1) a {
  border-color: #74b1f4;
}

.teachers .lists .item:nth-child(2) a {
  border-color: #fc8370;
}

.teachers .lists .item:nth-child(3) a {
  border-color: #b2a5ed;
}

.teachers .lists .item:nth-child(4) a {
  border-color: #fbd278;
}

.teachers .lists a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.teachers .lists .img {
  width: 100%;
  height: 5.95rem;
  overflow: hidden;
}

.teachers .lists img {
  display: block;
  width: 100%;
}

.teachers .lists h5 {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.teachers .lists p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 高分学员 */
.students .lists .img {
  height: 84px;
}

.students .lists p {
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 资讯 */
.channel-infos {
  padding-bottom: 5px;
}

.channel-infos .info-list {
  margin-top: -10px;
}

/*==================
  名师团队、名师列表页、高分案例
==================*/
.teacher-wrap {
  position: fixed;
  top: 80px;
  bottom: 49px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  overflow: auto;
}

.teacher-container {
  position: fixed;
  top: 44px;
  padding: 0 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: none;
      touch-action: none;
}

.teacher-container .title-ul .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  margin: 0 10px;
  padding: 8px 12px;
  font-size: 13px;
  color: #484e54;
}

.teacher-container .title-ul .item::after {
  position: absolute;
  right: -11px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #c4c8cc;
}

.teacher-container .title-ul .item a {
  color: #484e54;
}

.teacher-container .title-ul .item:last-child::after {
  width: 0;
}

.teacher-container .title-ul .item.active {
  border-bottom: 2px solid;
}

.teacher-container .title-ul .item.active:nth-child(4n + 1) {
  color: #c6213c;
  border-color: #c6213c;
}

.teacher-container .title-ul .item.active:nth-child(4n + 1) a {
  color: #c6213c;
}

.teacher-container .title-ul .item.active:nth-child(4n + 2) {
  color: #396df9;
  border-color: #396df9;
}

.teacher-container .title-ul .item.active:nth-child(4n + 2) a {
  color: #396df9;
}

.teacher-container .title-ul .item.active:nth-child(4n + 3) {
  color: #5a37fc;
  border-color: #5a37fc;
}

.teacher-container .title-ul .item.active:nth-child(4n + 3) a {
  color: #5a37fc;
}

.teacher-container .title-ul .item.active:nth-child(4n + 4) {
  color: #fd5807;
  border-color: #fd5807;
}

.teacher-container .title-ul .item.active:nth-child(4n + 4) a {
  color: #fd5807;
}

.teacher-handle {
  position: fixed;
  top: 44px;
  z-index: 99;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.teacher-handle .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.teacher-handle .list.current:nth-child(1) span {
  color: #c6213c;
  border-color: #c6213c;
}

.teacher-handle .list.current:nth-child(2) span {
  color: #396df9;
  border-color: #396df9;
}

.teacher-handle .list.current:nth-child(3) span {
  color: #5a37fc;
  border-color: #5a37fc;
}

.teacher-handle .list.current:nth-child(4) span {
  color: #fd5807;
  border-color: #fd5807;
}

.teacher-handle .list:last-child span::after {
  width: 0;
}

.teacher-handle .list span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  height: 36px;
  font-size: 13px;
  color: #484e54;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.teacher-handle .list span::after {
  position: absolute;
  right: -7px;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #c4c8cc;
}

#teacher0 h2, #teacher4 h2 {
  color: #c6213c;
}

#teacher0 .btn, #teacher4 .btn {
  background: -webkit-gradient(linear, left top, right top, from(#ef585e), to(#c7223d));
  background: -webkit-linear-gradient(left, #ef585e, #c7223d);
  background: -o-linear-gradient(left, #ef585e, #c7223d);
  background: linear-gradient(to right, #ef585e, #c7223d);
  border-color: #e2797f;
}

#teacher0 .btn:active, #teacher4 .btn:active {
  background: #c80e2d;
}

#teacher1 h2, #teacher5 h2 {
  color: #396df9;
}

#teacher1 .btn, #teacher5 .btn {
  background: -webkit-gradient(linear, left top, right top, from(#3993f9), to(#396df9));
  background: -webkit-linear-gradient(left, #3993f9, #396df9);
  background: -o-linear-gradient(left, #3993f9, #396df9);
  background: linear-gradient(to right, #3993f9, #396df9);
  border-color: #79a3e2;
}

#teacher1 .btn:active, #teacher5 .btn:active {
  background: #1c55ee;
}

#teacher2 h2, #teacher6 h2 {
  color: #5a37fc;
}

#teacher2 .btn, #teacher6 .btn {
  background: -webkit-gradient(linear, left top, right top, from(#8c7efc), to(#5b39fc));
  background: -webkit-linear-gradient(left, #8c7efc, #5b39fc);
  background: -o-linear-gradient(left, #8c7efc, #5b39fc);
  background: linear-gradient(to right, #8c7efc, #5b39fc);
  border-color: #8a81e4;
}

#teacher2 .btn:active, #teacher6 .btn:active {
  background: #4a28ea;
}

#teacher3 h2, #teacher7 h2 {
  color: #fd5807;
}

#teacher3 .btn, #teacher7 .btn {
  background: -webkit-gradient(linear, left top, right top, from(#fa860b), to(#fd5907));
  background: -webkit-linear-gradient(left, #fa860b, #fd5907);
  background: -o-linear-gradient(left, #fa860b, #fd5907);
  background: linear-gradient(to right, #fa860b, #fd5907);
  border-color: #e2a379;
}

#teacher3 .btn:active, #teacher7 .btn:active {
  background: #e6530a;
}

.teachers-list {
  padding-bottom: 0;
  border-top: 0;
}

.teachers-list.hide {
  display: none;
}

.teachers-list.mescroll {
  padding-top: 12px;
}

.teachers-list .lists {
  padding: 0 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.teachers-list .lists .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.teachers-list .lists .item:nth-child(3n+1) a {
  border-color: #74b1f4;
}

.teachers-list .lists .item:nth-child(3n+2) a {
  border-color: #fc8370;
}

.teachers-list .lists .item:nth-child(3n+3) a {
  border-color: #b2a5ed;
}

.teachers-list .lists .item a {
  width: 5.6rem;
}

.teachers-list .lists .img {
  width: 100%;
  height: 5.6rem;
}

.mstd {
  margin-top: 0;
  padding-bottom: 12px;
}

.stu-lists {
  margin-top: 50px;
}

.stu-lists .mescroll {
  top: 80px;
}

.stu-lists .teachers {
  border-top: 0;
}

.stu-lists .teachers p {
  text-align: center;
}

/* 资讯 */
.infos-container {
  position: fixed;
  top: 44px;
  padding: 0 6px;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.infos-container .title-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.infos-container .title-ul .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  margin: 0 3px;
  padding: 11px 10px;
  font-size: 13px;
  color: #484e54;
}

.infos-container .title-ul .item::after {
  position: absolute;
  right: -3px;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #c4c8cc;
}

.infos-container .title-ul .item.active {
  border-bottom: 2px solid;
}

.infos-container .title-ul .item:nth-child(4n + 1) {
  border-color: #396df9;
}

.infos-container .title-ul .item:nth-child(4n + 2) {
  border-color: #c6213c;
}

.infos-container .title-ul .item:nth-child(4n + 3) {
  border-color: #5a37fc;
}

.infos-container .title-ul .item:nth-child(4n + 4) {
  border-color: #fd5807;
}

.infos-container .title-ul .item:last-child::after {
  width: 0;
}

/* 首页资讯 */
.infos-layout {
  margin-top: 43px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.infos-layout:first-child {
  display: block;
}

.infos-layout .choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  background-color: #fff;
}

.infos-layout .choose .choose-detail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.infos-layout .choose .choose-detail.active {
  color: #396df9;
}

.infos-layout .content .content-detail {
  height: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  position: relative;
}

.infos-layout .content .content-detail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.infos-layout .content .content-detail .content-detail-left {
  float: left;
  width: 96px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.infos-layout .content .content-detail .content-detail-left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200%;
  height: 200%;
  border: 1px solid #c4c8cc;
  border-radius: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.infos-layout .content .content-detail .content-detail-left img {
  width: 100%;
  height: 100%;
}

.infos-layout .content .content-detail .content-detail-left::after {
  z-index: 1;
}

.infos-layout .content .content-detail .content-detail-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  margin-left: 108px;
}

.infos-layout .content .content-detail .content-detail-right .right_content-top {
  font-size: 15px;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.infos-layout .content .content-detail .content-detail-right .right_content-bottom {
  font-size: 11px;
  color: #aaa;
}

/*==================
  内容页
==================*/
.content-tit {
  padding: 12px 0 10px;
  margin: 0 12px;
  position: relative;
}

.content-tit::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.content-tit h3 {
  font-size: 18px;
}

.content-tit h3 span {
  display: block;
}

.content-tit .time {
  margin-top: 5px;
  font-size: 12px;
  color: #aaa;
}

.content-tit .time span {
  margin-right: 5px;
}

.content-tit.video-tit {
  margin-top: 10.55rem;
}

.content-txt {
  padding: 10px 12px;
}

.content-txt .content-article {
  font-size: 15px;
  color: #666;
}

.content-txt .content-article img {
  max-width: 100% !important;
}

.content-txt .class-type {
  font-size: 15px;
  margin-top: 20px;
}

.content-txt .class-type a {
  color: #396df9;
}

.next-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 10px 12px 20px;
  font-size: 13px;
}

.next-article .collect_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.next-article .collect_icon::before {
  content: '';
  margin-bottom: 2px;
  width: 16px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAcCAYAAACZOmSXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2N0MxQUU2NkYyMDcxMUU4QjZBRThBNERERjVFNkJCOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2N0MxQUU2NUYyMDcxMUU4QjZBRThBNERERjVFNkJCOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQzI0RkYwMzU3RTJFODExQjNFOEJBMzNDNDY5NEI3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph5h1vwAAAJzSURBVHjavJZNSFRRFIB9Moqm4iJsoUGhQRudQYRWBZIGFlSiMiWkVC6CFuLOVaS0ctcuXRgtUmSIQpQSdCHoToQylSQVFwZitJgKi5TsO3AeXKZ5z96d3lz4OPPunHt+7rvvnOvkWI5EIuEghqErHo8f2tjIzbEfLXAHWm0NOJZZS9DL8AWOQzXZ/85W5h2QD5dUdmZl28k6D/EA+sn2J7JPnpnPz0bmXfALRvR5FCSIu6G+c7IrRHyEbrJ+acw3I55AJfM/wsr8HuzCq5T5cdiG+6FkTnbFiC24RXZTaf5vQjyH0/z/3do5hipkC+GMIWPyaWH4gk+As4gT8A7WYdOVrPuUqh9hgRSKaqgykLFhMAdP4e0RybRBrQYrXHMT0Ipo2lx2mKzXd7YID72izHQYu9kPdXA9F0eyVRehRmQYjmWoXdPPrGNEdhYxA/IJ9dg2C58m9Fj7QSO21/46cCid1AAWpGmgdPAfHEf0vJxTx9uepx3lMsRr2IEbKO9l4PgYYgzK4TK2PvsWGVVohCJ4g4FSS8elmkQJNKQ69qxwKCYRV+CrngGb8QK+acbJQOVVO9YE2L53WTepdqxqe1Srlc1Y0qpo3Vhk8fsMnEczcR5VI6E4j/ic1lMI+VRWPfq6tNfb8AyG0vTxD1CArnS5raCZS9SrLNw3nUKPdqubMCi1QJ5lXoNyD+y+Bh4LnLkuWkrJtBekNHZifFr1BrU5yV2ul98Dxk64Wz8e6DKBkQRiBZKG0z5tRF5r3CCkTwxogYmxpi1o5jXaCOah3c+psdWiU28EcV5fUaCbjGzzJDz6F6dH7IRcs6+m6xF/BBgA+lbyQedid5cAAAAASUVORK5CYII=") center no-repeat;
  background-size: 100%;
}

.next-article .collect_icon.collected::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAcCAYAAACZOmSXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMzE4MjM2MUYyMDcxMUU4OTE3NzlCMkU4NEFGOUI4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMzE4MjM2MEYyMDcxMUU4OTE3NzlCMkU4NEFGOUI4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NEIyQThBMEJFRDhFODExOUMxOUM5MjkyMEJEQzM4MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTNGQjE2OTJFRDBFODExODFFNEY0MTJDMkIzNEQ2MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgtWsq8AAAKESURBVHjavFZNSFRRFP58M1GTZbUQC2vSnEyR6Ecodw6WjQ1FzaagCKJoU4tQEGrbykWbFm3aRbRwkYFtsqRcpEzEYCSZVE4DRhGl2RipNHT7zuMOzNj4mvdm5h34OO/+nO+75717z30eOLSeS2h6PICw7ydSgy/wFW7ZjS5AvcVlFcUv8dJ2YoZD/WriEOHTvtqVrG9dZdYT6GLWvwlleral343M/UQH4dVtr2777RJ57Ey+ew04ewoX8QPnsha+gK3N+zFdX4VnfU9Ll3ktEcrIGhnZh/R48TPv6wFOHEcnkjidc9GL2LxzN+Z2+THUO1j8zOv0zvYuM57Ovj5fwrKlHR/uAzVbsAkpbGNzOyG+hthHBP7ztv4QceI5kSDeE++4rHhiCp9rI0vEeVTO0zfqzALa+0pwSueJSb0g8eMi3saHe8R6uGezRMQoa8GT+UUc5Af45IosdUSPukPmhlvdithskpvJMF9J6Yz8oiN6Wbt9Qztef/nGT+DBWEmEySv8opPzqG0MYyrxEa3cncNFFfZihLxB4bc85zwO3ycmEcYKPGRTFSiryDNAvsPkncmryDSeRPLlOI5iJfoLWICSePIcET5bFW7PGaSiMUSxiteIE2OcxAuP0/K6g1jrMPMKosFRbR+9A7Q0s7wu2Lt2M65ZQ+KFx0nm6/TqC7EKq8ppJS6vrLxA8XJ9b9gWl6A1FuOPiG7trcQbipn5CCrRfuUmQqzP18VL2+y3KQ6LDdevRs2/0zSGVRwHLhz79x9ATPo53mbOS8cwnjwPbAm/6WWFiOFVpmgkmN+u5zwjaxExjAmfHfE6Bt1WLIvBvcv+NlmaxDG+Q3jIF8g1568AAwA8F9/jjqDOqgAAAABJRU5ErkJggg==");
}

.next-article .next-art {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  text-align: right;
}

.next-article .next-art a {
  color: #396df9;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#videoPlayer {
  position: fixed;
  top: 44px;
  z-index: 999;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: 10.55rem;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
}

.news-ad {
  padding: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-top: 8px solid #f5f5f5;
  border-bottom: 8px solid #f5f5f5;
}

.news-ad img {
  width: 100%;
}

.recommend {
  margin: 0 12px;
}

.recommend h3 {
  height: 39px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
}

.recommend h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.recommend .con-txt {
  padding: 5px 0 10px;
}

.recommend .con-txt a {
  display: block;
  margin: 9px 0;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* 名师 */
.teacher-intro {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 8px solid #f5f5f5;
}

.teacher-intro .img {
  width: 112px;
  height: 150px;
  overflow: hidden;
}

.teacher-intro .img img {
  width: 100%;
}

.teacher-intro .intro {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teacher-intro .intro .title {
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  height: 30px;
  position: relative;
}

.teacher-intro .intro .title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.teacher-intro .intro .txt span {
  display: block;
  font-size: 12px;
  color: #2b2f33;
}

.teacher-intro .intro .btn {
  height: 30px;
  margin: 0;
  font-size: 13px;
}

.teacher-info {
  background-color: #fff;
  border-bottom: 8px solid #f5f5f5;
}

.teacher-info .info-tit {
  margin: 0 12px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.teacher-info .info-tit::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.teacher-info .infor {
  padding: 12px;
  color: #666;
}

.teacher-info .evaluate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

.teacher-info .evaluate .add-msg {
  padding-left: 39px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAsCAYAAAD8WEF4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4QjI1NUY1RTBFNTExRTg4QTEzOEEyMDUyRUFGMzcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4QjI1NUY2RTBFNTExRTg4QTEzOEEyMDUyRUFGMzcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhCMjU1RjNFMEU1MTFFODhBMTM4QTIwNTJFQUYzNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhCMjU1RjRFMEU1MTFFODhBMTM4QTIwNTJFQUYzNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz73gc6oAAAAoklEQVR42uzXsQ2AIBCFYTQMwCiOoCM5CTM4iRQWFhas4AaMIAUmxND5GpL/JVdcc/lIuOKG47yMMFMuV/UpV1QNt0Ybn2uu+pBrUQ0fTUcBCxYsWLBgwYIFC7ZnrG2cIn/iGv0smp1s4xRR32S7aFbgz4ItC7YKF8yXf/omlvmyBYvCx6dGH/izYMGCBQsWLFiwYMF2eNYos30ug1s5/BFgAK/SE720fW9eAAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
}

.teacher-info .more-msgs .says {
  padding: 12px 0;
  margin: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.teacher-info .more-msgs .says::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.teacher-info .more-msgs .logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  background: url(../img/avatar.png) center no-repeat;
  background-size: 80%;
}

.teacher-info .more-msgs .txt {
  padding-left: 12.5px;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.teacher-info .more-msgs .txt span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.teacher-info .more-msgs .txt span:nth-child(1) {
  font-size: 13px;
  color: #666;
  font-weight: bolder;
}

.teacher-info .more-msgs .txt span:nth-child(2) {
  font-size: 12px;
  color: #999;
}

.write-msg {
  display: none;
  padding: 12px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 15px #b7babd;
          box-shadow: 0 0 15px #b7babd;
}

.write-msg .btn {
  margin-left: 12px;
}

.write-msg .btn-gray {
  color: #aaa;
  border: none;
  height: 30px;
  background-color: #f0f0f0;
}

.write-msg .btn-gray:active {
  color: white;
  background: #398af8;
}

.write-msg .btn-gray.active {
  color: white;
  background: #398af8;
}

.write-msg .test-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 15px;
  max-height: 60px;
  padding: 5px 10px;
  outline: 0;
  border: 0;
  border-radius: 10px;
  background-color: #f0f0f0;
  overflow-y: auto;
}

/*# sourceMappingURL=maps/app.css.map */
