.serve {
  background: #F7F8FB;
  padding-bottom: 1.19rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serve .item {
  margin-top: 0.8rem;
}
.serve .item .title {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
}
.serve .item .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 0.06rem;
  background: #0F57E2;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.serve .item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-top: 0.6rem;
}
.serve .item .list .it {
  width: 2.25rem;
  height: 1.33rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.serve .item .list .it:hover img {
  filter: brightness(1);
}
.serve .item .list .it img {
  width: 0.54rem;
  height: 0.54rem;
  margin-bottom: 0.14rem;
  filter: brightness(0);
}
.serve .item .list .it p {
  font-weight: normal;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}


@media only screen and (max-width: 1024px) {
.serve .item .list{
  width: 98%;
  margin: 0.6rem auto 0;
}
.serve .item .list .it{
  flex: 0 0 32.4%;
}
.bread .main{
  width: 98%;
  margin: auto;
}
.serve .item .list .it p{
  font-size: 12px;
}
}