<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.eot');
  src:
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.woff') format('woff'),
    url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Regular.ttf') format('truetype')
}

@font-face {
  font-family: 'AlibabaPuHuiTi-Medium';
  src: url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Medium.eot');
  src: 
  url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Medium.eot?#iefix') format('embedded-opentype'),
  url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Medium.woff') format('woff'),
  url('https://info.compassedu.hk/pc/font/Alibaba-PuHuiTi-Medium.ttf') format('truetype')
}

.achievement__detail {
  box-sizing: border-box;
  font-family: AlibabaPuHuiTi-Regular;
  padding-top: 0;
  padding-bottom: 0;
}

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

.layout__content {
  width: 100%;
  padding: 0 0.3rem 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* part1 */
.part__1 {
  width: 100%;
  background-size: 100% 14.29rem;
  background-repeat: no-repeat;
}

.part__1 .layout__content {
  justify-content: flex-start;
}

.part__1 .info-box {

  width: 100%;
  margin-top: 3.86rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.2rem 0.3rem 0.3rem;
}

.part__1 .info-box .text-list {
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin-bottom: 0.25rem;
}

.part__1 .info-box .detail-list {
  width: 100%;
  padding: 0.2rem 0.2rem 0.4rem;
  background-color: #F1F1F1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part__1 .detail-list .text {
  width: 100%;
  height: 0.26rem;
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #262626;
  text-align: center;
}

.part__1 .detail-list .more {
  width: 100%;
  height: 0.26rem;
  font-size: 0.26rem;
  line-height: 0.26rem;
  padding-left: 0.65rem;
  text-align: left;
}

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

.part__1 .detail-list .detail-item:not(:nth-last-child(2)) {
  border-bottom: 1px solid #C8CBCD;
}

.part__1 .detail-item .icon-top-offer-app {
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  margin-right: 0.25rem;
}

.part__1 .detail-item .univ {
  flex: 1;
  font-size: 0.28rem;
  line-height: 0.28rem;
  height: 0.28rem;
  color: #262626;
}

.part__1 .detail-item .univ .name {
  font-weight: bold;
}

.part__1 .detail-item .univ .sort {
  color: #8C8C8C;
}

.part__1 .detail-item .num {
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 0.26rem;
  height: 0.26rem;
}

/* part2 */
.part__2 {
  padding-top: 0.6rem;
}
.part__2 .header .title {
  width: 7.08rem;
  height: 2.38rem;
  margin-bottom: 0.3rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part__2 .list-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  margin-bottom: 0.3rem;
}

.part__2 .list-box .detail-list {
  width: 100%;
}

.part__2 .list-box .row-head,
.part__2 .list-box .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.25rem;
  font-size: 0.28rem;
  line-height: 0.28rem;
}

.part__2 .list-box .row-head {
  height: 0.8rem;
  font-family: AlibabaPuHuiTi-Medium;
}

.part__2 .list-box .row:nth-child(odd) {
  height: 0.64rem;
}

.part__2 .list-box .row:nth-child(even) {
  height: 0.48rem;
  background-color: #F1F1F1;
}

.part__2 .list-box div[class^='col-'],
.part__2 .list-box a[class^='col-'] {
  margin-left: 0.1rem;
  text-align: center;
}

.part__2 .list-box .col-1 { width: 3.27rem; text-align: left !important; }
.part__2 .list-box .col-2 { width: 1.68rem; }
.part__2 .list-box .col-3 { width: 1.68rem; }

.part__2 .desc-text {
  font-size: 0.28rem;
  line-height: 0.39rem;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}

/* part3 */
.part__3 {
  padding-top: 0.6rem;
}
.part__3 .header .title {
  width: 7.1rem;
  height: 2.35rem;
  margin-bottom: 0.43rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part__3 .case-list {
  width: 100%;
  max-height: 9rem;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.3rem 0.06rem;
  background-color: #FFFFFF;
}

.part__3 .case-list::-webkit-scrollbar {
  display: none;
  appearance: none;
}

.part__3 .case-item {
  /* display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; */
  display: block !important;
  width: 100%;
  height: 2.5rem;
  padding: 0.2rem 0 0.25rem;
}

.part__3 .case-item:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}

.part__3 .case-item .info {
  width: 100%;
  min-height: 0.28rem;
  margin-bottom: 0.15rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.part__3 .case-item .info .name {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-family: AlibabaPuHuiTi-Medium;
  margin-right: 0.15rem;
  color: #262626;
  flex-shrink: 0;
}

.part__3 .case-item .info .detail {
  min-height: 0.28rem;
  line-height: 0.28rem;
  font-size: 0.24rem;
  padding: 0 0.06rem;
  border-radius: 0.02rem;
}

.part__3 .case-item .background {
  width: 100%;
  line-height: 0.24rem;
  font-size: 0.24rem;
  margin-bottom: 0.25rem;
}

.part__3 .case-item .offer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.part__3 .case-item .offer .cover {
  width: 1.03rem;
  height: 0.84rem;
  border-radius: 0.08rem;
  background-color: #F1F1F1;
  line-height: 0.84rem;
  font-size: 0.26rem;
  margin-right: 0.2rem;
}

.part__3 .case-item .offer .detail {
  font-size: 0.28rem;
  line-height: 0.42rem;
  flex: 1;
  text-align: left;
}

.part__3 .desc-text {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  color: #FFFFFF;
  opacity: 0.8;
  border-bottom: 1px solid #FFFFFF;
  font-family: Source Han Sans CN;
}

/* part4 */
.part__4 {
  padding-top: 0.4rem;
}

.part__4 .text-list {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-align: center;
  font-family: Source Han Sans CN;
}

.part__4 .header .title {
  width: 5.33rem;
  height: 0.48rem;
  margin-bottom: 0.4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.part__4 .article-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}

.part__4 .article-part {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.1rem;
  margin-bottom: 0.15rem;
  padding: 0.4rem 0.3rem 0;
}

.part__4 .part-title {
  font-family: AlibabaPuHuiTi-Medium;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #262626;
}

.part__4 .article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.part__4 .article:last-child {
  border-bottom: none;
}

.part__4 .article .cover {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.2rem;
}

.part__4 .article .cover img {
  width: 1.64rem;
  height: 1.64rem;
  object-fit: cover;
}

.part__4 .article .info {
  flex: 1;
  height: 1.64rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part__4 .article .info .article-title {
  width: 100%;
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 0.28rem;
  line-height: 0.42rem;
  max-height: 0.84rem;
  color: #262626;
}

.part__4 .article .info .detail-btn {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.28rem;
  text-align: right;
}

/* part5 */
.part__5 {
  padding-top: 0.4rem;
}

.part__5 .handbook-part {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.1rem;
  margin-bottom: 0.15rem;
  padding: 0.4rem 0.3rem 0;
}

.part__5 .handbook-part .image {
  position: absolute;
  top: -0.06rem;
  right: -0.04rem;
  width: 1rem;
}

.part__5 .handbook {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.part__5 .handbook:last-child {
  border-bottom: none;
}

.part__5 .handbook .cover {
  width: 1.3rem;
  height: 1.74rem;
  /* border-radius: 0.1rem; */
  overflow: hidden;
  margin-right: 0.2rem;
}

.part__5 .handbook .cover img {
  width: 1.3rem;
  height: 1.74rem;
  object-fit: cover;
}

.part__5 .handbook .info {
  flex: 1;
  height: 1.64rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part__5 .handbook .info .handbook-title {
  width: 100%;
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #8c8c8c;
}

.part__5 .handbook .info .detail-btn {
  width: 100%;
  font-size: 0.28rem;
  line-height: 0.28rem;
  text-align: right;
}

.part__5 .text-list {
  width: 6.7rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-bottom: 0.4rem;
  color: #FFFFFF;
  text-align: justify;
  word-break: break-all;
  font-family: Source Han Sans CN;
}

.part__5 .recommend-title {
  width: 6.7rem;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  height: 0.36rem;
  padding-left: 0.3rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  position: relative;
  margin-bottom: 0.3rem;
}

.part__5 .recommend-title::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 0.08rem;
  height: 100%;
  border-radius: 0.1rem;
  background-color: #FFFFFF;
}

.part__5 .commend-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.part__5 .commend-part {
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.4rem 0.3rem;
  background-color: #FFFFFF;
  border-radius: 0.1rem;
}

.part__5 .part-title {
  width: 100%;
  color: #000000;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-family: AlibabaPuHuiTi-Medium;
}

.part__5 .recommend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part__5 .recommend .cover {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  overflow: hidden;
}

.part__5 .recommend .cover img {
  width: 1.64rem;
  height: 1.64rem;
  object-fit: cover;
}

.part__5 .recommend .info {
  height: 1.64rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part__5 .recommend .info .recommend-desc {
  width: 100%;
  text-align: justify;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  /* word-break: break-all; */
  font-size: 0.28rem;
  line-height: 0.42rem;
  max-height: 1.28rem;
  color: #8C8C8C;
  font-family: Source Han Sans CN;
}

.part__5 .recommend .info .detail-btn {
  width: 100%;
  text-align: right;
  font-size: 0.28rem;
  line-height: 0.28rem;
  height: 0.28rem;
}

.part__6 {
  padding-top: 0.4rem;
  padding-bottom: 1.7rem;
}

.more-btn {
  font-size: 0.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important;
}

.more-btn:hover,.more-btn:active, .more-btn:visited {
  color: #FFFFFF !important;
}

.more-btn .icon {
  margin-top: 0.02rem;
  font-size: 0.3rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.contact {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  color: #FFFFFF;
  background-color: #FFA913;
  font-family: Source Han Sans CN;
  font-weight: bold;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1.1rem;
  max-width: 7.7rem;
  margin: 0 auto;
}

.contact,.contact:visited,.contact:active,.contact:hover {
  color: #FFFFFF;
}

</pre></body></html>