.big-box .btn[data-v-f1ef265a] {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.header[data-v-f1ef265a] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.cell-box[data-v-f1ef265a] {
  width: 100%;
  height: 100vh;
  padding: 3.5rem 1rem 0 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f1f2f2;
  position: relative;
}
.cell-box .item[data-v-f1ef265a] {
  width: 100%;
  background-color: #fff;
  border-radius: 0.96rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 0.96rem 1.25rem;
  position: relative;
}
.cell-box .item .right-top[data-v-f1ef265a] {
  position: absolute;
  top: 0;
  right: 0;
}
.cell-box .item .name[data-v-f1ef265a] {
  color: #333;
}
.cell-box .item .address[data-v-f1ef265a] {
  margin-top: 4px;
  font-size: 12px;
  color: #999;
}
.cell-box .item .tag[data-v-f1ef265a] {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.cell-box .item .time[data-v-f1ef265a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 12px;
}
