/* å·¦å³å¸ƒå±€ */
.around-layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 35px;
}
.around-layout .layout-left {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  /* padding-right: 65px; */
}
.around-layout .layout-right {
  width: 310px;
}
/* å·¦å³å¸ƒå±€ end */

.follow-scroll-move {
  position: relative;
  /* top: 10px; */
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* ä¸“ä¸šäººå£« */
.professional .pro-title {
  font-weight: 600;
  font-size: 32px;
  color: #272832;
}
.professional .pro-swiper {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0 50px;
}
.professional .pro-swiper-container {
  width: 100%;
}
/* prev,next */
.professional .pro-button-prev,
.professional .pro-button-next {
  width: 27px;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.4);
}
.professional .pro-button-prev::after,
.professional .pro-button-next::after {
  font-size: 15px;
  color: #fff;
}
/* prev,next end */
.professional .pro-list {
  width: 100%;
}
.professional .pro-list .pro-item {
}
.professional .pro-list .pro-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.professional .pro-list .pro-cover {
  width: 100px;
  height: 100px;
  background: pink;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.professional .pro-list .pro-cover .fake-img {
  width: 100%;
  height: 100%;
}
.professional .pro-list .pro-info {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
}
.professional .pro-list .pro-info .info-line {
  margin-top: 10px;
}
.professional .pro-list .pro-name {
  font-weight: 600;
  font-size: 17px;
  color: #272832;
}
.professional .pro-list .pro-servers {
  font-size: 14px;
  color: #272832;
}
.professional .pro-list .pro-consult {
  outline: none;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background: var(--qiTiZiTiColor);
}
.professional .pro-list .pro-consult .iconfont {
  font-size: 14px;
}
/* ä¸“ä¸šäººå£« end */

/* æœ€æ–°é—®ç­” */
.new-que-ans {
  margin: 30px 0;
}
.new-que-ans .nqa-title-box {
  padding-bottom: 13px;
  border-bottom: 1px solid #dadada;
}
.new-que-ans .nqa-title-box .nqa-title {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  font-size: 20px;
  color: #272832;
}
.new-que-ans .nqa-title-box .nqa-title::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--qiTiZiTiColor);
  border-radius: 2px;
}
/* é—®ç­”æ¨¡æ¿ */
.que-ans-module .qam-list {
  padding-top: 22px;
}
.que-ans-module .qam-list .qam-item {
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 10px solid #def9ff;
}
.que-ans-module .qam-list .qam-link {
  display: block;
}
.que-ans-module .qam-list .qam-que-title {
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: #272832;
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.que-ans-module .qam-list .qam-item:hover .qam-que-title {
  color: var(--qiTiZiTiColor);
}
.que-ans-module .qam-ans-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 12px;
}
/* left */
.que-ans-module .qam-ans-box .qab-icon-word {
  position: relative;
  width: 30px;
  height: 30px;
}
.que-ans-module .qam-ans-box .qab-icon-word .bg-rectangle {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 55%;
  background: #ff7766;
  border-radius: 3px;
}
.que-ans-module .qam-ans-box .qab-icon-word .bg-rectangle:nth-child(1) {
  transform: translateX(-50%) rotate(30deg);
}
.que-ans-module .qam-ans-box .qab-icon-word .bg-rectangle:nth-child(2) {
  transform: translateX(-50%) rotate(-30deg);
}
.que-ans-module .qam-ans-box .qab-icon-word .bg-rectangle:nth-child(3) {
  transform: translateX(-50%) rotate(90deg);
}
.que-ans-module .qam-ans-box .qab-icon-word .word-txt {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
}
/* left end */
/* middle */
.que-ans-module .qam-ans-box .qab-middle {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  margin: 0 14px;
}
.que-ans-module .qam-ans-box .ans-text {
  line-height: 22px;
  font-size: 16px;
  color: #272832;
  /* å­—ä½“æº¢å‡ºéšè— */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.que-ans-module .qam-ans-box .rest-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
}
.que-ans-module .qam-ans-box .rest-info .ans-time {
  position: relative;
  top: 2px;
  min-width: 140px;
  line-height: 18px;
  font-size: 14px;
  color: #888;
}
.que-ans-module .qam-ans-box .rest-info .ans-tags {
  height: 20px;
  padding-left: 14px;
  overflow: hidden;
}
.que-ans-module .qam-ans-box .rest-info .ans-tags .tag-item {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  min-width: 0;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}
.que-ans-module .qam-ans-box .rest-info .ans-tags .tag-item.name-tag {
  border-color: var(--qiTiZiTiColor);
  color: var(--qiTiZiTiColor);
}
/* middle end */
/* right */
.que-ans-module .qam-ans-box .ans-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9e9e9;
  text-align: center;
  font-size: 15px;
  color: #666;
}
.que-ans-module .qam-ans-box .ans-number .fake-p {
  padding: 10px 0 6px;
}
/* right end */
/* é—®ç­”æ¨¡æ¿ end */
/* æœ€æ–°é—®ç­” end */

/* åˆ†é¡µå™¨ */
.data-sorter .sorter-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 20px 0;
}
.data-sorter .sorter-bar .sorter-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.data-sorter .sorter-bar .sorter-btn {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid var(--ilh-border-color-primary);
  font-size: var(--ilh-font-size-base);
  color: var(--ilh-text-color);
  cursor: pointer !important;
}
.data-sorter .sorter-bar .sorter-btn .iconfont {
  font-size: var(--ilh-font-size-base);
}
.data-sorter .sorter-bar .sorter-btn.prev-btn,
.data-sorter .sorter-bar .sorter-btn.next-btn {
  padding-left: 16px;
  padding-right: 16px;
}
.data-sorter .sorter-bar .sorter-amount {
  padding-left: 5px;
  font-size: var(--ilh-font-size-base);
  color: var(--ilh-text-color);
}
/* åˆ†é¡µå™¨ end */

/* é—®ç­”åˆ†ç±» */
.que-ans-category {
  padding: 16px;
  padding-bottom: 0;
  /* border: 2px solid #e9e9e9;
  border-radius: 4px; */
}
.que-ans-category .type-block {
  margin-bottom: 20px;
}
.que-ans-category .type-block .type-title {
  font-size: 19px;
  color: var(--qiTiZiTiColor);
}
.que-ans-category .type-block .type-title .iconfont {
  font-size: 24px;
}
.que-ans-category .type-block .type-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.que-ans-category .type-block:last-of-type {
  margin-bottom: 0;
}
.que-ans-category .type-block:last-of-type .type-list {
  border-bottom-color: transparent;
}
.que-ans-category .type-block .type-item {
  width: 31.3%;
  margin-right: 3%;
}
.que-ans-category .type-block .city-type-item{
  width: 40.3% !important;
  margin-right: 3% !important;
}
.que-ans-category .type-block .type-item:nth-child(3n) {
  margin-right: 0;
}
.que-ans-category .type-block .type-link {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  color: #272832;
}
/* é—®ç­”åˆ†ç±» end */
