#banner-box {
  /* display: none; */
  width: 100%;
  height: 378px;
  position: absolute;
  top: 70px;
  overflow: hidden;
}

/* 主页轮播图 */
.bannerx {
  width: 100%;
  height: 378px;
  position: relative;
  cursor: pointer;
}

.bannerx .bannerx-arrow {
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -590px;
  top: 50%;
  z-index: 9;
  height: 60px;
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
}

.bannerx .bannerx-arrow img,
.bannerx .bannerx-arrow .bannerx-left,
.bannerx .bannerx-arrow .bannerx-right {
  width: 40px;
  height: 60px;
  cursor: pointer;
}

.bannerx .bannerx-arrow .bannerx-left,
.bannerx .bannerx-arrow .bannerx-right {
  display: none;
}

.bannerx .bannerx-arrow .bannerx-left {
  margin-left: 240px;
}

.bannerx .bannerx-arrow .bannerx-right {
  margin-right: 20px;
}

.bannerx ul {
  position: relative;
}

.bannerx ul li {
  position: absolute;
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.bannerx ul img {
  position: relative;
  left: 50%;
  /* margin-left: -549px; */
  margin-left: -50%;
  width: 100%;
  height: 490px;
  border-radius: 10px;
  object-fit: cover;
}

.bannerx ul .bannerx-imgActive {
  opacity: 1;
  z-index: 1;
}

.bannerx ol {
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.bannerx ol li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.4;
  margin: 0 6px;
  cursor: pointer;
}

.bannerx ol li img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 378px;
}

.bannerx .bannerx-active {
  opacity: 1;
  width: 20px;
}

/* 课程目录 */
.coursex {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -590px;
  z-index: 9;
  height: 100%;
  width: 220px;
  background-color: rgba(246, 246, 246, 0.9);
}

.coursex ul li {
  width: 100%;
  height: 54px;
  padding: 0 10px 0 20px;
  cursor: pointer;
}

.coursex ul li:hover {
  background-color: #0486fe;
}

.coursex ul li:hover .coursex-item1 a,
.coursex ul li:hover .coursex-item1 ._text1 {
  color: #fff;
}

.coursex ul li:hover .coursex-item1 i {
  background-image: url("../image/cate-arrow.png");
}

.coursex .coursex-item1 {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}

.coursex .coursex-item1 a,
.coursex .coursex-item1 ._text1 {
  color: #303133;
}

.coursex .coursex-item1 i {
  height: 14px;
  width: 14px;
  background: url("../image/cate-arrow-2.png") no-repeat center/contain;
}

.coursex .coursex-level {
  position: absolute;
  top: 0;
  left: 220px;
  width: 220px;
  min-height: 100%;
  background-color: rgba(246, 246, 246, 0.9);
  padding-top: 17px;
}

.coursex .coursex-level a {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  display: block;
}

.coursex .coursex-level a:hover {
  background: none;
  color: #0486fe;
}

.coursex .coursex-item2 {
  color: #303133;
  padding-left: 20px;
}

.coursex .coursex-item3 {
  color: #606266;
  padding-left: 40px;
}

/*直播列表*/
.live-box {
  padding: 20px 0;
}

.live-box .live-title {
  height: 25px;
  font-size: 18px;
  color: #303133;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-box .live-title-msg {
  font-weight: bold;
  padding-left: 5px;
  height: 18px;
  border-left: 3px solid #0088ff;
}

.live-box .live-title-more {
  font-size: 14px;
}

.live-box .live-title-more a {
  color: #303133;
}

.live-box .live-list {
  display: flex;
  flex-wrap: wrap;
}

/* 课程列表 */
.course-box {
  padding: 20px 0;
}

.course-box .course-title {
  height: 25px;
  font-size: 18px;
  color: #303133;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-box .course-title-msg {
  font-weight: bold;
  padding-left: 5px;
  height: 18px;
  border-left: 3px solid #67c23a;
}

.course-box .course-title-more {
  font-size: 14px;
}

.course-box .course-title-more a {
  color: #303133;
}

.course-box .course-list {
  display: flex;
  flex-wrap: wrap;
}

/* 套餐列表 */
.bundle-box {
  padding: 20px 0;
}

.bundle-box .bundle-title {
  height: 25px;
  font-size: 18px;
  color: #303133;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bundle-box .bundle-title-msg {
  font-weight: bold;
  padding-left: 5px;
  height: 18px;
  border-left: 3px solid #ffa400;
}

.bundle-box .bundle-title-more {
  font-size: 14px;
}

.bundle-box .bundle-title-more a {
  color: #303133;
}

.bundle-box .bundle-list {
  display: flex;
  flex-wrap: wrap;
}

/* 资讯列表 */
.advisory-box {
  display: none;
  padding: 20px 0 80px;
  overflow: hidden;
}

.advisory-box .advisory-title {
  height: 25px;
  font-size: 18px;
  color: #303133;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.advisory-box .advisory-title-msg {
  font-weight: bold;
}

.advisory-box .advisory-title-more {
  font-size: 14px;
}

.advisory-box .advisory-title-more a {
  color: #303133;
}

.advisory-box .swiper-prev,
.advisory-box .swiper-next {
  display: none;
  height: 100%;
  position: absolute;
  top: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: none;
}

.advisory-box .swiper-prev-button,
.advisory-box .swiper-next-button {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  top: 116px;
  display: flex;
  outline: none;
  cursor: pointer;
}

.advisory-box .swiper-prev {
  left: 0;
}

.advisory-box .swiper-prev-button {
  left: 50px;
}

@media (max-width: 1180px) {
  .advisory-box .swiper-prev {
    left: 20px;
  }
}

.advisory-box .swiper-next {
  right: 0;
}

.advisory-box .swiper-next-button {
  right: 50px;
}

.advisory-box .advisory-item {
  width: 580px;
  height: 188px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

.advisory-box .advisory-item.swiper-slide-active {
  margin-top: 0;
  margin-right: -19px !important;
  margin-left: 60px;
}

.advisory-box .advisory-item.swiper-slide-active a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.advisory-box .advisory-item.swiper-slide-active a::after {
  display: none;
}

.advisory-box .advisory-item a {
  height: 100%;
  padding: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.advisory-box .advisory-item a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
}

.advisory-box .advisory-item-banner {
  width: 208px;
  height: 100%;
  flex: none;
}

.advisory-box .advisory-item-content {
  margin-left: 10px;
  width: 100%;
}

.advisory-box .advisory-item-title {
  height: 44px;
  font-size: 16px;
  color: #303133;
  line-height: 22px;
}

.advisory-box .advisory-item-desc {
  height: 40px;
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  margin-top: 10px;
}

.advisory-box .advisory-item-time {
  height: 17px;
  font-size: 12px;
  line-height: 17px;
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #909399;
}

.advisory-box .advisory-item-time ._time {
  font-size: 14px;
}

.advisory-box .advisory-item-time ._watchNum {
  font-size: 12px;
  position: relative;
}

.advisory-box .advisory-item-time ._watchNum::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("../image/eye.png") no-repeat center/contain;
  height: 16px;
  width: 16px;
}
