body {
  overflow: hidden;
  overscroll-behavior: contain !important;
}

.my-drawer {
  position: fixed;
  top: 0;
  width: 100%;
  overscroll-behavior: contain !important;
  min-height: calc(100vh - 1.65rem);
  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;
  background-color: #F7F7F7;
}

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

.am-drawer {
  overflow: scroll;
  overscroll-behavior: contain !important;
}

.ct {
  width: 100%;
  min-height: calc(100% - 0.8rem);
  overflow: scroll;
  overscroll-behavior: contain !important;
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* width: 100vw; */
}

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

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

.banner-box {
  width: 100%;
  height: 3.72rem;
  margin-bottom: 0.16rem;
  background-color: #FFFFFF;
}

.list-box {
  width: 100%;
  background-color: #FFFFFF;
  flex: 1;
}

/* adviser-filter */
.list-box div,
.list-box a {
  display: block;
  box-sizing: border-box;
}

.adviser-filter {
  width: 100%;
  height: 0.76rem;
  position: relative;
}

.adviser-filter.fixed {
  top: 0.79rem;
  position: fixed;
  z-index: 2;
  max-width: 7.7rem !important; 
}

.adviser-filter .tab-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.76rem;
  padding: 0 0.4rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 0.01rem solid #E7E7E7;
}

.adviser-filter .tab-bar .slot__left {
  flex: 1;
  display: flex;
  /* justify-content: flex-start; */
  justify-content: space-between;
  align-items: center;
}

.adviser-filter .tab-bar .slot__left .tab-item {
  position: relative;
  /* margin-right: 0.3rem; */
  height: 0.32rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 0.32rem;
}

.adviser-filter .tab-bar .slot__left .tab-item.active {
  font-weight: 600;
  color: #1890FF;
}

.adviser-filter .tab-bar .slot__left .tab-item.active::after {
  /* content: ' ';
  position: absolute;
  bottom: -0.1rem;
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 0.04rem;
  border-radius: 0.03rem;
  background-color: #1890FF; */
  content: ' ';
  position: absolute;
  bottom: -0.17rem;
  left: calc(50% - 0.13rem);
  width: 0.26rem;
  height: 0.07rem;
  border-radius: 0.04rem;
  background-color: #1890FF;
}

.adviser-filter .tab-bar .slot__right {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.32rem;
}

.adviser-filter .tab-bar .slot__right.active>* {
  color: #1890FF !important;
}

.adviser-filter .tab-bar .slot__right.active>.text {
  font-weight: bold !important;
}

.adviser-filter .tab-bar .slot__right.active>i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.3s;
}

.adviser-filter .tab-bar .slot__right .text {
  display: inline-block;
  margin-right: 0.1rem;
  /* height: 0.45rem; */
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9A9FA3;
  /* line-height: 0.45rem; */
}

.adviser-filter .tab-bar .slot__right i {
  color: #9A9FA3;
  font-size: 0.14rem;
  transition: all 0.3s;
}

.adviser-filter .sort-list {
  /* position: absolute; */
  position: fixed;
  width: 100%;
  top: 1.54rem;
  left: 0;
  z-index: 2;
  background-color: #FFFFFF;
  display: none;
}

.adviser-filter .overlay {
  /* position: absolute; */
  position: fixed;
  top: 0.8rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  
}

.adviser-filter .sort-list .sort-item {
  padding: 0 0.4rem;
  line-height: 0.88rem;
  height: 0.88rem;
  font-size: 0.32rem;
  color: #262626;
}

.adviser-filter .sort-list .sort-item:not(:last-child) {
  border-bottom: 0.01rem solid #E7E7E7;
}

.adviser-filter .sort-list .sort-item.active {
  color: #1890FF;
}

/* result-list */
.result-list {
  width: 100%;
  padding-left: 0.4rem;
  padding: 0 0.28rem;
  background: transparent !important;
}

.result-list .adviser-item {
  width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  padding: 0.32rem;
  border: none;
  border-radius: 0.16rem;
}

.result-list .adviser-item:not(:last-child) {
  /* border-bottom: 0.01rem solid #E7E7E7; */
  margin-bottom: 0.24rem;
}

.adviser-item .info-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  align-items: center;
}

.adviser-item .info-box .cover {
  width: 1.44rem;
  height: 1.44rem;
  margin-right: 0.24rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  overflow: hidden;
}

.adviser-item .info-box .cover img {
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 50%;
}

.adviser-item .slot__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.adviser-item .slot__right>div {
  width: 100%;
}

.adviser-item .slot__right .name-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.adviser-item .slot__right .name-box .slot__left {
  flex: 1;
  margin-bottom: 0.16rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.adviser-item .slot__right .name-box .slot__left .name {
  margin-right: 0.16rem;
  height: 0.44rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #0F172A;
  line-height: 0.44rem;
  /* max-width: 2.3rem; */
  max-width: 1.9rem;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.adviser-item .slot__right .name-box .slot__left .level {
  padding: 0 0.08rem;
  height: 0.36rem;
  background: linear-gradient(90deg, #E6BDA4 0%, #F7E5D6 50%, #E6BDA4 100%);
  border-radius: 0.08rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #77430D;
  line-height: 0.36rem;
}

.adviser-item .slot__right .name-box .contact-box {
  width: 0.6rem;
  /* height: 0.6rem; */
  height: 0.5rem;
  display: flex;
  justify-content: end;
  margin-top: 0.04rem;
}

.adviser-item .slot__right .name-box .contact {
  width: 0.36rem;
  height: 0.36rem;
}

.adviser-item .slot__right .tag-box {
  height: 0.4rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.adviser-item .slot__right .tag-box .tag-item {
  height: 0.36rem;
  margin-right: 0.1rem;
  padding: 0 0.08rem;
  border-radius: 0.04rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 0.36rem;
  background-color: #F8FAFC;
  color: #64748B;
}

.adviser-item .slot__right .num-box {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* margin-top: 0.2rem; */
  margin-top: 0.16rem;
}

.adviser-item .slot__right .num-item {
  display: flex;
  /* flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; */
  justify-content: center;
  align-items: center;
}

.adviser-item .slot__right .num-item .num {
  position: relative;
  height: 0.4rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #0F172A;
  line-height: 0.4rem;
  /* margin-bottom: 0.05rem; */
  margin: 0 0.06rem 0;
}

.adviser-item .slot__right .num-item:nth-child(1) .num::after {
  content: '年';
  position: absolute;
  /* top: 0.07rem; */
  right: -0.29rem;
  width: 0.24rem;
  height: 0.4rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #475569;
  line-height: 0.4rem;
}

.adviser-item .slot__right .num-item:nth-child(2) .num::after {
  content: '个';
  position: absolute;
  /* top: 0.07rem; */
  right: -0.29rem;
  width: 0.24rem;
  height: 0.4rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #475569;
  line-height: 0.4rem;
}

.adviser-item .slot__right .num-item .text {
  height: 0.4rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #475569;
  line-height: 0.4rem;
}

.adviser-item object {
  display: block;
  width: 100%;
}

.adviser-item .article-box {
  width: 100%;
  height: 0.56rem;
  border-radius: 0.08rem;
  margin-top: 0.24rem;
  padding: 0 0.16rem;
  background-color: #F3F5FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adviser-item .article-box .logo {
  width: 1.14rem;
  height: 0.22rem;
  margin-right: 0.16rem;
}

.adviser-item .article-box .title {
  position: relative;
  flex: 1;
  height: 0.4rem;
  font-size: 0.24rem;
  padding-left: 0.16rem;
  font-weight: 400;
  color: #0C32F6;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.adviser-item .article-box .title::before {
  content: ' ';
  position: absolute;
  top: 0.06rem;
  left: 0rem;
  width: 0.02rem;
  height: 0.28rem;
  background-color: #0C32F6;
}

/* adv-box */
#swiper {
  width: 6.7rem;
  height: 3.32rem;
  margin: 0.2rem auto;
  overflow: hidden;
}
.swiper-slide,
.swiper-slide .item,
.swiper-slide .item img {
  display: block;
  width: 6.7rem;
  height: 3.32rem;
}

.swiper-slide .item img {
  object-fit: cover;
}

.result-list, .empty-result {
  min-height: calc(100vh - 1.65rem - 2.98rem);
  background-color: #FFFFFF;
}

.result-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.empty-ct {
  width: 100%;
  height: 4.16rem;
  max-width: 7.7rem !important;
  margin: 0 auto;

}

.empty-ct .empty-img{
  width: 3rem;
  /* height: 2.31rem; */
  margin: 0.6rem 2.02rem 0.25rem;
}

.empty-ct .empty-title{
  font-size: 0.28rem;
  color: #8C8C8C;
  text-align: center;
}

.commend-title{
  margin-left: 0.4rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #2B2B2B;
}

#adviser-intro {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  position: relative;
  text-align: left;
  color: #1890FF;
  font-size: 0.28rem;
  padding: 0 0.4rem;
  background-color: #F5F9FF;
  box-sizing: border-box;
  margin-top: -0.03rem;
}

/* 顾问库新版搜索及筛选 */
.adviser-list-page .ct {
  position: relative;
  padding-top: 0;
  background-color: #f8fafc;
  overflow-x: hidden;
}

.adviser-list-page .ct::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2.88rem;
  background: url("https://info.compassedu.hk/mobile/adviser/adviser-header.png") top center / 100% auto no-repeat;
  pointer-events: none;
}

.adviser-list-page.is-sticky .ct::before {
  display: none;
}

.adviser-list-page .head-main {
  max-width: 100vw !important;
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 23;
  max-height: none;
  background: transparent;
}

.adviser-list-page .head-main .title {
  opacity: 1;
  transform: translateY(0);
}

.adviser-list-page .head-main .head-out {
  padding: 0.24rem 0.32rem 0.24rem 0.36rem;
  border-bottom: 0;
  background: transparent;
}

.adviser-list-page .head-main .am-flexbox {
  justify-content: flex-start;
}

.adviser-list-page .head-main .title {
  width: 1.76rem;
  height: 0.4rem;
  margin-left: 0.2rem;
  overflow: hidden;
  text-indent: -9999px;
  background: url("https://info.compassedu.hk/mobile/adviser/adviser-title.png") left center / contain no-repeat;
}

.adviser-list-page .btn-share,
.adviser-list-page .share-btn {
  display: none !important;
}

.adviser-list-page .head-main .dhang {
  width: 0.5rem;
  height: 0.5rem;
  display: flex !important;
  flex: 0 0 0.5rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.adviser-list-page .head-main .dhang .icon-navigation {
  display: block;
  margin: 0;
  color: #1890FF;
  font-size: 0.48rem;
  line-height: 1;
}

.adviser-sticky-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 23;
  width: 100vw;
  max-width: 7.7rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  padding: 0.12rem 0.32rem 0.12rem 0.36rem;
  background: #FFFFFF;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.adviser-sticky-header .btn-back {
  flex: 0 0 auto;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
  border-left: 0.05rem solid #262626;
  border-bottom: 0.05rem solid #262626;
  transform: rotate(45deg);
}

.adviser-sticky-header .adviser-sticky-search {
  min-width: 0;
  flex: 1;
  height: 0.64rem;
  margin: 0 0.22rem 0 0.34rem;
}

.adviser-sticky-header .dhang {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  flex: 0 0 0.5rem;
  align-items: center;
  justify-content: center;
}

.adviser-sticky-header .icon-navigation {
  color: #1890FF;
  font-size: 0.48rem;
  line-height: 1;
}

.adviser-list-page.is-sticky .adviser-sticky-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%);
}

.adviser-sticky-header .search-input-box {
  width: 100%;
  height: 0.64rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  overflow: hidden;
  border: 0.02rem solid #0C32F6;
  border-radius: 0.4rem;
  background: #FFFFFF;
  box-sizing: border-box;
}

.adviser-list-page .list-box {
  z-index: 1;
  background: transparent;
}

.adviser-list-page .adviser-filter,
.adviser-list-page .adviser-search {
  background: transparent;
}

.ct {
  overflow: visible;
}

.list-box {
  position: relative;
  background-color: #f8fafc;
}

.adviser-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 0;
}

.adviser-filter.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.adviser-search {
  position: relative;
  z-index: 12;
  width: 100%;
  max-height: 1.12rem;
  padding: 0.2rem 0.28rem;
}

.adviser-search .search-input-box {
  display: flex;
  align-items: center;
  padding: 0 0.24rem;
  overflow: hidden;
  width: 100%;
  height: 0.72rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  border: 0.02rem solid #0C32F6;
  position: relative;
  box-sizing: border-box;
  opacity: 1;
}

.search-input-box .icon-sousuo {
  flex: 0 0 auto;
  margin-right: 0.04rem;
  font-size: 0.3rem;
  color: #64748B;
  margin-top: 0.04rem;
}

.search-input-box input {
  min-width: 0;
  flex: 1;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #262626;
  -webkit-appearance: none;
}

.search-input-box input::-webkit-search-cancel-button {
  display: none;
}

.search-input-box input::placeholder {
  color: #64748B;
}

.search-input-box .search-clear {
  width: 0.36rem;
  height: 0.36rem;
  display: none;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #CDD2DA;
  font-size: 0.28rem;
  text-align: center;
  color: #FFFFFF;
}

.search-input-box .search-clear.show {
  display: block;
}

.adviser-filter .tab-bar {
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 0.28rem;
  border-bottom: 0;
  background-color: #FFFFFF;
}

.adviser-filter .filter-trigger {
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #0F172A;
}

.adviser-filter .filter-trigger .text {
  max-width: 1.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adviser-filter .filter-trigger i {
  margin-left: 0.1rem;
  font-size: 0.12rem;
  color: #94A3B8;
  transition: transform 0.2s ease;
}

.adviser-filter .filter-trigger.open,
.adviser-filter .filter-trigger.selected {
  color: #0C32F6;
}

.adviser-filter .filter-trigger.selected i {
  color: #0C32F6;
}

.adviser-filter .filter-trigger.open i {
  color: #0C32F6;
  transform: rotate(180deg);
}

.adviser-filter .filter-panel {
  display: none;
  background: #FFFFFF;
}

.adviser-filter .filter-options {
  /* position: absolute;
  top: 1.62rem;
  left: 0; */
  position: absolute;
  z-index: 10;
  width: 100%;
  border-radius: 0 0 0.16rem 0.16rem;
}

.adviser-filter .filter-option {
  width: 100%;
  height: 0.92rem;
  display: block;
  padding: 0 0.28rem;
  border: 0;
  background: transparent;
  font-size: 0.28rem;
  line-height: 0.92rem;
  text-align: left;
  color: #0F172A;
}

.adviser-filter .filter-option.active {
  font-weight: 500;
  color: #0C32F6;
  font-family: PingFangSC-Medium, PingFang SC;
}

.adviser-filter .search-suggest {
  position: absolute;
  top: 0.92rem;
  left: 0.2rem;
  right: 0.2rem;
  z-index: 12;
  max-height: 5.36rem;
  overflow-y: auto;
  border-radius: 0.12rem;
  box-shadow: 0 0.12rem 0.32rem rgba(31, 45, 61, 0.14);
}

.adviser-filter .suggest-item {
  width: 100%;
  height: 0.72rem;
  display: flex;
  align-items: center;
  padding: 0 0.24rem;
  border: 0;
  border-bottom: 0.01rem solid #F0F1F3;
  background: #FFFFFF;
  font-size: 0.28rem;
  text-align: left;
  color: #0F172A;
}

.adviser-filter .suggest-item:last-child {
  border-bottom: 0;
}

.adviser-filter .suggest-item em {
  font-style: normal;
  color: #386BFF;
}

.adviser-filter .suggest-item .suggest-name > span {
  color: #0C32F6;
}

.adviser-filter .overlay {
  position: fixed;
  top: 2.9rem;
  left: 50%;
  z-index: 9;
  width: 100%;
  max-width: 7.7rem;
  height: calc(100vh - 2.9rem);
  display: none;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.42);
}

.adviser-filter.searching .overlay {
  top: 2.1rem;
  z-index: 11;
  height: calc(100vh - 2.1rem);
}

.adviser-list-page.is-sticky .adviser-filter {
  position: relative;
  top: auto;
  z-index: 22;
  padding-top: 0.88rem;
  padding-bottom: 0.8rem;
  background: #FFFFFF;
}

.adviser-list-page.is-sticky .adviser-search {
  height: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  z-index: 24;
  background: transparent;
}

.adviser-list-page.is-sticky .adviser-search .search-input-box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.adviser-list-page.is-sticky .adviser-filter .tab-bar {
  position: fixed;
  top: 0.88rem;
  left: 50%;
  z-index: 22;
  width: 100%;
  max-width: 7.7rem;
  transform: translateX(-50%);
}

.adviser-list-page.is-sticky .adviser-filter .filter-options {
  position: fixed;
  top: 1.68rem;
  left: 50%;
  width: 100%;
  max-width: 7.7rem;
  transform: translateX(-50%);
}

.adviser-list-page.is-sticky .adviser-filter .search-suggest {
  position: fixed;
  top: 0.88rem;
  left: 50%;
  right: auto;
  z-index: 23;
  width: calc(100% - 1.8rem);
  max-width: 5.9rem;
  transform: translateX(-50%);
}

.adviser-list-page.is-sticky .adviser-filter .overlay {
  top: 1.68rem;
  height: calc(100vh - 1.68rem);
}

.adviser-list-page.is-sticky .adviser-filter.searching .overlay {
  top: 0.88rem;
  z-index: 23;
  height: calc(100vh - 0.88rem);
}

#adviser-intro {
  width: calc(100% - 0.56rem);
  height: 0.68rem;
  margin: 0.22rem 0.28rem 0.24rem;
  padding: 0 0.24rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #FFE6D0 0%, #FFF7E4 100%);
  font-size: 0.22rem;
  line-height: 0.68rem;
  color: #F6660C;
}

#adviser-intro::before {
  content: '';
  position: absolute;
  top: -0.11rem;
  left: calc(16.6667% - 0.11rem);
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 0.04rem;
  background-color: #FFE9D3;
  transform: rotate(45deg);
}

#adviser-intro.is-empty {
  width: 100%;
  height: 0.24rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  line-height: 0;
}

#adviser-intro.is-empty::before {
  display: none;
}

.list-loading {
  width: 100%;
  padding-top: 1rem;
  font-size: 0.28rem;
  text-align: center;
  color: #8C8C8C;
}

.list-no-more {
  width: 100%;
  height: 0.72rem;
  font-size: 0.24rem;
  line-height: 0.72rem;
  text-align: center;
  color: #94A3B8;
}

.result-list,
.empty-result {
  min-height: calc(100vh - 3rem);
}

/* 结果较少时也保留固定的顶部滚动距离，避免输入前后列表位置变化。 */
.adviser-list-page.is-sticky .result-list,
.adviser-list-page.is-sticky .empty-result {
  min-height: calc(100vh - 1.9rem);
  overflow-anchor: none;
}
