@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 宋体;
  color: #333;
  outline: 0;
}

body {
  background: rgba(245, 245, 245, 0.9607843137);
  font-family: "Microsoft YaHei";
}

a,
a:hover {
  color: #333;
}

html {
  font-size: 13.3333333333vw;
}

img {
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.van-nav-bar .van-icon {
  color: #000;
}

.fx {
  display: flex;
}

.fdc {
  flex-direction: column;
}

.ac {
  align-items: center;
}

.jc {
  justify-content: center;
}

.jsb {
  justify-content: space-between;
}

.justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.jsa {
  justify-content: space-around;
}

.van-nav-bar__text,
.van-icon-arrow-left {
  color: #6E6E6E !important;
}

a {
  color: #000000;
}

.shopList .nav-bar {
  height: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.24rem;
  z-index: 300;
  backface-visibility: hidden;
  padding: 0.2rem 0.2rem 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
}
.shopList .shop-wrap {
  margin: 0.2rem;
}
.shopList .shop-wrap .shop-item {
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.shopList .shop-wrap .shop-item .content .name {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.2rem;
  width: 4.5rem;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 溢出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.shopList .shop-wrap .shop-item .content .address {
  font-size: 0.22rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.2rem;
}
.shopList .shop-wrap .shop-item .content .time {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  color: #999999;
  margin-bottom: 0.2rem;
}
.shopList .shop-wrap .shop-item .right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.shopList .shop-wrap .shop-item .right-box .km {
  text-align: right;
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.shopList .shop-wrap .shop-item .right-box .menus {
  display: flex;
  margin-top: 0.2rem;
}
.shopList .shop-wrap .shop-item .right-box .menus .menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.3rem;
}
.shopList .shop-wrap .shop-item .right-box .menus .menu-item img {
  height: 0.34rem;
  width: auto;
}
.shopList .shop-wrap .shop-item .right-box .menus .menu-item span {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 0.1rem;
}

.paySuccess .success-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0.3rem;
  flex-direction: column;
}
.paySuccess .success-img .icon-success {
  width: 1.36rem;
  height: 1.36rem;
}
.paySuccess .success-img .ellipse {
  height: 0.18rem;
  width: 0.96rem;
  background-color: #E2E2E2;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0.2rem;
}
.paySuccess .status {
  font-size: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #111111;
  text-align: center;
  padding: 0.2rem 0;
}
.paySuccess .hint {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  color: #999999;
  text-align: center;
}
.paySuccess .end-btn {
  width: 3.54rem;
  height: 0.9rem;
  background: #3FA6FF;
  border-radius: 0.48rem;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.44rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin: 1.3rem auto;
}

.shopDetail .shop-content {
  background-color: #fff;
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}
.shopDetail .shop-content .header {
  display: flex;
}
.shopDetail .shop-content .header .shop-img img {
  width: 1.6rem;
  height: 1.6rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}
.shopDetail .shop-content .header .info {
  margin-left: 0.2rem;
}
.shopDetail .shop-content .header .info .name {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.2rem;
}
.shopDetail .shop-content .header .info .date {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.2rem;
}
.shopDetail .shop-content .header .info .brand {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.shopDetail .shop-content .more {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1.6;
}
.shopDetail .shop-content .more-text {
  position: absolute;
  font-size: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  display: initial;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.shopDetail .shop-content .ellipsis-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  max-height: 3.4em;
  /* 2行文本的高度，根据行高自行调整 */
}
.shopDetail .shop-content .adddress-con {
  border-top: 1px solid #E9E9E9;
}
.shopDetail .shop-content .adddress-con .title-content {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopDetail .shop-content .adddress-con .title-content .address-name span {
  font-size: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}
.shopDetail .shop-content .adddress-con .title-content .more-shop {
  display: flex;
  align-items: center;
}
.shopDetail .shop-content .adddress-con .title-content .more-shop span {
  font-size: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}
.shopDetail .shop-content .adddress-con .bottom-box {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shopDetail .shop-content .adddress-con .bottom-box .km {
  font-size: 0.22rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 0.4rem;
}
.shopDetail .pay-box {
  background-color: #fff;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopDetail .pay-box .left-con .title {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.2rem;
}
.shopDetail .pay-box .left-con .content span {
  margin-left: 0.1rem;
}
.shopDetail .pay-box .fast-btn {
  width: 1.24rem;
  height: 0.46rem;
  background: #3FA6FF;
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #fff;
  border-radius: 0.4rem;
  line-height: 0.46rem;
  text-align: center;
}

.qrCode .hint {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  justify-content: center;
  margin-top: 1rem;
}
.qrCode .hint span {
  margin-left: 0.2rem;
}
.qrCode .content {
  width: 6.7rem;
  height: 9.76rem;
  background: #FFFFFF;
  margin: 0.4rem auto;
  border-radius: 0.2rem;
}
.qrCode .content .log {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.5rem;
}
.qrCode .content .log img {
  width: 2.22rem;
  height: 0.88rem;
}
.qrCode .content .qr-code {
  width: 4rem;
  height: 4rem;
  margin: 0.6rem auto;
}
.qrCode .content .qr-code img {
  width: 100%;
  height: 100%;
}
.qrCode .content .lose {
  font-size: 0.32rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #757575;
  text-align: center;
  margin-bottom: 0.2rem;
}
.qrCode .content .lose .second {
  font-size: 0.32rem;
  color: #D8645F;
}
.qrCode .content .phone {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #D8645F;
  text-align: center;
}
.qrCode .content .phone a {
  color: #D8645F;
  text-decoration: underline;
}
.qrCode .content .card-line {
  margin-top: 0.5rem;
  border: 1px dashed #D1D1D1;
  position: relative;
}
.qrCode .content .card-line::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  left: -0.26rem;
  top: -0.2rem;
  background-color: #287ACC;
}
.qrCode .content .card-line::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  right: -0.26rem;
  top: -0.2rem;
  background-color: #7AC2E2;
}

.goodsList .van-popup {
  width: calc(100% - 0.6rem);
}

.goodsList .shop-cell {
  position: relative;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  background-color: #ffffff;
}

.goodsList .shop-cell .shop-info div {
  margin: 0.1rem 0;
}

.goodsList .shop-cell .shop-info .shop-type {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 0.2rem;
}

.goodsList .shop-cell .shop-info .shop-name {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}

.goodsList .shop-cell .shop-info .date {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.goodsList .shop-cell .shop-info .shop-site {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.goodsList .shop-cell .arrows-right {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  width: 0.14rem;
  width: 1.24rem;
  height: 0.46rem;
  background: #3FA6FF;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.goodsList .main {
  height: calc(100vh - 45.9913px);
}

.goodsList .cu-dialog,
.goodsList .cu-dialog-40 {
  background-color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: calc(100vw - 1.44rem);
  z-index: 1111;
}
.goodsList .detail--goods-detail-content {
  border-radius: 0.32rem;
  margin: 0.2rem 0.3rem;
  overflow: hiddren;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.goodsList .detail--close-button-img {
  color: #fff;
  height: 0.66rem;
  position: absolute;
  right: 0.18rem;
  top: 0.18rem;
  width: 0.66rem;
  z-index: 999;
}
.goodsList .scroll-view {
  -webkit-overflow-scrolling: touch;
  height: 75vh;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow: auto;
}
.goodsList .detail--goods-images {
  border-radius: 0.22rem;
  font-size: 0;
  overflow: hidden;
}
.goodsList .detail--goods-infos {
  padding: 0.16rem 0.22rem;
  text-align: left;
}
.goodsList .detail--goods-infos .detail--goods-infos-title {
  font-size: 0.3rem;
  font-weight: 500;
  margin: 0.14rem 0;
}
.goodsList .detail--goods-infos .detail--goods-infos-name {
  font-size: 0.34rem;
  font-weight: 500;
  margin-bottom: 0.08rem;
}
.goodsList .detail--goods-infos .detail--goods-infos-desc-text {
  background: #C9E6FF;
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 400;
  height: 0.32rem;
  line-height: 0.34rem;
  overflow: hidden;
  padding: 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goodsList .detail--goods-infos .detail--goods-infos-taste {
  word-wrap: break-word;
  display: inline-block;
  font-size: 0.26rem;
  height: auto;
  white-space: pre-wrap;
}
.goodsList .detail--goods-infos .detail--goods-infos-taste-item {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #3FA6FF;
  border-radius: 0.66rem;
  color: #3FA6FF;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0.3rem;
  height: 0.44rem;
  line-height: 0.38rem;
  margin: 0.06rem 0.12rem 0.06rem 0;
  padding: 0 0.14rem;
}
.goodsList .detail--goods-infos .detail--goods-infos-taste-item-desc {
  color: #3FA6FF;
  display: inline-block;
  font-size: 0.22rem;
}
.goodsList .detail--goods-infos .detail--goods-infos-taste-item-active {
  background-color: #3FA6FF;
  color: #fff;
}
.goodsList .button-hll-long {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.32rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 0.66rem;
  -webkit-justify-content: center;
  justify-content: center;
}
.goodsList .button-hll-long {
  background: #3FA6FF;
  font-size: 0.34rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.goodsList .detail--goods-infos-num {
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e1d9d6;
  display: -webkit-flex;
  display: flex;
  height: 0.92rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.16rem;
}

.line-orange,
.lines-orange,
.text-orange {
  color: #3FA6FF;
}

.margin-lr-xs {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.text-sm {
  font-size: 0.3rem;
}

.text-color,
.text-medium-bold {
  font-weight: 500;
}

.goodsList .main .category-list {
  background: white;
  width: 2.5rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0.2rem;
}

.goodsList .main .category-list .category-item {
  width: 100%;
  position: relative;
  margin-top: 0.4rem;
}

.goodsList .main .category-list .category-item::before {
  content: "";
  display: block;
  width: 100%;
  border: 0.02rem solid #BFBFBF;
  position: absolute;
  bottom: 0;
}

.goodsList .main .category-list .active::before {
  border: 0.02rem solid #000;
}

.goodsList .main .category-list .category-item .icon-category {
  height: 0.3rem;
}

.goodsList .main .category-list .category-item .icon-category img {
  height: 100%;
  vertical-align: top;
}

.goodsList .main .category-list .category-item .category-name {
  font-size: 0.32rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #BFBFBF;
  text-align: left;
  width: 100%;
  height: 0.7rem;
}

.goodsList .main .category-list .active .category-name {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}

.goodsList .main .commodity-list {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.goodsList .main .commodity-list .placeholder {
  height: 2rem;
}

.goodsList .main .commodity-list .commodity-category-list .title {
  font-size: 0.3rem;
  color: gray;
  margin: 0.1rem 0.2rem;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item {
  background-color: #ffffff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  margin: 0.2rem 0.2rem;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-picture {
  width: 1.8rem;
  height: 1.8rem;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-picture img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info {
  width: 62%;
  margin-left: 0.1rem;
  position: relative;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info div {
  padding: 0.02rem 0;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .name {
  font-size: 0.29rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .describe {
  font-size: 0.24rem;
  color: #959595;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .cell {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .cell .price {
  font-size: 0.29rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .cell span {
  font-size: 0.22rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #999999;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .cell .btn-select {
  width: 1.02rem;
  height: 0.46rem;
  position: relative;
  font-size: 0.22rem;
  color: #ffffff;
  background-color: #3FA6FF;
  border-radius: 0.4rem;
  line-height: 0.46rem;
  text-align: center;
}

.goodsList .main .commodity-list .commodity-category-list .commodity-item .commodity-info .cell .btn-select .count {
  position: absolute;
  height: 0.1rem;
  line-height: 0.1rem;
  border-radius: 1rem;
  border: 0.01rem solid #ffffff;
  color: #ffffff;
  font-size: 0.22rem;
  padding: 0.1rem;
  background-color: #dba972;
  top: -0.18rem;
  right: -0.1rem;
}

.goodsList .sku-content .sku-pic {
  width: 6rem;
  height: 4.1rem;
  margin: 0.4rem auto;
  border-radius: 0.2rem;
}

.goodsList .sku-content .sku-pic img {
  width: 100%;
  height: 100%;
  background-size: contain;
}

.goodsList .sku-content {
  width: 6rem;
  margin: 0 auto;
}
.goodsList .sku-content .sku-info .name {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  display: flex;
  justify-content: space-between;
}
.goodsList .sku-content .sku-info .name .price {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #3FA6FF;
}

.goodsList .sku-content .sku-name {
  font-size: 0.34rem;
  font-weight: bold;
  padding: 0.2rem;
}

.goodsList .sku-content .van-divider {
  margin: 0rem;
}

.goodsList .sku-content .describe-info {
  color: gray;
  font-size: 0.26rem;
  padding: 0.2rem;
}

.goodsList .sku-content .count {
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}

.goodsList .sku-content .count .van-stepper--round .van-stepper__minus {
  color: #d4ab77;
  border: 1px solid #d4ab77;
}

.goodsList .sku-content .count .van-stepper--round .van-stepper__plus {
  background-color: #d4ab77;
}

.goodsList .sku-content .sku-options {
  padding: 0.2rem;
  margin-bottom: 2rem;
}

.goodsList .sku-content .sku-options .cell {
  font-size: 0.26rem;
  margin: 0.2rem 0;
}

.goodsList .sku-content .sku-options .cell .title {
  color: gray;
}

.goodsList .sku-content .sku-options .cell .tabs {
  margin: 0.2rem 0;
}

.goodsList .sku-content .sku-options .cell .tabs .tab-item {
  padding: 0.06rem 0.2rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  background-color: #ffffff;
  border: 0.01rem solid #eae9e9;
}

.goodsList .sku-content .sku-options .cell .tabs .active {
  color: #dba972;
  border: 0.01rem solid dba972;
  background-color: #fff4e9;
}

.goodsList .sku-content .selected-content {
  padding: 0.2rem;
  position: relative;
  font-size: 0.26rem;
}

.goodsList .sku-content .selected-content .title {
  color: gray;
}

.goodsList .sku-content .addition {
  height: 1rem;
  width: 7.5rem;
  font-size: 0.3rem;
  background-color: #DBA972;
  color: #ffffff;
  border-radius: 0.1rem;
  position: fixed;
  bottom: 0rem;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  line-height: 1rem;
  z-index: 1;
}

.goodsList .shopping-list {
  z-index: 1;
  background-color: #ffffff;
  width: 100vw;
  position: fixed;
  bottom: 0.87rem;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.2rem 0;
  height: 4rem;
  max-height: 4rem;
  overflow: auto;
}

.goodsList .shopping-list .commodity-cell {
  margin: 0.2rem 0;
  padding: 0.2rem;
  border-bottom: 0.01rem solid #eeebeb;
}

.goodsList .shopping-list .commodity-cell .picture {
  width: 1.4rem;
  height: 1.4rem;
}

.goodsList .shopping-list .commodity-cell .picture img {
  width: 100%;
  height: 100%;
}

.goodsList .shopping-list .commodity-cell .commodity-content {
  margin-left: 0.2rem;
  width: 70%;
}

.goodsList .shopping-list .commodity-cell .commodity-content div {
  margin: 0.02rem 0;
}

.goodsList .shopping-list .commodity-cell .commodity-content .name {
  font-size: 0.3rem;
}

.goodsList .shopping-list .commodity-cell .commodity-content .describe {
  font-size: 0.26rem;
  color: gray;
}

.goodsList .shopping-list .commodity-cell .commodity-content .control .price {
  font-size: 0.3rem;
  color: red;
}

.goodsList .submit-bar {
  height: 0.88rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f0f0f0;
  width: 100vw;
  z-index: 2;
}

.goodsList .submit-bar .shopping {
  position: absolute;
  left: 0.6rem;
  bottom: 0.1rem;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 4px 0.06rem #949a9a;
}

.goodsList .submit-bar .shopping .commodity-total {
  font-size: 0.28rem;
  position: absolute;
  background-color: #DBA972;
  border-radius: 1rem;
  color: #ffffff;
  padding: 0.12rem;
  height: 0.11rem;
  text-align: center;
  line-height: 0.11rem;
  border: 0.02rem solid #ffffff;
  right: -0.1rem;
  top: -0.1rem;
}

.goodsList .submit-bar .price {
  position: absolute;
  font-size: 0.3rem;
  font-weight: bold;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.goodsList .submit-bar .btn-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.3rem;
  width: 1.76rem;
  height: 0.88rem;
  background-color: #dba972;
  text-align: center;
  line-height: 0.88rem;
  color: #ffffff;
}

.createOrder {
  /* 设置占位符文本的颜色 */
}
.createOrder .order-title {
  font-size: 0.34rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #111111;
  margin: 0.3rem 0.3rem;
}
.createOrder .shop-list-item {
  margin-top: 13px;
  padding: 0.3rem;
}
.createOrder .shop-list-item .shop-list-item-distance {
  font-size: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-left: 0.05rem;
}
.createOrder .shop-list-item .shop-list-item-line1 {
  -webkit-align-items: center;
  align-items: center;
}
.createOrder .shop-list-item .shop-list-item-line1 .shop-name {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}
.createOrder .shop-list-item .shop-list-item-line1 .cu-icon-location {
  margin-left: 6px;
  width: 0.2rem;
}
.createOrder .shop-list-item .shop-list-item-line2 {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0.2rem;
}
.createOrder .settle-item {
  margin: 0.3rem auto;
}
.createOrder .settle-list {
  padding: 0.3rem;
}
.createOrder .settle-list .title {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}
.createOrder .settle-list .desc {
  color: #858585;
  font-size: 11px;
  font-weight: 500;
  max-width: 80%;
}
.createOrder .settle-list-panel {
  position: relative;
}
.createOrder .settle-list-panel img {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.2rem;
}
.createOrder .settle-list-panel .infos {
  height: 1.4rem;
  margin-left: 0.2rem;
  width: 100%;
}
.createOrder .settle-list-panel .infos .name {
  font-size: 0.26rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-bottom: 0.12rem;
}
.createOrder .settle-list-panel .infos .name .text-medium-bold {
  margin-left: 0.2rem;
}
.createOrder .settle-list-panel .infos .desc {
  font-size: 0.26rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-bottom: 0.12rem;
}
.createOrder .bar--footer-bar {
  background: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.createOrder .bar--footer-bar .text-xl {
  font-size: 0.36rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
}
.createOrder .bar--footer-bar .settle-bar-content {
  height: 1rem;
  padding: 0 0.4rem;
  width: calc(100vw - 0.8rem);
}
.createOrder .bar--footer-bar .hot-btn {
  width: 1.24rem;
  height: 0.58rem;
  background: #3FA6FF;
  border-radius: 0.4rem;
  line-height: 0.58rem;
  text-align: center;
  font-size: 0.26rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.createOrder .pickup-info {
  padding: 0.3rem;
}
.createOrder .align-baseline {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.createOrder .margin-top-28 {
  margin-top: 15px;
}
.createOrder .cu-form-cake-group {
  display: flex;
}
.createOrder .cu-form-pickup-group .cu-form-pickup-title div {
  font-weight: bold;
}
.createOrder .pickup--cu-form-pickup-group {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 0.6rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.createOrder .pickup--cu-form-pickup-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  text-align: justify;
  width: 2.2rem;
}
.createOrder .pickup--cu-form-pickup-title .text-orange {
  color: #000;
}
.createOrder .info--cu-form-cake-title {
  width: 2.2rem;
  font-weight: bold;
}
.createOrder .info--cu-form-cake-title .text-orange {
  color: #000;
}
.createOrder .main-card,
.createOrder .main-card-56 {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  margin: 0.32rem 0.2rem;
}
.createOrder .text-center {
  text-align: center;
}
.createOrder .text-left {
  text-align: left;
}
.createOrder .isCake .cu-form-cake-group {
  height: 0.6rem;
  display: flex;
  align-items: center;
}
.createOrder .isCake .cu-form-cake-group .van-cell {
  padding: initial;
  width: 4.3rem;
}
.createOrder .isCake .cu-form-cake-group .van-cell .van-field__word-limit {
  position: absolute;
  right: 0rem;
  bottom: 0.1rem;
}
.createOrder .pickup--text-light-gray,
.createOrder .info--text-light-gray {
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.createOrder ::placeholder {
  color: #999;
  font-family: PingFang SC, PingFang SC;
}
.createOrder .van-picker .van-picker__cancel,
.createOrder .van-picker .van-picker__confirm {
  font-size: 0.26rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.createOrder .van-picker .van-picker__confirm {
  font-size: 0.26rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #3FA6FF;
}
.createOrder .van-picker .van-picker-column__item {
  font-size: 0.28rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #3FA6FF;
}

.relationList .main-card {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;
}
.relationList .main-card .text-xl {
  font-size: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-left: 0.3rem;
}
.relationList .main-card .mobile {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  margin-right: 0.2rem;
}
.relationList .main-card .menu {
  margin-right: 0.2rem;
}
.relationList .main-card .text-light-gray {
  color: #999999;
}
.relationList .default-address {
  padding: 0.4rem 0.2rem;
}

.margin-top-28 {
  margin: 0.28rem;
}

.margin-left-xs {
  margin-left: 0.1rem;
}

.relationAdd .main-card {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  /* 设置占位符文本的颜色 */
}
.relationAdd .main-card .title {
  width: 1.6rem;
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-left: 0.2rem;
}
.relationAdd .main-card ::placeholder {
  color: #999;
  font-family: PingFang SC, PingFang SC;
}
.relationAdd .main-card .text-xl {
  font-size: 0.4rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #212121;
  margin-left: 0.3rem;
}
.relationAdd .main-card .mobile {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  margin-right: 0.2rem;
}
.relationAdd .main-card .van-radio__label {
  font-size: 0.3rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.relationAdd .main-card .menu {
  margin-right: 0.2rem;
}
.relationAdd .main-card .text-light-gray {
  color: #999999;
}
.relationAdd .footer-bar {
  bottom: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.relationAdd .footer-bar .bar--footer-con .button-hll-long {
  margin: 0 0.6rem;
  background: #3FA6FF;
  font-size: 0.32rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 0.6rem;
  -webkit-justify-content: center;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
