/* 板块说明 */
.zone-TI {
  position: relative;
  margin: 1.6vw 2.66666667vw 2.66666667vw;
  padding: 2.66666667vw 3.2vw;
  background-color: #fff;
  border-radius: 1.06666667vw;
}
.zone-TI h2 {
  height: 8.53333333vw;
  margin-bottom: 0.53333333vw;
  font-size: 4.53333333vw;
  font-weight: 600;
  line-height: 8.53333333vw;
}
.zone-TI em {
  color: #f00;
}
.zone-TI label {
  position: absolute;
  top: 3.73333333vw;
  right: 12vw;
  margin-left: 2.66666667vw;
}
.zone-TI label i {
  font-size: 4.26666667vw;
}
.zone-TI .luntan-jianshao,
.zone-TI .luntan-zengjia {
  top: 2.4vw;
  right: 4vw;
  font-size: 6.4vw;
  color: #3f79ec;
  cursor: pointer;
  line-height: 8.53333333vw;
}
.zone-TI .intro {
  margin-top: 2.66666667vw;
  color: #666;
}
/* 帖子主题 */
.zone-theme {
  margin: 1.6vw 2.66666667vw;
  padding: 1.06666667vw 15.73333333vw 1.06666667vw 0;
  border-top: 0.8vw solid #ddd;
  overflow: hidden;
}
.zone-theme li a {
  display: block;
  float: left;
  margin: 0.53333333vw 1.6vw 0.8vw 0;
  padding: 0.8vw 2.13333333vw;
  border: 0.26666667vw solid #ddd;
  font-size: 3.2vw;
  border-radius: 0.53333333vw;
}
.zone-theme li a:hover {
  border-color: #f2e2c3;
  background-color: #fffeee;
  color: #974c19;
}
.zone-theme li a:hover span {
  background-color: #f2e2c3;
}
.zone-theme li span {
  display: inline-block;
  margin-left: 1.33333333vw;
  padding: 0 1.33333333vw;
  background-color: #e8e8e8;
  border-radius: 0.8vw;
}
.zone-theme li.fold,
.zone-theme li.unfold {
  float: right;
  margin: 1.33333333vw -15.2vw 2.4vw 0;
  padding: 0 2.66666667vw;
  border: 0;
  font-size: 3.46666667vw;
  cursor: pointer;
}
.zone-theme li.fold i,
.zone-theme li.unfold i {
  display: inline-block;
  margin-right: 1.33333333vw;
  font-size: 2.66666667vw;
  color: #aaa;
  vertical-align: top;
}
.zone-theme li.fold i {
  transform: rotate(180deg);
  vertical-align: text-bottom;
}
.zone-theme li.active a {
  border-color: #f2e2c3;
  background-color: #fffeee;
  color: #974c19;
  font-weight: 600;
}
.zone-theme li.active a span {
  background-color: #f2e2c3;
}
/* 主题帖子列表 */
.zone-CRY {
  margin: 1.6vw 2.66666667vw 2.66666667vw;
  padding: 1.33333333vw 3.2vw;
  background-color: #fff;
  border-radius: 1.06666667vw;
}
.zone-CRY .txt-empty {
  padding: 26.66666667vw 0;
  text-align: center;
}
.zone-CRY .txt-empty .icon {
  font-size: 24vw;
}
.zone-CRY .txt {
  padding: 2.66666667vw 0 2.13333333vw;
  margin-bottom: 0.8vw;
  border-bottom: 0.26666667vw solid #eee;
}
.zone-CRY .txt:last-child {
  border-bottom: 0;
}
.zone-CRY .txt .txt-TI {
  line-height: 1.25;
}
.zone-CRY .txt .txt-TI i {
  vertical-align: middle;
}
.zone-CRY .txt .txt-zone {
  font-size: 3.2vw;
  color: #3f79ec;
  text-align: right;
}
.zone-CRY .txt .txt-zone a {
  display: inline-block;
  max-width: 42.66666667vw;
  color: #3f79ec;
  vertical-align: bottom;
}
.zone-CRY .txt .txt-author {
  display: flex;
  margin-top: 2.66666667vw;
  font-size: 3.2vw;
  color: #999;
}
.zone-CRY .txt .txt-author a {
  max-width: 28vw;
  margin-right: 1.33333333vw;
}
.zone-CRY .txt .txt-author p {
  display: none;
  margin-left: 0.8vw;
}
.zone-CRY .txt .txt-author p:last-child {
  display: block;
  flex: 1;
  text-align: right;
}
/*搜索 结果列表*/
.result {
  padding: 0.8vw 4vw;
  font-weight: 600;
}
.result em {
  margin: 0 1.33333333vw;
  font-size: 4vw;
  color: #f44336;
}
