.component__anchor .anchor-item {
  margin-right: 60px;
}
.component__anchor .anchor-item,
.component__anchor .anchor-item:visited,
.component__anchor .anchor-item:active {
  color: var(--text-sub1-color);
}

.component__anchor .anchor-item.active {
  position: relative;
  color: var(--theme-primary-color);
}

.component__anchor .anchor-item.active::after {
  position: absolute;
  content: ' ';
  bottom: -5px;
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--theme-primary-color);
}

.layout__detail__anchor .layout__left {
  display: none !important;
}
.page__newst__detail {
  margin-top: 0;
}

#section__part__2 {
  margin-top: 10px;
}

.detail__module__adviserlist {
  padding: 25px 20px 20px !important;
}

/* *************************服务导师*************************** */
.detail__module__commendadviser {
  margin-top: 0 !important;
}

.detail__module__commendadviser .info-box .cover {
  width: 77px;
  height: 78px;
  border-radius: 4px;
  margin-right: 20px;
}

.detail__module__commendadviser .info-box .cover img {
  width: 77px;
  height: 78px;
  border-radius: 0;
}

/* *************************顾问卡片*************************** */
.detail__module__commendadviser {
  width: 330px;
  height: 219px;
}

.detail__module__commendadviser.has-top {
  margin-top: 10px !important;
}

.detail__module__commendadviser.fixed {
  position: fixed;
  /* top: 76px; */
  top: calc(76px + 90px);
}

.detail__module__commendadviser.has-top.fixed {
  top: 66px;
}