.banner {
  margin-top: 60px;
  height: 350px;
  background-image: url(../png/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: 32px 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;
  flex: 1;
}

.tips {
  background: #FEF9F2;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  line-height: 24px;
}

.tips-title {
  font-weight: bold;
}

/* 文章 */

.article {
  padding: 24px 0;
  border-bottom: 1px solid #E4E7ED;
}
.article-title {
  font-size: 22px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.article-title:hover {
  transition: all 0.2s;
  color: #4c99ff;
}
.article-content {
  font-size: 16px;
  font-weight: 400;
  color: #B1B4BB;
  height: 40px;
  margin-bottom: 16px;
  overflow: hidden;
}

.article-content ::after {
  content:"...";
  font-weight:bold;
  position:absolute;
  bottom:0;
  right:0;
  font-size: 16px;
  padding:0 10px 3px 45px;
  /* background:url(../images/ellipsis_bg.png) repeat-y; */
}

.article-time {
  font-size: 16px;
  font-weight: 400;
  color: #B1B4BB;
}

/* pc端 */
@media screen and (min-width: 480px) {
  .banner {
    display: block;
  }
  .banner-mobile {
    display: none;
  }

  .tips {
    display: block;
  }

  .tips-mobile {
    display: none;
  }

  .filters {
    display: flex;
  }

  .filters-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(../png/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 {
    display: none;
    /* width: 3.75rem;
    overflow: scroll;
    border-bottom: 1px solid #F5F5F5 ;
    padding: 0; */
  }

  .filters-mobile {
    position: relative;
    display: flex;
    border-bottom: 1px solid #f5f5f5;
  }

  .filters-btn {
    width: 50%;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    font-weight: 500;
    color: #333333;
  }

  .filters-btn-active {
    color: #2382FF;
  }

  .filters-btn-icon {
    margin-left: .06rem;
    width: .16rem;
    height: .16rem;
  }

  .filters-btn-icon-active {
    display: none;
  }

  .container-article {
    position: relative;
    padding: .16rem .16rem .24rem .16rem;
  }

  .filters-mask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .6);
  }

  .filters-content {
    position: absolute;
    display: none;
    z-index: 2;
    top: .43rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    max-height: 3.35rem;
    background: #FFFFFF;
    border-radius: 0px 0px .15rem .15rem;
    padding: .2rem;
    overflow: scroll;
  }

  .filters-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.17rem
  }

  .filter {
    width: .72rem;
    height: .30rem;
    background: #F5F5F5;
    border-radius: .15rem;
    font-size: .12rem;
    font-weight: 400;
    color: #333333;
    margin-right: .16rem;
  }

  .filter-active {
    background: #EEF5FF;
    border-radius: .15rem;
    border: 1px solid #2382FF;
    color: #2382FF;
  }

  .filters-btn-check {
    width: 3.35rem;
    height: .36rem;
    background: #2382FF;
    border-radius: .18rem;
    font-size: .14rem;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    line-height: .36rem;
  }
  
  /* .filter {
    height: auto;
    padding: .2rem .1rem .1rem .1rem;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    border: none;
    line-height: 1;
    flex-shrink: 0; 
  } */
  
  

  .breadcrumbs {
    display: none;
  }
  
  .tips {
    display: none;
  }

  .tips-mobile {
    display: block;
    margin-top: .16rem;
    padding: .14rem .12rem;
    font-size: .12rem;
    background: #FEF9F2;
    line-height: .20rem;
  }

  .tips-title {
    font-size: .14rem;
    line-height: .20rem;
  }

  .article {
    padding: .16rem 0;
  }

  .article-title {
    font-size: .16rem;
    font-weight: 500;
    color: #333333;
  }

  .article-content {
    font-size: .12rem;
    font-weight: 400;
    color: #999999;
    line-height: .18rem;
    margin-bottom: .08rem;

    /* position:relative;
    height:48px; */
  }

  /* .article-content ::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    font-size: 16px;
    padding:0 10px 3px 45px;
    background:url(../images/ellipsis_bg.png) repeat-y;
  } */


  .article-content img {
    display: none;
  }

  .article-time {
    font-size: .12rem;
    font-weight: 500;
    color: #999999;
  }
}