<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}

.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&gt;* {
  color: #1890FF !important;
}

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

.adviser-filter .tab-bar .slot__right.active&gt;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;
}

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

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

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

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

.adviser-item .info-box .cover img {
  width: 1.4rem;
  height: 1.4rem;
  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&gt;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.15rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.adviser-item .slot__right .name-box .slot__left .level {
  padding: 0 0.1rem;
  height: 0.34rem;
  background: linear-gradient(270deg, #E6BCA2 0%, #F8E8D9 50%, #E6BCA2 100%);
  border-radius: 0.04rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6F3900;
  line-height: 0.36rem;
}

.adviser-item .slot__right .name-box .contact-box {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: end;
}

.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.4rem;
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  background: #F7F7F7;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 0.4rem;
}

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

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

.adviser-item .slot__right .num-item .num {
  position: relative;
  height: 0.36rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 0.36rem;
  margin-bottom: 0.05rem;
}

.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.24rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 0.24rem;
}

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

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

.adviser-item .article-box {
  width: 100%;
  height: 0.62rem;
  border-radius: 0.05rem;
  margin-top: 0.3rem;
  padding: 0 0.2rem;
  background-color: #F5F9FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.adviser-item .article-box .title {
  position: relative;
  flex: 1;
  height: 0.24rem;
  font-size: 0.24rem;
  padding-left: 0.18rem;
  font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
  font-weight: 400;
  color: #1890FF;
  line-height: 0.24rem;
  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.02rem;
  left: 0rem;
  width: 0.02rem;
  height: 0.2rem;
  background-color: #1890FF;
}

/* 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;
}</pre></body></html>