<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.course__project .anchor-bar {
  position: absolute;
  width: 100%;
  height: 0.7rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  font-size: 0.28rem;
  line-height: 0.28rem;
  padding: 0 0.33rem;
  box-shadow: 0 0.01rem 0  rgba(0, 0, 0, 0.1);
}

.course__project.fixed .anchor-bar{
  position: fixed;
  top: 1.05rem;
  z-index: 10;
}

.course__project.to-top.fixed .anchor-bar{
  top: 0;
}

.course__project .anchor-bar .track-item {
  position: absolute;
  bottom: 0.01rem;
  left: 0;
  width: 0.2rem;
  height: 0.02rem;
  border-radius: 0.02rem;
  background-color: #1890FF;
  transition: all 0.3s;
}

.course__project .anchor-bar .active {
  color: #1890FF;
}

.course__project .anchor-bar .anchor-item {
  margin-top: -0.02rem;
}

.course__project .module__1 {
  margin-top: 0.7rem;
}
/* 憿寧𤌍隞讠�� */
.course__project .intro .content {
  margin-top: 0.4rem;
}

.course__project .intro .content-item {
  width: 100%;
  border-radius: 0.08rem;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
}

.course__project .intro .content-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.course__project .intro .head {
  width: 100%;
  height: 0.79rem;
  background-image: url(https://info.compassedu.hk/mobile/course/bg-project-intro.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 0.28rem;
  line-height: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__project .intro .detail {
  width: 100%;
  padding: 0.25rem 0.3rem 0.3rem;
  font-size: 0.28rem;
  line-height: 0.39rem;
  text-align: justify;
  color: #535353;
}

.course__project .intro .detail .item {
  margin-left: 0.3rem;
  margin-right: 0.6rem;
}

.course__project .intro .detail .item:not(:last-child) {
  margin-bottom: 0.2rem;
}

.course__project .intro .detail .item::marker {
  color: #1890FF;
  font-size: 0.24rem;
}

.course__project .people .content {
  margin-top: 0.4rem;
}

.course__project .people .content-item {
  width: 100%;
  border-radius: 0.08rem;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow:  0 0.06rem 0.2rem rgba(0, 0, 0, 0.1)
}

.course__project .people .content-item:not(:last-child) {
  margin-bottom: 0.15rem;
}

.course__project .people .content-item .slot__left {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #F7F7F7;
  overflow: hidden;
}

.course__project .people .content-item:nth-child(even) .slot__left {
  margin-left: 0.3rem;
}

.course__project .people .content-item:nth-child(odd) .slot__left {
  margin-right: 0.3rem;
}

.course__project .people .content-item:nth-child(1) {
  background-color: #7176EE;
}
.course__project .people .content-item:nth-child(2) {
  background-color: #3C66B7;
}
.course__project .people .content-item:nth-child(3) {
  background-color: #68B8DA;
}
.course__project .people .content-item:nth-child(4) {
  background-color: #F28A83;
}

.course__project .people .content-item .slot__left .logo {
  width: 1.1rem;
  height: 1.1rem;
}

.course__project .people .content-item .slot__right {
  flex: 1;
  /* min-height: 1.1rem; */
  color: #FFFFFF;
  text-align: justify;
}

.course__project .people .content-item .slot__right .title {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.course__project .people .content-item .slot__right .desc {
  font-size: 0.24rem;
  line-height: 0.34rem;
}

.course__project .reason .content {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.course__project .reason .content .apply,
.course__project .reason .content .accu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: justify;
  word-break: break-all;
}

.course__project .reason .content .apply {
  position: relative;
  z-index: 2;
  width: 3.52rem;
  height: 5.03rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  padding: 0.32rem 0 0.29rem;
}

.course__project .reason .content .accu {
  flex: 1;
  height: 4.84rem;
  background-color: #F0F0F0;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  padding: 0.31rem 0 0.27rem;
  
}

.course__project .reason .content .apply .title {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.course__project .reason .content .accu .title {
  color: #535353;
  font-size: 0.26rem;
  line-height: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

.course__project .reason .content .text-blue {
  color: #1890FF;
  font-weight: bold;
}

.course__project .reason .content .detail {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.course__project .reason .apply .content-item {
  width: 2.71rem;
  font-size: 0.28rem;
  line-height: 0.39rem;
}

.course__project .reason .accu .content-item {
  width: 2.25rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #535353;
}

.course__project .reason .dot-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(3.52rem - 0.415rem);
  width: 0.83rem;
  height: 5.03rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.course__project .reason .dot-bar .main,
.course__project .reason .dot-bar .sub {
  border-radius: 50%;
  border: 0.04rem solid #F0F0F0;
  background-color: #FFFFFF;
}

.course__project .reason .dot-bar .main {
  width: 0.83rem;
  height: 0.83rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__project .reason .dot-bar .main img {
  width: 0.58rem;
  height: 0.43rem;
}

.course__project .reason .dot-bar .sub {
  width: 0.2rem;
  height: 0.2rem;
}

.course__project .question .main-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.45rem;
}

.course__project .question .content {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.course__project .question .content-item {
  width: calc(50% - 0.225rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.course__project .question .content-item:nth-child(1),
.course__project .question .content-item:nth-child(2) {
  margin-bottom: 0.4rem;
}

.course__project .question .content-item .logo {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__project .question .content-item:nth-child(1) .logo,
.course__project .question .content-item:nth-child(4) .logo {
  background-color: #F0F4F8;
}

.course__project .question .content-item:nth-child(2) .logo,
.course__project .question .content-item:nth-child(3) .logo {
  background-color: #EFF0F6;
}

.course__project .question .content-item .logo img {
  width: 0.78rem;
  height: 0.78rem;
}

.course__project .question .content-item .title {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}

.course__project .question .content-item .desc {
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: justify;
}

.course__project .solution .main-title {
  line-height: 0.45rem;
}

.course__project .solution .content {
  margin-bottom: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.course__project .solution .content-item {
  margin-top: 0.15rem;
  width: calc(50% - 0.1rem);
  overflow: hidden;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-radius: 0.08rem;
  display: flex;
  flex-direction: column;
}

.course__project .solution .content-item .title {
  position: relative;
  width: 100%;
  height: 0.56rem;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.28rem;
  line-height: 0.56rem;
  text-align: center;
  font-weight: bold;
}

.course__project .solution .content-item:nth-child(1) .title::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  border-top: 0.27rem solid #FFC42D;
  border-left: 0.315rem solid #FFC42D;
  border-bottom: 0.27rem solid transparent;
  border-right: 0.315rem solid transparent;
}

.course__project .solution .content-item:nth-child(1) .title::after {
  position: absolute;
  content: ' ';
  top: 0.04rem;
  left: 0.04rem;
  width: 0.28rem;
  height: 0.28rem;
  background-size: 100% 100%;
  background-image: url(https://info.compassedu.hk/mobile/course/icon-solution.png);
  background-repeat: no-repeat;
}

.course__project .solution .content-item .desc {
  position: relative;
  width: 100%;
  padding: 0.16rem 0.2rem 0.84rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: justify;
  flex: 1;
}

.course__project .solution .content-item .desc .text {
  position: relative;
  z-index: 2;
}

.course__project .solution .content-item .desc::after {
  position: absolute;
  content: ' ';
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.course__project .solution .content-item:nth-child(1) .desc::after {
  background-image: url(https://info.compassedu.hk/mobile/course/solution-1-1.png);
  width: 0.9rem;
  height: 0.89rem;
  right: 0.34rem;
  bottom: -0.15rem;
}
.course__project .solution .content-item:nth-child(2) .desc::after {
  background-image: url(https://info.compassedu.hk/mobile/course/solution-1-2.png);
  width: 1.37rem;
  height: 1.37rem;
  right: 0.09rem;
  bottom: -0.3rem;
}
.course__project .solution .content-item:nth-child(3) .desc::after {
  background-image: url(https://info.compassedu.hk/mobile/course/solution-1-3.png);
  width: 1.53rem;
  height: 1.53rem;
  right: 0rem;
  bottom: -0.55rem;
}
.course__project .solution .content-item:nth-child(4) .desc::after {
  background-image: url(https://info.compassedu.hk/mobile/course/solution-1-4.png);
  width: 0.97rem;
  height: 0.97rem;
  right: 0.2rem;
  bottom: -0.13rem;
}

/* 霂曄�见�㗇�� */
.course__project .schedule .content {
  margin-top: 0.05rem;
}

.course__project .schedule .content-item {
  width: 100%;
  padding-left: 0.38rem;
  padding-top: 0.25rem;
  position: relative;
}

.course__project .schedule .content-item:not(:first-child) .head::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -0.29rem;
  width: 0.01rem;
  height: 50%;
  background-color: #878787;
}
.course__project .schedule .content-item:not(:last-child) .head::after {
  position: absolute;
  content: ' ';
  bottom: 0;
  left: -0.29rem;
  width: 0.01rem;
  height: 50%;
  background-color: #878787;
}

.course__project .schedule .content-item:not(:first-child):not(:last-child)::after {
  position: absolute;
  content: ' ';
  top: 0.25rem;
  left: 0.09rem;
  width: 0.01rem;
  height: calc(100% + 0.25rem);
  background-color: #878787;
}

.course__project .schedule .content-item:not(:last-child) .detail::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: -0.29rem;
  width: 0.01rem;
  height: calc(100% + 0.25rem);
  background-color: #878787;
}


.course__project .schedule .content-item .head {
  width: 100%;
  height: 0.45rem;
  border-radius: 0.23rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(24, 144, 255, 0.1);
  padding: 0 0.06rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
  position: relative;
}

.course__project .schedule .content-item .head::before {
  position: absolute;
  content: ' ';
  top: calc(50% - 0.09rem);
  left: -0.39rem;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  border: 0.02rem solid #1890FF;
  background-color: #FFFFFF;
  z-index: 2;
}

.course__project .schedule .content-item .head .sort {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__project .schedule .content-item .head .mod {
  color: #1890FF;
  font-weight: bold;
}

.course__project .schedule .content-item .detail {
  padding-top: 0.25rem;
  padding-left: 0.5rem;
  position: relative;
}

.course__project .schedule .content-item .detail .item {
  color: #535353;
  font-size: 0.28rem;
  line-height: 0.39rem;
  /* text-align: justify; */
}

.course__project .schedule .content-item .detail .item::marker {
  font-size: 0.22rem;
  color: #535353;
}
</pre></body></html>