* {
  box-sizing: border-box;
}

html,
body,
#app {
  min-height: 100%;
}

body {
  margin: 0;
  color: #111;
  background: #eee;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
}

.page {
  min-height: 100vh;
  padding-bottom: 75px;
  background: #eee;
}

.topbar {
  height: 118px;
  padding: 76px 16px 0;
  display: flex;
  align-items: flex-start;
  background: #19a3ea;
  color: #fff;
}

.back {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.title {
  margin-left: 14px;
  font-size: 20px;
  line-height: 31px;
}

.float-service {
  position: fixed;
  right: 16px;
  bottom: 105px;
  z-index: 20;
  width: 58px;
  height: 58px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #fff;
  color: #268ce8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  font-size: 29px;
}

.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  height: 75px;
  display: flex;
  background: #fff;
  border-top: 1px solid #ccc;
}

.nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
  font-size: 12px;
}

.nav-item.active {
  color: #0799c5;
}

.nav-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  position: relative;
}

.nav-home::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 22px;
  height: 17px;
  background: currentColor;
  border-radius: 2px;
}

.nav-home::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: currentColor;
  transform: rotate(45deg);
  border-radius: 3px;
}

.nav-order {
  border: 4px solid currentColor;
  border-radius: 4px;
}

.nav-order::before,
.nav-order::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
}

.nav-order::before {
  top: 7px;
}

.nav-order::after {
  top: 15px;
}

.nav-mine::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  width: 13px;
  height: 13px;
  background: currentColor;
  border-radius: 50%;
}

.nav-mine::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 16px;
  width: 23px;
  height: 12px;
  background: currentColor;
  border-radius: 12px 12px 3px 3px;
}

.home-page {
  background: #fff;
}

.home-content {
  padding: 238px 28px 0;
}

.deposit-card {
  position: relative;
  padding: 68px 37px 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 14px rgba(3, 145, 209, 0.42), 0 0 0 1px rgba(3, 145, 209, 0.08);
}

.roll {
  position: absolute;
  left: 55px;
  right: 55px;
  top: -17px;
  height: 56px;
  background: linear-gradient(#eefcff 0%, #9ce5ff 46%, #18a7f4 47%, #0798eb 100%);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 11px rgba(28, 164, 235, 0.45);
}

.roll::before,
.roll::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 15px;
  height: 41px;
  background: linear-gradient(90deg, #167cd7, #3db9ff);
  border-radius: 15px 15px 0 0;
}

.roll::before {
  left: -19px;
  transform: skewX(-7deg);
}

.roll::after {
  right: -19px;
  transform: skewX(7deg);
}

.form-row,
.remark-input {
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 4px;
  background: #eee;
}

.money-row {
  display: flex;
  align-items: center;
  padding: 0 13px;
}

.yuan {
  margin-right: 12px;
  color: #0d8cca;
  font-size: 17px;
}

.amount-input,
.remark-input {
  color: #333;
  font-size: 17px;
  outline: none;
}

.amount-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
}

.remark-input {
  margin-top: 14px;
  padding: 0 13px;
}

::placeholder {
  color: #cfcfcf;
}

.agreement {
  margin-top: 14px;
  display: flex;
  align-items: center;
  color: #0088cf;
  font-size: 16px;
}

.check {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.check.checked {
  border-color: #0e96dc;
  background: #0e96dc;
  box-shadow: inset 0 0 0 5px #fff;
}

.apply-btn {
  width: 229px;
  height: 41px;
  margin: 14px auto 0;
  display: block;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(180deg, #17b8ff 0%, #0091ec 72%, #4569dc 100%);
  box-shadow: inset 0 -4px 0 rgba(71, 88, 213, 0.55), 0 4px 8px rgba(0, 137, 221, 0.2);
  font-size: 16px;
}

.apply-btn:disabled {
  opacity: 0.7;
}

.support {
  margin-top: 26px;
  display: flex;
  align-items: center;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 400;
}

.support span {
  flex: 1;
  height: 1px;
  background: #cfcfcf;
}

.support b {
  padding: 0 12px;
  font-weight: 400;
}

.tabs {
  height: 48px;
  display: flex;
  background: #fff;
}

.tab {
  flex: 1;
  position: relative;
  font-size: 18px;
}

.tab.active {
  color: #0789df;
  font-weight: 600;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1290df;
}

.empty {
  padding-top: 59px;
  text-align: center;
  font-size: 17px;
}

.order-list {
  padding: 12px 14px 85px;
}

.order-card,
.mine-card {
  background: #fff;
  border-radius: 8px;
}

.order-card {
  margin-bottom: 11px;
  padding: 12px 14px;
}

.order-main,
.order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-main {
  margin-bottom: 10px;
}

.order-main strong {
  font-size: 17px;
}

.order-status {
  color: #0f9ac8;
  font-size: 14px;
}

.order-status.supervised {
  color: #21a567;
}

.order-row {
  height: 21px;
  color: #555;
  font-size: 14px;
}

.order-card time {
  display: block;
  margin-top: 8px;
  color: #999;
  font-size: 12px;
}

.mine-header {
  position: relative;
  height: 133px;
  background: #19a3ea;
}

.avatar {
  position: absolute;
  left: 50%;
  top: 32px;
  width: 84px;
  height: 84px;
  margin-left: -42px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.login-btn {
  position: absolute;
  left: 50%;
  top: 118px;
  width: 46px;
  height: 26px;
  margin-left: -23px;
  background: rgba(0, 126, 208, 0.22);
  color: #fff;
  font-size: 14px;
}

.mine-content {
  margin-top: -9px;
  padding: 0 16px;
}

.mine-card {
  margin-bottom: 16px;
  overflow: hidden;
}

.card-head {
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}

.card-head button {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.arrow {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-right: 3px solid #0d92b8;
  border-top: 3px solid #0d92b8;
  transform: rotate(45deg);
}

.order-actions {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.order-actions button {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
}

.order-actions b {
  margin-top: 7px;
  font-weight: 400;
}

.action-icon {
  width: 39px;
  height: 39px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
}

.red {
  background: linear-gradient(135deg, #ff7a65, #fb4144);
}

.blue {
  background: linear-gradient(135deg, #9ec4ff, #676af0);
}

.yellow {
  background: linear-gradient(135deg, #ffd84d, #ffab31);
}

.menu-row {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.menu-row:last-child {
  border-bottom: 0;
}

.menu-row > span:nth-child(2) {
  flex: 1;
  text-align: left;
}

.menu-icon {
  width: 29px;
  height: 29px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
}

.about {
  color: #f24a5b;
  border: 3px solid #f24a5b;
  border-radius: 50%;
  font-style: italic;
}

.service {
  color: #129aca;
}

.phone {
  color: #5a9df5;
}

.shop {
  color: #ffb436;
}

.feedback {
  color: #28cdb7;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 120px;
  z-index: 50;
  max-width: 78vw;
  padding: 9px 14px;
  transform: translateX(-50%);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff;
  font-size: 14px;
}
