@charset "UTF-8";
/**
 * 咨询服务
 * date: 2025-4-10
 * author: jyxuan
 */
.consult-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.consult-item + .consult-item {
  margin-top: 30px;
}
.consult-title, .consult-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.consult-title::before, .consult-text::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  color: #1c65ee;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background-color: rgba(28, 101, 238, 0.1);
}
.consult-title {
  font-size: 16px;
  font-weight: bold;
}
.consult-title::before {
  content: "Q";
}
.consult-text {
  margin-top: 24px;
  color: #666;
  font-size: 16px;
}
.consult-text::before {
  content: "A";
}
.consult-link {
  color: #1c65ee;
}