/* Phone column + tap targets for the production uni-app H5. */
html {
  --wx: 100%;
  --rpx: calc(var(--wx) / 750);
  height: 100%;
  background: #f4f6fb;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
html:not(.wx-login),
html:not(.wx-login) body {
  background: #fafafa;
}
html:not(.wx-login) #wx-login {
  display: none !important;
}
#app, uni-app, uni-page {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
uni-page-wrapper, uni-page-body {
  max-width: 100%;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input, textarea, select, uni-input, uni-textarea,
.uni-input-input, .uni-input-placeholder, .input, .input2 {
  font-size: 16px !important;
}
button, .btn, .item, .copyid, .inputimg, .close, .delcard {
  touch-action: manipulation;
}

html:not(.wx-login) .home1,
html:not(.wx-login) .home2,
html:not(.wx-login) .home1 .top,
html:not(.wx-login) .home2 .top,
html:not(.wx-login) .topbg,
html:not(.wx-login) uni-image.topbg,
html:not(.wx-login) .topbg > div {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

@media (min-width: 480px) {
  html { --wx: min(100%, 430px); }
  html:not(.wx-login),
  html:not(.wx-login) body,
  html.wx-home,
  html.wx-home body {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #dce3ee !important;
  }
  html:not(.wx-login) #app,
  html:not(.wx-login) uni-app,
  html.wx-home #app,
  html.wx-home uni-app {
    max-width: 430px !important;
    width: 430px !important;
    margin: 0 auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    height: 100%;
    box-shadow: 0 0 24px rgba(15, 23, 42, .12);
    background: #fff;
    overflow: hidden;
  }
  uni-page, uni-page-wrapper, uni-page-body,
  html.wx-home uni-page,
  html.wx-home uni-page-wrapper,
  html.wx-home uni-page-body {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto;
    left: auto !important;
    right: auto !important;
  }
  uni-page-head .uni-page-head,
  .uni-page-head,
  uni-tabbar.uni-tabbar-bottom .uni-tabbar {
    max-width: 430px !important;
    left: 50% !important;
    right: auto !important;
    width: 430px !important;
    transform: translateX(-50%);
  }
  .van-overlay, .van-popup--bottom {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
}

.home1, .home2 {
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
}
html.wx-home,
html.wx-home body {
  overflow: hidden;
  height: 100%;
  height: 100dvh;
}
html.wx-home #app,
html.wx-home uni-app {
  height: 100% !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.wx-home #app::-webkit-scrollbar,
html.wx-home uni-app::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
html.wx-home uni-page,
html.wx-home uni-page-wrapper,
html.wx-home uni-page-body {
  height: auto !important;
  max-height: none !important;
  min-height: 0;
  overflow: visible !important;
}
html.wx-paypage .box,
html.wx-paypage .container {
  padding-bottom: calc(160px + env(safe-area-inset-bottom, 0px)) !important;
}
html.wx-home .home1,
html.wx-home .home2 {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  overflow: visible !important;
}
html.wx-home .home1 > .menu,
html.wx-home .home2 > .menu,
html.wx-home .home1 > .menu1,
html.wx-home .home2 > .menu1,
html.wx-home .home1 > .menu2,
html.wx-home .home2 > .menu2,
html.wx-home .home1 > .menu4,
html.wx-home .home2 > .menu4 {
  flex-shrink: 0 !important;
}
html.wx-home .home1 > *,
html.wx-home .home2 > * {
  order: 8;
}
html.wx-home .home1 > .top,
html.wx-home .home2 > .top {
  order: 1;
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  height: auto !important;
  min-height: 0;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 24px !important;
  box-sizing: border-box;
  background-color: #3b8cff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
html.wx-home .home1 .topbg,
html.wx-home .home1 uni-image.topbg,
html.wx-home .home1 .topbg > div,
html.wx-home .home2 .topbg,
html.wx-home .home2 uni-image.topbg,
html.wx-home .home2 .topbg > div {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
}
html.wx-home .home1 .top .user,
html.wx-home .home2 .top .user {
  position: relative !important;
  z-index: 5;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 48px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html.wx-home .home1 .top .moneyimg,
html.wx-home .home2 .top .moneyimg {
  display: none !important;
}
html.wx-home .home1 .top .money,
html.wx-home .home2 .top .money {
  position: relative !important;
  z-index: 3;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  align-items: stretch;
  height: auto !important;
  min-height: 0;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  transform: none !important;
  margin: 4px 0 0 !important;
  padding: 16px 16px 62px !important;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #f3faff) !important;
  border: 1px solid rgba(0, 122, 255, .22);
  color: #111;
  text-shadow: none;
  box-shadow:
    0 8px 20px rgba(15, 23, 42, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  box-sizing: border-box;
}
html.wx-home .home1 .top .money .total,
html.wx-home .home2 .top .money .total {
  grid-column: 1;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: .04em;
  color: #8e8e93;
  opacity: 1;
}
html.wx-home .home1 .top .money .numbox,
html.wx-home .home1 .top .money .numbox2,
html.wx-home .home2 .top .money .numbox,
html.wx-home .home2 .top .money .numbox2 {
  grid-column: 1;
  align-items: baseline;
  margin-top: 2px !important;
}
html.wx-home .home1 .top .money .num,
html.wx-home .home2 .top .money .num {
  font-size: 34px !important;
  font-weight: 700;
  color: #111;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -1px;
  line-height: 1.05;
}
html.wx-home .home1 .top .money .eye,
html.wx-home .home2 .top .money .eye {
  display: none !important;
}
html.wx-home .home1 .apnbox,
html.wx-home .home2 .apnbox {
  grid-column: 2;
  grid-row: 1 / span 2;
  z-index: 4;
  display: flex !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 0 16px;
  border: 0;
  border-left: .5px solid rgba(60, 60, 67, .12);
  gap: 0;
  background: none;
}
html.wx-home .home1 .apnbox .apn1,
html.wx-home .home2 .apnbox .apn1 {
  display: none !important;
}
html.wx-home .home1 .apnbox .timeover,
html.wx-home .home2 .apnbox .timeover {
  flex: 1;
  width: 100%;
  min-width: 0;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0;
  padding: 0 !important;
  background: none !important;
  border: 0;
  box-sizing: border-box;
}
html.wx-home .home1 .apnbox .over,
html.wx-home .home2 .apnbox .over,
html.wx-home .home1 .apnbox .time,
html.wx-home .home2 .apnbox .time {
  display: none !important;
}
html.wx-home .wx-exp-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
html.wx-home .wx-exp-k {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #8e8e93;
  line-height: 1.2;
}
html.wx-home .wx-exp-n {
  margin-top: 2px;
  font-size: 34px;
  font-weight: 700;
  color: #111;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif;
  letter-spacing: -1px;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
html.wx-home .wx-exp-date {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #8e8e93;
  letter-spacing: .02em;
  white-space: nowrap;
}
html.wx-home .top .money::after {
  content: "智能诊断";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 42px;
  border-radius: 12px;
  background: #007aff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
html.wx-home .wx-diag-btn {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: #007aff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
html.wx-home .wx-diag-btn:active {
  filter: brightness(.94);
}
html.wx-home .item.wx-diag-moved {
  display: none !important;
}
html.wx-home .van-popup.diagnosis {
  transition: none !important;
}
html.wx-home .home1 > .flow,
html.wx-home .home2 > .flow {
  order: 2;
  margin-top: 12px !important;
  position: relative;
  z-index: 2;
}
html.wx-home .home1 > .menu.menus,
html.wx-home .home2 > .menu.menus {
  order: 3;
  margin-top: 12px !important;
}
html.wx-home .home1 > .menu1,
html.wx-home .home1 > .menu2,
html.wx-home .home1 > .menu4,
html.wx-home .home2 > .menu1,
html.wx-home .home2 > .menu2,
html.wx-home .home2 > .menu4 {
  order: 4;
}
html.wx-home .home1 > .menu.menus .item:first-child,
html.wx-home .home2 > .menu.menus .item:first-child {
  width: calc(100% - 16px) !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 52px !important;
  margin: 10px 8px 6px !important;
  padding: 10px 16px !important;
  border-radius: 12px;
  background: #007aff;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: .06em;
  box-shadow: 0 6px 14px rgba(0, 122, 255, 0.28);
}
html.wx-home .home1 > .menu.menus .item:first-child:active,
html.wx-home .home2 > .menu.menus .item:first-child:active {
  filter: brightness(.94);
}
html.wx-home .home1 > .menu.menus .item:first-child uni-text,
html.wx-home .home2 > .menu.menus .item:first-child uni-text {
  color: #fff !important;
}
html.wx-home .home1 > .menu.menus .item:first-child .itemimg,
html.wx-home .home2 > .menu.menus .item:first-child .itemimg {
  display: none;
}
html.wx-home .home1 > .menu.menus .item:not(:first-child),
html.wx-home .home2 > .menu.menus .item:not(:first-child) {
  width: 33.33% !important;
}
html.wx-home .flow .totaltxt,
html.wx-home .flow .usetxt,
html.wx-home .flow .restxt {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", sans-serif;
}
html.wx-home .flow .totaltxt {
  color: #2f6bff !important;
}
html.wx-home .flow .usetxt {
  color: #1a9a5c !important;
}
html.wx-home .flow .restxt {
  color: #e86a1a !important;
}
html.wx-home .flow .totalnum,
html.wx-home .flow .usenum,
html.wx-home .flow .resnum {
  font-size: 22px !important;
  font-weight: 700 !important;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  letter-spacing: -0.35px;
  line-height: 1.15 !important;
  margin-top: 5px !important;
  color: #1c1c1e !important;
  -webkit-font-smoothing: antialiased;
}
html.wx-home .flow .use .usenum {
  color: #178a52 !important;
}
html.wx-home .flow .totalnum_txt,
html.wx-home .flow .usenum_txt,
html.wx-home .flow .resnum_txt {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", sans-serif !important;
  letter-spacing: 0.01em;
  line-height: 1.25 !important;
  margin-top: 5px !important;
  color: #1c1c1e !important;
}
html.wx-home:not(.wx-home-ready) .home1 .top .user .left .cardid,
html.wx-home:not(.wx-home-ready) .home2 .top .user .left .cardid,
html.wx-home:not(.wx-flow-ready) .home1 .top .user .left .cardid,
html.wx-home:not(.wx-flow-ready) .home2 .top .user .left .cardid {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
html.wx-home:not(.wx-home-ready) .home1 .top .user .left .cardid::after,
html.wx-home:not(.wx-home-ready) .home2 .top .user .left .cardid::after,
html.wx-home:not(.wx-flow-ready) .home1 .top .user .left .cardid::after,
html.wx-home:not(.wx-flow-ready) .home2 .top .user .left .cardid::after {
  content: "卡号：--------";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.2;
  color: rgba(255, 255, 255, .78);
}
html.wx-home:not(.wx-home-ready) .copyid,
html.wx-home:not(.wx-flow-ready) .copyid {
  visibility: hidden;
}
html.wx-home:not(.wx-home-ready) .home1 .top .money .num,
html.wx-home:not(.wx-home-ready) .home2 .top .money .num,
html.wx-home:not(.wx-flow-ready) .home1 .top .money .num,
html.wx-home:not(.wx-flow-ready) .home2 .top .money .num {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
html.wx-home:not(.wx-home-ready) .home1 .top .money .num::after,
html.wx-home:not(.wx-home-ready) .home2 .top .money .num::after,
html.wx-home:not(.wx-flow-ready) .home1 .top .money .num::after,
html.wx-home:not(.wx-flow-ready) .home2 .top .money .num::after {
  content: "--";
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif;
  color: #c5c5c7;
}
html.wx-home:not(.wx-home-ready) .wx-exp-n,
html.wx-home:not(.wx-flow-ready) .wx-exp-n {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
html.wx-home:not(.wx-home-ready) .wx-exp-n::after,
html.wx-home:not(.wx-flow-ready) .wx-exp-n::after {
  content: "--";
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif;
  color: #c5c5c7;
}
html.wx-home:not(.wx-home-ready) .wx-exp-date,
html.wx-home:not(.wx-flow-ready) .wx-exp-date {
  visibility: hidden;
}
html.wx-home .apnbox .timeover {
  min-height: 58px;
}
html.wx-home:not(.wx-home-ready) .flow .totalnum,
html.wx-home:not(.wx-home-ready) .flow .usenum,
html.wx-home:not(.wx-home-ready) .flow .resnum,
html.wx-home:not(.wx-home-ready) .flow .totalnum_txt,
html.wx-home:not(.wx-home-ready) .flow .usenum_txt,
html.wx-home:not(.wx-home-ready) .flow .resnum_txt,
html.wx-home:not(.wx-flow-ready) .flow .totalnum,
html.wx-home:not(.wx-flow-ready) .flow .usenum,
html.wx-home:not(.wx-flow-ready) .flow .resnum,
html.wx-home:not(.wx-flow-ready) .flow .totalnum_txt,
html.wx-home:not(.wx-flow-ready) .flow .usenum_txt,
html.wx-home:not(.wx-flow-ready) .flow .resnum_txt {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}
html.wx-home:not(.wx-home-ready) .flow .totalnum::after,
html.wx-home:not(.wx-home-ready) .flow .usenum::after,
html.wx-home:not(.wx-home-ready) .flow .resnum::after,
html.wx-home:not(.wx-flow-ready) .flow .totalnum::after,
html.wx-home:not(.wx-flow-ready) .flow .usenum::after,
html.wx-home:not(.wx-flow-ready) .flow .resnum::after {
  content: "--";
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.35px;
  font-family: DIN, DINM, "D-DINExp", -apple-system, sans-serif;
  color: #c5c5c7;
}
html.wx-home:not(.wx-home-ready) .flow .totalnum_txt::after,
html.wx-home:not(.wx-home-ready) .flow .usenum_txt::after,
html.wx-home:not(.wx-home-ready) .flow .resnum_txt::after,
html.wx-home:not(.wx-flow-ready) .flow .totalnum_txt::after,
html.wx-home:not(.wx-flow-ready) .flow .usenum_txt::after,
html.wx-home:not(.wx-flow-ready) .flow .resnum_txt::after {
  content: "--";
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #c5c5c7;
}
html.wx-home:not(.wx-menus-ready) .home1 > .menu.menus,
html.wx-home:not(.wx-menus-ready) .home2 > .menu.menus {
  min-height: 148px;
  margin: 12px 16px 0 !important;
  border-radius: 16px;
  background:
    linear-gradient(#007aff, #007aff) 0 10px / 100% 52px no-repeat,
    linear-gradient(#eef1f6, #eef1f6) 0 78px / 31% 56px no-repeat,
    linear-gradient(#eef1f6, #eef1f6) 34.5% 78px / 31% 56px no-repeat,
    linear-gradient(#eef1f6, #eef1f6) 69% 78px / 31% 56px no-repeat,
    #fff;
}
html.wx-home:not(.wx-menus-ready) .home1 > .menu.menus .item,
html.wx-home:not(.wx-menus-ready) .home2 > .menu.menus .item,
html.wx-home:not(.wx-menus-ready) .home1 > .menu1,
html.wx-home:not(.wx-menus-ready) .home2 > .menu1,
html.wx-home:not(.wx-menus-ready) .home1 > .menu2,
html.wx-home:not(.wx-menus-ready) .home2 > .menu2,
html.wx-home:not(.wx-menus-ready) .home1 > .menu4,
html.wx-home:not(.wx-menus-ready) .home2 > .menu4 {
  visibility: hidden;
}
html.wx-home .flow .use,
html.wx-home .flow .usebox {
  cursor: pointer;
}
#wx-home-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: flex;
  gap: 10px;
  align-items: stretch;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  backdrop-filter: blur(16px) saturate(160%);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .08);
  box-sizing: border-box;
}
#wx-home-cta[hidden] {
  display: none !important;
}
.wx-home-cta-query,
.wx-home-cta-pay {
  border: 0;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.wx-home-cta-query {
  flex: 1;
  min-width: 0;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f4f6fa;
  text-align: left;
}
.wx-home-cta-k {
  font-size: 11px;
  color: #667085;
  line-height: 1.2;
}
.wx-home-cta-v {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  font-family: D-DIN, DIN, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.25;
  margin-top: 2px;
}
.wx-home-cta-s {
  font-size: 11px;
  color: #8a919c;
  margin-top: 1px;
  line-height: 1.25;
}
.wx-home-cta-pay {
  flex: 1.15;
  min-height: 52px;
  border-radius: 12px;
  background: #007aff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 14px rgba(0, 122, 255, 0.28);
}
.wx-home-cta-pay .pay-ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.wx-home-cta-pay:active {
  filter: brightness(.94);
}
.wx-home-cta-pay:active,
.wx-home-cta-query:active {
  transform: scale(.98);
}
@media (min-width: 480px) {
  #wx-home-cta {
    left: 50%;
    right: auto;
    width: 430px;
    transform: translateX(-50%);
  }
}
.home1 .top .user, .home2 .top .user {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.home1 .top .user .left .imgbox,
.home2 .top .user .left .imgbox,
.home1 .top .user .left .userimg,
.home2 .top .user .left .userimg {
  display: none !important;
}
.home1 .top .user .left .cardid,
.home2 .top .user .left .cardid {
  max-width: 68vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: .02em;
}
.home1 .top .user .right,
.home2 .top .user .right {
  gap: 8px;
}
.home1 .top .user .right .frch,
.home1 .top .user .right .out,
.home2 .top .user .right .frch,
.home2 .top .user .right .out {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 36px !important;
  font-size: 18px !important;
  transition: transform .2s cubic-bezier(.34, 1.4, .64, 1), background .2s ease;
}
.home1 .top .user .right .frch,
.home1 .top .user .right .out {
  background: rgba(255, 255, 255, .16);
  color: #fff !important;
}
.home2 .top .user .right .frch,
.home2 .top .user .right .out {
  background: rgba(255, 255, 255, .78);
  color: #1c1c1e !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
}
.home1 .top .user .right .frch:active,
.home1 .top .user .right .out:active,
.home2 .top .user .right .frch:active,
.home2 .top .user .right .out:active {
  transform: scale(.86);
}
@keyframes wx-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.iconfont.frch.wx-spin {
  animation: wx-spin .65s linear infinite;
}
.van-toast {
  z-index: 20000 !important;
  border-radius: 14px !important;
  background: rgba(22, 22, 24, .78) !important;
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
  padding: 12px 20px !important;
  min-height: 0 !important;
  width: auto !important;
}
#wx-toast,
.wx-toast {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 30000;
  max-width: 70%;
  padding: 12px 20px;
  border-radius: 14px;
  background: rgba(22, 22, 24, .78);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}
#wx-toast.on,
.wx-toast.on {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.van-toast__text {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: .02em;
  color: #fff !important;
}
.van-toast--unclickable {
  pointer-events: none;
}
.copyid, .iconfont.copyid {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.home1 .menus .item, .home2 .menus .item, .menu .item, .menus .item {
  min-height: 72px;
  padding: 8px 4px;
  box-sizing: border-box;
}

uni-page-head {
  padding-top: env(safe-area-inset-top, 0px);
}
.uni-page-head {
  padding-top: env(safe-area-inset-top, 0px);
}

uni-page-head .uni-page-head-shadow-grey:after {
  background-image: url(/wx/static/img/shadow-grey.png);
}
uni-page-head .uni-page-head-shadow-blue:after {
  background-image: url(/wx/static/img/shadow-blue.png);
}
uni-page-head .uni-page-head-shadow-green:after {
  background-image: url(/wx/static/img/shadow-green.png);
}
uni-page-head .uni-page-head-shadow-orange:after {
  background-image: url(/wx/static/img/shadow-orange.png);
}
uni-page-head .uni-page-head-shadow-red:after {
  background-image: url(/wx/static/img/shadow-red.png);
}
uni-page-head .uni-page-head-shadow-yellow:after {
  background-image: url(/wx/static/img/shadow-yellow.png);
}

@media (max-width: 360px) {
  .login1 .loginbox .title {
    font-size: 18px !important;
  }
  .home1 .menus .item, .menus .item {
    min-height: 70px;
  }
}
