page .swiper-item {
  position: static;
  display: block;
  height: 150px;
  margin: 10px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  font-size: 20px;
}

page .margin-t {
  margin-top: 24px;
}

page .demo-swiper {
  height: 150px;
}

page .list-wrap {
  padding: 20rpx;
}

page .list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #eee;
  align-items: center;
  padding: 10rpx;
}

page .list-item .input {
  width: 80rpx;
}

page .bc_blue {
  background-color: #49a9ee;
}

page .bc_red {
  background-color: #f04134;
}

page .bc_yellow {
  background-color: #ffbf00;
}

page .bc_green {
  background-color: #00a854;
}