.isHidden {
  display: none !important;
}
.isinline {
  display: block !important;
}
.word3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.word2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.word1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/** 唤醒头部 */
.openAppheader {
  max-width: 1000px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}
.openAppheader .newCQ {
  max-width: 1000px;
  position: relative;
}
.openAppheader .newCQ img {
  width: 100%;
}
.openAppheader .newCQ_close {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 21px;
  height: 20px;
  z-index: 1000;
}
#wx_tagbox {
  right: 0.7rem;
  top: 0.3rem;
  z-index: 10000;
  position: absolute;
  width: 1.6rem;
  height: 0.6rem;
}
.openApp {
  height: 0.88rem;
  width: 100%;
  text-align: center;
  line-height: 0.88rem;
  color: #c2c2c2;
  font-size: 0.3rem;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #222;
  padding: 0.12rem 0;
  border-top: 1px solid #4f4f4f;
  overflow: hidden;
}
.openApp p {
  margin: auto;
  width: 100%;
  background-color: #222;
}
html,
body {
  width: 100%;
  height: 100%;
}
#topic {
  max-width: 1000px;
  margin: auto;
}
.topic_top {
  width: 100%;
}
.topic_top img {
  width: 100%;
}
.topic_tip {
  background: #f8f8f8;
  padding: 0.24rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin: 0.3rem;
  font-weight: 500;
}
.detail {
  margin: 0.2rem;
  padding-bottom: 0.46rem;
}
.detail .nav-box {
  overflow-x: scroll;
}
.detail .nav-box ul {
  width: max-content;
}
.detail .nav-box li {
  display: inline-block;
  padding: 0.01rem;
  margin: 0.2rem 0.2rem 0 0;
  text-align: center;
  list-style: none;
  font-size: 0.34rem;
  cursor: pointer;
  color: #333333;
  padding-bottom: 0.01rem;
  border-bottom: 3px solid transparent;
}
.detail .nav-box .active {
  color: #00a0e7;
  border-bottom: 3px solid #00a0e7;
}
.detail .nav-box .nav-item a:hover {
  text-decoration: none;
}
.detail .detail_list {
  margin: 0;
}
.detail .detail_list .detail_item {
  display: none;
  width: 100%;
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #EEEEEE;
}
.detail .detail_list .detail_item .detail_item_left {
  width: 60%;
  display: inline-block;
}
.detail .detail_list .detail_item img {
  width: 100%;
  margin-right: 0.1rem;
  height: 1.9rem;
}
.detail .detail_list .detail_item .detail_item_right {
  width: 36%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: 0.1rem;
}
.detail .detail_list .detail_item .detail_item_rightbox {
  display: flex;
  margin-left: 0.1rem;
  min-height: 1.9rem;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.detail .detail_list .detail_item .detail_item_title {
  font-size: 0.3rem;
  margin: 0.2rem 0 0rem;
  color: #333;
  line-height: 0.5rem;
  letter-spacing: 0.01rem;
}
.detail .detail_list .detail_item .detail_item_sign {
  color: #999;
  font-size: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.1rem;
}
.detail .detail_list .detail_item .detail_item_sign div:last-child {
  float: right;
}
.detail .detail_list .detail_item .detail_item_sign img {
  width: 0.3rem;
  height: 0.18rem;
  vertical-align: middle;
  margin: 0;
}
.detail .detail_list .detail_item .detail_item_sign .labels {
  display: inline-block;
}
.detail .detail_list .detail_item .detail_item_sign .labels span {
  border: 1px solid #ec4b4b;
  color: #ec4b4b;
  border-radius: 5px;
  padding: 0.02rem 0.04rem;
  margin-right: 0.04rem;
}
.detail .detail_list .detail_item .detail_item_picBig img {
  height: 2.9rem;
}
.detail .detail_list .detail_item .detail_item_picNARROW img {
  height: 1.9rem;
}
.detail .detail_list .detail_item_more .detail_item_pic {
  margin: 0.2rem 0;
}
.detail .detail_list .detail_item_more .detail_item_pic img {
  width: 30%;
  height: 1.9rem;
}
.detail .getMore {
  width: 100%;
  height: 0.9rem;
  background: #FFFFFF;
  border: 0.01rem solid #DDDDDD;
  border-radius: 0.1rem;
  margin: 0.3rem auto;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 0.9rem;
  text-align: center;
  padding-bottom: 0.1rem;
}
.font_size_big .topic_tip {
  font-size: 0.34rem;
}
.font_size_big .detail .nav-box li {
  font-size: 0.38rem;
}
.font_size_big .detail .detail_list {
  margin: 0;
}
.font_size_big .detail .detail_list .detail_item .detail_item_title {
  font-size: 0.4rem;
}
.font_size_big .detail .detail_list .detail_item .detail_item_sign {
  font-size: 0.3rem;
}
.font_size_big .detail .getMore {
  font-size: 0.34rem;
}
.font_size_small .topic_tip {
  font-size: 0.26rem;
}
.font_size_small .detail .nav-box li {
  font-size: 0.3rem;
}
.font_size_small .detail .detail_list .detail_item .detail_item_title {
  font-size: 0.26rem;
}
.font_size_small .detail .detail_list .detail_item .detail_item_sign {
  font-size: 0.18rem;
}
.font_size_small .detail .getMore {
  font-size: 0.26rem;
}
