* {
  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;
}
body {
  font-size: 14px;
}
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: 40px;
  background-color: #5B3222;
  display: flex;
  align-items: center;
  color: white;
  padding: 0 10px;
}
.header .user {
  width: 100px;
  font-size: 12px;
}
.header .user p {
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .theme {
  flex: 1;
  text-align: center;
  font-size: 18px;
}
.header .logout {
  width: 87px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0px;
  color: #f2ecec;
  border-radius: 30px;
  font-size: 12px;
  line-height: 17px;
}
.sample {
  padding-top: 40px;
}
.search {
  background-color: #EEEAD7;
  padding: 0 10px 8px;
}
.search .times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #101010;
  padding-top: 9px;
  padding-right: 5px;
}
.search .times span {
  color: #bf1818;
}
.search .input {
  margin-top: 6px;
  position: relative;
}
.search .input input {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  border: 1px solid #bbbbbb;
  color: #7f7f7f;
  border-radius: 30px;
  font-size: 14px;
  padding: 0px;
  text-align: center;
  line-height: 20px;
}
.products {
  display: flex;
  width: 100%;
  height: calc(100vh - 300px);
  justify-content: space-between;
  background-color: #ebeaf6;
  padding-top: 10px;
}
.products .tabs {
  width: 20vw;
  height: 100%;
  padding-top: 2vh;
  overflow-y: auto;
  text-align: center;
}
.products .tabs p {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.products .tabs p.active {
  background-color: #5b3222;
  color: white;
}
.products .tabs p + p {
  margin-top: 15px;
}
.products .right {
  width: 80vw;
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
}
.products .right .title {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.products .right .title::before,
.products .right .title::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #bbbbbb;
}
.products .right .title::before {
  margin-right: 10px;
}
.products .right .title::after {
  margin-left: 10px;
}
.products .right .list {
  height: calc(100% - 25px);
  padding-bottom: 10px;
  overflow-y: auto;
  display: none;
}
.products .right .list.active {
  display: block;
  height: 90%;
}
.products .right .list.active .newColor1 {
  color: #DB4E4E;
}
.products .right .list.active .newColor2 {
  color: #BF9018;
}
.products .right .item {
  background-color: white;
  height: 70px;
  border-radius: 5px;
  display: flex;
  position: relative;
}
.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: 10px;
}
.products .right .item .img {
  width: 28vw;
  min-width: 28vw;
  height: 100%;
}
/** 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: fill;
}

.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: 10px 35px 10px 15px;
  flex: 1;
}
.products .right .item .con p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.products .right .item .con span {
  display: block;
  font-size: 12px;
  margin: 6px 0 8px;
}
.products .right .item .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: 10px;
  font-size: 20px;
}

.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: 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;
}
.shop-cart {
  position: relative;
  z-index: 3000;
  background-color: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}
.shop-cart .menu {
  width: 65px;
  height: 40px;
  border-right: 1px solid #dddce1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-cart .samples {
  flex: 1;
}
.shop-cart .samples iframe {
  border: 0;
  width: calc(100vw - 65px - 120px);
  height: 50px;
  display: block;
}
.shop-cart .btn-order{
  width: 120px;
  height: 50px;
  background-color: #5B3222;
  color: white;
  font-size: 14px;
}
.btn-entering{
  width: 75px;
  height: 40px;
  background-color: #0a82e8;
  color: white;
  font-size: 14px;
}
.samples-body {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #b4b4b4;
}
.samples-body .num {
  position: relative;
  margin-right: 10px;
}
.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.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;
  height: calc(100vh - 40px);
  bottom: 0;
  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: 50px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 0;
  overflow: hidden;
}
.model-selecteds .con-model {
  height: 211px;
}
.selecteds-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.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: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #e7e7e9;
}
.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: #4b5867;
}
.selecteds-body .list {
  padding: 0 10px;
  height: 150px;
  overflow-y: auto;
}
.selecteds-body .list .item {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selecteds-body .list .item > span {
  font-weight: 700;
  font-size: 14px;
  color: #4b5867;
}
.selecteds-body .list .item .no {
  width: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item .name {
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selecteds-body .list .item .attr {
  width: 70px;
}
.selecteds-body .list .item .num {
  width: 30px;
}
.selecteds-body .list .item .hand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selecteds-body .list .item .hand i {
  display: block;
}
.selecteds-body .list .item .hand i + i {
  margin-left: 5px;
}

.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 {
  width: 320px;
  height: calc(100vh - 150px);
  left: calc(50% - 160px);
  bottom: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.waitting-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.waitting-body .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #4b5867;
  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: 2px solid #5B3222;
  padding-left: 10px;
  color: #101010;
  line-height: 20px;
}
.waitting-body .list .item ul {
  padding: 0 5px;
}
.waitting-body .list .item 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 .item ul li .no {
  width: 24px;
}
.waitting-body .list .item ul li .name {
  width: 100px;
}
.waitting-body .list .item ul li .attr {
  width: 70px;
}
.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 {
  width: 320px;
  height: calc(100vh - 150px);
  left: calc(50% - 160px);
  bottom: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.order-body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.order-body .title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #4b5867;
  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: 2px solid #5B3222;
  padding-left: 10px;
  color: #101010;
  line-height: 20px;
}
.order-body .list .item ul {
  padding: 0 18px;
}
.order-body .list .item 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 .item ul li .no {
  width: 24px;
}
.order-body .list .item ul li .name {
  width: 100px;
}
.order-body .list .item ul li .attr {
  width: 70px;
}
.order-body .list .item ul li .num {
  width: 20px;
}
.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 {
  padding: 10px 30px;
}
.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 black;
  padding: 3.467vw 0;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 3.619vw;
}
.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: #43291c;
}
/* 基础样式 - 根据您的实际样式调整 */
.products .right .list .img {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.products .right .list .img img {
  width: 28vw;
  /*height: auto;*/
  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;  /* 标准加粗 */
}
/* 小号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;
}