.bottom-guide-box {
  padding: 48px 0;
  background-size: cover;
}
.bottom-guide-box .content {
  display: flex;
  justify-content: center;
}
.bottom-guide-box .content .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 224px;
  cursor: pointer;
}
.bottom-guide-box .content .list img {
  width: 64px;
  height: 64px;
}
.bottom-guide-box .content .list span {
  margin-top: 18px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.bottom-guide-box .content .list:last-child {
  margin-right: 0;
}
