.page-detail {
  width: 1300px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* 顶部固定菜单 */
.fixed-menu .content {
  text-align: left;
}

.fixed-menu .logo {
  margin-right: 30px;
}

.fixed-menu .title {
  width: 772px;
  line-height: 1.2;
  text-align: left;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.fixed-menu .title img {
  width: 20px;
}

.fixed-menu .download-btn {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
  float: right;
}

.common-header .fixed-menu .download-btn:hover {
  background-color: rgb(220, 7, 7);
}

/* 内容区 */
.page-detail .content {
  width: 984px;

}

.page-detail .doc-infos {
  width: 100%;
  /* height: 130px; */
  background-color: #fff;
  border-bottom: 2px solid #959595;
  padding: 22px;
  padding-bottom: 10px;
}

.page-detail .doc-infos .title .file-icon {
  width: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}

.page-detail .doc-infos .title .flag {
  width: 44px;
  line-height: 20px;
  background-color: #3a56f7;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  top: 4px;
  display: inline-block;
  right: 0;
}

.page-detail .doc-infos .title {
  line-height: 1.2;
  font-size: 20px;
  font-weight: normal;
  padding-left: 26px;
  padding-right: 50px;
  position: relative;
  margin-bottom: 10px;
}

.page-detail .doc-infos .attrs {
  padding-left: 26px;
  padding-right: 164px;
  position: relative;
}

.page-detail .doc-infos .attrs .item {
  color: #444343;
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  white-space: nowrap;
}

.page-detail .doc-infos .attrs .item::after {
  content: "|";
  margin-left: 14px;
  margin-right: 14px;

}

.page-detail .doc-infos .attrs .item:last-of-type {
  margin-right: 20px;
}

.page-detail .doc-infos .attrs .item:last-of-type::after {
  display: none;
}

.page-detail .doc-infos .attrs a.item::after {
  color: #f00;
  vertical-align: middle;
}

.page-detail .doc-infos .attrs a.item {
  color: #f00;
}

.page-detail .doc-infos .attrs a.item span {
  margin-left: 4px;
  vertical-align: middle;
}

.page-detail .doc-infos .attrs a.item:hover {
  text-decoration: underline;
}

/* 加载动画 */
.loading-animate {
  width: 100%;
  padding: 20px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  color: #888;
}

.loading-animate span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  background: #3a56f7;
  animation: load 1.04s ease infinite;
}

.loading-animate span:last-child {
  margin-right: 0px;
}

@keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loading-animate span:nth-child(1) {
  animation-delay: 0.13s;
}

.loading-animate span:nth-child(2) {
  animation-delay: 0.26s;
}

.loading-animate span:nth-child(3) {
  animation-delay: 0.39s;
}

.loading-animate span:nth-child(4) {
  animation-delay: 0.52s;
}

.loading-animate span:nth-child(5) {
  animation-delay: 0.65s;
}

.page-detail .doc-view-pic-item {
  width: 100%;
  margin-bottom: 10px;
}

.page-detail .doc-view-pic-item .pic {
  width: 100%;
  height: auto;
}

.page-detail .page-info {
  font-size: 20px;
  color: #f00;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.page-detail .doc-infos .attrs .download-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  /* width: 164px; */
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
}

.page-detail .doc-infos .attrs .download-btn:hover {
  background-color: rgb(220, 7, 7);
}

/* 广告 */
.page-detail .ad {
  width: 100%;
  margin: 0 auto;
  margin: 12px 0;
}

.page-detail .ad img {
  width: 100%;
}

.page-detail .content .download-infos {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 50px;
  text-align: center;
  font-size: 20px;
}

.page-detail .content .download-infos .preview-info {
  color: #f00;
  display: none;
}

.page-detail .content .download-infos .preview-info span.last {
  color: #4c1818;
}

.page-detail .content .download-infos .preview-info span.last i {
  font-weight: bold;
  font-style: normal;
  color: #3a56f7;
}

.page-detail .content .download-infos .btns .item {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.page-detail .content .download-infos .btns .item:hover {
  background-color: rgb(220, 7, 7);
}

.page-detail .content .download-infos .view-more {
  font-size: 20px;
  color: #615f5f;
}

.page-detail .content .download-infos .view-more i {
  font-style: normal;
  color: #f00;

}

.page-detail .content .download-infos .view-more .continue {
  color: #3a56f7;
  cursor: pointer;
}

.page-detail .content .download-infos .view-more .continue:hover {
  color: #0c29ce;
}

.page-detail .content .tips {
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #502121;
}

.page-detail .content .tips .text {
  width: 100%;
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.page-detail .content .tips .text .more {
  cursor: pointer;
  font-size: 14px;
  color: #f00;
  padding-left: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 25%);
}

.page-detail .content .tips .text.expand {
  height: auto;
}

.page-detail .content .tips .text.expand .more {
  display: none;
}

/* 文档信息栏 */


/* 侧边栏 */
.page-detail .side-bar {
  width: 306px;
}

.page-detail .side-bar .user-info {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 20px 30px;
}

.page-detail .side-bar .user-info .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #eee;
}

.page-detail .side-bar .user-info .r {
  display: inline-block;
  vertical-align: middle;
}

.page-detail .side-bar .user-info .r .name {
  font-size: 18px;
  font-weight: bold;
}

.page-detail .side-bar .user-info .r .tags {
  font-size: 12px;
  color: #4c4848;
  margin-top: 4px;
}

.page-detail .side-bar .user-info .r .tags img {
  margin-right: 4px;
  vertical-align: bottom;
}

.page-detail .side-bar .user-info .r .tags span:first-of-type {
  margin-right: 10px;
}

.page-detail .side-bar .user-info .counts {
  margin-top: 10px;
  font-size: 12px;
  color: #4c4848;
}

.common-similar-doc.new-upload .title {
  color: #3a56f7;
}

.common-similar-doc.cash .d-title {
  color: #f00;
  /* cursor: default; */
}

.common-similar-doc.cash .d-title:hover {
  text-decoration: underline;
}