<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ct {
  background-color: #FFFFFF;
}
div, header {
  box-sizing: border-box;
}

.ydl {
  box-shadow: none;
}

.page__detail__honor {
  position: relative;
  z-index: 18;
  margin-top: -0.02rem;
}

header.main-box {
  margin-top: 1.05rem;
  margin-bottom: 0.49rem;
  background-size: 100% 3.84rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(https://info.compassedu.hk/mobile/adviser/honor-bg.png);
}

header.main-box .operate-box {
  display: block;
  position: relative;
  height: 0.64rem;
  width: 0.64rem;
  left: 0.4rem;
  top: 0.42rem;
}

header.main-box .operate-box::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0.18rem;
  width: 0.22rem;
  height: 0.22rem;
  border-bottom: 0.06rem solid #E7E7E7;
  border-left: 0.06rem solid #E7E7E7;
  transform: rotate(45deg);
}

header.main-box .card-box {
  position: relative;
  z-index: 2;
  margin: 0.57rem auto 0;
  width: 7rem;
  height: 3.9rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://info.compassedu.hk/assets/honor_bg.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header.main-box .cover {
  width: 1.3rem;
  height: 1.29rem;
  background: #F7F7F7;
  border-radius: 0.71rem;
  border: 0.04rem solid #FFFFFF;
  overflow: hidden;
  margin-bottom: 0.24rem;
}

header.main-box .cover img {
  width: 1.3rem;
  height: 1.29rem;
}

header.main-box .name {
  font-size: 0.32rem;
  line-height: 0.45rem;
}

header.main-box .count {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

header.main-box .count .text {
  font-size: 0.32rem;
}

header.main-box .count .num {
  margin: 0 0.1rem;
  font-size: 0.48rem;
  color: #1890FF;
  line-height: 0.46rem;
}

.main__container {
  background-color: #FFFFFF;
  padding-bottom: 1.34rem;
}

.main__container .honor-item {
  position: relative;
  width: 100%;
  padding: 0 0.4rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__container .honor-item::before {
  content: ' ';
  position: absolute;
  z-index: 1;
  left: 1.46rem;
  width: 0.01rem;
  background-color: #C5C5C5;
}

.main__container .honor-item::after {
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 0.29rem;
  left: 1.37rem;
  width: 0.19rem;
  height: 0.15rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://info.compassedu.hk/mobile/adviser/honor-arrow.png);
}

.main__container .honor-item:first-child:before {
  height: calc(100% - 0.39rem);
  top: 0.39rem;
}

.main__container .honor-item:last-child:last-child::before {
  height: 0.39rem;
  top: 0;
}

.main__container .honor-item:not(:first-child):not(:last-child):before {
  height: 100%;
  top: 0;
}

.main__container .honor-item .time {
  width: 1.05rem;
  font-family: 'Helvetica Neue';
}

.main__container .honor-item .time .year {
  font-size: 0.24rem;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 0.39rem;
  margin-bottom: 0.01rem;
}

.main__container .honor-item .time .month {
  line-height: 0.39rem;
  font-size: 0.32rem;
  font-weight: 400;
}

.main__container .honor-item:not(:last-child) {
  padding-bottom: 0.4rem;
}

.main__container .honor-item .icon {
  width: 0.78rem;
  height: 0.78rem;
  margin-left: 0.53rem;
  margin-right: 0.2rem;
}

.main__container .honor-item .icon img {
  width: 0.78rem;
  height: 0.78rem;
}

.main__container .honor-item .title {
  flex: 1;
  font-size: 0.32rem;    
  line-height: 0.45rem;
  font-family: 'Helvetica Neue';
}


.menu-icon {
  position: fixed;
  z-index: 19;
  bottom: 20%;
  right: calc(100vw / 2 - 3.75rem + 0.4rem);
  width: 1.03rem !important;
  height: 1.03rem !important;
  border-radius: 55%;
  background-color: rgba(0, 0, 0, 0.45);
  
}

.menu-icon i {
  margin-top: 0.02rem !important;
  margin-right: 0.05rem !important;
  line-height: 1.03rem !important;
  font-size: 0.7rem !important;
  color: #FFFFFF !important;
  text-align: center;
}

.contact-adviser {
  z-index: 22 !important;
}
.clue-pop * {
  box-sizing: content-box;
}</pre></body></html>