.foot {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.15rem 0;
}

.foot .foot_top {
  width: 60%;
  display: flex;
  justify-content: space-around;
}

.foot .foot_top .foot_top_item {
  display: flex;
  align-items: center;
}

.foot .foot_top .foot_top_item img {
  margin-right: 0.1rem;
  width: 0.35rem;
}

.foot .foot_guide {
  width: 70%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.foot .foot_guide .foot_guide_item {
  line-height: 0.35rem;
}

.foot .foot_guide .foot_guide_item span {
  color: #999999;
  font-size: 0.14rem;
}

.foot .foot_bottom {
  width: 45%;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.foot .foot_bottom span {
  font-size: 0.14rem;
  color: #666666;
}
