  /* common */
a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #1890FF;
}

html {
  width: 100vw;
  min-height: 0 !important;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

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

.am-drawer {
  overflow-y: scroll;
  overflow-x: hidden;
}

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

.my-darwer {
  width: 100%;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
  opacity: 0;
}

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

.ct {
  color: #262626;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

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

.ct-box {
  width: 100%;
  padding-bottom: 1.65rem;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

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

/* module-site */
.module-site {
  width: calc(7.7rem - 1.34rem);
  padding: 0 0.68rem;
  height: 0.84rem;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.module-site .site-box {
  position: relative;
  width: calc(7.5rem - 1.34rem);
  height: 0.84rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-size: 0.28rem;
  color: #9A9FA3;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.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.11rem);
  width: 0.22rem;
  height: 0.04rem;
  background: #1890FF;
  border-radius: 0.03rem;
}

/* header */
.header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 3.35rem;
  background-image: url('https://info.compassedu.hk/mobile/default/promise-header-1.png');
  background-size: 100% 100%;
}

.module-panel {
  width: calc(7.5rem - 0.8rem);
  padding: 0.4rem 0.4rem 0;
  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto !important;
}

.module-panel .ctitle {
  height: 0.36rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #262626;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}

.module-panel .etitle {
  height: 0.20rem;
  font-size: 0.20rem;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #C5C5C5;
  line-height: 0.20rem;
  margin-bottom: 0.05rem;
}

.module-panel .card-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.module-panel .card-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.3rem 0;
  border-bottom: 1px solid #E7E7E7;
}

.module-panel .card-item .slot-left {
  width: 0.91rem;
  margin-right: 0.2rem;
}

.module-panel .card-item .slot-left .logo {
  width: 0.91rem;
  /* height: 0.91rem; */
}

.module-panel .card-item .slot-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.module-panel .card-item .slot-right .title {
  height: 0.32rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi-Medium;
  font-weight: 500;
  color: #262626;
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
}

.module-panel .card-item .slot-right .desc {
  font-size: 0.28rem;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 0.42rem;
  text-align: justify;
  word-break: break-all;
}

.promise-desc {
  padding: 0.25rem 0.4rem;
  background-color: #FFFFFF;
  font-family: AlibabaPuHuiTi-Regular;
  color: #8C8C8C;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: justify;
  word-break: break-all;
}

.promise-desc .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.promise-desc .btn {
  height: 0.36rem;
  line-height: 0.36rem;
  margin-left: 0.3rem;
  color: #1890FF;
}

.promise-desc .btn .btn-text {
  display: inline-block;
}

.promise-desc .btn i {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.24rem;
}

.promise-desc .desc {
  display: none;
}

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

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

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



