@charset "UTF-8";
/*单行footer样式*/
.page-footer-line {
  background: #f5f5f5;
  margin-top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}

.page-footer-line .content {
  display: flex;
  flex-direction: row;
  width: 1200px;
  padding: 24px 0;
  font-size: 12px;
  font-weight: 400;
  color: #afb2b5;
  justify-content: center;
}

.page-footer-line .content .copyright,
.page-footer-line .content .copyright a {
  height: 16px;
  width: 312px;
  line-height: 20px;
  display: inline-block;
  color: #afb2b5;
}

.page-footer-line .content .copyright-line {
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
  margin: 0 20px;
}

.page-footer-line .content .record,
.page-footer-line .content .record a {
  min-width: 194px;
  display: inline-block;
  line-height: 20px;
  color: #afb2b5;
}

.page-footer-line .content .record-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  background-image: url("/wp/common/images/footer/record.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 8px;
}
