.free-support-page {
  background: #fff;
  min-height: calc(100vh - 0.5rem);
  padding-bottom: 0.4rem;
}

.free-support-page .fs-hero-card {
  margin: 0.16rem;
  padding: 0.24rem 0.2rem;
  border-radius: 0.12rem;
  background: linear-gradient(135deg, #fdf5ec 0%, #fbe4d2 100%);
}

.free-support-page .fs-hero-title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #5d4432;
  margin-bottom: 0.24rem;
}

.free-support-page .fs-stats-grid {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.2rem;
}

.free-support-page .fs-stat-item {
  text-align: center;
}

.free-support-page .fs-stat-num {
  font-size: 0.3rem;
  font-weight: bold;
  color: #4a3320;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.free-support-page .fs-stat-num span {
  font-size: 0.12rem;
  font-weight: normal;
  margin-left: 0.02rem;
}

.free-support-page .fs-stat-label {
  font-size: 0.14rem;
  color: #8c735f;
  margin-top: 0.04rem;
  text-align: left;
}

.free-support-page .fs-stat-date {
  font-size: 0.1rem;
  color: #ad9684;
  text-align: center;
}

.free-support-page .am-tabs {
  background: #fff;
}

.free-support-page .fs-tabs-anchor {
  min-height: 0.58rem;
}

.free-support-page .fs-tabs-anchor-fixed {
  min-height: 0.58rem;
}

.free-support-page .fs-tabs-sticky {
  background: #fff;
}

.free-support-page .fs-tabs-sticky.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 200;
}

.free-support-page .fs-tabs-sticky-app.is-fixed {
  top: 0;
}

.free-support-page .fs-tabs-sticky-web.is-fixed {
  top: 0.53rem;
}

.free-support-page .am-tabs-default-bar {
  border-bottom: 0.01rem solid #eeeeee;
  padding: 0 0.16rem;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.free-support-page .am-tabs-default-bar::-webkit-scrollbar {
  display: none;
}

.free-support-page .am-tabs-default-bar-prevpage,
.free-support-page .am-tabs-default-bar-nextpage {
  display: none !important;
}

.free-support-page .am-tabs-default-bar-content {
  display: flex;
  width: auto !important;
  transform: none !important;
  touch-action: auto !important;
}

.free-support-page .am-tabs-default-bar-tab {
  flex: none;
  width: auto !important;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  position: relative;
}

.free-support-page .am-tabs-default-bar-top .am-tabs-default-bar-tab {
  padding: 0.12rem 0.16rem 0.18rem !important;
  height: auto;
  line-height: 1;
  border-bottom: none;
}

.free-support-page .am-tabs-default-bar-tab-active {
  font-weight: bold;
  color: #000;
}

.free-support-page .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
  display: none !important;
  content: none !important;
}

.free-support-page .am-tabs-default-bar-tab-active::before {
  content: "";
  position: absolute;
  bottom: -0.01rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.06rem;
  background-color: #f2a66e;
  border-radius: 0.02rem;
  z-index: 2;
}

.free-support-page .am-tabs-default-bar-underline {
  display: none;
}

.free-support-page .am-tabs-content-wrap {
  display: none;
}

.free-support-page .fs-tab-pane-placeholder {
  height: 0;
  overflow: hidden;
}

.free-support-page .fs-tab-content {
  background: #fff;
}

.free-support-page .fs-rules-box {
  margin: 0.16rem;
  padding: 0.16rem;
  border: 0.01rem solid #eeeeee;
  border-radius: 0.08rem;
  background: #fff;
}

.free-support-page .fs-rules-list {
  list-style: none;
  font-size: 0.14rem;
  color: #444;
  margin-bottom: 0.16rem;
  line-height: 1.8;
}

.free-support-page .fs-rules-actions {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.free-support-page .fs-primary-btn {
  background-color: #f2a66e;
  color: #fff;
  border: none;
  padding: 0 0.4rem;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
}

.free-support-page .am-button.fs-primary-btn::before,
.free-support-page .am-button.fs-load-more::before,
.free-support-page .am-button.fs-sheet-primary::before,
.free-support-page .am-button.fs-sheet-ghost::before {
  border: none !important;
}

.free-support-page .fs-link-btn {
  font-size: 0.16rem;
  color: #666;
}

.free-support-page .fs-section-header {
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
  margin: 0.24rem 0 0.16rem;
  font-size: 0.18rem;
  font-weight: bold;
  background: #fff;
}

.free-support-page .fs-section-icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.06rem;
  color: #666;
  flex-shrink: 0;
}

.free-support-page .fs-coupon-info {
  margin-left: auto;
  font-size: 0.14rem;
  color: #666666;
  font-weight: normal;
}

.free-support-page .fs-reviews-scroll {
  display: flex;
  overflow-x: auto;
  padding: 0 0.16rem 0.16rem 0;
  gap: 0.12rem;
  margin-left: 0.2rem;
  background: #fff;
}

.free-support-page .fs-review-card {
  flex: 0 0 2.4rem;
  background: #fcf4ea;
  padding: 0.16rem;
  border-radius: 0.08rem;
}

.free-support-page .fs-review-text {
  font-size: 0.14rem;
  margin-bottom: 0.16rem;
  line-height: 1.6;
  color: #4d4d4d;
  height: 0.8rem;
}

.free-support-page .fs-review-user {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  color: #888888;
}

.free-support-page .fs-user-avatar {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  margin-right: 0.08rem;
  background-color: #fff;
}

.free-support-page .fs-hotline-base-row {
  font-size: 0.12rem;
  line-height: 0.16rem;
}

.free-support-page .fs-hotline-meta-strong {
  color: #666;
  font-weight: 500;
}

.free-support-page .fs-hotline-meta-light {
  color: #999;
  font-weight: 500;
}

.free-support-page .fs-hotline-tags {
  display: block;
  line-height: 0;
  margin-top: 0.06rem;
}

.free-support-page .fs-hotline-tag {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.06rem;
  margin-bottom: 0.06rem;
  white-space: nowrap;
  padding: 0 0.05rem;
  border-radius: 0.08rem;
  background: #f3f3f3;
  color: #8e8e8e;
  font-size: 0.1rem;
  line-height: 0.2rem;
}

.free-support-page .fs-hotline-desc {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.free-support-page .fs-expert-list {
  background: #fff;
}

.free-support-page .fs-expert-card {
  background: #fff;
  padding: 0.2rem 0.16rem;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.free-support-page .fs-expert-card::after {
  content: "";
  width: calc(100% - 0.32rem);
  display: block;
  background: #efeff1;
  height: 0.01rem;
  position: absolute;
  left: 0.16rem;
  bottom: 0;
  transform: scaleY(0.5);
  transform-origin: 50% 100%;
}

.free-support-page .fs-expert-pic {
  width: 0.64rem;
  height: 0.8rem;
  position: relative;
  float: left;
}

.free-support-page .fs-expert-pic-inner {
  display: block;
  width: 0.64rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.free-support-page .fs-expert-audit-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.16rem;
  padding: 0 0.04rem;
  border-radius: 0 0 0.08rem 0.08rem;
  background-color: #f9f6f0;
  box-sizing: border-box;
}

.free-support-page .fs-expert-audit-tag img {
  width: 0.1rem;
  height: 0.1rem;
  margin-right: 0.04rem;
  flex: 0 0 0.1rem;
}

.free-support-page .fs-expert-audit-tag span {
  color: #c79a5c;
  font-size: 0.1rem;
  line-height: 0.14rem;
  white-space: nowrap;
}

.free-support-page .fs-expert-info {
  margin-left: 0.76rem;
}

.free-support-page .fs-expert-name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.free-support-page .fs-expert-name {
  color: #1c1f28;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.free-support-page .fs-expert-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 0.17rem;
  line-height: 0.17rem;
  border-radius: 0.02rem;
  background-color: #edf9ff;
  padding: 0 0.04rem;
  color: #5db0dd;
  font-weight: 500;
  font-size: 0.1rem;
}

.free-support-page .fs-expert-status.gray {
  background-color: #ebecef;
  color: #959ba8;
}

.free-support-page .fs-expert-status.in-service {
  background-color: #ffede7;
  color: #f28e6b;
}


.free-support-page .fs-expert-status.available {
  height: 0.32rem;
  line-height: 0.32rem;
  padding: 0 0.18rem;
  border-radius: 0.06rem;
  background-color: #f2a04e;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  box-shadow: 0 0.04rem 0.1rem rgba(242, 160, 78, 0.2);
  position: absolute;
  right: 0.16rem;
  /* top: 0.08rem; */
}

.free-support-page .fs-expert-city-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.04rem;
  min-height: 0.1rem;
}

.free-support-page .fs-expert-city-box span {
  color: #999;
  font-weight: 300;
  font-size: 0.1rem;
  line-height: 0.1rem;
}

.free-support-page .fs-expert-consult-type {
  flex: 1;
}

.free-support-page .fs-expert-city {
  display: flex;
  align-items: center;
  min-width: 0;
}

.free-support-page .fs-expert-city img {
  width: 0.11rem;
  margin-right: 0.02rem;
  flex-shrink: 0;
}

.free-support-page .fs-expert-city span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.free-support-page .fs-expert-personal {
  margin-top: 0.06rem;
  line-height: 0.17rem;
  color: #242424;
  font-weight: 400;
  font-size: 0.12rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.free-support-page .fs-expert-personal span {
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.free-support-page .fs-expert-personal-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.free-support-page .fs-expert-personal-item {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.free-support-page .fs-expert-personal-item:not(:first-child) {
  margin-left: 0.12rem;
}

.free-support-page .fs-expert-personal-item:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -0.06rem;
  top: 50%;
  height: 0.08rem;
  border-right: 1px solid #9D9EA9;
  transform: translateY(-50%) scaleX(0.5);
}

.free-support-page .fs-expert-comment {
  display: flex;
  margin-top: 0.02rem;
}

.free-support-page .fs-expert-comment p {
  color: #1c1f28;
  font-weight: 400;
  font-size: 0.12rem;
  margin-right: 0.08rem;
  line-height: 0.17rem;
}

.free-support-page .fs-expert-comment p span {
  color: #1c1f28;
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.17rem;
}

.free-support-page .fs-expert-comment p .value {
  font-weight: 500;
}

.free-support-page .fs-expert-sign {
  margin-top: 0.04rem;
  display: flex;
  word-wrap: break-word;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 0.17rem;
}

.free-support-page .fs-expert-sign span {
  position: relative;
  padding: 0 0.04rem;
  margin-right: 0.06rem;
  color: #6a6a6a;
  font-weight: 300;
  font-size: 0.1rem;
  line-height: 0.17rem;
}

.free-support-page .fs-expert-sign span::after {
  content: "";
  position: absolute;
  border-radius: 0.06rem;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  border: 0.01rem solid rgba(0, 0, 0, 0.15);
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
}

.free-support-page .fs-footer-action {
  padding: 0.2rem 0.16rem 0.32rem;
  text-align: center;
  background: #fff;
}

.free-support-page .fs-load-more {
  min-width: 1.4rem;
  height: 0.38rem;
  padding: 0 0.24rem;
  border-radius: 0.19rem;
  background: #f4f4f4;
  color: #666;
  font-size: 0.14rem;
}

.free-support-page .fs-load-more.is-loading,
.free-support-page .fs-load-more.am-button-disabled.is-loading,
.free-support-page .fs-load-more.is-loading.am-button-disabled {
  min-width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #b3b3b3;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
}

.free-support-page .small-loading {
  padding: 0.2rem 0.16rem 0.32rem;
  text-align: center;
  background: #fff;
}

.free-support-page .small-loading-text {
  color: #b3b3b3;
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.free-support-page .fs-footer-text {
  text-align: center;
  padding: 0.24rem 0 0.4rem;
  font-size: 0.13rem;
  color: #b3b3b3;
  background: #fff;
}

.free-support-page .fs-test-list {
  padding: 0.12rem 0.16rem 0.16rem;
  background: #fff;
}

.free-support-page .fs-test-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 0.18rem 0;
  border-bottom: 0.01rem solid #eeeeee;
  margin-bottom: 0;
}

.free-support-page .fs-test-cover {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 0.06rem;
  object-fit: cover;
  flex-shrink: 0;
  background: #f2f2f2;
  margin-left: 0.12rem;
}

.free-support-page .fs-test-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  min-height: 0.84rem;
  padding: 0 0.2rem 0.02rem;
}

.free-support-page .fs-test-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  padding-top: 0.02rem;
}

.free-support-page .fs-test-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #9a9a9a;
  padding-bottom: 0.02rem;
}

.free-support-page .fs-test-meta span:last-child {
  margin-left: auto;
}

.free-support-page .fs-test-price {
  color: #ff8b3d;
  font-weight: bold;
}

.free-support-page  .fs-hotline-list .every{
  align-items: flex-start;
  border-bottom: 1px solid #EFEFF1;
}
.free-support-page  .fs-hotline-list .fs-hotline-avatar{
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.08rem;
  flex: 0 0 0.52rem;
}
.free-support-page  .fs-hotline-list .fs-hotline-avatar-inner{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.free-support-page  .fs-hotline-list .fs-hotline-content{
  min-width: 0;
}
.free-support-page  .fs-hotline-list .label{
  display: inline-block;
  color: #737788;
  width:0.28rem;
  height: 0.16rem;
  line-height: 0.16rem;
  border-radius: 0.03rem;
  background-color: #E0E5E8;
  background: linear-gradient(110deg, #ffffff00 24%, #ffffff5e 68%);
  opacity: 1;
}
.free-support-page  .fs-hotline-list .fs-hotline-ability-tag{
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 0.16rem;
  width: 0.28rem;
  line-height: 0.16rem;
  margin-right: 0.06rem;
  border-radius: 0.03rem;
  font-size: 0.1rem;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
}

.free-support-page  .fs-hotline-list .fs-hotline-ability-tag-text{
  position: relative;
  z-index: 1;
}

.free-support-page  .fs-hotline-list .fs-hotline-ability-tag.is-internship{
  background: #E0E5E8;
  color: #737788;
}

.free-support-page  .fs-hotline-list .fs-hotline-ability-tag.is-formal{
  background: #FFD0B8;
  color: #914E2D;
}

.free-support-page  .fs-hotline-list .fs-hotline-ability-tag-mask{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 16px;
  opacity: 1;
  background: linear-gradient(110deg, #ffffff00 45%, #ffffff5e 60%);
}
.free-support-page  .fs-hotline-list .separator{
  display: inline-block;
  width: 1px;
  height: 0.1rem;
  background-color: #D6D6D6;
  margin: 0 0.06rem;
}
.free-support-page  .fs-hotline-list .label2{
  display: inline-block;
  height: 0.18rem;
  line-height: 0.18rem;
  text-align: center;
  font-size: 0.11rem;
  color: #3B5174;
  border-radius: 0.03rem;
  border: 1px solid #A7ABCA;
  padding: 0 0.03rem;
  margin-right: 0.06rem;
  margin-bottom: 0.04rem;
}
.free-support-page  .fs-hotline-list .fs-hotline-tag-row{
  margin-bottom: 0.04rem;
}
.free-support-page  .fs-hotline-list .fs-hotline-region{
  color: #9599A8;
  font-size: 0.12rem;
  line-height: 0.17rem;
}
.free-support-page  .fs-hotline-list .fs-hotline-region-icon{
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.04rem;
}
.fs-download-modal .am-modal-transparent {
  width: 3.1rem;
}

.fs-download-modal .am-modal-content {
  background: transparent;
  border-radius: 0;
}

.fs-download-modal .am-modal-body {
  padding: 0;
  background: transparent;
}

.fs-intro-modal.am-modal-wrap-popup {
  display: flex;
  align-items: flex-end;
}

.fs-intro-modal .am-modal-popup {
  width: 100%;
  background: transparent;
  border-radius: 0 !important;
}

.fs-intro-modal .am-modal-content {
  background: transparent;
  border-radius: 0 !important;
}

.fs-intro-modal .am-modal-body {
  padding: 0;
  background: transparent;
  border-radius: 0 !important;
}

.fs-sheet {
  width: 100%;
  background: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
}

.fs-sheet-drawer {
  width: 100%;
  margin: 0;
  border-radius: 0.24rem 0.24rem 0 0;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
}

.fs-sheet-title {
  padding: 0.18rem 0.2rem 0;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}

.fs-sheet-content {
  padding: 0.18rem 0.2rem 0.08rem;
  font-size: 0.14rem;
  line-height: 1.8;
  color: #444;
  max-height: 55vh;
  overflow-y: auto;
}

.fs-intro-modal .fs-sheet-title {
  padding-top: 0.28rem;
  font-size: 0.2rem;
}

.fs-intro-modal .fs-sheet {
  border-radius: 0.12rem 0.12rem 0 0;
}

.fs-intro-modal .fs-sheet-drawer {
  border-radius: 0.24rem 0.24rem 0 0;
}

.fs-intro-modal .fs-sheet-content {
  flex: 1;
  max-height: none;
  padding: 0.22rem 0.22rem 0.12rem;
  font-size: 0.15rem;
  line-height: 1.9;
  text-align: left;
  white-space: pre-line;
}

.fs-intro-modal .fs-sheet-content p {
  text-align: left;
}

.fs-intro-modal .fs-sheet-actions {
  padding: 0.16rem 0.22rem 0.24rem;
  background: #fff;
}

.fs-sheet-content-download {
  text-align: center;
  font-size: 0.16rem;
}

.fs-sheet-actions {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.12rem 0.2rem 0.2rem;
}

.fs-sheet-primary,
.fs-sheet-ghost {
  width: 100%;
  height: 0.44rem;
  border-radius: 0.08rem;
  font-size: 0.16rem;
}

.fs-sheet-primary {
  background: #f2a66e;
  color: #fff;
}

.fs-sheet-ghost {
  color: #666;
}
.fs-sheet-ghost:before{
  border: none !important;
}
.fs-download-modal .am-button.fs-sheet-primary.am-button-active,
.fs-download-modal .am-button.fs-sheet-primary:active {
  background: #f2a66e;
  color: #fff;
}

.fs-download-modal .am-button.fs-sheet-ghost.am-button-active,
.fs-download-modal .am-button.fs-sheet-ghost:active {
  background: #f5f5f5;
  color: #666;
}
.free-support-layout-h5 .headerA .wh23.p15 {
  /* padding-left: 0.06rem; */
  padding-right: 0.06rem;
}
