<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #262626;
}
html {
  width: 100vw;
  min-height: 0 !important;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 7.7rem !important;
  margin: 0 auto;
}
.am-drawer {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.my-darwer {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.ct {
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.am-drawer::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}


.ct-box {
  padding-top: 1.05rem;
  padding-bottom: 1.65rem;
  width: 100%;
  background-color: #F7F7F7;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
  word-break: break-all;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.ct-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.module-panel {
  padding: 0.4rem 0.4rem 0;
  margin-bottom: 0.16rem;
  background-color: #FFFFFF;
}

.module-panel .head {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.3rem;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 7.7rem !important;
}

.module-panel .title {
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #262626;
  font-weight: bold;
}

.module-panel .experience .experience_box {
  display: flex;
}

.experience_box .experience_index {
  /* width: 9px; */
  width: 20px;
  text-align: center;
}

.experience_box .experience_text {
  margin-left: 5px;
  width: 290px;
}


.module-panel .more-btn {
  width: 100vw;
  height: 0.75rem;
  margin-left: -0.4rem !important;
  line-height: 0.75rem;
  font-size: 0.28rem;
  text-align: center;
  color: #1890FF;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.ct .line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ct .line-2 {
  /* 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;
}

.ct .line-3 {
  max-height: 1.78rem;
  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; */
}

.ct .line-4 {
  max-height: 1.92rem;
  text-align: justify;
  /* text-overflow: ellipsis; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 4; */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ct .line-6 {
  max-height: 2.88rem;
  /* text-align: left !important; */
  word-break: break-all;
  /* text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline; */
  overflow: hidden;
  /* display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical; */
}

.ct .line-10 {
  max-height: 6.3rem;
  /* text-align: justify; */
  /* text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline; */
  overflow: hidden;
  /* display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical; */
}

.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;
}

.icon-nan {
  display: block;
  width: 1.96rem;
  height: 0.5rem;
  background-image: url('https://info.compassedu.hk/mobile/default/njstar.png');
  background-size: 100% 100%;
}

.icon-venus {
  display: block;
  width: 1.96rem;
  height: 0.42rem;
  background-image: url('https://info.compassedu.hk/assets/venus_app.png');
  background-size: 100% 100%;
  margin-bottom: 0.02rem;
}
/* module-head */
.module-head {
  padding: 0.4rem 0.4rem 0;
  background-color: #FFFFFF;
}

.module-head .type-1,
.module-intro .type-1 .school {
  padding-bottom: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-head .type-1 .cover,
.module-intro .type-1 .school .cover {
  width: 1.2rem;
  height: 1.2rem;
  /* border-radius: 50%; */
  /* border: 0.01rem solid #E7E7E7; */
  margin-right: 0.2rem;
}

.module-head .type-1 .cover img,
.module-intro .type-1 .school .cover img{
  width: 1.2rem;
  height: 1.2rem;
  /* border-radius: 50%; */
  object-fit: cover;
}

.module-head .type-1 .info,
.module-intro .type-1 .school .info {
  flex: 1;
}

.module-head .type-1 .cname,
.module-intro .type-1 .school .cname {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #020E19;
}

.module-head .type-1 .ename,
.module-intro .type-1 .school .ename {
  min-height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #9A9FA3;
  text-align: justify;
  word-break: break-all;
}

.module-head .type-1 .addr,
.module-intro .type-1 .school .addr {
  min-height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.module-head .type-1 .addr i,
.module-intro .type-1 .school .addr i {
  font-size: 0.2rem;
  margin-right: 0.1rem;
}

.module-head .type-1 .addr span,
.module-intro .type-1 .school .addr span {
  flex: 1;
  width: 5rem;
}

.module-head .type-1 .rank {
  display: flex;
  align-items: center;
}

.module-head .type-1 .rank .rank-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.25rem;
}

.module-head .type-1 .rank .rank-item .tag {
  margin-right: 0.2rem;
  height: 0.28rem;
}

.module-head .type-1 .rank .rank-item .tag img {
  height: 0.28rem;
}

.module-head .type-1 .rank .rank-item .num {
  color: #1890FF;
}

.module-head .type-1 .rank .rank-item i {
  display: inline-block;
  font-size: 0.38rem;
  transform: rotate(-90deg);
  color: #CCCED1;
}

.module-head .type-2 {
  padding-bottom: 0.4rem;
}

.module-head .type-2 .cname {
  margin-bottom: 0.05rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  color: #020E19;
}

.module-head .type-2 .ename {
  font-size: 0.28rem;
  line-height: 0.4rem;
  /* font-weight: bold; */
  color: #9A9FA3;
  text-align: left;
}

.module-head .type-2 .tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.module-head .type-2 .tag-list .tag-item {
  padding: 0.05rem 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 400;
  color: #1890FF;
  border: 0.01rem solid #1890FF;
  border-radius: 0.3rem;
}

.module-head .type-2 .tag-list .tag-item.faculty-tag {
  font-weight: 500;
  background-color: #1890FF;
  color: #FFFFFF;
}

.module-head .type-2 .rank-box {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-head .type-2 .rank-box .main {
  /* flex: 1; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.43rem;
  border-radius: 0.08rem;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.43rem;
  font-weight: 400;
}

.module-head .type-2 .rank-box .main .head {
  height: 0.43rem;
  padding: 0 0.15rem;
  background-image: linear-gradient(140deg, #FFF1E4 0%, #F0D5BA 100%);
  color: #020E19;  
}

.module-head .type-2 .rank-box .main .title {
  height: 0.43rem;
  padding: 0 0.15rem;
  background-color: #FFF2E4;
  color: #7A6346;
}

.module-head .type-2 .rank-box i {
  font-size: 0.48rem;
  transform: rotate(-90deg);
  margin-right: -0.1rem;
}

.module-head .type-3 {
  padding-bottom: 0.4rem;
}

.module-head .type-3 .cname {
  margin-bottom: 0.05rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  color: #020E19;
}

.module-head .type-3 .time {
  font-size: 0.28rem;
  line-height: 0.5rem;
  font-weight: bold;
  color: #9A9FA3;
  text-align: left;
  height: 0.5rem;
}

.module-head .type-4 {
  padding-bottom: 0.4rem;
}

.module-head .type-4 .title {
  margin-bottom: 0.14rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  color: #020E19;
}

.module-head .type-4 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
}

.module-head .type-4 .adviser-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
}

.module-head .type-4 .adviser-info .cover {
  width: 0.88rem;
  height: 0.88rem;
  background: #F7F7F7;
  border-radius: 0.93rem;
  margin-right: 0.3rem;
}

.module-head .type-4 .adviser-info .cover img {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 0.93rem;
  object-fit: cover;
}

.module-head .type-4 .adviser-info .info-box {
  flex: 1;
}

.module-head .type-4 .adviser-info .name {
  height: 0.45rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.45rem;
}

.module-head .type-4 .adviser-info .desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-head .type-4 .adviser-info .desc .job {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.4rem;
}

.module-head .type-4 .adviser-info .desc .val {
  flex: 1;
  text-align: right;
  height: 0.4rem;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
}

.module-head .type-5,
.module-head .type-6 {
  padding-bottom: 0.4rem;
  color: #020E19;
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-head .type-5 .title,
.module-head .type-6 .title,
.module-head .type-7 .title {
  margin-bottom: 0.05rem;
  line-height: 0.56rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: justify;
  word-break: break-all;
}

.module-head .type-5 .tags span,
.module-head .type-6 .tags span,
.module-head .type-7 .tags span {
  position: relative;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
}

.module-head .type-5 .tags span:not(:first-child),
.module-head .type-6 .tags span:not(:first-child),
.module-head .type-7 .tags span:not(:first-child) {
  padding-left: 0.3rem;
}

.module-head .type-5 .tags span:not(:last-child),
.module-head .type-6 .tags span:not(:last-child),
.module-head .type-7 .tags span:not(:last-child) {
  padding-right: 0.3rem;
}

.module-head .type-5 .tags span:not(:first-child)::after,
.module-head .type-6 .tags span:not(:first-child)::after,
.module-head .type-7 .tags span:not(:first-child)::after {
  content: ' ';
  position: absolute;
  top: 10%;
  left: 0;
  width: 0.01rem;
  height: 80%;
  background-color: #020E19;
}

.module-head .type-1 .college-desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  color: #595959;
  line-height: 0.33rem;
  font-size: 0.24rem;

}

.module-head .type-7 {
  padding-bottom: 0.4rem;
  color: #020E19;
}

.module-head .type-8 {
  padding-bottom: 0.4rem;
  margin-bottom: 0.16rem;
  color: #020E19;
}

.module-head .type-8 .position-name {
  font-size: 0.36rem;
  font-weight: bold;
}

.module-head .type-8 .fit-major {
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #1890FF;
  background-color: rgba(24, 144, 255, 0.1);
  border-radius: 0.08rem;
}

.module-head .type-8 .info-box {
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.module-head .type-8 .area-box {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

.module-head .type-8 .info-box .info-item {
  display: flex;
  align-items: center;
}

.module-head .type-8 .info-box .info-item img,
.module-head .type-8 .area-box img {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.module-head .type-8 .info-box .info-item .text,
.module-head .type-8 .area-box .text {
  font-size: 0.32rem;
  line-height: 1.41;
  font-weight: 400;
  color: rgb(38, 38, 38);
}

/* module-site */
.module-site {
  /* width: calc(7.7rem - 0.8rem); */
  width: 100%;
  padding: 0 0.4rem;
  height: 0.68rem;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  /* margin: 0 auto; */
  box-sizing: border-box;
}

.module-site .site-box {
  position: relative;
  /* width: calc(7.7rem - 0.8rem); */
  width: 100%;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 0.32rem;
  color: #9A9FA3;
  max-width: 7.7rem !important;
  /* margin: 0 auto; */
  overflow-x: auto;
}

.module-site .site-box::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #E7E7E7;
}

.module-site .site-box div.active {
  position: relative;
  color: #1890FF;
}

.module-site .site-box div.active::after {
  content: ' ';
  position: absolute;
  bottom: -0.2rem;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.04rem;
  background: #1890FF;
  border-radius: 0.03rem;
}

.module-site .site-box.type-1 &gt; div {
  flex-shrink: 0;
}

.module-site .site-box.type-1 div:not(:first-child) {
  margin-left: 0.2rem;
}

.module-site .site-box.type-1 div:not(:last-child) {
  margin-right: 0.2rem;
}

.module-site .site-box.type-1.mr-sm div:not(:first-child) {
  margin-left: 0.18rem;
}

.module-site .site-box.type-1.mr-sm div:not(:last-child) {
  margin-right: 0.18rem;
}

.module-site .site-box.type-2 div:not(:first-child) {
  margin-left: 0.24rem;
}

.module-site .site-box.type-2 div:not(:last-child) {
  margin-right: 0.24rem;
}

/* module-intro */

.module-intro .type-1 .module-panel:nth-child(1)
,.module-intro .type-6 .module-panel:nth-child(1){
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}

.module-intro .type-1 .module-panel:nth-child(2){
  padding-bottom: 0.4rem;
}

.module-intro .type-1 .carousel-box,
.module-intro .type-6 .carousel-box,
.module-intro .type-7 .carousel-box {
  margin: 0 !important;
}
.module-intro .type-1 .carousel-box .banner-list,
.module-intro .type-6 .carousel-box .banner-list,
.module-intro .type-7 .carousel-box .banner-list {
  height: 3.77rem !important;
}

.carousel-box .banner-dot {
  bottom: 0 !important;
}

.module-intro .type-1 .carousel-box a[class*='banner-item'],
.module-intro .type-6 .carousel-box a[class*='banner-item'],
.module-intro .type-7 .carousel-box a[class*='banner-item'] {
  height: 3.77rem !important;
}

.module-intro .type-1 .module-panel:nth-child(1) .head {
  margin-top: 0.4rem;
}

.module-intro .type-1 .desc
,.module-intro .type-6 .desc {
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #353E47;
  text-align: justify;
  word-break: break-all;
}
.module-intro .type-6 .desc-init {
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #353E47;
  text-align: justify;
  word-break: break-all;
  /* height: calc(0.48rem * 6); */
  overflow: hidden;
}
.module-intro .type-1 .tag-box
,.module-intro .type-6 .tag-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.module-intro .type-1 .tag-item
,.module-intro .type-6 .tag-item {
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  padding: 0 0.1rem;
  height: 0.43rem;
  line-height: 0.43rem;
  border-radius: 0.06rem;
  font-size: 0.24rem;
  border: 1px solid #1890FF;
  color: #1890FF;
}

.module-intro .type-1 .table {
  width: 100%;
  border-radius: 0.08rem;
  border-spacing: 0;
  border: 0.01rem solid #E7E7E7;
  color: #353E47;
}

.module-intro .type-1 .row {
  height: 1.08rem;
}

.module-intro .type-1 .row:not(:last-child) .type {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-intro .type-1 .row:not(:last-child) .item {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-intro .type-1 .type {
  width: 1.57rem;
  font-size: 0.32rem;
  font-weight: normal;
}

.module-intro .type-1 .item {
  border-left: 0.01rem solid #E7E7E7;
  text-align: center;
}

.module-intro .type-1 .num {
  position: relative;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
}

.module-intro .type-1 .num i {
  position: absolute;
  top: 0;
  font-size: 0.2rem;
}

.module-intro .type-1 .num .icon-sort {
  position: relative;
}

.module-intro .type-1 .num .icon-sort-up {
  color: #FF4D4F;
  padding-left: 0.05rem;
}

.module-intro .type-1 .num .icon-sort-down {
  color: #42B696;
  padding-left: 0.05rem;
}

.module-intro .type-1 .num .icon-sort::before {
  content: ' ';
  position: absolute;
  top: 0.08rem;
  right: -0.2rem;
  background-color: #8C8C8C;
  width: 0.13rem;
  height: 0.06rem;
}

.module-intro .type-1 .year {
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
}

.module-intro .type-2 .module-panel:nth-child(1){
  padding-bottom: 0.5rem;
}

.module-intro div[class^="type-"] .nobottom {
  margin-bottom: 0;
}

.module-intro .type-2 .info-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-intro div[class^="type-"] .handbook {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 0.75rem;
  box-shadow: inset 0 0.01rem 0 0 #E7E7E7;
  background-color: #FFFFFF;
  font-size: 0.32rem;
  font-weight: 400;
  color: #1890FF;
  
  margin-top: -0.16rem;
  margin-bottom: 0.16rem;
  cursor: pointer;
}

.module-intro div[class^="type-"] .handbook i {
  display: inline-block;
  font-size: 0.45rem;
  transform: rotate(-90deg);
}

.module-intro .type-2 .info-box .cover{
  width: 0.78rem;
  height: 0.78rem;
  /* border-radius: 50%; */
  /* border: 0.01rem solid #E7E7E7; */
}

.module-intro .type-2 .info-box .cover img {
  width: 0.78rem;
  height: 0.78rem;
  /* border-radius: 50%; */
  object-fit: cover;
}

.module-intro .type-2 .info-box .info{
  flex: 1;
  margin: 0 0.2rem;
}

.module-intro .type-2 .info-box .info .cname{
  line-height: 0.45rem;
  font-size: 0.32rem;
}

.module-intro .type-2 .info-box .info .ename{
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #8C8C8C;
  word-break: break-all;
}

.module-intro .type-2 .info-box .order .row{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.module-intro .type-2 .info-box .order .row i {
  display: inline-block;
  font-size: 0.38rem;
  transform: rotate(-90deg);
  color: #CCCED1;
}


.module-intro .type-2 .info-box .order .tag {
  position: relative;
  width: 1.05rem;
  height: 0.28rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.module-intro .type-2 .info-box .order .tag::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  height: 0.28rem;
}

.module-intro .type-2 .info-box .order .row img {
  height: 0.28rem;
}

.module-intro .type-2 .info-box .order .row .num {
  flex: 1;
  margin-left: 0.25rem;
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.28rem;
  color: #1890FF;
  text-align: right;
}

.module-intro .type-2 .module-panel:nth-child(2),
.module-solutionDesc .module-panel {
  padding-bottom: 0.3rem;
}

.module-intro .type-2 .module-panel:nth-child(2) .head,
.module-solutionDesc .module-panel .head {
  margin-bottom: 0.2rem;
}

.module-intro .type-2 .project-box,
.module-solutionDesc .project-box {
  width: 100%;
  font-size: 0.32rem;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.module-intro .type-2 .project-box .project-item,
.module-solutionDesc .project-box .project-item {
  margin-bottom: 0.2rem;
  width: 50%;
  min-height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}
.module-intro .type-2 .project-box .project-item:nth-child(odd),
.module-solutionDesc .project-box .project-item:nth-child(odd) {
  width: calc(50% - 0.3rem);
  margin-right: 0.3rem;
}

.module-intro .type-2 .project-box .name,
.module-solutionDesc .project-box .name {
  width: 1.45rem;
  color: #979797;
  font-weight: normal;
}

.module-intro .type-2 .project-box .val-box,
.module-solutionDesc .project-box .val-box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.module-intro .type-2 .project-box .val-box .val,
.module-solutionDesc .project-box .val-box .val {
  flex: 1; 
}

.module-intro .type-2 .project-box .val-box .desc,
.module-solutionDesc .project-box .val-box .desc {
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/mobile/default/majr_desc.png');
}

.module-intro .type-2 .language-box .desc,
.module-project .language-box .desc {
  display: inline-block;
  margin-top: -0.01rem;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/mobile/default/majr_desc.png');
}

.module-intro .type-2 .project-box .val-box .overlay,
.module-solutionDesc .project-box .val-box .overlay,
.module-intro .type-2 .language-box .overlay,
.module-project .language-box .overlay {
  position: fixed;
  top: 0;
  left: calc(100vw / 2 - 3.75rem);
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-intro .type-2 .project-box .val-box .pop-box,
.module-solutionDesc .project-box .val-box .pop-box,
.module-intro .type-2 .language-box .pop-box,
.module-project .language-box .pop-box {
  position: fixed;
  top: 25%;
  left: calc(100vw / 2 - 3.75rem + 0.8rem);
  width: 5.1rem;
  z-index: 2001;
  padding: 0.4rem 0.4rem 0;
  border-radius: 0.12rem;
  background-color: #FFFFFF;
  display: none;
}

.module-intro .type-2  .pop-box .title,
.module-solutionDesc  .pop-box .title,
.module-project .pop-box .title  {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #262626;
  text-align: center;
}
.module-intro .type-2  .pop-box .detail,
.module-solutionDesc  .pop-box .detail,
.module-project .pop-box .detail {
  margin: 0.2rem 0 0.4rem;
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #020E19;
  text-align: justify;
  word-break: break-all;
}

.module-intro .type-2  .pop-box .confirm-btn,
.module-solutionDesc  .pop-box .confirm-btn,
.module-project .pop-box .confirm-btn {
  margin-left: -0.4rem;
  width: 5.9rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  color: #1890FF;
  text-align: center;
  border-top: 0.01rem solid #E7E7E7;
}

.module-intro .type-2 .target-text
, .module-project .target-text{
  padding-bottom: 0.2rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  /* text-align: justify; */
}
.module-project .target-text-init{
  padding-bottom: 0.2rem;
  font-size: 0.32rem;
  line-height: 0.64rem;
  /* text-align: justify; */
  max-height: calc(0.64rem * 10);
  overflow: hidden;
}


.module-intro .type-2 .more-btn,
.module-intro .type-6 .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

.module-intro .type-2 .apply-detail
, .module-project .apply-detail {
  padding-bottom: 0.5rem;
  line-height: 0.64rem;
  font-size: 0.32rem;
  /* text-align: justify; */
}

.module-intro .type-2 .module-panel:nth-child(5) {
  padding-bottom: 0.1rem;
}

.module-intro .type-2 .language-box
, .module-project .language-box {
  width: 100%;
  font-size: 0.32rem;
  height: 0.48rem;
  font-weight: normal;
  border-collapse: collapse;
  text-align: left;
}

.module-intro .type-2 .language-box .col-1 
, .module-project .language-box .col-1 {
  width: 15%;
}


.module-intro .type-2 .language-box .col-2 
, .module-project .language-box .col-2 {
  width: 18%;
  text-align: center;
}

.module-intro .type-2 .language-box .col-3 
, .module-project .language-box .col-3 {
  width: 56%;
  text-align: center;
}

.module-intro .type-2 .language-box .out-box
, .module-project .language-box .out-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.48rem;
}

.module-intro .type-2 .language-box .col-3 .table-title
, .module-project .language-box .col-3 .table-title {
  position: relative;
  display: inline-block;
}

.module-intro .type-2 .language-box .col-default 
, .module-project .language-box .col-default {
  /* width: 25%; */
  text-align: center;
}

.module-intro .type-2 .language-box .row:first-child td
, .module-project .language-box .row:first-child td  {
  padding-bottom: 0.3rem;
}

.module-intro .type-2 .language-box .row:not(:first-child) td
, .module-project .language-box .row:not(:first-child) td {
  padding: 0.3rem 0;
}

.module-intro .type-2 .language-box .row:not(:last-child)
, .module-project .language-box .row:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-intro .type-2 .time-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.4rem;
}

.module-intro .type-2 .main-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.module-intro .type-2 .time-desc {
  border-top: 1px solid #E7E7E7;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  color: #353E47;
}

.module-intro .type-2 .time-box .time-item {
  position: relative;
  line-height: 0.45rem;
  margin-bottom: 0.4rem;
  font-size: 0.32rem;
}

.module-intro .type-2 .time-box&gt;.title {
  width: 100%;
  font-size: 0.32rem;
  color: #262626;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
}

.module-intro .type-2 .time-box.has-border&gt;.title {
  padding-top: 0.4rem;
  border-top: 1px solid #E7E7E7;
}

.module-intro .type-2 .time-box .time-item.active-before,
.module-intro .type-2 .time-box .time-item.active-before .tag {
  color: #FF9849;
}

.module-intro .type-2 .time-box .time-item.active-before::before {
  background: #FF9849 !important;
}

.module-intro .type-2 .time-box .time-item.active-before::after {
  position: absolute;
  content: ' ';
  bottom: 0.225rem;
  left: -0.68rem;
  width: 0.04rem;
  height: calc(0.4rem + 0.4rem);
  background-color: #FF9849;
}

.module-intro .type-2 .time-box .desc-box {
  width: 1.32rem;
  
  color: #353E47;
}

.module-intro .type-2 .time-box .time-line {
  flex: 1;
  padding-left: 1.26rem;
  position: relative;
  color: #1890FF;
  font-weight: bold;
}

.module-intro .type-2 .time-box .time-line::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0.59rem;
  width: 0.02rem;
  height: 100%;
  background-color: #1890FF;
}

.module-intro .type-2 .time-box .time-line .time-val {
  display: inline-block;
  white-space: nowrap;
  text-align: justify;
  word-break: break-all;
  font-family: 'Helvetica Neue';
  letter-spacing: 0.01rem;
  width: 2.1rem;
}

.module-intro .type-2 .time-box .time-line .tag {
  margin-left: 0.28rem;
  display: inline-block;
  font-weight: normal;
  color: #353E47;
}

.module-intro .type-2 .time-box .time-line .tag-hot {
  color: #FF4D4F;
}

.module-intro .type-2 .time-box .time-line .time-item::before {
  content: ' ';
  position: absolute;
  top: 0.15rem;
  left: -0.73rem;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background: #1890FF;
  z-index: 2;
}

.module-intro .type-2 .time-box .time-line&gt;.time-item:last-child,
.module-intro .type-2 .desc-box&gt;.time-item:last-child {
  margin-bottom: 0;
}

.module-intro .type-3 .sub-title {
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #1890FF;
}

.module-intro .type-3 .sub-title span {
  margin-left: 0.1rem;
  position: relative;
  display: inline-block;
  width: 0.14rem;
  height: 0.26rem;
}

.module-intro .type-3 .sub-title span::after {
  content: ' ';
  position: absolute;
  top: 0.03rem;
  right: 0;
  width: 0.15rem;
  height: 0.15rem;
  border-top: 0.04rem solid #1890FF;
  border-right: 0.04rem solid #1890FF;
  transform: rotate(45deg);
}

.module-intro .type-3 .info-box {
  padding-bottom: 0.45rem;
  position: relative;
}

.module-intro .type-3 .info-box::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: -0.4rem;
  width: 2.75rem;
  height: 2.22rem;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/mobile/default/logo1.png');
}

.module-intro .type-3 .info-box .row {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  min-height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
}

.module-intro .type-3 .info-box .row:not(:last-child) {
  margin-bottom: 0.2rem;
}

.module-intro .type-3 .info-box .row .name {
  color: #979797;
  margin-right: 0.2rem;
  width: 1.32rem;
}

.module-intro .type-3 .info-box .row .detail {
  flex: 1;
  text-align: justify;
  word-break: break-all;
  display: block;
}

.module-intro .type-3 .experience {
  line-height: 0.64rem;
  font-size: 0.32rem;
  color: #262626;
  padding-bottom: 0.5rem;
}

.module-intro .type-3 .experience a {
  color: #1890FF;
}

.module-intro .type-3 .offer-box {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}

.module-intro .type-3 .offer-box .offer {
  width: 100%;
}

.module-intro .type-3 .offer-box .offer img {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}

.module-intro .type-3 .promise-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1890FF;
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.2rem;
}

.module-intro .type-3 .promise-box .icon {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.42rem;
  height: 0.42rem;
  background-image: url('https://info.compassedu.hk/pc/img/promise/real-badge.png');
  background-size: 100% 100%;
}

.module-intro .type-3 .promise-box .href,
.module-intro .type-3 .promise-box .href:hover,
.module-intro .type-3 .promise-box .href:visited,
.module-intro .type-3 .promise-box .href:active {
  color: #1890FF;
}

/* module-report */
.module-report .report-box {
  margin-bottom: 0.1rem;
  border-radius: 0.12rem;
  padding-bottom: 0.4rem;
}

.module-report .report-box.outline {
  display: block;
  padding: 0.4rem;
  border: 1px solid #E7E7E7;
}

.module-report .name {
  margin-bottom: 0.5rem;
  font-size: 0.32rem;
  color: #020E19;
}

.module-report .detail-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.module-report .detail-box {
  position: relative;
}
.module-report #chart1 {
  position: absolute;
  top: -0.18rem;
  left: -0.18rem;
  z-index: 15;
}

.module-report .chart-1 {
  width: 2.78rem;
  height: 2.78rem;
  border-radius: 50%;
  border: 0.16rem solid #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  
}

.module-report .report-box.outline .chart-1 {
  width: 2.46rem;
  height: 2.46rem;
  border-radius: 50%;
  border: 0.16rem solid #F7F7F7;
}

.module-report .chart-1 .info {
  flex-wrap: 1;
  height: 0.67rem;
  line-height: 0.67rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #1890FF;
}

.module-report .chart-1 .info .sign {
  font-size: 0.32rem;
}

.module-report .chart-1 .desc {
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
}

.module-report .info-box {
  flex: 1;
  margin-left: 1.3rem;
  height: 2.46rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.module-report .info-box .info {
  width: 100%;
  position: relative;
}

.module-report .info-box .detail {
  margin-bottom: 0.1rem;
}

.module-report .info-box .num {
  font-size: 0.48rem;
  font-weight: bold;
  margin-right: 0.1rem;
}

.module-report .info-box .info.success {
  color: #1890FF;
}

.module-report .info-box .info.fail {
  color: #9A9FA3;
}

.module-report .info-box .info.success::before {
  content: ' ';
  position: absolute;
  top: 0.16rem;
  left: -0.4rem;
  width: 0.2rem;
  height: 0.2rem;
  background: linear-gradient(180deg, #35C3FF 0%, #1890FF 100%);
  border-radius: 0.06rem;
}

.module-report .info-box .info.fail::before {
  content: ' ';
  position: absolute;
  top: 0.16rem;
  left: -0.4rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #9A9FA3;
  border-radius: 0.06rem;
}

.module-report .check-report {
  display: block;
}

/* module-recommend */
.module-recommend .video-item {
  display: block;
  position: relative;
  width: 6.7rem;
  height: 4.01rem;
  border-radius: 0.08rem;
}

.module-recommend .video-item:not(:last-child) {
 margin-bottom: 0.2rem;
}

.module-recommend .video-item .cover{
  position: relative;
  width: 6.7rem;
  height: 4.01rem;
  border-radius: 0.08rem;
  background-color: #E7E7E7;
}

.module-recommend .video-item .title{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.2rem;
  width: calc(100% - 0.4rem);
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  font-weight: normal;
  color: #FFFFFF;  
  background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, #262626 100%);
}

.module-recommend .article-item
, .module-hot .article-box {
  width: calc(7.5rem - 0.8rem);
  padding-right: 0.4rem;
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-recommend .article-item:not(:last-child)
, .module-hot .article-box:not(:last-child) {
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-recommend .article-item .info-box
, .module-hot .article-box .info-box {
  flex: 1;
  margin-right: 0.3rem;
  min-height: 1.5rem;
}

.module-recommend .article-item .title
, .module-hot .article-box .title {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
  height: 0.96rem;
  line-height: 0.48rem;
  font-weight: normal;
  color: #020E19;
}

.module-recommend .article-item .info
, .module-hot .article-box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-recommend .article-item .tag
, .module-hot .article-box .tag {
  padding: 0 0.15rem;
  height: 0.43rem;
  line-height: 0.43rem;
  background: #DDEFFF;
  color: #1890FF;
  text-align: center;
  border-radius: 0.08rem;
}

.module-recommend .article-item .tag.none
, .module-hot .article-box .tag.none {
  opacity: 0;
}

.module-recommend .article-item .view
, .module-hot .article-box .view {
  font-size: 0.24rem;
  color: #9A9FA3;
}

.module-recommend .article-item .view i
, .module-hot .article-box .view i {
  font-size: 0.22rem;
}

.module-recommend .article-item .cover
, .module-hot .article-box .cover {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.08rem;
}

.module-recommend .article-item .cover img
, .module-hot .article-box .cover img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.08rem;
  object-fit: cover;
}

.module-recommend .module-article .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

/* module-case */
.module-case .case-item {
  position: relative;
  display: block;
  padding: 0.3rem;
  border-radius: 0.16rem;
  border: 0.01rem solid #E7E7E7;
  color: #FFFFFF;
}

.module-case .case-item a,
.module-case .case-item a:active,
.module-case .case-item a:hover,
.module-case .case-item a:visited {
  color: #FFFFFF !important;
}

.module-case .case-item::after {
  content: ' ';
  position: absolute;
  width: 2.62rem;
  height: 2.24rem;
  bottom: 0;
  right: 0;
  background-image: url('https://info.compassedu.hk/mobile/default/logo2.png');
  background-size: 100% 100%;
}

.module-case .case-item .item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-case .case-item .item-head .cover {
  margin-right: 0.3rem;
  width: 0.86rem;
  height: 0.86rem;
  /* border-radius: 50%; */
  /* border: 0.01rem solid #E7E7E7; */
}

.module-case .case-item .item-head .cover img{
  width: 0.86rem;
  height: 0.86rem;
  /* border-radius: 50%; */
  object-fit: cover;
}

.module-case .case-item .item-head .cname {
  flex: 1;
  font-size: 0.32rem;
  line-height: 0.45rem;
}

.module-case .case-item .info-box .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0.4rem;
  font-size: 0.28rem;
}

.module-case .case-item .info-box .row:not(:last-child) {
  margin-bottom: 0.15rem;
}

.module-case .case-item .info-box .row .name {
  opacity: 0.7;
  margin-right: 0.35rem;
  width: 1.12rem;
}

.module-case .case-item .info-box .row .detail {
  flex: 1;
  text-align: justify;
  word-break: break-all;
}

.module-case .case-item .adviser-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem;
  background-color: rgba(225,225,225,0.2);
  margin-top: 0.3rem;
}

.module-case .case-item .adviser-box .cover {
  width: 0.8rem;
  height: 0.8rem;
  background: #F7F7F7;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
}

.module-case .case-item .adviser-box .cover img {
  width: 0.8rem;
  height: 0.8rem;
}

.module-case .case-item .adviser-box .slot-mid {
  flex: 1;
}

.module-case .case-item .adviser-box .slot-mid .name,
.module-case .case-item .adviser-box .slot-mid .position {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.4rem;
}

.module-case .case-item .adviser-box .slot-mid .position {
  opacity: 0.6;
}

.module-case .case-item .adviser-box .adviser-btn {
  position: relative;
  z-index: 2;
  width: 1.52rem;
  height: 0.6rem;
  background: #1890FF;
  border-radius: 0.06rem;
  line-height: 0.6rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.28rem;
}

.module-case .case-item:not(:last-child) {
  margin-bottom: 0.35rem;
}

.module-case .case-item:nth-child(1n) {
  background: linear-gradient(135deg, #A0A6BA 0%, #8894A8 100%);
}

.module-case .case-item:nth-child(2n) {
  background: linear-gradient(135deg, #CCC2B7 0%, #C4B8A2 100%);
}

.module-case .case-item:nth-child(3n) {
  background: linear-gradient(135deg, #B6C4B1 0%, #96A28B 100%);
}

.module-case .case-item:nth-child(4n) {
  background: linear-gradient(134deg, #B4B2BC 0%, #A6A2A8 100%);
}

.module-case .case-item.type-6 {
  position: relative;
}

.module-case .case-item.type-6::before {
  position: absolute;
  content: ' ';
  z-index: 2;
  width: 1.03rem;
  height: 1.03rem;
  top: -0.1rem;
  right: -0.1rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.module-case .case-item.type-6.institution-1::before {
  top: -0.08rem;
  background-image: url(https://info.compassedu.hk/pc/img/college/college-tag-usa.png);
}

.module-case .case-item.type-6.institution-2::before {
  background-image: url(https://info.compassedu.hk/pc/img/college/college-tag-uk.png);
}

.module-case .desc {
  width: 100%;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #9A9FA3;
  text-align: justify;
  word-break: break-all;
}

.module-case .analysis-item {
  position: relative;
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.module-case .analysis-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-case .analysis-item .analysis-title
,.module-case .analysis-item .grades {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.45rem;
  color: #262626;
  font-weight: 500;
  font-size: 0.32rem;
}

.module-case .analysis-item .grades {
  color: #2B2B2B;
  font-weight: 400;
  /* display: none; */
}

.module-case .analysis-item .width-6 {
  width: 55%;
}
.module-case .analysis-item .width-4 {
  width: 45%;
}

.module-case .analysis-item .tag {
  color: #9eca43;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 600;
  padding: 0.06rem 0.16rem;
  border-radius: 8px;
  width: 1rem;
  opacity: 0.5;
  border: 0.06rem solid #9eca43;
  transform: rotate(-30deg);
  position: absolute;
  right: 0.15rem;
  top: 0.75rem;
}

.module-case .analysis-item .tag.pass {
  color: #9eca43;
}

.module-case .analysis-item .tag.fail {
  color: #eb5757;
  border: 0.06rem solid #eb5757;
}

.module-case .analysis-item .toggle {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  color: #1890ff;
  font-weight: 500;
}

.module-case .analysis-btn {
  width: 100vw;
  border-top: 0.01rem solid #E7E7E7;
  max-width: 7.7rem !important;
  
}

/* module-hotmajr */
.module-hotmajr .module-panel .head {
  margin-bottom: 0rem;
}

.module-hotmajr .major-item {
  display: block;
  width: calc(7.5rem - 0.8rem);
  padding: 0.3rem 0.4rem 0.3rem 0;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-hotmajr .major-item:not(:last-of-type) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-hotmajr .major-item .cname {
  min-height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #020E19;
}

.module-hotmajr .major-item .ename {
  min-height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #9A9FA3;
}

.module-hotmajr .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

/* module-class */
.module-class .class-item {
  width: calc(7.5rem - 0.8rem);
  padding: 0.3rem 0.4rem 0.3rem 0;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-class .class-item:first-child {
  padding-top: 0;
}

.module-class .class-item:not(:last-of-type) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-class .class-item .cname {
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #020E19;
}

.module-class .class-item .ename {
  min-height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #9A9FA3;
}

.module-class .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

/* module-track */
.module-track .head {
  margin-bottom: 0.1rem;
}

.module-track .desc {
  font-size: 0.32rem;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
}

.module-track .tab-list {
  width: calc(100% + 0.8rem);
  padding: 0.15rem 0.4rem 0;
  margin-left: -0.4rem;
  margin-bottom: 0.11rem;
  border-bottom: 0.01rem solid #E7E7E7;
  height: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-track .tab-item {
  flex: 1;
  color: #8C8C8C;
}

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

.module-track .tab-item .cname {
  font-size: 0.32rem;
  line-height: 0.45rem;
}

.module-track .tab-item .ename {
  font-size: 0.24rem;
  line-height: 0.34rem;
}

.module-track .track-list {
  width: calc(100% + 0.8rem);
  margin-left: -0.4rem;
  padding-left: 0.4rem;
  display: none;
}

.module-track .track-list.active {
  display: block;
}

.module-track .track-item {
  width: 100%;
  padding: 0.3rem 0.4rem 0.3rem 0;
  
}

.module-track .track-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-track .track-item .cname {
  color: #020E19;
  font-size: 0.32rem;
  line-height: 0.45rem;
}

.module-track .track-item .ename {
  font-size: 0.28rem;
  color: #9A9FA3;
}

.module-track .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

/* module-project */
.module-project .project-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.32rem;
  padding-bottom: 0.5rem;
}

.module-project .project-box .pro-item:nth-child(1) {
  flex: 1;
}

.module-project .project-box .pro-item:nth-child(2) {
  width: 34%;
}

.module-project .project-box .pro-item:nth-child(3) {
  width: 20%;
}

.module-project .project-box .num {
  height: 0.45rem;
  line-height: 0.45rem;
  color: #262626;
  white-space: nowrap;
}

.module-project .project-box .desc {
  height: 0.45rem;
  line-height: 0.45rem;
  color: #9A9FA3;
}

/* module-richtext */

.module-richtext .type-1 h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-richtext .type-1 h1 .text {
  position: relative !important;
  background-color: #1890FF !important;
  color: #FFFFFF !important;
  border-radius: 0.04rem !important;  
  padding: 0.16rem 0.5rem !important;
  font-size: 0.36rem !important;
  line-height: 0.5rem !important;
  z-index: 2 !important;
  font-weight: 500 !important;
  outline: none !important;  
  box-sizing: border-box !important;
  max-width: calc(100% - 0.1rem);
}
.module-richtext .type-1 h1 .text::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0.1rem;
  left: 0.1rem;
  width: 100%;
  height: 100%;
  border: 0.04rem solid  #1890FF;
  border-radius: 0.04rem;
  box-sizing: border-box;
}

.module-richtext .type-1 h2 {
  font-size: 0.36rem !important;
  font-weight: 500 !important;
  color: #2193FD !important;
  line-height: 0.5rem !important;
}

.module-richtext {
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #020E19;
  text-align: justify;
  word-break: break-all;
  word-break: normal;
  overflow-wrap: break-word;
  }

.module-richtext p {
  text-align: justify;
}
.module-richtext .module-panel {
    padding-top: 0;
    padding-bottom: 0.4rem;
    overflow: hidden;
}
.module-richtext .module-panel img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

.module-richtext .module-panel ul li {
  position: relative;
  list-style-type: none;
  padding-left: 0.4rem;
}

.module-richtext .module-panel ol li {
  margin-left: 0.4rem;
}

.module-richtext .module-panel ul li::before {
  content: ' ';
  position: absolute;
  left: 0; 
  top: 0.14rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #1890FF;
}

.module-richtext .module-panel p {
  word-break: break-word;
  text-align: left;
}

.module-richtext .module-panel span {
  white-space: normal !important;
}

.module-richtext .module-panel .h6 {
  color: #7d7d7d;
  font-size: 0.12rem;
  text-align: center;
  display: block;
}

.module-richtext .module-panel p img,
.module-richtext .module-panel span img {
  margin: 0 auto !important;
}

.module-richtext .module-panel a, 
.module-richtext .module-panel a:active, 
.module-richtext .module-panel a:hover, 
.module-richtext .module-panel a:visited {
  text-decoration: none;
  color: #1890ff;
}
/* module-hot */

.module-hot .head {
  margin-bottom: 0.3rem;
}

.module-hot .more-btn {
  border-top: 0.01rem solid #E7E7E7;
}

.module-hot .video-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  width: calc(7.5rem - 0.8rem);
  padding-right: 0.4rem;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.module-hot .video-box:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-hot .video-box .left {
  position: relative;
  margin-right: 0.3rem;
  width: 2.02rem;
  height: 1.5rem;
}

.module-hot .video-box .cover {
  width: 2.02rem;
  height: 1.5rem;
  background: #D8D8D8;
  border-radius: 0.08rem;
}

.module-hot .video-box .cover img {
  width: 2.02rem;
  height: 1.5rem;
  object-fit: cover;
}

.module-hot .video-box .time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc( 100% - 0.1rem );
  height: 0.49rem;
  background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, #262626 100%);
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  text-align: right;
  padding-right: 0.1rem;
  line-height: 0.49rem;
  font-size: 0.24rem;
  color: #FFFFFF;
}

.module-hot .video-box .right {
  flex: 1;
}

.module-hot .video-box .title {
  line-height: 0.48rem;
  font-size: 0.32rem;
  color: #020E19;
  margin-bottom: 0.3rem;
  text-align: justify;
}

.module-hot .video-box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #8C8C8C;
}

.module-hot .video-box i {
  font-size: 0.22rem;
}

/* module-allreports */
.module-allreports {
  position: relative;
}
.module-allreports .module-panel {
  position: relative;
}
.module-allreports .sub-title{
  position: relative;
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #020E19;
}

.module-allreports .sub-title::before{
  content: ' ';
  position: absolute;
  top: 0.10rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: #1890FF;
  border-radius: 0.1rem;
}

.module-allreports .chart-box.type-1 {
  margin-top: 0.7rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.7rem;
  border-bottom: 0.01rem solid #E7E7E7;
}

.module-allreports .chart-box.type-2 {
  margin-top: 0.4rem;
  padding-bottom: 0.6rem;
}

.module-allreports .chart-box.type-3 {
  margin-top: 0.7rem;
  padding-bottom: 0.4rem;
}

.module-allreports #chart-2
, .module-allreports #chart-4 {
  width: 100%;
  height: 2.66rem;
}
.module-allreports #chart-6 {
  width: 100%;
  height: 3.8rem;
}

.module-allreports #chart-3
, .module-allreports #chart-5 {
  width: 100%;
  height: 1.8rem;
}

.module-allreports .chart-row {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #020E19;
}

.module-allreports .chart-row:not(:last-child) {
  margin-bottom: 0.3rem;
}

.module-allreports .chart-row .tag {
  width: 1.15rem;
}

.module-allreports .chart-row .shadow-box {
  margin: 0 0.23rem;
  width: 4.2rem;
  height: 0.16rem;
  border-radius: 0.11rem;
}

.module-allreports #chart-5 .chart-row .shadow-box {
  flex: 1;
  margin-right: 0;
}

.module-allreports #chart-3 .chart-row:nth-child(1) .shadow-box
,.module-allreports #chart-5 .chart-row:nth-child(1) .shadow-box {
  background-color: #F3F9FF;
}

.module-allreports #chart-3 .chart-row:nth-child(2) .shadow-box
,.module-allreports #chart-5 .chart-row:nth-child(2) .shadow-box {
  background-color: #FFFBF6;
}

.module-allreports #chart-3 .chart-row:nth-child(3) .shadow-box
,.module-allreports #chart-5 .chart-row:nth-child(3) .shadow-box {
  background-color: #F5FBF9;
}

.module-allreports .chart-row .shadow-box .line {
  width: 50%;
  height: 0.16rem;
  border-radius: 0.11rem;
}

.module-allreports #chart-3 .chart-row:nth-child(1) .shadow-box .line
,.module-allreports #chart-5 .chart-row:nth-child(1) .shadow-box .line {
  background-color: #1890FF;
}

.module-allreports #chart-3 .chart-row:nth-child(2) .shadow-box .line
,.module-allreports #chart-5 .chart-row:nth-child(2) .shadow-box .line {
  background-color: #FFB84C;
}

.module-allreports #chart-3 .chart-row:nth-child(3) .shadow-box .line
,.module-allreports #chart-5 .chart-row:nth-child(3) .shadow-box .line {
  background-color: #42B696;
}

.module-allreports .chart-row .value {
  flex-shrink: 0;
  white-space: nowrap;
  width: 1rem;
  text-align: right;
}

.module-allreports .overlay-bg,
.module-box .overlay-bg {
  position: absolute;
  z-index: 17;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.55;
}

.module-allreports .overlay,
.module-majr .overlay,
.module-direction .overlay {
  position: absolute;
  z-index: 18;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 0.16rem);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}


.module-allreports .overlay .desc
,.module-majr .overlay .desc
, .module-direction .overlay .desc {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}

.module-allreports .overlay .login-btn
,.module-majr .overlay .login-btn
, .module-direction .overlay .login-btn {
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.06rem;
  border: 1px solid #FFFFFF;
  font-size: 0.32rem;
  
}

.module-desc {
  margin: 0.3rem 0.4rem;
  width: calc(7.5rem - 0.8rem);
  line-height: 0.38rem;
  font-size: 0.24rem;
  color: #676E75;
  text-align: justify;
  word-break: break-all;
  max-width: 7.7rem !important;
}


/* module-majr */
.module-box {
  position: relative;
}
.module-majr {
  position: relative;
}

.module-majr .abroad-data {
  font-size: 0.32rem;
  color: #595959;
  line-height: 0.48rem;
  padding-bottom: 0.4rem;
}

.module-majr .abroad-data *{
  white-space: normal;
}

.module-majr .abroad-img {
  width: 100%;
  margin-top: 0.2rem;
}

/* module-advance */
.module-advance {
  position: relative;
}

.module-advance .advance-detail{
  font-size: 0.32rem;
  color: #595959;
  line-height: 0.48rem;
  padding-bottom: 0.4rem;
}
.module-advance .advance-detail .part-assistant,
.module-advance .advance-detail .part-course,
.module-advance .advance-detail .part-exchange,
.module-advance .advance-detail .part-research,
.module-advance .advance-detail .part-competition {
  margin-bottom: 0.2rem;
}

.module-advance .advance-detail .part-title {
  font-weight: 500;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
}

.module-advance .advance-detail .assistant-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.module-advance .advance-detail .assistant-box .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.module-advance .advance-detail .assistant-box .item:not(:last-child) {
  margin-right: calc((100% - 4.4rem) / 3 );
}

.module-advance .advance-detail .assistant-box .item img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}

.module-advance .advance-detail .assistant-box .item .text {
  color: #262626;
  font-size: 0.28rem;
  line-height: 0.4rem;
  white-space: nowrap;
  text-align: center;
}

.module-majr .text-detail,
.module-advance .advance-detail .exchange-detail,
.module-advance .advance-detail .research-detail,
.module-advance .advance-detail .competition-detail {
  width: 100%;
  overflow-x: auto;
}

.module-majr table,
.module-advance .advance-detail table{
  word-break: normal;
  border-collapse: collapse;
  border: none;
}

.module-majr table a,
.module-advance .advance-detail table a{
  word-break: break-all;
}

table a,
table a:visited,
table a:active {
  color: #1890FF;
}

.module-majr tbody tr:first-child td {
  text-align: center !important;
}

table td .text {
  text-align: center;
  width: 3.5rem;
}

.module-majr tbody,
.module-advance .advance-detail tbody {
  /* display: flex; */
  display: table-cell;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 0.015rem solid #E7E7E7;
}

.module-majr tbody tr,
.module-advance .advance-detail tbody tr {
  display: table-row;
  flex-shrink: 0;
  text-align: center;
  /* display: flex; */
  justify-content: flex-start;
  color: #262626;  
}

.module-majr tbody tr:first-child td,
.module-advance .advance-detail tbody tr:first-child td {  
  background-color: #F7F7F7;
  color: #595959;
}

.module-majr tbody tr:first-child td:first-child,
.module-advance .advance-detail tbody tr:first-child td:first-child {
  text-align: left;
}

.module-majr tbody td,
.module-advance .advance-detail tbody td{
  line-height: 0.4rem;
  padding: 0.2rem;
  width: 3.95rem;
  border: 0.015rem solid #E7E7E7;  
}

.module-majr tbody td .text,
.module-advance .advance-detail tbody td .text {
  position: relative;
  overflow: hidden;
}

.module-majr tbody td .text.line-5,
.module-advance .advance-detail tbody td .text.line-5 {
  height: calc(0.395rem * 5);
}

.module-majr tbody td .toggle-btn,
.module-advance .advance-detail tbody td .toggle-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #1890FF;
  background-color: #FFFFFF;
}

.module-majr tbody td:first-child,
.module-advance .advance-detail tbody td:first-child {
  width: 3.35rem;
  text-align: left;
}

/* module-adv */
.module-adv .module-panel {
  padding: 0;
  width: 100%;
  height: 1.24rem;
}

.module-adv .cover {
  width: 100%;
  height: 1.24rem;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/mobile/default/banner_bg.png');
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-shadow: 0 0 0.2rem #383FEC;
  font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.module-adv .cover p{
  flex-shrink: 0;
  margin-left: 0.4rem;
  width: 6rem;
  text-align: left;
  position: relative;
}

.module-adv .cover .weixin-btn {
  position: absolute;
  display: inline-block;
  margin-top: 0.08rem;
  margin-left: 0.05rem;
  width: 0.84rem;
  height: 0.3rem;
  background-size: 100% 100%;
  background-image: url('https://info.compassedu.hk/mobile/default/weixin-btn.png');
}

/* module-direction */
.module-direction {
  position: relative;
}
.module-direction .head {
  margin-bottom: 0;
}
.module-direction .direction-detail {
  color: #595959;
  line-height: 0.48rem;
  font-size: 0.32rem;
  padding: 0.2rem 0 0.4rem;
}



/* module-analysis */
.module-analysis .analysis {
  margin-bottom: 0.3rem;
  width: 100%;
  font-size: 0.32rem;
  color: #3F3F3F;
  line-height: 0.48rem;
  text-align: justify;
  word-break: break-all;
}

/* module-adviser */
.module-adviser .adviser-list {
  padding-bottom: 0.4rem;
}

.module-adviser .adviser-item {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E5F3FF;
  border-radius: 0.15rem;
  padding: 0.4rem 0.3rem;
}

.module-adviser .adviser-item:not(:last-child) {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #E7E7E7;
}

.module-adviser .adviser-item .cover {
  width: 1.78rem;
  height: 1.78rem;
  background: #FFFFFF;
  border-radius: 0.96rem;
  margin-right: 0.3rem;
}

.module-adviser .adviser-item .cover img {
  width: 1.78rem;
  height: 1.78rem;
  border-radius: 0.96rem;
  object-fit: cover;
}
.module-adviser .adviser-item .info-box {
  flex: 1;
}

.module-adviser .adviser-item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}

.module-adviser .adviser-item .left {
  flex: 1;
}

.module-adviser .adviser-item div[class^="contact-ad-"] {
  width: 0.74rem;
  height: 0.74rem;
  background: #FFFFFF;
  border-radius: 50%;
  background-image: url('https://info.compassedu.hk/mobile/default/contact-adviser.png');
  background-size: 100% 100%;
}

.module-adviser .adviser-item .info-box .name {
  height: 0.32rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #262626;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
}

.module-adviser .adviser-item .info-box .job {
  height: 0.32rem;
  font-size: 0.32rem;
  color: #595959;
  line-height: 0.32rem;
}

.module-adviser .adviser-item .info-box .desc {
  min-height: 0.42rem;
  font-size: 0.28rem;
  color: #595959;
  line-height: 0.42rem;
  /* text-align: justify; */
  word-break: break-all;
}

.module-time, .module-require, .module-job, .module-method {
  font-size: 0.32rem;
  line-height: 0.5rem;
  text-align: justify;
  word-break: break-all;
}
.module-time .text, 
.module-require .text,
.module-badge .text,
.module-job .text,
.module-method .text {
  padding-bottom: 0.4rem;
}

.module-badge .logo {
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  line-height:0.8rem;
  font-size: 0.7rem;
}
.module-badge .bg_1 {
  background: #F7CA18;
}
.module-badge .bg_2 {
  background: #4A90E2;
}
.module-badge .bg_3 {
  background: #4DAF7C;
}
.module-badge .bg_4 {
  background: #ff6d00;
}
.module-badge .bg_5 {
  background: #19B5FE;
}
.module-badge .bg_6 {
  background: #52C41A;
}
.module-badge .bg_0 {
  background: #FE3824;
}

.module-badge .text {
  display: flex;
  align-items: center;
}

.module-badge .logo-box {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  
}
.module-badge .logo-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.module-badge .comp {
  width: 5.6rem;
  height: auto;
  margin-left: 0.22rem;
}
.module-badge .comp-name {
  font-size: 0.3rem;
  color: #262626;
}
.module-badge .comp-kind {
  width: 100%;
  height: auto;
  line-height: 0.36rem;
  padding-top: 0.1rem;
  font-size: 0.24rem;
  color: #8c8c8c;
}

/********************* �𢒰霂閧�誯�� *********************/
.module-interview .interview-intro {
  margin-bottom: 0.4rem;
  text-align: justify;
  font-size: 0.28rem;
  font-weight: 400;
  color: #262626;
  line-height: 0.4rem;
}

.module-interview .interview-list .interview-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  box-shadow: inset 0px -1px 0px 0px #E7E7E7;
}

.module-interview .interview-list .nologin {
  position: relative;
  height: 3.5rem;
  padding-bottom: 0.2rem;
  overflow: hidden;
}

.module-interview .interview-list .nologin .mask {
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  bottom: 0.01rem;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 70%, #FFFFFF 100%);
}

.module-interview .interview-list .nologin .mask .expand-btn {
  position: absolute;
  width: unset;
  height: unset;
  left: 50%;
  bottom: 0.3rem;
  font-size: 0.28rem;
  color: #1890FF;
  line-height: 0.4rem;
  transform: translateX(-50%);
}

.module-interview .interview-list .interview-item:first-child {
  padding-top: 0;
}

.module-interview .interview-list .interview-item:last-child {
  box-shadow: none;
}

.module-interview .interview-list .interview-item .learner-info {
  display: flex;
}

.module-interview .interview-list .interview-item .learner-info .left-avatar {
  flex-shrink: 0;
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.3rem;
}

.module-interview .interview-list .interview-item .learner-info .left-avatar img {
  width: 100%;
  height: 100%;
}

.module-interview .interview-list .interview-item .learner-info .right-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module-interview .interview-list .interview-item .learner-info .right-info .name {
  font-size: 0.32rem;
  font-weight: 600;
  color: #262626;
  line-height: 0.45rem;
}

.module-interview .interview-list .interview-item .learner-info .right-info .admiss-status {
  font-size: 0.28rem;
  color: #595959;
  line-height: 0.4rem;
}

.module-interview .interview-list .interview-item .interview-desc {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #262626;
  line-height: 0.4rem;
}

.module-interview .interview-list .interview-item .interview-info .interview-title {
  position: relative;
  padding-left: 0.15rem;
  margin-top: 0.2rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #262626;
  line-height: 0.4rem;
}

.module-interview .interview-list .interview-item .interview-info .interview-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.22rem;
  background: #1890FF;
  border-radius: 0.03rem;
}

.module-interview .interview-list .interview-item .interview-info .interview-content {
  font-size: 0.28rem;
  color: #262626;
  line-height: 0.4rem;
  text-align: justify;
  word-break: break-word;
}

/* bomttom */
.mbtm {
  width: 100%;
  height: 5rem;
  background-image: url('https://info.compassedu.hk/mobile/home/bottom_bg.png');
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mbtm .desc {
  margin-bottom: 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #020E19;
}

.mbtm .open-app {
  margin-bottom: 0.62rem;
  padding: 0 0.5rem;
  height: 0.66rem;
  background: #FFFFFF;
  border-radius: 0.38rem;
  border: 1px solid #1890FF;
  width: 3.6rem;
  line-height: 0.66rem;
  font-size: 0.28rem;
  color: #1890FF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}

.mbtm .open-app .arrow-right {
  position: relative;
  margin-left: 0.3rem;
  width: 0.13rem;
  height: 0.22rem;
}

.mbtm .open-app .arrow-right::after {
  content: ' ';
  position: absolute;
  top: 0.02rem;
  right: 0;
  width: 0.14rem;
  height: 0.14rem;
  border-top: 0.04rem solid #1890FF;
  border-right: 0.04rem solid #1890FF;
  transform: rotate(45deg);
}

.mbtm .copyright {
  flex-shrink: 0;
  width: 100%;
  height: 0.33rem;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #9A9FA3;
  text-align: center;
}

/* solution-btn */
.solution-btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 7.7rem;
  height: 1.4rem;
  background-color: #ffffff;
  box-shadow: 0 -0.03rem 0.1rem 0 #e7e7e7;
  position: fixed;
  z-index: 10;
  bottom: 0;
  /* left: calc(100vw / 2 - 3.85rem); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.49rem;
  padding-right: 0.4rem;
}

.solution-btn .left {
  width: 1.04rem;
  height: 1.04rem;
  background: #f7f7f7;
  border-radius: 0.93rem;
}
.solution-btn .left img {
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 0.93rem;
}
.solution-btn .mid {
  flex: 1;
  margin: 0 0.2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #262626;
}
.solution-btn .mid .name {
  height: 0.4rem;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  margin-bottom: 0.05rem;
}
.solution-btn .mid .job {
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #8c8c8c;
}
.solution-btn .right {
  display: block;
  width: 1.52rem;
  height: 0.6rem;
  background: #1890ff;
  border-radius: 0.08rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.28rem;
}

.hide-article-type {
  opacity: 0;
}</pre></body></html>