/* @font-face {
  font-family: "dinBold";
  src: url("../font/DIN-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "dinBlack";
  src: url("../font/DIN-Black.otf");
  font-display: swap;
}

@font-face {
  font-family: "dinLight";
  src: url("../font/DIN-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "dinMedium";
  src: url("../font/DIN-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: "phr";
  src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "phm";
  src: url("../font/Alibaba-PuHuiTi-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "phb";
  src: url("../font/Alibaba-PuHuiTi-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "phl";
  src: url("../font/Alibaba-PuHuiTi-Light.ttf");
  font-display: swap;
} */

html {
  font-size: 100px;
  /* background-color: orange; */
  font-family: arial, "Microsoft Yahei";
}

* {
  font-family: "phr";
}

body {
  -webkit-text-size-adjust: 100%;
}

[v-cloak] {
  display: none !important;
}

body {
  background-color: white;
  /* --themeColorA: #73a9f8;
    --themeColorB: #f96049;
    --themeColorC: #7d88f2; */
  --themeColorA: white;
  --themeColorB: #f96049;
  --themeColorC: white;
}

#mainPart {
  position: relative;
}

div::-webkit-scrollbar {
  display: none;
}

html::-webkit-scrollbar {
  display: none;
}

.hide {
  display: none;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* to-top start */
.to-top {
  width: 0.65rem;
  height: 0.65rem;
  border: 0.03rem solid #dddddd;
  border-radius: 0.325rem;
  background-color: white;
  position: fixed;
  right: 0.23rem;
  bottom: 2.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.to-top .to-top-arrow {
  /* background: url('../images/to_top.png') center no-repeat;
    background-size: contain; */
  width: 0.35rem;
  height: 0.35rem;
  color: var(--themeColorA);
  margin: 0 auto;
}
/* to-top end */

/* modal confirm */
.modal-confirm {
  width: 70%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: white;
  border-radius: 0.1rem;
  z-index: 6000;
  box-shadow: 0.01rem 0.01rem 0.1rem;
}

.modal-confirm .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.shadow-back {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 200;*/
  z-index: 5001;
}

.modal-confirm .info {
  width: 100%;
  height: 2rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 2rem;
}

.modal-confirm .cartinfo {
  width: 100%;
  height: 3rem;
}
.modal-confirm .cartinfo .title {
  width: 100%;
  height: 1rem;
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.01rem solid #eeeeee;
}
.modal-confirm .cartinfo .selectType {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.modal-confirm .cartinfo .selectType > svg {
  width: 0.2rem;
  height: 0.2rem;
  color: #999999;
}
.modal-confirm .cartinfo .selectType > p {
  font-size: 0.2rem;
  color: #999999;
  margin-left: 0.1rem;
}

.modal-confirm .btns {
  width: 100%;
}

.modal-confirm .btns div {
  width: 50%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  text-align: center;
  float: left;
  color: white;
  font-weight: bold;
}

.modal-confirm .sure {
  background-color: #25aff3;
  border-bottom-right-radius: 0.1rem;
}

.modal-confirm .cancel {
  background-color: #fe0000;
  border-bottom-left-radius: 0.1rem;
}

/* modal alert */
.modal-alert {
  width: 70%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: white;
  border-radius: 0.1rem;
  z-index: 6000;
  box-shadow: 0.01rem 0.01rem 0.1rem;
}

.modal-alert .info {
  width: 100%;
  height: 2rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 2rem;
}

.modal-alert .sure {
  width: 30%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  text-align: center;
  color: white;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  background-color: #25aff3;
  border-radius: 0.1rem;
}

/* 模态模板2 */
.modal-confirm2 {
  width: 7rem;
  height: 3rem;
  background-color: white;
  position: fixed;
  bottom: 0.25rem;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 6000;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  overflow: hidden;
}
.modal-confirm2 .title {
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #666666;
  border-bottom: 0.01rem solid #cccccc;
  padding: 0.3rem;
  text-align: center;
  flex-wrap: wrap;
}
.modal-confirm2 .btns {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.modal-confirm2 .btns div {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #666666;
}
.modal-confirm2 .btns div:first-child {
  border-right: 0.01rem solid #cccccc;
}
.modal-confirm2 .btns div:active {
  background-color: #e4e4e4;
}
.modal-confirm2 .btns div.alertBtn {
  border: none;
  width: 100%;
}
.modal-confirm2.modal-tips {
  height: 6rem;
}
.modal-confirm2.modal-tips .title {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.25rem;
}
.modal-confirm2.modal-tips .title > p {
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-indent: 2em;
}
.modal-confirm2.modal-tips .title > p > a {
  font-weight: bold;
  color: #b60000;
}

.blank {
  width: 100%;
  height: 1.15rem;
}

.sideTool {
  width: 0.65rem;
  height: auto;
  position: fixed;
  right: 0.23rem;
  bottom: 3.03rem;
}

.sideTool .item {
  width: 0.65rem;
  height: 0.65rem;
  border: 0.03rem solid #dddddd;
  border-radius: 0.325rem;
  background-color: white;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sideTool .item > svg {
  width: 0.4rem;
  height: 0.4rem;
}

/* loading动画 */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#loading > .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loadMask {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loadIcon {
  width: 1rem;
  height: 1rem;
  color: #eeeeee;
  z-index: 1001;
  animation: doRotate 2s linear 0s infinite;
}

@keyframes doRotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bottomFill {
  width: 100%;
  height: 1rem;
}

/* 新H5元素 */
.partTitle {
  width: 7.02rem;
  height: 0.36rem;
  /*margin: 0 auto;*/
  margin-bottom: 0.24rem;
  border-left: 0.04rem solid var(--themeColorA);
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #333333;
  padding-left: 0.22rem;
}

.centerTitle {
  width: 100%;
  height: 0.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centerTitle > div {
  width: 1rem;
  height: 0.01rem;
  background-color: #999999;
}
.centerTitle > p {
  font-size: 0.37rem;
  line-height: 0.37rem;
  width: auto;
  height: 0.37rem;
  margin: 0 0.18rem;
  color: #333333;
  font-weight: bold;
}

/* 新H5底部导航 */
.footerMenu {
  width: 100%;
  /* height: 1rem; */
  background-color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5000;
  box-shadow: 0 -0.06rem 0.06rem 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.footerMenu .item {
  display: flex;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.footerMenu .item > svg {
  width: 0.45rem;
  height: 0.45rem;
  color: #999999;
}
.footerMenu .item > p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #999999;
  margin-top: 0.05rem;
}
.footerMenu .item.active > svg {
  color: var(--themeColorA);
}
.footerMenu .item.active > p {
  color: var(--themeColorA);
}

/* placeholder */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c0c0c0;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0c0c0;
  opacity: 1;
}
/* 以上两个属性分别针对火狐浏览器不同版本 */

input:-ms-input-placeholder {
  /* IE */
  color: #c0c0c0;
  opacity: 1;
}

input::-webkit-input-placeholder {
  /* webkit内核的浏览器，如谷歌，edge */
  color: #c0c0c0;
  opacity: 1;
}

/* 加载相关 - 没有更多了 */
.noMore {
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #acacac;
  line-height: 1em;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}

/* 搜索无结果 */
.noResult {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding-top: 1.05rem;
}
.noResult > div {
  width: 3.05rem;
  height: 3.11rem;
  background: url("../images/noresult.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 0 auto;
}
.noResult > p {
  font-size: 0.3rem;
  color: #acacac;
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin-top: 0.57rem;
}
.noResult > a {
  display: block;
  width: 2.8rem;
  height: 0.8rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border: 0.02rem solid var(--themeColorA);
  font-size: 0.3rem;
  color: var(--themeColorA);
  text-align: center;
  line-height: 0.76rem;
  margin: 1.58rem auto 0 auto;
}

/* 悬浮按钮 */
.floatBtn {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--themeColorA);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
}
.floatBtn > svg {
  width: 0.48rem;
  height: 0.48rem;
  color: white;
}
.floatCart {
  right: 0.4rem;
  bottom: 0.4rem;
}
.floatTop {
  right: 0.4rem;
  bottom: 1.4rem;
}

/* 输入框弹框 */
.modalInput {
  width: 100%;
  height: 3.1rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #eeeeee;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #eeeeee;
  box-shadow: 0px 0px 0.1rem 0.01rem #eeeeee;
  position: fixed;
  left: 0;
  bottom: -3.1rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 501;
}
.modalInput .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: -1;
  display: none;
}
.modalInput.show {
  bottom: 0;
}
.modalInput.show .mask {
  display: block;
}
.modalInput .content {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0.2rem 0.24rem;
}
.modalInput .content textarea {
  width: 100%;
  height: 1.5rem;
  resize: none;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #999999;
  padding: 0.1rem;
  font-size: 0.3rem;
  color: #666666;
}
.modalInput .content div {
  width: 100%;
  height: 0.8rem;
  background-color: var(--themeColorA);
  color: white;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}

.modal-login {
  width: 5rem;
  height: 5rem;
  background-color: white;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 201;
  overflow: hidden;
}

.modal-login .loginTitle {
  width: 100%;
  height: 1rem;
  font-size: 0.28rem;
  line-height: 1rem;
  color: #333333;
  text-align: center;
}

.modal-login .info {
  width: 100%;
  padding: 0 0.5rem;
}

.modal-login .inputTitle {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333333;
}
.modal-login input {
  width: 100%;
  height: 0.7rem;
  padding: 0.1rem 0.2rem;
  background-color: white;
  border: 0.01rem solid #ccc;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  border-radius: 0.04rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.modal-login button {
  width: 100%;
  height: 0.7rem;
  background-color: #f7ac34;
  color: white;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  border-radius: 0.04rem;
  border: none;
  margin-top: 0.2rem;
}

.rules {
  width: 6.12rem;
  height: 8.38rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/ruleBack.png") center
    no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  overflow-y: auto;
  z-index: 9000;
  padding: 0.88rem 0.46rem 0.56rem 0.46rem;
}
.rules .ruleHeader {
  width: 100%;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rules .ruleHeader > div {
  width: 1.38rem;
  height: 0.02rem;
  background-color: var(--themeColorA);
}
.rules .ruleHeader > div > div {
  width: 100%;
  height: 100%;
}
.rules .ruleHeader > div.line1 > div {
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/ruleLine1.png")
    center no-repeat;
  background-size: 100% 100%;
}
.rules .ruleHeader > div.line2 > div {
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/ruleLine2.png")
    center no-repeat;
  background-size: 100% 100%;
}
.rules .ruleHeader > p {
  font-family: phm;
  font-size: 0.32rem;
  line-height: 0.34rem;
  color: #1a1a1a;
  text-align: center;
}
.rules .ruleContents {
  width: 5.2rem;
  height: 6.28rem;
  overflow-y: auto;
  margin-top: 0.32rem;
}
.rules .ruleContents > div {
  width: 100%;
}
.rulesBack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.modal-share {
  width: 5rem;
  height: 5rem;
  background-color: white;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 201;
  overflow: hidden;
}

.modal-share .shareTitle {
  width: 100%;
  height: 1rem;
  font-size: 0.28rem;
  line-height: 1rem;
  color: #333333;
  text-align: center;
}

.modal-share .list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.modal-share .item {
  width: 1rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0.35rem;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
}

.modal-share .item > p {
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 1em;
  color: #1c1c1c;
}

.modal-share .item:nth-child(3n + 1) {
  margin-left: 0;
}

.modal-share .item:nth-child(3n) {
  margin-right: 0;
}

.modal-share .item:last-child {
  margin-right: 0;
}

.modal-share svg {
  width: 0.8rem;
  height: 0.8rem;
}

.modal-share .shareCancel {
  width: 100%;
  height: 0.8rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.75rem;
  text-align: center;
  border-top: 0.05rem solid #f3f3f3;
}

/* 底部弹窗选数量 */
.modal-num-bottom {
  width: 100%;
  /*height: 4.7rem;*/
  background-color: white;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  z-index: 6000;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.35rem 0.3rem;
}
.modal-num-bottom .info {
  width: 100%;
  height: 1.9rem;
  display: flex;
  align-items: flex-end;
}
.modal-num-bottom .info .img {
  width: 1.84rem;
  min-width: 1.84rem;
  height: 1.84rem;
}
.modal-num-bottom .info .pricePart {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0.2rem;
}
.modal-num-bottom .info .pricePart > .p01 {
  font-size: 0.24rem;
  color: #bbbbbb;
  font-weight: 400;
  line-height: 1em;
  text-decoration: line-through;
}
.modal-num-bottom .info .pricePart > .p02 {
  font-size: 0.36rem;
  color: var(--themeColorC);
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.15rem;
}
.modal-num-bottom .info .pricePart > .p02 > i {
  font-style: normal;
  font-family: inherit;
  font-size: 0.2rem;
  line-height: 0.22rem;
  color: var(--themeColorC);
}
.modal-num-bottom .info .pricePart > .p03 {
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #555;
}
.modal-num-bottom .attrPart {
  width: 100%;
  height: auto;
  min-height: 0.7rem;
  margin-top: 0.2rem;
}
.modal-num-bottom .attrPart > p {
  width: 100%;
  text-align: left;
  font-size: 0.26rem;
  color: #000000;
  font-weight: 500;
}
.modal-num-bottom .attrPart .attrs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
}
.modal-num-bottom .attrPart .attrs > .item {
  width: auto;
  height: 0.38rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #eeeeee;
  background-color: #eeeeee;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #000000;
  text-align: center;
  padding: 0 0.2rem;
  margin-right: 0.3rem;
  margin-top: 0.2rem;
}
.modal-num-bottom .attrPart .attrs > .item.active {
  background: none;
  border: 0.01rem solid var(--themeColorB);
  color: var(--themeColorB);
}
.modal-num-bottom .attrPart .attrs > .item.cant {
  color: #aaa;
  background-color: #eeeeee;
}
.modal-num-bottom .numPart {
  width: 100%;
  /* height: 0.52rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 1rem;
}
.modal-num-bottom .numPart > p {
  font-size: 0.26rem;
  color: #000000;
  font-weight: 500;
}
.modal-num-bottom .numPart .changeNum {
  /*width: 1.55rem;*/
  width: auto;
  height: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-num-bottom .numPart .changeNum > div {
  width: 0.32rem;
  height: 0.32rem;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-num-bottom .numPart .changeNum > div > svg {
  width: 0.2rem;
  height: 0.2rem;
  color: #999999;
}
.modal-num-bottom .numPart .changeNum > p {
  width: auto;
  min-width: 0.68rem;
  height: 0.32rem;
  font-size: 0.3rem;
  font-family: "dinMedium";
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-num-bottom .numPart .changeNum > p.nobd {
  border: none;
}
.modal-num-bottom .confirmGroup {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.modal-num-bottom .doConfirm {
  width: 100%;
  height: 0.8rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--themeColorA);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: white;
}
.colorA {
  background-color: var(--themeColorA);
}
.colorB {
  background-color: var(--themeColorB);
}
.modal-num-bottom .doConfirm.together {
  width: 3.4rem;
  background-color: var(--themeColorA);
}
.modal-num-bottom .doConfirm.together:first-child {
  margin-right: 0.1rem;
  background-color: var(--themeColorB);
}
.modal-num-bottom .doConfirm.cant {
  background-color: #aaaaaa;
}

/* 选择商品数量规则modal */
.modal-num {
  width: 100%;
  height: auto;
  background-color: white;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding: 0 0.24rem;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6000;
}

/* 优惠券底部弹框（商品详情） */
.modal-coupon-bottom {
  width: 100%;
  height: 6.3rem;
  background-color: white;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  z-index: 6000;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0.3rem 0 0.3rem;
}
.modal-coupon-bottom.coupon-use {
  height: auto;
  padding-bottom: 0.25rem;
}
.modalClose {
  width: 0.3rem;
  height: 0.3rem;
  color: #bbbbbb;
  position: absolute;
  top: 0.27rem;
  right: 0.25rem;
}
.modalTitle {
  width: 100%;
  height: 0.36rem;
  text-align: center;
  font-size: 0.36rem;
  line-height: 1em;
  color: #333333;
  font-weight: 500;
}
.modal-coupon-bottom .couponList {
  width: 100%;
  height: 5.3rem;
  margin-top: 0.24rem;
}
.modal-coupon-bottom .couponList .list {
  width: 100%;
  height: 5rem;
  overflow-y: auto;
  margin-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.modal-coupon-bottom .couponList .list .item {
  width: 100%;
  height: 1.76rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  background-color: white;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.modal-coupon-bottom.coupon-use .couponList .list .item {
  width: 100%;
}
.modal-coupon-bottom .couponList .list .item .left {
  width: 1.46rem;
  height: 1.46rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 0.01rem dashed #eeeeee;
}
.modal-coupon-bottom .couponList .list .item .left .p01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: var(--themeColorA);
}
.modal-coupon-bottom .couponList .list .item .left .p01 > p {
  font-size: 0.48rem;
  font-family: "dinMedium";
  line-height: 1em;
  font-weight: bold;
}
.modal-coupon-bottom .couponList .list .item .left .p01 > span {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1em;
  margin-left: 0.1rem;
}
.modal-coupon-bottom .couponList .list .item .left .p01 > svg {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.modal-coupon-bottom .couponList .list .item .left .p02 {
  width: 100%;
  font-size: 0.2rem;
  line-height: 1em;
  color: var(--themeColorA);
  margin-top: 0.1rem;
  text-align: center;
}
.modal-coupon-bottom .couponList .list .item .right {
  /*width: 4.9rem;*/
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.modal-coupon-bottom .couponList .list .item .right .info {
  flex: 1;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.3rem;
}
.modal-coupon-bottom .couponList .list .item .right .info > p {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
}
.modal-coupon-bottom .couponList .list .item .right .consolePart {
  width: 2.35rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-coupon-bottom .couponList .list .item .right .getCoupon {
  font-size: 0.24rem;
  color: var(--themeColorA);
  line-height: 1em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.35rem;
}
.modal-coupon-bottom .couponList .list .item .right .getCoupon.checkUse {
  color: var(--themeColorA);
  background-color: white;
}
.modal-coupon-bottom .couponList .list .item .right .getCoupon.couponGot {
  color: #999999;
}
.modal-coupon-bottom .couponList .list .item .right > svg {
  width: 0.4rem;
  height: 0.4rem;
  color: var(--themeColorA);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.35rem;
}
.modal-coupon-bottom .couponList .list .item.cantuse .right > svg {
  color: #999999;
}
.modal-coupon-bottom .useBtn {
  width: 100%;
  height: 1.1rem;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal-coupon-bottom .useBtn > div {
  width: 3rem;
  height: 0.6rem;
  background-color: var(--themeColorA);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  color: white;
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}

/* 标准块样式 */
.basicBlock {
  background-color: white;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(116, 116, 113, 0.1);
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.bottomBlock {
  background-color: white;
  box-shadow: 0 -0.1rem 0.2rem 0 rgba(116, 116, 113, 0.1);
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

/* 确认订单商品列表 */
.confirmGoods {
  width: 100%;
  height: 8.5rem;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6000;
}
.confirmGoods .title {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
}
.confirmGoods .list {
  width: 100%;
  height: 7.5rem;
  overflow-y: auto;
  padding: 0 0.4rem;
}
.confirmGoods .list::-webkit-scrollbar {
  display: none;
}
.confirmGoods .list .item {
  width: 100%;
  height: 1.76rem;
  margin: 0.2rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.confirmGoods .list .item .img {
  width: 1.76rem;
  height: 1.76rem;
  margin-right: 0.18rem;
}
.confirmGoods .list .item .info {
  width: 3.3rem;
  height: 1.76rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1rem 0;
}
.confirmGoods .list .item .info .p01 {
  width: 100%;
  height: 0.6rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.confirmGoods .list .item .info .p02 {
  font-size: 0.2rem;
  line-height: 1em;
  color: #999999;
}
.confirmGoods .list .item .info .p03 {
  font-size: 0.3rem;
  font-weight: 800;
  line-height: 1em;
  color: var(--themeColorB);
}
.confirmGoods .list .item .nums {
  font-size: 0.22rem;
  line-height: 1em;
  color: #999999;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.75rem;
}
.confirmGoods > svg {
  width: 0.24rem;
  height: 0.24rem;
  color: #bbbbbb;
  position: absolute;
  top: 0.5rem;
  right: 0.36rem;
}

/* 商品列表 */
.goodsList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}
.goodsList.paddingT {
  padding-top: 0.24rem;
}
.goodsList .item {
  width: 3.35rem;
  height: 5.38rem;
  background-color: white;
  margin-bottom: 0.2rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
}
.goodsList .item:after {
  content: "";
  width: 3.5rem;
}
.goodsList.hori .item:after {
  content: "";
  width: auto;
}
.goodsList .item .img {
  width: 3.35rem;
  height: 3.35rem;
  position: relative;
}
.goodsList .item .act {
  width: 100%;
  height: 0.5rem;
  border-bottom-left-radius: 0.05rem;
  border-bottom-right-radius: 0.05rem;
}
.goodsList .item .img > .act {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.goodsList .item .act > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.goodsList .item .act > div > .actPrice {
  width: 100%;
  height: auto;
  display: flex;
}
.goodsList .item .act > div > .actPrice > .p04 {
  font-size: 0.18rem;
  color: white;
  line-height: 0.55rem;
  height: 0.55rem;
  background-color: #de2929;
  padding-left: 0.14rem;
  font-weight: bold;
  margin-top: -0.05rem;
}
.goodsList .item .act > div > .actPrice > span {
  display: block;
  width: 0.25rem;
  height: 0.55rem;
  background: url("../images/redright.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -0.05rem;
}
.goodsList .item .act > div > .actPrice > .p05 {
  font-size: 0.16rem;
  color: white;
  line-height: 0.5rem;
  margin-left: 0.1rem;
}
.goodsList .item .p01 {
  width: 100%;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  height: 0.68rem;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 0.14rem;
}
.goodsList .item .p02 {
  width: 100%;
  padding-left: 0.3rem;
  font-family: phr;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: var(--themeColorC);
  margin-top: 0.1rem;
}
.goodsList .item .p02 .jifenPrice {
  width: 100%;
  font-family: phr;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: var(--themeColorC);
  margin-top: 0.1rem;
}
.goodsList .item .p02 span {
  font-family: inherit;
  font-size: 0.2rem;
  line-height: 0.22rem;
  color: var(--themeColorC);
}
.goodsList .item .p03 {
  width: 100%;
  padding-left: 0.3rem;
  font-family: phr;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #dddddd;
  text-decoration: line-through;
}
.goodsList .item .p03 > span {
  display: none;
}
.goodsList .item .delete {
  width: 0.3rem;
  height: 0.3rem;
  color: #666666;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
}
.salesTips {
  width: 1rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.salesTips > svg {
  width: 1rem;
  height: 1rem;
  color: var(--themeColorA);
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.salesTips > p {
  width: 100%;
  height: 0.35rem;
  font-family: "phr";
  font-size: 0.21rem;
  line-height: 0.35rem;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.actTips {
  width: 1rem;
  /* height: 0.4rem; */
  height: 1rem;
  position: absolute;
  top: 0;
  z-index: 101;
}
.actTips.pos1 {
  left: 0;
}
.actTips.pos2 {
  right: 0;
}
.actTips > svg {
  width: 1rem;
  height: 1rem;
  color: var(--themeColorA);
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.actTips > p {
  width: 100%;
  height: 0.35rem;
  font-family: "phr";
  font-size: 0.21rem;
  line-height: 0.35rem;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.actTips > .markImg {
  width: 100%;
  height: 100%;
}
.hori .item {
  width: 6.9rem;
  height: 3.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
  position: relative;
}
.hori .item.actgood {
  height: 3.85rem;
}
.hori .item .act {
  width: 3.35rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 900;
}
.hori .item .img {
  width: 3.35rem;
  height: 3.35rem;
}
.hori .item .info {
  width: 4.22rem;
  height: 100%;
  padding: 0.2rem;
  padding-top: 0.5rem;
}
.hori .item .info .p01 {
  width: 100%;
  line-height: 0.3rem;
  /* height: 1.7rem; */
}
.hori .item .info .p03 {
  font-size: 0.2rem;
  line-height: 0.4rem;
  height: 0.4rem;
}
.hori .item .info .p03 > span {
  display: inline-block;
}
.hori .item .info .p02 {
  width: 100%;
  height: auto;
  margin-top: 0.11rem;
  /*flex-wrap: wrap;*/
  /* font-size: 0.24rem; */
}
.hori .item .info .p02 > div {
  /*width: 100%;*/
  /*margin-top: 0.16rem;*/
  /*margin-bottom: 0.16rem;*/
}
.actgood .act {
  background-color: #f53434;
  display: flex;
}

/* 无结果 */
.resultno {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 1rem auto 1.5rem auto;
}
.resultno > div {
  width: 3.27rem;
  height: 3.27rem;
}
.resultno > div.cartno {
  background: url("../images/cartno.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.resultno > div.goodsno {
  background: url("../images/goodsno.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.resultno > div.orderno {
  background: url("../images/orderno.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.resultno > p {
  font-size: 0.24rem;
  line-height: 1em;
  color: #bbbbbb;
  margin-top: 0.7rem;
}

/* 为您推荐 */
.suggestList {
  width: 100%;
  height: auto;
}
.suggestList > .suggestTitle {
  width: 100%;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.suggestList > .suggestTitle > .suggestTitleBar1 {
  width: 1.18rem;
  height: 0.02rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    var(--themeColorA) 100%
  );
}
.suggestList > .suggestTitle > .suggestTitleBar2 {
  width: 1.18rem;
  height: 0.02rem;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    var(--themeColorA) 100%
  );
}
.suggestList > .suggestTitle > div {
  display: flex;
  align-items: center;
  margin: 0 0.22rem;
}
.suggestList > .suggestTitle > div > p {
  font-family: phr;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: var(--themeColorA);
}
.suggestList > .suggestTitle > div > div {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 0.12rem;
  -webkit-border-radius: 0.12rem;
  -moz-border-radius: 0.12rem;
  -ms-border-radius: 0.12rem;
  -o-border-radius: 0.12rem;
  background-color: var(--themeColorA);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.08rem;
}
.suggestList > .suggestTitle > div > div > svg {
  width: 0.12rem;
  height: 0.12rem;
  color: white;
}

/* 轮播图翻页按钮样式 */
.page-dot {
  width: 0.12rem;
  height: 0.12rem;
  display: inline-block;
  border-radius: 0.06rem;
  background-color: white;
  margin: 0 0.04rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-dot-active {
  width: 0.4rem;
  background-color: var(--themeColorA);
}

/* 通用模板05标题ICON */
.titleIconD {
  display: block;
  width: 0.3rem;
  height: 0.5rem;
  background: url("../images/titleBar.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* 悬浮工具栏 */
.toolGroup {
  position: fixed;
  right: 0.4rem;
  bottom: 2.4rem;
  width: 0.8rem;
  height: auto;
  z-index: 999;
}
.toolGroup > a {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin-top: 0.2rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: var(--themeColorA);
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolGroup > a > svg {
  width: 0.48rem;
  height: 0.48rem;
  color: white;
}

.color999 {
  color: #999999 !important;
}

/* 复制图标 */
.copyIcon {
  color: #777777;
}
.forCopy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  filter: alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.selectTem {
  width: auto;
  height: 0.56rem;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  background-color: white;
  border-top-left-radius: 0.28rem;
  border-bottom-left-radius: 0.28rem;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #dddddd;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #dddddd;
  box-shadow: 0px 0px 0.1rem 0.01rem #dddddd;
  position: fixed;
  bottom: 4.1rem;
  right: -1.7rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--themeColorA);
  line-height: 1em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  border: 0.01rem solid var(--themeColorA);
  border-right: none;
}
.selectTem > svg {
  width: 0.28rem;
  height: 0.28rem;
  color: var(--themeColorA);
  margin-right: 0.1rem;
}
.selectTem > .backimg {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}
.selectTem > p {
  font-size: 0.22rem;
}
.selectTem.active {
  right: 0;
}
.switchTem {
  width: 1.7rem;
  height: auto;
  padding-left: 0.1rem;
  background-color: white;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  top: 1.5rem;
  right: -1.8rem;
  z-index: 9999;
  overflow: hidden;
}
.switchTem.active {
  right: 0;
}
.switchTem .item {
  width: 1.6rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switchTem .item > p {
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--themeColorA);
  line-height: 1em;
}
.switchTem .item > svg {
  width: 0.24rem;
  height: 0.24rem;
  color: var(--themeColorA);
  margin-right: 0.1rem;
}
.switchTem .item.active > p {
  color: var(--themeColorB);
}
.switchTem .item.active > svg {
  color: var(--themeColorB);
}

/* 免费卡券
 */
.hori .item .info .free-p01 {
  height: auto;
}
.hori .item .info .free-p03 {
  padding-top: 0.2rem;
  color: #aaa;
}
.hori .item .info .free-p03 span {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.free-desc {
  padding-bottom: 0.2rem;
}
.basicInfo .part2 .jianjie {
  width: 6.9rem;
  margin: 0 auto;
  font-size: 12px;
  line-height: 0.42rem;
  color: #aaa;
}

/* 地区选择（新） */
.addrSelect {
  width: 100%;
  height: 5.64rem;
  background-color: white;
  z-index: 5502;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top-left-radius: 0.32rem;
  border-top-right-radius: 0.32rem;
}
.addrSelect .title {
  width: 100%;
  height: 1rem;
  position: relative;
  border-bottom: 0.01rem solid #e8e8e8;
}
.addrSelect .title .p01 {
  width: 100%;
  height: 1rem;
  font-size: 0.34rem;
  font-family: "pfr";
  font-weight: bold;
  color: #323232;
  text-align: center;
  line-height: 1rem;
}
.addrSelect .title .p02 {
  font-size: 0.32rem;
  font-family: "pfr";
  color: #e44444;
  line-height: 0.32rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0.24rem;
}
.addrSelect .title .p03 {
  font-size: 0.32rem;
  font-family: "pfr";
  color: #e44444;
  line-height: 0.32rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.24rem;
}
.addrSelect .scrolls {
  width: 100%;
  height: 4.64rem;
  position: relative;
}
.addrSelect .scrolls .scrollList {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
}
.addrSelect .scrolls .item {
  width: 2.18rem;
  height: 4.64rem;
  margin-right: 0.24rem;
}
.addrSelect .scrolls .item:last-child {
  margin-right: 0;
}
.addrSelect .scrolls .item .list {
  width: 100%;
  height: 4.64rem;
}
.addrSelect .scrolls .item .list .option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0.3rem;
  font-family: "pfr";
  color: #999999;
}
.addrSelect .scrolls .item .list .option.swiper-slide-active {
  font-weight: bold;
  line-height: 0.8rem;
  color: #323232;
  font-size: 0.34rem;
}
.addrSelect .scrolls .bar {
  width: 100%;
  height: 0.8rem;
  border-top: 0.01rem solid #e8e8e8;
  border-bottom: 0.01rem solid #e8e8e8;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 599;
}

/* 多余文字截取 */
.limit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.limit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.limit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.flex1 {
  flex: 1;
}

.bottomLoading {
  width: 100%;
  height: 2rem;
  padding-top: 0.5rem;
  position: fixed;
  left: 0;
  bottom: -2rem;
  z-index: 10000;
  background: url("../images/loadingBack.png") center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}
.bottomLoading.active {
  bottom: 0;
}
.bottomLoading > svg {
  width: 0.8rem;
  height: 0.8rem;
  animation: loadingMove 1s infinite linear;
  -webkit-animation: loadingMove 1s infinite linear;
}
@-moz-keyframes loadingMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingMove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dragDiv {
  width: 100%;
  height: 0;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
}
.noMoreGoods {
  width: 100%;
  height: 0.5rem;
  /* font-size: 0.12rem; */
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}
.loadingMore {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.loadingMore > div {
  width: 0.4rem;
  height: 0.4rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/loadingMore.png")
    center no-repeat;
  background-size: 100% 100%;
  animation: loadingMove 1s infinite linear;
  -webkit-animation: loadingMove 1s infinite linear;
  margin-right: 0.05rem;
}
.loadingMore > p {
  font-family: phr;
  font-size: 0.24rem;
  line-height: 1em;
  color: #999999;
}

/* 营销活动结束模态框 */
.actNotice {
  width: 4.8rem;
  height: 5.34rem;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 5800;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
.actNotice .img {
  width: 100%;
  height: 2.6rem;
  background: url("../images/actFinishBack.png") center no-repeat;
  background-size: cover;
}
.actNotice .info {
  padding-top: 0.3rem;
}
.actNotice .info .p01 {
  width: 100%;
  height: 0.39rem;
  font-family: "phb";
  font-size: 0.36rem;
  color: #fb6d4d;
  text-align: center;
  line-height: 1em;
}
.actNotice .info .p02 {
  width: 100%;
  height: 0.3rem;
  font-family: "phr";
  font-size: 0.3rem;
  line-height: 1em;
  text-align: center;
  margin-top: 0.2rem;
}
.actNotice .actNoticeBtn {
  width: 2rem;
  height: 0.56rem;
  background: url("../images/actFinishBtn.png") center no-repeat;
  background-size: 100% 100%;
  margin: 0.5rem auto 0 auto;
  position: relative;
}
.actNotice .actNoticeBtn > p {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "phr";
  font-size: 0.24rem;
  line-height: 0.56rem;
  color: white;
}
.actNotice .actNoticeBtn > div {
  width: 2.09rem;
  height: 0.25rem;
  background: url("../images/actFinishBtnShadow.png") center no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}

/* 促销活动banner */
.salesIndexBanner {
  width: 6.9rem;
  height: 2rem;
  border-radius: 0.1rem;
  margin: 0.3rem auto !important;
}
.salesIndexBanner .swiper-slide {
  width: 100%;
  height: 100%;
}

/* 电话组 */
.serviceTels {
  width: 4.8rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.2rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6000;
}
.serviceTels .telBack {
  width: 100%;
  height: 2.6rem;
  background: url("../images/telBack.png") center no-repeat;
  background-size: 100% 100%;
}
.serviceTels .telContent {
  width: 100%;
  height: auto;
  background-color: white;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.serviceTels .telContent .telTitle {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  font-family: "phm";
  font-size: 0.32rem;
  line-height: 1em;
  text-align: center;
  color: #65a3ff;
}
.serviceTels .telContent .telList {
  width: 100%;
  height: auto;
}
.serviceTels .telContent .telList .item {
  display: block;
  width: 100%;
  height: 0.28rem;
  font-family: "phr";
  font-size: 0.3rem;
  color: #333333;
  line-height: 1em;
  text-align: center;
  margin-bottom: 0.3rem;
}
.serviceTels > svg {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  color: white;
  margin: 0.3rem auto 0 auto;
}
.listNoGoods {
  width: 100%;
  height: 0.35rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: "phr";
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.35rem;
}

.modal-card {
  width: 6rem;
  height: 6rem;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #eeeeee;
  border-radius: 0.1rem;
  z-index: 5500;
  box-shadow: 0.01rem 0.01rem 0.1rem;
}
.modal-card .p01 {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  line-height: 1.8rem;
  height: 1.8rem;
  color: #333333;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
.modal-card input {
  display: block;
  width: 5rem;
  height: 1rem;
  border: 0.01rem solid #e7e7e7;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 0.18rem;
  font-size: 0.3rem;
  padding: 0 0.25rem;
}
.modal-card .submit {
  width: 5rem;
  height: 1rem;
  background-color: var(--themeColorA);
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.36rem;
  color: white;
  line-height: 1rem;
  text-align: center;
  margin: 0.2rem auto 0 auto;
}
.modal-card .closeBtn {
  width: 0.5rem;
  height: 0.5rem;
  color: #b4b2b2;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.modal-card .scanBtn {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  color: #666666;
}

/* 服务保障弹窗 */
.serviceModal {
  width: 100%;
  height: auto;
  max-height: 8rem;
  border-radius: 0.32rem 0.32rem 0 0;
  -webkit-border-radius: 0.32rem 0.32rem 0 0;
  -moz-border-radius: 0.32rem 0.32rem 0 0;
  -ms-border-radius: 0.32rem 0.32rem 0 0;
  -o-border-radius: 0.32rem 0.32rem 0 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8000;
  background-color: white;
}
.serviceModal > .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.serviceModal > .wrap > .title {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "phm";
  font-size: 0.3rem;
  color: #323232;
  text-align: center;
  line-height: 1rem;
}
.serviceModal > .wrap > .list {
  width: 100%;
  height: auto;
  max-height: 7rem;
  overflow-y: auto;
}
.serviceModal > .wrap > .list > .item {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}
.serviceModal > .wrap > .list > .item > .p01 {
  width: 100%;
  height: 0.36rem;
  font-family: "phm";
  font-size: 0.26rem;
  color: #323232;
  line-height: 0.36rem;
}
.serviceModal > .wrap > .list > .item > .p02 {
  width: 100%;
  height: auto;
  font-family: "phr";
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.42rem;
  margin-top: 0.2rem;
}
.serviceModal > .wrap > .list > .item > .img {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: 0.3rem;
  top: 0.03rem;
}
.serviceModal > .wrap > svg {
  width: 0.24rem;
  height: 0.24rem;
  color: #000000;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}

/* 评价功能新增 */
.modal-bigimg {
  width: 80%;
  max-height: 80vh;
  /* overflow-y: auto; */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6000;
}
.modal-bigimg > .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-bigimg .bigimgSwiper {
  z-index: 1000;
}
.modal-bigimg .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 0 0.4rem;
}
.modal-bigimg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}
.modal-bigimg .swiper-pagination-bigimg {
  width: 100%;
  position: absolute;
  top: -0.86rem;
  left: 0;
  z-index: 1;
  color: white;
  font-family: "phr";
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-align: center;
}
.modal-bigimg .swiper-pagination-bigimg * {
  color: white;
  font-family: "phr";
  font-size: 0.36rem;
  line-height: 0.5rem;
}

/* 数据加载样式 */
.dataLoading {
  width: 100%;
}
.dataLoading > img {
  width: 60%;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
.dataLoading > p {
  width: 100%;
  font-family: "phb";
  font-size: 0.4rem;
  line-height: 1em;
  color: #7f7f7f;
  text-align: center;
}

/* 分享指引样式 */
.shareGuide {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.shareGuide > img {
  /* max-width: 100%; */
  max-width: 80%;
  display: block;
}

/* 悬浮工具栏 */
.floatMenu {
  width: 0.8rem;
  height: auto;
  position: fixed;
  right: 0.4rem;
  bottom: 1.4rem;
  z-index: 999;
}
.floatMenu > .item {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.floatMenu > .item:first-child {
  margin-top: 0;
}
.floatMenu > .item > svg {
  width: 0.4rem;
  height: 0.4rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: var(--themeColorA);
}
.floatMenu > .item > div {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: var(--themeColorA);
  filter: alpha(Opacity=20);
  -webkit-filter: alpha(Opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

/* 搜索框弹出 */
.searchModal {
  position: fixed;
  top: 0.14rem;
  left: 0;
  width: 100%;
  height: 0.72rem;
  padding: 0 0.16rem;
  z-index: 10000;
}
.searchModal > .searchInputs {
  flex: 1;
  height: 0.72rem;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  background-color: white;
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
  position: relative;
  z-index: 20;
}
.searchModal > .searchInputs > svg {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.14rem;
  color: #000000;
  flex-shrink: 0;
}
.searchModal > .searchInputs > span {
  display: block;
  width: 0.02rem;
  height: 0.28rem;
  margin: 0 0.1rem;
  background-color: rgba(216, 216, 216, 0.34);
}
.searchModal > .searchInputs > input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  font-family: "phr";
  font-size: 0.24rem;
  color: #333333;
  background-color: transparent;
}
.searchModal > .searchInputs > div {
  width: 0.9rem;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: phr;
  font-size: 0.24rem;
  line-height: 1em;
  color: #333333;
}
.searchModal > .searchHistory {
  width: 100%;
  height: auto;
  background-color: #f8f5f5;
  margin-top: -0.3rem;
  position: relative;
  z-index: 10;
  padding: 0.45rem 0.3rem 0.2rem 0.4rem;
  border-radius: 0 0 0.16rem 0.16rem;
  -webkit-border-radius: 0 0 0.16rem 0.16rem;
  -moz-border-radius: 0 0 0.16rem 0.16rem;
  -ms-border-radius: 0 0 0.16rem 0.16rem;
  -o-border-radius: 0 0 0.16rem 0.16rem;
}
.searchModal > .searchHistory > .title {
  width: 100%;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.searchModal > .searchHistory > .title > p {
  font-family: phm;
  font-size: 0.24rem;
  color: #333333;
  line-height: 1em;
}
.searchModal > .searchHistory > .title > svg {
  width: 0.24rem;
  height: 0.24rem;
  color: #333333;
}
.searchModal > .searchHistory > .list {
  width: 100%;
  height: auto;
}
.searchModal > .searchHistory > .list > p {
  width: 100%;
  height: 0.32rem;
  display: flex;
  align-items: center;
  font-family: phr;
  font-size: 0.24rem;
  color: #333333;
  line-height: 1em;
  margin-bottom: 0.1rem;
}
.searchModal > .searchHistory > .list > p:last-child {
  margin-bottom: 0;
}

.zindex1000 {
  z-index: 1000;
}
.zindex5000 {
  z-index: 5000;
}
.zindex6000 {
  z-index: 6000;
}
.z-index10000 {
  z-index: 10000;
}

/* 卡片绑定 */
.bindCardMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.bindCardModal {
  width: 7.1rem;
  height: 5.12rem;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  background-color: white;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 450;
  padding: 0.4rem 0.84rem 0 0.84rem;
}

.bindCardModal > .title {
  width: 100%;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bindCardModal > .title > .scan {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  background: url("../images/scan.png") center no-repeat;
  background-size: 100% 100%;
}

.bindCardModal > .title > .noscan {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
}

.bindCardModal > .title > .close {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  background: url("../images/close.png") center no-repeat;
  background-size: 100% 100%;
}

.bindCardModal > .title > p {
  font-family: "PingFang Bold";
  font-size: 0.36rem;
  line-height: 1em;
  color: #333333;
}

.bindCardModal > input {
  width: 100%;
  height: 0.8rem;
  border: none;
  background-color: #f1f1f1;
  padding: 0 0.26rem;
  font-family: "PingFang Heavy";
  font-size: 0.28rem;
  color: #333333;
  margin-top: 0.8rem;
}

.bindCardModal > p {
  width: 100%;
  height: auto;
  padding-left: 0.26rem;
  font-family: "PingFang Medium";
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: var(--themeColorB);
  margin-top: 0.1rem;
}

.bindCardModal > .doBind {
  width: 100%;
  height: 0.8rem;
  margin-top: 0.42rem;
  background-color: var(--themeColorB);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang Heavy";
  font-size: 0.32rem;
  line-height: 1em;
  color: white;
}

/* 规则弹框 */
.modal-rule {
  width: 7rem;
  height: auto;
  background-color: white;
  position: fixed;
  bottom: 0.25rem;
  transform: translate(-50%, 0);
  left: 50%;
  z-index: 1100;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  -moz-box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  box-shadow: 0px 0px 0.1rem 0.01rem #cccccc;
  overflow: hidden;
}
.modal-rule .title {
  width: 100%;
  height: 1rem;
  background-color: #312a24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.36rem;
  color: #d7b172;
  font-weight: bold;
  line-height: 1em;
}
.modal-rule .content {
  width: 100%;
  /* height: 8rem; */
  overflow-y: auto;
  padding: 0.2rem 0.4rem;
}
.modal-rule .content img {
  max-width: 100%;
  margin: 0 auto;
}
.modal-rule .content .ptitle {
  width: 100%;
  height: auto;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.52rem;
}
.modal-rule .content .pcontent {
  width: 100%;
  height: auto;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.42rem;
  text-indent: 2em;
}
.modal-rule .btns {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: stretch;
  border-top: 0.01rem solid #cccccc;
  margin-top: 0.2rem;
}
.modal-rule .btns div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #666666;
}
.modal-rule .btns div:active {
  background-color: #e4e4e4;
}
.shadow-back {
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* 收藏夹空白 */
.favNo {
  width: 100%;
  height: auto;
  padding-top: 1.18rem;
}
.favNo > div {
  width: 100%;
  height: 4.72rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/favNo.png") center
    no-repeat;
  background-size: 100% 100%;
}
.favNo > p {
  width: 100%;
  margin-top: 0.1rem;
  font-family: phr;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #999999;
  text-align: center;
}

/* 浏览历史空白 */
.historyNo {
  width: 100%;
  height: auto;
  padding-top: 1.18rem;
}
.historyNo > div {
  width: 100%;
  height: 4.72rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/v1/historyNo.png")
    center no-repeat;
  background-size: 100% 100%;
}
.historyNo > p {
  width: 100%;
  margin-top: 0.1rem;
  font-family: phr;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #999999;
  text-align: center;
}

/* n元x件模态框 */
.modal-nx {
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
  border-radius: 0.3rem 0.3rem 0 0;
  -webkit-border-radius: 0.3rem 0.3rem 0 0;
  -moz-border-radius: 0.3rem 0.3rem 0 0;
  -ms-border-radius: 0.3rem 0.3rem 0 0;
  -o-border-radius: 0.3rem 0.3rem 0 0;
}
.modal-nx.bottomFill {
  bottom: 1.56rem;
}
.modal-nx > .title {
  width: 100%;
  height: 0.98rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: phr;
  font-weight: bold;
  line-height: 1em;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
}
.modal-nx > .title > img {
  display: block;
  width: 0.27rem;
  height: 0.27rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0.3rem;
}
.modal-nx > .content {
  padding: 0 0.3rem 0.3rem 0.3rem;
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-nx > .content > .nxList {
  width: 6.9rem;
  height: auto;
  background-color: #ffdfde;
  padding: 0.2rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.modal-nx > .content > .nxList > .title {
  width: 100%;
  height: 0.44rem;
  display: flex;
  align-items: center;
}
.modal-nx > .content > .nxList > .title > img {
  display: block;
  width: 1.41rem;
  height: 0.44rem;
  margin-right: 0.1rem;
}
.modal-nx > .content > .nxList > .title > p {
  font-family: phr;
  font-size: 0.24rem;
  line-height: 1em;
  color: #333333;
}
.modal-nx > .content > .nxList > .list {
  width: 100%;
  height: auto;
}
.modal-nx > .content > .nxList > .list > .item {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
.modal-nx > .content > .nxList > .list > .item .goodsItem {
  width: 6.5rem;
  height: 1.8rem;
  background-color: white;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  padding: 0.1rem;
  position: relative;
}
.modal-nx > .content .list > .item > .slideItem {
  width: auto;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  display: flex;
  align-items: center;
}
.modal-nx > .content .list > .item > .slideItem > .del {
  width: 1.14rem;
  height: 100%;
  background-color: #ffc962;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  font-family: phr;
  font-weight: bold;
  line-height: 1em;
  font-size: 0.24rem;
  color: white;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.modal-nx > .content .list > .item.deleting > .slideItem {
  left: -1.24rem;
}
.modal-nx > .content .list > .item .goodsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
}
.modal-nx > .content > .nxList > .list > .item .goodsItem > .img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.modal-nx > .content .list > .item .goodsItem > .info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.modal-nx > .content .list > .item .goodsItem > .info > p {
  width: 4.4rem;
  height: 0.66rem;
  font-family: phr;
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #333333;
}
.modal-nx > .content .list > .item .goodsItem > .info > div {
  display: flex;
  align-items: baseline;
  margin-top: 0.3rem;
  font-family: phr;
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.45rem;
  color: #ee1e1e;
}
.modal-nx > .content .list > .item .goodsItem > .info > div > span {
  font-family: phr;
  font-size: 0.28rem;
  color: #ee1e1e;
  margin: 0 0.04rem;
}
.modal-nx > .content .list > .item .goodsItem > span {
  font-family: phr;
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #333333;
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  z-index: 2;
}
.modal-nx > .content > .normalList {
  width: 100%;
  height: auto;
}
.modal-nx > .content > .normalList > .item {
  width: 6.9rem;
  height: 2.2rem;
  margin-top: 0.2rem;
  position: relative;
  overflow: hidden;
}
.modal-nx > .content > .normalList > .item > .slideItem {
  height: 2.2rem;
}
.modal-nx > .content > .normalList > .item .goodsItem {
  width: 6.9rem;
  height: 2.2rem;
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.modal-nx > .content > .normalList > .item .goodsItem > .img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.modal-nx > .content > .normalList > .item .goodsItem > span {
  font-family: phr;
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #333333;
  position: absolute;
  right: 0.36rem;
  bottom: 0.34rem;
  z-index: 2;
}

/* n元x件规则弹窗 */
.nx-rule-modal {
  width: 6.12rem;
  height: 8.38rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url("https://dmc-proimg.damaicheng.com/h5/nx/nxRuleBack.png")
    center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
.nx-rule-modal .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 0.88rem;
}
.nx-rule-modal .nxRuleTitle {
  width: 100%;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nx-rule-modal .nxRuleTitle > .bar1 {
  width: 1.38rem;
  height: 0.02rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/nx/nxRuleBar1.png")
    center no-repeat;
  background-size: 100% 100%;
}
.nx-rule-modal .nxRuleTitle > .bar2 {
  width: 1.38rem;
  height: 0.02rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/nx/nxRuleBar2.png")
    center no-repeat;
  background-size: 100% 100%;
}
.nx-rule-modal .nxRuleTitle > p {
  font-family: phr;
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.34rem;
  color: #1a1a1a;
  margin: 0 0.52rem;
}
.nx-rule-modal .nxRuleContent {
  width: 5.2rem;
  height: 6.28rem;
  overflow-y: auto;
  margin: 0.32rem auto 0 auto;
  font-family: phr;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #7a7a7a;
}
.nx-rule-modal .nxRuleClose {
  width: 0.84rem;
  height: 0.84rem;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background: url("https://dmc-proimg.damaicheng.com/h5/nx/nxRuleClose.png")
    center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -1.04rem;
}

/* toast样式 */
.dmc-toast {
  max-width: 4rem;
  padding: 0.24rem 0.3rem;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: phr;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: white;
  border-radius: 0.44rem;
  -webkit-border-radius: 0.44rem;
  -moz-border-radius: 0.44rem;
  -ms-border-radius: 0.44rem;
  -o-border-radius: 0.44rem;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}
.dmc-toast.fadeOut {
  filter: alpha(Opacity=0);
  -webkit-filter: alpha(Opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.dmc-toast-back {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9900;
}

/* 苹果底部安全距离 */
.safeArea {
  height: 15px;
}
.safeBottom {
  padding-bottom: 15px !important;
}

/* 商品设置限购弹窗 */
.buyPermission {
  width: 6.1rem;
  height: 3.55rem;
  background-color: white;
  border-radius: 0.24rem;
  -webkit-border-radius: 0.24rem;
  -moz-border-radius: 0.24rem;
  -ms-border-radius: 0.24rem;
  -o-border-radius: 0.24rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
}
.buyPermission > p {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: phr;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333333;
}
.buyPermission > div {
  width: 100%;
  height: 0.68rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyPermission > div > div {
  width: 2.5rem;
  height: 0.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.34rem;
  -webkit-border-radius: 0.34rem;
  -moz-border-radius: 0.34rem;
  -ms-border-radius: 0.34rem;
  -o-border-radius: 0.34rem;
  font-family: phr;
  font-size: 0.28rem;
  line-height: 1em;
  color: #333333;
  background-color: #f1f1f1;
  margin-left: 0.3rem;
}
.buyPermission > div > div:first-child {
  margin-left: 0;
}
.buyPermission > div > div.goResolve {
  background-color: var(--themeColorA);
  color: white;
}

/* 页面loading */
.pageLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.pageLoading > .loadingCoin {
  width: 0.98rem;
  height: 0.98rem;
  background: url("https://dmc-proimg.damaicheng.com/h5/loading/loadingCoin.png")
    center no-repeat;
  background-size: 100% 100%;
  transform: translate(0, 0.04rem);
  -webkit-transform: translate(0, 0.04rem);
  -moz-transform: translate(0, 0.04rem);
  -ms-transform: translate(0, 0.04rem);
  -o-transform: translate(0, 0.04rem);
  animation: loadingCoin 1.2s infinite ease-in-out;
  -webkit-animation: loadingCoin 1.2s infinite ease-in-out;
}
.pageLoading > .loadingShadow {
  width: 0.56rem;
  height: 0.1rem;
  background-color: #d8d8d8;
  border-radius: 0.28rem/0.05rem;
  -webkit-border-radius: 0.28rem/0.05rem;
  -moz-border-radius: 0.28rem/0.05rem;
  -ms-border-radius: 0.28rem/0.05rem;
  -o-border-radius: 0.28rem/0.05rem;
  animation: loadingShadow 1.2s infinite ease-in-out;
  -webkit-animation: loadingShadow 1.2s infinite ease-in-out;
}
.pageLoading > p {
  width: 100%;
  font-family: phr;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333333;
  text-align: center;
  margin-top: 0.38rem;
}
/* 动画 */
@keyframes loadingCoin {
  0% {
    transform: translate(0, -0.66rem);
    -webkit-transform: translate(0, -0.66rem);
    -moz-transform: translate(0, -0.66rem);
    -ms-transform: translate(0, -0.66rem);
    -o-transform: translate(0, -0.66rem);
  }
  50% {
    transform: translate(0, 0.04rem);
    -webkit-transform: translate(0, 0.04rem);
    -moz-transform: translate(0, 0.04rem);
    -ms-transform: translate(0, 0.04rem);
    -o-transform: translate(0, 0.04rem);
  }
  100% {
    transform: translate(0, -0.66rem);
    -webkit-transform: translate(0, -0.66rem);
    -moz-transform: translate(0, -0.66rem);
    -ms-transform: translate(0, -0.66rem);
    -o-transform: translate(0, -0.66rem);
  }
}
@keyframes loadingShadow {
  0% {
    width: 0.56rem;
    height: 0.1rem;
    border-radius: 0.28rem/0.05rem;
    -webkit-border-radius: 0.28rem/0.05rem;
    -moz-border-radius: 0.28rem/0.05rem;
    -ms-border-radius: 0.28rem/0.05rem;
    -o-border-radius: 0.28rem/0.05rem;
  }
  50% {
    width: 0.64rem;
    height: 0.14rem;
    border-radius: 0.32rem/0.07rem;
    -webkit-border-radius: 0.32rem/0.07rem;
    -moz-border-radius: 0.32rem/0.07rem;
    -ms-border-radius: 0.32rem/0.07rem;
    -o-border-radius: 0.32rem/0.07rem;
  }
  100% {
    width: 0.56rem;
    height: 0.1rem;
    border-radius: 0.28rem/0.05rem;
    -webkit-border-radius: 0.28rem/0.05rem;
    -moz-border-radius: 0.28rem/0.05rem;
    -ms-border-radius: 0.28rem/0.05rem;
    -o-border-radius: 0.28rem/0.05rem;
  }
}
