@charset "UTF-8";

/* 现代化通用样式 */
.ct1180 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-btn {
  background: linear-gradient(135deg, #4D7AFC 0%, #3B64D9 100%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(77, 122, 252, 0.3);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(77, 122, 252, 0.4);
  color: white;
}

.modern-btn-outline {
  background: transparent;
  color: #4D7AFC;
  border: 2px solid #4D7AFC;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.modern-btn-outline:hover {
  background: #4D7AFC;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(77, 122, 252, 0.4);
}

/* 隐藏原始布局 */
#banner-box {
  display: none;
}

/* 主页轮播图 */
.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 {
  z-index: 9;
  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 {
  object-fit: cover;
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 378px;
}

.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;
  height: 378px;
  overflow-y: auto;
  width: 220px;
  min-height: 100%;
  background-color: rgba(246, 246, 246, 0.9);
  padding-top: 17px;
}

/*滚动条样式*/
.coursex .coursex-level::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.coursex .coursex-level::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: #c1c1c1;
}

.coursex .coursex-level::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0;
}

.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;
  margin-bottom: 10px;
  border-left: 3px solid #67C23A;
}

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

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

.course-box .course-card-meta {
  color: lab(48.4493% 77.4328 61.5452);
  font-weight: 700;
  font-size: 20px;
}

/* 套餐列表 */
.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;
}

/* 资讯列表 */

.consultation-box {
  padding: 20px 0;
}

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

.consultation-box .consultation-title-msg {
  font-weight: bold;
  padding-left: 5px;
  height: 18px;
}

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

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

.consultation-box .consultation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.consultation-item {
  
}

.consultation-item-banner {
  object-fit: cover;
  width: 260px;
  height: 148px;
  border-bottom: 1px solid #f3f3f3;
}


.consultation-item-content {
  display: flex;
  flex-direction: column;
  padding: 20px 10px 0 10px;
}

.consultation-item-title {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(48, 49, 51, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.consultation-item-price {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  padding-top: 5px;
  color: rgba(144, 147, 153, 1);
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.consultation-item-time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 10px;
  bottom: -19px;
  position: relative;
}

.consultation-item-text {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
  line-height: 17px;
}

.consultation-item-img img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}

.consultation-item-img span {
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(144, 147, 153, 1);
  line-height: 17px
}





.advisory-box {
  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 {
  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 .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .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;
}