/*
.footer {
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
  background-color: #252a43;
  display: flex;
}
.footer .left {
  width: 3.1rem;
  height: 2.6rem;
  box-sizing: border-box;
  margin-left: .5rem;
  margin-top: 1.4rem;
  background-image: url('../image/footer/logo.png');
  background-repeat: no-repeat;
  background-size: 2.24rem .34rem;
  background-position: 50% 50%;
  border-right: 1px solid #444b6f;
}
.footer .center {
  width: 9.5rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.04rem;
  padding-left: .5rem;
}
.footer .center ul:first-child {
  width: 100%;
  height: .36rem;
  line-height: .36rem;
  display: flex;
}
.footer .center ul:first-child li {
  height: .36rem;
  line-height: .36rem;
  font-size: .18rem;
}
.footer .center ul:first-child li a {
  height: .36rem;
  line-height: .36rem;
  color: #fff;
  font-size: .18rem;
  padding-left: .1rem;
  padding-right: .1rem;
}
.footer .center ul:first-child li a:hover {
  text-decoration: underline;
}
.footer .center ul:first-child li span {
  color: #505982;
}
.footer .center ul:first-child li:first-child a {
  padding-left: 0;
}
.footer .center ul:last-child {
  height: 2.6rem;
  display: flex;
}
.footer .center ul:last-child li {
  width: 3rem;
  height: 2.6rem;
  box-sizing: border-box;
  padding-top: .7rem;
}
.footer .center ul:last-child li img {
  display: block;
  width: .51rem;
  height: .46rem;
  margin-bottom: .2rem;
}
.footer .center ul:last-child li p {
  height: .24rem;
  line-height: .24rem;
  color: #fff;
  font-size: .18rem;
}
.footer .center ul:last-child li a {
  display: block;
  height: .3rem;
  line-height: .3rem;
  font-weight: bold;
  color: #fff;
  font-size: .28rem;
}
.footer .right {
  width: 4.2rem;
  height: 2.6em;
  margin-top: 1.4rem;
  box-sizing: border-box;
  padding-top: .56rem;
  padding-right: .55rem;
  border-right: 1px solid #444b6f;
  display: flex;
}
.footer .right div {
  width: 1.65rem;
  height: 1.9rem;
  box-sizing: border-box;
  padding-left: .15rem;
  padding-right: .15rem;
  padding-bottom: .15rem;
  margin-right: .25rem;
  background-color: #444b6f;
}
.footer .right div p {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  font-size: .18rem;
  color: #fff;
}
.footer .right div img {
  display: block;
  width: 1.35rem;
}
.copyright {
  width: 100%;
  height: .66rem;
  line-height: .66rem;
  font-size: .18rem;
  color: #fff;
  text-align: center;
}
*/
@media screen and (max-width: 750px) {
  .footer {
    display: block;
    height: 3.2rem;
  }
  /*
  .footer .left {
    width: 100%;
    height: 1.4rem;
    margin-left: 0;
    margin-top: 0;
    background-image: url('../image/footer/logo.png');
    background-position: .38rem .53rem;
    border-right: 0;
  }
  .footer .center {
    width: 100%;
    height: 1.2rem;
    padding-top: 0;
    padding-left: .4rem;
  }
  .footer .center ul:first-child {
    display: none;
  }
  .footer .center ul:last-child {
    width: 100%;
    height: 1.2rem;
  }
  .footer .center ul:last-child li {
    width: 2.4rem;
    height: 1.2rem;
    box-sizing: border-box;
    padding-top: 0;
  }
  .footer .center ul:last-child li img {
    display: block;
    width: .51rem;
    height: .46rem;
    margin-bottom: .2rem;
  }
  .footer .right {
    display: none;
  }
  .copyright {
    height: .58rem;
    line-height: .58rem;
  }
  */
}
