@charset "utf-8";
/* CSS Document */

.section {
  margin-top: 0.2rem;
}

/*  首页  */
.banner {
  background: #fff;
  margin-bottom: 0.2rem;
}
.li-lis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .banner-pic li {
  border-radius: 0.2rem;
  overflow: hidden;
  /* width: 7.1rem;
    height: 2.79rem; */
}
.section-exam {
  margin-top: 0rem !important;
}

.banner .banner-pic li img {
  width: 100%;
  height: auto;
    max-width: 100%;
    object-fit: cover;
  display: block;
}

.banner .banner-pic .swiper-pagination {
  bottom: 0;
}

.banner .banner-pic .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  opacity: 0.6;
  border-radius: 0.08rem;
  margin: 0 0.05rem !important;
  transition: all 0.3s linear;
}

.banner .banner-pic .swiper-pagination-bullet-active {
  width: 0.3rem;
  opacity: 1;
}

.banner .news-recom {
  padding: 0.1rem 0;
  overflow: hidden;
}

.banner .news-recom .nr-icon {
  float: left;
  width: 0.52rem;
  line-height: 0.6rem;
}

.banner .news-recom .nr-list {
  float: right;
  width: 6.36rem;
  height: 0.321rem;
  font-size: 0.26rem;
  margin-bottom: 0.27rem;
}

.banner .news-recom .nr-list li {
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.66rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner .news-recom .nr-list li a {
  text-decoration: none;
}

.classify {
  padding: 0.23rem 0 0.36rem;
}

.classify ul {
  overflow: hidden;
}

.classify li {
  float: left;
  width: 20%;
  text-align: center;
}

.classify li i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-size: 4rem 0.8rem;
  background-position: 0 0;
  margin: 0 auto;
}

.classify li span {
  display: block;
  font-size: 0.26rem;
  color: #222222;
  line-height: 0.46rem;
}

.classify li:nth-child(1) i {
  background-position: 0 0;
}

.classify li:nth-child(2) i {
  background-position: -0.8rem 0;
}

.classify li:nth-child(3) i {
  background-position: -1.6rem 0;
}

.classify li:nth-child(4) i {
  background-position: -2.4rem 0;
}

.classify li:nth-child(5) i {
  background-position: -3.2rem 0;
}

.poster {
  background: #fff;
  position: relative;
}

.poster span {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0.75rem;
  line-height: 0.5rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #ffffff;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  left: 0;
}

.poster-2 a {
  display: block;
  border-radius: 0.19rem;
  overflow: hidden;
}

.qa {
  background: #fff;
  margin-top: -0.2rem;
  border-top-left-radius: 0.19rem;
  border-top-right-radius: 0.19rem;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}

.qa .qa-option {
  padding: 0.38rem 0 0.18rem;
  border-bottom: solid 1px #e9e9e9;
}

.qa .qa-option ul {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.qa .qa-option li {
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #999999;
  font-weight: 600;
  position: relative;
}

.qa .qa-option li:before {
  content: '';
  position: absolute;
  /* background: #2764FF; */
  width: 100%;
  height: 0.08rem;
  bottom: 0.03rem;
  left: 0;
  display: none;
}

.qa .qa-option li.active {
  font-size: 0.86rem;
  color: #2764ff;
}

.qa .qa-option li.active:before {
  display: block;
}

.qa .qa-option li span {
  display: block;
  position: relative;
  z-index: 1;
}

.qa .qa-cont .qa-box {
  padding-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
  display: none;
}

.qa .qa-cont .qa-box.max-hei {
  height: 9.36rem;
}

.qa .qa-cont li {
  padding: 0.3rem 0 0.24rem;
  border-bottom: dashed 1px #e9e9e9;
}

.qa .qa-top {
  line-height: 0.4rem;
  overflow: hidden;
}

.qa .qa-top .qa-pic {
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.qa .qa-top .qa-name {
  float: left;
  max-width: 1.8rem;
  font-size: 0.24rem;
  color: #999999;
  margin-left: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qa .qa-top .qa-date {
  float: left;
  font-size: 0.24rem;
  color: #999999;
  margin-left: 0.2rem;
}

.qa .qa-top .qa-comment {
  float: right;
  font-size: 0.24rem;
  color: #999999;
}

.qa .qa-problem {
  font-size: 0.32rem;
  color: #111111;
  line-height: 0.42rem;
  font-weight: 600;
  padding: 0.12rem 0 0.23rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.qa .qa-bom {
  padding-top: 0.23rem;
}

.qa .qa-bom dl {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.qa .qa-bom dd {
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.36rem;
}

.qa .qa-bom dd.collection,
.qa .qa-bom dd.attention {
  padding-left: 0.36rem;
  position: relative;
}

.qa .qa-bom dd.collection:before,
.qa .qa-bom dd.attention:before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-size: 3rem 3rem;
  background-position: 0 -0.5rem;
  top: 0.03rem;
  left: 0;
}

.qa .qa-bom dd.active {
  padding: 0;
}

.qa .qa-bom dd.active:before {
  display: none;
}

.qa .qa-bom dd.attention:before {
  background-position: -0.3rem -0.5rem;
}

.qa .qa-bom dd:last-child,
.qa .qa-bom dd:last-child a {
  color: #2764ff;
}

.qa .qa-text {
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.36rem;
  padding-bottom: 0.23rem;
}

.qa .qa-cont .qa-more {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 1.86rem;
  bottom: 0;
  left: 0;
}

.qa .qa-cont .qa-more:before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;

  background-size: 3rem 3rem;
  background-position: -2rem 0;
  margin: -0.25rem 0 0 -0.25rem;
  top: 50%;
  left: 50%;
}

.section2 {
  margin-top: -0.2rem;
  background: #fff;
}

.list-option-wra {
  height: 0.92rem;
}

.list-option {
  padding: 0rem 0 0rem !important;
  /* border-bottom: solid 1px #E9E9E9; */
  display: flex;
  margin-bottom: 0.1rem;
  border-bottom: solid 0.01rem #f1f1f1;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: 666;
  margin-top: 1rem;
  background: #fff;
  width: 100%;

  min-width: 320px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.list-options {
  /* border-bottom: solid 1px #E9E9E9; */
}

.list-option.auto-fix {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  width: 7rem;
  margin: auto;
  background: #fff;
}

.list-option.auto-fix.top2 {
  top: 1.27rem;
}

.cur-catname {
  flex: none;
  color: #999999;
  font-weight: bold;
  font-size: 0.3rem;
  margin-left: 0.18rem;
  margin-right: 0.5rem;
  position: relative;
  /* background: #fff; */
  z-index: 100;
  border-right: 0.1rem solid transparent;
}

.list-option li {
  width: auto;
  display: flex;
  align-items: center;

  font-weight: 400;

  color: #535353;
  margin-right: 0.97rem;
  position: relative;
}

.list-option li:last-child {
  margin-right: 0;
}

.cur-catname.active:before {
  /* display: block */
}
.cur-catname.active {
  font-size: 0.36rem;

  font-weight: 500;
  color: #000000;
  height: 1.1rem;
  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.06rem;
}

.cur-catname.active::after {
  /* position: absolute;
  bottom: -0.04rem;
  left: 50%;
  transform: translate(-50%, 100%); */

  content: '\00A0';
  width: 0.37rem;
  height: 0.06rem;
  background: #387ffc;
  box-shadow: 0rem 0.06rem 0.22rem 0rem rgba(169, 169, 169, 0.2);
  border-radius: 0.03rem;
}

.list-option li:before,
.cur-catname:before {
  content: '';
  position: absolute;
  background: #2764ff;
  width: 100%;
  height: 0.08rem;
  bottom: 0.03rem;
  left: 0;
  display: none;
}

.list-option li .active {
  font-size: 0.56rem;
  color: #2764ff;
}

.list-option li.active:before {
  display: none;
}

/* 选项卡变大样式 */
.list-option li.active span {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 0.4rem;

  color: #387ffc;
  font-weight: 600;
}

.list-cont .list-box {
  display: none;
}
.lists-conts li {
  border-bottom: solid 0px #e9e9e9 !important;
  border-top: solid 1px #e9e9e9 !important;
}

.list-cont li {
  padding: 0.3rem 0;
  border-bottom: solid 1px #e9e9e9;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/* 列表页位置调整 */
.list-cont li .list-pic {
  float: left;
  width: 2.5rem;
  border-radius: 0.09rem;
  overflow: hidden;
  height: 1.6rem;
  margin-right: 0.2rem;
  flex: none;
  position: relative;
  right: -0.3rem;
}

.list-cont li .list-info {
  float: right;
  max-width: 4.23rem;
  padding-bottom: 0.5rem;
  width: 100%;
  position: relative;
}

.list-cont li .list-name {
  font-size: 0.3rem;
  color: #222222;
  font-weight: 400;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-name {
  font-size: 0.3rem;
  color: #222222;
}

.list-cont li .list-label {
  position: absolute;
  height: 0.4rem;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.list-cont li .list-label i {
  float: left;
  font-style: normal;
  line-height: 0.4rem;
  padding: 0 0.16rem;
  font-size: 0.24rem;
  color: #777777;
}
/* .list-cont li .list-label i{
    background: #F3F3F3;
    border-radius: 0.15rem;
    margin-right: 0.1rem;
} */
.biaoqian {
  background: #f3f3f3;
  border-radius: 0.15rem;
  margin-right: 0.1rem;

  font-size: 0.2rem !important;

  font-weight: 300;
  color: #888888 !important;
}

.list-cont li .price-period {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.list-cont li .price-period span {
  float: left;
  font-size: 0.36rem;
  color: #ff3942;
  font-weight: 600;
  line-height: 0.4rem;

}

.list-cont li .price-period i {
  float: right;
  font-style: normal;
  font-size: 0.24rem;
  color: #777777;
  line-height: 0.4rem;
  padding-left: 0.36rem;
  position: relative;
}

.list-cont li .price-period i:before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;

  background-size: 3rem 3rem;
  background-position: -0.6rem -0.5rem;
  top: 0.06rem;
  left: 0;
}

.list-cont li .date-time {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  bottom: 0;
  left: 0;
}

.list-cont li .date-time span {
  float: left;
  font-size: 0.24rem;
  color: #777777;
  line-height: 0.4rem;
  margin-right: 0.32rem;
}

.list-cont li .date-time span:last-child {
  margin-right: 0;
}

.list-cont .list-more a {
  display: block;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.8rem;
  text-align: center;
}

.section3 {
  margin-bottom: 1.52rem;
}

/*.pagination{ text-align:center; padding:0.46rem 0 0.52rem}*/
/*.pagination dl{ display:inline-block; overflow:hidden}*/
/*.pagination dd{ float:left; background:#F6F6F6; min-width:0.5rem; height:0.5rem; font-size:0.24rem; color:#333333; line-height:0.5rem; text-align:center; padding:0 0.12rem; margin:0 0.05rem}*/
/*.pagination dd.active{ background:#2764FF; color:#FFF}*/

/* 手机分页样式,复制上面几行的(.pagination dl dd active) */
.pagination {
  text-align: center;
  padding: 0.46rem 0 0.52rem;
}

.pagination ul {
  display: inline-block;
  overflow: hidden;
}

.pagination li {
  display: inline-block;
  overflow: hidden;
}

.pagination li {
  float: left;
  background: #f6f6f6;
  min-width: 0.6rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.6rem;
  text-align: center;
  padding: 0 0.2rem;
  margin: 0 0.1rem;
  border: 0;
}

.pagination li.active {
  background: #2764ff;
  color: #fff;
}

.pagination li.active a {
  color: #fff;
}

/* 手机分页样式 end */
.subnavs {
  background: #f6f6f6;
  padding: 0.1rem 0;
}

.subnavs ul {
}

.subnavs li {
  float: left;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.36rem;
  padding-right: 0.46rem;
  position: relative;
}

.subnavs li:before {
  content: '>';
  position: absolute;
  width: 0.46rem;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.36rem;
  text-align: center;
  top: 0;
  right: 0;
}

.subnavs li span {
  color: #999999;
}

.subnavs li:last-child {
  padding: 0;
}

.subnavs li:last-child:before {
  display: none;
}

/*  文章页  */
.subnav {
  background: #f6f6f6;
  padding: 0.22rem 0;
}

.subnav ul {
  overflow: hidden;
}

.subnav li {
  float: left;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.36rem;
  padding-right: 0.46rem;
  position: relative;
}

.subnav li:before {
  content: '>';
  position: absolute;
  width: 0.46rem;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.36rem;
  text-align: center;
  top: 0;
  right: 0;
}

.subnav li span {
  color: #999999;
}

.subnav li:last-child {
  padding: 0;
}

.subnav li:last-child:before {
  display: none;
}

.article {
  background: #fff;
}

.article .article-head {
  padding: 0.26rem 0 0;
}

.article .article-head h1 {
  font-size: 0.5rem;
  color: #000000;
  line-height: 0.62rem;
}

.article .article-head .source-date {
  line-height: 0.36rem;
  padding-top: 0.3rem;
}

.article .article-head .source-date > div {
  font-size: 0.28rem;
  color: #999999;
}

/* .article .article-head .source-date span{ color:#2764FF} */
.article .article-body {
  font-size: 0.32rem;
  color: #222222;
  line-height: 0.49rem;
  padding: 0.4rem 0;
}

.article .article-body p {
  padding: 0.1rem 0;
}

.article .author-number {
  padding-bottom: 0.24rem;
  border-bottom: solid 1px #f6f6f6;
  overflow: hidden;
}

.article .author-number .author {
  float: left;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.5rem;
}

.article .author-number .number {
  float: right;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.5rem;
  padding-left: 0.62rem;
  position: relative;
}

.article .author-number .number:before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;

  background-size: 3rem 3rem;
  background-position: -2.5rem 0;
  top: 0;
  left: 0;
}


.article .article-UpDown {
  padding: 0.24rem 0;
}

.article .article-UpDown li {
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.4rem;
  padding: 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .share {
  height: 1rem;
}


.article .collection {
  float: right;
  width: 1.3rem;
  height: 0.58rem;
  border: solid 1px #0092fe;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.3rem;
  color: #2764ff;
  font-weight: 600;
  margin-top: 0.3rem;
}

.article .collection.active {
  color: #999999;
  border: none;
}

.article-recom .list-option {
  overflow: hidden;
}

.article-recom .list-option li {
  float: left;
}

.article-recom .list-option .ar-more {
  float: right;
  font-weight: normal;
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.5rem;
}

/*  404  */
.nothingness {
  text-align: center;
}

.nothingness p {
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.6rem;
}

.nothingness a {
  display: block;
  background: #1271ff;
  width: 4rem;
  height: 0.76rem;
  border-radius: 0.76rem;
  text-align: center;
  line-height: 0.76rem;
  font-size: 0.36rem;
  color: #fff;
  margin: 0.46rem auto 0;
  background-image: linear-gradient(to right, #60a0ff, #1271ff);
}
