.com-index-header {
  margin-top: 24px;
}
.com-index-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 48px;
  background: #fff;
}
.com-index-info .l {
  display: flex;
}
.com-index-info .r .com-consult {
  padding: 0 24px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
}
.com-index-info .r .com-consult:hover {
  color: #ff6600;
  border-color: #ff6600;
}
.com-index-info .com-logo {
  width: 68px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.com-index-info .com-logo img {
  width: 56px;
  height: 56px;
}
.com-index-info .com-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.com-index-info .com-title h3 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.com-index-info .com-title .com-student-num {
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.com-index-info .com-title .com-student-num span {
  color: #EEEEEE;
  margin: 0 8px;
}
.com-index-banner {
  position: relative;
  width: 100%;
  height: 250px;
}
.com-index-banner .swiper-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.com-index-banner .swiper-wrapper img {
  width: 100%;
  height: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.com-index-tab {
  margin-top: 48px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  background: #FFFFFF;
  padding: 0 32px;
}
.com-index-tab .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  width: auto;
  margin-right: 40px;
}
.com-index-tab .swiper-wrapper .swiper-slide a {
  line-height: 50px;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.com-index-tab .swiper-wrapper .swiper-slide:last-child {
  margin-right: unset;
}
.com-index-tab .swiper-wrapper .active a {
  color: #FE8A00;
}
.com-index-tab .swiper-wrapper .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FE8A00;
}
.com-index-list {
  margin: 24px 0 120px;
}
.oc_course_ul_4 li {
  margin: 0 20px 24px 0;
}
.com-title-flex {
    display: flex;
    align-items: center;
}

.com-index-info .com-title-flex .com-student-num {
    margin-top: 0;
    margin-left: 12px;
}

.com-index-info .com-title .com-remind {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
