.payment {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f5f5f5;
}

.section-label {
  padding: 14px 16px 10px;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  background: #f5f5f5;
}

.fee-list {
  background: #fff;
}

.fee-item {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  background: #fff;
  position: relative;
}

.fee-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
}

.fee-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4ca2ff;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative;
}

.fee-check::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}

.fee-name {
  flex: 1;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}

.fee-price {
  font-size: 15px;
  color: #888;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.remark-wrap {
  padding: 0 0 0;
  background: #f5f5f5;
}

.remark-box {
  background: #fff;
  min-height: 110px;
  padding: 12px 16px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.remark-box textarea {
  width: 100%;
  min-height: 86px;
  resize: none;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  background: transparent;
}

.pay-action {
  padding: 30px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
}

.btn-pay {
  width: 100%;
  height: 46px;
  background: #0a7bf5;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-pay:active {
  opacity: 0.88;
}

.pay-tip {
  margin-top: 18px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.5;
  padding: 0 2px;
}

.pay-total {
  margin-top: 14px;
  font-size: 15px;
  color: #333;
  text-align: center;
}

.pay-total .amount {
  color: #d9923a;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0 1px;
}

.pay-record {
  margin-top: 32px;
  margin-bottom: 28px;
  font-size: 15px;
  color: #4a9ad4;
  text-align: center;
}
