@charset "utf-8";

/* 页脚 */
.page_footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid rgb(236, 236, 236);
  padding: 0.5em 0;
  background: #fff;

}

.copy {
  text-align: center;
}

.copy p {
  color: #999;
  font-size: 1em;
  line-height: 1.5em;
}

.copy p a img {
  height: 20px;
}

@media(max-width:767px) {
  .page_footer {
    height: 40px;
  }

  .copy p a img {
    height: 14px;
  }

  .copy p {
    font-size: 0.65em;
    line-height: 1.5em;
  }
}

/* ≥320px */
@media (min-width:320px) {
  .page_footer {
    padding: 0.3em 0;
  }
}

/* ≥920px */
@media (min-width:920px) {
  .page_footer {
    padding: 2em 0;
  }
}