@font-face {
  font-family: "Senayan Display";
  src: url("/ui10/fonts/KingPowerHeadline-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --ui10-ink: #312d24;
  --ui10-ink-soft: #59554c;
  --ui10-coffee: #20180d;
  --ui10-cream: #f9f5ec;
  --ui10-panel: #f3ebe0;
  --ui10-blush: #cdac99;
  --ui10-line: #d8cdbf;
  --ui10-muted: #81786d;
  --ui10-white: #fffdf9;
  --ui10-danger: #a85245;
  --ui10-success: #617d65;
  --ui10-shell: 480px;
  --ui10-footer: 72px;
}

html {
  min-height: 100%;
  background: #e9e4dc;
  scroll-behavior: smooth;
}

body.ui10-page {
  width: 100%;
  max-width: var(--ui10-shell);
  min-height: 100dvh;
  margin: 0 auto !important;
  color: var(--ui10-ink);
  background: var(--ui10-cream) !important;
  box-shadow: 0 0 34px rgba(49, 45, 36, 0.14);
  font-family: "Senayan Display", Arial, sans-serif !important;
  font-size: 15px;
  line-height: 1.45;
}

.ui10-page *,
.ui10-page *::before,
.ui10-page *::after {
  box-sizing: border-box;
  font-family: inherit;
}

.ui10-page img {
  max-width: 100%;
}

.ui10-page button,
.ui10-page a,
.ui10-page input,
.ui10-page select {
  -webkit-tap-highlight-color: transparent;
}

.ui10-page a {
  color: inherit;
  text-decoration: none;
}

.ui10-page button,
.ui10-page [role="button"],
.ui10-page a {
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.ui10-page button:active,
.ui10-page [role="button"]:active,
.ui10-page a:active {
  transform: scale(0.985);
}

.ui10-page input:focus-visible,
.ui10-page select:focus-visible,
.ui10-page button:focus-visible,
.ui10-page a:focus-visible {
  outline: 2px solid var(--ui10-blush);
  outline-offset: 2px;
}

.ui10-page .ui10-main {
  padding: 70px 18px 28px;
}

.ui10-page .header,
.ui10-page .ui10-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 58px !important;
  padding: 0 54px !important;
  color: var(--ui10-white) !important;
  background: var(--ui10-ink) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ui10-page .header .Maintitle,
.ui10-page .ui10-header .Maintitle {
  width: 100%;
  color: inherit !important;
  text-align: center;
}

.ui10-page .header .Maintitle h3,
.ui10-page .header .Maintitle h4,
.ui10-page .ui10-header h3 {
  margin: 0;
  color: inherit !important;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1.1 !important;
  letter-spacing: 0.01em;
}

.ui10-page .header .left_btn,
.ui10-page .ui10-header .left_btn {
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  width: 28px !important;
  height: 36px !important;
  transform: translateY(-50%) !important;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.ui10-page .header .left_btn img,
.ui10-page .ui10-header .left_btn img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
  filter: sepia(1) saturate(0.25) brightness(2.25);
}

.ui10-page .header .right_btn {
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-50%) !important;
}

.ui10-page .header .right_btn img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
  object-fit: cover;
}

.ui10-page .black_btn_middle,
.ui10-page .ui10-primary {
  min-height: 48px !important;
  padding: 0 22px !important;
  color: var(--ui10-white) !important;
  background: var(--ui10-ink) !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  text-align: center;
  cursor: pointer;
}

.ui10-page .tips,
.ui10-page .tips-box {
  margin: 22px 0 0 !important;
  padding: 18px !important;
  color: var(--ui10-ink) !important;
  background: var(--ui10-panel) !important;
  border: 0 !important;
  border-left: 3px solid var(--ui10-blush) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.ui10-page .tips h6,
.ui10-page .tips-box > div:first-child {
  margin: 0 0 8px;
  font-size: 15px !important;
  font-weight: 600;
}

/* Authentication */
body.ui10-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 24px;
  color: var(--ui10-white);
  background-color: var(--ui10-coffee) !important;
  background-image:
    radial-gradient(circle at 75% 13%, rgba(205, 172, 153, 0.12), transparent 30%),
    linear-gradient(155deg, #2c2115 0%, #1b140c 72%) !important;
}

.ui10-auth .header {
  position: fixed !important;
  top: 0;
  left: 50% !important;
  max-width: var(--ui10-shell);
  background: transparent !important;
  transform: translateX(-50%);
}

.ui10-auth .auth-card {
  width: 100%;
  max-width: 382px;
}

.ui10-auth .login-container {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.ui10-auth .login-title {
  margin: 0 0 34px;
  color: var(--ui10-white);
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.ui10-auth .login-title span {
  display: block;
  padding-bottom: 10px;
  color: var(--ui10-blush);
  border-bottom: 1px solid var(--ui10-blush);
  font-size: inherit;
  letter-spacing: 0;
}

.ui10-auth .form-group {
  position: relative;
  margin: 0 0 14px;
}

.ui10-auth .form-group img {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 21px;
  height: 21px;
  transform: translateY(-50%);
  opacity: 0.58;
  filter: sepia(1) saturate(0.2);
}

.ui10-auth .form-control {
  width: 100%;
  height: 54px;
  padding: 0 18px 0 50px !important;
  color: var(--ui10-ink);
  background: #fcf3ec;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 16px;
}

.ui10-auth .form-control::placeholder {
  color: #887c70;
}

.ui10-auth .form-control:focus {
  border-color: var(--ui10-blush);
  outline: none;
}

.ui10-auth .login-btn,
.ui10-auth .register-link {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 24px 0 0;
  padding: 0 16px;
  color: var(--ui10-coffee);
  background: var(--ui10-blush);
  border: 0;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}

.ui10-auth .options {
  height: auto;
  margin: 24px 0 0;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  text-align: center;
}

.ui10-auth .forgot-password {
  color: #e7ddd4;
  font-size: 14px;
}

.ui10-auth .auth-terms {
  margin: 20px 0 0;
  color: #cfc2b6;
  font-size: 12px;
  line-height: 1.55;
}

.ui10-auth .loading-overlay,
.ui10-auth .result-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(19, 14, 9, 0.72);
}

.ui10-auth .loading-content,
.ui10-auth .result-content {
  width: min(82%, 300px);
  padding: 24px;
  color: var(--ui10-ink);
  background: var(--ui10-white);
  border-radius: 4px;
  text-align: center;
}

.ui10-auth .loading-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ui10-auth .loading-icon {
  width: 28px;
  height: 28px;
}

/* Bottom navigation */
.ui10-page .global-footer.ui10-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: var(--ui10-shell);
  height: calc(var(--ui10-footer) + env(safe-area-inset-bottom));
  margin: 0 auto;
  padding: 6px 8px env(safe-area-inset-bottom);
  background: var(--ui10-ink);
  box-shadow: 0 -8px 24px rgba(49, 45, 36, 0.12);
}

.ui10-page .ui10-footer .nav {
  height: 60px;
}

.ui10-page .ui10-footer .nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #bdb4aa;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.ui10-page .ui10-footer .nav img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 1;
}

.ui10-page .ui10-footer .nav span {
  display: none;
}

.ui10-page .ui10-footer .nav.activite a {
  color: var(--ui10-white);
}

.ui10-page .ui10-footer .nav.activite img {
  opacity: 1;
}

/* Home */
body.ui10-home {
  --ui10-footer: 64px;
  padding-bottom: calc(var(--ui10-footer) + env(safe-area-inset-bottom));
}

.ui10-home .ui10-footer .nav {
  height: 58px;
}

.ui10-home .ui10-footer .nav span {
  display: none;
}

.ui10-home .home-page,
.ui10-home .home-page .main {
  padding: 0 !important;
  background: var(--ui10-cream) !important;
}

.ui10-home .homeImg,
.ui10-home .swiper {
  width: 100%;
  height: auto !important;
}

.ui10-home .homeImg .slider-img {
  display: block;
  width: 100%;
  aspect-ratio: 1.887 / 1;
  object-fit: cover;
}

.ui10-home .aui_ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 12px 20px !important;
  background: var(--ui10-cream) !important;
  border: 0 !important;
}

.ui10-home .aui_li {
  width: auto !important;
  height: auto !important;
  padding: 0 4px !important;
  background: transparent !important;
  border: 0 !important;
}

.ui10-home .aui_li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ui10-home .aui_li img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain;
}

.ui10-home .aui_li a span {
  min-height: 29px;
  color: var(--ui10-ink) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  text-align: center;
}

.ui10-home .todaydeal {
  padding: 0 10px 24px;
}

.ui10-home .todaydeal > .container {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 14px !important;
  padding: 16px 14px 14px !important;
  background: var(--ui10-panel) !important;
  border: 1px solid #ded3c6;
  border-radius: 10px;
}

.ui10-home .todaydeal .title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--ui10-ink);
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.12;
  text-align: left;
}

.ui10-home .ui10-product-viewport {
  height: auto !important;
  overflow: visible !important;
}

.ui10-home .common_xlist {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
  width: 100% !important;
  overflow: visible !important;
}

.ui10-home .shopcon {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 0 12px;
  overflow: hidden;
  background: var(--ui10-white);
  border: 1px solid rgba(49, 45, 36, 0.08);
  border-color: #dfd4c7;
  border-radius: 9px;
  box-shadow: none;
  cursor: pointer;
}

.ui10-home .shopcon .shop_img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  height: auto !important;
  object-fit: contain;
}

.ui10-home .ui10-discount {
  padding: 7px 10px 0;
  color: #df170d;
  font-size: 14px;
  font-weight: 700;
}

.ui10-home .ui10-price {
  padding: 2px 10px 0;
  overflow: hidden;
  color: var(--ui10-ink);
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui10-home .ui10-price del {
  margin-right: 5px;
  color: var(--ui10-muted);
  font-size: 11px;
}

.ui10-home .shopimg {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.ui10-home .ui10-promo-group {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  width: 100%;
  padding: 4px 0 0;
}

.ui10-home .brands,
.ui10-home .goodslist,
.ui10-home .nomore {
  display: none !important;
}

/* Cart */
body.ui10-cart {
  padding-bottom: calc(var(--ui10-footer) + 24px + env(safe-area-inset-bottom));
}

.ui10-cart #app {
  min-height: 100vh;
}

.ui10-cart .top {
  margin: 0 !important;
  padding: 26px 18px 22px !important;
  background: var(--ui10-panel);
}

.ui10-cart .cart-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 500;
}

.ui10-cart .container {
  display: grid !important;
  grid-template-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  align-items: center;
  gap: 2px;
}

.ui10-cart .container .img {
  display: block;
  width: 50px !important;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  opacity: 1;
}

.ui10-cart .container > div:first-child .img {
  opacity: 1;
}

.ui10-cart .backimg {
  display: block;
  width: 50px !important;
  max-width: none;
  margin-left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}

.ui10-cart .content {
  margin: 0 !important;
  padding: 20px 16px 32px !important;
  background: var(--ui10-cream) !important;
  border-radius: 0 !important;
}

.ui10-cart .shopcon {
  margin: 0 0 14px;
  padding: 14px;
  background: var(--ui10-white);
  border: 0 !important;
  border-radius: 3px;
}

.ui10-cart .shopcon .up img {
  width: 76px !important;
  height: 76px !important;
  border-radius: 2px;
  object-fit: cover;
}

.ui10-cart .shopcon .up span {
  flex: 1;
  margin-left: 14px !important;
  color: var(--ui10-ink);
  font-size: 15px;
  line-height: 1.3;
}

.ui10-cart .price span {
  width: 50% !important;
  margin: 0 !important;
  color: var(--ui10-muted);
  font-size: 13px;
}

.ui10-cart .price span:last-child {
  color: var(--ui10-ink);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ui10-cart .down {
  padding-top: 14px;
  border-top: 1px solid var(--ui10-line);
}

.ui10-cart .symbol {
  width: 36px !important;
  height: 36px !important;
  color: var(--ui10-ink);
  background: var(--ui10-panel) !important;
  border: 0;
  border-radius: 50% !important;
  line-height: 36px !important;
}

.ui10-cart .btn {
  width: 100% !important;
  margin: 18px 0 0 !important;
  background: var(--ui10-ink) !important;
}

.ui10-cart .cart-empty {
  padding: 52px 20px;
  color: var(--ui10-muted);
  text-align: center;
}

/* Task */
body.ui10-task {
  padding-bottom: calc(var(--ui10-footer) + env(safe-area-inset-bottom));
  color: var(--ui10-ink);
  background: #fff !important;
}

.ui10-task .rotorder-page {
  min-height: 100dvh;
  padding-top: 44px !important;
  background: #fff;
}

.ui10-task .rotorder-page .header {
  position: fixed !important;
  top: 0;
  left: 50% !important;
  width: 100% !important;
  max-width: var(--ui10-shell);
  height: 44px !important;
  padding: 0 54px !important;
  color: #1f1f1f !important;
  background: #fff !important;
  border-bottom: 1px solid #24a5a7 !important;
  transform: translateX(-50%);
}

.ui10-task .rotorder-page .header .Maintitle h3 {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}

.ui10-task .rotorder-page .header .right_btn {
  right: 13px !important;
}

.ui10-task .rotorder-page .header .right_btn img {
  width: 2.6rem !important;
  height: 2.6rem !important;
  border-radius: 0;
  object-fit: contain;
}

.ui10-task .orderDetailWrap,
.ui10-task .orderGrabbingMain {
  min-height: calc(100dvh - 44px);
  background: #fff !important;
}

.ui10-task .top-main {
  height: 20rem !important;
  padding: 3.5rem 2rem 2.4rem !important;
  color: var(--ui10-white);
  background: var(--ui10-coffee) !important;
}

.ui10-task .recharge {
  align-items: center;
  margin-bottom: 2.4rem !important;
}

.ui10-task .Amount {
  color: #c9c0b5 !important;
  font-size: 1.4rem !important;
}

.ui10-task .Account {
  margin-top: 0.8rem !important;
  color: var(--ui10-white) !important;
  font-size: 2rem !important;
  font-variant-numeric: tabular-nums;
}

.ui10-task .recharge_right {
  min-width: 6.3rem;
  height: 2.7rem !important;
  padding: 0 1rem !important;
  color: var(--ui10-ink) !important;
  background: #e8c696 !important;
  border-radius: 1.3rem !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}

.ui10-task .commission {
  display: flex !important;
  gap: 0;
  margin-top: 0 !important;
  padding: 0 0 3rem !important;
  background: transparent;
}

.ui10-task .commission_div {
  flex: 1;
  min-width: 0;
  margin-right: 1rem !important;
  padding: 0;
  background: transparent;
  text-align: left;
}

.ui10-task .commission_div:last-child {
  margin-right: 0 !important;
}

.ui10-task .commission_cont {
  min-height: 0;
  color: #bfb6ac !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

.ui10-task .commission_p {
  margin-top: 0.3rem !important;
  color: var(--ui10-white) !important;
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-variant-numeric: tabular-nums;
}

.ui10-task .myAccountBox {
  position: relative;
  z-index: 2;
  margin: -2.5rem 1.2rem 0 !important;
  padding: 1.7rem 1.6rem 1.3rem !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 1rem !important;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16) !important;
}

.ui10-task .topRightBox {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem !important;
}

.ui10-task .topRightBox .textBox:first-child {
  flex: 1;
}

.ui10-task .current-balance {
  flex: 0 0 auto !important;
  justify-content: flex-end;
  white-space: nowrap;
}

.ui10-task .topText1 img {
  width: 2.4rem !important;
  height: 2.4rem !important;
  object-fit: contain;
}

.ui10-task .topText2 {
  color: var(--ui10-ink) !important;
  font-size: 1.2rem !important;
}

.ui10-task .current-balance .topText1 {
  margin-right: 0.5rem !important;
  color: #999 !important;
  font-size: 1.2rem !important;
}

.ui10-task .current-balance .topText2 {
  font-weight: 400 !important;
}

.ui10-task .requireBox {
  margin-top: 0 !important;
  padding: 0;
  border: 0;
}

.ui10-task .requireBox .requireItem {
  height: 4rem !important;
}

.ui10-task .requireBox .requireItem::after {
  top: 0 !important;
  height: 4rem !important;
}

.ui10-task .requireLeft {
  color: var(--ui10-ink) !important;
  font-size: 1.2rem !important;
  line-height: 1.35 !important;
}

.ui10-task .requireLeft:last-child {
  margin-top: 0.3rem;
  color: var(--ui10-muted) !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}

.ui10-task #autoStart {
  min-width: 0 !important;
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  margin-top: 1.9rem !important;
  padding: 0 2.5rem !important;
  color: var(--ui10-ink) !important;
  background: #e8c696 !important;
  border-radius: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 4.5rem !important;
}

.ui10-task .matchProductBox {
  width: min(86%, 360px) !important;
  padding: 0 !important;
  background: var(--ui10-white) !important;
  border-radius: 4px !important;
}

.ui10-task .matchProductMain {
  padding: 28px 22px !important;
}

.ui10-task .matchProductImgBox div {
  color: var(--ui10-ink) !important;
  font-family: "Senayan Display", sans-serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
}

.ui10-task .minute,
.ui10-task .second,
.ui10-task .van-progress__portion {
  background: var(--ui10-ink) !important;
}

/* Account */
body.ui10-account {
  padding-bottom: calc(var(--ui10-footer) + env(safe-area-inset-bottom));
  color: var(--ui10-ink);
  background: #fff !important;
}

.ui10-account .mycenter-page {
  background: #fff !important;
}

.ui10-account .mycenter-page .main,
.ui10-account .mycenter-page .balance_new_box {
  background: var(--ui10-ink) !important;
}

.ui10-account .account-brand {
  display: none;
}

.ui10-account .balance_new {
  width: 100%;
  height: 22rem !important;
  padding: 2.2rem 2.4rem 1rem !important;
}

.ui10-account .user_conter {
  width: 100% !important;
  height: 13.2rem !important;
  margin: 0 !important;
  overflow: hidden;
  background: var(--ui10-ink-soft);
  border: 0;
  border-radius: 1.5rem !important;
  box-shadow: none !important;
}

.ui10-account .account-balance {
  padding: 1.7rem 2rem 0;
  background: transparent;
  text-align: center;
}

.ui10-account .user_conter-name {
  padding: 0 !important;
  color: var(--ui10-white) !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

.ui10-account .user_conter-balance {
  padding: 0.4rem 0 0 !important;
  color: var(--ui10-white) !important;
  font-size: 2.5rem !important;
  line-height: 1.15 !important;
  font-variant-numeric: tabular-nums;
}

.ui10-account .account-user {
  padding: 0.8rem 2rem 0;
  color: var(--ui10-white);
  background: transparent;
  text-align: center;
}

.ui10-account .user_conter-zhanghao {
  padding: 0 !important;
  color: var(--ui10-white) !important;
  font-size: 1.6rem !important;
  line-height: 1.25 !important;
}

.ui10-account .user_conter-zhanghao img {
  width: 1.5rem !important;
  height: 1.5rem !important;
  opacity: 1;
  object-fit: contain;
}

.ui10-account .user_conter-account {
  padding: 0.3rem 0 0 !important;
  color: var(--ui10-white) !important;
  font-size: 1.2rem !important;
  line-height: 1.3 !important;
}

.ui10-account .user-button {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  height: 3rem !important;
  margin: 1rem 0 0 !important;
}

.ui10-account .user-button div {
  min-height: 3rem;
  margin: 0 !important;
  color: var(--ui10-ink) !important;
  background: #e8c696 !important;
  border-radius: 0.2rem !important;
  font-size: 1.2rem !important;
  line-height: 3rem !important;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.ui10-account .account-section-title {
  display: none;
}

.ui10-account .login_nav {
  display: block;
  margin: 0 !important;
  overflow: visible;
  background: #fff;
  border-radius: 0;
}

.ui10-account .login_nav li {
  width: 100% !important;
  height: 5rem !important;
  min-height: 5rem;
  margin: 0 !important;
  padding: 0 1.5rem !important;
  background: #fff;
  border: 0 !important;
  border-bottom: 1px solid #f2f2f2 !important;
}

.ui10-account .login_nav li a,
.ui10-account .login_nav li .fac {
  width: 100%;
  height: 100%;
}

.ui10-account .login_nav li .fac {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ui10-account .cell-icon {
  flex: 0 0 2.2rem;
  width: 2.2rem !important;
  height: 2.2rem !important;
  margin: 0 0.9rem 0 0 !important;
  overflow: visible;
  border-radius: 0;
}

.ui10-account .cell-icon img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.ui10-account .uset_list_tit {
  flex: 1;
  width: auto !important;
  padding: 0 !important;
  color: #222 !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.ui10-account .user-fac-tag {
  position: static;
  margin-left: auto;
  color: #202b2d !important;
  font-size: 1.7rem !important;
  line-height: 1 !important;
}

.ui10-account .logout-item {
  display: none !important;
}

.ui10-account .logout-item .fac {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}

.ui10-account .logout-item .cell-icon,
.ui10-account .logout-item .user-fac-tag {
  display: none;
}

.ui10-account .logout-item .uset_list_tit {
  text-align: center !important;
}

.ui10-account .links {
  display: none;
}

/* Forms and record pages */
body.ui10-subpage {
  padding-bottom: calc(22px + env(safe-area-inset-bottom));
}

.ui10-subpage #app,
.ui10-subpage .main,
.ui10-subpage .reg_main {
  background: var(--ui10-cream) !important;
}

.ui10-subpage .main,
.ui10-subpage .reg_main,
.ui10-subpage > form,
.ui10-subpage #app > form {
  padding: 22px 16px !important;
}

.ui10-subpage .editpwd-page > .main {
  padding: 0 !important;
}

.ui10-subpage .editpwd-page .forgetpwd-form {
  padding: 22px 16px !important;
}

.ui10-subpage .bink_card,
.ui10-subpage .bink_card_ul,
.ui10-subpage .Cash_num,
.ui10-subpage .reg-input-step1 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.ui10-subpage .input-cell,
.ui10-subpage .row,
.ui10-subpage .meun-item {
  display: block !important;
  height: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.ui10-subpage .input-cell h3,
.ui10-subpage .input-cell h4,
.ui10-subpage .row h4,
.ui10-subpage .label-title,
.ui10-subpage .reg-input-step1 h4 {
  display: block;
  width: auto !important;
  height: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--ui10-ink) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.ui10-subpage input[type="text"],
.ui10-subpage input[type="number"],
.ui10-subpage input[type="password"],
.ui10-subpage .select,
.ui10-subpage .input-box {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 14px !important;
  color: var(--ui10-ink) !important;
  background: var(--ui10-white) !important;
  border: 1px solid var(--ui10-line) !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  outline: none;
}

.ui10-subpage input[readonly] {
  color: var(--ui10-muted) !important;
  background: #eee7dd !important;
}

.ui10-subpage .select-box,
.ui10-subpage .select-box > div,
.ui10-subpage .select .content {
  width: 100% !important;
}

.ui10-subpage .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui10-subpage .select-down {
  z-index: 40;
  width: calc(100% - 32px) !important;
  max-width: 448px;
  color: var(--ui10-ink);
  background: var(--ui10-white);
  border: 1px solid var(--ui10-line);
}

.ui10-subpage .save-btn,
.ui10-subpage .save-btn2,
.ui10-subpage .form-buttom {
  display: block !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
}

.ui10-subpage .Cash_num_money {
  display: flex;
  align-items: center;
  min-height: 64px;
  margin-bottom: 20px;
  padding: 0 16px;
  background: var(--ui10-white);
  border-bottom: 2px solid var(--ui10-ink);
}

.ui10-subpage .Cash_num_money span {
  color: var(--ui10-ink) !important;
  font-size: 20px !important;
}

.ui10-subpage .Cash_num_money input {
  border: 0 !important;
  font-size: 24px !important;
}

.ui10-subpage #imgPreview {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background: var(--ui10-panel);
  border: 1px dashed #a99a89;
  border-radius: 3px;
}

.ui10-subpage #prompt3,
.ui10-subpage #imgSpan,
.ui10-subpage .upload-icon {
  width: 100%;
  min-height: 220px;
}

.ui10-subpage .upload-icon img {
  width: 120px !important;
  height: 120px;
  object-fit: contain;
}

.ui10-subpage #file {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ui10-subpage #img3 {
  display: none;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}

.ui10-subpage .money-bg,
.ui10-subpage .my-meun {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.ui10-subpage .rate_box {
  display: flex;
  padding: 0 !important;
  overflow: hidden;
}

.ui10-subpage .rate_box input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
}

.ui10-subpage .rate_box span {
  display: grid;
  place-items: center;
  padding: 0 14px !important;
  color: var(--ui10-ink);
  background: var(--ui10-blush) !important;
  cursor: pointer;
}

.ui10-subpage .balance {
  margin: 8px 0 20px;
  color: var(--ui10-muted) !important;
  font-size: 13px !important;
}

.ui10-subpage.desposit-page > form > div {
  margin: 0 !important;
  padding: 8px 0 24px !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.ui10-subpage.desposit-page > form > div + div {
  padding-top: 24px !important;
  border-top: 1px solid var(--ui10-line);
}

.ui10-subpage .item-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ui10-subpage .item-line span {
  min-width: 106px;
  color: var(--ui10-muted);
  font-size: 13px;
}

.ui10-subpage .item-line input {
  flex: 1;
  min-width: 0;
  border: 0 !important;
  text-align: right;
}

/* Records */
body.ui10-records,
body.ui10-orders {
  padding-top: 0 !important;
  background: var(--ui10-cream) !important;
}

.ui10-records #app,
.ui10-orders #app {
  min-height: 100dvh;
}

.ui10-records .ui10-record-list,
.ui10-orders .ui10-order-content {
  padding: 18px 16px 28px;
}

.ui10-records .ui10-record-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

.ui10-records .ui10-record-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding: 17px 16px;
  background: var(--ui10-white);
  border-left: 3px solid var(--ui10-blush);
}

.ui10-records .ui10-record-item h3 {
  margin: 0;
  color: var(--ui10-ink);
  font-size: 16px;
  font-weight: 500;
}

.ui10-records .ui10-record-item p {
  margin: 6px 0 0;
  color: var(--ui10-muted);
  font-size: 12px;
  line-height: 1.45;
}

.ui10-records .ui10-status {
  flex: 0 0 auto;
  color: var(--ui10-success);
  font-size: 12px;
  text-align: right;
}

.ui10-records .ui10-status.is-danger {
  color: var(--ui10-danger);
}

.ui10-records .notdata {
  display: block;
  padding: 64px 20px;
  color: var(--ui10-muted);
  text-align: center;
}

.ui10-records .pagination-container {
  margin-top: 18px;
}

/* Orders */
.ui10-orders .order-summary {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 26px 18px;
  color: var(--ui10-white);
  background: var(--ui10-ink);
}

.ui10-orders .ui10-orders-layout {
  padding: 0 0 28px !important;
}

.ui10-orders .ui10-header-action {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-50%);
}

.ui10-orders .order-summary h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.ui10-orders .jianbian {
  display: none !important;
}

.ui10-orders .records_top1 {
  padding: 0 !important;
}

.ui10-orders .records_top1 .user_name {
  height: auto !important;
  margin: 0 !important;
  color: var(--ui10-white) !important;
  font-family: inherit !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.ui10-orders .records_top1 .credit_score,
.ui10-orders .order-summary > div:nth-child(2) > div:first-child {
  color: #c8beb3 !important;
  font-family: inherit !important;
}

.ui10-orders .order-summary p {
  margin: 6px 0 0;
  color: #c8beb3;
  font-size: 13px;
}

.ui10-orders .order-summary .summary-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.ui10-orders .order-summary .summary-actions div {
  padding: 9px 18px;
  color: var(--ui10-ink);
  background: var(--ui10-blush);
  border-radius: 2px;
}

.ui10-orders .van-tabs__nav {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ui10-panel) !important;
}

.ui10-orders .van_tab_box {
  min-height: 48px;
  color: var(--ui10-muted) !important;
  font-size: 12px;
  cursor: pointer;
}

.ui10-orders .van-tab--active {
  color: var(--ui10-ink) !important;
  background: var(--ui10-blush);
}

.ui10-orders .ui10-order-card {
  margin-bottom: 12px;
  padding: 16px;
  background: var(--ui10-white);
}

.ui10-orders .ui10-order-card .records_tabs,
.ui10-orders .ui10-order-card .records_tabs_box,
.ui10-orders .ui10-order-card .records_tabs_box > div {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ui10-orders .ui10-order-number {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--ui10-line);
  color: var(--ui10-muted);
  font-size: 12px;
}

.ui10-orders .ui10-order-body {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 13px;
  padding-top: 13px;
}

.ui10-orders .ui10-order-body .tabs_box_des_img {
  display: block !important;
  width: 78px !important;
  height: 78px !important;
  margin: 0 !important;
}

.ui10-orders .ui10-order-body .tabs_box_des_img img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}

.ui10-orders .ui10-order-metrics > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
  color: var(--ui10-ink);
  font-size: 13px;
}

.ui10-orders .ui10-order-metrics span:first-child {
  color: var(--ui10-muted);
}

.ui10-orders .ui10-order-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--ui10-line);
  font-size: 16px;
  text-align: right;
}

/* Bind bank — matched to PLATFORM/MENU 菜单/1 TAUTKAN AKUN BANK.jpg */
body.ui10-bind-bank {
  padding: 0 !important;
  background: #f7f7f7 !important;
}

.ui10-bind-bank .bindbank-page {
  min-height: 100dvh;
  padding: 5.5rem 1.2rem 5.7rem !important;
  background: #f7f7f7;
}

.ui10-bind-bank .header {
  position: fixed !important;
  top: 0;
  left: 50%;
  width: 100% !important;
  max-width: var(--ui10-shell);
  height: 4.4rem !important;
  padding: 0 5.4rem !important;
  background: #20170d !important;
  transform: translateX(-50%);
}

.ui10-bind-bank .header .Maintitle h3 {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.ui10-bind-bank .header .left_btn {
  left: 1.8rem !important;
  width: 2.2rem !important;
  height: 2.8rem !important;
}

.ui10-bind-bank .header .left_btn img {
  width: 2.2rem !important;
  height: auto !important;
}

.ui10-bind-bank .tips {
  margin: 0 !important;
  padding: 0.8rem 1.8rem 1rem !important;
  color: #3d3d3b !important;
  background: #e6f3ff !important;
  border: 0 !important;
  border-radius: 0.4rem !important;
  font-size: 1.2rem !important;
  line-height: 1.8rem !important;
}

.ui10-bind-bank .tips h6 {
  margin: 0 0 1.1rem !important;
  color: #3d3d3b !important;
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.8rem;
}

.ui10-bind-bank .bink_card_ul {
  margin: 0;
  padding: 0;
}

.ui10-bind-bank .bink_card_ul .input-cell {
  margin-top: 2.1rem;
}

.ui10-bind-bank .bink_card_ul li h3,
.ui10-bind-bank .bink_card_ul li h4 {
  margin: 0 0 1rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.ui10-bind-bank .bink_card_ul li h4 {
  font-size: 1.4rem;
}

.ui10-bind-bank .bink_card_ul li input,
.ui10-bind-bank input[name="card"],
.ui10-bind-bank .bink_card_ul .select {
  width: 100% !important;
  height: 5.2rem !important;
  min-height: 5.2rem;
  padding: 1rem !important;
  color: #111;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0.4rem !important;
  box-shadow: none !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ui10-bind-bank .bink_card_ul .select {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
}

.ui10-bind-bank .select .content {
  width: 100%;
}

.ui10-bind-bank .select .arrows {
  right: 1.2rem;
  width: 1rem;
  height: 0.8rem;
}

.ui10-bind-bank .select-down {
  z-index: 40;
  width: 35rem !important;
  max-width: calc(100vw - 2.4rem);
  background: #fff;
}

.ui10-bind-bank input[name="card"] {
  display: block;
  margin-top: 1rem !important;
}

.ui10-bind-bank input[readonly] {
  color: #111 !important;
  background: #fff !important;
}

.ui10-bind-bank .black_btn_middle.save-btn {
  width: 100%;
  margin: 2.4rem 0 0 !important;
}

/* Deposit password — matched to PLATFORM/MENU 菜单/2 UBAH KATA SANDI DANA.jpg */
body.ui10-edit-deposit-pwd {
  padding: 0 !important;
  background: #f8f8f8 !important;
}

.ui10-edit-deposit-pwd .editpwd-page {
  min-height: 100dvh;
  padding: 5rem 1.2rem !important;
  background: #f8f8f8;
}

.ui10-edit-deposit-pwd .main,
.ui10-edit-deposit-pwd .forgetpwd-form,
.ui10-edit-deposit-pwd .bink_card,
.ui10-edit-deposit-pwd .bink_card_ul {
  margin: 0;
  padding: 0;
  background: transparent !important;
}

.ui10-edit-deposit-pwd .header {
  position: fixed !important;
  top: 0;
  left: 50%;
  width: 100% !important;
  max-width: var(--ui10-shell);
  height: 4.4rem !important;
  padding: 0 5.4rem !important;
  background: #20170d !important;
  transform: translateX(-50%);
}

.ui10-edit-deposit-pwd .header .Maintitle h3 {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.ui10-edit-deposit-pwd .header .left_btn {
  left: 1.8rem !important;
  width: 2.2rem !important;
  height: 2.8rem !important;
}

.ui10-edit-deposit-pwd .header .left_btn img {
  width: 2.2rem !important;
  height: auto !important;
}

.ui10-edit-deposit-pwd .forgetpwd-form .row {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ui10-edit-deposit-pwd .forgetpwd-form h4 {
  margin: 0;
  padding: 2rem 0 1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.ui10-edit-deposit-pwd .forgetpwd-form input[type="password"] {
  display: block;
  width: 100%;
  height: 5.1rem;
  padding: 1rem !important;
  color: #111;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0.8rem !important;
  box-shadow: none !important;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ui10-edit-deposit-pwd .forgetpwd-form input::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.ui10-edit-deposit-pwd .black_btn_middle.form-buttom {
  display: block;
  width: auto !important;
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  margin: 3.6rem auto 0 !important;
  padding: 0 1.5rem !important;
  color: #17120d !important;
  background: #efcd99 !important;
  border-radius: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 4.5rem !important;
}

/* Recharge — matched to PLATFORM/MENU 菜单/3 ISI ULANG.jpg */
body.ui10-recharge {
  padding: 0 !important;
  background: #f7f7f7 !important;
}

.ui10-recharge .recharge-page {
  min-height: 100dvh;
  padding-top: 4.4rem !important;
  background: #f7f7f7;
}

.ui10-recharge .header {
  position: fixed !important;
  top: 0;
  left: 50%;
  width: 100% !important;
  max-width: var(--ui10-shell);
  height: 4.4rem !important;
  padding: 0 5.4rem !important;
  background: #20170d !important;
  transform: translateX(-50%);
}

.ui10-recharge .header .Maintitle h3 {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.ui10-recharge .header .left_btn {
  left: 1.8rem !important;
  width: 2.2rem !important;
  height: 2.8rem !important;
}

.ui10-recharge .header .left_btn img {
  width: 2.2rem !important;
  height: auto !important;
}

.ui10-recharge .reg_main {
  margin-top: 0.5rem;
  padding: 1.5rem 1rem 1.7rem;
  background: #fff !important;
}

.ui10-recharge .reg-input-step1 {
  margin: 0 0 2.4rem;
  padding: 1.4rem 2rem 1.6rem;
  overflow: hidden;
  background: #f7f7f7 !important;
}

.ui10-recharge .reg-input-step1 h4 {
  margin: 0 0 1.8rem;
  padding: 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.ui10-recharge .Cash_num_money {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.2rem;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.ui10-recharge .Cash_num_money span {
  display: block;
  width: 5.6rem;
  color: #2b4250 !important;
  font-size: 2.6rem !important;
  line-height: 5.2rem;
  text-align: center;
}

.ui10-recharge .Cash_num_money input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  color: #111;
  background: #fff;
  border: 0;
  font-size: 1.4rem;
  outline: 0;
}

.ui10-recharge .Cash_num_money input::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.ui10-recharge .payprice {
  margin: 0;
  padding: 0 2rem 1.5rem;
  background: #f7f7f7 !important;
}

.ui10-recharge #recharge-form,
.ui10-recharge .bink_card {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ui10-recharge #imgPreview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 22rem;
  min-height: 22rem;
  overflow: visible;
  background: transparent;
  border: 0;
}

.ui10-recharge #prompt3,
.ui10-recharge #imgSpan,
.ui10-recharge .upload-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 18rem;
  height: 18rem;
}

.ui10-recharge .upload-icon {
  background: #fff;
  border-radius: 1.2rem !important;
}

.ui10-recharge .upload-icon img {
  width: 5.2rem !important;
  height: 5.2rem;
  object-fit: contain;
}

.ui10-recharge .upload-icon p {
  margin: 1rem 0 0;
  color: #243b47;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
}

.ui10-recharge .filepath {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 18rem;
  height: 18rem;
  opacity: 0;
  cursor: pointer;
}

.ui10-recharge #img3 {
  display: none;
  width: 18rem;
  height: 18rem;
  object-fit: contain;
}

.ui10-recharge .black_btn_middle.save-btn2 {
  width: auto !important;
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  margin: 2.5rem auto 0 !important;
  padding: 0 2.2rem !important;
  color: #17120d !important;
  background: #efcd99 !important;
  border-radius: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 4.5rem !important;
}

.ui10-recharge .tips-box {
  width: 100%;
  margin: 3.9rem 0 0 !important;
  padding: 1.2rem 1.4rem 1.5rem !important;
  color: #cdb7a4 !important;
  background: #2c281f !important;
  border: 0 !important;
  border-radius: 0.8rem !important;
}

.ui10-recharge .tips-box .tips-title {
  margin: 0 0 0.4rem;
  color: #cdb7a4 !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.ui10-recharge .tips-box .tips-line {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  margin: 0;
  color: #cdb7a4 !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.ui10-recharge .tips-box .tips-line span,
.ui10-recharge .tips-box .tips-line p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

/* Withdrawal — matched to PLATFORM/MENU 菜单/4 TARIK UANG.jpg */
body.ui10-deposit {
  margin: 0 auto !important;
  padding: 5rem 0 !important;
  background: #f7f7f7 !important;
}

.ui10-deposit .header {
  position: fixed !important;
  top: 0;
  left: 50%;
  width: 100% !important;
  max-width: var(--ui10-shell);
  height: 4.4rem !important;
  padding: 0 5.4rem !important;
  background: #20170d !important;
  transform: translateX(-50%);
}

.ui10-deposit .header .Maintitle h3 {
  font-size: 1.6rem !important;
  font-weight: 400;
}

.ui10-deposit .header .left_btn {
  left: 1.8rem !important;
  width: 2.2rem !important;
  height: 2.8rem !important;
}

.ui10-deposit .header .left_btn img {
  width: 2.2rem !important;
  height: auto !important;
}

.ui10-deposit #login-form {
  margin: 0;
  padding: 1.5rem 1rem 3rem;
  background: #fff;
}

.ui10-deposit .deposit-section {
  padding: 1.4rem 2rem !important;
  background: #f7f7f7 !important;
  border-radius: 0.8rem !important;
}

.ui10-deposit .input-box,
.ui10-deposit .item-line {
  display: flex;
  align-items: center;
  height: 4.7rem;
  padding: 0.8rem 1.6rem;
  color: #000;
  background: #fff;
  border: 0 !important;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.ui10-deposit .input-box input,
.ui10-deposit .item-line input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding-left: 1rem;
  color: #111;
  background: #fff !important;
  border: 0 !important;
  outline: 0;
}

.ui10-deposit .rate_box {
  padding-right: 0;
  overflow: hidden;
  border-radius: 0 !important;
}

.ui10-deposit .rate_box input {
  font-size: 2rem;
}

.ui10-deposit .rate_box > span {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 0.8rem !important;
  color: #253640;
  background: #e8e8e8 !important;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
}

.ui10-deposit .balance {
  margin: 0.6rem 0 1.4rem;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ui10-deposit input[name="paypassword"] {
  padding-left: 0;
  font-size: 1.7rem;
}

.ui10-deposit input::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.ui10-deposit .black_btn_middle.save-btn {
  display: block;
  width: 19.5rem !important;
  height: 4.5rem !important;
  min-height: 4.5rem !important;
  margin: 1rem -1rem 0 auto !important;
  padding: 0 2.6rem !important;
  color: #17120d !important;
  background: #efcd99 !important;
  border-radius: 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 4.5rem !important;
}

.ui10-deposit .deposit-tips {
  margin: 3rem 0 0 !important;
  padding: 1.2rem 1.4rem 1.5rem !important;
  color: #cdb7a4 !important;
  background: #2c281f !important;
  border: 0 !important;
  border-radius: 0.8rem !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
}

.ui10-deposit .deposit-tips .tips-title {
  margin: 0 0 0.3rem;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.ui10-deposit .deposit-tips .tips-line {
  display: grid;
  grid-template-columns: 2rem 1fr;
  margin: 0 0 1.2rem;
  color: inherit;
}

.ui10-deposit .deposit-tips .tips-line:last-child {
  margin-bottom: 0;
}

.ui10-deposit .deposit-tips .tips-line span,
.ui10-deposit .deposit-tips .tips-line p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.ui10-deposit .deposit-bank-section {
  margin-top: 1.3rem !important;
}

.ui10-deposit .label-title {
  margin: 0;
  padding: 0 0 1.8rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.ui10-deposit .my-meun {
  overflow: hidden;
  border-radius: 0.8rem;
}

.ui10-deposit .meun-item {
  margin: 0 0 1rem;
}

.ui10-deposit .meun-item:last-child {
  margin-bottom: 0;
}

.ui10-deposit .item-line span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ui10-deposit .item-line input[readonly] {
  color: #111 !important;
  background: #fff !important;
}

/* My orders — matched to PLATFORM/MENU 菜单/6 PESANANKU.jpg */
.ui10-my-orders {
  background: #fff !important;
}

.ui10-my-orders .ui10-header {
  position: sticky !important;
  top: 0;
  height: 44px !important;
  padding: 0 54px !important;
  color: #111 !important;
  background: #fff !important;
}

.ui10-my-orders .ui10-header .Maintitle h3 {
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 400;
}

.ui10-my-orders .ui10-header .left_btn {
  left: 14px !important;
  width: 24px !important;
  height: 30px !important;
}

.ui10-my-orders .ui10-header .left_btn img {
  width: 22.5px !important;
  height: 22.5px !important;
  filter: none;
}

.ui10-my-orders .ui10-header-action {
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 0;
  object-fit: contain;
}

.ui10-my-orders .ui10-orders-layout {
  padding: 0 !important;
  background: #fff;
}

.ui10-my-orders .order-summary {
  display: block !important;
  width: 100% !important;
  height: 176px !important;
  margin: 0 !important;
  padding: 26px 20px 20px !important;
  color: #cdb7a4;
  background: #20180f !important;
}

.ui10-my-orders .records_top1 .user_name {
  height: auto !important;
  margin: 0 !important;
  color: #cdb7a4 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.ui10-my-orders .records_top1 .credit_score {
  height: auto !important;
  margin: 18px 0 0 !important;
  color: #cdb7a4 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.ui10-my-orders .order-summary > div:nth-child(2) > div:first-child {
  margin: 4px 0 0 !important;
  color: #cdb7a4 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.ui10-my-orders .order-summary .summary-actions {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.ui10-my-orders .order-summary .summary-actions .user_botton {
  display: block;
  width: 74px;
  height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  color: #17120d !important;
  background: #efcd99 !important;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.ui10-my-orders .ui10-order-content {
  padding: 0 0 28px !important;
  background: #fff;
}

.ui10-my-orders .mint-loadmore-top,
.ui10-my-orders .mint-loadmore-bottom {
  display: none !important;
}

.ui10-my-orders .van-tabs,
.ui10-my-orders .van-tabs__wrap,
.ui10-my-orders .van-tabs__nav {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

.ui10-my-orders .van-tabs__nav {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  height: 44px;
}

.ui10-my-orders .van_tab_box {
  min-height: 44px;
  color: #17120d !important;
  background: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}

.ui10-my-orders .van-tab--active {
  color: #0d0c5a !important;
  background: #fff !important;
}

.ui10-my-orders .notdata {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 0 0;
  color: #17120d;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.ui10-my-orders .ui10-order-card {
  margin: 10px 12px 0;
}

/* Recharge and withdrawal records — matched to references 7 and 8. */
body.ui10-recharge-records,
body.ui10-deposit-records {
  padding: 0 !important;
  background: #f5f5f5 !important;
}

.ui10-recharge-records .ui10-header,
.ui10-deposit-records .ui10-header {
  position: sticky !important;
  top: 0;
  height: 44px !important;
  padding: 0 54px !important;
  color: #cdb7a4 !important;
  background: #20170d !important;
}

.ui10-recharge-records .ui10-header .Maintitle h3,
.ui10-deposit-records .ui10-header .Maintitle h3 {
  color: #cdb7a4 !important;
  font-size: 18px !important;
  font-weight: 400;
}

.ui10-recharge-records .ui10-header .left_btn,
.ui10-deposit-records .ui10-header .left_btn {
  left: 18px !important;
  width: 23px !important;
  height: 30px !important;
}

.ui10-recharge-records .ui10-header .left_btn img,
.ui10-deposit-records .ui10-header .left_btn img {
  width: 22px !important;
  height: auto !important;
}

.ui10-recharge-records .ui10-record-list,
.ui10-deposit-records .ui10-record-list {
  padding: 12px 13px 28px;
  background: #f5f5f5;
}

.ui10-recharge-records .mint-loadmore-top,
.ui10-recharge-records .mint-loadmore-bottom,
.ui10-deposit-records .mint-loadmore-top,
.ui10-deposit-records .mint-loadmore-bottom {
  display: none !important;
}

.ui10-recharge-records .ui10-record-list ul,
.ui10-deposit-records .ui10-record-list ul {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.ui10-recharge-records .ui10-record-item,
.ui10-deposit-records .ui10-record-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 16px 12px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
}

.ui10-recharge-records .ui10-record-item {
  min-height: 100px;
}

.ui10-deposit-records .ui10-record-item {
  min-height: 68px;
}

.ui10-recharge-records .ui10-record-item h3,
.ui10-deposit-records .ui10-record-item h3 {
  margin: 0;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18px;
}

.ui10-recharge-records .ui10-record-item p,
.ui10-deposit-records .ui10-record-item p {
  margin: 6px 0 0;
  color: #111;
  font-size: 12px !important;
  line-height: 16px;
}

.ui10-recharge-records .ui10-status,
.ui10-deposit-records .ui10-status {
  flex: 0 0 auto;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 18px;
  text-align: right;
}

.ui10-recharge-records .ui10-status font {
  color: #32bf88 !important;
}

.ui10-deposit-records .ui10-status span[style*="#F74F3E"] {
  color: #c96f69 !important;
}

.ui10-deposit-records .ui10-status span[style*="#05C28C"] {
  color: #32bf88 !important;
}

.ui10-deposit-records .remark_img {
  margin-top: 4px !important;
  color: #111 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  white-space: normal;
}

.ui10-deposit-records .remark_img * {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

.ui10-recharge-records .notdata,
.ui10-deposit-records .notdata {
  display: block;
  padding: 4rem 2rem;
  color: #777;
  text-align: center;
}

@media (max-width: 360px) {
  .ui10-home .aui_li img {
    width: 44px !important;
    height: 44px !important;
  }

  .ui10-account .login_nav {
    margin: 0 !important;
  }

  .ui10-task .commission_cont {
    font-size: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ui10-page *,
  .ui10-page *::before,
  .ui10-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Shared visual controls for UI10 detail pages */
.ui10-page .ui10-back-glyph {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid var(--ui10-panel);
  border-left: 2px solid var(--ui10-panel);
  transform: rotate(45deg);
}

/* Finance records */
body.ui10-finance {
  padding: 0 0 28px !important;
  background: var(--ui10-cream) !important;
  font-size: 14px !important;
}

.ui10-finance .ui10-finance-header {
  position: sticky !important;
}

.ui10-finance .ui10-header .right_btn {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) !important;
}

.ui10-finance .ui10-header .right_btn img {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(255, 253, 249, 0.45);
  border-radius: 50%;
  object-fit: cover;
}

.ui10-finance .nav.navTab.caiwu-nav {
  position: sticky !important;
  top: 58px !important;
  z-index: 90;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  width: 100% !important;
  min-height: 56px;
  padding: 0 10px !important;
  background: var(--ui10-white) !important;
  border-bottom: 1px solid var(--ui10-line);
}

.ui10-finance .nav.navTab.caiwu-nav .btn {
  position: relative;
  min-width: 0;
  padding: 0 6px;
  color: var(--ui10-muted) !important;
  background: transparent !important;
  border: 0;
  font-size: 12px;
  line-height: 1.25;
}

.ui10-finance .nav.navTab.caiwu-nav .btn.on {
  color: var(--ui10-ink) !important;
  font-weight: 600;
}

.ui10-finance .nav.navTab.caiwu-nav .btn.on::after {
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 3px;
  content: "";
  background: var(--ui10-blush);
}

.ui10-finance .ui10-finance-list {
  margin: 12px 0 0;
  background: var(--ui10-white);
  border-top: 1px solid var(--ui10-line);
  border-bottom: 1px solid var(--ui10-line);
}

.ui10-finance .li-line {
  min-height: 76px;
  padding: 17px 18px !important;
  gap: 18px;
}

.ui10-finance .li-line::before {
  right: 18px;
  left: 18px;
  width: auto;
  border-color: var(--ui10-line);
}

.ui10-finance .ui10-finance-meta {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}

.ui10-finance .ui10-finance-date {
  display: block;
  color: var(--ui10-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.ui10-finance .ui10-finance-type,
.ui10-finance .ui10-finance-type span {
  color: var(--ui10-muted) !important;
  font-size: 12px;
  line-height: 16px;
}

.ui10-finance .num {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px;
}

.ui10-finance .num.is-positive {
  color: var(--ui10-success) !important;
}

.ui10-finance .num.is-negative {
  color: var(--ui10-danger) !important;
}

.ui10-finance .notdata {
  padding: 72px 24px;
  color: var(--ui10-muted);
}

/* Prize draw */
html.ui10-prize-root {
  font-size: min(26.667vw, 128px) !important;
}

body.ui10-prize {
  padding: 0 0 30px;
  overflow-x: hidden;
  background-color: var(--ui10-cream) !important;
  background-image: linear-gradient(180deg, #eee2d6 0, var(--ui10-cream) 310px) !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  font-size: 15px !important;
}

.ui10-prize .ui10-prize-header {
  position: sticky !important;
}

.ui10-prize .ui10-prize-main {
  display: block;
  padding: 12px 0 28px;
}

.ui10-prize .ui10-prize-legacy-nav {
  display: none;
}

.ui10-prize .price_tit {
  height: 54px !important;
  margin: 0;
  padding: 0 !important;
}

.ui10-prize .biaoti_img {
  display: block;
  width: auto !important;
  height: 52px !important;
  margin: 0 auto !important;
  object-fit: contain;
  filter: sepia(0.24) saturate(0.72);
}

.ui10-prize .luck-box {
  width: min(3.62rem, calc(100% - 20px)) !important;
  height: 3.32rem !important;
  margin: 10px auto 18px !important;
}

.ui10-prize .luck {
  left: 50%;
  width: 3.62rem !important;
  max-width: 100%;
  transform: translateX(-50%);
  filter: sepia(0.16) saturate(0.78);
}

.ui10-prize .lc-prop-0,
.ui10-prize .lc-prop-1,
.ui10-prize .lc-prop-2,
.ui10-prize .lc-prop-3,
.ui10-prize .lc-prop-4,
.ui10-prize .lc-prop-5,
.ui10-prize .lc-prop-6,
.ui10-prize .lc-prop-7,
.ui10-prize .lc-prop-8,
.ui10-prize .tool-bar {
  background: var(--ui10-white) !important;
  box-shadow: 0 3px 0 rgba(107, 84, 60, 0.35), inset 0 0 0 1px var(--ui10-line) !important;
}

.ui10-prize #btn > div {
  color: var(--ui10-ink) !important;
}

.ui10-prize .mybtn {
  width: calc(100% - 36px);
  height: 50px;
  margin: 4px auto 16px;
  background: none !important;
}

.ui10-prize .jilu {
  width: 100%;
  height: 48px;
  background: var(--ui10-ink) !important;
  border-radius: 3px;
}

.ui10-prize .myjiang {
  padding: 0;
  color: var(--ui10-white) !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
}

.ui10-prize .rule {
  width: auto;
  height: auto;
  margin: 0 18px;
  padding: 0;
  background: var(--ui10-white);
  border: 1px solid var(--ui10-line);
}

.ui10-prize .rule_txt {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 18px 0 20px;
}

.ui10-prize .rule_txt h5 {
  display: block;
  margin: 0 0 14px;
  padding: 0 18px 10px;
  color: var(--ui10-ink);
  background: transparent;
  border-bottom: 1px solid var(--ui10-line);
  border-radius: 0;
  font-size: 18px;
  line-height: 1.25;
}

.ui10-prize .rule_txt p {
  padding: 0 18px;
  color: var(--ui10-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ui10-prize .recordouter {
  max-width: var(--ui10-shell);
  background: var(--ui10-cream);
}

.ui10-prize .recheader {
  height: 58px;
  background: var(--ui10-ink);
  border: 0;
}

.ui10-prize .eche-main {
  margin: 0;
  color: var(--ui10-white);
  border: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 58px;
}

.ui10-prize .navBarBox1 img {
  top: 14px;
  left: 16px;
  width: 28px;
  height: 28px;
  filter: sepia(1) saturate(0.25) brightness(2.25);
}

.ui10-prize #rectable {
  margin-top: 0;
  color: var(--ui10-ink);
  font-size: 13px;
}

.ui10-prize #rectable tr {
  height: 44px;
  border-color: var(--ui10-line);
}

/* Product detail */
body.ui10-product-page {
  padding: 0 0 calc(var(--ui10-footer) + 18px) !important;
  background: var(--ui10-cream) !important;
}

.ui10-product-page .ui10-product-detail {
  width: 100% !important;
  min-height: 100vh;
  background: var(--ui10-cream) !important;
}

.ui10-product-page .ui10-product-header {
  position: sticky !important;
}

.ui10-product-page .ui10-product-card,
.ui10-product-page .ui10-product-section {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  overflow: hidden;
  background: var(--ui10-white);
  border: 0;
  border-bottom: 1px solid var(--ui10-line);
  border-radius: 0;
}

.ui10-product-page .ui10-product-section {
  margin-top: 12px;
  padding-top: 2px;
  border-top: 1px solid var(--ui10-line);
}

.ui10-product-page .ui10-product-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  padding: 18px;
  background: #eee7dd;
}

.ui10-product-page .ui10-product-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.ui10-product-page .ui10-product-name {
  width: auto !important;
  margin: 0 !important;
  padding: 20px 18px 8px;
  color: var(--ui10-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.ui10-product-page .ui10-product-rating,
.ui10-product-page .ui10-product-price-block,
.ui10-product-page .ui10-product-quantity,
.ui10-product-page .ui10-product-actions {
  width: auto !important;
  height: auto !important;
  margin: 0 18px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--ui10-line) !important;
}

.ui10-product-page .ui10-product-rating {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding-top: 4px !important;
}

.ui10-product-page .ui10-product-rating img {
  width: 78px !important;
  filter: sepia(0.42) saturate(0.7);
}

.ui10-product-page .ui10-product-price-block > div:first-child,
.ui10-product-page .ui10-product-quantity > div:first-child,
.ui10-product-page .ui10-product-actions > div:first-child {
  color: var(--ui10-muted) !important;
}

.ui10-product-page .ui10-product-price-block > div:nth-child(2),
.ui10-product-page .ui10-product-actions > div:nth-child(2) {
  color: var(--ui10-ink) !important;
  font-size: 28px !important;
}

.ui10-product-page .van-stepper--round .van-stepper__minus,
.ui10-product-page .van-stepper--round .van-stepper__plus {
  color: var(--ui10-ink);
  background: var(--ui10-panel);
  border-color: var(--ui10-line);
}

.ui10-product-page .van-stepper__input {
  color: var(--ui10-ink);
  background: transparent;
}

.ui10-product-page .ui10-product-actions .shopp {
  width: 25% !important;
  height: 54px !important;
  background: var(--ui10-panel) !important;
  border: 1px solid var(--ui10-line);
  border-radius: 3px !important;
}

.ui10-product-page .ui10-product-actions .shopp img {
  width: 34px !important;
  margin-top: 9px !important;
  filter: sepia(0.75) saturate(0.55);
}

.ui10-product-page .ui10-product-actions .black_btn_middle {
  width: calc(75% - 12px) !important;
  height: 54px !important;
  margin-left: 8px !important;
  padding: 0 10px !important;
}

.ui10-product-page .ui10-product-actions .black_btn_middle span {
  display: block;
  height: 54px !important;
  padding: 0 !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 54px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui10-product-page .ui10-product-section > div:first-child {
  width: auto !important;
  height: auto !important;
  margin: 0 18px !important;
  padding: 18px 0 12px;
  color: var(--ui10-ink) !important;
  border-bottom: 1px solid var(--ui10-line) !important;
  font-size: 18px !important;
  font-weight: 600;
}

.ui10-product-page .html_render_info {
  width: auto !important;
  margin: 0 18px !important;
  padding: 18px 0 0;
  color: var(--ui10-ink-soft) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.ui10-product-page .ui10-product-related > div:nth-child(2) {
  margin-top: 0 !important;
  padding: 18px 0 4px;
}

.ui10-product-page .ui10-product-related > div:nth-child(2) > div {
  overflow: hidden;
  background: var(--ui10-white);
  border: 1px solid var(--ui10-line) !important;
  border-radius: 3px !important;
}

.ui10-product-page .ui10-product-bestsellers > div:not(:first-child) {
  width: auto !important;
  margin: 0 18px !important;
  padding: 18px 0;
  border-bottom: 1px solid var(--ui10-line);
}

.ui10-product-page .ui10-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(32, 24, 13, 0.6);
}

.ui10-product-page .ui10-cart-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(88%, 400px) !important;
  padding-bottom: 28px !important;
  overflow: hidden;
  background: var(--ui10-white) !important;
  border: 1px solid var(--ui10-line);
  border-radius: 3px !important;
  transform: translate(-50%, -50%);
}

.ui10-product-page .ui10-cart-popup > div:nth-child(3) {
  color: var(--ui10-success) !important;
  font-size: 20px !important;
}

@media (max-width: 360px) {
  .ui10-finance .nav.navTab.caiwu-nav .btn {
    font-size: 11px;
  }

  .ui10-product-page .ui10-product-actions .black_btn_middle span {
    font-size: 12px;
  }
}
