footer {
  background-color: #708B6D;
}
footer .footer-con {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-con {
    flex-direction: column-reverse;
  }
}
footer .footer-con .copyright {
  font-size: 1rem;
  line-height: 1.3125;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .footer-con .copyright {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer-con .qiuck-link ul {
  display: flex;
  align-items: center;
}
footer .footer-con .qiuck-link ul li {
  border-right: 1px solid #fff;
  padding: 0 28px;
}
@media screen and (max-width: 768px) {
  footer .footer-con .qiuck-link ul li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-con .qiuck-link ul li {
    padding: 0 14px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-con .qiuck-link ul li {
    padding: 0 14px;
  }
}
@media screen and (max-width: 340px) {
  footer .footer-con .qiuck-link ul li {
    padding: 0 10px;
  }
}
footer .footer-con .qiuck-link ul li:last-child {
  padding-right: 0;
  border-right: none;
}
footer .footer-con .qiuck-link ul li a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3125;
  text-decoration: underline;
}
@media screen and (max-width: 340px) {
  footer .footer-con .qiuck-link ul li a {
    font-size: 0.875rem;
  }
}
