@charset "utf-8";

* {
  box-sizing: border-box;
}

html,
body {
  background-color: #fff !important;
}

.gather-bottom {
  opacity: 0;
  height: 1px;
  width: 100%;
  clear: both;
}

#AD-background {
  display: none !important;
}

.d-btn {
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #d00000;
}
.d-btn:hover {
  color: #fff;
}
.d-btn.week {
  color: #333;
  background-color: #fff;
}

/************************** d 侧边导航 start **************************/
/* 右侧悬浮导航 s */
.d-sidebar {
  position: fixed;
  right: 10px;
  top: 50%;
  font-size: 0;
  z-index: 99;
  transform: translateY(-50%);
}
.d-sidebar > ul > li {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
}
.d-sidebar > ul > li:last-of-type {
  display: none;
}
.d-sidebar > ul > li [class*="icon-"] {
  width: 100%;
  height: 100%;
}
.d-sidebar > ul > li:hover {
  background-color: #d00000;
}
.d-sidebar > ul > li:nth-child(1) [class*="icon-"] {
  background: url(../images/icon-sidebar-app.png) no-repeat center;
}
.d-sidebar > ul > li:nth-child(1):hover [class*="icon-"] {
  background: url(../images/icon-sidebar-app-hover.png) no-repeat center;
}
.d-sidebar > ul > li:nth-child(2) [class*="icon-"] {
  background: url(../images/icon-sidebar-wechat.png) no-repeat center;
}
.d-sidebar > ul > li:nth-child(2):hover [class*="icon-"] {
  background: url(../images/icon-sidebar-wechat-hover.png) no-repeat
    center;
}
.d-sidebar > ul > li:nth-child(3) [class*="icon-"] {
  background: url(../images/icon-sidebar-gotop.png) no-repeat center;
}
.d-sidebar > ul > li:nth-child(3):hover [class*="icon-"] {
  background: url(../images/icon-sidebar-gotop-hover.png) no-repeat
    center;
}
.d-sidebar__bubble {
  font-size: 0;
  position: absolute;
  width: 250px;
  right: 60px;
  top: 0;
  padding: 15px;
  display: none;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.d-sidebar__bubble .item {
  flex: 1;
  width: 100px;
  margin-right: 15px;
}
.d-sidebar__bubble .item-text {
  color: #333;
  font-size: 14px;
  margin-bottom: 8px;
}
.d-sidebar__bubble .item img {
  width: 100px;
  height: 100px;
}
.d-sidebar__bubble .item:last-of-type {
  margin-right: 0;
}
.d-sidebar__bubble .desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.d-sidebar__bubble .qrcode + .desc {
  margin-bottom: 0;
  margin-top: 8px;
}
.d-sidebar__bubble::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-right: 6px solid transparent;
}
.d-sidebar__bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}
.d-sidebar > ul > li:hover .d-sidebar__bubble {
  display: flex;
}
.d-sidebar > ul > li:nth-child(2) .d-sidebar__bubble {
  align-items: flex-start;
}
.d-sidebar > ul > li:nth-child(2) .d-sidebar__bubble .item-text {
  width: 100%;
}
.d-sidebar__bubble .item p.text {
  font-size: 13px;
  color: #333; 
}
.d-sidebar__bubble .item a {
  font-size: 12px;
  color: #333;
}
.d-sidebar__bubble .item a + p.text {
  margin-top: 12px;
}
.d-sidebar__bubble .item a[href]:hover {
  color: #cc0000;
}
.d-sidebar > ul > li:nth-child(3) .d-sidebar__bubble {
  width: 86px;
  padding: 8px;
  text-align: center;
}
.d-sidebar > ul > li:nth-child(3) .d-sidebar__bubble .item-text {
  margin-bottom: 0;
}
/************************** d 侧边导航 end **************************/

/************************** d 目录列表 start **************************/
.d-catalog__inner {
  padding: 30px 20px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

/* 左侧导航列表 s */
.d-catalog__left {
  width: 140px;
  text-align: left;
  background-color: #F7F7F7;
}
.d-catalog__left-side {
  position: sticky;
  top: 75px;
  z-index: 99;
}
.d-catalog__left-column {
  font-size: 0;
  text-align: left;
}
.d-catalog__left-column li {
  margin-bottom: 20px;
  position: relative;
}
.d-catalog__left-column li:last-child a:hover {
  color: #cc0000;
}
.d-catalog__left-column li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.d-catalog__left-column li:nth-child(-n + 3) {
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  margin-bottom: 0;
  background-color: #f8f8f8;
}
.d-catalog__left-column li:nth-child(3) {
  margin-bottom: 30px;
  position: relative;
}
.d-catalog__left-column li:nth-child(3)::after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -15px;
  background-color: #e3e3e3;
}
.d-catalog__left-column li:nth-child(-n + 3).is-active {
  background-color: #d00000;
}
.d-catalog__left-column li:nth-child(-n + 3).is-active a {
  color: #fff;
}
.d-catalog__left-column li.is-active a {
  color: #d00000;
}
.d-catalog__left-column li a {
  font-size: 14px;
  color: #333;
}
.d-catalog__left-column > li {
  padding-left: 20px;
}
.d-catalog__left-column li:nth-child(n+4) a:hover {
  color: #cc0000;
} 
.d-catalog__left-column li a span,
.d-catalog__left-column li a::before {
  display: inline-block;
  vertical-align: middle;
}
.d-catalog__left-column li:nth-child(-n + 3) a::before {
  content: "";
  position: relative;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.d-catalog__left-column li:nth-child(1) a::before {
  background-image: url("../images/menu-home.png");
}
.d-catalog__left-column li:nth-child(2) a::before {
  background-image: url("../images/menu-all.png");
}
.d-catalog__left-column li:nth-child(3) a::before {
  background-image: url("../images/menu-hot.png");
}
.d-catalog__left-column li:nth-child(1).is-active a::before {
  background-image: url("../images/menu-home-selected.png");
}
.d-catalog__left-column li:nth-child(2).is-active a::before {
  background-image: url("../images/menu-all-selected.png");
}
.d-catalog__left-column li:nth-child(3).is-active a::before {
  background-image: url("../images/menu-hot-selected.png");
}
.d-catalog__left-column li:hover .d-catalog__left-more {
  display: block;
}
.d-rank__left-side {
  /* display: none; */
  overflow: hidden;
}
.d-rank__left-side > li {
  margin-bottom: 20px;
  padding-left: 20px;
}
.d-rank__left-side > li > a {
  color: #333333;
}
.d-rank__left-side > li.is-active > a {
  color: #cc0000;
}
.d-rank__left-side > li > a span,
.d-rank__left-side > li > a::before {
  display: inline-block;
  vertical-align: middle;
}
.d-rank__left-side > li > a span {
  font-size: 14px;
}
.d-rank__left-side > li > a::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.d-rank__left-side > li:nth-child(1) > a::before {
  background: url("../images/icon-rank01.png") no-repeat center;
}
.d-rank__left-side > li:nth-child(2) > a::before {
  background: url("../images/icon-rank02.png") no-repeat center;
}
.d-rank__left-side > li:nth-child(3) > a::before {
  background: url("../images/icon-rank03.png") no-repeat center;
}
.d-rank__left-side > li:nth-child(4) > a::before {
  background: url("../images/icon-rank04.png") no-repeat center;
}

.d-catalog__left-more {
  display: none;
  z-index: 20;
  position: absolute;
  width: 300px;
  left: 120px;
  margin-top: -80%;
  padding: 16px 16px 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(123, 123, 123, 0.16);
}
.d-catalog__left-more dl {
  font-size: 0;
  text-align: left;
}
.d-catalog__left-more dl dd {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
}
.d-catalog__left-more dl dd.is-active a {
  color: #cc0000;
}
/* 左侧导航列表 e */

/* 中间内容 s */
.d-catalog__main {
  flex: 1;
  min-width: 0;
  padding: 0 30px;
}

.d-catalog__main-swiper {
  height: 250px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.d-catalog__main-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #333;
}
.d-catalog__main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 4px;
  background-color: #d00000;
}

.d-catalog__main-swiper .swiper-slide a {
  display: block;
}
.d-catalog__main-swiper .swiper-slide a img {
  display: block;
  height: 250px;
  width: 700px;
}
.d-catalog__main-swiper .swiper-button-prev,
.d-catalog__main-swiper .swiper-button-next {
  color: #fff;
  display: none;
}
.d-catalog__main-swiper:hover .swiper-button-prev,
.d-catalog__main-swiper:hover .swiper-button-next {
  display: flex;
}
.d-catalog__main-swiper .swiper-button-prev:hover,
.d-catalog__main-swiper .swiper-button-next:hover {
  color: #cc0000;
}
.d-catalog__main-swiper .swiper-button-prev:after,
.d-catalog__main-swiper .swiper-button-next:after {
  font-size: 18px;
}

.d-catalog__main-tabs {
  font-size: 0;
  padding: 0 10px;
}
.d-catalog__main-tabs > li {
  display: inline-block;
  margin-right: 60px;
  padding-bottom: 10px;
  border-bottom: solid 2px transparent;
}
.d-catalog__main-tabs > li > a {
  font-size: 16px;
  color: #333333;
}
.d-catalog__main-tabs > li.is-active {
  border-color: #cc0000;
}
.d-catalog__main-tabs > li.is-active > a {
  color: #d00000;
  font-weight: 400;
}
.d-catalog__main-tabs.is-column > li {
  border-bottom: none;
  padding-bottom: 0;
}

.d-catalog__main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #f3f3f3;
}
.d-catalog__main-item:hover {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 0px 6px 0px rgba(152, 152, 152, 0.16);
}
.d-catalog__main-item__left {
  min-width: 0;
  flex: 1;
}
.d-catalog__main-item__right {
  width: 140px;
  height: 90px;
  margin-left: 20px;
}
.d-catalog__main-item__right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.d-catalog__main-item__title {
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.d-catalog__main-item__title a:hover {
  color: #cc0000;
}
.d-catalog__main-item__title .original {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
  position: relative;
  top: -1.5px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background-color: #ff7575;
}
.d-catalog__main-item__desc {
  line-height: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  color: #666666;
}
.d-catalog__main-item__info {
  font-size: 0;
}
.d-catalog__main-item__info li {
  display: inline-block;
  font-size: 0;
  margin-right: 30px;
  line-height: 24px;
}
.d-catalog__main-item__info li::before,
.d-catalog__main-item__info li span {
  display: inline-block;
  vertical-align: middle;
}
.d-catalog__main-item__info li::before {
  content: "";
  width: 24px;
  height: 24px;
}
.d-catalog__main-item__info li:nth-child(1) span{
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.d-catalog__main-item__info li:nth-child(3):before {
  background-image: url("../images/icon-views.png");
}
.d-catalog__main-item__info li:nth-child(4):before {
  background-image: url("../images/icon-message.png");
}
.d-catalog__main-item__info li:nth-child(5):before {
  background-image: url("../images/icon-likes.png");
}
.d-catalog__main-item__info li:nth-child(-n + 2):before {
  display: none;
}
.d-catalog__main-item__info li:last-of-type {
  margin-right: 0;
}
.d-catalog__main-item__info li .column-text,
.d-catalog__main-item__info li a,
.d-catalog__main-item__info li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.d-catalog__main-item__info li .column-text {
  border-radius: 4px;
  padding: 0 3px;
  line-height: 16px;
  height: 16px;
  margin-right: 6px;
}
.d-catalog__main-item__info li span {
  color: #999999;
}
.d-catalog__main-item__info li .column-text.is-column {
  color: #199de9;
  background-color: #e3f5ff;
}
.d-catalog__main-item__info li .column-text.is-business {
  color: #ff8112;
  background-color: #fee8c5;
}
.d-catalog__main-title {
  padding-top: 3px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.d-catalog__main-content--no-data {
  text-align: center;
  font-size: 12px;
  color: #999999;
  margin-bottom: 30px;
}
.d-catalog__main-content--no-data img {
  margin: 30px auto 20px;
  width: 320px;
  height: 190px;
}

.d-catalog__loading {
  display: none;
  text-align: center;
  margin-top: 30px;
}
.d-catalog__loading::before,
.d-catalog__loading span {
  display: inline-block;
  vertical-align: middle;
}
.d-catalog__loading::before {
  content: "";
  width: 20px;
  height: 21px;
  margin-right: 5px;
  -webkit-animation: animal 2s infinite linear;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-image: url("../images/icon-loading.png");
}
@-webkit-keyframes animal {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.d-catalog__loading--done {
  display: none;
  padding: 15px 0 10px;
  text-align: center;
  color: #666;
  font-size: 12px;
}

/* 中间内容 e */

/* 右侧内容区 s */
.d-catalog__right {
  width: 300px;
}
.d-catalog__right-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.d-catalog__right-top__bubble {
  display: none;
  z-index: 29;
  cursor: initial;
  position: absolute;
  top: 58px;
  left: 0;
  text-align: left;
  width: 300px;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.d-catalog__right-top__bubble::before {
  content: '';
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -12px;
}
.d-catalog__right-top__bubble ul li {
  font-size: 13px;
  color: #666;
  line-height: 24px;
}
.d-catalog__right-top__bubble ul li span {
  font-size: 0;
  width: 4px;
  height: 4px;
  position: relative;
  top: 5px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  background-color: #666;
}
.d-catalog__right-top__bubble ul li.title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding-bottom: 0;
}
.d-catalog__right-top__bubble-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../images/icon-close.png") no-repeat center;
}
.d-catalog__right-top .d-btn {
  border: solid 1px transparent;
  font-size: 14px;
  display: none;
}
.d-catalog__right-top .d-btn:hover {
  background-color: #bc1e1e;
  color: #fff;
}
.d-catalog__right-top .d-btn[href="/d/article/write"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.d-catalog__right-top .d-btn.week {
  border-color: #cc0000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.d-catalog__right-top .d-btn.week {
  background-color: transparent;
  color: #cc0000;
}

.d-catalog__right-hero {
  margin-bottom: 30px;
}
.d-catalog__right-hero li {
  margin-bottom: 10px;
}
.d-catalog__right-hero li:last-child {
  margin-bottom: 0;
}
.d-catalog__right-hero li a {
  font-size: 0;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.d-catalog__right-hero li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-catalog__column-card {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
.d-catalog__column-card:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.d-catalog__column-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.d-catalog__column-card__head h4 {
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  color: #333;
  font-weight: 700;
  padding-left: 10px;
  border-left: solid 3px #cc0000;
}
.d-catalog__column-card__head .col-right > a {
  font-size: 12px;
  color: #cc0000;
}
.d-catalog__column-card__head .col-right > a span {
  color: #cc0000;
  padding-left: 3px;
}
.d-catalog__column-card__head .col-right > #vipLink {
  color: #999999;
}
.d-catalog__column-card__head .col-right > a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1.5px;
  background: url("../images/arrow-double-right.png") no-repeat center;
}
.d-catalog__column-card__head .date-tabs {
  font-size: 0;
}
.d-catalog__column-card__head .date-tabs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 12px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  width: 38px;
  text-align: center;
  color: #999999;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.d-catalog__column-card__head .date-tabs li:last-of-type {
  margin-right: 0;
}
.d-catalog__column-card__head .date-tabs li.is-active {
  color: #ffffff;
  background-color: #CC0000;
}
.d-catalog__column-card__content {
  font-size: 0;
}
#enragesColumnCard .d-catalog__column-card__content {
  display: none;
}
#enragesColumnCard .d-catalog__column-card__content.is-active {
  display: block;
}
#enragesColumnCard .d-catalog__column-card__content .no-data {
  font-size: 12px;
  color: #666;
  text-align: center;
}
.d-catalog__column-card__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.d-catalog__column-card__item:last-child {
  margin-bottom: 0;
}
.d-catalog__column-card__item .avatar {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin-right: 10px;
  position: relative;
}
.d-catalog__column-card__item .avatar a:hover::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 50%;
}
.d-catalog__column-card__item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.d-catalog__column-card__item .content {
  flex: 1;
  min-width: 0;
}
.d-catalog__column-card__item .title-text {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
  height: 20px;
  line-height: 20px;
  margin-bottom: 3px;
}
.d-catalog__column-card:nth-child(3) .d-catalog__column-card__item:nth-child(1) .title-text {
  color: #fe586c;
}
.d-catalog__column-card:nth-child(3) .d-catalog__column-card__item:nth-child(2) .title-text {
  color: #ff6702;
}
.d-catalog__column-card:nth-child(3) .d-catalog__column-card__item:nth-child(3) .title-text {
  color: #faaf20;
}
.d-catalog__column-card__item .title-text:hover {
  color: #cc0000 !important;
}
.d-catalog__column-card__item .info span {
  color: #999999;
  font-size: 12px;
}
.d-catalog__column-card__item .info span + span {
  margin-left: 10px;
}
.d-catalog__column-card__item .follow-btn {
  margin-left: 10px;
  text-align: right;
  color: #cc0000;
  cursor: pointer;
  font-size: 14px;
}
.d-catalog__column-card__item .follow-btn.is-active {
  color: #999999;
}
.d-catalog__column-card__more {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}
.d-catalog__column-card__more > a {
  color: #999999;
  font-size: 14px;
}
.d-catalog__column-card__more > a:hover {
  color: #cc0000;
}
.d-catalog__column-card__more > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  background: url(../images/icon-arrow.png) no-repeat center;
}
.d-catalog__column-card__more > a:hover::after {
  background: url(../images/icon-arrow-hover.png) no-repeat center;
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item {
  align-items: center;
}
.d-catalog__column-card__content.is-data
  .d-catalog__column-card__item
  .avatar
  a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-size: 26.66px 30.66px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/file-default.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.doc a,
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.docx a {
  background-image: url(../images/file-doc.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.equb a {
  background-image: url(../images/file-equb.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.exe a {
  background-image: url(../images/file-exe.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.folder a {
  background-image: url(../images/file-folder.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.pdf a {
  background-image: url(../images/file-pdf.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.ppt a,
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.pptx a {
  background-image: url(../images/file-ppt.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.svg a {
  background-image: url(../images/file-svg.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.wps a {
  background-image: url(../images/file-wps.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.xls a,
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.xlsx a {
  background-image: url(../images/file-xls.png);
}
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.rar a,
.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar.zip a {
  background-image: url(../images/file-zip.png);
  background-size: 26.66px 24px;
}

.d-catalog__column-card__content.is-data .d-catalog__column-card__item .avatar a:hover::after {
  display: none;
}
.d-catalog__column-card__tag-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
.d-catalog__column-card__tag-item > a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  padding: 0 12px;
  color: #333333;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  text-align: center;
}
.d-catalog__column-card__tag-item > a:hover {
  color: #cc0000;
  background-color: #ffebeb;
  border-color: #ffebeb;
}

.d-catalog__column-card__item .avatar.is-qy::before,
.d-catalog__column-card__item .avatar.is-qy-vip::before {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  z-index: 3;
  bottom: -2px;
  right: -2px;
  background-size: 100%;
}
.d-catalog__column-card__item .avatar.is-qy::before {
  background-image: url(../images/icon-qy.png);
}
.d-catalog__column-card__item .avatar.is-qy-vip::before {
  background-image: url(../images/icon-qy-vip.png);
}

#hotTag {
  position: sticky;
  top: 75px;
}
/* 右侧内容区 e */

/************************** d 目录列表 end **************************/

/************************** 专栏 start **************************/
.d-catalog__column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.d-catalog__column-head .col-right .d-btn {
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  display: none;
}
.d-catalog__column-head .d-catalog__main-tabs {
  margin-bottom: 0;
  padding-left: 0;
}
.d-catalog__column-body {
  font-size: 0;
}
.d-catalog__column-body > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.d-catalog__column-body > .row > .col {
  padding: 0 10px 20px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#recommendedColumn {
  height: 308px;
}
#listsMain[data-current="follow"] #recommendedColumn > .col {
  width: 33.33%;
}
.d-catalog__column-recommended {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.d-catalog__column-recommended .text-title {
  font-size: 16px;
  color: #333;
}
.d-catalog__column-recommended .more {
  font-size: 14px;
  color: #999999;
}
.d-catalog__column-recommended .more::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  background: url(../images/icon-arrow.png) no-repeat center;
}
.d-catalog__column-recommended--refresh {
  width: 88px;
  height: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #999999;
  background-color: #f7f7f7;
}
.d-catalog__column-recommended--refresh::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 2.5px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/icon-refresh.svg) no-repeat center;
}
.d-catalog__column-recommended--refresh:hover {
  border-color: #cc0000;
  color: #cc0000;
  background-color: #ffd6d6;
}
.d-catalog__column-recommended--refresh:hover::before {
  background: url(../fonts/icon-refresh-hover.svg) no-repeat center;
}
.d-catalog__person-card {
  font-size: 0;
  padding: 20px 20px 30px;
  min-height: 288px;
  text-align: center;
  background-color: #f7f7f7;
}
.d-catalog__person-card:hover {
  box-shadow: 0px 0px 6px 0px rgba(152, 152, 152, 0.5);
}
.d-catalog__person-card .avatar {
  display: block;
  height: 104px;
}
.d-catalog__person-card .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.d-catalog__person-card .avatar p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
}
.d-catalog__person-card .avatar p:hover {
  color: #cc0000;
}
.d-catalog__person-card .desc {
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.d-catalog__person-card .info {
  margin: 0 -7px 20px -7px;
}
.d-catalog__person-card .info span {
  font-size: 12px;
  color: #999;
}
.d-catalog__person-card .info span + span {
  margin-left: 10px;
}
.d-catalog__person-card .d-btn {
  cursor: pointer;
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 auto;
  color: #cc0000;
  background-color: #fff;
  border: solid 1px #cc0000;
  border-radius: 4px;
}
.d-catalog__person-card .d-btn:hover {
  background-color: #ffd6d6;
}
.d-catalog__person-card .d-btn.week,
.d-catalog__person-card .d-btn.is-active {
  background-color: #f7f7f7;
  border: 1px solid #999999;
  color: #999999;
}
.d-catalog__person-card .d-btn.week:hover,
.d-catalog__person-card .d-btn.is-active:hover  {
  background-color: #ececec;
}
/************************** 专栏 end **************************/

/************************** 热门榜单 start **************************/
.d-rank__main {
  flex: 1;
  margin-left: 30px;
  min-width: 0;
}
.d-rank__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 0;
}
.d-rank__header h4 {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  flex: 1;
}
.d-rank__header .col-right {
  min-width: 0;
}
.d-rank__header .col-right > * {
  display: inline-block;
  vertical-align: middle;
}
.d-rank__header .rank-tips-btn {
  color: #666666;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.d-rank__header .rank-tips-btn:hover {
  color: #cc0000;
}
.d-rank__header .d-btn {
  width: 125px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: none;
}
.d-rank__tabs {
  font-size: 0;
  margin-bottom: 30px;
}
.d-rank__tabs > li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 30px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  border-radius: 25px;
  font-size: 14px;
  color: #cc0000;
  background-color: #ffe6e6;
}
.d-rank__tabs > li.is-active {
  color: #fff;
  background-color: #cc0000;
}
.d-rank__content {
  display: none;
}
.d-rank__content.is-active {
  display: block;
}
.d-rank__item {
  display: flex;
  align-items: center;
  padding: 38px 10px;
  border-top: 1px solid #f3f3f3;
}
.d-rank__item:hover {
  box-shadow: 0px 0px 6px 0px rgba(152, 152, 152, 0.16);
}
.d-rank__item .text-number {
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 42px;
  font-weight: 700;
  color: #b4b4b4;
  text-align: center;
  margin-right: 20px;
}
.d-rank__item:nth-child(-n + 3) .text-number {
  background: url("../images/icon-rank-number.png") no-repeat center 70%;
}
.d-rank__item:nth-child(1) .text-number {
  color: #fe586c;
}
.d-rank__item:nth-child(2) .text-number {
  color: #ff6702;
}
.d-rank__item:nth-child(3) .text-number {
  color: #faaf20;
}
.d-rank__item .text-info {
  font-size: 0;
  min-width: 0;
  flex: 1;
}
.d-rank__item .text-avatar,
.d-rank__item .text-middle {
  display: inline-block;
  vertical-align: middle;
}
.d-rank__item .text-avatar {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.d-rank__item .text-middle {
  max-width: calc(100% - 70px);
}
.d-rank__item .text-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.d-rank__item .text-title {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.d-rank__item .text-middle span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
}
.d-rank__item .text-title:hover {
  color: #cc0000;
}
.d-rank__item .text-hot::before,
.d-rank__item .text-hot span,
.d-rank__item .text-hot i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.d-rank__item .text-hot::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-hot.png") no-repeat center;
}
.d-rank__item .text-hot span {
  color: #ff6903;
  font-size: 16px;
}
.d-rank__item .text-hot i {
  color: #999999;
  font-size: 12px;
}
.d-rank__item .text-right {
  width: 100px;
  margin-left: 10px;
}
.d-rank__item .text-right .d-btn {
  width: 100px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #cc0000;
  border-radius: 4px;
  color: #cc0000;
  margin-top: 5px;
  background-color: #fff;
}
.d-rank__item .text-right .d-btn:hover {
  background: #ffd6d6;
}
.d-rank__item .text-right .d-btn.is-active {
  border-color: #999999;
  color: #999999;
}
.d-rank__item .text-right .d-btn.is-active:hover {
  background-color: #ececec;
}
.d-rank__dialog {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(123, 123, 123, 0.16);
}
.d-rank__dialog h4{
  text-align: left;
  color: #333333;
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
}
.d-rank__dialog .text-content {
  font-size: 14px;
  text-align: left;
  color: #333333;
  line-height: 26px;
  padding-top: 30px;
}
.d-rank__dialog--mask {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.d-rank__dialog--close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url("../images/icon-close.png");
}
/************************** 热门榜单 end **************************/
