
.wenda-top-banner {
  width: 810px;
  height: 330px;
  background: #e2e2e2;
  display: block;
}

.wenda-top-banner .bottom-box {
  width: 810px;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 13px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.wenda-top-banner .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wenda-top-banner .desc {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  /* display: -webkit-box; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
}

.wenda-top-banner .user {
  margin-top: 10px;
}

.wenda-top-banner .user .lf {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
}

.wenda-top-banner .user .lf img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.wenda-top-banner .user .rt {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}

.asklist .model.mul .model-title {
  background: #FAFAFA;
  width: 810px;
  height: 60px;
  margin-bottom: 10px;
}

.asklist .model.mul .model-title .ml-option .active {
  background: initial;
  font-weight: 700;
}

.asklist .model.mul .model-title.auto-fix + .model-content::before {
  content: '';
  display: block;
  width: 810px;
  height: 60px;
}

.asklist .model.mul .ml-option h2 {
  color: #555555;
  /* width: 120px; */
  height: 60px;
  line-height: 60px;
  font-weight: initial;
}

.asklist .model-nav {
  margin-right: 10px;
}
.asklist .model-nav .blue {
  color: #387ffc;
  margin: 0 16px;
}


.ask-swiper.swiper-container {
  width: 810px;
}

.special-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

.box-special {
  width: 470px;
  /* height: 320px; */
  background: #ffffff;
  box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.2);
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
}

.special-img {
  width: 470px;
  /* height: 260px; */
}

.special-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  height: 60px;
  line-height: 60px;
}

.page-list .pagination {
  margin: 20px 0;
  font-size: 14px;
  color: #5a5a5a; 
  display: flex;
    gap: 8px;
    justify-content: center;
    list-style: none;
}

.page-list .pagination li {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  color: #5a5a5a;
  cursor: pointer;
}

.page-list .pagination .active {
  background: #387ffc;
  border: 1px solid #387ffc;
  color: #ffffff;
}

.page-list .item.last,
.page-list .item.next {
  color: #d9d9d9;
}

.page-list .skip {
  margin-left: 8px;
}