.van-nav-bar {
  background-color: #f5f5f5;
}
.van-nav-bar .van-icon {
  color: #232323;
}
#app {
  min-height: 100vh;
  background-color: #f5f5f5;
}
.submitApplicationCard {
  width: 336px;
  padding: 12px 14.5px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  margin: 8px auto 0 auto;
}
.submitApplicationCard .title {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.submitApplicationCard .price-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-top: 10px;
}
.submitApplicationCard .price-box .price-text {
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  color: #26b594;
}
.submitApplicationCard .price-box .btn {
  width: 90px;
  height: 28px;
  line-height: 28px;
  background: #26b594;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ffffff;
}
.submitApplicationCard .price-box {
  border-bottom: 1px solid #ebebeb;
}
.total-revenue {
  padding-top: 15.5px;
}
.total-revenue-text {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  color: #222222;
}
.accountDetails {
  padding: 0 12px 0 12px;
  width: 336px;
  background: #ffffff;
  border-radius: 8px;
}

.accountDetails {
  width: 336px;
  margin: 8px auto 0 auto;
  padding: 16.5px 12px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
}
.accountDetails .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
}
.accountDetails .title-box .timer {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.accountDetails .title-box .timer {
  display: flex;
  align-items: center;
}
.accountDetails .title-box .timer .arrowBottom {
  margin-left: 5px;
}
.accountDetails .tabs .tabs-item {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  margin: 14.5px 0;
  text-align: center;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.accountDetails .tabs .active {
  color: #26b594;
  background: #e8fcf8;
}
.accountDetails .income-and-expenditure {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #f7f7f7;
  border-radius: 4px;
}
.accountDetails .income-and-expenditure .income-item .title {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.accountDetails .income-and-expenditure .income-item .value {
  margin-top: 8.5px;
  width: 50px;
  height: 11.5px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
}
.cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 13px 15px;
  border-bottom: 1px solid #ebebeb;
}
.cell .cell-left .title {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.cell .cell-left .time {
  margin-top: 6.5px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #999999;
}
.cell .cell-right {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}

.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;
  /* width: 68px; */
  padding: 0 10px;
  margin: 0 10px 0 0;
  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;
}

.infoPopup .title {
  padding: 16px 0 16px 15px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
}
.infoPopup .cell-box {
  padding: 15px 13px;
  border-bottom: 1px solid #f0f0f0;
}
.infoPopup .cell-box .cell-box-lable {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #808080;
}
.infoPopup .cell-box .cell-box-value {
  margin-top: 10px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}
.empty-box {
  text-align: center;
}
.empty-box .empty-icon {
  width: 150px;
  height: 144.5px;
}
.empty-box .empty-text {
  margin-top: 11px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #999999;
}

.empty-box .add-btn {
  width: 110px;
  height: 38px;
  margin: 33px auto 0 auto;
  line-height: 38px;
  background: #26b594;
  border-radius: 19px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
