.tecClassify {
  height: 1.76rem;
}
.tecClassify ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.18rem 0 0rem 0.7rem;
  position: fixed;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
  overflow: hidden;
}
.tecClassify ul li {
  padding: 0.16rem 0.7rem 0.2rem 0;
  line-height: 0.32rem;
}
.tecClassify ul li a {
  font-weight: 500;
  font-size: 0.32rem;
  color: #191919;
}
.tecClassify ul li.select a {
  color: #ff8b0d;
  font-weight: 600;
}
.tecClassify ul li.classify {
  position: relative;
  width: 0.58rem;
  height: 0.5rem;
}
.tecClassify ul li.classify img {
  width: 0.58rem;
  height: 0.5rem;
  position: absolute;
  top: 0rem;
  left: -0.14rem;
}
.tecList {
  padding: 0.2rem 0.2rem 0rem;
}
.tec-list {
  padding: 0.1rem 0.36rem;
  background: #ffffff;
  border-radius: 0.12rem;
}
.tec-list .tec-item {
  display: flex;
  border-bottom: 0.02rem solid #f4f4f4;
  padding: 0.3rem 0;
}

.tec-list .tec-item:last-child {
  border-bottom: none;
}
.tec-list .tec-item .coverImg {
  width: 1.58rem;
  height: 1.58rem;
  background: #ececec;
  object-fit: cover;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.tec-list .tec-item .item-con {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tec-list .tec-item .item-con h3 {
  font-size: 0.3rem;
  line-height: 0.44rem;
  color: #191919;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.26rem;
  font-weight: normal;
}
.tec-list .tec-item .item-con h3 a {
  color: #191919;
}
.tec-list .tec-item .item-con .record {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tec-list .tec-item .item-con .record > div {
  display: flex;
  align-items: center;
}
.tec-list .tec-item .item-con .record span {
  margin-right: 0.26rem;
  font-size: 0.24rem;
  color: #636363;
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.tec-list .tec-item .item-con .record span:last-child {
  margin-right: 0;
}
.tec-list .tec-item .item-con .record span i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: text-top;
}
.tec-list .tec-item .item-con .record span.date i {
  background: url(../../../images/mobile/page/tec/icon_time.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.04rem;
}
.tec-list .tec-item .item-con .record span.view {
  max-width: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tec-list .tec-item .item-con .record span.view i {
  background: url(../../../images/mobile/page/tec/icon_eye.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.02rem;
}
.tec-list .tec-item .item-con .record .module {
  font-size: 0.2rem;
  color: #535353;
  height: 0.42rem;
  line-height: 0.42rem;
  background: rgba(255, 139, 13, 0.15);
  border-radius: 0.21rem;
  padding: 0 0.24rem;
  max-width: 1.48rem;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.classifyList {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 1rem;
  position: fixed;
  top: 0.96rem;
  left: 0;
  display: none;
}
.classifyList .menuBox {
  height: 0.8rem;
}
.classifyList .menu {
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #191919;
  background: #ffffff;
  padding: 0 0.34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0.16rem solid #f5f5f5;
}
.classifyList .menu .close {
  width: 0.36rem;
  height: 0.36rem;
}
.classifyList .classifyBody {
  background: #fff;
  padding: 0.18rem 0 0.8rem 0;
}
.classifyList .classifyCon {
  box-sizing: border-box;
  padding: 0.36rem 0 0.6rem 0.3rem;
  background: #ffffff;
}
.classifyList .classifyCon li {
  border-radius: 0.12rem;
  border: 0.02rem solid #cdcdcd;
  height: 0.88rem;
  margin-right: 0.14rem;
  line-height: 0.88rem;
  margin-bottom: 0.24rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.28rem;
  width: 46.8%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 0.1rem;
}
/* .classifyList .classifyCon li:nth-child(-n + 6) {
  width: 46.8%;
} */
.classifyList .classifyCon li.active {
  background: #ff8b0d;
  border: 0.02rem solid #ff8b0d;
}
.classifyList .classifyCon li.active a {
  color: #ffffff;
}
/* .classifyList .classifyCon li:nth-child(3n) {
  margin-right: 0;
} */
.classifyList .classifyCon li a {
  color: #191919;
}
/* 详情 */

.commonBox {
  border-radius: 0.12rem;
  box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
  background: #ffffff;
  margin-top: 0.2rem;
  padding: 0.28rem;
}

.tec-body {
  padding: 0.44rem 0.28rem 0.5rem;
}
.tec-body .detail-title {
  border-bottom: 0.02rem solid #f4f4f4;
  margin-bottom: 0.18rem;
  padding-bottom: 0.18rem;
}
.detail-title h1 {
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #191919;
  margin: 0 0 0.2rem 0;
}
.detail-title .record {
  font-size: 0.24rem;
  color: #939393;
}
.detail-title .record .source {
  color: #191919;
}
.detail-title .record .source i {
  color: #ff8b0d;
}
.detail-title .record .date {
  margin-left: 0.44rem;
}

.keyWords {
  margin: 0.2rem 0 0rem 0;
  font-size: 0.24rem;
  color: #939393;
}
.keyWords span {
  margin-right: 0.18rem;
}
.detail-content {
  overflow: hidden;
}
.detail-content,.detail-content p {
    line-height: 0.56rem;
    font-size: 0.28rem;
    color: #191919;
    text-indent: 0.6rem;
    text-align: justify;
}

.detail-content p img,
.detail-content img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.detail-page {
  padding-top: 0.4rem;
  font-size: 0.26rem;
  color: #191919;
  border-top: 0.02rem solid #f4f4f4;
  margin-top: 0.24rem;
}
.detail-page a {
  color: #191919;
}
.detail-page a:hover {
  color: #ff8b0d;
}
.detail-page .next {
  margin-top: 0.18rem;
}

.disclaimer {
  padding: 0.42rem 0.28rem;
}
.disclaimer h3 {
  font-weight: 600;
  font-size: 0.28rem;
  color: #ff5520;
  margin-bottom: 0.08rem;
}
.disclaimer p {
  font-size: 0.26rem;
  color: #191919;
  line-height: 0.48rem;
  text-align: justify;
}
.disclaimer p a {
  color: #191919;
}
.disclaimer p a:hover {
  color: #ff8b0d;
}

.disclaimer p {
  line-height: 0.48rem;
  color: #191919;
  font-size: 0.26rem;
}
.disclaimer p i {
  border: 0.02rem solid #ff5520;
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  border-radius: 100%;
  margin: 0 0.24rem 0 0.04rem;
}

.related-recommend h3 {
  font-weight: 600;
  font-size: 0.4rem;
  color: #191919;
  line-height: 0.47rem;
  margin: 0.32rem 0 0.08rem 0.02rem;
}
.related-recommend ul {
  background: #ffffff;
  box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
  border-radius: 0.12rem;
  padding: 0 0.28rem;
}
.related-recommend ul li {
  border-bottom: 0.02rem solid #f4f4f4;
  padding: 0.42rem 0;
}
.related-recommend ul li:last-child {
  border-bottom: none;
}
.related-recommend ul li h4 {
  font-size: 0.3rem;
  color: #191919;
  line-height: 0.48rem;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.related-recommend ul li h4 a {
  color: #191919;
  display: block;
}
.related-recommend ul li h4 a:hover {
  color: #ff8b0d;
}
.related-recommend .record {
  display: flex;
  align-items: center;
}
.related-recommend .record span {
  font-size: 0.24rem;
  color: #636363;
  line-height: 0.44rem;
  flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.related-recommend .record span.view {
  width: 1rem;
}
.related-recommend .record span.date {
  width: 1.4rem;
}
.related-recommend .record span.author {
  width: 1.2rem;
}
.related-recommend .record > i {
  margin: 0 0.22rem;
  height: 0.18rem;
  display: inline-block;
  border-left: 0.02rem solid #cfcfcf;
}
.related-recommend .record span i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  vertical-align: text-top;
}
.related-recommend .record span.view i {
  background: url(../../../images/mobile/page/tec/icon_eye.png) no-repeat;
  background-size: 100% 100%;
}

.related-recommend .record .module {
  font-size: 0.2rem;
  color: #535353;
  height: 0.42rem;
  line-height: 0.44rem;
  background: rgba(255, 139, 13, 0.15);
  border-radius: 0.21rem;
  padding: 0 0.24rem;
  width: 1.8rem;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.page ul {
  padding-bottom: 0;
}
footer {
  padding-top: 0.08rem;
}
