* {
  font-size: 14px;
  box-sizing: border-box;
  outline: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Helvetica Neue', Arial, 'Pingfang SC', 'Microsoft Yahei', 'WenQuanYi Micro Hei', sans-serif;
  height: 100%;
}
body {
  font-size: 14px;
  background-color: #F4EAE4;
  color: #101010;
  min-height: 100%;
  height: 100%;
}
body,
p,
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}
button {
  background: none;
  border: 0;
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl,
dd {
  margin: 0;
}
header {
  width: 100%;
}
.svg-icon {
  vertical-align: top;
}
.done {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 20px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill-green 0.5s ease-in-out 0.5s forwards, scale 0.3s ease-in-out 0.7s both;
}
.done .circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.done .check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.iOS-Check {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.iOS-Check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
}
.iOS-Check input:checked + .CheckState {
  background-color: #0076ff;
  border-color: transparent;
}
.iOS-Check input:checked + .CheckState svg {
  opacity: 1;
}
.iOS-Check .CheckState {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c7c7cd;
}
.iOS-Check .CheckState svg {
  display: block;
  transition: all 0.1s ease-in-out;
  stroke: currentColor;
  fill: none;
  opacity: 0;
  width: 55%;
  height: 36%;
}
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 64px;
  background-color: #5B3222;
  display: flex;
  align-items: center;
  color: white;
  padding: 10px 12px;
}
.header .user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.92);
}
.header .user .user-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}
.header .user .user-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.header .user .user-name,
.header .user .user-store {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .header-left {
  flex: 1;
  min-width: 0;
}
.header .header-sub {
  font-size: 12px;
  line-height: 14px;
  opacity: 0.9;
}
.header .header-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .logout {
  width: 32px;
  height: 32px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: #fff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.detail-overlay-header .header .user,
.detail-overlay-header .header .logout {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.detail-overlay-header .header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(35, 35, 35, 0.60);
  z-index: 2;
  pointer-events: auto;
}
.detail-overlay-header .header .theme {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  z-index: 3;
  pointer-events: none;
}
.sample {
  padding-top: 64px;
  padding-bottom: 70px;
  background: #F4EAE4;
  overflow-x: hidden;
}
.search {
  padding: 10px 12px 6px;
}
.search-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-row .search-input {
  margin-top: 0;
  flex: 1;
}

.search-row .search-input,
.search-row .rule-toggle {
  height: 44px;
}
.search .search-input {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(179, 155, 135, 0.28);
  box-shadow: 0 10px 26px rgba(149, 81, 35, 0.10);
  position: relative;
}
.search .search-input .search-icon {
  color: #5B3222;
  pointer-events: none;
}
.search .search-input input {
  display: block;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 44px;
  background: transparent;
  border: 0;
  outline: 0;
  color: #5B3222;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  cursor: text;
}

.rule-panel {
  border-radius: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.rule-panel.is-collapsed .rule-details {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  border: 0;
  box-shadow: none;
}
.rule-panel.is-expanded .rule-details {
  opacity: 1;
}
.rule-bar {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  color: #5B3222;
}
.rule-bar .count-down {
  font-size: 13px;
  color: #5B3222;
}
.rule-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 44px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(179, 155, 135, 0.35);
  color: #5B3222;
  background: rgba(255, 255, 255, 0.60);
  align-self: center;
}
.rule-toggle .rule-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
}
.rule-toggle .rule-label span {
  display: block;
}
.rule-toggle .rule-arrow {
  width: 16px;
  height: 16px;
}
.rule-toggle .rule-arrow {
  transition: transform 0.3s ease;
}
.rule-panel.is-collapsed .rule-toggle .rule-arrow {
  transform: rotate(0deg);
  animation: rule-arrow-pulse 0.9s ease-in-out infinite;
}
.rule-panel.is-expanded .rule-toggle .rule-arrow {
  transform: rotate(180deg);
  animation: none;
}
@keyframes rule-arrow-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}
.rule-details {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(179, 155, 135, 0.28);
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(149, 81, 35, 0.10);
  margin-top: 8px;
}
.rule-text {
  padding: 12px 12px 12px;
  color: #5B3222;
  font-size: 12px;
  line-height: 18px;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.rule-text * {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.rule-text p + p {
  margin-top: 8px;
}
.products {
  width: 100%;
  padding: 10px 12px 0;
}
.category-panel {
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 6px 0 0;
  overflow: hidden;
}
.category-panel .tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.category-panel .tabs.tabs-simple {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.category-panel .tabs.tabs-simple::-webkit-scrollbar {
  display: none;
  height: 0;
}
.category-panel .tabs.tabs-full {
  flex-wrap: wrap;
}
.category-panel .tabs p {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 16px;
  color: #B39B87;
  border: 1px solid rgba(179, 155, 135, 0.35);
  background: rgba(255, 255, 255, 0.55);
}
.category-panel .tabs.tabs-full p {
  margin-bottom: 8px;
}
.category-panel .tabs p.active {
  color: #fff;
  border-color: rgba(91, 50, 34, 0.65);
  background: #5B3222;
}
.mode-indicator {
  margin-top: 8px;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  background: rgba(179, 155, 135, 0.18);
}
.mode-indicator .seg {
  width: 50%;
  height: 100%;
}
.mode-indicator.is-simple .seg-left {
  background: rgba(149, 81, 35, 1);
}
.mode-indicator.is-simple .seg-right {
  background: rgba(179, 155, 135, 0.3);
}
.mode-indicator.is-full .seg-left {
  background: rgba(179, 155, 135, 0.3);
}
.mode-indicator.is-full .seg-right {
  background: rgba(149, 81, 35, 1);
}
.products .right {
  width: 100%;
  padding: 10px 0 0;
}
.products .right .title {
  display: none;
}

.list-divider::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 1px;
  background: rgba(179, 155, 135, 0.30);
}
.list-divider .accent {
  position: absolute;
  left: 0;
  top: 4px;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: #955123;
}
.products .right .list {
  padding-bottom: 10px;
  display: none;
}
.products .right .list.active {
  display: block;
}
.products .right .list.active .newColor1 {
  color: #DB4E4E;
}
.products .right .list.active .newColor2 {
  color: #BF9018;
}
.products .right .item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(179, 155, 135, 0.20);
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(149, 81, 35, 0.10);
  padding: 12px;
}
.products .right .item1 {
  background-color: #F8EEE4;
  height: 70px;
  border-radius: 5px;
  display: flex;
  position: relative;
}
.products .right .itemA {
  background-color: white;
  display: flex;
  position: relative;
}
.products .right .itemA button.seckill {
  background-color: red;
  margin: 6vw 26vw 6vw 26vw;
  display: table-cell;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  color: white;
  width: 24.8vw;
  height: 10.467vw;
  font-size: 14px;
}
.products .right .itemA button.seckill_gray  {
  background-color: darkgrey;
  margin: 6vw 26vw 6vw 26vw;
  display: table-cell;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  color: white;
  width: 24.8vw;
  height: 10.467vw;
  font-size: 14px;
}
.products .right .itemOrderSet {
  background-color: white;
  position: relative;
}
.products .right .itemOrderSet button.orderSet {
  background-color: red;
  margin: 6vw 26vw 6vw 26vw;
  display: table-cell;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  color: white;
  width: 24.8vw;
  height: 10.467vw;
  font-size: 14px;
}
.products .right .itemOrderSet button.orderSet_gray  {
  background-color: darkgrey;
  margin: 6vw 26vw 6vw 26vw;
  display: table-cell;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px 5px 5px 5px;
  color: white;
  width: 24.8vw;
  height: 10.467vw;
  font-size: 14px;
}
.products .right .itemB {
  height: 50px;
  display: flex;
  position: relative;
  align-items: center;
}
.products .right .itemB .lable {
  width: 20vw;
  min-width: 20vw;
  text-align: right;
  margin-right: 8px;
}
.products .right .item + .item {
  margin-top: 12px;
}
.products .right .item .img {
  width: 112px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
}
/** item1 */
.products .right .item1 + .item1 {
  margin-top: 10px;
}
.products .right .item1 .img {
  width: 28vw;
  max-width: 28vw;
  height: 100%;
}

.products .right .itemA .imgA {
  width: 100%;
}
.products .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .right .item1 .img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.products .right .itemA .imgA img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.products .right .item .con {
  padding: 0;
  flex: 1;
  min-width: 0;
}
.products .right .item .con p.name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #5B3222;
}
.products .right .item .con .meta-row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #B39B87;
}
.products .right .item .con .meta-row .attrs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .right .item .con .meta-row .selected {
  white-space: nowrap;
}
.products .right .item .con .meta-row .selected-value.is-over {
  color: #DB4E4E;
}
.leadtime-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  margin-top: 8px;
}
.leadtime-pill.pill-20 {
  background: rgba(207, 239, 216, 0.90);
  color: #2F7A4E;
}
.leadtime-pill.pill-35 {
  background: rgba(249, 231, 160, 0.95);
  color: #5B3222;
}
.products .right .item .add {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #5B3222;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  position: static;
  font-size: 22px;
}

.products .right .item1 .con {
  padding: 10px 35px 10px 15px;
  flex: 1;
}
.products .right .item1 .con p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.products .right .item1 .con span {
  display: block;
  font-size: 12px;
  margin: 6px 0 8px;
}
.products .right .item1 .add {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #5B3222;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 22px;
  position: absolute;
  top: 20px;
  right: 6px;
  font-size: 20px;
}

.products .right .item .other {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #5B3222;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  position: static;
  font-size: 22px;
}
.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3500;
  height: 62px;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(179, 155, 135, 0.35);
  backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bottom-nav .tab {
  width: 100%;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #B39B87;
}
.bottom-nav .tab.active {
  color: #5B3222;
}
.bottom-nav .tab span {
  font-size: 12px;
  line-height: 14px;
}
.bottom-nav .tab.active span {
  font-weight: 700;
}
.bottom-nav .tab.cart iframe {
  border: 0;
  width: 100%;
  height: 62px;
  display: block;
}
.btn-entering{
  width: 75px;
  height: 40px;
  background-color: #0a82e8;
  color: white;
  font-size: 14px;
}
.samples-body {
  width: 100%;
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  color: inherit;
}

.cart-tab.is-active .samples-body span {
  font-weight: 700;
}

body.cart-tab {
  background: transparent;
}

body.cart-tab .samples-body {
  color: #B39B87;
}

body.cart-tab.is-active .samples-body {
  color: #5B3222;
}
.samples-body .num {
  position: relative;
  margin-right: 0;
}
.samples-body .num span {
  position: absolute;
  top: -7px;
  right: -8px;
  display: block;
  height: 15px;
  border-radius: 8px;
  background-color: #5B3222;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  padding: 0 4px;
}
.product-info {
  padding-bottom: 80px;
}
.product-info .attrs {
  border-bottom: 1px solid #dddce1;
}
.product-info .check-attr {
  padding: 0 10px;
}
.product-info .check-attr:not(:last-child) .row {
  border-bottom: 1px solid #dddce1;
}
.product-info .check-attr .title {
  display: flex;
  align-items: center;
  padding: 10px 18px 0;
}
.product-info .check-attr .title .iOS-Check {
  margin-right: 10px;
}
.product-info .check-attr .row {
  padding: 0 18px 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 6px;
}
.product-info .check-attr .row .col {
  width: calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
}
.product-info .check-attr .row .col label {
  white-space: nowrap;
  width: 60px;
}
.product-info .check-attr .row .col input {
  display: block;
  width: calc(100% - 60px);
  height: 30px;
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #888888;
}
.product-info .check-attr .row .col select {
  display: block;
  width: calc(100% - 60px);
  height: 30px;
  padding: 0 8px;
  border: 1px solid #ddd;
  color: #888888;
}
.product-info .appreciate {
  padding: 5px 10px;
}
.product-info .appreciate .title {
  font-size: 18px;
  line-height: 25px;
}
.product-info .appreciate .img {
  margin: 10px;
}
.product-info .appreciate .img img {
  width: 100%;
}

.sure-info {
  padding-bottom: 72px;
}
.sure-info .attrs {
  border-bottom: 1px solid #dddce1;
}
.sure-info .check-attr {
  padding: 0 10px;
}
.sure-info .check-attr:not(:last-child) .row {
  border-bottom: 1px solid #dddce1;
}
.sure-info .check-attr .title {
  display: flex;
  align-items: center;
  padding: 10px 18px 0;
}
.sure-info .check-attr .title .iOS-Check {
  margin-right: 10px;
}
.sure-info .check-attr .row {
  padding: 0 18px 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
.sure-info .check-attr .row .col {
  width: calc((100% - 12px) / 2);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.sure-info .check-attr .row .col label {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  text-align: left;
  padding: 0 2px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.sure-info .check-attr .row .col input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #101010;
  box-sizing: border-box;
  font-size: 12px;
}
.sure-info .check-attr .row .col select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #101010;
  box-sizing: border-box;
  font-size: 12px;
}
.sure-info .check-attr .row .col.col-half {
  width: calc((100% - 12px) / 2);
}
.sure-info .check-attr .row .col input,
.sure-info .check-attr .row .col select {
  text-align: left;
}

.sure-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.sure-footer .sure-order.fixed-btn {
  width: min(92vw, 420px);
  height: 46px;
  position: static;
  border: none;
  background-color: #5b3222;
  color: #fff;
  border-radius: 14px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 46px;
}

.sure-more-hint {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 74px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 14px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  z-index: 1100;
  transition: opacity 0.15s ease;
}

.sure-more-hint::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  margin-left: 8px;
  vertical-align: middle;
  animation: sureMoreBounce 1.1s infinite;
}

.sure-more-hint.show {
  opacity: 1;
}

@keyframes sureMoreBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(3px); }
}

.sure-footer .sure-order.fixed-btn:hover {
  filter: brightness(0.98);
}

.sure-footer .sure-order.fixed-btn:active {
  filter: brightness(0.95);
}

.waitting-body .list .item ul li .look,
.waitting-body .list .item1 ul li .look {
  background: #5b3222;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  line-height: 16px;
  font-size: 12px;
}

.fixed-btn {
  width: 60px;
  height: 60px;
  background-color: #5B3222;
  border: 1px solid white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: white;
  position: fixed;
  bottom: 15px;
  z-index: 1000;
}
.fixed-btn.back {
  left: 16px;
}
.fixed-btn.join {
  right: 16px;
}
.fixed-btn.order-now {
  right: 16px;
  background-color: #955123;
  border-color: rgba(255, 255, 255, 0.9);
}
.fixed-btn.save {
  right: 16px;
}
.fixed-btn.back-order {
  left: calc(50% - 30px);
}
.fixed-btn.back-selecteds {
  left: calc(50% - 30px);
}
.model {
  display: none;
  position: fixed;
  width: 100vw;
  top: 64px;
  bottom: 62px;
  height: auto;
  left: 0;
  z-index: 2000;
}
.model .bg-model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.model .con-model {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 0;
  overflow: hidden;
}

.model iframe.con-model {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.layer-ext-fullpanel.layui-layer {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.layer-ext-fullpanel.layui-layer .layui-layer-content {
  border-radius: 0;
  overflow: hidden;
}
.model-selecteds .con-model {
  border-radius: 16px 16px 0 0;
}
.selecteds-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #F4EAE4;
  position: relative;
}
.selecteds-body .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #5B3222;
  text-align: center;
  padding: 15px 10px 5px;
}
.selecteds-body .title .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.selecteds-body .total {
  width: 100%;
  height: 30px;
  background-color: #edeff1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #7f7f7f;
}
.selecteds-body .location {
  display: none;
}
.selecteds-body .location .face {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
.selecteds-body .location .face img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.selecteds-body .location p {
  font-size: 12px;
  color: #5B3222;
}
.selecteds-body .list {
  padding: 0 10px;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 0px;
}

.selecteds-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  margin-top: 0;
  padding: 10px 10px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  border-top: 1px solid rgba(179, 155, 135, 0.35);
  background: rgba(255, 255, 255, 0.72);
 
}

.selecteds-actions .btn {
  height: 40px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #5B3222;
  border: 1px solid rgba(179, 155, 135, 0.45);
  background: rgba(255, 255, 255, 0.55);
}

.selecteds-actions .btn.order-now {
  background: #5B3222;
  color: #fff;
  border-color: #5B3222;
}
.selecteds-body .list .item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 10px 10px;
  border-radius: 8px;
  background: rgba(149, 81, 35, 0.05);
  border: 1px solid rgba(179, 155, 135, 0.35);
}
.selecteds-body .list .item .check {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.selecteds-body .list .item .check input {
  width: 18px;
  height: 18px;
  accent-color: #5B3222;
}
.selecteds-body .list .item > span {
  font-weight: 700;
  font-size: 14px;
  color: #5B3222;
}
.selecteds-body .list .item .no {
  width: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item .name {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item .attr {
  width: 64px;
  color: #B39B87;
}
.selecteds-body .list .item .num {
  width: 30px;
}
.selecteds-body .list .item .hand {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.selecteds-body .list .item .hand i {
  display: block;
}
.selecteds-body .list .item .hand i + i {
  margin-left: 0;
}

.selecteds-body .list .item1 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selecteds-body .list .item1 > span {
  font-weight: 700;
  font-size: 14px;
  color: #4b5867;
}
.selecteds-body .list .item1 .no {
  width: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item1 .name {
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item1 .attr {
  width: 70px;
}
.selecteds-body .list .item1 .num {
  width: 30px;
}
.selecteds-body .list .item1 .hand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selecteds-body .list .item1 .hand i {
  display: block;
}
.selecteds-body .list .item1 .hand i + i {
  margin-left: 5px;
}

.model-menus .con-model {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  /*bottom: 5vh;*/
  border-bottom: 1px solid #e7e7e9;
}
.model-menus .con-model .item {
  width: 93px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #bbbbbb;
  border-right: 1px solid #e7e7e9;
}
.model-menus .con-model .item span {
  display: block;
  margin-top: 10px;
}

.model-menus .con-model .item1 {
  width: 93px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #bbbbbb;
  border-right: 1px solid #e7e7e9;
}
.model-menus .con-model .item1 span {
  display: block;
  margin-top: 10px;
}

.model-pay .con-model {
  width: 320px;
  height: calc(90vh - 150px);
  left: calc(50% - 160px);
  bottom: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.pay-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.pay-body .title {
  font-weight: 700;
  font-size: 16px;
  color: #4b5867;
  text-align: center;
  padding: 15px 10px 5px;
}
.pay-body .tip {
  text-align: center;
  font-size: 12px;
  color: #7f7f7f;
  margin-bottom: 4px;
}
.pay-body .list {
  padding: 0 15px;
  height: calc(100% - 110px);
}
.pay-body .list .label {
  border-left: 2px solid #5B3222;
  padding-left: 10px;
  color: #101010;
  line-height: 20px;
}
.pay-body .list ul {
  height: calc(100% - 20px);
  padding: 10px 28px;
  overflow-y: auto;
  border-bottom: 1px dashed #bbbbbb;
}
.pay-body .list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4b5867;
  font-weight: 700;
  padding: 10px 8px;
}
.pay-body .list ul li:not(:last-child) {
  border-bottom: 1px solid #bbbbbb;
}
.pay-body .list ul li .no {
  width: 24px;
}
.pay-body .list ul li .name {
  width: 100px;
}
.pay-body .list ul li .attr {
  width: 60px;
}
.pay-body .hand {
  height: 45px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-body .hand button {
  width: 50%;
  height: 100%;
  background-color: #5B3222;
  color: white;
}
.pay-body .hand button.cancel {
  color: #9e9e9e;
  border-right: 1px solid white;
}
.model-waitting .con-model {
  border-radius: 16px 16px 0 0;
}
.waitting-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F4EAE4;
}
.waitting-body .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #5B3222;
  text-align: center;
  padding: 15px 10px 5px;
}
.waitting-body .title .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.waitting-body .list {
  padding: 0 15px 15px;
  height: calc(100% - 37px);
  overflow-y: auto;
}
.waitting-body .list .item .label {
  border-left: 3px solid #955123;
  padding-left: 10px;
  color: #5B3222;
  line-height: 20px;
}
.waitting-body .list .item ul {
  padding: 0 5px;
}
.waitting-body .list .item ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  color: #5B3222;
  font-weight: 700;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 12px;
  background: rgba(149, 81, 35, 0.05);
  border: 1px solid rgba(179, 155, 135, 0.35);
}
.waitting-body .list .item ul li .no {
  width: 24px;
}
.waitting-body .list .item ul li .name {
  flex: 1;
  min-width: 0;
}
.waitting-body .list .item ul li .attr {
  width: 64px;
  color: #B39B87;
}
.waitting-body .list .item ul li .num {
  width: 20px;
}
.waitting-body .list .item + .item .label {
  margin-top: 10px;
}

.waitting-body .list .item1 .label {
  border-left: 2px solid #5B3222;
  padding-left: 10px;
  color: #101010;
  line-height: 20px;
}
.waitting-body .list .item1 ul {
  padding: 0 5px;
}
.waitting-body .list .item1 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4b5867;
  font-weight: 700;
  padding: 10px 8px;
  border-bottom: 1px solid #bbbbbb;
}
.waitting-body .list .item1 ul li .no {
  width: 24px;
}
.waitting-body .list .item1 ul li .name {
  width: 100px;
}
.waitting-body .list .item1 ul li .attr {
  width: 70px;
}
.waitting-body .list .item1 ul li .num {
  width: 20px;
}
.waitting-body .list .item1 + .item1 .label {
  margin-top: 10px;
}

.model-order .con-model {
  border-radius: 16px 16px 0 0;
}
.order-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F4EAE4;
}
.order-body .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #5B3222;
  text-align: center;
  padding: 15px 10px 5px;
}
.order-body .title .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.order-body .list {
  padding: 0 15px 15px;
  height: calc(100% - 37px);
  overflow-y: auto;
}
.order-body .list .item .label {
  border-left: 3px solid #955123;
  padding-left: 10px;
  color: #5B3222;
  line-height: 20px;
}
.order-body .list .item ul {
  padding: 0 5px;
}
.order-body .list .item ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  color: #5B3222;
  font-weight: 700;
  padding: 10px 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: rgba(149, 81, 35, 0.05);
  border: 1px solid rgba(179, 155, 135, 0.35);
}
.order-body .list .item ul li .no {
  width: 24px;
}
.order-body .list .item ul li .name {
  flex: 1;
  min-width: 0;
}
.order-body .list .item ul li .attr {
  width: 64px;
  color: #B39B87;
}
.order-body .list .item ul li .num {
  width: 20px;
}
.order-body .list .item ul li .hand {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.order-body .list .item ul li .hand .rollback {
  color: #955123;
}

.order-body .list .item ul li .hand .rollback.is-disabled {
  opacity: 0.35;
}

.order-body .list .item ul li .hand .edit {
  display: none !important;
}
.order-body .list .item + .item .label {
  margin-top: 10px;
}

.order-body .list .item1 .label {
  border-left: 2px solid #5B3222;
  padding-left: 10px;
  color: #101010;
  line-height: 20px;
}
.order-body .list .item1 ul {
  padding: 0 18px;
}
.order-body .list .item1 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4b5867;
  font-weight: 700;
  padding: 10px 8px;
  border-bottom: 1px solid #bbbbbb;
}
.order-body .list .item1 ul li .no {
  width: 24px;
}
.order-body .list .item1 ul li .name {
  width: 100px;
}
.order-body .list .item1 ul li .attr {
  width: 70px;
}
.order-body .list .item1 ul li .num {
  width: 20px;
}
.order-body .list .item1 + .item1 .label {
  margin-top: 10px;
}

.login {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url('../images/loginbg.jpg') no-repeat center center / cover;
  background-size: 100% 100%;
  color: white;
}

.login .bg,
.login .login-panel {
  padding: 16px 22px;
  background: rgb(162 95 41 / 35%);
  /* border: 1px solid rgba(141, 141, 141, 0.85); */
  border-radius: 16px;
}
.login .logo {
  width: 27.467vw;
  height: 9.467vw;
  /*background: url('../images/logo.png') no-repeat center center / cover;*/
  margin-bottom: 16.933vw;
}
.login h3 {
  font-size: 6.743vw;
  font-weight: 400;
}
.login p {
  font-size: 2.712vw;
  margin: 3.733vw 0 10.133vw;
}
.login .box .item {
  width: 56.667vw;
  border-bottom: 1px solid #f3e8e273;
  padding: 3.467vw 0;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 3.619vw;
}
.login .box .item .field-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  margin-right: 10px;
  flex: 0 0 auto;
}
.login .box .item .field-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.login .box .item label {
  white-space: nowrap;
  color: #FFFFFF;
}
.login .box .item input {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  color: white;
  height: 4vw;
  line-height: 4vw;
}
.login .box .item:not(:last-child) {
  margin-bottom: 5.73vw;
}
.login .box .item:not(:last-child) input {
  padding-left: 15px;
}

.login .box .item1 {
  width: 56.667vw;
  border-bottom: 1px solid white;
  padding: 3.467vw 0;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 3.619vw;
}
.login .box .item1 label {
  white-space: nowrap;
}
.login .box .item1 input {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  color: white;
  height: 4vw;
  line-height: 4vw;
}
.login .box .item1:not(:last-child) {
  margin-bottom: 5.73vw;
}
.login .box .item1:not(:last-child) input {
  padding-left: 15px;
}

.login .hand {
  margin-top: 10.8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .hand button {
  width: 24.8vw;
  height: 7.467vw;
  font-size: 14px;
  border: 1px solid #8d8d8d;
}
.login .hand button.clear {
  border-radius: 5px 0 0 5px;
  background-color: #dddddd;
  color: #333;
}
.login .hand button.sure {
  border-radius: 0 5px 5px 0;
  color: white;
  background: #904822;
}
/* 基础样式 - 根据您的实际样式调整 */
.products .right .list .img {
  cursor: pointer;
  display: block;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
}
.products .right .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.products .right .list .img:hover img {
  transform: scale(1.05);
}
/* 进度条容器 */
.progress-bar {
  width: 95%;
  margin-top: -5px;
}

/* 进度条标签行（显示数字） */
.progress-bar-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

/* 进度条轨道 */
.progress-bar-track {
  width: 100%;
  height: 6px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}

/* 进度条填充部分 */
.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #4CAF50, #8BC34A);
  border-radius: 3px;
  transition: width 0.3s ease;
}

/* 当已选数量达到或超过80时改变颜色 */
.progress-bar-fill[style*="100%"] {
  background: linear-gradient(90deg, #FF9800, #F44336);
}

.sold-out {
  color: #ff4d4f;
  font-weight: 500;
  background-color: #fff2f0;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.layer-ext-myskin {
  text-align: left !important;
  font-weight: bold !important;  /* 标准加粗 */
}

:root {
  --color-primary: #5B3222;
  --color-muted: #B39B87;
  --color-divider: rgba(179, 155, 135, 0.35);
  --shadow-soft: 0 10px 26px rgba(149, 81, 35, 0.10);
  --radius-pill: 999px;
  --radius-card: 18px;
}

.layui-layer-shade {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.layui-layer.layui-layer-msg {
  top: 150px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: table !important;
  box-sizing: border-box !important;
  background: rgba(91, 50, 34, 0.92) !important;
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  white-space: normal !important;
  width: fit-content !important;
  max-width: 80vw !important;
  min-width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  box-shadow: var(--shadow-soft) !important;
  border: 0 !important;
  animation: layer-msg-in 0.25s ease-out;
}

.layui-layer.layui-layer-msg .layui-layer-content {
  white-space: normal !important;
  display: inline !important;
  width: auto !important;
  max-width: 100% !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

.layui-layer.layui-layer-msg .layui-layer-content.layui-layer-padding {
  padding: 0 !important;
  min-height: 0 !important;
  line-height: 18px !important;
}

.layui-layer.layui-layer-msg .layui-layer-content::before,
.layui-layer.layui-layer-msg .layui-layer-content::after {
  display: none !important;
  content: none !important;
}

.layui-layer.layui-layer-msg .layui-layer-content p,
.layui-layer.layui-layer-msg .layui-layer-content div,
.layui-layer.layui-layer-msg .layui-layer-content span {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.layui-layer.layui-layer-msg .layui-layer-content br:last-child {
  display: none !important;
}

.layui-layer.layui-layer-msg .layui-layer-ico {
  display: none !important;
}

@keyframes layer-msg-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) {
  border-radius: var(--radius-card) !important;
  overflow: hidden;
  box-shadow: var(--shadow-soft) !important;
  width: calc(100% - 48px) !important;
  max-width: 320px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-title {
  display: none !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-setwin,
.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-close {
  display: none !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-content {
  padding: 24px 20px 16px !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: var(--color-primary) !important;
  text-align: center !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-ico {
  display: none !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-btn {
  display: flex !important;
  flex-direction: row-reverse !important;
  padding: 0 !important;
  border-top: 1px solid var(--color-divider) !important;
  text-align: center !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-btn a {
  flex: 1;
  margin: 0 !important;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.65) !important;
  color: #BDAA9A !important;
  font-weight: 500 !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-btn a:active {
  background: rgba(0, 0, 0, 0.04) !important;
}

.layui-layer.layui-layer-dialog:not(.layui-layer-msg) .layui-layer-btn .layui-layer-btn0 {
  color: #BDAA9A !important;
  font-weight: 500 !important;
  border-left: 1px solid var(--color-divider) !important;
}
/* 小号loading动画 */
.loading-spinner-small {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* 禁用点击样式 */
.add.processing {
  cursor: wait;
  opacity: 0.8;
}

/* 自定义弹窗样式 */
.custom-dialog {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.dialog-content h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.dialog-message {
  margin: 0 0 20px 0;
  text-align: center;
  color: #666;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}

.quantity-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.quantity-input {
  width: 60px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}

.dialog-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-cancel, .btn-confirm {
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.btn-cancel {
  background: #f5f5f5;
  color: #333;
}

.btn-confirm {
  background: #4CAF50;
  color: white;
  border-color: #4CAF50;
}
