.ct .head-box {
  margin-top: 0.8rem;
  padding-top: 0.95rem;
  padding-bottom: 0.5rem;
  background-image: url('https://info.compassedu.hk/mobile/database/index/home-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.ct .head-box .title-box {
  position: relative;
  text-align: center;
}

.ct .head-box .title-box .title-img {
  width: 1.55rem;
}

.ct .head-box .title-box .title-alert {
  position: absolute;
  left: calc(50% + 0.85rem);
  bottom: 0.04rem;
  width: 1.03rem;
  height: 0.26rem;
  background: #FFFFFF linear-gradient(180deg, #FFFFFF 0%, #D2DCFF 100%);
  border-radius: 0.09rem 0.09rem 0.09rem 0;
  opacity: 0.9;

  font-size: 0.15rem;
  font-weight: 500;
  color: #5173F5;
  line-height: 0.26rem;
}

.ct .head-box .title-desc {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.36rem;
  text-align: center;
}

.ct .head-box .search-bar {
  padding: 0.24rem 0.24rem 0.24rem 0.44rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem auto 0;
  width: calc(100% - 0.5rem);
  background: #FFFFFF;
  border-radius: 0.12rem;
  box-sizing: border-box;
}

.ct .head-box .search-bar .placeholder {
  font-size: 0.3rem;
  font-weight: 400;
  color: #AAACB0;
  line-height: 0.32rem;
}

.ct .head-box .search-bar .search-sousuo-icon {
  font-weight: bold;
  color: #2372FF;
}

.ct .head-box .search-bar .search-sousuo-icon .iconfont {
  font-size: 20px;
  line-height: 0.32rem;
}

.ct .filter {
  top: 4.65rem;
}

.ct .list {
  padding-top: 1.1rem;
}

.hb-item {
  display: flex;
  width: 100%;
  padding-top: 0.28rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
}

.hb-item .hb-item-left {
  flex-shrink: 0;
  margin-right: 0.28rem;
  width: 1.8rem;
  height: 2.45rem;
}

.hb-item .hb-item-left .hb-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hb-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hb-item-right .hb-name {
  font-size: 0.3rem;
  font-weight: 500;
  color: #595959;
  line-height: 0.48rem;
}

.hb-item-right .hb-info {
  font-size: 0.28rem;
  font-weight: 400;
  color: #AAACB0;
  line-height: 0.5rem;
}

.filter-tab-box {
  padding: 0.3rem 0;
}

.filter-tab-box .right-info {
  padding-left: 1.38rem;
  padding-right: 1.68rem;
}

.mine-reading {
  position: fixed;
  right: 0.4rem;
  bottom: 20vh;
  width: 1.06rem;
  height: 1rem;
  background: url('https://info.compassedu.hk/mobile/database/index/reading-mine.png') no-repeat;
  background-size: 1.51rem 1.49rem;
  background-position: center;
}