:root {
  --title-color: #464646;
  --mod-text-red: #E0463C;
  --mod-text-blue: #3FA3FF;
  --mod-text-sub: #535353;
  --mod-text-sub2: #878787;
  --mod-border: #D9D9D9;
  --mod-bg: #F5F5F5;
}
#znz-pc {
  background-color: var(--mod-bg);
}
/* 列表头部 */
@media screen and (min-width: 1921px) {
  .layout__course__header { background-size: cover; }
}
@media screen and (max-width: 1920px) {
  .layout__course__header { background-size: 1920px 306px; }
}

.layout__course__header {
  width: 100%;
  min-width: 1200px;
  height: 363px;
  margin-top: 66px;
  user-select: none;
  background-image: url(https://info.compassedu.hk/pc/img/course/list-header-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.layout__course__header .major-list {
  width: 100%;
  max-width: 1152px;
  height: 114px;
  padding: 13px;
  background-color: var(--bg-default-color);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__course__header .major-list .major-item {
  flex: 1;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout__course__header .major-item .logo,
.layout__course__header .major-item .logo img {
  width: 54px;
  height: 54px;
}

.layout__course__header .major-item .text {
  margin-left: 15px;
  font-size: 20px;
}

/* 主体内容 */
.layout__container {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  min-height: auto;
  width: 1152px;
}

.page__course {
  width: 1152px;
  user-select: none;
  font-family: AlibabaPuHuiTi-Regular;
  padding-bottom: 60px;
}

.page__course section[class^='module__'] {
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
}

.page__course section .list-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.page__course section .header-box {
  margin-bottom: 10px;
}

.page__course section .header-box .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: var(--title-color);
}

/* tab栏 */
.page__course .module__1 .header-box {
  margin-bottom: 0;
}

.page__course .module__1 .header-box .title {
  margin-bottom: 15px;
}

.page__course .module__1 .header-box .tab-box {
  width: 1152px;
  height: 88px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: var(--bg-light-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__course .module__1 .header-box .tab-bar {
  width: 1152px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__course .module__1 .header-box.fixed {
  padding-bottom: 88px;
}

.page__course .module__1 .header-box.fixed .tab-box {
  position: fixed;
  z-index: 10;
  top: 66px;
  left: 0;
  width: 100%;
  min-width: 1200px;
}

.page__course .module__1 .header-box .tab-item {
  flex: 1;
  height: 58px;
  background-color: #E4F2FF;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #E4F2FF;
  transition: all 0.3s;
}

.page__course .module__1 .header-box .tab-item.active {
  background-color: var(--theme-primary-color);
  color: var(--bg-default-color);
  transition: all 0.3s;
}
.page__course .module__1 .header-box .tab-item:not(.active):hover {
  border: 1px solid var(--theme-primary-color);
  color: var(--theme-primary-color);
  transition: all 0.3s;
}

.page__course .module__1 .header-box .tab-item:not(:last-child) {
  margin-right: 4px;
}

/* 背提列表 */
.page__course .module__1 .list-item {
  width: 367px;
  height: 309px;
  background-color: var(--bg-default-color);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
}

.page__course .module__1 .list-item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page__course .module__1 .list-item:not(:nth-child(3n)) {
  margin-right: 25px;
}

.page__course .module__1 .list-item .cover-box {
  position: relative;
  width: 100%;
  height: 188px;
}

.page__course .module__1 .list-item .cover-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 367px;
  height: 188px;
}

.page__course .module__1 .list-item .cover-box .text {
  position: absolute;
  z-index: 2;
  top: 49px; 
  left:30px;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  color: var(--bg-default-color);
}

.page__course .module__1 .list-item .info-box {
  flex: 1;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.page__course .module__1 .list-item .info-box .title {
  width: 100%;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

.page__course .module__1 .list-item .info-box .tag-list {
  width: 100%;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--theme-primary-color);
}

.page__course .module__1 .list-item .tag-item {
  position: relative;
}

.page__course .module__1 .list-item .tag-item:not(:first-child) {
  margin-left: 11px;
}

.page__course .module__1 .list-item .tag-item:not(:last-child)::after {
  position: absolute;
  content: ' ';
  width: 1px;
  height: 12px;
  background-color: var(--theme-primary-color);
  top: 1px;
  right: -6px;
}

.page__course .module__1 .list-item .info-line {
  width: 100%;
  height: 16px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__course .module__1 .list-item .join {
  font-size: 14px;
  line-height: 14px;
  color: var(--mod-text-sub);
}

.page__course .module__1 .list-item .join .text-red {
  color: var(--mod-text-red);
}

.page__course .module__1 .list-item .time {
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid var(--mod-text-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mod-text-blue);
}

/* 学生故事 */
.page__course .module__2 .list-item {
  width: 367px;
  height: 240px;
  background-color: var(--bg-default-color);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  padding: 25px 15px 20px;
  transition: all 0.3s;
}

.page__course .module__2 .list-item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page__course .module__2 .list-item:not(:nth-child(3n)) {
  margin-right: 25px;
}

.page__course .module__2 .list-item .info-box {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 46px;
}

.page__course .module__2 .list-item .slot__left,
.page__course .module__2 .list-item .slot__left img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.page__course .module__2 .list-item .slot__right {
  flex: 1;
  margin-left: 10px;
  height: 46px;
}

.page__course .module__2 .list-item .name {
  margin-bottom: 10px;
}

.page__course .module__2 .list-item .article-box .title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
}

.page__course .module__2 .list-item .article-box .desc {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--mod-border);
  color: var(--mod-text-sub2);
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

/* 案例 */
.page__course .module__3 .list-item {
  width: 367px;
  height: 154px;
  background-color: var(--bg-default-color);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 15px 16px;
  transition: all 0.3s;
}

.page__course .module__3 .list-item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page__course .module__3 .list-item:not(:nth-child(3n)) {
  margin-right: 25px;
}

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

.page__course .module__3 .list-item .slot__left {
  width: 66px;
  height: 88px;
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.page__course .module__3 .list-item .slot__left img {
  width: 66px;
  height: 66px;
  /* border-radius: 50%; */
  margin-bottom: 10px;
}

.page__course .module__3 .list-item .slot__left .name {
  font-size: 12px;
  line-height: 12px;
}

.page__course .module__3 .list-item .slot__right {
  flex: 1;
  height: 88px;
}

.page__course .module__3 .list-item .slot__right .title {
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.page__course .module__3 .list-item .slot__right .background,
.page__course .module__3 .list-item .slot__right .lang {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  color: var(--mod-text-sub2);
}

.page__course .module__3 .list-item .article-box {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  color: var(--theme-primary-color);
  font-size: 12px;
  line-height: 20px;
  transition: all 0.1s ease;
}

.page__course .module__3 .list-item .article-box:hover {
  transform: scale(1.04);
  color: var(--theme-primary-color);
  transition: all 0.1s ease;
}

.page__course .module__3 .list-item .article-box:active,
.page__course .module__3 .list-item .article-box:visited {
  color: var(--theme-primary-color);
}

.page__course .module__3 .list-item .article-box .tag {
  width: 58px;
  height: 20px;
  padding: 0 5px;
  background-color: #E8F4FF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page__course .module__3 .list-item .article-box .title {
  flex: 1;
  padding-left: 14px;
  padding-right: 4px;
  border: 1px solid #E8F4FF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.page__course .module__3 .list-item .article-box .title .text {
  flex: 1;
}

.page__course .module__3 .list-item .article-box .title .icon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.page__course .module__3 .more-btn {
  margin: 32px auto 0;
  font-size: 16px;
  width: 258px;
  height: 48px;
  background-color: var(--theme-primary-color);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-light-color) !important;
  transition: all 0.3s;
}

.page__course .module__3 .more-btn:hover,
.page__course .module__3 .more-btn:active,
.page__course .module__3 .more-btn:visited {
  color: var(--bg-light-color) !important;
}

.page__course .module__3 .more-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page__course .module__3 .more-btn .icon {
  margin-top: 2px;
  font-size: 24px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}