.zjtj {
  padding: 15px 15px 3px;
  background: #fff;
  font-size: 16px;
  color: #333333;
}

.zjtj::after {
  display: none !important;
}

.swiper-recommend {
  margin-bottom: 4px;
}

.swiper-recommend .swiper-slide {
  height: auto !important;
  width: auto !important;
  margin: 0 0 0 26px !important;
}

.swiper-wrapper {
  height: auto !important;
  width: 100vw;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  overflow-x: auto;
}

.swiper-wrapper .swiper-slide .thumbnail {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  background: #fff;
}

.swiper-wrapper .swiper-slide .thumbnail .caption {
  padding: 0 !important;
}

.swiper-wrapper .swiper-slide .thumbnail .caption .text-center:first-child {
  margin: 10px 0 1px !important;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}

.swiper-wrapper .swiper-slide .thumbnail .caption .text-center:first-child a {
  font-family: PingFangSC-Semibold, PingFang SC;
}

.swiper-wrapper .swiper-slide .thumbnail .caption .text-center:last-child {
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  color: #666666;
}

.swiper-wrapper .swiper-slide .thumbnail a .img-circle {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background: #e5e5e5;
}

.row {
  margin: auto !important;
}

.dochover a {
  font-weight: normal !important;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #5ca5ff !important;
}

.docque {
  width: 100vw;
  padding: 0 20px;
  overflow-x: auto;
  background: #fff;
  margin-bottom: 1px;
}

.docque ul {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.docque ul li {
  padding: 10px 0 !important;
  color: #333333;
}
.docque ul li a {
  font-size: 14px;
}

.tab-inner {
  padding: 0 15px !important;
}

.tab-inner .question-list .question-list-item {
  height: auto !important;
  padding: 12px 0 !important;
  display: flex;
  justify-content: space-between;
}

.tab-inner .question-list .qa-rank {
  float: none;
  margin: 0 15px 0 0 !important;
  height: 100%;
  line-height: normal !important;
}

.tab-inner .question-list .summary {
  height: auto !important;
  margin: 0 !important;
  flex: 1;
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: minmax(24px, auto) minmax(20px, auto) 27px;
  overflow: hidden;
}

.tab-inner .question-list .question-list-item {
  border-bottom: 0 !important;
  align-items: flex-start;
}

.tab-inner .question-list .question-list-item .summary .title {
  grid-area: 1 / 1 / 2 / span 2;
  height: 100%;
  display: block !important;
  line-height: 20px;
  margin-bottom: 0 !important;
}

.tab-inner .question-list .question-list-item .summary .title a span {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #333333 !important;
  font-family: PingFangSC-Semibold, PingFang SC;
}

/* warn */
.tab-inner .question-list .question-list-item .summary .title a .price-tag {
  display: none;
}

.tab-inner .question-list .question-list-item .summary .authors {
  height: 100%;
  display: flex;
  align-items: center;
  grid-area: 2 / 1 / 3 / 2;
  margin-right: 12px;
  font-size: 14px;
  color: #333333;
}

.tab-inner .question-list .question-list-item .summary .authors img {
  border-radius: 50%;
  margin-right: 4px;
}

.tab-inner .question-list .question-list-item .summary .tags {
  display: block;
  height: auto !important;
  width: auto !important;
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

.tab-inner .question-list .question-list-item .summary .tags a {
  padding: 3px 6px !important;
  font-size: 12px !important;
  background: rgba(92, 165, 255, 0.15);
  border-radius: 1px;
  color: #5ca5ff;
}

.tab-inner .question-list .question-list-item .summary .askDate {
  grid-area: 3 / 1 / 4 / span 2;
  font-size: 12px;
  color: #666666;
  align-self: end;
}

.tab-inner .question-list .qa-rank .answers {
  height: 100% !important;
  width: auto !important;
  padding: 5px 10px !important;
}

html {
  font: initial !important;
}

.navbar-header{
  margin-bottom: 1px !important;
}

.header-nav .nav.navbar-nav.sy-dh li{
  display: block;
}