.course-body{
  background: linear-gradient( 181deg, #F5F8FC 0%, #EBF2FC 100%);
}
.course-bg{
  height: 4rem;
  background: url(../images/course_bg.png) no-repeat center bottom;
  background-size: cover;
}
.course-con{
  background: linear-gradient( 181deg, #F5F8FC 0%, #EBF2FC 100%);
  border-radius: .8rem .8rem 0 0;
  margin-top: -.8rem;
  min-height: calc(100vh - 6.2rem);
}
.ks-navigation-twin{
  background: none;
}
.filter{
  position: relative;
}
.filter-option{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 .7rem;
}
.filter-option_item{
  width: 25%;
  height: 2.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
}
.filter-option_itemcurr{
  color: #327DFF;
}
.filter-option_item::after{
  content: '';
  width: .5rem;
  height: .5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: .2rem;
  background-image: url(../images/filter-arrow.png);
}
.filter-option_item:first-child::after{
  background-image: url(../images/filter-carrow.png);
}
.filter-option_item:nth-child(2)::after{
  background-image: url(../images/filter-sarrow.png);
}
.filter-option_itemcurr::after{
  background-image: url(../images/filter-arrowh.png);
}
.filter-option_itemcurr:first-child::after{
  background-image: url(../images/filter-carrowh.png);
}
.filter-option_itemcurr:nth-child(2)::after{
  background-image: url(../images/filter-sarrowh.png);
}
.filter-box{
  position: absolute;
  width: 100%;
  height: calc(100vh - 5.45rem);
  background: rgb(0 0 0 / 50%);
  top: 2.25rem;
  left: 0;
  display: none;
  z-index: 10;
}
.filter-con_item{
  background: #fff;
  display: none;
}
.filter-con_item li span{
  display: none;
}
.filter-course{
  padding-bottom: 1rem;
}
.filter-con_item .filter-course li{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.filter-con_item .filter-course a{
  width: 40%;
  display: block;
  margin: 1rem 5% 0;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  background: #F5F8FC;
  font-size: .7rem;
  color: #9DA0A6;
}
.filter-con_item .filter-course a.curr{
  background: rgb(50 125 255 / 15%);
  color: #327DFF;
}
.filter-con_itemcurr{
  display: block;
}
#courseTypes a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.05rem solid #EAEFF7;
  text-align: left;
  position: relative;
  font-size: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.8rem;
  line-height: 2.2rem;
  color: #9DA0A6;
}
#courseTypes a:last-child{
  border-bottom: 0;
}
#courseTypes a.curr::after {
  display: block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: url(../../common/images/couple.png)no-repeat center;
  background-size: cover;
}
#courseTypes a.curr {
  color: #127DFD;
}
.ks-find-list{
  margin: 0 .7rem;
  border-radius: .8rem .8rem 0 0;
  min-height: calc(100vh - 9.15rem);
}
.ks-list {
  padding: .6rem;
}
.ks-list ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .7rem;
}
.ks-list ul li:last-child{
  margin-bottom: 0;
}
.ks-list ul li .images {
  width: 7.2rem;
  height: 4rem;
  border-radius: .6rem;
  overflow: hidden;
  background-image: url("../images/nopic.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ks-list ul li .class-name{
  position: absolute;
  padding: 0 0.7rem 0 0.5rem;
  line-height: 1.1rem;
  font-size: 12px;
  color: #874100;
  background: url(../images/label-bg.png) no-repeat center right;
  background-size: 100% 100%;
}
.ks-list ul li .images .images_bg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ks-list ul li .list-text {
  width: calc(100% - 7.6rem);
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ks-list ul li .list-text .list_title {
  line-height: 1.1rem;
  font-size: 0.7rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ks-list ul li .list-text .list-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: .85rem;
  font-size: .6rem;
  color: #9DA0A6;
}
.ks-list ul li .list-text .list-content .name {
  margin-right: 0.7rem;
}
.ks-list ul li .list-text .list-content .people {
  padding-left:0.7rem;
  background-image: url("../images/account.png");
  background-size: auto 0.5rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.ks-list ul li .list-text .price {
  font-weight: bold;
  font-size: .85rem;
  color: #FA4D56;
}

.news-top{
  padding: 2.55rem .7rem .75rem;
  background: url('../images/newsbg.png') no-repeat center bottom;
  background-size: cover;
}
.news-top .ks-navigation-twin{
  background: none;
}
.news-banner img{
  display: block;
}
.news_list {
  padding: .25rem .7rem 1rem;
}
.news_list ul li {
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #EAEFF7;
  margin-bottom: 1rem;
}
.news_list ul li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news_item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news_item_img{
  width: 6rem;
  height: 4rem;
  border-radius: .6rem;
  overflow: hidden;
}
.news_item_img img{
  width: 100%;
  height: 100%;
}
.news_item_info{
  width: calc(100% - 6.6rem);
}
.news_list ul li .title_name {
  font-weight: bold;
  font-size: .8rem;
  line-height: 1.2rem;
  margin-bottom: .7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list ul li .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: .85rem;
  font-size: .6rem;
  color: #B5B8BF;
}
.news_list ul li .bottom .time{
  margin-right: .8rem;
}
.news_list ul li .bottom .look font{
  color: #327DFF;
  margin-right: 0.2rem;
}
.teacher-top{
  padding: 2.55rem .7rem 1rem;
  background: url(../images/teacherbg.png) no-repeat center center;
  background-size: cover;
}
.teacher-top img{
  display: block;
}
.teacher-list {
  padding: 0.2rem 0;
}
.teacher-item{
  display: flex;
  flex-direction: row;
  margin: .8rem .7rem 0;
  justify-content: space-between;
}
.teacher-head{
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
  overflow: hidden;
  position: relative;
  background: url(../images/nopic.png)no-repeat center;
  background-size: cover;
}
.teacher-head::after{
  content: '';
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/teacher_itembg.png) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.teacher-head img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-head span{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: .5rem;
  color: #FFFFFF;
  z-index: 2;
}
.teacher-head span::before{
  content: '';
  display: block;
  width: .4rem;
  height: .4rem;
  background: url(../images/teacher_star.png) no-repeat center;
  background-size: .4rem .4rem;
  margin-right: .1rem;
}
.teacher-info{
  width: calc(100% - 4rem);
  padding-bottom: .8rem;
  border-bottom: 0.05rem solid #EAEFF7;
}
.teacher-item:last-child .teacher-info{
  border-bottom:0;
  padding-bottom: 0;
}
.teacher-info_top{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
}
.teacher-info__name{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.teacher-info__name h2{
  line-height: 1.1rem;
  font-size: .8rem;
  margin-right: .1rem;
}
.teacher-info__level{
  padding: 0 .3rem 0 .5rem;
  line-height: .7rem;
  background: linear-gradient( 270deg, #FCEBD4 0%, rgba(252,235,212,0) 100%);
  border-radius: 0 .6rem .6rem .6rem;
  border: 0.05rem solid #FCE2BD;
  font-size: .45rem;
  color: #FD800C;
  position: relative;
  margin-left: .5rem;
  box-sizing: border-box;
  height: .7rem;
}
.teacher-info__level::before{
  content: '';
  display: block;
  position: absolute;
  width: .8rem;
  height: .8rem;
  background: url(../images/teacher_level.png) no-repeat center;
  background-size: .8rem .8rem;
  left: -.4rem;
  top: 50%;
  margin-top: -.4rem;
}
.teacher-info__more{
  line-height: 1.4rem;
  background: linear-gradient( 270deg, #E6EFFF 0%, #F5F8FF 100%);
  border-radius: .3rem;
  padding:0 .6rem;
  color:#435BA1;
  font-size: 0.55rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.teacher-info__more::after{
  content: '';
  display: block;
  width: .5rem;
  height: .5rem;
  background: url(../images/teacher_arrow.png) no-repeat center;
  background-size: cover;
  margin-left: 0.1rem;
}
.teacher-info_center{
  line-height: .8rem;
  font-size: .55rem;
  margin-bottom: .2rem;
}
.teacher-info_num{
  color: #327DFF;
}
.teacher-info_intro{
  font-size: .55rem;
  color: #757575;
  line-height: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.class_list {
  padding: 1rem 0;
}
.class_list ul li {
  margin-bottom: 0.9rem;
  border-radius: 3%;
  background: #fff;
  overflow: hidden;
}
.class_list ul li .images {
  min-height: 3rem;
}
.class_list ul li .images img{
  text-align: center;
  display: block;
}
.class_list ul li .text {
  font-size: 0.75rem;
  padding: 0 0.75rem;
  line-height: 2rem;
}
.class_list ul li .text .name {
  float: left;
  max-width: 65%;
  color: #333333;
  font-size: 0.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.class_list ul li .text .charge-name {
  float: right;
  max-width: 35%;
  font-size: 0.7rem;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.class_list ul li .bottom ul li {
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  float: left;
  width: 33.33333333%;
  color: #777777;
  line-height: 2rem;
  font-size: 0.7rem;
  text-align: center;
  position: relative;
}
.class_list ul li .bottom ul li span {
  padding-left: 1.6rem;
  background-repeat: no-repeat;
  background-size: 38% auto;
  background-position: left center;
}
.class_list ul li .bottom ul li .mine {
  background-image: url("../images/mine.png");
}
.class_list ul li .bottom ul li .cour {
  background-image: url("../images/cour.png");
}
.class_list ul li .bottom ul li .message {
  background-image: url("../images/message.png");
}
.class_list ul li .bottom ul li:after {
  content: '';
  background: #d3d3d3;
  height: 0.8rem;
  width: 0.05rem;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
}
.class_list ul li .bottom ul li:last-child:after {
  display: none;
}
.account_top {
  min-height: 6rem;
  padding-top: 1rem;
  background: #127DFD;
  position: relative;
}
.account_top .account_icon {
  padding-left: 3.5rem;
  position: relative;
}
.account_top .account_icon .photo {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/nopic.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  overflow: hidden;
}
.account_top .account_icon .photo_bg{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.account_top .account_icon .photo image {
  max-height: 100%;
}
.account_top .account_icon .name {
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.account_top .account_icon .members {
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #ffffff;
}
.account_top .account_icon .sign {
  position: absolute;
  right: 0;
  top: 1rem;
  line-height: 1.8rem;
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.8rem;
  color: #b07f00;
  background: #fec106;
  border-radius: 1.4rem;
}
.account_top .account_bottom {
  width: 100%;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.account_top .account_bottom ul {
  padding: 0.75rem 0;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.05rem 0.5rem rgba(0,0,0,0.1);
}
.account_top .account_bottom ul li {
  position: relative;
  float: left;
  width: 33.33333333%;
  text-align: center;
  font-size: 0.6rem;
  color: #777777;
  line-height: 1rem;
}
.account_top .account_bottom ul li span {
  font-size: 0.7rem;
  font-weight: bold;
  color: #333333;
  display: block;
}
.account_top .account_bottom ul li:after {
  position: absolute;
  content: '';
  height: 1rem;
  width: 0.05rem;
  background: #C0C0C0;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
}
.account_top .account_bottom ul li:last-child:after {
  display: none;
}
.course_bg {
  background: #f1f2f4;
  padding: 0 0.75rem;
}
.account_list {
  margin-top: 2.5rem;
}
.account_list ul li {
  line-height: 2.75rem;
  /* border-bottom: 0.05rem solid #ebedef; */
  color: #333333;
  font-size: 0.75rem;
  position: relative;
}
.account_list ul li a {
  display: block;
  /*font-weight: bold;*/
  font-size: 0.75rem;
  color: #333333;
}
.account_list ul li .icon {
  font-size: 1.2rem;
  line-height: 2rem;
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-image: url(../images/big.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
}
.course_title{background: #fff;}
.course_title ul li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 2rem;
}
.course_title ul li a {
  display: inline-block;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.course_title ul li.active a {
  color: #127DFD;
}
.Information {
  position: relative;
  padding: 1rem 0;
}
.Information .into {
  width: 50%;
  position: absolute;
  left: 1.25rem;
  top: 1rem;
  color: #fffefe;
}
.Information .into .go {
  line-height: 1.5rem;
  color: #fffefe;
}
.Information .into .go a {
  color: #fffefe;
}
.Information .into .Brush {
  font-size: 0.7rem;
}
.Information .into .Brush a {
  color: #fff;
}
.Information .question {
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  line-height: 2rem;
  margin-top: -1rem;
}
.Information .question a {
  color: #fff;
}
.course_list {
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
}
.course_list .title {
  margin-top: 0.5rem;
  line-height: 1rem;
  font-size: 0.9rem;
}
.course_list .ks-inner {
  margin-top: 0.75rem;
  padding-bottom: 0.8rem;
}
.course_list .ks-inner ul li {
  margin-bottom: 0.75rem;
  min-height: 3.4rem;
  padding-left: 6rem;
  position: relative;
}
.course_list .ks-inner ul li .images {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.5rem;
  height: 4rem;
  background: url("../images/nopic.png") no-repeat left center;
  background-size: 100% auto;
  border-radius: 0.4rem;
  overflow: hidden;
}
.course_list .ks-inner ul li .images .images_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
}
.course_list .ks-inner ul li .text {
  padding-bottom: 0.3rem;
  /* border-bottom: 0.05rem solid #e9e6e6; */
}
.course_list .ks-inner ul li .text .teacher-name {
  line-height: 1.2rem;
  position: relative;
  font-size: 0.8rem;
  color: #999999;
}
.course_list .ks-inner ul li .text .teacher-name span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  color: #fff;
  display: inline-block;
  background: #127DFD;
  border-radius: 0.9rem;
}
.course_list .ks-inner ul li .text .seek {
  position: relative;
  margin-top: 0.75rem;
  height: 0.3rem;
  width: 100%;
  background: rgba(244, 80, 80, 0.2);
  border-radius: 0.25rem;
}
.course_list .ks-inner ul li .text .seek .seek_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #f45050;
  border-radius: 0.25rem;
  height: 0.3rem;
}
.course_list .ks-inner ul li .text .plan {
  margin-top: 0.5rem;
  line-height: 1rem;
  color: #999999;
}
.class-list {
  margin-top: 0.75rem;
  padding-bottom: 0.8rem;
}
.class-list ul li {
  margin-bottom: 0.75rem;
  padding: 0.6rem 0.6rem 0.8rem;
  border-radius: 0.3rem;
  background: #fff;
}
.class-list ul li .class-list-title {
  font-weight: bold;
  font-size: 0.7rem;
  color: #333333;
  position: relative;
  padding-right: 3rem;
  line-height: 2rem;
}
.class-list ul li .class-list-title .homework {
  display: inline-block;
  position: absolute;
  font-size: 0.6rem;
  right: 0;
  top: 0;
}
.class-list ul li .learning {
  color: #999999;
}
.class-list ul li .learning span {
  color: rgba(244, 80, 80, 0.8);
}
.class-list ul li .seek {
  position: relative;
  margin-top: 0.75rem;
  height: 0.3rem;
  width: 100%;
  background: rgba(244, 80, 80, 0.2);
  border-radius: 0.25rem;
}
.class-list ul li .seek .seek_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #f45050;
  border-radius: 0.25rem;
  height: 0.3rem;
}
.basis-list {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.basis-list .basis-header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3rem;
}
.basis-list .basis-header .basis-title {
  font-size: 0.7rem;
  line-height: 1.5rem;
}
.basis-list .basis-header .basis-student {
  font-size: 0.6rem;
  line-height: 1.5rem;
  color: #999999;
}
.basis-list .basis-header .basis-student span {
  color: #F45050;
}
.basis-list .basis-header .basis-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
}
.basis-list .basis-header .basis-photo .photo {
  width: 7.6rem;
  height: 2rem;
  position: relative;overflow: hidden;
}
.basis-list .basis-header .basis-photo .photo .box-photo {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
}
.basis-list .basis-header .basis-photo .photo .photo_1 {
  left: 0rem;
}
.basis-list .basis-header .basis-photo .photo .photo_2 {
  left: -0.75rem;
  z-index: 2;
}
.basis-list .basis-header .basis-photo .photo .photo_3 {
  left:-1.6rem;
  z-index: 3;
}
.basis-list .basis-header .basis-photo .photo .photo_4 {
  left: -2.25rem;
  z-index: 5;
}
.basis-list .basis-header .basis-photo .photo .photo_5 {
  left: -3rem;
  z-index: 6;
}
.basis-list .basis-header .basis-photo .join {
  font-size: 0.6rem;
}
.basis-list .seek {
  position: relative;
  margin-top: 0.35rem;
  height: 0.3rem;
  width: 100%;
  background: rgba(244, 80, 80, 0.2);
  border-radius: 0.25rem;
}
.basis-list .seek .seek_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #f45050;
  border-radius: 0.25rem;
  height: 0.3rem;
}
.basis-list .ks-inner {
  /*margin-top: 0.75rem;*/
  margin-bottom:0.75rem;
}
.basis-list .ks-inner ul li {
  min-height: 4rem;
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 0.6rem;
}
.basis-list .ks-inner ul li .images {
  background-image: url("../images/nopic.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 3rem;
  width: 5rem;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.basis-list .ks-inner ul li .images .images-bg {
  z-index: 11;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.basis-list .ks-inner ul li .basis-text {
  /* padding-bottom: 0.4rem; */
  /* border-bottom: 0.05rem solid #e9e6e6; */
}
.basis-list .ks-inner ul li .basis-text .title{
  line-height: 1.2rem;
  font-size: 0.7rem;
  color: #333333;
  font-weight: bold;
   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.basis-list .ks-inner ul li .basis-text .title a{
color: #333333;
}

.basis-list .ks-inner ul li .basis-text .bottom {
  /*margin-top: 0.35rem;*/
  font-size: 0.65rem;
  line-height: 1.5rem;
  position: relative;
  color: #999999;
}
.basis-list .ks-inner ul li .basis-text .bottom .Student-work {
 position: absolute;
 right: 0;
 top: 50%;
margin-top: -0.6rem;
 color: #fff;
  font-size: 0.6rem;
  display: inline-block;
  line-height: 1.2rem;
  max-width: 40%;
  padding: 0 0.5rem;
  background: #127DFD;
  border-radius: 0.9rem;
}
.basis-list .ks-inner ul li .basis-text .text{
  color:rgba(153,153,153,1);
  font-size: 0.6rem;
  line-height: 1.5rem;
}
.student-text {
  font-size: 0.7rem;
  background-image: url("../images/message-bg.png");
  background-repeat: no-repeat;
  background-position: left  center;
  background-size: auto 1.2rem;
  width: 100%;
  box-sizing: border-box;
  background-color:#fff; 
  height:2rem;
  overflow: hidden;
}
.student-text .swiper-slide{
  color: #127DFD;
  width: 80%;
  margin: 0 auto;
  font-size: 0.6rem;
  line-height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
