.dm-footer-links {
  display: flex;
  justify-content: center;
}
.dm-footer-link {
  height: 34rpx;
  line-height: 34rpx;
  color: #50749a;
  color: var(--common_link_color, #50749a);
  font-size: 24rpx;
}
.dm-footer-link::after {
  content: '｜';
  padding: 0 12rpx;
  height: 34rpx;
  color: rgba(17, 31, 44, 0.24);
  color: var(--common_level4_base_color, rgba(17, 31, 44, 0.24));
}
.dm-footer-link:last-child::after {
  display: none;
}
.dm-footer-copyright {
  margin-top: 6rpx;
  height: 68rpx;
  line-height: 68rpx;
  color: rgba(17, 31, 44, 0.24);
  color: var(--common_level4_base_color, rgba(17, 31, 44, 0.24));
  font-size: 28rpx;
  text-align: center;
}
