.showlist[data-v-2da85baa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  padding: 20px 10px;
  margin-top: 20px;
  background-color: #fff;
}
.showlist .show-item[data-v-2da85baa] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  padding: 0 10px;
}
.showlist .show-item[data-v-2da85baa]:not(:last-child) {
  border-right: 1px solid #eee;
}
.showlist .show-item .title[data-v-2da85baa] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.showlist .show-item .content[data-v-2da85baa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.showlist .show-item .content .count[data-v-2da85baa] {
  font-size: 16px;
  color: #666;
}
.showlist .show-item .content .rate[data-v-2da85baa] {
  font-size: 13px;
}

