.foot {
  width: 100%;
  background-color: #282828;
  color: #fff;
  padding: 2rem 2.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.foot > div {
  width: 100%;
}
.foot > div h4 {
  font-size: 1.28rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.foot > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.foot > div > div a {
  display: block;
  width: 11.2rem;
  height: 2.8rem;
  border: 1px solid #fff;
  background-color: #282828;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
}
.foot > div .icp {
  margin-top: 1.2rem;
  text-align: center;
  display: block;
  font-size: 0.8rem;
}
.foot > div .icp p {
  margin-bottom: 0.4rem;
}
.zhaoshang {
  position: fixed;
  right: 2%;
  top: 80%;
  text-align: center;
}
.zhaoshang .zhoashang_tu {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
.zhaoshang .zhoashang_tu img {
  width: 100%;
}
.zhaoshang h6 {
  color: #457ffd;
  font-size: 0.56rem;
  margin-top: 0.32rem;
}
