﻿.public-site-footer {
  background-color: #fff; line-height: 0.6rem; color: #666; font-size: 0.16rem;
}
.public-site-footer .public-container{}
.public-site-footer .footer-links{display: flex; align-items: center;float: right;}
.public-site-footer .footer-links .link-box {
  margin: 0 0.3rem;
}
.public-site-footer .footer-links .line{width: 0.02rem; height: 0.16rem; background: #666;}
.public-site-footer .footer-links a {
  color: #666;
}
.public-site-footer .footer-links a:hover {
  color: #7F00FF;
}

.public-site-footer dl{float: right; height: 0.6rem;}
.public-site-footer dl dt {
  color: #424242; margin-left: 0.14rem;
}
.public-site-footer dl dt a img{
  display: block; width: 0.24rem; height: 0.24rem;
}

.public-site-footer .copyright {
  float: left;
}

@media (max-width: 830px) {
.public-site-footer{padding-top: 0.25rem;}
  .public-site-footer .public-container{    display: block;
    align-items: center;
    text-align: center;
    font-size: 0.34rem;}
  .public-site-footer .public-container .footer-links{justify-content: center; line-height: 1.5rem; float: none;}
.public-site-footer .public-container dl{justify-content: center; float: none; height: 1.5rem;}
.public-site-footer dl dt a img{width: 1rem; height: 1rem;}
.public-site-footer .copyright {
    line-height: 1.5rem; float: none;
}
}
