.function .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #000000;
  margin: 0.64rem 0 0.44rem;
}
.function ul {
  display: flex;
}
.function ul li {
  width: 3.87rem;
  height: 4.81rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 0.24rem;
  border: 0.01rem solid #E8E8E8;
  padding: 0.36rem;
  margin-right: 0.19rem;
  transition: all 0.3s linear;
  cursor: pointer;
}
.function ul li div {
  display: flex;
  justify-content: center;
}
.function ul li div > img {
  height: 0.73rem;
}
.function ul li p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.41rem;
}
.function ul li:hover {
  z-index: 2;
  -webkit-box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -0.02rem, 0);
  transform: translate3d(0, -0.02rem, 0);
}
.function ul li:nth-child(3n+0) {
  margin-right: 0;
}
.function .two li {
  width: 5.9rem;
  height: 5.2rem;
}
.function .two li p {
  margin-top: 0.16rem;
}
.function .two li:nth-child(2n+0) {
  margin-right: 0;
}
