.title {
  font-size: .32rem;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}

.top-img {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

.top-img img:nth-child(1) {
  margin-right: 0.5rem;
}

.top-img img {
  width: 3rem;
  height: auto;
}

.top-img1 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  padding-bottom: .3rem;
}

.top-img1 img:nth-child(1) {
  margin-right: 0.5rem;
}

.top-img1 img {
  width: 3rem;
  height: auto;
}
.img-text-box {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.img-text-box{
  display: flex;
  /* flex-direction: column; */
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.img-text-box a{
  display: inline-block;
  text-align: center;
}
.img-text-box a span{
  display: inline-block;
  width: 3rem;
}
.img-text-box a img{
  width: 3rem;
  height: auto;
  margin:0 auto;
}
.img-text-box a:nth-child(1) {
  /* margin-right: 0.5rem; */
}

.img-text-box img {
  width: 3rem;
  height: auto;
  margin:0 auto;
}

.img-text-box span {
  margin-top: 10px;
  font-size: 0.28rem;
  text-align: center;
  display: inline-block;
}

