@font-face {
  src: url("/wp/common/fonts/YouSheBiaoTiHei-2.ttf");
  font-display: swap;
  font-family: "YouSheBiaoTiHei";
}

.home-banner {
  margin-bottom: 10px;
  padding-top: 40px;
}

.home-banner-main {
  width: 900px;
  padding: 0 10px;
}

.home-banner-side {
  width: 300px;
  padding: 0 10px;
}

.home-banner .banner-side-list .link {
  width: 280px;
  height: 110px;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.home-banner .banner-side-list .link .image {
  width: 100%;
  height: 100%;
}

.banner-swiper {
  border-radius: 5px;
  overflow: hidden;
}

.banner-swiper .image {
  width: 880px;
  height: 370px;
}

.banner-swiper .swiper-button-prev:hover,
.banner-swiper .swiper-button-next:hover {
  transition: 0.1s ease-out;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.banner-swiper .swiper-button-prev:hover .icon,
.banner-swiper .swiper-button-next:hover .icon {
  background-image: url("/wp/common/images/common/swiper-arrow-gray.png");
}

.banner-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 7px;
  background-color: #fff;
  border-radius: 7px;
}

.banner-swiper .swiper-pagination-bullet-active {
  width: 24px;
}

.home-title {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 40px;
  margin-bottom: 20px;
}

.home-title .title {
  display: flex;
  align-items: center;
}

.home-title .title-icon {
  max-width: 30px;
}

.home-title .title .text {
  margin-left: 6px;
  margin-right: 8px;
  font-family: "YouSheBiaoTiHei";
  font-size: 30px;
}

.home-title .more {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #60656b;
}

.home-title .more:hover {
  color: #dc5254;
}

.home-title .more .text {
  font-size: 14px;
}

.home-title .more .icon {
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
}

.recommend-box {
  padding-bottom: 24px;
}

.recommend-box:nth-child(1) {
  padding-top: 50px;
}

.recommend-live .live-swiper {
  padding-top: 10px;
  margin-top: -10px;
  padding-bottom: 20px;
}

.recommend-live .live-swiper .swiper-button-disabled {
  pointer-events: initial !important;
}

.recommend-live .live-swiper .swiper-button-prev,
.recommend-live .live-swiper .swiper-button-next {
  background: #afb2b5;
  margin-top: -30px;
}

.recommend-live .live-swiper .swiper-button-prev.swiper-button-disabled,
.recommend-live .live-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #f5f5f5;
}

.recommend-live .live-swiper .swiper-button-prev.swiper-button-disabled .icon-svg path,
.recommend-live .live-swiper .swiper-button-next.swiper-button-disabled .icon-svg path {
  stroke: #afb2b5;
}

.recommend-live .live-swiper .swiper-button-prev .icon-svg path,
.recommend-live .live-swiper .swiper-button-next .icon-svg path {
  stroke: #393f47;
}

.recommend-live .live-swiper .swiper-button-next .icon-svg {
  transform: rotate(180deg);
}

.live-card {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.1s ease-out;
  display: block;
  cursor: pointer;
}

.live-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 3px 10px rgba(189, 189, 189, 0.5);
}

.live-card-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  z-index: 1;
  position: relative;
  padding: 0 20px;
  height: 48px;
}

.live-card-header::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0.8) 0%, rgba(245, 245, 245, 0.2) 100%);
  opacity: 0.6;
}

.live-card-footer {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 66px;
  margin: 0 20px;
  border-top: 1px solid #f9f9f9;
}

.live-card-footer .text {
  font-size: 14px;
  color: #949699;
}

.live-card-footer .text .number {
  font-family: DIN;
  color: #60656b;
}

.live-card-footer .button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 92px;
  height: 32px;
  background: linear-gradient(90deg, #fa5b50 0%, #ff7c4d 100%);
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.live-card-footer .button__main {
  background: linear-gradient(90deg, #dc5254 0%, #dc5254 100%);
}

.live-card-footer .button.disabled {
  opacity: 0.5;
  cursor: default;
}

.live-card .live-time {
  justify-content: start;
  -webkit-justify-content: start;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #74787e;
  font-size: 14px;
}

.live-card .live-time .text {
  font-weight: bold;
  margin-left: 5px;
}

.live-card .live-time .time {
  margin-left: 4px;
  font-weight: normal;
}

.live-card .live-state__live {
  font-size: 14px;
  color: #fc5b5b;
}

.live-card .live-state__live .icon {
  transform: translateY(-2px);
}

.live-card .live-state__over {
  color: #949699;
  font-size: 14px;
}

.live-card .teacher {
  padding: 24px 20px;
  overflow: hidden;
}

.live-card .teacher .portrait {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.live-card .teacher .detial {
  margin-left: 66px;
}

.live-card .teacher .detial .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #393f47;
  margin-bottom: 5px;
}

.live-card .teacher .detial .text {
  font-size: 14px;
  color: #60656b;
}

.recommend-course .link-banner {
  display: block;
  transition: 0.1s ease-out;
  border-radius: 5px;
  overflow: hidden;
  height: 314px;
  position: relative;
}

.recommend-course .link-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 3px 10px rgba(189, 189, 189, 0.5);
}

.recommend-course .link-banner .advclass-top-l {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  background: rgba(208, 42, 39, 0.6);
  padding: 4px 8px;
  border-radius: 5px 0px 12px 0px;
}

.recommend-course .link-banner .advclass-top-l .imgbox {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.recommend-course .link-banner .advclass-top-l .text {
  font-size: 12px;
  color: #fff;
  margin-left: 6px;
  margin-right: 5px;
}

.recommend-course .link-banner .advclass-content {
  position: absolute;
  background: #fff;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border-radius: 4px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recommend-course .link-banner .advclass-content .advclass-content-l {
  flex: 1;
  min-width: 0;
}

.recommend-course .link-banner .advclass-content .advclass-content-l .title {
  font-size: 16px;
  color: #2c2725;
  font-weight: bold;
}

.recommend-course .link-banner .advclass-content .advclass-content-l .label-bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding-right: 30px;
}

.recommend-course .link-banner .advclass-content .advclass-content-l .label-bottom .label-item {
  padding: 1px 4px;
  font-size: 12px;
  color: #13bf80;
  border: 1px solid rgba(19, 191, 128, 0.3);
  border-radius: 3px;
}

.recommend-course .link-banner .advclass-content .advclass-content-l .label-bottom .label-text {
  font-size: 12px;
  color: #706c6a;
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.recommend-course .link-banner .advclass-content .advclass-content-r {
  font-size: 12px;
  color: #e60003;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(230, 0, 3, 0.5);
  border-radius: 4px;
}

.recommend-course .link-banner .advclass-content .advclass-content-r img {
  margin-left: 6px;
}

.recommend-exam .exam-card {
  height: 120px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
  padding: 27px 20px 24px;
  position: relative;
}

.recommend-exam .exam-card .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.recommend-exam .exam-card-header .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  height: 44px;
  font-weight: bold;
  line-height: 22px;
  color: #393f47;
  margin-bottom: 5px;
}

.recommend-exam .exam-card-header .desc .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  color: #949699;
}

.recommend-quetionset .quetionset-card {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.1s ease-out;
  justify-content: start;
  -webkit-justify-content: start;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top left;
  height: 120px;
  padding-left: 60px;
  margin-bottom: 20px;
  border: none;
}

.recommend-quetionset .quetionset-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 3px 10px rgba(189, 189, 189, 0.5);
}

.recommend-quetionset .quetionset-card__style1 .font {
  color: #fc615a;
}

.recommend-quetionset .quetionset-card__style2 .font {
  color: #39a4ff;
}

.recommend-quetionset .quetionset-card__style3 .font {
  color: #ffa800;
}

.recommend-quetionset .quetionset-card .image-box {
  width: 90px;
}

.recommend-quetionset .quetionset-card .image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.recommend-quetionset .quetionset-card .detail {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-quetionset .quetionset-card .detail .name {
  font-size: 18px;
  color: #393f47;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 1px;
}

.recommend-quetionset .quetionset-card .detail .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #949699;
  font-size: 14px;
  line-height: 20px;
}

.page-footer {
  margin-top: 40px;
}
