footer {
  background: #222222;
  color: #fff;
  padding-bottom: 3.3rem;
}
footer .top {
  padding: 0 1rem;
}
footer .top .top-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.26);
}
footer .top .top-item .label {
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Regular;
}
footer .top .top-item .label .icon {
  display: block;
  transition: all 0.2s ease-in-out;
}
footer .top .top-item .label.open .icon {
  transform: rotate(180deg);
}
footer .top .top-item > ul {
  border-top: 1px solid rgba(151, 151, 151, 0.26);
  display: none;
}
footer .top .top-item > ul > li {
  height: 2.7rem;
  line-height: 2.7rem;
}
footer .top .top-item > ul > li a {
  opacity: 0.6;
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
}
footer .top .top-more {
  padding-top: 1.3rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .top .top-more .tel {
  flex: 1;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
}
footer .top .top-more .tel .tel-icon {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .top .top-more .tel .tel-icon .icon {
  color: #fff;
  font-size: 1rem;
}
footer .top .top-more .tel .title {
  font-size: 0.85rem;
  padding-left: 2.9rem;
}
footer .top .top-more .tel .number {
  font-size: 1rem;
  padding-left: 2.9rem;
  margin-top: 0.3rem;
}
footer .top .top-more .code {
  width: 8rem;
  display: flex;
  justify-content: space-between;
}
footer .top .top-more .code .code-target {
  width: 3.3rem;
}
footer .top .top-more .code .code-target .img {
  width: 100%;
  height: 3.3rem;
  background: #ffffff;
  border-radius: 4px;
}
footer .top .top-more .code .code-target .img > img {
  width: 100%;
  height: 100%;
}
footer .top .top-more .code .code-target .text {
  width: 100%;
  font-size: 0.75rem;
  font-family: PingFangSC, PingFangSC-Medium;
  margin-top: 0.4rem;
  text-align: center;
}
footer .center {
  padding: 1.3rem 1rem 1.6rem 1rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.26);
}
footer .center .panel.link {
  display: flex;
}
footer .center .panel.link > label {
  width: 4.7rem;
  min-width: 4.7rem;
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #ffffff;
}
footer .center .panel.link > .link-group {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .center .panel.link > .link-group > .item {
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  opacity: 0.6;
  display: flex;
  justify-content: space-around;
  margin-right: 0.8rem;
  margin-bottom: 0.2rem;
}
footer .bottom {
  padding: 0 1rem;
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
}
footer .bottom img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.6rem;
}
footer .bottom span {
  color: #ffffff;
  opacity: 0.3;
  font-size: 0.7rem;
  font-family: PingFangSC, PingFangSC-Regular;
}
footer .bottom-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.83rem 0 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  display: flex !important;
}
footer .bottom-button .button {
  flex: 1;
  text-align: center;
}
footer .bottom-button .button .icon {
  color: #297bff;
  font-size: 1rem;
  margin-right: 0.4rem;
}
footer .bottom-button .button a {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: center;
  color: #297bff;
}
footer .bottom-button .to-top {
  text-align: center;
  width: 0;
  min-width: 0;
  height: 1.2em;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
footer .bottom-button .to-top span {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  text-align: center;
  color: #297bff;
}
footer .bottom-button .to-top.show {
  width: 9em;
  min-width: 9em;
}/*# sourceMappingURL=move.css.map */