.resource-base-wrap {
    padding-top: 67px;
    height: 1070px;
    position: relative;
    margin-top: -31px;
    box-sizing: border-box;
}
.resource-base-wrap::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
    background-image: linear-gradient(180deg, #fcfcfd00 0%, #F7F7FB 100%);
}
.resource-base-wrap::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 1070px;
    background: url('/pc/images/2025/resource/img_bg_1.png') no-repeat;
    background-size: 100% 100%;
}
.resource-title {
    position: relative;
    z-index: 3;
    width: 238px;
    margin: 0 auto;
}
.resource-title img {
    width: 238px;
    height: 102px;
}
.resource-base-tab {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    gap: 28px;
}
.resource-base-tab-item {
    min-width: 160px;
    text-align: center;
    padding: 4px 24px 6px 16px;
    box-sizing: border-box;
    align-self: center;
    background: #FFFFFF;
    box-shadow: 0 6px 14px 0 #0000000f;
    border-radius: 35px;
}
.resource-base-tab-item img {
    width: 50px;
    height: 50px;
    margin-right: 4px;
    vertical-align: -14px;
}
.resource-base-tab-item span {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #0C0C0C;
    letter-spacing: 0;
}
.resource-base-tab-item.active {
    background-image: linear-gradient(112deg, #FFC14C 0%, #FF7136 100%);
    box-shadow: 0 4px 14px 0 #f54c234a;
}
.resource-base-tab-item.active span {
    color: #FFFFFF;
}
.resource-base-content {
    position: relative;
    z-index: 3;
    margin-top: 120px;
    margin-left: 189px;
}
.resource-base-left-wrap {
    position: relative;
    width: 422px;
    height: 883px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffffb5 60%, #ffffff8a 100%);
}
.resource-base-menu {
    padding: 10px 109px 10px 50px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 和 Edge */
}
.resource-base-menu::-webkit-scrollbar {
    display: none;
  }
  .resource-base-menu .swiper-slide {
    height: auto;
  }
  .resource-base-menu-item {
    padding: 30px 0 30px 69px;
    border-bottom: 2px solid #EEEEEE;
    display: flex;
    position: relative;
    cursor: pointer;
  }
  .resource-base-menu-item img{
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }
  .resource-base-menu-item::before {
    content: ' ';
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/pc/images/2025/resource/img_point_normal.png') no-repeat;
    background-size: 100% 100%;
  }
  .resource-base-menu-item span {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1.12px;
    word-break: break-all;
  }
  .resource-base-menu-item.active {
    border-bottom: 2px solid #EC7531;
  }
  .resource-base-menu-item.active span {
    color: #EC7531;
  }
  .resource-base-menu-item.active::before {
    background: url('/pc/images/2025/resource/img_point_pressed.png') no-repeat;
    background-size: 100% 100%;
  }
  .resource-base-menu-item.active::after {
    content: ' ';
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 8px;
    background: url('/pc/images/2025/resource/btn_more_news.png') no-repeat;
    background-size: 100% 100%;
  }
  .resource-base-left-wrap .resource-progress-wrap {
    height: 383px;
    width: 2px;
    background: #DADADA;
    bottom: 0;
    top: auto;
    left: -26px;
    right: auto;
  }
  .resource-base-left-wrap .resource-progress-wrap .swiper-scrollbar-drag {
    left: -2.5px;
    width: 7px;
    height: 114px;
    background: #EC7531;
    border-radius: 0;
  }
  .resource-switch-wrap {
    position: absolute;
    bottom: 36px;
    left: -78px;
    width: 33px;
  }
  .resource-switch-prev-btn {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(236, 117, 49, 0.32);
    margin-bottom: 38px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
  }
  .resource-switch-prev-btn img {
    position: absolute;
    left: 10px;
    top: 17px;
    width: 9px;
    height: 24px;
  }
  .resource-switch-next-btn {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(236, 117, 49, 0.32);
    position: relative;
    border-radius: 50%;
    cursor: pointer;
  }
  .resource-switch-next-btn img {
    position: absolute;
    left: 10px;
    top: -8px;
    width: 9px;
    height: 24px;
  }
  .resource-switch-next-btn.swiper-button-disabled, .resource-switch-prev-btn.swiper-button-disabled {
    opacity: 0.6;
    cursor: default;
  }
.resource-base-right-wrap {
    position: absolute;
    left: 377px;
    right: 0;
    top: 30px;

}
.resource-base-right-swiper-wrap {
    height: 536px;
    overflow: hidden;
}
.resource-base-right-swiper-wrap .swiper-slide {
  width: 1114px;
  height: 536px;
}
.resource-base-right-swiper-wrap .resource-base-right-swiper-img {
  display: block;
  width: 1114px;
  height: 536px;
  border-radius: 10px;
  opacity: 0.23;
}
.resource-base-right-swiper-wrap .swiper-slide-active .resource-base-right-swiper-img {
  opacity: 1;
}
.resource-base-right-info {
    margin-top: 46px;
    width: 1114px;
    
}
.resource-base-right-info a {
  display: block;
}
.resource-base-title {
    display: inline-block;
    padding: 5px 32px 4px 32px;
    height: 54px;
    background: #EC7531;
    border-radius: 30px 0 0 30px;
    box-sizing: border-box;
    margin-bottom: 31px;

    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 45px;
    word-break: break-all;
}
.resource-base-introduce {
    padding-left: 67px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000a3;
    letter-spacing: 0;
    line-height: 30px;
}
.resource-base-right-img {
    position: absolute;
    width: 227px;
    height: 241px;
    right: 15.5px;
    bottom: 30px;
}

.resource-teacher-wrap {
    height: 1287px;
    padding-top: 56px;
    box-sizing: border-box;
    background: url('/pc/images/2025/resource/img_bg_2.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.resource-teacher-swiper-wrap {
    margin: 55px 210px 0;
    padding: 20px;
    height: 901px;
    overflow: hidden;
}
.resource-teacher-swiper-wrap .swiper-slide {
  width: 265px;
  height: 436px !important;
}
.resource-teacher-item {
    width: 265px;
    height: 428px;
    background: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 16px 15px 0 15px;
    /* margin-bottom: 37px; */
    position: relative;
    cursor: pointer;
}
.resource-teacher-item::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 37px;
    width: 36px;
    height: 4px;
    background: #EC7531;
}
.resource-teacher-img {
    width: 235px;
    height: 338px;
    border-radius: 6px;
    display: block;
    margin-bottom: 15.5px;
}
.resource-teacher-info {
    display: flex;
    justify-content: space-between;
}
.resource-teacher-name {
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resource-teacher-name span {
    position: relative;
    z-index: 2;
}
.resource-teacher-name::before {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background-image: linear-gradient(270deg, rgba(247, 173, 95, 0) 0%, #EC7531 86%);
}
.resource-teacher-like-icon {
    width: 21px;
    height: 22px;
    cursor: pointer;
}
.resource-teacher-like-num {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.resource-teacher-like-num div {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #878787;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 1px;
    margin-left: 4px;
    margin-top: 6px;
}
.resource-teacher-wrap .resource-teacher-swiper-scrollbar {
  position: absolute;
  width: 672px;
  height: 4px;
  background: #CACACA;
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%);
}
.resource-teacher-wrap .resource-teacher-swiper-scrollbar .swiper-scrollbar-drag {
  bottom: 2px;
  top: auto;
  height: 6px;
  background: #EC7531;
  cursor: pointer;
  border-radius: 0;
}

.resource-news-wrap {
    padding-top: 67px;
}
.resource-news-top {
    margin: 50px 240px 0;
    height: 617px;
    position: relative;
}
.resource-news-swiper-wrap {
    width: 964px;
    height: 620px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.resource-news-swiper-wrap .swiper-slide {
  position: relative;
}
.resource-news-swiper-wrap .news-swiper-cover {
  display: block;
  width: 964px;
  height: 579px;
  border-radius: 12px;
}
.resource-news-swiper-wrap .news-swiper-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 703px;
  height: 70px;
  box-sizing: border-box;
}
.resource-news-swiper-wrap .news-swiper-title::before {
  content: ' ';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(254deg, #ffc14ce3 0%, #ff9e43e3 19%, #ff7136e3 100%);
  /* filter: blur(4px); */
}
.resource-news-swiper-wrap .news-swiper-title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 703px;
  height: 70px;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 70px;
}
.resource-news-swiper-wrap .news-swiper-pagination {
  position: absolute;
  right: 31px;
  left: auto;
  bottom: 70px;
  text-align: right;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.resource-news-swiper-wrap .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  margin: 0 5px;
  opacity: 1;
  background: transparent;
  box-sizing: border-box;
}
.resource-news-swiper-wrap .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.resource-news-swiper-wrap .news-swiper-button-next {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 177px;
  top: auto;
  width: 42px;
  height: 42px;
  background: #F7F7FB;
}
.resource-news-swiper-wrap .news-swiper-button-next::after {
  content: ' ';
  position: absolute;
  width: 13px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -6.5px;
  background: url('/pc/images/2025/resource/btn_next_normal.png') no-repeat;
  background-size: 100% 100%;
}
.resource-news-swiper-wrap .news-swiper-button-next:hover {
  background: #EC7531;
}
.resource-news-swiper-wrap .news-swiper-button-next:hover::after {
  background: url('/pc/images/2025/resource/btn_next_pressed.png') no-repeat;
  background-size: 100% 100%;
}
.resource-news-swiper-wrap .news-swiper-button-prev {
  position: absolute;
  bottom: 0;
  right: 219px;
  left: auto;
  top: auto;
  width: 42px;
  height: 42px;
  background: #F7F7FB;
}
.resource-news-swiper-wrap .news-swiper-button-prev::after {
  content: ' ';
  position: absolute;
  width: 13px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -6.5px;
  background: url('/pc/images/2025/resource/btn_pre1_pressed.png') no-repeat;
  background-size: 100% 100%;
}
.resource-news-swiper-wrap .news-swiper-button-prev:hover {
  background: #EC7531;
}
.resource-news-swiper-wrap .news-swiper-button-prev:hover::after {
  background: url('/pc/images/2025/resource/btn_pre1_normal.png') no-repeat;
  background-size: 100% 100%;
}
.resource-news-headline {
    margin-left: 933px;
    width: 507px;
    background: #FAFAFC;
    padding: 18px 23px 20px 61px;
    box-sizing: border-box;
}
.resource-news-headline-item + .resource-news-headline-item {
    margin-top: 23px;
}
.resource-news-headline-item a {
    display: flex;
}
.headline-item-cover {
    display: block;
    width: 175px;
    height: 118px;
    border-radius: 6px;
    margin-right: 29px;
}
.resource-news-headline-title {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 18px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 26px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.headline-link-icon {
    margin-top: 18px;
    width: 28px;
    height: 9.5px;
}
.resource-news-bototm {
    margin: 54px 240px 0;
}
.resource-news-bototm-list::after {
    content: ' ';
    display: block;
    clear: both;
}
.resource-news-bototm-item {
    float: left;
    width: 332px;
   margin: 0 0 32px 32px; 
   display: none;
}
.resource-news-bototm-item a {
  display: block;
}

.resource-news-bototm-item:nth-of-type(4n+1) {
    margin-left: 0;
}
.resource-news-bototm-cover {
    width: 332px;
    height: 226px;
    border-radius: 12px 12px 0 0;
}
.resource-news-bototm-info {
    height: 148px;
    background: #f3f3f9a6;
    border-radius: 0 0 12px 12px;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
}
.resource-news-bototm-title {
    height: 78px;
    margin-bottom: 11px;
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 18px;
    color: #0C0C0C;
    letter-spacing: 0;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.resource-news-bototm-time {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #7A83A4;
    letter-spacing: 0;
    line-height: 26px;
}
.resource-news-bototm-time .time-icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: -2px;
}
.loading-text {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #8B8B8B;
    letter-spacing: 0;
    text-align: center;
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: inline-block;
  font-size: 0;
  color: #000;
  vertical-align: middle;
  margin-right: 6px;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: #F6401D;
  border: 0 solid #F6401D;
}

.loading {
  width: 24px;
  height: 24px;
}

.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin 1s infinite ease-in-out;
}

.loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -1.125s;
}

.loading > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -1.25s;
}

.loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -1.375s;
}

.loading > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -1.5s;
}

.loading > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -1.625s;
}

.loading > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -1.75s;
}

.loading > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -1.875s;
}

.loading > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: -2s;
}

.loading.la-sm {
  width: 16px;
  height: 16px;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 64px;
  height: 64px;
}

.loading.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading.la-3x {
  width: 96px;
  height: 96px;
}

.loading.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}
.resource-footer {
    display: block;
    width: 1751px;
    height: 221px;
    margin: 60px auto 0;
}