
.ccnb-input[data-v-37d14570] {
  width: 200px;
}
.list-item[data-v-37d14570] {
  box-sizing: border-box;
  display: flex;
  padding: 10px 0;
  height: 40px;
  align-items: center;
}
.list-item img[data-v-37d14570] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}


.container[data-v-20b5ee74] {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 30px);
  padding: 40px;
  background-color: #FFF;
}
.title[data-v-20b5ee74] {
  font-size: 28px;
  margin-bottom: 30px;
}
.shop-list-wrap[data-v-20b5ee74] {
  display: flex;
}
.list-item[data-v-20b5ee74] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.avatar[data-v-20b5ee74] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plus-icon[data-v-20b5ee74] {
  font-size: 100px;
  color: #409EFF;
}
.button-item[data-v-20b5ee74] {
  margin-top: 30px;
  text-align: center;
}
.new-shop-list[data-v-20b5ee74] {
  margin-top: 40px;
}

