.page {
  padding: 0;
  margin: 0;
}

.tab-box {
  position: absolute;
  top: 5vw;
  width: 60%;
  left: 20%;
  z-index: 999;
}

.tab-box .tab {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.tab-box .tab div {
  height: 100%;
}

.price-wrap .time-wrap {
  position: absolute;
  top: 43vw;
  width: 72%;
  left: 14%;
}

.price-wrap .time-wrap .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  height: 10vw;
  line-height: 10vw;
}

.price-list {
  position: absolute;
  top: 55vw;
  width: 72%;
  left: 14%;
}

.price-list .price-item {
  margin-top: 3vw;
  width: 100%;
  background: #FEFFFF;
  padding: 3vw 5vw;
  border-radius: 2vw;
  box-shadow: 0 .2vw 1vw #ddd;
}

.price-list .price-item .name {
  font-size: 6vw;
  font-weight: bold;
  color: #333;
}

.price-list .price-item .name span {
  margin-left: 2vw;
  font-size: 3.5vw;
  color: #999;
}

.price-list .price-item .price {
  font-size: 6vw;
  font-weight: bold;
  color: #E5111B;
}

.price-list .price-item .price span {
  font-size: 3.5vw;
  color: #999;
}

.next-time {
  position: absolute;
  top: 145vw;
  width: 70%;
  left: 15%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  height: 6vw;
  line-height: 6vw;
  border-radius: 3vw;
}
