.pc-wrap .common-footer {
  width: 100%;
  height: 180px;
  background: #333333; }
  .pc-wrap .common-footer .content {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pc-wrap .common-footer .content .copyright {
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      line-height: 1; }
    .pc-wrap .common-footer .content .footer-btn {
      width: 180px;
      height: 47px;
      background: #366cb3;
      border-radius: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      color: #ffffff;
      cursor: pointer; }
      .pc-wrap .common-footer .content .footer-btn img {
        width: 22px;
        height: auto;
        margin-right: 10px; }

.m-wrap .footer-top {
  width: 100%;
  height: 2.667rem;
  background: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.627rem; }
  .m-wrap .footer-top p {
    font-size: 0.293rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.133rem; }
  .m-wrap .footer-top .links {
    margin-top: 0.2rem;
    margin-bottom: 0.667rem; }
    .m-wrap .footer-top .links a {
      font-size: 0.293rem;
      font-weight: 400;
      color: #ffffff;
      line-height: 1; }
.m-wrap .footer-bottom {
  width: 100%;
  height: 2rem;
  background: #1b78b6;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .m-wrap .footer-bottom .line {
    width: 1px;
    height: 100%;
    background: #218cd3;
    position: absolute;
    left: 33%;
    margin-left: -0.5px;
    top: 0; }
.m-wrap .footer-bottom .line2 {
  width: 1px;
  height: 100%;
  background: #218cd3;
  position: absolute;
  left: 66%;
  margin-left: -0.5px;
  top: 0; }
  .m-wrap .footer-bottom .btn-box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .m-wrap .footer-bottom .btn-box .img-box {
      width: .6rem;
      height: .6rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .m-wrap .footer-bottom .btn-box .img-box img {
        max-width: 100%;
        height: auto; }
    .m-wrap .footer-bottom .btn-box p {
      font-size: .293rem;
      font-weight: 400;
      color: #f2f2f2;
      line-height: .293rem;
      margin-top: .267rem; }
