: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;
  --mod-default-bg: #FBFBFB;
}
#znz-pc {
  background-color: var(--mod-default-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 390px; }
}

/* tab栏 */
.layout__nav__bar.join-hover,
.layout__nav__bar.join-hover .layout__nav__toggle:not(.hide),
.layout__nav__bar.join-hover .layout__nav__toggle:not(.hide) .component__anchor {
  overflow: unset;
}

.layout__nav__bar.join-hover .layout__nav__toggle:not(.hide) .qrcode {
  display: block;
}



.component__anchor {
  width: 1000px;
  margin: 0 auto;
  color: var(--title-color);
}

.component__anchor .layout__left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.component__anchor .layout__right {
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  position: relative;
}

.component__anchor .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--mod-text-sub);
  margin-top: 8px;
  padding-left: 20px;
}

.component__anchor .tag .icon {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/course/logo-tag.png);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.component__anchor .tag .tag-item {
  margin-right: 15px;
}

.component__anchor .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.component__anchor .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: var(--mod-text-red);
  margin-bottom: 8px;
}

.component__anchor .text-red {
  color: var(--mod-text-red);
}

.component__anchor .date {
  position: relative;
  margin-left: 20px;
}

.component__anchor .date:before {
  position: absolute;
  content: ' ';
  top: calc(50% - 7px);
  left: -10px;
  width: 1px;
  height: 14px;
  background-color: var(--mod-text-sub2);
}

.component__anchor .join-btn {
  cursor: pointer;
  margin-left: 25px;
  width: 159px;
  height: 46px;
  background-color: var(--mod-text-red);
  border-radius: 8px;
  color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.component__anchor .join-btn .icon {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/course/logo-join.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}

.join-btn .qrcode {
  position: absolute;
  padding: 15px;
  background-color: var(--bg-default-color);
  top: 50px;
  right: 0;
  z-index: 2;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.join-btn .teacher-pic {
  height: 360px;
}

.layout__course__header {
  width: 100%;
  min-width: 1200px;
  height: 462px;
  margin-top: 66px;
  user-select: none;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-default-color);
}

.layout__course__header.project {
  background-image: url(https://info.compassedu.hk/pc/img/course/detail-bg-1.png);
}
.layout__course__header.intership {
  background-image: url(https://info.compassedu.hk/pc/img/course/detail-bg-2.png);
}
.layout__course__header.research {
  background-image: url(https://info.compassedu.hk/pc/img/course/detail-bg-3.png);
}
.layout__course__header.competition {
  background-image: url(https://info.compassedu.hk/pc/img/course/detail-bg-4.png);
}

.layout__course__header .title-box {
  width: 1100px;
  height: 328px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 60px 10px;
  color: var(--bg-default-color);
}

.layout__course__header .logo-box {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout__course__header .logo-box .logo {
  width: 44px;
  height: 44px;
  margin-right: 13px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/course/detail-header-logo.png);
  background-repeat: no-repeat;
}

.layout__course__header .logo-box .text {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

.layout__course__header .main-box {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layout__course__header .sub-box {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--bg-default-color);
  font-size: 20px;
  line-height: 20px;
  color: var(--mod-text-sub);
}

.layout__course__header.project .sub-box {
  color: #585EED;
}

.layout__course__header .info-box {
  width: 1100px;
  height: 134px;
  padding: 40px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: var(--bg-default-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.layout__course__header .info-box .slot__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 73px;
}

.layout__course__header .info-box .detail,
.layout__course__header .info-box .join-btn {
  height: 48px;
  margin-bottom: 10px;
}

.layout__course__header .info-box .detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: var(--mod-text-sub);
  font-size: 14px;
  line-height: 14px;
}

.layout__course__header .info-box .detail .price {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: var(--mod-text-red);
  margin-right: 15px;
}

.layout__course__header .info-box .detail .text-red {
  color: var(--mod-text-red);
}

.layout__course__header .info-box .detail .date {
  position: relative;
  margin-left: 20px;
}

.layout__course__header .info-box .detail .date:before {
  position: absolute;
  content: ' ';
  top: calc(50% - 7px);
  left: -10px;
  width: 1px;
  height: 14px;
  background-color: var(--mod-text-sub2);
}

.layout__course__header .info-box .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--mod-text-sub);
}

.layout__course__header .info-box .tag .icon {
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/course/logo-tag.png);
  background-repeat: no-repeat;
  margin-right: 5px;
}

.layout__course__header .info-box .tag .tag-item {
  margin-right: 15px;
}

.layout__course__header .info-box .join-btn {
  cursor: pointer;
  width: 159px;
  background-color: var(--mod-text-red);
  border-radius: 8px;
  color: var(--bg-default-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.layout__course__header .slot__right.type-2,
.layout__course__header .slot__right.type-3 {
  justify-content: center;
}

.layout__course__header .slot__right.type-2 .join-btn,
.layout__course__header .slot__right.type-3 .join-btn {
  margin-bottom: 0;
}

.layout__course__header .info-box .join-btn:hover .qrcode {
  top: 100%;
  right: -15px;
  display: block;
}

.layout__course__header .info-box .join-btn .icon {
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/pc/img/course/logo-join.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}

.layout__course__header .info-box .timecount {
  font-size: 14px;
  line-height: 14px;
  color: var(--mod-text-sub);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.layout__course__header .info-box .timecount .text-red {
  color: var(--mod-text-red);
  margin: 0 5px;
}

.layout__container {
 width: 100%; 
 padding-top: 0;
}

.page__detail__course {
  width: 100%;
  min-width: 1200px;
}

.page__detail__course section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page__detail__course section:nth-child(odd) {
  background-color: var(--bg-default-color);
}

.page__detail__course section:nth-child(even) {
  background-color: var(--mod-default-bg);
}

.page__detail__course .content-container {
  width: 1000px;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page__detail__course section:nth-child(odd) .content-container {
  padding: 30px 0;
}

.page__detail__course section:nth-child(even) .content-container {
  padding: 60px 0;
}

.page__detail__course .content-container .main-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  color: var(--title-color);
}

.page__detail__course .content-container .main-title .text {
  margin: 0 10px;
}

.page__detail__course .content-container .title-icon {
  width: 26px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page__detail__course .content-container .title-icon.project {
  background-image: url(https://info.compassedu.hk/pc/img/course/icon-title-1.png);
}
.page__detail__course .content-container .title-icon.intership {
  background-image: url(https://info.compassedu.hk/pc/img/course/icon-title-2.png);
}
.page__detail__course .content-container .title-icon.research {
  background-image: url(https://info.compassedu.hk/pc/img/course/icon-title-3.png);
}
.page__detail__course .content-container .title-icon.competition {
  background-image: url(https://info.compassedu.hk/pc/img/course/icon-title-4.png);
}


.page__detail__course .content-container .li-dot::before {
  position: absolute;
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-primary-color);
}

.page__detail__course .content-container .content {
  width: 100%;
}

/*负责老师****************************** */
.page__detail__course .teacher .content-item {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.page__detail__course .teacher .teacher-1 img {
  width: 196px;
  height: 270px;
}

.page__detail__course .teacher .teacher-2 img {
  width: 198px;
  height: 258px;
}

.page__detail__course .teacher .teacher-3 img {
  width: 206px;
}

.page__detail__course .teacher .teacher-4 img {
  width: 200px;
}

.page__detail__course .teacher .avatar {
  position: relative;
}


.page__detail__course .teacher .content-item.left .avatar {
  width: 329px;
  border-radius: 8px;
  border-top-right-radius: 150px;
  background-color: #F3F9FF;
  margin-right: 57px;
}

.page__detail__course .teacher .content-item.right .avatar {
  width: 401px;
  border-radius: 8px;
  border-top-right-radius: 150px;
  background-color: #F3F9FF;
  margin-left: 20px;
}

.page__detail__course .teacher .content-item .avatar img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.page__detail__course .teacher .content-item.left .avatar img {
  left: 65px;
}

.page__detail__course .teacher .content-item.right .avatar img {
  left: 97px;
}



.page__detail__course .teacher .content-item .detail {
  flex: 1;
}

.page__detail__course .teacher .info-list .name {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.page__detail__course .teacher .info-list .tag-list {
  margin-top: 10px;
}

.page__detail__course .teacher .info-list .tag-item {
  font-size: 14px;
  line-height: 22px;
}

.page__detail__course .teacher .detail-box {
  padding-top: 20px;
}

.page__detail__course .teacher .detail-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.page__detail__course .teacher .detail-item:first-child .title {
  margin: 4px 8px 4px 0;
}

.page__detail__course .teacher .detail-item:not(:last-child) {
  margin-bottom: 16px;
}

.page__detail__course .teacher .detail-item .title {
  flex-shrink: 0;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #E8F4FF;
  color: var(--theme-primary-color);
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__detail__course .teacher .detail-item .desc {
  flex: 1;
  color: var(--mod-text-sub);
  font-size: 14px;
  line-height: 22px;
  /* text-align: justify; */
}

/* 案例 */
.page__detail__course .case .list-box {
  width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page__detail__course .case .list-item {
  width: 320px;
  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__detail__course .case .list-item:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.page__detail__course .case .list-item:not(:nth-child(3n)) {
  margin-right: 20px;
}

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

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

.page__detail__course .case .list-item .slot__left img {
  width: 62px;
  height: 62px;
  /* border-radius: 50%; */
  margin-bottom: 10px;
}

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

.page__detail__course .case .list-item .slot__right {
  flex: 1;
  height: 88px;
}

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

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

.page__detail__course .case .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__detail__course .case .article-box:hover {
  transform: scale(1.04);
  color: var(--theme-primary-color);
  transition: all 0.1s ease;
}

.page__detail__course .case .article-box:active,
.page__detail__course .case .article-box:visited {
  color: var(--theme-primary-color);
}

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

.page__detail__course .case .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__detail__course .case .article-box .title .text {
  flex: 1;
}

.page__detail__course .case .article-box .title .icon {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.page__detail__course .case .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__detail__course .case .more-btn:hover,
.page__detail__course .case .more-btn:active,
.page__detail__course .case .more-btn:visited {
  color: var(--bg-light-color) !important;
}

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

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