

.banner {
  margin-top: 60px;
  height: 350px;
  background-image: url(https://www.gkztc.cn/wp-content/themes/gkztc/images/rank/rank-bg.png);
  background-size: 100% 350px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-title {
  padding-top: 60px;
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 80px;
  letter-spacing: 4px;
  text-align: center;
}

.banner-desc {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.container {
  background-color: #f5f7fb;
}

.container-main {
  width: 100%;
  background-color: #fff;
  padding: 0 40px 56px 40px;
}

.filters {
  display: flex;
}

.filter {
  height: 32px;
  padding: 0 14px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid #EBEFF7;
  text-align: center;
  line-height:32px;
  margin-right: 16px;
  margin-bottom: 20px;
  min-width: 74px;
  cursor: pointer;
}

.filter a {
  color: inherit;
  text-decoration: none;
}


.filter-active {
  background: #E1EEFF;
  font-weight: 500;
  color: #2382FF;
}

.breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  color: #B1B4BB;
  padding: 32px 0;
  /* border-bottom:  1px solid #E4E7ED; */
}

.filters-title {
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  margin-right: 30px;
  margin-top: 7px;
}

.filters-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tips {
  background: #FEF9F2;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  line-height: 24px;
}

.tips-title {
  font-weight: bold;
}

/* 文章 */
.article-title {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121212;
}

.article-content {
  padding: 28px 0 86px 0;
  line-height: 30px;

}
/* pc端 */
@media screen and (min-width: 480px) {
  .banner {
    display: block;
  }
  .banner-mobile {
    display: none;
  }

}

/* 手机端 */
@media screen and (max-width: 480px) {
  .banner {
    display: none;
  }
  
  .banner-mobile {
    margin-top: 0;
    height: 2.07rem;
    background-size: 100% 2.07rem;
    background-image: url(https://www.gkztc.cn/wp-content/themes/gkztc/images/rank/rank-bg.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .banner-title {
    padding-top: .18rem;
    font-size: .32rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: .4rem;
    letter-spacing: .02rem;
    text-align: center;
  }

  .banner-desc {
    font-size: .12rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 0 .10rem;
    padding-top: .11rem;
  }

  .container-main {
    padding: 0;
  }


  .filters {
    width: 3.75rem;
    display: flex;
    overflow: scroll;
    border-bottom: 1px solid #F5F5F5 ;
    padding: 0;
  }
  
  .filter {
    height: auto;
    padding: .2rem .1rem .1rem .1rem;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    border: none;
    line-height: 1;
    flex-shrink: 0; 
  }
  
  .filter-active {
    font-weight: 500;
    color: #333333;
    background: none;
    position: relative;
  }

  .filter-active::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: .24rem;
    height: .03rem;
    border-radius: .02rem;
    background: linear-gradient(270deg, #17A5FD 0%, #2382FF 100%);
    bottom: 0;
  }

  .breadcrumbs {
    display: none;
  }
  
  .tips {
    display: none;
  }

  .article {
    padding: .18rem .16rem .24rem .16rem;
  }
  .article-title {
    font-size: .2rem;
  }
  .article-content {
    font-size: .16rem;
    padding: 0;
    padding-top: .16rem;
  }

  .article-content img {
    max-width: 100%;
  }
}