<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  overflow: hidden;
  overscroll-behavior: contain !important;
}

.my-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  overscroll-behavior: contain !important;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
  background-color: #F7F7F7;
}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.am-drawer {
  overflow: scroll;
  overscroll-behavior: contain !important;
}

.ct {
  width: 100%;
  min-height: calc(100% - 0.8rem);
  /* overflow: scroll; */
  overscroll-behavior: contain !important;
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #F7F7F7;
}


.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.page__list__course {
  width: 100%;
}

.page__list__course a:hover,
.page__list__course a:active,
.page__list__course a:visited,
.page__list__course a {
  color: #262626;
}

.page__list__course div,
.page__list__course a {
  box-sizing: border-box;
}

/* banner雿� */
.page__list__course .banner-box {
  width: 100%;
  margin-bottom: 0.1rem;
  background-color: #FFFFFF;
  padding: 0.2rem 0;
}

#swiper {
  width: calc(100% - 0.8rem);
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

#swiper .swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  display: block;
  width: 100%;
}
.swiper-slide&gt;.item {
  display: block;
  width: calc(100% - 0.2rem);
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide&gt;.item&gt;img {
  display: block;
  width: calc(100%);
  height: auto;
}

.swiper-slide .item img {
  object-fit: cover;
  border-radius: 0.2rem;
}

/* tabbar */

.page__list__course .tab-bar {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  height: 0.88rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.page__list__course .tab-track {
  position: absolute;
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #1890FF;
  bottom: 0;
  left: 0; 
  transition: all 0.3s;
  transform: translateX();
}

.page__list__course .tab-bar.fixed {
  top: 0;
  position: fixed;
  z-index: 10;
  max-width: 7.7rem !important; 
}

.page__list__course .tab-bar .tab-item {
  height: 0.88rem;
  font-size: 0.3rem;
  color: #878787;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__list__course .tab-bar .tab-item.active {
  color: #1890FF;
}

.page__list__course section[class^="module__"] {
  width: 100%;
  background-color: #FFFFFF;
}

.page__list__course section[class^='module__']:not(:last-child) {
  margin-bottom: 0.1rem;
}

.page__list__course .header-box {
  width: 100%;
  padding: 0.3rem 0.3rem 0.05rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__course .header-box .title {
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-weight: bold;
}

.page__list__course .header-box .more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #878787;
}

.page__list__course .header-box .more-btn i {
  transform: rotate(-90deg);
  margin-top: -0.02rem;
}

.page__list__course .line-1 {
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: url('ellipsis.xml#ellipsis');
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.page__list__course .line-2 {
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -moz-binding: url('ellipsis.xml#ellipsis');
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* �峕�𣂼�𡑒”*************************** */
.page__list__course .module__1 .list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1rem 0.4rem;
}

.page__list__course .module__1 .list-item {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__course .module__1 .list-item:not(:last-child) {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.page__list__course .module__1 .list-item .slot__left {
  width: 1.83rem;
  height: 1.6rem;
  margin-right: 0.2rem;
  border-radius: 0.08rem;
  overflow: hidden;
  background-color: #F7F7F7;
  position: relative;
}

.page__list__course .module__1 .list-item .slot__left img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1.83rem;
  height: 1.6rem;
}

.page__list__course .module__1 .list-item .slot__left .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 1.83rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  line-height: 0.39rem;
  font-weight: bold;
  color: #FFFFFF;
}

.page__list__course .module__1 .list-item .slot__right {
  height: 1.6rem;
  flex: 1;
}

.page__list__course .module__1 .list-item .title {
  margin-bottom: 0.15rem;
  /* line-height: 0.28rem; */
  font-size: 0.28rem;
  font-weight: bold;
  height: 0.28rem;
}

.page__list__course .module__1 .list-item .desc {
  margin-bottom: 0.15rem;
  line-height: 0.26rem;
  font-size: 0.26rem;
  color: #535353;
  height: 0.26rem;
}

.page__list__course .module__1 .list-item .tag-list {
  margin-bottom: 0.3rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  color: #1890FF;
}

.page__list__course .module__1 .list-item .tag-item {
  position: relative;
  height: 0.24rem;
}

.page__list__course .module__1 .list-item .tag-item:not(:first-child) {
  margin-left: 0.2rem;
}

.page__list__course .module__1 .list-item .tag-item:not(:last-child)::after {
  position: absolute;
  content: ' ';
  width: 0.01rem;
  height: 0.2rem;
  background-color: #1890FF;
  top: 0.02rem;
  right: -0.1rem;
}

.page__list__course .module__1 .info-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #535353;
  font-size: 0.22rem;
  line-height: 0.22rem;
}

.page__list__course .module__1 .info-line .text-red {
  color: #E0463C;
}

/* 摮衣���鈭�*************************** */
.page__list__course .module__2 .list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.4rem 0.05rem;
}

.page__list__course .module__2 .list-item {
  width: 100%;
  padding: 0.25rem 0;
}

.page__list__course .module__2 .list-item:not(:last-child) {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.page__list__course .module__2 .list-item .info-box {
  margin-bottom: 0.15rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__course .module__2 .list-item .slot__left {
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  margin-right: 0.15rem;
  overflow: hidden;
  background-color: #F7F7F7;
}

.page__list__course .module__2 .list-item .slot__left img {
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  object-fit: cover;
}

.page__list__course .module__2 .list-item .slot__right {
  flex: 1;
  height: 0.71rem;
}

.page__list__course .module__2 .list-item .slot__right .name {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.page__list__course .module__2 .list-item .slot__right .project {
  font-size: 0.28rem;
  line-height: 0.28rem;
  height: 0.28rem;
}

.page__list__course .module__2 .list-item .article-box {
  width: 100%;
  background-color: #F7F8FA;
  border-radius: 0.08rem;
  padding: 0.25rem;
}

.page__list__course .module__2 .list-item .article-box .title {
  font-size: 0.26rem;
  /* line-height: 0.26rem; */
  margin-bottom: 0.14rem;
  font-weight: bold;
  height: 0.26rem;
}

.page__list__course .module__2 .list-item .article-box .desc {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #535353;
  text-align: justify;
}


/* ��𣂼������*************************** */
.page__list__course .module__3 .list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.4rem 0.05rem;
}

.page__list__course .module__3 .list-item {
  width: 100%;
  padding: 0.25rem 0;
}

.page__list__course .module__3 .list-item:not(:last-child) {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.page__list__course .module__3 .list-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.15rem;
}

.page__list__course .module__3 .list-item .slot__left {
  width: 1.19rem;
  height: 1.6rem;
  margin-right: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__list__course .module__3 .list-item .slot__left img {
  width: 1.19rem;
  height: 1.19rem;
  margin-bottom: 0.15rem;
}

.page__list__course .module__3 .list-item .slot__left .name {
  font-size: 0.26rem;
  line-height: 0.26rem;
}

.page__list__course .module__3 .list-item .slot__right {
  flex: 1;
  height: 1.6rem;
}

.page__list__course .module__3 .list-item .slot__right .title {
  font-size: 0.28rem;
  line-height: 0.39rem;
  /* height: 0.78rem; */
  margin-bottom: 0.15rem;
}

.page__list__course .module__3 .list-item .slot__right .background {
  margin-bottom: 0.15rem;
}

.page__list__course .module__3 .list-item .slot__right .background,
.page__list__course .module__3 .list-item .slot__right .lang {
  height: 0.26rem;
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #878787;
}

.page__list__course .module__3 .list-item .article-box {
  width: 100%;
  height: 0.46rem;
  padding: 0 0.12rem;
  border-radius: 0.08rem;
  background-color: #E4F2FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__course .module__3 .list-item .article-box img {
  width: 0.98rem;
  height: 0.2rem;
  display: block;
}

.page__list__course .module__3 .list-item .article-box,
.page__list__course .module__3 .list-item .article-box:visited,
.page__list__course .module__3 .list-item .article-box:hover,
.page__list__course .module__3 .list-item .article-box:active {
  color: #1890FF;
}

.page__list__course .module__3 .list-item .article-box .title {
  flex: 1;
  font-size: 0.26rem;
  line-height: 0.26rem;
  height: 0.26rem;
  padding-left: 0.24rem;
  overflow-y: hidden;
  position: relative;
}

.page__list__course .module__3 .list-item .article-box .title::after {
  position: absolute;
  content: ' ';
  top: 0.03rem;
  left: 0.13rem;
  width: 0.01rem;
  height: 0.40rem;
  background-color: #1890FF;
}


.advertisement {
  width: 100%;
  height: 2.68rem;
  padding: 0.22rem 0.24rem;
  margin-top: 0.1rem;
  background-color: white;
  box-sizing: border-box;
}

.advertisement_img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  background-color: #e9e9e9;
}

.advertisement_img&gt;img {
  width: 100%;
  height: 100%;
}</pre></body></html>