<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__service {
  width: 100%;
}

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

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

.page__list__service .tab-bar {
  width: 100%;
  padding: 0 0.4rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.page__list__service .tab-bar .type-bar {
  position: relative;
  width: 100%;
  height: 0.88rem;
  padding: 0 0.76rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__service .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__service .tab-bar.fixed {
  top: 0;
  position: fixed;
  z-index: 10;
  max-width: 7.7rem !important;
}

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

.page__list__service .tab-bar .tab-item.active {
  color: #1890ff;
}

.page__list__service .tab-bar .area-bar {
  width: 100%;
  height: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__list__service .tab-bar .area-bar .area-item {
  width: 3.3rem;
  height: 0.6rem;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  background-color: #f7f7f7;
  color: #878787;
}

.page__list__service .tab-bar .area-bar .area-item.active {
  background-color: #1890ff;
  color: #ffffff;
}

.page__list__service section[class^='module__'] {
  width: 100%;
  background-color: #ffffff;
}

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

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

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

.page__list__service .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__service .header-box .more-btn i {
  transform: rotate(-90deg);
  margin-top: -0.02rem;
}

.page__list__service .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__service .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__service .module__1 .list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3rem 0.4rem 0;
}

.page__list__service .module__1 .list-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
}

.page__list__service .module__1 .list-item .head-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.1rem 0.46rem 0.25rem;
  background-size: 100% 0.96rem;
  background-repeat: no-repeat;
}

.page__list__service .module__1 .list-item .head-box .title {
  font-weight: bold;
  font-size: 0.3rem;
  margin-right: 0.32rem;
}

.page__list__service .module__1 .list-item .head-box .project {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__service .module__1 .list-item .head-box .project .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  height: 0.3rem;
  margin-top: 0.04rem;
}

.page__list__service
  .module__1
  .list-item
  .head-box
  .project
  .item:first-child {
  margin-right: 0.21rem;
}

.page__list__service
  .module__1
  .list-item
  .head-box
  .project
  .item:first-child::after {
  position: absolute;
  content: '|';
  font-size: 0.28rem;
  top: -0.03rem;
  right: -0.12rem;
}

.page__list__service .module__1 .list-item .head-box .project .num {
  font-weight: bold;
  font-size: 0.3rem;
  margin-top: -0.04rem;
}

.page__list__service .module__1 .list-item .head-box .project .text {
  font-size: 0.26rem;
}

.page__list__service .module__1 .list-item .head-box i {
  transform: rotate(-90deg);
  font-size: 0.48rem;
}

.page__list__service .module__1 .list-item.type-0 .head-box {
  background-image: url(https://info.compassedu.hk/mobile/service/item-bg-0.png);
  color: #ffffff;
}
.page__list__service .module__1 .list-item.type-1 .head-box {
  background-image: url(https://info.compassedu.hk/mobile/service/item-bg-1.png);
  color: #6c5133;
}
.page__list__service .module__1 .list-item.type-2 .head-box {
  background-image: url(https://info.compassedu.hk/mobile/service/item-bg-2.png);
  color: #43e2f2;
}
.page__list__service .module__1 .list-item.type-3 .head-box {
  background-image: url(https://info.compassedu.hk/mobile/service/item-bg-3.png);
  color: #e3c39c;
}

.page__list__service .module__1 .list-item .intro-box {
  position: relative;
  z-index: 2;
  padding: 0.3rem 0.25rem;
  margin-top: 0.7rem;
  border-radius: 0.1rem;
}

.page__list__service .module__1 .list-item.type-0 .intro-box {
  background-color: #f0f9fc;
}
.page__list__service .module__1 .list-item.type-1 .intro-box {
  background-color: #fbf4ea;
}
.page__list__service .module__1 .list-item.type-2 .intro-box {
  background-color: #f2f9ff;
}
.page__list__service .module__1 .list-item.type-3 .intro-box {
  background-color: #f5f5f5;
}

.page__list__service .module__1 .list-item .intro-box .people,
.page__list__service .module__1 .list-item .intro-box .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page__list__service .module__1 .list-item .intro-box .people {
  margin-bottom: 0.34rem;
}

.page__list__service .module__1 .list-item .intro-box .title {
  color: #878787;
  font-size: 0.26rem;
  margin-right: 0.28rem;
}

.page__list__service .module__1 .list-item .intro-box .content {
  flex: 1;
}

.page__list__service .module__1 .list-item .intro-box .people .content {
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .content-item:not(:first-child) {
  margin-top: 0.15rem;
}
.page__list__service
  .module__1
  .list-item
  .intro-box
  .content-item:not(:last-child) {
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .detail
  .content-item
  .info {
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .detail
  .content-item
  .tag {
  margin-right: 0.1rem;
  padding: 0.03rem 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #ffffff;
  background-color: #1890ff;
  border-top-left-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .detail
  .content-item
  .tag
  i {
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(https://info.compassedu.hk/mobile/service/service-icon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.03rem;
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .detail
  .content-item
  .item-title {
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
}
.desc-item {
  display: flex;
  align-items: center;
}

.iconQuestion {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.12rem;
  margin-top: -0.02rem;
}

.page__list__service
  .module__1
  .list-item
  .intro-box
  .detail
  .content-item
  .desc {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #535353;
}

/* 摮衣���鈭�*************************** */
.page__list__service .module__2 .list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0.33rem 0.4rem 0.3rem;
}

.page__list__service .module__2 .list-item {
  width: 25%;
  height: 2.09rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.11rem;
}

.page__list__service .module__2 .list-item:nth-child(1),
.page__list__service .module__2 .list-item:nth-child(2),
.page__list__service .module__2 .list-item:nth-child(3),
.page__list__service .module__2 .list-item:nth-child(4) {
  height: 1.96rem;
  padding-bottom: 0.3rem;
}

.page__list__service .module__2 .list-item:nth-child(9),
.page__list__service .module__2 .list-item:nth-child(10),
.page__list__service .module__2 .list-item:nth-child(11),
.page__list__service .module__2 .list-item:nth-child(12) {
  height: 2.03rem;
  padding-bottom: 0.04rem;
}

.page__list__service .module__2 .list-item .logo {
  width: 0.7rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}

.page__list__service .module__2 .list-item .text {
  width: 1.2rem;
  height: 0.78rem;
  font-size: 0.28rem;
  line-height: 0.39rem;
  text-align: center;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.page__list__service .module__2 .list-item:not(:nth-child(4n)) {
  border-right: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.page__list__service
  .module__2
  .list-item:not(:nth-child(9)):not(:nth-child(10)):not(:nth-child(11)):not(
    :nth-child(12)
  ) {
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.CustomPopupBox {
  /* height: 40vh; */
  height: 5.88rem;
  border-radius: 0.24rem 0.24rem 0 0;
  background: #ffffff;
  z-index: 10000 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.article_modal {
  height: 40vh;
  padding: 0.24rem 0.28rem;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.article_modal .title {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.51rem;
  color: #262626;
  margin-bottom: 0.28rem;
}
.article_modal .close_icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.42rem;
  color: #8e909b;
}
.article_modal .close_icon .icon {
  font-size: 0.42rem !important;
}
.article_modal .listDesc {
  margin-bottom: 0.22rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #020e19;
  line-height: 0.42rem;
  font-family: PingFangSC, PingFang SC;
}
.article_modal .listDesc:last-child {
  margin-bottom: 0.4rem;
}
.article_modal .listDesc .listTitle {
  font-family: PingFangSC-Medium, PingFang SC;
}

.article_modal .bottom_btn {
  width: 6.96rem;
  height: 0.88rem;
  background: linear-gradient(151deg, #019dff 0%, #2372ff 100%);
  border-radius: 0.08rem;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.88rem;
  text-align: center;
}

.display-none {
  display: none;
}
</pre></body></html>