.map {
  width: 100%;
  height: 500px;
}
.contact {
  margin-top: -120px;
  padding-bottom: 100px;
  background: #fff;
}
.contact .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contact .list ul li {
  width: 370px;
  height: 200px;
  margin-bottom: 50px;
  background: #fcfcfc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1000;
}
.contact .list ul li .icon {
  display: flex;
  justify-content: center;
  margin-top: -38px;
}
.contact .list ul li .text {
  text-align: center;
  line-height: 24px;
  margin-top: 40px;
  padding: 0 20px;
  font-size: 18px;
  color: #999;
}
