.bottom {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}
.share-list{
  display: none !important;
}

/*  */

.com-news dd, .ad-news dd {
  display: none;
}

.wrap.fixedHead {
  padding-top: 100px;
}

.wrap.fixedHead .head {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  top: -100px;
  transition: 0.3s;
  transform: translateY(100px);
  border-bottom: 1px solid #e5e5e5;
}

.bottom {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}

.foot {
  margin-top: 0;
}

/* 相关文章 */

.cons-related-list li:nth-child(n+2) {
  display: none;
}

.cons-related-list:hover li {
  display: inline-block;
}

/* 排行榜和商务合作 */

.cons-top-list li:nth-child(n+4) {
  display: none;
}

.main.cf:last-of-type .cons-top {
  display: block;
}

@media(max-width:1020px) {
  .cons-related-list li:nth-child(2) {
    display: inline-block;
  }
  .cons-related-list li:nth-child(n+3) {
    display: none !important;
  }
  .cons-top {
    display: none;
  }
  .cons-top-list li:nth-child(n+4) {
    display: block;
  }
  .foot {
    padding-bottom: 80px;
  }
  .share-list-fixed {
    margin-left: 0;
    display: block;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding-top: 12px;
    border-top: 1px solid #959595;
    z-index: 999;
  }
  .share-list-fixed span,
  .share-list-fixed a {
    display: inline-block;
    margin: 0 8px;
  }
  .wrap.fixedHead .head {
    padding: 0;
  }
}

@media(max-width:600px) {
  .cons-related-list li:nth-child(n+2) {
    display: none !important;
  }
  .bottom {
    padding-top: 15px;
  }
}
