/*底部*/
.footer {
  height: 360px;
  color: #b3b3b3;
  background: #222423;
  /*左侧文字*/
  /*二维码*/
}
.footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.footer-info {
  padding-top: 80px;
  width: 1020px;
}
.footer-info-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-info-nav-li {
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 8px;
}
.footer-info-nav-li:hover {
  color: #fff;
}
.footer-info-nav-li:first-child {
  padding-left: 0;
}
.footer-info-nav-li:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-info-nav-li:last-child:after {
  display: none;
}
.footer-info-nav-li:after {
  display: block;
  content: "";
  margin-left: 14px;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-info-text {
  padding-top: 100px;
}
.footer-qr-code {
  margin-top: 120px;
}
.footer-qr-code-img {
  display: block;
  width: 160px;
  height: 160px;
}
.footer-qr-code-p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
.footer-qr-code-p:after,
.footer-qr-code-p:before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #e2e2e4;
}
.footer-qr-code-p:before {
  margin-right: 10px;
}
.footer-qr-code-p:after {
  margin-left: 10px;
}
/*详情页下面2018-10-25增加的一行话*/
.page-foot {
  padding-left: 20px;
  height: 36px;
  line-height: 36px;
  background: rgba(75, 150, 224, 0.15);
}
.page-foot-name {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}
.page-foot-number {
  margin-right: 30px;
  font-size: 14px;
}
.page-foot-text {
  font-size: 14px;
}
