.index-size-normal {
  width: 1300px;
  margin: 12px auto;
  border-radius: 10px;
}

.more {
  color: #ff0000;
  font-size: 14px;
  text-align: right;
}

.more a:hover {
  text-decoration: underline;
}

.index-banner {
  width: 100%;
  height: 450px;
  min-width: 1300px;
  box-shadow: 0 0 6px 2px #ccc;
  margin-top: 3px;
}

.index-banner .swiper-slide {
  width: 100%;
  height: 450px;
}

.index-banner .swiper-slide a {
  display: block;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  width: 100%;
}

/* 用户信息 */
.page-header-box .right .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-header-box .right .user:hover span {
  text-decoration: underline;
  color: #0098ff;
}

.page-header-box .right .user span {
  max-width: 5em;
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  line-height: 16px;
  color: #666;
}

.page-header-box .right .login-btn.logout {
  font-size: 16px;
}

.page-header-box .right .line.s1 {
  height: 16px;
  margin: 0 10px;
}

/* 内容区域 顶部3卡片 */
.top-cards {
  font-size: 0;
}

.top-cards .item {
  width: 440px;
  height: 206px;
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 40px 9px 40px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.top-cards .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #5068f2;
  border-bottom: 1px solid #f2f5f9;
  padding-bottom: 2px;
}

.top-cards .item .title img {
  vertical-align: bottom;
  margin-right: 10px;
}

.top-cards .item .content {
  margin-top: 14px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}

.top-cards .item .content a {
  margin-right: 20px;
  font-size: 16px;
  line-height: 1em;
}

.top-cards .item .more {
  line-height: 30px;
}

.top-cards .item .badge {
  position: absolute;
  top: 11px;
  right: -31px;
  width: 114px;
  line-height: 34px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  font-size: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
}

.top-cards .item.card2 .badge {
  background-color: #0098ff;
  font-weight: bold;
  font-size: 18px;
}

.top-cards .item.card2 {
  margin: 0 14px;
}

.top-cards .login-card {
  width: 392px;
  height: 206px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 32px 0px 32px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}

.top-cards .login-card .infos img {
  margin-right: 16px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.top-cards .login-card .infos .info {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: left;
}

.top-cards .login-card .infos .info p {
  max-width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  padding-left: 12px;
}

.top-cards .login-card .infos .info a.signature {
  font-size: 14px;
  line-height: 24px;
  width: auto;
  padding: 0 10px;
}

.top-cards .login-card .infos .info a {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #5068f2;
  color: #fff;
  text-align: center;
}

.top-cards .login-card .infos .info a:hover {
  background-color: #223fe3;
}

.top-cards .login-card .links {
  margin-top: 28px;
}

.top-cards .login-card .links a img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.top-cards .login-card .links a {
  margin-right: 16px;
}

.top-cards .login-card .links a:last-of-type {
  margin-right: 0;
}

/* 通知公告 */
.notices {
  padding: 28px 60px;
  padding-right: 80px;
  font-size: 18px;
  color: #2b2b38;
  background-color: #fff;
}

.notices .head {
  color: #f00;
}

.notices .content a {
  display: inline-block;
  vertical-align: middle;
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  color: #2b2b2b;
}

.notices .content span.line {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 1px;
  background-color: #999;
  margin: 0 auto;
}

.notices .more {
  position: relative;
  top: 4px;
}

/* 下载榜单 */
.download-rank .content {
  height: 528px;
}

.download-rank .content .left {
  width: 322px;
  height: 504px;
  border: 1px solid #f4f4f4;
  padding: 0 20px;
}

.download-rank .content .left a {
  display: block;
  width: 250px;
  color: #4c1818;
  line-height: 50px;
  position: relative;
}

.download-rank .content .left .text {
  display: inline-block;
  width: 222px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.2em;
  vertical-align: middle;
}

.download-rank .content .left .text:hover {
  color: #4c1818;
  text-decoration: underline;
}

.download-rank .content .left a .yc {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  width: 38px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #5068f2;
  transform: translate(100%, -50%) scale(0.8);
}

.download-rank .content .left .num {
  display: inline-block;
  width: 20px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  background-color: #f5dd7c;
  color: #fff;
  vertical-align: middle;
}

.download-rank .content .left .first .num {
  background-color: #5068f2;
}

.download-rank .content .left .second .num {
  background-color: #ff5555;
}

.download-rank .content .left .third .num {
  background-color: #cc9933
}

.download-rank .right {
  width: 786px;
}

.download-rank .right .file-cover-view {
  margin-right: 14px;
  margin-bottom: 20px;
}

.download-rank .right .file-cover-view:nth-of-type(5n) {
  margin-right: 0;
}

/* 广告位 */
.index-ad a {
  display: block;
  width: 1300px;
}

.index-ad a img {
  width: 100%;
  max-height: 152px;
  border-radius: 10px;
}

/* 热门资源 */
.hot-document {
  background-color: #fff;
}

.hot-document .content {
  height: 528px;
}

.hot-document .file-cover-view {
  margin-right: 18px;
  margin-bottom: 20px;
}

.hot-document .file-cover-view:nth-of-type(7n) {
  margin-right: 0;
}

/* 专题列表 推荐列表 标签列表 */
/* 专题列表 */
.list-block .item {
  width: 424px;
  height: 680px;
  position: relative;
  padding: 28px 24px 32px 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #ddd;
  overflow: hidden;
}

.list-block .topic {
  position: relative;
  padding: 28px 26px 32px 80px;

}

.list-block .topic ul {
  margin-top: 40px;
  color: #4c1818;
  font-size: 16px;
  line-height: 28px;
  min-height: 520px;
}

.list-block .topic li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f5f9;
}

.list-block .topic li .title {
  line-height: 32px;
  font-weight: bold;
  font-size: 18px;
}

.list-block .topic li .content {
  height: 56px;
}

.list-block .topic li .title:hover,
.list-block .topic li .content:hover {
  text-decoration: underline;
}

.list-block .topic li .infos {
  font-size: 12px;
}

.list-block .topic li .infos span {
  vertical-align: middle;
}

.list-block .topic li .infos .line {
  margin: 0 20px;
}

.list-block .topic li .star {
  line-height: 30px;
}

/* 推荐列表 */
.list-block .rec-rank {
  margin: 0 14px;
}

.list-block .rec-rank ul {
  min-height: 520px;
  margin-top: 40px;
}

.list-block .rec-rank ul li {
  line-height: 32px;
  margin-bottom: 10px;
}

.list-block .rec-rank ul li span {
  vertical-align: middle;
}

.list-block .rec-rank ul li .file-icon {
  width: 18px;
  height: 18px;
  margin-top: -8px;
}

.list-block .rec-rank ul li .text {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #4c1818;
  border-bottom: 1px solid #f2f5f9;
  padding-bottom: 7px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-block .rec-rank ul li:hover .text {
  color: #223fe3;
  border-color: #223fe3;
}

.list-block .rec-rank ul li .yc {
  display: inline-block;
  font-size: 12px;
  width: 30px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  background-color: #5068f2;
  color: #fff;
  margin-left: 10px;
}

.list-block .rec-rank ul li .yc i {
  display: block;
  font-style: normal;
  transform: scale(0.8);
}

/* 标签列表 */
.list-block .rec-tags {
  margin: 0;
}

.list-block .rec-tags ul li .text {
  width: 270px;
}

.list-block .rec-tags ul li strong {
  color: #4c1818;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

/* 最新上传 */
.upload-new-rank .file-cover-view {
  margin-right: 18px;
  margin-bottom: 20px;
}

.upload-new-rank .file-cover-view:nth-of-type(7n) {
  margin-right: 0;
}

/*达人榜单 动态 提现  */
.trends .item {
  width: 424px;
  height: 684px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #ddd;
  overflow: hidden;
}

.trends .item.upload {
  margin: 0 14px;
}

.trends .item .title {
  background-color: #5068f2;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 80px;
  height: 124px;
}

.trends .item .title .badge {
  display: inline-block;
  vertical-align: middle;
  color: #5068f2;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  font-size: 24px;
  margin-right: 10px;
}

.trends .item.upload .title {
  background-color: #d39f00;
}

.trends .item.upload .title .badge {
  color: #d39f00;
}

.trends .item.cash .title .badge {
  color: #f00;
}

.trends .item.cash .title {
  background-color: #f00;
}

.author-rank ul {
  padding-top: 24px;
  padding-left: 76px;
}

.author-rank ul li {
  position: relative;
  height: 66px;
  padding-left: 50px;
  margin-bottom: 20px;
}

.author-rank ul li .rank-num {
  /* width: 40px;
  height: 46px; */
  position: absolute;
  top: 8px;
  left: 0;
}

.author-rank ul li .avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.author-rank ul li:hover .infos {
  color: #5068f2;
}

.author-rank ul li .infos {
  display: inline-block;
  padding-left: 10px;
  padding-top: 10px;
  line-height: 1.8;
  vertical-align: top;
  font-size: 12px;
}

.upload .index-new-upload-slide {
  margin-top: 30px;
  width: 310px;
  height: 498px;
  margin-left: 50px;
  margin-right: 64px;
  border-top: 2px solid #f2f5f9 !important;
}

.upload ul {
  width: 100%;

}

.upload ul li {
  width: 100%;
  color: #4c1818;
  line-height: 48px;
  font-size: 16px;
}

.upload ul li a {
  /* font-weight: bold; */
  font-size: 14px;
}

.upload ul li a:hover {
  text-decoration: underline;
}

.cash .index-trend-cash-slide {
  margin-top: 30px;
  width: 310px;
  height: 498px;
  margin-left: 50px;
  margin-right: 64px;
  border-top: 2px solid #f2f5f9 !important;
}

.cash ul {
  width: 100%;
}

.cash ul li {
  width: 100%;
  color: #f00;
  line-height: 48px;
  font-size: 16px;
}

.hot-ppt-files {
  box-shadow: 0 0 6px 0 #ddd;
}

.hot-ppt-files .file-cover-view {
  width: 178px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.hot-ppt-files .file-cover-view .cover {
  width: 178px;
  height: 128px;
}

/* 写稿大人 定制写作 */
.xgdr {
  width: 1300px;
  margin: 0 auto;

  margin-bottom: 12px;
}

.xgdr .left,
.xgdr .right {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #ddd;
  height: 448px;
}

.xgdr .right .bg-box {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 808px;
  height: 340px;
}

.xgdr .left {
  padding: 22px 17px;
  width: 445px;
}

.xgdr .left .item-box {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  line-height: 190px;
  text-align: center;
  background-color: #fdbd7e;
  margin-bottom: 20px;
}

.xgdr .left .item-box:hover .item {
  border-color: #899aff;
}

.xgdr .left .item-box.b:hover .item {
  border-color: #fdbd7e;
}

.xgdr .left .item-box.b {
  background-color: #899aff;
}

.xgdr .left .item {
  width: 308px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  border: 3px solid #fff;
}

.xgdr .right {
  width: 844px;
  padding: 18px;
  padding-right: 0;
}

.xgdr .right .b-title {
  padding-left: 24px;
  margin-bottom: 30px;
  color: #f00;
  font-size: 22px;
}

.xgdr .right .b-title img {
  margin-right: 10px;
  margin-top: -2px;
}

.xgdr .right li {
  width: 262px;
  height: 164px;
  border-radius: 6px;
  background-color: #f6f2f2;
  padding: 34px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.xgdr .right li .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.xgdr .right li .infos {
  display: inline-block;
  width: 162px;
  margin-left: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
  vertical-align: top;
}

.xgdr .right li .infos p {
  margin-bottom: 10px;
}

.xgdr .right li .infos p span {
  color: #f00;
  font-weight: bold;
}

/* 网站特性说明 */
.site-feature {
  width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 66px 40px 70px;
  margin-bottom: 12px;
  box-shadow: 0 0 6px 0 #ddd;
}