.top-div[data-v-16d9f5f0] {
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #eaecf3;
}
.top-div .top-div-item[data-v-16d9f5f0] {
  width: 24%;
  background: #fff;
  padding: 20px;
  display: flex;
}
.top-div .top-div-item img[data-v-16d9f5f0] {
  width: 30px;
  height: 30px;
}
.top-div .top-div-item .contarin[data-v-16d9f5f0] {
  flex: 1;
  margin-left: 10px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}

