.bottom-fixed {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bottom-fixed .left {
  width: 40%;
  color: #888;
  font-size: 16px;
}

.bottom-fixed .left .layui-icon {
  font-size: 18px;
}

.bottom-fixed .right {
  width: 60%;
  background-color: #3a56f7;
  color: #fff;
  font-size: 18px;
}

body {
  background-color: #f6f6f6;
}

body.common-padding {
  padding-top: 50px;
}

.doc-detail .header-info {
  background-color: #fff;
  padding: 14px;
  margin-bottom: 10px;
}

.doc-detail .header-info .doc-title {
  line-height: 1.3;
  font-size: 16px;
}

.doc-detail .header-info .doc-title img {
  width: 22px;
  height: 22px;
}

.doc-info {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

.doc-info .item {
  width: 50%;
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
}

.doc-info .item .label {
  display: inline-block;
  color: #666;
}

.doc-info .item.full {
  width: 100%;
}

.download-infos {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 12px;
  padding: 50px;
  text-align: center;
  font-size: 20px;
}

.download-infos .preview-info {
  color: #f00;
  display: none;
}

.download-infos .preview-info span.last {
  color: #4c1818;
  display: block;
}

.download-infos .preview-info span.last i {
  font-weight: bold;
  font-style: normal;
  color: #3a56f7;
}

.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;
}

.download-infos .btns .item:hover {
  background-color: rgb(220, 7, 7);
}

.download-infos .view-more {
  font-size: 20px;
  color: #615f5f;
}

.download-infos .view-more i {
  font-style: normal;
  color: #f00;

}

.download-infos .view-more .continue {
  color: #3a56f7;
  cursor: pointer;
}

.download-infos .view-more .continue img {
  width: 9px;
}

.download-infos .view-more .continue:hover {
  color: #0c29ce;
}

.tips {
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #502121;
}

.tips .text {
  width: 100%;
  min-height: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.tips .text .more {
  cursor: pointer;
  font-size: 14px;
  color: #f00;
  padding-left: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  line-height: 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 25%);
}

.tips .text.expand {
  height: auto;
}

.tips .text.expand .more {
  display: none;
}

/* 加载动画 */
.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;
}


.doc-view-pic-item {
  width: 100%;
  margin-bottom: 6px;
}

.doc-view-pic-item .pic {
  width: 100%;
  height: auto;
}

.page-info {
  font-size: 14px;
  color: rgb(161, 3, 3);
  text-align: center;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}