/* 导航信号 */
.some-name {
  height: 90px;
  line-height: 90px;
  color: #b7b7b7;
  font-size: 18px;
  border-bottom: 1px solid #d6d5d5;
}
.some-name span {
  color: #008bd1;
}
.paper-right img {
  width: 30px;
  height: 24px;
}
.some-name .po {
  position: relative;
}
.qCode {
  width: 164px;
  height: 164px;
  background: #7a95db;
  position: absolute;
  right: 0;
  top: 70px;
  display: none;
}
.paper-right img:hover {
  display: block;
}
/* 中心内容 */
.inner {
  width: 1075px;
  margin: 30px auto;
}
.inner-head {
  font-size: 28px;
  color: #008bd1;
  text-align: center;
  padding: 40px 0;
}
.inner-desc {
  color: #b4b4b4;
  padding-bottom: 30px;
  /* margin-left: 320px; */
}
.inner p {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  /* color: #666666; */
  line-height: 32px;
  /* margin-top: 40px; */
}
.inner img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 20px 0;
}
.next-page {
  margin-top: 20px;
}
.next-page p {
  margin-bottom: 20px;
}
.next-page .dreamer-prevnext a:hover {
  color: #008bd1;
}
