<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ct-box {
  padding-top: 1.05rem;
  padding-bottom: 1rem;
}
div {box-sizing: border-box;}
.header-box {
  position: relative;
  height: 3.19rem;
  margin-bottom: 0.19rem;
  padding: 1.01rem 0.4rem 0.44rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://info.compassedu.hk/mobile/competition/header-bg.png);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header-box.recommend::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  border-width: 0.45rem;
  border-style: solid;
  border-top-color: #FF9849;
  border-left-color: #FF9849;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.header-box.recommend::after {
  position: absolute;
  content: '�綫���';
  top: 0.16rem;
  left: 0;
  color: #FFFFFF;
  font-size: 0.28rem;
  font-weight: 500;
  transform: rotate(-45deg);
}

.header-box .status-badge {
  position: absolute;
  width: 0.85rem;
  height: 1.02rem;
  top: 0;
  right: 0.4rem;
}

.header-box .title {
  width: 100%;
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0;
}

.header-box .tag-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.header-box .tag-item {
  font-size: 0.28rem;
  font-weight: 400;
  color: #1890FF;
  padding: 0.08rem 0.1rem;
  background-color: #FFFFFF;
  border-radius: 0.06rem;
  margin-bottom: 10px;
}

.header-box .tag-item:not(:last-child) {
  margin-right: 0.22rem;
}

.anchor-bar {
  width: 100%;
  height: 0.92rem;
  padding: 0 0.4rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 0.01rem solid #E7E7E7;
}

.anchor-bar.fixed {
  top: 1.05rem;
  position: fixed;
  z-index: 10;
  max-width: 7.7rem !important; 
}

.anchor-bar .anchor-item {
  margin-right: 0.53rem;
  font-size: 0.32rem;
  color: #8C8C8C;
}

.anchor-bar .anchor-item.active {
  color: #1890FF;
  font-weight: 500;
}

.anchor-bar .track-item {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 0.2rem;
  height: 0.04rem;
  background: #1890FF;
  border-radius: 0.03rem;
  transition: all 0.3s ease;
}

.module-panel {
  background-color: #FFFFFF;
  padding: 0.3rem 0.4rem 0.4rem;
  line-height: 0.48rem;
  font-size: 0.32rem;
  text-align: justify;
}

.module-panel .head {
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #020E19;
  height: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.module-time, .module-desc {
  margin-bottom: 0.16rem;
}

.module-require {
  min-height: calc(30vh);
}

.module-time {
  padding-bottom: 0.29rem;
}

.module-time .head {
  margin-bottom: 0;
}

.module-time .time-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
}

.module-time .time-item .label {
  margin-right: 0.67rem;
  color: #C5C5C5;
}

.module-time .time-item.active .label {
  color: #353E47;
}

.module-time .time-item .time {
  position: relative;
  flex: 1;
  padding-left: 0.6rem;
  height: 0.85rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  color: #C5C5C5;
  font-family: 'Helvetica Neue';
}

.module-time .time-item.active .time {
  color: #1890FF;
}

.module-time .time-item .time::before {
  position: absolute;
  content: ' ';
  width: 0.01rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #C5C5C5;
}

.module-time .time-item:first-child .time::before {
  top: 0.2rem;
  height: calc(100% - 0.2rem);
}

.module-time .time-item.active .time::before {
  background-color: #1890FF;
}

.module-time .time-item:last-child .time::before {
  height: calc(100% - 0.2rem);
}

.module-time .time-item.active:nth-child(2):last-child .time::before {
  top: -0.43rem;
  height: calc(100% + 0.43rem - 0.2rem);
}

.module-time .time-item.active:nth-child(2):not(:last-child) .time::before {
  top: -0.43rem;
  height: calc(100% + 0.43rem);
}

.module-time .time-item .time::after {
  position: absolute;
  content: ' ';
  z-index: 3;
  width: 0.14rem;
  height: 0.14rem;
  top: calc(50% - 0.07rem);
  left: -0.07rem;
  border-radius: 50%;
  background-color: #C5C5C5;
}

.module-time .time-item.active .time::after {
  background-color: #1890FF;
}

.download-btn {
  height: 1rem;
  width: 100vw;
  max-width: 7.7rem;
  position: fixed;
  bottom: 0;
  z-index: 20;
  line-height: 1rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 500;
  color: #1890FF;
  background: #DFEBF7;
}

.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;
}</pre></body></html>