.ct {
  padding-bottom: 0 !important;
}

.ct .head-box {
  position: fixed !important;
  top: 0;
  width: 100%;
  max-width: 7.7rem;
  margin: 0 auto;
}

.ct .head-box .search-bar {
  padding: 0.24rem 0.24rem 0.2rem 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.12rem;
  box-sizing: border-box;
}

.ct .head-box .search-bar .search-input {
  flex: 1;
  padding: 0.16rem 0 0.16rem 0.32rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #595959;
  background-color: #F8F8FA;
  line-height: 0.48rem;
  border-radius: 0.12rem;
  outline: none;
  border: none;
}

.ct .head-box .search-bar .search-cancel {
  flex-shrink: 0;
  margin-left: 0.18rem;
  white-space: nowrap;
  font-size: 0.3rem;
  font-weight: 400;
  text-align: right;
  color: #2372FF;
  line-height: 0.42rem;
}

.ct .filter {
  position: fixed !important;
  top: 1.2rem !important;
}

.ct .filterfix, .ct .filtertabfix {
  top: 1.2rem !important;
}

.ct .list {
  padding-top: 2.3rem;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  padding-bottom: 0.8rem;
  background-color: #F8F8FA;
}

.hb-item {
  display: flex;
  width: 100%;
  margin-top: 0.28rem;
  padding-top: 0.26rem;
  padding-left: 0.28rem;
  padding-right: 0.25rem;
  padding-bottom: 0.26rem;
  border-radius: 0.15rem;
  background: #FFFFFF;
  box-shadow: 0 0.04rem 0.26rem 0 rgba(241,236,236,0.5);
  box-sizing: border-box;
}

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

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

.hide {
  display: none !important;
}