#app {
  min-height: 100vh;
  background: linear-gradient(0deg, #f5f5f5 60%, #e6faf5), #000000;
}
.language {
  width: 20px;
  height: 20px;
}
.van-nav-bar {
  background-color: #e6faf5;
}
.card {
  width: 336px;
  padding: 18px;
  margin: 8px auto 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}
.card .tpis-price {
  margin-top: 10px;
  font-size: 21px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  text-align: left;
  color: #26b594;
}
.card .card-item .label {
  margin-top: 14.5px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.card .card-item .price {
  margin-top: 5.5px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
}
.card .tips-box .tips-text {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.card .tips-box .tpis-ask {
  width: 15px;
  height: 15px;
  margin-left: 7px;
}

.cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 336px;
  padding: 20px 15px;
  margin: 10.5px auto 0 auto;
  background-color: #fff;
  border-radius: 6px;
}
.cell .cell-left {
  display: flex;
  align-items: center;
}
.cell .cell-left .cell-icon {
  margin-right: 10.5px;
}
a {
  text-decoration: none;
  color: inherit;
}

.datetimer-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 336px;
  padding: 12px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
}
.datetimer-picker-left .date-icon {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.datetimer-picker-left .date-text {
  margin-left: 12px;
}

.confirm-btn {
  width: 330px;
  height: 40px;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 40px;
  background: #26b594;
  border-radius: 20px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ffffff;
}

.popup-title {
  padding: 15px 0 0 14.5px;
  font-size: 15px;
  height: 40px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
}
.model-list {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 15.5px auto 0 auto;
}
.model-list .model-list-item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.model-list .active {
  color: #26b594;
  background: #e8fcf8;
}

.time-range {
  display: flex;
  align-items: center;
  margin: 15px  auto 0 auto;
  width: 330px;
}
.time-range .line {
  margin: 0 10px;
  width: 8px;
  height: 1px;
  background: #333333;
}
.time-range .time {
  /* width: 151px; */
  width: calc((100% - 8px) / 2);
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: #f5f5f5;
  border-radius: 2px;
}
