<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* contact */

.contact-adviser {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.34rem;
  z-index: 19;
  border-top: 0.01rem solid #E7E7E7;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto;
  left: 0;
  box-sizing: border-box;
}

.contact-out {
  padding: 0.2rem 0.4rem;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 0.94rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  background: #1890FF;
  border-radius: 0.08rem;
}

.contact-btn .text {
  width: 100%;
  height: 0.45rem;
  font-size: 0.36rem;
  line-height: 0.45rem;
}

.contact-btn .desc {
  width: 100%;
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

/* clue-pop */
.clue-pop {
  position: fixed;
  top: 1.05rem;
  left: calc(100vw / 2 - 50%);
  z-index: 900;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  display: none;
  max-width: 7.7rem !important;
  margin: 0 auto;
}

.clue-pop .header {
  padding: 0.4rem 0.4rem 0.5rem;
  background: #144069;
  border-radius: 0rem 0rem 0.28rem 0.28rem;
  color: #FFFFFF;
}

.clue-pop .header .back-btn {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
}

.clue-pop .header .back-btn::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);
}

.clue-pop .header .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

.clue-pop .header .info .cover {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.25rem;
  background: #F7F7F7;
  border-radius: 0.93rem;
}

.clue-pop .header .info .cover img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.93rem;
}

.clue-pop .header .info .desc {
  flex: 1;
}

.clue-pop .header .info .desc .desc-1 {
  height: 0.4rem;
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.clue-pop .header .info .desc .desc-2 {
  height: 0.45rem;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.45rem;
}

.clue-pop .header .hint {
  height: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.33rem;
  text-align: center;
  opacity: 0.5;
}

.clue-pop .form {
  margin-top: 0.1rem;
  padding-left: 0.4rem;
}

.clue-pop .form .row {
  width: 7.1rem;
  height: 0.97rem;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.clue-pop .form .row .title {
  flex-shrink: 0;
  width: 2.2rem;
  height: 0.45rem;
  margin-right: 0.4rem;
  font-size: 0.32rem;
  color: #262626;
  line-height: 0.45rem;
  word-break: break-all;
  white-space: nowrap;
}

.clue-pop .form .row .title span {
  height: 0.4rem;
  font-size: 0.28rem;
  color: #FF4D4F;
  line-height: 0.4rem;
}

.clue-pop .form .row .form-info-box {
  padding-right: 0.4rem;
  width: 3.9rem;
  height: 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clue-pop .form .row .form-info-box input {
  position: relative;
  display: block;
  box-sizing: content-box;
  outline: none;
  width: calc(3.9rem - 0.44rem);
  height: 0.32rem;
  padding: 0.16rem 0;
  line-height: normal !important;
  font-size: 0.32rem;
  color: #262626;
  border: none;
}

.clue-pop .form .row .form-info-box input::-webkit-input-placeholder {
  height: 0.32rem; 
  box-sizing: content-box;
  padding-top: 0.48rem;
}

.clue-pop .form .row .form-info-box .input-box {
  display: none;
  flex: 1;
  height: 0.96rem;
  font-size: 0.32rem;
  color: #262626;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
}

.clue-pop .form .row .form-info-box .input-box .active-item {
  flex-shrink: 0;
  padding: 0.06rem 0.08rem;
  border-radius: 0.04rem;
  background-color: #E7E7E7;
  font-size: 0.28rem;
  margin-right: 0.1rem;
}

.clue-pop .form .row .form-info-box input::placeholder {
  height: 0.96rem;
  font-size: 0.32rem;
  color: #8C8C8C;
  line-height: 0.96rem;
}

.clue-pop .form .row .form-info-box .select-pop {
  margin-left: 0.3rem;
  width: 0.14rem;
  height: 0.14rem;
  position: relative;
}

.clue-pop .form .row .form-info-box .select-pop::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.14rem;
  height: 0.14rem;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  transform: rotate(45deg);
}

.clue-pop .form .row .select-list {
  position: absolute;
  z-index: 1;
  top: 0.96rem;
  right: 0;
  width: calc(7.5rem - 3rem);
  height: 5rem;
  background-color: #FFFFFF;
  overflow-y: scroll;
  display: none;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0.1rem 0.1rem rgba(197, 197, 197, 0.2);
  max-width: 7.7rem !important;
}

.clue-pop .form .row .select-item {
  padding: 0 0.3rem;
  height: 0.8rem;
  background-color: #FFFFFF;
  line-height: 0.8rem;
}

.clue-pop .form .row .select-item.active {
  color: #1890FF;
}

.clue-pop .form .row .select-item:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}

.clue-pop .overlay {
  width: 100%;
  height: 100%;
}

.clue-pop .submit-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1.34rem;
  border-top: 0.01rem solid #E7E7E7;
  max-width: 7.7rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box !important;

}

.clue-pop .submit-btn .btn-box {
  width: 100%;
  height: 0.94rem;
  border-radius: 0.08rem;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.36rem;
  line-height: 0.94rem;
  text-align: center;
}

/* clue-success */
.clue-success {
  position: fixed;
  top: 1.05rem;
  left: calc(100vw / 2 - 3.75rem);
  z-index: 900;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #FFFFFF;
  display: none;
  /* display: block; */
  max-width: 7.7rem !important;
}

.clue-success .logo {
  width: 2.66rem;
  height: 2.66rem;
  margin: 2.2rem auto 0;
}

.clue-success .logo img {
  width: 2.66rem;
  height: 2.66rem;
}

.clue-success .hint-1 {
  margin-top: 0.4rem;
  height: 0.45rem;
  font-size: 0.32rem;
  color: #262626;
  line-height: 0.45rem;
  text-align: center;
}

.clue-success .hint-2 {
  margin-top: 0.1rem;
  height: 0.4rem;
  font-size: 0.28rem;
  color: #595959;
  line-height: 0.4rem;
  text-align: center;
}

.clue-success .succ-btn {
  display: block;
  width: 6.7rem;
  height: 0.8rem;
  margin: 1.1rem auto 0;
  border-radius: 0.08rem;
  background-color: #1890FF;
  color: #FFFFFF;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}

.clue-success .succ-btn-app {
  display: block;
  width: 6.7rem;
  height: 0.8rem;
  margin: 0.3rem auto;
  border-radius: 0.08rem;
  border: 1px solid #1890FF;
  color: #1890FF;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}


/* �鰵憓� */
.contact-adviser-ercode {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
}

.contact-adviser-ercode .container {
  width: 5.90rem;
  height: 3.92rem;
  background: linear-gradient( 180deg, #E4F1FC 0%, #EFF0F9 46%, #FFFFFF 100%);
  border-radius: .12rem;
  padding: .42rem .28rem .3rem;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 2.95rem);
  top: calc(50% - 1.96rem);
}

.close-button {
  position: absolute;
  right: .16rem;
  top: .16rem;
  width: .40rem;
  height: .40rem;
}

.close-button img {
  width: 100%;
  height: 100%;
}

.adviserInfo {
  display: flex;
  align-items: center;
  margin-bottom: .22rem;
}

.adviserInfo .avatar {
  width: .64rem;
  height: .64rem;
  background: #F7F7F7;
  border-radius: .46rem;
  border: .02rem solid #FFFFFF;
  margin-right: .20rem;
}

.adviserInfo .name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: .3rem;
  color: #2C2D2E;
  line-height: .42rem;
  
}

.adviserInfo .badgeContent {
  height: .32rem;
  background: linear-gradient( 180deg, #FDE5AB 0%, #FFDB8F 100%);
  border-radius: .06rem;
  font-size: .2rem;
  color: #9B6B0D;
  line-height: .32rem;
  padding: 0 .06rem;
  margin-left: .12rem;
}

.descriptionContainer {
  box-sizing: border-box;
  width: 5.28rem;
  height: 1.2rem;
  background: rgba(255,255,255,0.61);
  box-shadow: 0 0 .12rem 0 rgba(190,204,214,0.34);
  border-radius: 0 .24rem .24rem .24rem;
  padding: .16rem .18rem;
  font-family: PingFangSC, PingFang SC;
  font-size: .24rem;
  color: #2C2D2E;
  line-height: .4rem;
  margin: 0 auto .26rem;
}

.highlightName {
  padding-left: 0.06rem;
  display: inline-block;
  height: .42rem;
  background: linear-gradient( 270deg, rgba(255,253,240,0) 0%, #FFF6DD 100%);
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  font-size: .28rem;
}

.partner_name {
  padding-left: 0.06rem;
  display: inline-block;
  height: .42rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  font-size: .28rem;
  background: linear-gradient( 270deg, rgba(240,255,249,0) 0%, #DDFFF2 100%);
}

.contactButton {
  width: 5.34rem;
  height: .88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2372FF;
  border-radius: .16rem;
  font-family: PingFangSC, PingFang SC;
  font-size: .3rem;
  color: #FFFFFF;
  line-height: .42rem;
  text-align: center;
}

/* 蝏𤘪�� */
.contact-adviser-result {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
  display: none;
}

.contact-adviser-result .container {
  width: 5.46rem;
  min-height: 3.14rem;
  /* background: linear-gradient( 180deg, #E4F1FC 0%, #EFF0F9 46%, #FFFFFF 100%); */
  background: url(https://info.compassedu.hk/mobile/adviser/adviser-clue-bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: .12rem;
  padding: .8rem .2rem .24rem .42rem;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 2.73rem);
  top: calc(50% - 1.57rem);
}

.contact-adviser-result .close-button {
  position: absolute;
  right: .34rem;
  top: .12rem;
  width: .32rem;
  height: .32rem;
}

.contact-adviser-result .close-button img {
  width: 100%;
  height: 100%;
}

.contact-adviser-result .contact-adviser-result-notice-icon {
    position: absolute;
    top: -1.36rem;
    width: 1.90rem;
    left: 2.10rem;
  }

.contact-adviser-result-content {
  font-size: .28rem;
  color: #2C2D2E;
  line-height: .5rem;
}

.contact-adviser-result-name {
  height: .42rem;
  background: linear-gradient( 270deg, rgba(240,255,249,0) 0%, #DDFFF2 100%);
  padding-left: .04rem;
  padding-right: .04rem;
  margin-left: .04rem;
  margin-right: .04rem;
  font-size: .32rem;
  font-weight: 600;
}

.contact-adviser-result-desc-box {
  font-size: .24rem;
  color: #8E9193;
  line-height: .5rem;
}

.contact-adviser-result-phone {
  color: #2372FF;
  font-size: .24rem;
  line-height: .5rem;
}






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