@charset "utf-8";
body,
html {
  margin:0;
  height: 100%;
  background-color: #f5f7fa;
}
ul li {
  list-style-type: none;
}
.new-wrap {
  background-color: #f5f7fa;
}
.new-navbar {
  /* position: fixed;
  top:0;
  left:0; */
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  width:100%;
  height: 80px;
}
.new-navbar-logo {
  padding: 18px 27px;
  background: #3385ff;
}
.new-navbar-logo__image {
  width:174px;
  height: 34px;
}
.new-navbar-collapse {
  display: flex;
  flex-direction: row;
  padding: 25px 0;
  min-width: 386px;
  height: 36px;
  line-height: 20px;
}
.es-header .nav.navbar-nav>li.active>a:after {
  content: '';
  width: 28px;
  height: 6px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: url('/static-dist/app/img/180919/index/xiahuaxian_icon.png') no-repeat center;
  background-image: -webkit-image-set(url('/static-dist/app/img/180919/index/xiahuaxian_icon.png') 1x, url('/static-dist/app/img/180919/index/xiahuaxian_icon@2x.png') 2x)
}
.navbar-user {
  right: 20px;
}
.new-search {
  padding: 10px 28px 10px 14px !important;
  border-radius: 18px;
}
.new-search:placeholder {
  color: #AFC2CE 
}
.new-banner {
  /* margin-top: 70px; */
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  margin-bottom: 47px;
}
.new-banner-swiper {
  width: 100%;
  height: 380px;
}
.new-banner-slide {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 380px;
  overflow: hidden;
  text-align: center;
}
.new-banner-slide .item-txt-box {
  width: 800px;
  height: 380px;
  line-height: 380px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -400px;
  z-index: 10;
}
.new-banner-swiper img {
  width:100%;
  height:100%;
}
.new-banner-swiper .swiper-button-prev {
  left: 190px;
} 
.new-banner-swiper .swiper-button-next {
  right: 190px;
}
.new-banner-swiper .swiper-button-white{
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 20px 20px;
}
.new-banner-swiper .swiper-pager{
  position: absolute;
  left: -10%;
  bottom: 60px;
  z-index: 100;
  width: calc(100% + 260px);
  text-align: center;
}
.new-banner-swiper .swiper-pagination-bullet{
  margin: 0 4px;
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.50);
	border: 0 solid #fff;
}
.new-banner-swiper .swiper-pagination-white .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.80);
	border-radius: 5px;
	width: 18px;
}
.new-banner-rectangle {
  position:absolute;
  top: 340px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 0;
  max-width: 1140px;
  width: 100%;
  mix-blend-mode: normal;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 2px 20px #7c8db11a;
}
.new-rectangle-item {
  padding: 10px 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff8f8;
  color: #333333;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
}
.new-rectangle-item:hover, 
.new-rectangle-item:visited,
.new-rectangle-item:active {
  color: #333333;
}
.new-rectangle-item__img {
  width:  auto;
  height: 40px;
  margin-right:10px;
}
.new-wrap-second {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
}
.new-second-hot {
  max-width: 850px;
  margin-right:20px;
}
.new-second-title {
  position: relative;
  height: 66px;
  margin-bottom: 16px;
}
.new-second__img {
  position: absolute;
  top:0px;
  left: -22px;
  width: 168px;
  height: 66px;
}
.new-second-title__date {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #8391b2;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;

}
.new-hotcourse {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}
.new-hotcourse-cell {
  position: relative;
  /* justify-content: space-between; */
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right:10px;
  max-width: 270px;
  height: 354px;
  border-radius: 8px;
  border: 1px solid #e5ecf7;
  box-sizing: border-box;
  background: #ffffff;
}
.new-hotcourse-cell:last-child {
  margin-right:0px;
}
.new-hotcourse-cell-tags {
  position: absolute;
  top: 7px !important;
  left: -8px;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 11px;
  padding: 4px 8px;
  line-height: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold !important;
}
.new-hotcourse-cell-tags.tags-free {
  background: linear-gradient(180deg, rgba(6, 191, 0, 1) 0%, rgba(0, 126, 17, 1) 100%);
}
.new-hotcourse-cell-tags.tags-new {
  background: linear-gradient(180deg, rgba(255, 188, 68, 1) 0%, rgba(255, 102, 19, 1) 100%);
}
.new-hotcourse-cell-tags.tags-doing {
  background: linear-gradient(180deg, rgba(68, 178, 255, 1) 0%, rgba(19, 116, 255, 1) 100%);
}
.new-hotcourse-cell-tags.tags-hot {
  padding-left: 21px;
  background: url('/static-dist/app/img/new-index/hot_icon@2x.png')top left no-repeat, linear-gradient(180deg, rgba(255, 0, 0, 1) 0%, rgba(218, 0, 0, 1) 100%);
  background-size: 18px 20px;
}
.new-hotcourse__img {
  display: inline-block;
  width:100%;
  height:150px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.new-hotcourse__title {
  height: 48px;
  margin-top: 10px;
  padding: 0 14px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;/*弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;   /*排列方式*/ 
  -webkit-line-clamp: 2;/*显示文本行数*/
  overflow: hidden;/*溢出隐藏*/
}
.new-hotcourse__time {
  margin: 10px 0;
  padding: 0 14px;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.new-hotcourse-teacher {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* padding: 0 14px; */
  /* margin-bottom: 10px; */
}
.new-hotcourse-teacher-conta {
  /* width: 83px; */
  overflow: hidden;
}
.new-hotcourse-teacher__avatar.new-teacher__img {
  border-radius: 50%;
  object-fit: cover;
  /* margin-right: -25px; */
}
.new-hotcourse-teacher__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid #ffffff;
}
.new-hotcourse-teacher__text{
  margin-left: 8px;
  color: #5a6271;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.new-hotcourse-bottom {
  position: absolute;
  bottom:0;
  left:0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 50px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color:#f1f1f1;
}
.new-hotcourse-bottom__num {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 12px;
}
.new-hotcourse-bottom-price {
  color: #e83d2c;
  font-weight: 400;
  font-size: 12px;
}
.new-hotcourse-bottom-price b {
  font-weight: 600;
  font-size: 18px;
}
.new-hotcourse-bottom-price .gray {
  color: #666666;
  font-weight: 600;
  font-size: 18px;
}
.new-second-bottom {
  margin-top: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 827px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
}
.new-second-bottom-cell {
  position: relative;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  border-right-width: 1px;
  border-right-color: #ededed;
  border-right-style: solid;
}
.new-second-bottom-cell:last-child {
  border: none;
}
.new-second-bottom_img {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.new-second-bottom__text {
  margin-left: 5px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.new-second-bottom-cell-code {
  display: none;
  z-index: 9;
  position: absolute;
  top: 79px ;
  left: 0;
  padding: 20px;
  border: 1px solid rgba(216, 229, 249, 1);
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(235, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 44.71%);
  box-shadow: 0px 0px 20px rgba(48, 69, 90, 0.1);
}
.new-second-bottom-cell-code::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  border-width: 10px;
  margin-left: -10px;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-bottom: 10px rgba(216, 229, 249, 1) solid;
}
.new-second-bottom-cell-code::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px; /*向下偏移量是矩形边框宽度的1.4（根号2）倍，即8.4，top值为-26-（-8.4）*/
  left: 90px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(235, 243, 255, 1);

}
.new-second-bottom-cell-code img {
  width: 160px;
  height: 160px;
}
.new-second-right {
  max-width: 270px;
}
.new-second-right .new-second-title {
  width: 100%;
}
.new-second-information {
  padding: 14px;
  width: 100%;
  height: 454px;
  background: url('/static-dist/app/img/new-index/zixunbg_pic@2x.png') no-repeat center;
  background-size: 270px 454px;
  box-sizing: border-box;
}
.new-second-information-tab{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  width: 128px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #e3eeff;
  box-sizing: border-box;
  background: #ffffff;
}
.new-second-information-tab__text {
  display: inline-block;
  width: 50%;
  height: 26px;
  color: #c2c2c2;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.new-second-information-tab__active {
  border-radius: 4px;
  background: #f1f7ff;
  color: #313f55;
  font-weight: 600;
}
.new-second-info-list {
  margin-top: 16px;
  padding:  0px 2px;
}
.new-second-info-cell {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  list-style-type: none;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.new-second-info-cell .num {
  margin-right: 14px;
  color: #c3cdd4;
  font-family: Impact;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}
.new-second-info-cell p {
  margin: 0;
  display: -webkit-box;/*弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;   /*排列方式*/ 
  -webkit-line-clamp: 2;/*显示文本行数*/
  overflow: hidden;/*溢出隐藏*/
}
.new-second-info-cell:hover .num,
.new-second-info-cell:hover  p,
.new-second-info-cell:hover a {
  color: #3385ff;
}
.new-second-info-cell:hover p {
  font-weight: 450px;
}
.new-second-info-cell a {
  color: #4a4a4a;
}
.new-wrap-third{
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 47px 0 0;
}
.new-wrap-third-bg {
  margin-bottom: 27px;
  text-align: center;
}
.new-wrap-third-bg .title-bg {
  display: inline-block;
  height: 66px;
  width: 168px;
  background-size: 168px 66px;
  background-position: center;
  background-repeat: no-repeat;
}
.new-wrap-third-bg .title-bg.hot-bg{
  background-image: url('/static-dist/app/img/new-index/title01@2x.png');
}
.new-wrap-third-bg .title-bg.study-bg{
  background-image: url('/static-dist/app/img/new-index/title02@2x.png');
}
.new-wrap-third-bg .title-bg.jingsai-bg{
  background-image: url('/static-dist/app/img/new-index/title03@2x.png');
}
.new-wrap-third-bg .title-bg.keyan-bg{
  background-image: url('/static-dist/app/img/new-index/title04@2x.png');
}
.new-wrap-third-bg .title-bg.pinpai-bg{
  background-image: url('/static-dist/app/img/new-index/title09@2x.png');
}
.new-wrap-third-bg .title-bg.mingshi-bg{
  background-image: url('/static-dist/app/img/new-index/title06@2x.png');
}
.new-wrap-third-bg .title-bg.pingjia-bg{
  background-image: url('/static-dist/app/img/new-index/title07@2x.png');
}
.new-wrap-third-bg .title-bg.chengguo-bg{
  width: 196px;
  background-size: 196px 66px;
  background-image: url('/static-dist/app/img/new-index/title08@2x.png');
}
.new-wrap-third-bg a {
  float: right;
  font-size: 14px;
  color: #6d6d6d;
  padding-top: 28px;
  position: absolute;
  right: 0;
  color: #aaaaaa;
  font-weight: 400;
  line-height: 20px;
}
.es-icon-chevronright:before {
  content: '';
  position: absolute;
  top: 26px;
  right: -18px;
  width: 20px;
  height: 22px;
  background: url('/static-dist/app/img/180919/index/gengduo_icon@2x_1.png') repeat-x center;
  background-image: -webkit-image-set(url('/static-dist/app/img/180919/index/gengduo_icon@2x_1.png') 1x, url('/static-dist/app/img/180919/index/gengduo_icon@2x_1.png') 1x);
  background-size: 100% 100%;
}
.new-wrap-third .sub-title {
  text-align: center;
  color: #8b8b8b;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.new-screen-wrap {
  padding-top:45px;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.new-advantage-box {
  height: 458px;
  margin-top: 30px;
  background: url('/static-dist/app/img/new-index/youshi_pic@2x.png') center no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
}
.mingshi-swiper {
  margin: 0 auto;
  max-width: 1361px;
  height: 321px;
  position: relative;
  box-sizing: border-box;
}
.mingshi-swiper .swiper-button-white {
  z-index: 9;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0);
  background-size: 20px 20px;
}
.mingshi-swiper .swiper-button-prev {
  left: -10px;
}
.mingshi-swiper .swiper-button-next {
  right: -10px;
}
.new-wrap-third-item {
  padding: 35px 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.new-wrap-third-cell {
  position: relative;
  padding: 0 5px 20px;
  width: 270px;
  height: 240px;
  position: relative;
  background: url('/static-dist/app/img/new-index//jiangshibg@2x.png') top no-repeat;
  background-size: 270px 242px;
  box-sizing: border-box;
}
.new-wrap-third-cell_avatar{
  top: -7px;
  left: 50%;
  position: absolute;
  margin-left: -57px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background: #ffffff;
}
.new-wrap-third-cell__name {
  margin-top: 114px;
  text-align: center;
  color: #333333;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
}
.new-wrap-third-cell__edu {
  margin-top: 9px;
  text-align: center;
  color: #939597;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.new-wrap-third-cell__info {
  padding: 0 15px;
  margin-top:20px;
  text-align: center;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;/*弹性伸缩盒子模型显示*/
  -webkit-box-orient: vertical;   /*排列方式*/ 
  -webkit-line-clamp: 2;/*显示文本行数*/
  overflow: hidden;/*溢出隐藏*/
}
.new-wrap-third-cell-hover__info {
  position: absolute;
  bottom: 0px;
  /* top: 138px; */
  left: 0px;
  margin: 0;
  width: 270px;
  padding: 12px;
  opacity: 0.901;
  mix-blend-mode: normal;
  border-radius: 0px 0px 20px 20px;
  background: var(--3385FF, #3385ff);
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
/* 学员评价 */
.student-evaluate-wrap {
  background: #fff;
  box-shadow: 0 2px 40px 0 rgba(3, 45, 107, 0.1);
  border-radius: 14px;
}

.student-evaluate-wrap .top-sign {
  height: 48px;
  margin: 0 30px;
  position: relative;
  border-bottom: 1px solid #EEF2F5
}

.student-evaluate-wrap .top-sign .radius-sign {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B0F9DC;
  top: 20px;
  left: 61px
}

.student-evaluate-wrap .top-sign::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFAEAE;
  top: 20px;
  left: 0
}

.student-evaluate-wrap .top-sign::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFDFAE;
  top: 20px;
  left: 32px
}

.student-evaluate-content {
  margin: 30px 0px;
  overflow: hidden;
}
@-webkit-keyframes scrollToLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
@keyframes scrollToLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
@keyframes scrollToLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    display: none;
  }
}
.student-line-first {
  position: relative;
  display: flex;
  /* 每条评论长度累加的 */
  width: 7190px;
  /* width: 13120px; */
  -webkit-animation: scrollToLeft 56s linear infinite;
  animation: scrollToLeft 56s linear infinite;
}
.student-line-second {
  position: relative;
  display: flex;
  /* 每条评论长度累加的 */
  width: 7190px;
  /* width: 13020px; */
  -webkit-animation: scrollToLeft 50s linear infinite;
  animation: scrollToLeft 50s linear infinite;
}
.student-evaluate-content ul {
  position: relative;
  /* overflow: hidden */
  width: 50%;
  display: inline-block;
  height: 144px;
}

.student-evaluate-content .item {
  position: relative;
  float: left;
  margin-left: 50px;
  /* transition: all .3s; */
}

.student-evaluate-content .item.review {
  margin-bottom: 10px
}

.student-evaluate-wrap .img-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute
}

.student-evaluate-wrap .item.review .img-circle {
  position: static;
  vertical-align: bottom
}

.student-evaluate-wrap .text {
  display: inline-block;
  padding: 8px 20px;
  margin-left: 66px;
  max-width: 600px;
  background: linear-gradient(90deg, #d0ebff 0%, #d6eeff 100%);
  color: #254a8b;
  border-radius: 28px 28px 28px 2px;
  line-height: 22px;
}
.student-evaluate-wrap .lan .text {
  background: linear-gradient(90deg, #67a4ff 0%, #3385ff 100%);
  color: #FFFFFF;
}

.student-evaluate-wrap .review .text {
  border-radius: 18px;
  margin-left: 0;
  margin-bottom: 10px;
  position: relative
}


.student-evaluate-content .item.review .text-review {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 8px 10px;
  height: 56px
}

.student-evaluate-wrap .text-review .nick-level {
  padding: 0
}

.student-evaluate-wrap .nick-level {
  transition: all .3s;
  font-size: 12px;
  color: #31363F;
  padding-top: 8px
}

.student-evaluate-wrap .nick-subtext {
  transition: all .3s;
  font-size: 12px;
  color: #909EAB
}

.student-evaluate-content .self {
  text-align: right
}

.student-evaluate-content .self .img-circle {
  float: right;
  position: absolute;
  top: 0;
  right: 0
}

.student-evaluate-content .self .text {
  border-radius: 28px 28px 2px 28px;
  background-image: linear-gradient(90deg, #46B0FF 0%, #1A9FFF 100%);
  color: #fff;
  margin-right: 76px;
  margin-left: 0;
  text-align: left;
}

.student-evaluate-content .self.review .text {
  border-radius: 18px;
  margin-right: 0;
  position: relative
}

.new-wrap-third-cg {
  /* width: 1140px;
  margin-right: 98px; */
}
.chengguo-swiper {
  margin: 0 auto;
  max-width: 1361px;
  height: 453px;
  position: relative;
  box-sizing: border-box;
}
.chengguo-swiper .swiper-button-white { 
  z-index: 9;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: 0.2;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0);
  background-size: 20px 20px;
}
.chengguo-swiper .swiper-button-prev {
  left: -10px;
}
.chengguo-swiper .swiper-button-next {
  right: -10px;
}
.students-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.student-item {
  width: 366px;
  height: 453px;
  border-radius: 20px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  background: #f2f2f2;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}
/* 底部导航 */
.new-footer-logo img {
  width: 174px;
  height: 34px;
}
.footer-main .link-item:nth-child(2) {
  margin-top: 23px;
}
.footer-main .link-item:nth-child(3) {
  margin-top: 23px;
} 
/* web端 */
.course-container {
  display: grid;
  grid-template: 2fr / repeat(2, 47vw);
  margin-bottom: 20px;
  margin: 0 2vw;
  grid-column-gap: 7px;
}
.course-card {
  margin-bottom: 7px;
  position: relative;
  /* width: 174px; */
  /* height: 221px; */
  border-radius: 6px;
  background: #ffffff;
}
.course-card__img {
  display: inline-block;
  width: 100%;
  /* height: 98px; */
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.course-card__title {
  margin-top: 8px;
  padding: 0 10px;
  height: 44px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.course-card__time {
  margin-top: 6px;
  padding: 0 10px;
  color: #9b9b9b;
  font-weight: 450;
  font-size: 12px;
  line-height: 17px;
}
.course-card-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}
.course-card-bottom__num {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.course-more {
  display: block;
  margin: 0 auto;
  width: 95vw;
  height: 44px;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  color: #888888;
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
}
.advantage-box {
  display: flex;
  flex-direction: column;
  background: none;
}
.teacher-card {
  margin-right: 18px;
  padding: 20px;
  width: 270px;
  height: 280px;
  /* opacity: 0.6; */
  box-sizing: border-box;
  background: url(/static-dist/app/img/new-index//jiangshibg@2x.png) top no-repeat;
  background-size: 270px 280px;
}
#teacher-swiper.swiper-slide {
  width: 278px;
  height: 280px;
}
.teacher-card-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.teacher-card_avatar {
  margin-right: 14px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.teacher-card-info {
  display: flex;
  flex-direction: column;
}
.teacher-card__name {
  color: #333333;
  font-weight: 800;
  font-size: 16px;
}
.teacher-card__edu {
  color: #939597;
  font-weight: 400;
  font-size: 14px;
}
.teacher-card__desc {
  margin-top: 17px;
  color: #666666;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
.students-wrap {
  display: flex;
  flex-direction: row;
  width: 95vw;
  margin-left: 12px;
  overflow: scroll;
}
/* 遮罩弹窗 */
.alert-over-dialog {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);;
  z-index: 101;
  color: #585858;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alert-over-dialog .alert-box {
  width: 240px;
  min-height: 260px;
  border-radius: 17px;
  top: 50%;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  border: 1px solid #d8e5f9;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ebf3ff 0%, #ffffff 44.71%);
  box-shadow: 0px 0px 20px #30455a1a;
}
.alert-box .closeover {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 16px;
  color: #95abff;
  cursor: pointer;
}
.alert-box .stepnormal {
  padding-top: 40px;
}
.alert-box .codeImg {
  width: 160px;
  height: 160px;
}
.alert-over-box .tips {
  margin-top: 6px;
  font-size: 14px;
  color: #585858;
}
.new-wrap-bottom {
  width: 95vw;
  margin: 3px auto 0;
  padding: 16px 0 9px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 827px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
}
.new-wrap-bottom-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.new-wrap-bottom_img {
  width: 34px;
  height: 34px;
}
.new-wrap-bottom__text {
  margin-left: 5px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.new-wrap-information {
  padding: 14px;
  position: relative;
  width: 90vw;
  height: 454px;
  background: url(/static-dist/app/img/new-index/zixunbg_pic@2x.png) no-repeat center;
  background-size: 100% 454px;
  margin: 0 auto;
  box-sizing: border-box;
}
.students-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.student-box__img {
  width: 178px;
  height: 220px;
  margin-right: 20px;
  border-radius: 10px;
}
.es-header .nav.navbar-nav>li.m-vav-active>a:after{
  content: none;
}
@media (max-width:767px) {
  .es-wrap {
    background-color: #f6f9fd !important;
  }
  /* .es-header .nav.navbar-nav>li.active>a:after{
    content: none;
  } */
  .navbar-user {
    width: 36px;
  }
  .m_search_box {
    right: 70px;
  }
  .navbar-more {
    top: 11px;
    right: 120px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E2E5E7;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
  }
  /* banner */
  .banner-img-wrap {
    top: 0;
    padding: 0;
  }
  .banner-img-wrap .swiper-container,
	.banner-img-wrap .index-banner img,
	.banner-img-wrap .mobile-banner img {
		width: 100vw;
    height: 125px;
    border-radius: inherit;
	}
  .new-wrap-third {
    padding-top: 30px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
  }
  .new-wrap-third-bg {
    margin-bottom: 20px;
    text-align: center;
  }
  .new-wrap-third-bg .title-bg {
    height: 56px;
    width: 143px;
    background-size: 143px 56px;
  }
  .new-hotcourse-cell-tags {
    left: -4px;
    padding: 4px 6px;
  }
  .new-second-information {
    position: relative;
    width: 90vw;
    background-size: 100% 454px;
    margin: 0 auto;
  }
  .new-second-information-tab {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
  .student-evaluate-wrap {
    width:95vw;
    margin:0 auto;
  }
  .student-evaluate-wrap .top-sign {
    margin: 0;
    margin-left: 20px;
  }
  .students-list {
    flex-direction: row;
    flex-wrap:nowrap;
  }
  .student-item {
    width:178px;
    height: 220px;
  }
  .new-second-info-cell.active .num,
  .new-second-info-cell.active p,
  .new-second-info-cell.active a {
    color: #3385ff;
  }
  .new-second-info-cell.active {
    color: #3385ff;
  }
  .new-second-bottom-cell:nth-child(1) .new-second-bottom-cell-code {
    left:100%;
  }
  .new-second-bottom-cell:nth-child(2) .new-second-bottom-cell-code {
    left:0%;
  }
  .new-second-bottom-cell:nth-child(3) .new-second-bottom-cell-code {
    left:-100%;
  }
  .new-wrap-third-bg .title-bg.chengguo-bg {
    width: 165px;
    background-size: 165px 56px;
  }
  .student-item {
    margin-right: 20px;
    border-radius: 10px;
  }
}