@font-face {
  font-family: iconfont;
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQcAAsAAAAACLAAAAPOAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqESIQNATYCJAMUCwwABCAFhG0HTRueByMR9nIwEpL91QFviD4vA4wAqM1fTL4A4WtNjaxaHMYQEO/ZeNd0IsH7HA/w98M/N97rRdpGkTiOskiQKprY6H/S7yX6gZYCG3BrkQZnNNgZc3I2aHOb1bHpljlG/vrXAAHS/335ORuBPGGiTpbk7JFHX3i/5TQwgh0Ak0uAgLn/uZ+vi8QHtrq2NcoEs4KCdga28YBms6gfFUQh8o9/MfsP8KwGHRN0NQGtaXrAnc+9M7VM3RYQntrbc3XEKhcgQW0oM47Mwk+oOr7EY4Afzs+HLybVREWi7nl0s3tl4xV7/Q1T35Q4C0XWnRv8cSSsAGTCc6b3SfKyK2DtZ3G2gVYtil3NunslXze5XALlgvSt9g+PKEgyoaRqe8Jv5DKvmMEk8prFJPBKMkm8bsovjLYgfUsDv3bSbobeIEqS2Ld9N903i307ckWnp2FnZ+EXF5Hn53ERtuEz7qj26WnGGVtX12WkaHziaCy2sVWi81SOwMBuBU3Vjl9vBjsmNFtYrKYxyabGGvOHx+kJzhg1Gts6ateoXk6CaMWYcZDumdCdmOgA6W2MmTxNzDy4YHHO9gCq4R5N1CAjFRHWyDTTeGSESWnhSIZHzh2iJMKUYIkJ+PUFBtUEJ0ZlcIfrxIMD0fbi/02LiRHqySnNt4ASrDGPvL8jqJpnxKhk/pSl/n5Lfz6N+DSs2gMayxfrp2EeJoYqSFxsFjs6SgZFRGzcnPiwLzrARriD8p0epw2dDW3j3XMs6zeM2rZiULcEeWFXCZlXTogIMChIiMgpPYq7yIlGCsnZuGoY6DgraShLA4q/rZHf3lRzlghRC8gbMifCFjOSEMbJOkYNkTiXcMWoYiOCkwyFxIVx9mKADf4GN8MSrPA1PAxrYG9/A0TsoAdPFLb7B69ZGfxvEcYg8n1d1aW3VucjewdkFQfyV6Haiqz0GlKltrAG5qzKb3fXnQ+Ouu9GP1G5nqA2EUBUmYKkNoPO+BUodFahVFuH1jLP4ztjsiUhN1hSBRAMm4Fo0D9Ihp2gM/4OCpPeoTRcgtYt/72c8ey19vSmyB0VFU9qS56C7vCT2/iN+jrkGlY4lH+otQlKoyRe+MIE7WIfu9WZe6CgPNInXA/DwDQrdyg9atznSxyHrE+KSh4XJ28U5BxUSOGJtEpsEqzx7pT4/m9QuxrktKDvR/AfKNNOT1KRpAL6SztV6juV55ibWsa5gASKjcgnuGHQsozM2as6UHKRpkF6dhHTsFBVGw2vH8/xBLTUcxaZUMa1/1qWMNvdj4d7qg9yhXnbsYUq62IBAAA=")
    format("woff2");
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-success:before {
  content: "\E668";
}
.icon-waring:before {
  content: "\E60A";
}
.icon-question:before {
  content: "\E677";
}
.icon-error:before {
  content: "\E6BC";
}
.x-toast.toast-show .modal {
  opacity: 1;
}
.x-toast.toast-show .center {
  top: 50%;
}
.x-toast .center {
  transition: top 0.3s;
  position: fixed;
  top: 45%;
  left: 50%;
  color: #fff;
  max-width: 70%;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1;
  word-break: break-all;
  align-items: center;
  box-sizing: content-box;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(50, 50, 51, 0.88);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.x-toast .center .toast-text {
  text-align: center;
  padding: 8px 12px;
  min-width: 96px;
  line-height: 20px;
}
.x-toast .center .toast-with-icon {
  width: 90px;
  padding: 15px;
}
.x-toast .center .toast-with-icon .toast-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.x-toast .center .toast-with-icon .iconfont {
  font-size: 60px;
}
.x-toast .center .toast-with-icon .toast-message {
  text-align: center;
  line-height: 20px;
}
.x-toast .center .spinner {
  z-index: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
}
.x-toast .center .spinner .van-loading__spinner {
  z-index: -1;
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: van-rotate 2s linear infinite;
  animation: van-rotate 2s linear infinite;
}
.x-toast .center .spinner circle {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  -webkit-animation: circular 1.5s ease-in-out infinite;
  animation: circular 1.5s ease-in-out infinite;
}
.x-toast .modal {
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0;
  opacity: 0;
  right: 0;
  top: 0;
  left: 0;
}
@-webkit-keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@keyframes circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.iconfont {
  font-size: 0.426667rem;
}
.page-wrapper {
  height: 100%;
  position: relative;
}
[data-dpr="1"] .page-wrapper {
  font-size: 14px;
}
[data-dpr="2"] .page-wrapper {
  font-size: 28px;
}
[data-dpr="3"] .page-wrapper {
  font-size: 42px;
}
.page-wrapper .page-pt {
  padding-top: 0.96rem;
}
.page-wrapper .content-wrap {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  height: 100%;
}
.page-wrapper .close-enter,
.page-wrapper .close-leave-to {
  height: 0;
}
.page-wrapper .close-enter-active,
.page-wrapper .close-leave-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-ad {
  margin-bottom: -0.96rem;
}
.iconfont[data-v-78d137d2] {
  font-size: 0.426667rem;
}
.iconfont {
  font-size: 0.426667rem;
}
.float-ad {
  background-color: #4080e8;
  position: relative;
  height: 0.96rem;
  right: 0;
  left: 0;
  top: 0;
}
[data-dpr="1"] .float-ad {
  font-size: 14px;
}
[data-dpr="2"] .float-ad {
  font-size: 28px;
}
[data-dpr="3"] .float-ad {
  font-size: 42px;
}
.float-ad .msg {
  color: #fff;
  line-height: 0.96rem;
  overflow: hidden;
  white-space: nowrap;
}
.float-ad .msg p {
  line-height: 0.96rem;
}
.float-ad .cancel {
  position: absolute;
  background-color: #4080e8;
  line-height: 0.96rem;
  text-align: center;
  height: 100%;
  width: 0.96rem;
  color: #fff;
  right: 0;
  top: 0;
}
.iconfont {
  font-size: 0.426667rem;
}
.confirm-action {
  position: fixed !Important;
  z-index: 200;
}
.confirm {
  background-color: #fff;
  border-radius: 0.266667rem;
  overflow: hidden;
  width: 7.466667rem;
  left: 50%;
  top: 50%;
}
.confirm h3 {
  text-align: center;
  padding: 0.4rem 0 0.266667rem;
  font-weight: 400;
}
[data-dpr="1"] .confirm h3 {
  font-size: 18px;
}
[data-dpr="2"] .confirm h3 {
  font-size: 36px;
}
[data-dpr="3"] .confirm h3 {
  font-size: 54px;
}
.confirm .msg {
  line-height: 1.6;
  text-align: center;
  padding: 0.266667rem;
  position: relative;
}
[data-dpr="1"] .confirm .msg {
  font-size: 15px;
}
[data-dpr="2"] .confirm .msg {
  font-size: 30px;
}
[data-dpr="3"] .confirm .msg {
  font-size: 45px;
}
.confirm .msg:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #e5e5e5;
  pointer-events: none;
  position: absolute;
  height: 0.026667rem;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.confirm .confirm-foot {
  height: 1.333333rem;
  overflow: hidden;
}
.confirm .confirm-foot button {
  height: 100%;
  width: 49%;
  color: #4584e9;
}
[data-dpr="1"] .confirm .confirm-foot button {
  font-size: 15px;
}
[data-dpr="2"] .confirm .confirm-foot button {
  font-size: 30px;
}
[data-dpr="3"] .confirm .confirm-foot button {
  font-size: 45px;
}
.confirm .confirm-foot .sure {
  position: relative;
}
.confirm .confirm-foot .sure:after {
  content: "";
  position: absolute;
  width: 0.026667rem;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  background-color: #e5e5e5;
}
.iconfont[data-v-3025916e] {
  font-size: 0.426667rem;
}
.action[data-v-3025916e] {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 20;
  bottom: 0;
}
.action .bottom[data-v-3025916e] {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
}
.action .top[data-v-3025916e] {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.action .mask[data-v-3025916e] {
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.action .center[data-v-3025916e] {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
}
.bottom-enter-active[data-v-3025916e],
.bottom-leave-active[data-v-3025916e],
.center-enter-active[data-v-3025916e],
.center-leave-active[data-v-3025916e],
.top-enter-active[data-v-3025916e],
.top-leave-active[data-v-3025916e] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-enter-active > div[data-v-3025916e],
.bottom-leave-active > div[data-v-3025916e],
.center-enter-active > div[data-v-3025916e],
.center-leave-active > div[data-v-3025916e],
.top-enter-active > div[data-v-3025916e],
.top-leave-active > div[data-v-3025916e] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom-enter .bottom[data-v-3025916e],
.bottom-leave-to .bottom[data-v-3025916e] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.bottom-enter .mask[data-v-3025916e],
.bottom-leave-to .mask[data-v-3025916e] {
  opacity: 0;
}
.top-enter .mask[data-v-3025916e],
.top-leave-to .mask[data-v-3025916e] {
  opacity: 0;
}
.top-enter .top[data-v-3025916e],
.top-leave-to .top[data-v-3025916e] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.center-enter .mask[data-v-3025916e],
.center-leave-to .mask[data-v-3025916e] {
  opacity: 0;
}
.center-enter .center[data-v-3025916e],
.center-leave-to .center[data-v-3025916e] {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
  transform: translate3d(-50%, -50%, 0) scale(0);
}
.fix-action[data-v-3025916e] {
  position: fixed !important;
}
.scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.iconfont[data-v-12e237ff] {
  font-size: 0.426667rem;
}
button[data-v-12e237ff] {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
[data-dpr="1"] button[data-v-12e237ff] {
  font-size: 15px;
}
[data-dpr="2"] button[data-v-12e237ff] {
  font-size: 30px;
}
[data-dpr="3"] button[data-v-12e237ff] {
  font-size: 45px;
}
button.disabled[data-v-12e237ff] {
  opacity: 0.6;
}
button.primary[data-v-12e237ff] {
  border-color: #4080e8;
  background-color: #4080e8;
  color: #fff;
}
button.transparent[data-v-12e237ff] {
  border-color: transparent;
  background-color: transparent;
}
button.normal[data-v-12e237ff] {
  border-color: #999;
  color: #666;
  background-color: #fff;
}
button._primary[data-v-12e237ff] {
  background-color: #fff;
  border-color: #4080e8;
  color: #4080e8;
}
button.share[data-v-12e237ff] {
  background-color: #ffc600;
  border-color: #ffc600;
  color: #a04c0e;
}
button.orange[data-v-12e237ff] {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}
button._orange[data-v-12e237ff] {
  background-color: #fff;
  border-color: #ff9800;
  color: #ff9800;
}
button.price[data-v-12e237ff] {
  border-color: #ff6400;
  background-color: #ff6400;
  color: #fff;
}
button._price[data-v-12e237ff] {
  border-color: #ff6400;
  background-color: #fff;
  color: #ff6400;
}
button.danger[data-v-12e237ff] {
  border-color: #ff4444;
  background-color: #ff4444;
  color: #fff;
}
button.orangeRed[data-v-12e237ff] {
  border-color: #f58c48;
  background-color: #f58c48;
  color: #fff;
}
button.disable[data-v-12e237ff] {
  border-color: #dadada;
  background-color: #dadada;
  color: #fff;
}
button.gray[data-v-12e237ff] {
  border-color: #cccccc;
  color: #fff;
  background-color: #cccccc;
}
button.babyBlue[data-v-12e237ff] {
  border-color: #6c99e3;
  background-color: #6c99e3;
  color: #fff;
}
button.red[data-v-12e237ff] {
  border-color: #25b33d;
  color: #25b33d;
  background-color: #fff;
}
button.empty-btn[data-v-12e237ff] {
  border-color: #9c9c9c;
  background-color: #fff;
  color: #333;
}
buttonnotSelect[data-v-12e237ff] {
  border-color: #d6d5d6;
  color: #333;
  background-color: #fbfafc;
}
button.getBtn[data-v-12e237ff] {
  background-color: #f95a5a;
  border-color: #f95a5a;
  color: #ffffff;
}
@font-face {
  font-family: "iconfont";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAWwAAsAAAAACLAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8gEiuY21hcAAAAYAAAABqAAABss4UnjZnbHlmAAAB7AAAAbYAAAJIaj3HS2hlYWQAAAOkAAAALwAAADYTh+z7aGhlYQAAA9QAAAAcAAAAJAfeA4ZobXR4AAAD8AAAAA4AAAAUFAAAAGxvY2EAAAQAAAAADAAAAAwBDgGobWF4cAAABAwAAAAfAAAAIAESAEpuYW1lAAAELAAAAUUAAAJtPlT+fXBvc3QAAAV0AAAAPAAAAE2nTngCeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByecT3bw9zwv4EhhrmBoQEozAiSAwDr6wypeJztkbENgDAMBM8hIBQxCkMwTgoqmiyXebwG2DEFQ/DWRfbLcvEBZmAydiODXAiu01wZ/kQZfuawubCSSFq0atN+3/DtX4ntRWHbYjf89sKvbbzHO2VPL7Cc0Bp48toC/x3tAfkBTYobpwAAeJxdkbtu2zAUhnnEixmp1cWiJNuhL5ISCg5Su3Bku0DQFGgL9BG6BukrdC26S3s6dOnUyZPV7h2y9Q1y2ZKtzhsYKW0kg00SP4jDHz+/QyIDoYd/+BwLZKEAIbCh1oHoBKYDwNl0tYlsMNDsjpC72VqvLpLvvfNT/+wbFuR2Nrsla13+uKh/Gf7+GH66QXpgnXuJf2Klc0OUbyXboIaQTycd8HXZBgfSscr0HIIaa8vkGLQ3ZAaq7im9r9b6lR6+pGB5Ry3D4LhmEZwwVuOMGWCIgHLTbVICWD35tS7n7TDYNX1HkB6M7La9/yHtkReH/X6raTHi7VKAumO5m7wCvd7iHUA+GYWCrWkNB1iaqHGuz06Mca7SxIbHwtGoA4HYwP4TSNmX8rMp98xnDChrO4HTDOuelcheV0gv3Hs/OHibboKfgjyQesErX8ambbGgK0RrX/qeFzxvxPG7hi2Ps3gaNxFa/eH1I3u2Ra6hkyHUWKLyN5Ap3UZXP6/uxQF4qBaULqpfqzsp9yJelDxyeVFwN+JlwSOPl5pqUc1Xvnm1WP7lDZeXJXcb2rXz5N0p0H9QBndlAAB4nGNgZGBgAOInfp3O8fw2Xxm4WRhA4IZJSD2C/n+LhYFZDcjlYGACiQIAGI0JfQB4nGNgZGBgbvjfwBDDwgACQJKRARWwAgBHCwJueJxjYWBgYEHDAAEEABUAAAAAAAAALACEAOIBJHicY2BkYGBgZbBjYGYAASYg5gJCBob/YD4DAA8kAV0AeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicY2BigAAuBuyAlZGJkZmRhZGVkY2Bvbg0OTm1uJitPLEoMy+do7A0tbgkMz+PNbWoKL+IgQEAx5ULaA==")
    format("woff");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-success:before {
  content: "\E668";
}

.icon-waring:before {
  content: "\E60A";
}

.icon-question:before {
  content: "\E677";
}

.icon-error:before {
  content: "\E6BC";
}

.ui-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-touch-action: none;
  touch-action: none;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 200;
}
.ui-message .ui-message__body {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.4rem 0.266667rem;
  border-radius: 0.106667rem;
  text-align: center;
  max-width: 50%;
  font-size: 0.4rem;
  color: #fff;
}
.ui-message .iconfont {
  margin: 0 0.533333rem;
  font-size: 1.333333rem !important;
}
.ui-message .ui-message__title {
  margin-top: -0.213333rem;
  font-size: 0.453333rem;
  line-height: 2;
}
.ui-message .ui-message__text {
  min-width: 1.333333rem;
  line-height: 1.6;
  margin-top: 0.266667rem;
}
.msg-enter .ui-message__body,
.msg-leave-to .ui-message__body {
  opacity: 0;
  -webkit-transform: translateY(-0.8rem);
  transform: translateY(-0.8rem);
}
.msg-enter-active,
.msg-leave-active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.msg-enter-active .ui-message__body,
.msg-leave-active .ui-message__body {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.loading-box {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading-box img {
  width: 1.333333rem;
  height: 1.333333rem;
  margin: 0 auto;
  position: relative;
}
.loading-box .loading-center {
  padding: 0.4rem 0.266667rem;
  border-radius: 0.133333rem;
  width: 3.2rem;
  text-align: center;
}
.loading-box .loading-center .loading-msg {
  color: #fff;
  margin-top: 0.266667rem;
}
[data-dpr="1"] .loading-box .loading-center .loading-msg {
  font-size: 14px;
}
[data-dpr="2"] .loading-box .loading-center .loading-msg {
  font-size: 28px;
}
[data-dpr="3"] .loading-box .loading-center .loading-msg {
  font-size: 42px;
}
.loading-box.modal {
  background-color: rgba(255, 255, 255, 0.2);
}
.loading-box.modal .spinner > li div {
  background-color: #fff;
}
.loading-box.modal .loading-center {
  background-color: rgba(0, 0, 0, 0.7);
}
.iconfont {
  font-size: 0.426667rem;
}
.slide {
  overflow: hidden;
  position: relative;
  min-height: 0.026667rem;
}
.slide .slide-group {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
}
.slide .slide-group .slide-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.slide .slide-group .slide-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.slide .slide-group .slide-item img {
  display: block;
  width: 100%;
}
.slide .dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.133333rem;
  -webkit-transform: translateZ(0.026667rem);
  transform: translateZ(0.026667rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide .dots .dot {
  display: block;
  margin: 0 0.106667rem;
  width: 0.213333rem;
  height: 0.213333rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.026667rem solid #ccc;
}
.slide .dots .dot.active {
  width: 0.213333rem;
  border-radius: 0.106667rem;
  background: #ff6400;
  border: 0.026667rem solid #ff6400;
}
.iconfont[data-v-1ba423c8] {
  font-size: 0.426667rem;
}
.copy[data-v-1ba423c8] {
  color: #999;
  text-align: center;
  margin: 0.533333rem;
  /*adding: 10px 0;*/
}
[data-dpr="1"] .copy[data-v-1ba423c8] {
  font-size: 14px;
}
[data-dpr="2"] .copy[data-v-1ba423c8] {
  font-size: 28px;
}
[data-dpr="3"] .copy[data-v-1ba423c8] {
  font-size: 42px;
}
.iconfont[data-v-41894ec7] {
  font-size: 0.426667rem;
}
.err[data-v-41894ec7] {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: #f7f7f7;
}
.err .content[data-v-41894ec7] {
  margin: 45% auto 0;
  text-align: center;
}
.err .content .iconfont[data-v-41894ec7] {
  font-size: 1.6rem;
  color: #ef5350;
}
.err .content .msg[data-v-41894ec7] {
  margin-top: 0.266667rem;
}
[data-dpr="1"] .err .content .msg[data-v-41894ec7] {
  font-size: 17px;
}
[data-dpr="2"] .err .content .msg[data-v-41894ec7] {
  font-size: 34px;
}
[data-dpr="3"] .err .content .msg[data-v-41894ec7] {
  font-size: 51px;
}
.iconfont {
  font-size: 0.426667rem;
}
.attention-action {
  position: fixed !important;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 200 !important;
}
.attention-action .attention {
  background-color: #fff;
  width: 8rem;
  text-align: center;
  font-size: 0.373333rem;
  border-radius: 0.133333rem;
}
.attention-action .attention > header {
  padding: 0.133333rem 0.266667rem;
  text-align: right;
}
[data-dpr="1"] .attention-action .attention > header span {
  font-size: 26px;
}
[data-dpr="2"] .attention-action .attention > header span {
  font-size: 52px;
}
[data-dpr="3"] .attention-action .attention > header span {
  font-size: 78px;
}
.attention-action .attention .img {
  text-align: center;
  padding: 0.266667rem 0;
}
.attention-action .attention .img img {
  width: 4.8rem;
  height: 4.8rem;
}
.attention-action .attention .tip {
  position: relative;
  line-height: 1.066667rem;
  color: #ff9800;
}
.attention-action .attention .tip:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #f0f0f0;
  pointer-events: none;
  position: absolute;
  height: 0.026667rem;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.attention-action .attention .bottom {
  padding: 0.266667rem 0.533333rem 0.666667rem 0.533333rem;
}
.attention-action .attention .bottom p {
  line-height: 1.6;
}
.attention-action .attention .bottom .judgeAddFriendUrl {
  color: grey;
  text-decoration: none;
  line-height: 1.6;
}
.loading[data-v-f4b50242] {
  width: 100%;
  text-align: center;
}
.loading .desc[data-v-f4b50242] {
  line-height: 24px;
  margin-bottom: 20px;
}
[data-dpr="1"] .loading .desc[data-v-f4b50242] {
  font-size: 12px;
}
[data-dpr="2"] .loading .desc[data-v-f4b50242] {
  font-size: 24px;
}
[data-dpr="3"] .loading .desc[data-v-f4b50242] {
  font-size: 36px;
}
.loading .uil-spin-css[data-v-f4b50242] {
  background: none;
  position: relative;
  width: 100px;
  margin: 0 auto;
  height: 100px;
}
@-webkit-keyframes uil-spin-css-data-v-f4b50242 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css-data-v-f4b50242 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css-data-v-f4b50242 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading .uil-spin-css > div[data-v-f4b50242] {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.loading .uil-spin-css > div > div[data-v-f4b50242] {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #000;
}
.loading .uil-spin-css > div:nth-of-type(1) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.87s;
  animation-delay: -0.87s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(2) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(3) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.62s;
  animation-delay: -0.62s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(4) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(5) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.37s;
  animation-delay: -0.37s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(6) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(7) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.loading .uil-spin-css > div:nth-of-type(8) > div[data-v-f4b50242] {
  -webkit-animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  animation: uil-spin-css-data-v-f4b50242 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading .uil-spin-css > div[data-v-f4b50242]:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
.iconfont[data-v-05dd1f2c] {
  font-size: 0.426667rem;
}
.menu-footer[data-v-05dd1f2c] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-footer .menu-item[data-v-05dd1f2c] {
  padding-top: 0.266667rem;
  color: #999;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}
.menu-footer .menu-item.active[data-v-05dd1f2c] {
  color: #4080e8;
}
.menu-footer .menu-item .cart-count[data-v-05dd1f2c] {
  background-color: #ff4444;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.426667rem;
  width: 0.426667rem;
  color: #fff;
  left: 50%;
  top: 0;
}
[data-dpr="1"] .menu-footer .menu-item .cart-count[data-v-05dd1f2c] {
  font-size: 9px;
}
[data-dpr="2"] .menu-footer .menu-item .cart-count[data-v-05dd1f2c] {
  font-size: 18px;
}
[data-dpr="3"] .menu-footer .menu-item .cart-count[data-v-05dd1f2c] {
  font-size: 27px;
}
.menu-footer .menu-item .iconfont[data-v-05dd1f2c] {
  font-size: 0.533333rem;
}
.menu-footer .menu-item .icon[data-v-05dd1f2c] {
  margin: 0 auto;
  height: 0.533333rem;
  width: 0.533333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-footer .menu-item .icon img[data-v-05dd1f2c] {
  height: 100%;
  width: 100%;
}
.menu-footer .menu-item .name[data-v-05dd1f2c] {
  padding-top: 0.08rem;
}
[data-dpr="1"] .menu-footer .menu-item .name[data-v-05dd1f2c] {
  font-size: 10px;
}
[data-dpr="2"] .menu-footer .menu-item .name[data-v-05dd1f2c] {
  font-size: 20px;
}
[data-dpr="3"] .menu-footer .menu-item .name[data-v-05dd1f2c] {
  font-size: 30px;
}
.footer[data-v-62fe346e] {
  -webkit-box-shadow: 0 -0.133333rem 0.266667rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.133333rem 0.266667rem 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer .slot-wrap[data-v-62fe346e] {
  height: 1.333333rem;
  width: 100%;
}
.iconfont {
  font-size: 0.426667rem;
}

.ex_click {
  position: relative;
}

.ex_click:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}

.white {
  background-color: #fff;
}

.iconfont {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}

.price_count {
  color: #ff6400;
}

.price_count:before {
  font-weight: normal !important;
  content: "\FFE5";
}

[data-dpr="1"] .price_count:before {
  font-size: 13px;
}

[data-dpr="2"] .price_count:before {
  font-size: 26px;
}

[data-dpr="3"] .price_count:before {
  font-size: 39px;
}

[data-dpr="1"] -webkit-input-placeholder {
  font-size: 14px;
}

[data-dpr="2"] -webkit-input-placeholder {
  font-size: 28px;
}

[data-dpr="3"] -webkit-input-placeholder {
  font-size: 42px;
}

input {
  color: #333;
}

[data-dpr="1"] input {
  font-size: 14px;
}

[data-dpr="2"] input {
  font-size: 28px;
}

[data-dpr="3"] input {
  font-size: 42px;
}

.description a {
  text-decoration: underline;
  color: #00e;
}

.description > * {
  line-height: 1.3;
}

[data-dpr="1"] .description > * {
  font-size: 14px;
}

[data-dpr="2"] .description > * {
  font-size: 28px;
}

[data-dpr="3"] .description > * {
  font-size: 42px;
}

.beCenter {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}

select {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}

input {
  outline: none;
  -webkit-appearance: none;
}

.btn {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}

[data-dpr="1"] .btn {
  font-size: 14px;
}

[data-dpr="2"] .btn {
  font-size: 28px;
}

[data-dpr="3"] .btn {
  font-size: 42px;
}

button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}

button.pay {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}

button.buy {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}

input {
  border: none;
  -webkit-appearance: none;
}

.shop-btn {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.foot_shadow {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}

[data-dpr="1"] .foot_shadow {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}

[data-dpr="2"] .foot_shadow {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}

[data-dpr="3"] .foot_shadow {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}

.description {
  background-color: #fff;
}

.description img {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}

.description iframe {
  width: 100%;
}

img {
  vertical-align: middle;
}

.icon-weixin {
  color: #08ba06;
}

.empty {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}

.empty img {
  width: 4rem;
}

.empty .tips {
  padding: 0.13333333rem;
}

[data-dpr="1"] .empty .tips {
  font-size: 15px;
}

[data-dpr="2"] .empty .tips {
  font-size: 30px;
}

[data-dpr="3"] .empty .tips {
  font-size: 45px;
}

.empty .btn {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}

[data-dpr="1"] .empty .btn {
  font-size: 17px;
}

[data-dpr="2"] .empty .btn {
  font-size: 34px;
}

[data-dpr="3"] .empty .btn {
  font-size: 51px;
}

.switch {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}

.switch:after,
.switch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.switch:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}

.switch:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}

[data-dpr="1"] .switch:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}

[data-dpr="2"] .switch:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

[data-dpr="3"] .switch:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}

.switch:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}

.switch:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.switch:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}

.v_checkbox,
.v_radio {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}

.v_checkbox:before,
.v_radio:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}

[data-dpr="1"] .v_checkbox:before,
[data-dpr="1"] .v_radio:before {
  font-size: 20px;
}

[data-dpr="2"] .v_checkbox:before,
[data-dpr="2"] .v_radio:before {
  font-size: 40px;
}

[data-dpr="3"] .v_checkbox:before,
[data-dpr="3"] .v_radio:before {
  font-size: 60px;
}

.v_radio:before {
  content: "\E669";
}

.v_radio:checked:before {
  content: "\E667";
}

.v_checkbox:before {
  content: "\E629";
}

.v_checkbox:checked:before {
  content: "\E62A";
}

.radio label input {
  position: absolute;
  left: -266.64rem;
}

.radio label input:checked + .iconfont {
  color: #4080e8;
}

.radio label input:checked + .iconfont:before {
  content: "\E617";
}

.radio label input + .iconfont {
  vertical-align: middle;
  font-size: 0.48rem;
}

.radio label input + .iconfont:before {
  content: "\E74E";
}

.checkbox input {
  position: absolute;
  left: -266.64rem;
}

.checkbox input:checked + .iconfont {
  color: #4080e8;
}

.checkbox input:checked + .iconfont:before {
  content: "\E617";
}

.checkbox input + .iconfont:before {
  content: "\E74E";
}

.x-toast .center .toast-with-icon {
  width: auto;
}

.x-toast .center .toast-message {
  min-width: 2.4rem;
}
.goods-list {
  height: 100%;
}
.goods-list .bg-title {
  height: 1.173333rem;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.173333rem;
  text-align: right;
  padding-right: 0.266667rem;
}
.goods-list .bg-title .more {
  color: #999;
}
.goods-list .bg-title .iconfont {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.373333rem;
}
.iconfont[data-v-741e0ab7] {
  font-size: 0.426667rem;
}
.main[data-v-741e0ab7] {
  height: 100%;
  position: relative;
}
.main .head[data-v-741e0ab7] {
  height: 1.066667rem;
  background-color: #f7f7f7;
}
.main .content[data-v-741e0ab7] {
  position: absolute;
  top: 1.066667rem;
  bottom: 1.333333rem;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main .content .head-group[data-v-741e0ab7] {
  margin-bottom: 0.266667rem;
}
.main .content .head-group .carousel-wrap[data-v-741e0ab7] {
  height: 6.24rem;
  overflow: hidden;
}
.main .content .head-group .carousel-wrap div[data-v-741e0ab7] {
  height: 100%;
}
.main .content .head-group .carousel-wrap img[data-v-741e0ab7] {
  height: 100%;
  width: 100%;
}
.main .content .head-group .bulletins[data-v-741e0ab7] {
  height: 0.96rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.266667rem;
  border-bottom: 1px solid #f0f0f0;
}
.main .content .head-group .bulletins a[data-v-741e0ab7] {
  width: 100%;
  overflow: hidden;
}
.main .ball-wrap[data-v-741e0ab7] {
  left: 6.666667rem;
  bottom: 0.533333rem;
  width: 0.266667rem;
  height: 0.266667rem;
  position: absolute;
}
.iconfont {
  font-size: 0.426667rem;
}
.second-kill-card {
  -webkit-box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0.266667rem;
  border-radius: 0.106667rem;
}
.second-kill-card .title {
  height: 1.173333rem;
  background-image: url(/static/pictures/shop/title_second.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.second-kill-card .title a {
  float: right;
  color: #fff;
  background-color: #f44336;
  padding: 0.08rem 0.08rem 0.106667rem 0.266667rem;
  margin-top: 0.266667rem;
  border-radius: 0.266667rem 0 0 0.266667rem;
}
[data-dpr="1"] .second-kill-card .title a {
  font-size: 12px;
}
[data-dpr="2"] .second-kill-card .title a {
  font-size: 24px;
}
[data-dpr="3"] .second-kill-card .title a {
  font-size: 36px;
}
.second-kill-card .title a i,
.second-kill-card .title a span {
  vertical-align: middle;
}
.second-kill-card .title a i {
  font-size: 0.32rem;
}
.second-kill-card .time-block {
  text-align: center;
  padding-bottom: 0.16rem;
}
[data-dpr="1"] .second-kill-card .time-block {
  font-size: 12px;
}
[data-dpr="2"] .second-kill-card .time-block {
  font-size: 24px;
}
[data-dpr="3"] .second-kill-card .time-block {
  font-size: 36px;
}
.second-kill-card .time-block span {
  display: inline-block;
}
.second-kill-card .time-block .count {
  padding: 0.08rem;
  background-color: #f44336;
  color: #fff;
  border-radius: 0.053333rem;
}
.second-kill-card .mode-1 .name {
  width: 5.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.second-kill-card .mode-2 .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
  line-height: 1.6;
}
.second-kill-card .card {
  padding: 0.266667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.second-kill-card .card .text-wrap {
  width: 6.266667rem;
  padding-bottom: 0.133333rem;
  padding-left: 0.266667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.second-kill-card .card .text-wrap .name {
  line-height: 1.2;
}
[data-dpr="1"] .second-kill-card .card .text-wrap .name {
  font-size: 16px;
}
[data-dpr="2"] .second-kill-card .card .text-wrap .name {
  font-size: 32px;
}
[data-dpr="3"] .second-kill-card .card .text-wrap .name {
  font-size: 48px;
}
[data-dpr="1"] .second-kill-card .card .text-wrap .price:before {
  font-size: 12px;
}
[data-dpr="2"] .second-kill-card .card .text-wrap .price:before {
  font-size: 24px;
}
[data-dpr="3"] .second-kill-card .card .text-wrap .price:before {
  font-size: 36px;
}
.second-kill-card .card .text-wrap .btn {
  margin: 0;
  border: 0;
  display: inline-block;
  height: 0.773333rem;
  border-radius: 0.106667rem;
  padding: 0 0.266667rem;
}
.second-kill-card .card .text-wrap .btn .iconfont {
  font-size: 0.32rem;
}
.second-kill-card .card .text-wrap .btn-buy {
  background-color: #ff6400;
  color: #fff;
}
.v-img[data-v-685370ae] {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v-img img[data-v-685370ae] {
  vertical-align: middle;
}
.v-img .blur[lazy="loaded"][data-v-685370ae] {
  -webkit-animation: load-data-v-685370ae 0.25s linear;
  animation: load-data-v-685370ae 0.25s linear;
}
@-webkit-keyframes load-data-v-685370ae {
  from {
    -webkit-filter: blur(0.8rem);
    filter: blur(30px);
  }
}
@keyframes load-data-v-685370ae {
  from {
    -webkit-filter: blur(0.8rem);
    filter: blur(30px);
  }
}
.iconfont[data-v-1abf46c6] {
  font-size: 0.426667rem;
}
.price.currency[data-v-1abf46c6]:before {
  content: "\FFE5";
  font-weight: normal;
}
[data-dpr="1"] .price.currency[data-v-1abf46c6]:before {
  font-size: 10px;
}
[data-dpr="2"] .price.currency[data-v-1abf46c6]:before {
  font-size: 20px;
}
[data-dpr="3"] .price.currency[data-v-1abf46c6]:before {
  font-size: 30px;
}
.price.oldPrice[data-v-1abf46c6] {
  text-decoration: line-through;
  color: #999;
}
.iconfont {
  font-size: 0.426667rem;
}
.balls {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 30;
}
.balls > div {
  height: 100%;
}
.balls > div .ball {
  display: inline-block;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
}
.balls > div .ball .inner {
  width: 0.266667rem;
  height: 0.266667rem;
  border-radius: 50%;
  background-color: #ff6400;
}
.shake {
  -webkit-animation: shake 0.6s;
  animation: shake 0.6s;
}
@-webkit-keyframes shake {
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake {
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.drop-enter-active {
  -webkit-transition: all 0.3s cubic-bezier(0.49, -0.29, 0.75, 0.41);
  transition: all 0.3s cubic-bezier(0.49, -0.29, 0.75, 0.41);
}
.drop-enter-active .inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.iconfont[data-v-12a4b230] {
  font-size: 0.426667rem;
}
.back-top[data-v-12a4b230] {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: fixed;
  bottom: 2rem;
  height: 0.933333rem;
  width: 0.933333rem;
  right: 0.666667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.back-top .iconfont[data-v-12a4b230] {
  color: #fff;
  font-size: 0.533333rem;
}
.trolley-wrap[data-v-5667de62] {
  position: absolute;
  left: 6.266667rem;
  top: 0.133333rem;
}
.trolley[data-v-57fc053c] {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 50%;
  color: #fff !important;
  background-color: #f44336;
}
[data-dpr="1"] .trolley[data-v-57fc053c] {
  font-size: 9px;
}
[data-dpr="2"] .trolley[data-v-57fc053c] {
  font-size: 18px;
}
[data-dpr="3"] .trolley[data-v-57fc053c] {
  font-size: 27px;
}
.iconfont[data-v-c6ffe9c0] {
  font-size: 0.426667rem;
}
a[data-v-c6ffe9c0] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bulletin[data-v-c6ffe9c0] {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bulletin.mode3[data-v-c6ffe9c0] {
  opacity: 0.7;
}
.bulletin.mode3 i[data-v-c6ffe9c0] {
  color: #fff;
}
.bulletin.mode3 .title3[data-v-c6ffe9c0] {
  margin: 0 0.133333rem;
  padding: 0 0.133333rem;
  color: #fff;
}
[data-dpr="1"] .bulletin.mode3 .title3[data-v-c6ffe9c0] {
  font-size: 12px;
}
[data-dpr="2"] .bulletin.mode3 .title3[data-v-c6ffe9c0] {
  font-size: 24px;
}
[data-dpr="3"] .bulletin.mode3 .title3[data-v-c6ffe9c0] {
  font-size: 36px;
}
.bulletin.mode3 .text p[data-v-c6ffe9c0] {
  color: #fff;
}
.bulletin i[data-v-c6ffe9c0] {
  color: #ff6400;
  position: relative;
  top: -0.053333rem;
  line-height: 1;
}
.bulletin .title[data-v-c6ffe9c0] {
  border-radius: 0.053333rem;
  background-color: #fff;
  border: 1px solid #ff6400;
  margin: 0 0.133333rem;
  padding: 0 0.133333rem;
  line-height: 1.3;
  color: #ff6400;
}
[data-dpr="1"] .bulletin .title[data-v-c6ffe9c0] {
  font-size: 12px;
}
[data-dpr="2"] .bulletin .title[data-v-c6ffe9c0] {
  font-size: 24px;
}
[data-dpr="3"] .bulletin .title[data-v-c6ffe9c0] {
  font-size: 36px;
}
.bulletin .text[data-v-c6ffe9c0] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
}
[data-dpr="1"] .bulletin .text[data-v-c6ffe9c0] {
  font-size: 14px;
}
[data-dpr="2"] .bulletin .text[data-v-c6ffe9c0] {
  font-size: 28px;
}
[data-dpr="3"] .bulletin .text[data-v-c6ffe9c0] {
  font-size: 42px;
}
.bulletin .text p[data-v-c6ffe9c0] {
  display: inline-block;
  white-space: nowrap;
  padding-left: 8rem;
}
[data-dpr="1"] .bulletin .text p[data-v-c6ffe9c0] {
  font-size: 14px;
}
[data-dpr="2"] .bulletin .text p[data-v-c6ffe9c0] {
  font-size: 28px;
}
[data-dpr="3"] .bulletin .text p[data-v-c6ffe9c0] {
  font-size: 42px;
}
@-webkit-keyframes roll {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes roll {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.iconfont[data-v-6e77c1e2] {
  font-size: 0.426667rem;
}
.card-list .head[data-v-6e77c1e2] {
  /*height: 48px;*/
  line-height: 1.28rem;
  position: relative;
}
.card-list .head .double-line[data-v-6e77c1e2] {
  height: 0.986667rem;
  line-height: 0.986667rem;
  text-align: center;
}
[data-dpr="1"] .card-list .head .double-line[data-v-6e77c1e2] {
  font-size: 14px;
}
[data-dpr="2"] .card-list .head .double-line[data-v-6e77c1e2] {
  font-size: 28px;
}
[data-dpr="3"] .card-list .head .double-line[data-v-6e77c1e2] {
  font-size: 42px;
}
.card-list .head .double-line[data-v-6e77c1e2]:before,
.card-list .head .double-line[data-v-6e77c1e2]:after {
  content: "";
  top: -0.16rem;
  width: 1.813333rem;
  margin: 0 0.266667rem;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #dadada;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.card-list .head .title[data-v-6e77c1e2] {
  text-align: center;
}
[data-dpr="1"] .card-list .head .title[data-v-6e77c1e2] {
  font-size: 18px;
}
[data-dpr="2"] .card-list .head .title[data-v-6e77c1e2] {
  font-size: 36px;
}
[data-dpr="3"] .card-list .head .title[data-v-6e77c1e2] {
  font-size: 54px;
}
.card-list .head .more[data-v-6e77c1e2] {
  position: absolute;
  top: 0.266667rem;
  right: 0;
}
[data-dpr="1"] .card-list .head .more[data-v-6e77c1e2] {
  font-size: 12px;
}
[data-dpr="2"] .card-list .head .more[data-v-6e77c1e2] {
  font-size: 24px;
}
[data-dpr="3"] .card-list .head .more[data-v-6e77c1e2] {
  font-size: 36px;
}
.card-list .head .more i[data-v-6e77c1e2] {
  font-size: 0.32rem;
}
.card-list .list[data-v-6e77c1e2] {
  overflow: hidden;
}
.card-list .list li[data-v-6e77c1e2] {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.133333rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-list .list li .goods_card[data-v-6e77c1e2] {
  width: 4.8rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05);
}
.card-list .list li .goods_card.more[data-v-6e77c1e2] {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-list .list li .goods_card .more-card[data-v-6e77c1e2] {
  min-width: 3.466667rem;
}
.card-list .list li .goods_card .img[data-v-6e77c1e2] {
  border-radius: 50%;
}
.card-list .list li .goods_card .img img[data-v-6e77c1e2] {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
}
.card-list .list li .goods_card .iconfont[data-v-6e77c1e2] {
  font-size: 0.533333rem;
  vertical-align: middle;
}
.card-list .list li .goods_card .card[data-v-6e77c1e2] {
  line-height: 1.333333rem;
}
.card-list .list li .goods_card .more-btn[data-v-6e77c1e2] {
  width: 2.933333rem;
  height: 0.96rem;
  margin: 0 auto;
}
.card-list .list li .goods_card .more-btn button[data-v-6e77c1e2] {
  border-radius: 0.533333rem;
}
.iconfont[data-v-abf75c8a] {
  font-size: 0.426667rem;
}
.ex_click[data-v-abf75c8a] {
  position: relative;
}
.ex_click[data-v-abf75c8a]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-abf75c8a] {
  background-color: #fff;
}
.iconfont[data-v-abf75c8a] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-abf75c8a] {
  color: #ff6400;
}
.price_count[data-v-abf75c8a]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-abf75c8a]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-abf75c8a]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-abf75c8a]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-abf75c8a] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-abf75c8a] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-abf75c8a] {
  font-size: 42px;
}
input[data-v-abf75c8a] {
  color: #333;
}
[data-dpr="1"] input[data-v-abf75c8a] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-abf75c8a] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-abf75c8a] {
  font-size: 42px;
}
.description a[data-v-abf75c8a] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-abf75c8a] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-abf75c8a] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-abf75c8a] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-abf75c8a] {
  font-size: 42px;
}
.beCenter[data-v-abf75c8a] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-abf75c8a] {
  *zoom: 1;
}
.clearfix[data-v-abf75c8a]:after,
.clearfix[data-v-abf75c8a]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-abf75c8a] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-abf75c8a] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-abf75c8a] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-abf75c8a] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-abf75c8a] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-abf75c8a] {
  font-size: 42px;
}
button[data-v-abf75c8a] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-abf75c8a] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-abf75c8a] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-abf75c8a] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-abf75c8a] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-abf75c8a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-abf75c8a] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-abf75c8a] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-abf75c8a] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-abf75c8a] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-abf75c8a] {
  background-color: #fff;
}
.description img[data-v-abf75c8a] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-abf75c8a] {
  width: 100%;
}
img[data-v-abf75c8a] {
  vertical-align: middle;
}
.icon-weixin[data-v-abf75c8a] {
  color: #08ba06;
}
.empty[data-v-abf75c8a] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-abf75c8a] {
  width: 4rem;
}
.empty .tips[data-v-abf75c8a] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-abf75c8a] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-abf75c8a] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-abf75c8a] {
  font-size: 45px;
}
.empty .btn[data-v-abf75c8a] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-abf75c8a] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-abf75c8a] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-abf75c8a] {
  font-size: 51px;
}
.switch[data-v-abf75c8a] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-abf75c8a]:after,
.switch[data-v-abf75c8a]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-abf75c8a]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-abf75c8a]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-abf75c8a]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-abf75c8a]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-abf75c8a]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-abf75c8a]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-abf75c8a]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-abf75c8a]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-abf75c8a],
.v_radio[data-v-abf75c8a] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-abf75c8a]:before,
.v_radio[data-v-abf75c8a]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-abf75c8a]:before,
[data-dpr="1"] .v_radio[data-v-abf75c8a]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-abf75c8a]:before,
[data-dpr="2"] .v_radio[data-v-abf75c8a]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-abf75c8a]:before,
[data-dpr="3"] .v_radio[data-v-abf75c8a]:before {
  font-size: 60px;
}
.v_radio[data-v-abf75c8a]:before {
  content: "\E669";
}
.v_radio[data-v-abf75c8a]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-abf75c8a]:before {
  content: "\E629";
}
.v_checkbox[data-v-abf75c8a]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-abf75c8a] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-abf75c8a] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-abf75c8a]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-abf75c8a] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-abf75c8a]:before {
  content: "\E74E";
}
.checkbox input[data-v-abf75c8a] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-abf75c8a] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-abf75c8a]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-abf75c8a]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-abf75c8a] {
  width: auto;
}
.x-toast .center .toast-message[data-v-abf75c8a] {
  min-width: 2.4rem;
}
.goods_card[data-v-abf75c8a] {
  width: 4.8rem;
  background-color: #fff;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .goods_card[data-v-abf75c8a] {
  font-size: 14px;
}
[data-dpr="2"] .goods_card[data-v-abf75c8a] {
  font-size: 28px;
}
[data-dpr="3"] .goods_card[data-v-abf75c8a] {
  font-size: 42px;
}
.goods_card .img_wrap[data-v-abf75c8a] {
  text-align: center;
  overflow: hidden;
  width: 4.8rem;
}
.goods_card .goods_info[data-v-abf75c8a] {
  position: relative;
  padding: 0 0.133333rem;
}
.goods_card .goods_info .goods_title[data-v-abf75c8a] {
  height: 1.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.goods_card .goods_info .goods_title span[data-v-abf75c8a] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
  line-height: 1.5;
}
.goods_card .goods_info .goods_title > .iconfont[data-v-abf75c8a] {
  margin-top: 0.133333rem;
}
.goods_card .goods_info .goods_title > .iconfont > .iconfont[data-v-abf75c8a] {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  font-size: 0.32rem;
  color: #ff6400;
  right: -0.133333rem;
  top: -0.08rem;
}
.goods_card
  .goods_info
  .goods_title
  > .iconfont
  > .greyiconfont[data-v-abf75c8a] {
  position: absolute;
  font-size: 0.32rem;
  color: grey;
  right: -0.133333rem;
  top: -0.08rem;
}
.goods_card .goods_info .goods_price[data-v-abf75c8a] {
  height: 0.666667rem;
  line-height: 0.8rem;
  background-color: #fff;
  color: #999;
}
.goods_card .goods_info .goods_price .sell_price[data-v-abf75c8a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods_card .goods_info .goods_price .sell_price .point[data-v-abf75c8a] {
  color: #ff6400;
}
.goods_card .goods_info .goods_price .sell_count[data-v-abf75c8a] {
  float: right;
  margin-top: 0.16rem;
  white-space: nowrap;
}
[data-dpr="1"]
  .goods_card
  .goods_info
  .goods_price
  .sell_count[data-v-abf75c8a] {
  font-size: 12px;
}
[data-dpr="2"]
  .goods_card
  .goods_info
  .goods_price
  .sell_count[data-v-abf75c8a] {
  font-size: 24px;
}
[data-dpr="3"]
  .goods_card
  .goods_info
  .goods_price
  .sell_count[data-v-abf75c8a] {
  font-size: 36px;
}
.goods_card .right[data-v-abf75c8a] {
  float: right;
}
.iconfont[data-v-70847e4c] {
  font-size: 0.426667rem;
}
.ex_click[data-v-70847e4c] {
  position: relative;
}
.ex_click[data-v-70847e4c]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-70847e4c] {
  background-color: #fff;
}
.iconfont[data-v-70847e4c] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-70847e4c] {
  color: #ff6400;
}
.price_count[data-v-70847e4c]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-70847e4c]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-70847e4c]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-70847e4c]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-70847e4c] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-70847e4c] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-70847e4c] {
  font-size: 42px;
}
input[data-v-70847e4c] {
  color: #333;
}
[data-dpr="1"] input[data-v-70847e4c] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-70847e4c] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-70847e4c] {
  font-size: 42px;
}
.description a[data-v-70847e4c] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-70847e4c] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-70847e4c] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-70847e4c] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-70847e4c] {
  font-size: 42px;
}
.beCenter[data-v-70847e4c] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-70847e4c] {
  *zoom: 1;
}
.clearfix[data-v-70847e4c]:after,
.clearfix[data-v-70847e4c]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-70847e4c] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-70847e4c] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-70847e4c] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-70847e4c] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-70847e4c] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-70847e4c] {
  font-size: 42px;
}
button[data-v-70847e4c] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-70847e4c] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-70847e4c] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-70847e4c] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-70847e4c] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-70847e4c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-70847e4c] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-70847e4c] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-70847e4c] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-70847e4c] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-70847e4c] {
  background-color: #fff;
}
.description img[data-v-70847e4c] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-70847e4c] {
  width: 100%;
}
img[data-v-70847e4c] {
  vertical-align: middle;
}
.icon-weixin[data-v-70847e4c] {
  color: #08ba06;
}
.empty[data-v-70847e4c] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-70847e4c] {
  width: 4rem;
}
.empty .tips[data-v-70847e4c] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-70847e4c] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-70847e4c] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-70847e4c] {
  font-size: 45px;
}
.empty .btn[data-v-70847e4c] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-70847e4c] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-70847e4c] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-70847e4c] {
  font-size: 51px;
}
.switch[data-v-70847e4c] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-70847e4c]:after,
.switch[data-v-70847e4c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-70847e4c]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-70847e4c]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-70847e4c]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-70847e4c]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-70847e4c]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-70847e4c]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-70847e4c]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-70847e4c]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-70847e4c],
.v_radio[data-v-70847e4c] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-70847e4c]:before,
.v_radio[data-v-70847e4c]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-70847e4c]:before,
[data-dpr="1"] .v_radio[data-v-70847e4c]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-70847e4c]:before,
[data-dpr="2"] .v_radio[data-v-70847e4c]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-70847e4c]:before,
[data-dpr="3"] .v_radio[data-v-70847e4c]:before {
  font-size: 60px;
}
.v_radio[data-v-70847e4c]:before {
  content: "\E669";
}
.v_radio[data-v-70847e4c]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-70847e4c]:before {
  content: "\E629";
}
.v_checkbox[data-v-70847e4c]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-70847e4c] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-70847e4c] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-70847e4c]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-70847e4c] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-70847e4c]:before {
  content: "\E74E";
}
.checkbox input[data-v-70847e4c] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-70847e4c] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-70847e4c]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-70847e4c]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-70847e4c] {
  width: auto;
}
.x-toast .center .toast-message[data-v-70847e4c] {
  min-width: 2.4rem;
}
.hot-group[data-v-70847e4c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0.266667rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hot-group .hot_item[data-v-70847e4c] {
  -webkit-flex-basis: 2.933333rem;
  -ms-flex-preferred-size: 2.933333rem;
  flex-basis: 2.933333rem;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.hot-group .hot_item .icon[data-v-70847e4c] {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.426667rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.266667rem;
  -webkit-transform: translate3d(-0.4rem, 0.08rem, 0) rotate(-45deg);
  transform: translate3d(-0.4rem, 0.08rem, 0) rotate(-45deg);
  width: 1.333333rem;
  color: #fff;
}
.hot-group .hot_item .icon.nice[data-v-70847e4c] {
  background-color: #7daf62;
}
.hot-group .hot_item .icon.new[data-v-70847e4c] {
  background-color: #f25d3b;
}
.hot-group .hot_item .icon.hot[data-v-70847e4c] {
  background-color: #fc7e29;
}
.hot-group .hot_item img[data-v-70847e4c] {
  height: 1.866667rem;
  -webkit-box-shadow: 0 0.053333rem 0.133333rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.hot-group .hot_item p[data-v-70847e4c] {
  text-align: center;
  line-height: 2;
}
[data-dpr="1"] .hot-group .hot_item p[data-v-70847e4c] {
  font-size: 14px;
}
[data-dpr="2"] .hot-group .hot_item p[data-v-70847e4c] {
  font-size: 28px;
}
[data-dpr="3"] .hot-group .hot_item p[data-v-70847e4c] {
  font-size: 42px;
}
.iconfont[data-v-6c9de7ec] {
  font-size: 0.426667rem;
}
.toast[data-v-6c9de7ec] {
  position: fixed;
  padding: 0.4rem 0.8rem;
  z-index: 200;
  width: 4.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 0.106667rem;
}
.toast .text p[data-v-6c9de7ec] {
  color: #fff;
}
.toast .minxi .icon-group .toast_item .iconfont[data-v-6c9de7ec] {
  color: #fff;
  font-size: 1.066667rem;
  margin-bottom: 0.266667rem;
}
.toast .minxi .icon-group .toast_item img[data-v-6c9de7ec] {
  height: 1.066667rem;
  margin-bottom: 0.266667rem;
}
.toast .minxi .icon-group .toast_item .msg[data-v-6c9de7ec] {
  color: #fff;
  line-height: 1.2;
}
.iconfont[data-v-3d5af83b] {
  font-size: 0.426667rem;
}
.search[data-v-3d5af83b] {
  height: 100%;
  width: 100%;
  padding: 0.16rem 0.266667rem;
  position: relative;
}
.search .input-wrap[data-v-3d5af83b] {
  width: 100%;
  height: 100%;
}
.search .input-wrap form[data-v-3d5af83b] {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search .input-wrap form .input[data-v-3d5af83b] {
  border-radius: 0.106667rem;
  width: 7.733333rem;
  height: 100%;
  overflow: hidden;
  padding-left: 0.266667rem;
}
.search .input-wrap form .input input[data-v-3d5af83b] {
  height: 100%;
  width: 100%;
  border: none;
  background-color: transparent;
}
.search .input-wrap form .cancel[data-v-3d5af83b] {
  padding: 0.133333rem;
  white-space: nowrap;
  color: #4080e8;
  margin-right: 0.213333rem;
}
[data-dpr="1"] .search .input-wrap form .cancel[data-v-3d5af83b] {
  font-size: 14px;
}
[data-dpr="2"] .search .input-wrap form .cancel[data-v-3d5af83b] {
  font-size: 28px;
}
[data-dpr="3"] .search .input-wrap form .cancel[data-v-3d5af83b] {
  font-size: 42px;
}
.search label[data-v-3d5af83b] {
  color: #999;
  top: 0.16rem;
  border-radius: 0.106667rem;
  left: 0.266667rem;
  bottom: 0.16rem;
  right: 0.266667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search label .iconfont[data-v-3d5af83b] {
  margin-right: 0.106667rem;
  font-size: 0.426667rem;
}
.search .fade-enter[data-v-3d5af83b],
.search .fade-leave-to[data-v-3d5af83b] {
  opacity: 0;
}
.search .fade-enter-active[data-v-3d5af83b],
.search .fade-leave-active[data-v-3d5af83b] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.iconfont[data-v-8c1ebee8] {
  font-size: 0.426667rem;
}
.pay-now-action[data-v-8c1ebee8] {
  position: fixed !important;
  bottom: 0;
  z-index: 100;
}
.buy_now[data-v-8c1ebee8] {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.buy_now .buy_head[data-v-8c1ebee8] {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.266667rem;
}
.buy_now .buy_head .v-img[data-v-8c1ebee8] {
  margin-right: 0.266667rem;
}
.buy_now .buy_head .buy_title[data-v-8c1ebee8] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.buy_now .buy_head .buy_title .title[data-v-8c1ebee8] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
  overflow: hidden;
  padding-right: 0.8rem;
  line-height: 1.2;
}
[data-dpr="1"] .buy_now .buy_head .buy_title .title[data-v-8c1ebee8] {
  font-size: 15px;
}
[data-dpr="2"] .buy_now .buy_head .buy_title .title[data-v-8c1ebee8] {
  font-size: 30px;
}
[data-dpr="3"] .buy_now .buy_head .buy_title .title[data-v-8c1ebee8] {
  font-size: 45px;
}
.buy_now .buy_head .buy_title .price_wrap[data-v-8c1ebee8] {
  margin-top: 0.346667rem;
}
.buy_now .buy_head .buy_title .price_wrap .now_price[data-v-8c1ebee8] {
  font-weight: bold;
}
.buy_now .buy_head .buy_title .price_wrap .minus[data-v-8c1ebee8] {
  color: #ff6400;
}
.buy_now .buy_head .buy_title .price_wrap .name[data-v-8c1ebee8] {
  color: #333;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .name[data-v-8c1ebee8] {
  font-size: 14px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .name[data-v-8c1ebee8] {
  font-size: 28px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .name[data-v-8c1ebee8] {
  font-size: 42px;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .old_price[data-v-8c1ebee8]:before {
  font-size: 12px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .old_price[data-v-8c1ebee8]:before {
  font-size: 24px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .old_price[data-v-8c1ebee8]:before {
  font-size: 36px;
}
.buy_now .buy_head .buy_title .price_wrap .price_count[data-v-8c1ebee8] {
  font-weight: bold;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .price_count[data-v-8c1ebee8] {
  font-size: 21px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .price_count[data-v-8c1ebee8] {
  font-size: 42px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .price_count[data-v-8c1ebee8] {
  font-size: 63px;
}
.buy_now .buy_head .buy_title .price_wrap .normal[data-v-8c1ebee8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buy_now
  .buy_head
  .buy_title
  .price_wrap
  .normal
  p[data-v-8c1ebee8]:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 70%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
}
.buy_now .buy_head .buy_title .price_wrap .normal p.old[data-v-8c1ebee8] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: right;
}
.buy_now .buy_head .buy_title .price_wrap .normal .old_price[data-v-8c1ebee8] {
  float: right;
}
.buy_now
  .buy_head
  .buy_title
  .price_wrap
  .normal
  .trade_point[data-v-8c1ebee8] {
  color: #ff6400;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .normal
  .trade_point[data-v-8c1ebee8] {
  font-size: 13px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .normal
  .trade_point[data-v-8c1ebee8] {
  font-size: 26px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .normal
  .trade_point[data-v-8c1ebee8] {
  font-size: 39px;
}
.buy_now .buy_head .buy_title .price_wrap .wholesale[data-v-8c1ebee8] {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale[data-v-8c1ebee8] {
  font-size: 14px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale[data-v-8c1ebee8] {
  font-size: 28px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale[data-v-8c1ebee8] {
  font-size: 42px;
}
.buy_now .buy_head .buy_title .price_wrap .wholesale .name[data-v-8c1ebee8] {
  color: #333;
}
[data-dpr="1"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale
  > span[data-v-8c1ebee8]:before {
  font-size: 13px;
}
[data-dpr="2"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale
  > span[data-v-8c1ebee8]:before {
  font-size: 26px;
}
[data-dpr="3"]
  .buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale
  > span[data-v-8c1ebee8]:before {
  font-size: 39px;
}
.buy_now
  .buy_head
  .buy_title
  .price_wrap
  .wholesale
  > span.oldPrice[data-v-8c1ebee8] {
  margin-left: 0.133333rem;
}
.buy_now .buy_head i[data-v-8c1ebee8] {
  font-size: 0.426667rem;
  position: absolute;
  right: 0.346667rem;
  top: 0.266667rem;
}
.buy_now .buy_content[data-v-8c1ebee8] {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.266667rem;
}
.buy_now .buy_content .sku_content .sku_name[data-v-8c1ebee8] {
  padding: 0 0.266667rem;
  line-height: 0.8rem;
  height: 0.8rem;
}
[data-dpr="1"] .buy_now .buy_content .sku_content .sku_name[data-v-8c1ebee8] {
  font-size: 15px;
}
[data-dpr="2"] .buy_now .buy_content .sku_content .sku_name[data-v-8c1ebee8] {
  font-size: 30px;
}
[data-dpr="3"] .buy_now .buy_content .sku_content .sku_name[data-v-8c1ebee8] {
  font-size: 45px;
}
.buy_now .buy_content .sku_content .sku_wrap[data-v-8c1ebee8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buy_now .buy_content .sku_content .sku_wrap .sku_item[data-v-8c1ebee8] {
  border: 1px solid #dadada;
  border-radius: 0.08rem;
  margin: 0.16rem;
  line-height: 1.6;
  padding: 0.133333rem 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[data-dpr="1"]
  .buy_now
  .buy_content
  .sku_content
  .sku_wrap
  .sku_item[data-v-8c1ebee8] {
  font-size: 14px;
}
[data-dpr="2"]
  .buy_now
  .buy_content
  .sku_content
  .sku_wrap
  .sku_item[data-v-8c1ebee8] {
  font-size: 28px;
}
[data-dpr="3"]
  .buy_now
  .buy_content
  .sku_content
  .sku_wrap
  .sku_item[data-v-8c1ebee8] {
  font-size: 42px;
}
.buy_now .buy_content .sku_content .sku_wrap .sku_item.active[data-v-8c1ebee8] {
  color: #ff6400;
  border-color: #ff6400;
  background-color: #fff3ec;
  position: relative;
  overflow: hidden;
}
.buy_now
  .buy_content
  .sku_content
  .sku_wrap
  .sku_item.active[data-v-8c1ebee8]:after {
  content: "\E6F8";
  font-family: iconfont;
  overflow: hidden;
  position: absolute;
  font-size: 0.48rem;
  right: -0.026667rem;
  bottom: -0.026667rem;
  line-height: 1;
  color: #ff6400;
}
.buy_now
  .buy_content
  .sku_content
  .sku_wrap
  .sku_item.disable[data-v-8c1ebee8] {
  color: #999;
  background-color: #eee;
  border-color: #eee;
}
.buy_now .buy_foot[data-v-8c1ebee8] {
  padding: 0.266667rem;
  min-height: 1.6rem;
  position: relative;
}
.buy_now .buy_foot .buy_count p[data-v-8c1ebee8] {
  line-height: 1.5;
}
[data-dpr="1"] .buy_now .buy_foot .buy_count p[data-v-8c1ebee8] {
  font-size: 12px;
}
[data-dpr="2"] .buy_now .buy_foot .buy_count p[data-v-8c1ebee8] {
  font-size: 24px;
}
[data-dpr="3"] .buy_now .buy_foot .buy_count p[data-v-8c1ebee8] {
  font-size: 36px;
}
.buy_now .buy_foot .buy_count p[data-v-8c1ebee8]:nth-child(2) {
  color: #666;
}
[data-dpr="1"] .buy_now .buy_foot .buy_count p.title[data-v-8c1ebee8] {
  font-size: 15px;
}
[data-dpr="2"] .buy_now .buy_foot .buy_count p.title[data-v-8c1ebee8] {
  font-size: 30px;
}
[data-dpr="3"] .buy_now .buy_foot .buy_count p.title[data-v-8c1ebee8] {
  font-size: 45px;
}
.buy_now .buy_foot .cart_control[data-v-8c1ebee8] {
  position: absolute;
  right: 0.266667rem;
  top: 0.4rem;
  height: 0.8rem;
  width: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 0.133333rem;
}
.buy_now .buy_foot .cart_control input[data-v-8c1ebee8] {
  width: 1.2rem;
  height: 0.8rem;
  border: none;
  line-height: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.2rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.2rem;
  flex: 0 0 1.2rem;
  text-align: center;
  padding: 0;
  outline: none;
}
[data-dpr="1"] .buy_now .buy_foot .cart_control input[data-v-8c1ebee8] {
  font-size: 14px;
}
[data-dpr="2"] .buy_now .buy_foot .cart_control input[data-v-8c1ebee8] {
  font-size: 28px;
}
[data-dpr="3"] .buy_now .buy_foot .cart_control input[data-v-8c1ebee8] {
  font-size: 42px;
}
.buy_now .buy_foot .cart_control button[data-v-8c1ebee8] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background-color: #fff;
  height: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.8rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.8rem;
  flex: 0 0 0.8rem;
  width: 0.8rem;
  line-height: 0.8rem;
}
[data-dpr="1"] .buy_now .buy_foot .cart_control button[data-v-8c1ebee8] {
  font-size: 20px;
}
[data-dpr="2"] .buy_now .buy_foot .cart_control button[data-v-8c1ebee8] {
  font-size: 40px;
}
[data-dpr="3"] .buy_now .buy_foot .cart_control button[data-v-8c1ebee8] {
  font-size: 60px;
}
.buy_now .buy_foot .cart_control button.sub[data-v-8c1ebee8] {
  border-right: 1px solid #999;
}
.buy_now .buy_foot .cart_control button.add[data-v-8c1ebee8] {
  border-left: 1px solid #999;
}
.buy_now .buy_foot .cart_control button.disable[data-v-8c1ebee8] {
  color: #ccc;
}
.buy_now .btn_wrap[data-v-8c1ebee8] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.buy_now .btn_wrap .btn[data-v-8c1ebee8] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 1.333333rem;
}
[data-dpr="1"] .buy_now .btn_wrap .btn[data-v-8c1ebee8] {
  font-size: 17px;
}
[data-dpr="2"] .buy_now .btn_wrap .btn[data-v-8c1ebee8] {
  font-size: 34px;
}
[data-dpr="3"] .buy_now .btn_wrap .btn[data-v-8c1ebee8] {
  font-size: 51px;
}
.pay-now-action .bottom {
  border-radius: 0.213333rem 0.213333rem 0 0;
}
.iconfont[data-v-0902bd78] {
  font-size: 0.426667rem;
}
.main[data-v-0902bd78] {
  height: 100%;
  position: relative;
}
.main .head[data-v-0902bd78] {
  height: 1.066667rem;
  background-color: #f7f7f7;
}
.main .content[data-v-0902bd78] {
  position: absolute;
  top: 1.066667rem;
  bottom: 1.333333rem;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.main .content .head-group[data-v-0902bd78] {
  margin-bottom: 0.266667rem;
  -webkit-box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
}
.main .content .head-group .carousel-wrap[data-v-0902bd78] {
  height: 4.72rem;
  overflow: hidden;
}
.main .content .head-group .carousel-wrap .img[data-v-0902bd78] {
  height: 4.72rem;
}
.main .content .head-group .carousel-wrap div[data-v-0902bd78] {
  height: 100%;
}
.main .content .head-group .carousel-wrap img[data-v-0902bd78] {
  height: 100%;
}
.main .content .head-group .bulletins[data-v-0902bd78] {
  height: 0.96rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.266667rem;
  border-bottom: 1px solid #f0f0f0;
}
.main .content .head-group .bulletins a[data-v-0902bd78] {
  width: 100%;
  overflow: hidden;
}
.main .ball-wrap[data-v-0902bd78] {
  left: 6.666667rem;
  bottom: 0.533333rem;
  width: 0.266667rem;
  height: 0.266667rem;
  position: absolute;
}
.iconfont[data-v-60010fef] {
  font-size: 0.426667rem;
}
.icon-slider .menu-carousel[data-v-60010fef] {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.icon-slider .menu-carousel[data-v-60010fef]:before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #f0f0f0;
  pointer-events: none;
  position: absolute;
  height: 0.026667rem;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.icon-slider .menu-carousel .menu-panel[data-v-60010fef] {
  width: 10rem;
}
.icon-slider .menu-carousel .menu-panel .panel[data-v-60010fef] {
  height: 4.533333rem;
}
.icon-slider .menu-carousel .menu-panel .menu-box[data-v-60010fef] {
  height: 2.133333rem;
  float: left;
  width: 25%;
  font-size: 0.32rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-slider .menu-carousel .menu-panel .menu-box .menu-icon[data-v-60010fef] {
  margin-bottom: 0.24rem;
  width: 0.96rem;
  border-radius: 50%;
}
.icon-slider
  .menu-carousel
  .menu-panel
  .menu-box
  .menu-icon
  img[data-v-60010fef] {
  border-radius: 50%;
  height: 0.986667rem;
  width: 0.986667rem;
}
.icon-slider .menu-carousel .menu-panel .menu-box .menu-name[data-v-60010fef] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  width: 100%;
}
.iconfont[data-v-2b9dd4bc] {
  font-size: 0.426667rem;
}
.ex_click[data-v-2b9dd4bc] {
  position: relative;
}
.ex_click[data-v-2b9dd4bc]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-2b9dd4bc] {
  background-color: #fff;
}
.iconfont[data-v-2b9dd4bc] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-2b9dd4bc] {
  color: #ff6400;
}
.price_count[data-v-2b9dd4bc]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-2b9dd4bc]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-2b9dd4bc]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-2b9dd4bc]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-2b9dd4bc] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-2b9dd4bc] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-2b9dd4bc] {
  font-size: 42px;
}
input[data-v-2b9dd4bc] {
  color: #333;
}
[data-dpr="1"] input[data-v-2b9dd4bc] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-2b9dd4bc] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-2b9dd4bc] {
  font-size: 42px;
}
.description a[data-v-2b9dd4bc] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-2b9dd4bc] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-2b9dd4bc] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-2b9dd4bc] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-2b9dd4bc] {
  font-size: 42px;
}
.beCenter[data-v-2b9dd4bc] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-2b9dd4bc] {
  *zoom: 1;
}
.clearfix[data-v-2b9dd4bc]:after,
.clearfix[data-v-2b9dd4bc]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-2b9dd4bc] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-2b9dd4bc] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-2b9dd4bc] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-2b9dd4bc] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-2b9dd4bc] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-2b9dd4bc] {
  font-size: 42px;
}
button[data-v-2b9dd4bc] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-2b9dd4bc] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-2b9dd4bc] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-2b9dd4bc] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-2b9dd4bc] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-2b9dd4bc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-2b9dd4bc] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-2b9dd4bc] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-2b9dd4bc] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-2b9dd4bc] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-2b9dd4bc] {
  background-color: #fff;
}
.description img[data-v-2b9dd4bc] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-2b9dd4bc] {
  width: 100%;
}
img[data-v-2b9dd4bc] {
  vertical-align: middle;
}
.icon-weixin[data-v-2b9dd4bc] {
  color: #08ba06;
}
.empty[data-v-2b9dd4bc] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-2b9dd4bc] {
  width: 4rem;
}
.empty .tips[data-v-2b9dd4bc] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-2b9dd4bc] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-2b9dd4bc] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-2b9dd4bc] {
  font-size: 45px;
}
.empty .btn[data-v-2b9dd4bc] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-2b9dd4bc] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-2b9dd4bc] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-2b9dd4bc] {
  font-size: 51px;
}
.switch[data-v-2b9dd4bc] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-2b9dd4bc]:after,
.switch[data-v-2b9dd4bc]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-2b9dd4bc]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-2b9dd4bc]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-2b9dd4bc]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-2b9dd4bc]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-2b9dd4bc]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-2b9dd4bc]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-2b9dd4bc]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-2b9dd4bc]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-2b9dd4bc],
.v_radio[data-v-2b9dd4bc] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-2b9dd4bc]:before,
.v_radio[data-v-2b9dd4bc]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-2b9dd4bc]:before,
[data-dpr="1"] .v_radio[data-v-2b9dd4bc]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-2b9dd4bc]:before,
[data-dpr="2"] .v_radio[data-v-2b9dd4bc]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-2b9dd4bc]:before,
[data-dpr="3"] .v_radio[data-v-2b9dd4bc]:before {
  font-size: 60px;
}
.v_radio[data-v-2b9dd4bc]:before {
  content: "\E669";
}
.v_radio[data-v-2b9dd4bc]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-2b9dd4bc]:before {
  content: "\E629";
}
.v_checkbox[data-v-2b9dd4bc]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-2b9dd4bc] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-2b9dd4bc] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-2b9dd4bc]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-2b9dd4bc] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-2b9dd4bc]:before {
  content: "\E74E";
}
.checkbox input[data-v-2b9dd4bc] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-2b9dd4bc] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-2b9dd4bc]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-2b9dd4bc]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-2b9dd4bc] {
  width: auto;
}
.x-toast .center .toast-message[data-v-2b9dd4bc] {
  min-width: 2.4rem;
}
.coupons_wrap[data-v-2b9dd4bc] {
  overflow: hidden;
  padding-bottom: 0.4rem;
  background-color: #fff;
}
.coupons_wrap .bg-title[data-v-2b9dd4bc] {
  background-image: url(/static/pictures/shop/title_coupon.png);
}
.coupons_wrap .slide-wrap[data-v-2b9dd4bc] {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.coupons_wrap .coupon-list[data-v-2b9dd4bc] {
  white-space: nowrap;
  font-size: 0;
}
.coupons_wrap .coupon-list .item[data-v-2b9dd4bc] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.coupons_wrap .coupon-list .item .coupons[data-v-2b9dd4bc] {
  width: 4.533333rem;
  height: 2.666667rem;
  margin: 0 10px;
  border: 0;
}
[data-dpr="1"] .coupons_wrap .coupon-list .item .coupons[data-v-2b9dd4bc] {
  font-size: 12px;
}
[data-dpr="2"] .coupons_wrap .coupon-list .item .coupons[data-v-2b9dd4bc] {
  font-size: 24px;
}
[data-dpr="3"] .coupons_wrap .coupon-list .item .coupons[data-v-2b9dd4bc] {
  font-size: 36px;
}
.coupons_wrap .coupon-list .item .coupons.concessions1[data-v-2b9dd4bc] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff885c),
    to(#ff5352)
  );
  background: -webkit-linear-gradient(top, #ff885c, #ff5352);
  background: linear-gradient(to bottom, #ff885c, #ff5352);
}
.coupons_wrap .coupon-list .item .coupons.concessions2[data-v-2b9dd4bc] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffb300),
    to(#ff7600)
  );
  background: -webkit-linear-gradient(top, #ffb300, #ff7600);
  background: linear-gradient(to bottom, #ffb300, #ff7600);
}
.coupons_wrap .coupon-list .item .coupons.concessions3[data-v-2b9dd4bc] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6f6f),
    to(#ff4a6c)
  );
  background: -webkit-linear-gradient(top, #ff6f6f, #ff4a6c);
  background: linear-gradient(to bottom, #ff6f6f, #ff4a6c);
}
.coupons_wrap .coupon-list .item .coupons .coupon_outer[data-v-2b9dd4bc] {
  width: 100%;
  height: 100%;
  padding: 0.266667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner[data-v-2b9dd4bc] {
  padding: 0.133333rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.money[data-v-2b9dd4bc]::after {
  content: "\5143";
}
[data-dpr="1"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.money[data-v-2b9dd4bc]::after {
  font-size: 14px;
}
[data-dpr="2"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.money[data-v-2b9dd4bc]::after {
  font-size: 28px;
}
[data-dpr="3"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.money[data-v-2b9dd4bc]::after {
  font-size: 42px;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.value_discount[data-v-2b9dd4bc]::after {
  content: "\6298";
}
[data-dpr="1"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.value_discount[data-v-2b9dd4bc]::after {
  font-size: 14px;
}
[data-dpr="2"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.value_discount[data-v-2b9dd4bc]::after {
  font-size: 28px;
}
[data-dpr="3"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title.value_discount[data-v-2b9dd4bc]::after {
  font-size: 42px;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc] {
  vertical-align: baseline;
  font-weight: normal;
}
[data-dpr="1"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc] {
  font-size: 16px;
}
[data-dpr="2"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc] {
  font-size: 32px;
}
[data-dpr="3"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc] {
  font-size: 48px;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc]:first-child {
  font-weight: bold;
}
[data-dpr="1"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc]:first-child {
  font-size: 25px;
}
[data-dpr="2"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc]:first-child {
  font-size: 50px;
}
[data-dpr="3"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .coupon_title
  > span[data-v-2b9dd4bc]:first-child {
  font-size: 75px;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .get_now[data-v-2b9dd4bc] {
  /*border: 1px solid #fff;*/
  color: #fff;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.32rem;
  margin: 0.133333rem 0;
  vertical-align: middle;
  padding: 0 0.533333rem;
}
[data-dpr="1"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .get_now[data-v-2b9dd4bc] {
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
[data-dpr="2"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .get_now[data-v-2b9dd4bc] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 28px;
}
[data-dpr="3"]
  .coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .get_now[data-v-2b9dd4bc] {
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  font-size: 42px;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .holder[data-v-2b9dd4bc] {
  height: 0.64rem;
  margin: 0.133333rem 0;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .coupon_inner
  .consume_value[data-v-2b9dd4bc] {
  height: 0.266667rem;
}
.coupons_wrap
  .coupon-list
  .item
  .coupons
  .coupon_outer
  .geted[data-v-2b9dd4bc] {
  background: url(/static/pictures/shop/background/task_shenhe_gz.png) 100%;
}
.stamp[data-v-2b9dd4bc] {
  position: relative;
}
.stamp[data-v-2b9dd4bc]:before,
.stamp[data-v-2b9dd4bc]:after {
  content: "";
  background: -webkit-radial-gradient(
    #fff 0,
    #fff 0.16rem,
    rgba(0, 0, 0, 0) 0.16rem
  );
  background: radial-gradient(#fff 0, #fff 0.16rem, rgba(0, 0, 0, 0) 0.16rem);
  background-size: 0.533333rem 0.533333rem;
  position: absolute;
  display: block;
  height: 0.266667rem;
  width: 90%;
  left: 5%;
}
.stamp[data-v-2b9dd4bc]:before {
  top: 0;
  background-position: -0.133333rem -0.266667rem;
}
.stamp[data-v-2b9dd4bc]:after {
  bottom: 0;
  background-position: -0.133333rem 0;
}
.iconfont[data-v-61d15cd8] {
  font-size: 0.426667rem;
}
.ex_click[data-v-61d15cd8] {
  position: relative;
}
.ex_click[data-v-61d15cd8]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-61d15cd8] {
  background-color: #fff;
}
.iconfont[data-v-61d15cd8] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-61d15cd8] {
  color: #ff6400;
}
.price_count[data-v-61d15cd8]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-61d15cd8]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-61d15cd8]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-61d15cd8]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-61d15cd8] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-61d15cd8] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-61d15cd8] {
  font-size: 42px;
}
input[data-v-61d15cd8] {
  color: #333;
}
[data-dpr="1"] input[data-v-61d15cd8] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-61d15cd8] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-61d15cd8] {
  font-size: 42px;
}
.description a[data-v-61d15cd8] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-61d15cd8] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-61d15cd8] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-61d15cd8] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-61d15cd8] {
  font-size: 42px;
}
.beCenter[data-v-61d15cd8] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-61d15cd8] {
  *zoom: 1;
}
.clearfix[data-v-61d15cd8]:after,
.clearfix[data-v-61d15cd8]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-61d15cd8] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-61d15cd8] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-61d15cd8] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-61d15cd8] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-61d15cd8] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-61d15cd8] {
  font-size: 42px;
}
button[data-v-61d15cd8] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-61d15cd8] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-61d15cd8] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-61d15cd8] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-61d15cd8] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-61d15cd8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-61d15cd8] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-61d15cd8] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-61d15cd8] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-61d15cd8] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-61d15cd8] {
  background-color: #fff;
}
.description img[data-v-61d15cd8] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-61d15cd8] {
  width: 100%;
}
img[data-v-61d15cd8] {
  vertical-align: middle;
}
.icon-weixin[data-v-61d15cd8] {
  color: #08ba06;
}
.empty[data-v-61d15cd8] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-61d15cd8] {
  width: 4rem;
}
.empty .tips[data-v-61d15cd8] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-61d15cd8] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-61d15cd8] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-61d15cd8] {
  font-size: 45px;
}
.empty .btn[data-v-61d15cd8] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-61d15cd8] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-61d15cd8] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-61d15cd8] {
  font-size: 51px;
}
.switch[data-v-61d15cd8] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-61d15cd8]:after,
.switch[data-v-61d15cd8]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-61d15cd8]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-61d15cd8]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-61d15cd8]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-61d15cd8]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-61d15cd8]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-61d15cd8]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-61d15cd8]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-61d15cd8]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-61d15cd8],
.v_radio[data-v-61d15cd8] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-61d15cd8]:before,
.v_radio[data-v-61d15cd8]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-61d15cd8]:before,
[data-dpr="1"] .v_radio[data-v-61d15cd8]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-61d15cd8]:before,
[data-dpr="2"] .v_radio[data-v-61d15cd8]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-61d15cd8]:before,
[data-dpr="3"] .v_radio[data-v-61d15cd8]:before {
  font-size: 60px;
}
.v_radio[data-v-61d15cd8]:before {
  content: "\E669";
}
.v_radio[data-v-61d15cd8]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-61d15cd8]:before {
  content: "\E629";
}
.v_checkbox[data-v-61d15cd8]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-61d15cd8] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-61d15cd8] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-61d15cd8]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-61d15cd8] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-61d15cd8]:before {
  content: "\E74E";
}
.checkbox input[data-v-61d15cd8] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-61d15cd8] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-61d15cd8]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-61d15cd8]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-61d15cd8] {
  width: auto;
}
.x-toast .center .toast-message[data-v-61d15cd8] {
  min-width: 2.4rem;
}
.special_wrap.double[data-v-61d15cd8] {
  height: 4.933333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 0.133333rem;
}
.special_wrap.trade-wrap[data-v-61d15cd8] {
  height: 3.066667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.special_wrap.trade-wrap img[data-v-61d15cd8] {
  width: 9.466667rem;
  height: 2.4rem;
}
.iconfont[data-v-0802b6d0] {
  font-size: 0.426667rem;
}
.special_entry[data-v-0802b6d0] {
  height: 4rem;
  width: 4.8rem;
}
.special_entry .head[data-v-0802b6d0] {
  margin-bottom: 0.133333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.2rem;
}
.special_entry .head .title[data-v-0802b6d0] {
  color: #fff;
  height: 0.48rem;
  width: 1.6rem;
  text-align: center;
  line-height: 0.48rem;
  background-color: #999;
}
[data-dpr="1"] .special_entry .head .title[data-v-0802b6d0] {
  font-size: 13px;
}
[data-dpr="2"] .special_entry .head .title[data-v-0802b6d0] {
  font-size: 26px;
}
[data-dpr="3"] .special_entry .head .title[data-v-0802b6d0] {
  font-size: 39px;
}
.special_entry .head .title.hot[data-v-0802b6d0] {
  background-color: #ff9c00;
}
.special_entry .head .title.point[data-v-0802b6d0] {
  background-color: #36cf8c;
}
.special_entry .head .more[data-v-0802b6d0] {
  color: #ff6400;
}
[data-dpr="1"] .special_entry .head .more[data-v-0802b6d0] {
  font-size: 12px;
}
[data-dpr="2"] .special_entry .head .more[data-v-0802b6d0] {
  font-size: 24px;
}
[data-dpr="3"] .special_entry .head .more[data-v-0802b6d0] {
  font-size: 36px;
}
.special_entry .head .more .iconfont[data-v-0802b6d0] {
  color: #ff6400;
  margin: 0 0.266667rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.special_entry .content[data-v-0802b6d0] {
  height: 2.133333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.133333rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special_entry .content .left[data-v-0802b6d0] {
  background-color: #f7f7f7;
  height: 2.133333rem;
  width: 2.133333rem;
}
.special_entry .content .left img[data-v-0802b6d0] {
  height: 100%;
  width: 100%;
}
.special_entry .content .right[data-v-0802b6d0] {
  position: relative;
  width: 2.133333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.186667rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.special_entry .content .right p[data-v-0802b6d0] {
  line-height: 1.1;
}
.special_entry .content .right .title[data-v-0802b6d0] {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
[data-dpr="1"] .special_entry .content .right .title[data-v-0802b6d0] {
  font-size: 14px;
}
[data-dpr="2"] .special_entry .content .right .title[data-v-0802b6d0] {
  font-size: 28px;
}
[data-dpr="3"] .special_entry .content .right .title[data-v-0802b6d0] {
  font-size: 42px;
}
.special_entry .content .right .price[data-v-0802b6d0] {
  color: #999;
}
.special_entry .content .right .group[data-v-0802b6d0] {
  color: #999;
}
.special_entry .content .right .point[data-v-0802b6d0] {
  color: #999;
}
[data-dpr="1"] .special_entry .content .right .point[data-v-0802b6d0] {
  font-size: 12px;
}
[data-dpr="2"] .special_entry .content .right .point[data-v-0802b6d0] {
  font-size: 24px;
}
[data-dpr="3"] .special_entry .content .right .point[data-v-0802b6d0] {
  font-size: 36px;
}
.special_entry .content .right .wholesale_btn[data-v-0802b6d0] {
  color: #fff;
  height: 0.533333rem;
  line-height: 0.533333rem;
  border-radius: 0.053333rem;
  width: 1.653333rem;
  padding: 0 0.053333rem 0 0.106667rem;
  background-color: #ff8416;
}
[data-dpr="1"] .special_entry .content .right .wholesale_btn[data-v-0802b6d0] {
  font-size: 14px;
}
[data-dpr="2"] .special_entry .content .right .wholesale_btn[data-v-0802b6d0] {
  font-size: 28px;
}
[data-dpr="3"] .special_entry .content .right .wholesale_btn[data-v-0802b6d0] {
  font-size: 42px;
}
.special_entry .content .right .wholesale_btn .iconfont[data-v-0802b6d0] {
  color: #fff;
}
[data-dpr="1"]
  .special_entry
  .content
  .right
  .wholesale_btn
  .iconfont[data-v-0802b6d0] {
  font-size: 12px;
}
[data-dpr="2"]
  .special_entry
  .content
  .right
  .wholesale_btn
  .iconfont[data-v-0802b6d0] {
  font-size: 24px;
}
[data-dpr="3"]
  .special_entry
  .content
  .right
  .wholesale_btn
  .iconfont[data-v-0802b6d0] {
  font-size: 36px;
}
.iconfont[data-v-1e209425] {
  font-size: 0.426667rem;
}
.ex_click[data-v-1e209425] {
  position: relative;
}
.ex_click[data-v-1e209425]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-1e209425] {
  background-color: #fff;
}
.iconfont[data-v-1e209425] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-1e209425] {
  color: #ff6400;
}
.price_count[data-v-1e209425]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-1e209425]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-1e209425]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-1e209425]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-1e209425] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-1e209425] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-1e209425] {
  font-size: 42px;
}
input[data-v-1e209425] {
  color: #333;
}
[data-dpr="1"] input[data-v-1e209425] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-1e209425] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-1e209425] {
  font-size: 42px;
}
.description a[data-v-1e209425] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-1e209425] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-1e209425] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-1e209425] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-1e209425] {
  font-size: 42px;
}
.beCenter[data-v-1e209425] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-1e209425] {
  *zoom: 1;
}
.clearfix[data-v-1e209425]:after,
.clearfix[data-v-1e209425]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-1e209425] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-1e209425] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-1e209425] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-1e209425] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-1e209425] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-1e209425] {
  font-size: 42px;
}
button[data-v-1e209425] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-1e209425] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-1e209425] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-1e209425] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-1e209425] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-1e209425] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-1e209425] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-1e209425] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-1e209425] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-1e209425] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-1e209425] {
  background-color: #fff;
}
.description img[data-v-1e209425] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-1e209425] {
  width: 100%;
}
img[data-v-1e209425] {
  vertical-align: middle;
}
.icon-weixin[data-v-1e209425] {
  color: #08ba06;
}
.empty[data-v-1e209425] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-1e209425] {
  width: 4rem;
}
.empty .tips[data-v-1e209425] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-1e209425] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-1e209425] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-1e209425] {
  font-size: 45px;
}
.empty .btn[data-v-1e209425] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-1e209425] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-1e209425] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-1e209425] {
  font-size: 51px;
}
.switch[data-v-1e209425] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-1e209425]:after,
.switch[data-v-1e209425]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-1e209425]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-1e209425]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-1e209425]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-1e209425]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-1e209425]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-1e209425]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-1e209425]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-1e209425]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-1e209425],
.v_radio[data-v-1e209425] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-1e209425]:before,
.v_radio[data-v-1e209425]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-1e209425]:before,
[data-dpr="1"] .v_radio[data-v-1e209425]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-1e209425]:before,
[data-dpr="2"] .v_radio[data-v-1e209425]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-1e209425]:before,
[data-dpr="3"] .v_radio[data-v-1e209425]:before {
  font-size: 60px;
}
.v_radio[data-v-1e209425]:before {
  content: "\E669";
}
.v_radio[data-v-1e209425]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-1e209425]:before {
  content: "\E629";
}
.v_checkbox[data-v-1e209425]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-1e209425] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-1e209425] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-1e209425]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-1e209425] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-1e209425]:before {
  content: "\E74E";
}
.checkbox input[data-v-1e209425] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-1e209425] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-1e209425]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-1e209425]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-1e209425] {
  width: auto;
}
.x-toast .center .toast-message[data-v-1e209425] {
  min-width: 2.4rem;
}
.wholesale_wrap[data-v-1e209425] {
  overflow: hidden;
  background-color: #fff;
}
.wholesale_wrap .bg-title[data-v-1e209425] {
  background-image: url(/static/pictures/shop/title_group.png);
}
.wholesale_wrap .slide-wrap[data-v-1e209425] {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wholesale_wrap .group-list[data-v-1e209425] {
  margin-top: -0.266667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.266667rem;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
  width: 18.4rem;
}
.wholesale_wrap .group-list .slide-out[data-v-1e209425] {
  width: 9.2rem;
  display: inline-block;
  padding-top: 0.133333rem;
  padding-right: 0.4rem;
  vertical-align: middle;
}
.wholesale_wrap .group-list .slide-out .group[data-v-1e209425] {
  height: 4rem;
  line-height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.266667rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.213333rem rgba(0, 0, 0, 0.1);
  padding-right: 0;
  padding-left: 0.266667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[data-dpr="1"] .wholesale_wrap .group-list .slide-out .group[data-v-1e209425] {
  border-radius: 2px;
  font-size: 14px;
}
[data-dpr="2"] .wholesale_wrap .group-list .slide-out .group[data-v-1e209425] {
  border-radius: 4px;
  font-size: 28px;
}
[data-dpr="3"] .wholesale_wrap .group-list .slide-out .group[data-v-1e209425] {
  border-radius: 6px;
  font-size: 42px;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group[data-v-1e209425]:not(:last-of-type) {
  position: relative;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group[data-v-1e209425]:not(:last-of-type):before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #f0f0f0;
  pointer-events: none;
  position: absolute;
  height: 0.026667rem;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.wholesale_wrap .group-list .slide-out .group .right[data-v-1e209425] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5.066667rem;
  padding-left: 0.266667rem;
}
.wholesale_wrap .group-list .slide-out .group .right p[data-v-1e209425] {
  line-height: 1.1;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group
  .right
  .group-count[data-v-1e209425] {
  color: #999;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group
  .right
  .group-count
  .iconfont[data-v-1e209425] {
  margin-right: 0.133333rem;
  font-size: 0.48rem;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group
  .right
  .price-wrap
  > span[data-v-1e209425] {
  margin-right: 0.24rem;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group
  .right
  .group-btn[data-v-1e209425] {
  border-radius: 0.106667rem;
  width: 2.133333rem;
  height: 0.773333rem;
  line-height: 0.773333rem;
  text-align: center;
  background-color: #ff6400;
  color: #fff;
}
.wholesale_wrap
  .group-list
  .slide-out
  .group
  .right
  .group-btn
  .iconfont[data-v-1e209425] {
  font-size: 0.32rem;
  color: #fff;
}
.iconfont[data-v-c4311f8e] {
  font-size: 0.426667rem;
}
.main_3[data-v-c4311f8e] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.main_3 .main_head[data-v-c4311f8e] {
  z-index: 2;
  color: #fff;
  height: 2.133333rem;
  overflow: hidden;
  position: relative;
  background-color: rgba(7, 17, 27, 0.2);
}
.main_3 .main_head .content_wrap[data-v-c4311f8e] {
  padding: 0 0.266667rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.main_3 .main_head .content_wrap .img_logo[data-v-c4311f8e] {
  margin-right: 0.373333rem;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.733333rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.733333rem;
  flex: 0 0 1.733333rem;
  height: 1.733333rem;
  width: 1.733333rem;
  overflow: hidden;
  border-radius: 0.106667rem;
}
.main_3 .main_head .content_wrap .img_logo img[data-v-c4311f8e] {
  max-height: 100%;
  max-width: 100%;
}
.main_3 .main_head .content_wrap .seller_title[data-v-c4311f8e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.733333rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.933333rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 6.933333rem;
  flex: 0 0 6.933333rem;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-dpr="1"] .main_3 .main_head .content_wrap .seller_title[data-v-c4311f8e] {
  font-size: 14px;
}
[data-dpr="2"] .main_3 .main_head .content_wrap .seller_title[data-v-c4311f8e] {
  font-size: 28px;
}
[data-dpr="3"] .main_3 .main_head .content_wrap .seller_title[data-v-c4311f8e] {
  font-size: 42px;
}
.main_3 .main_head .content_wrap .seller_title p.name[data-v-c4311f8e] {
  padding-top: 0.08rem;
}
.main_3 .main_head .content_wrap .seller_title .bulletins[data-v-c4311f8e] {
  width: 6.933333rem;
}
.main_3
  .main_head
  .content_wrap
  .seller_title
  .bulletins
  .bulletin[data-v-c4311f8e] {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
[data-dpr="1"]
  .main_3
  .main_head
  .content_wrap
  .seller_title
  .bulletins
  .bulletin[data-v-c4311f8e] {
  font-size: 12px;
}
[data-dpr="2"]
  .main_3
  .main_head
  .content_wrap
  .seller_title
  .bulletins
  .bulletin[data-v-c4311f8e] {
  font-size: 24px;
}
[data-dpr="3"]
  .main_3
  .main_head
  .content_wrap
  .seller_title
  .bulletins
  .bulletin[data-v-c4311f8e] {
  font-size: 36px;
}
.main_3 .main_head .background[data-v-c4311f8e] {
  position: absolute;
  -webkit-filter: blur(0.8rem);
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
[data-dpr="1"] .main_3 .main_head .background[data-v-c4311f8e] {
  filter: blur(15px);
}
[data-dpr="2"] .main_3 .main_head .background[data-v-c4311f8e] {
  filter: blur(30px);
}
[data-dpr="3"] .main_3 .main_head .background[data-v-c4311f8e] {
  filter: blur(45px);
}
.main_3 .main_head .background img[data-v-c4311f8e] {
  width: 100%;
  height: 100%;
}
.main_3 .coupon_content[data-v-c4311f8e] {
  height: 2.24rem;
}
.main_3 .main_content[data-v-c4311f8e] {
  position: absolute;
  overflow: hidden;
  color: #3a3a3a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 1.333333rem;
  right: 0;
  left: 0;
  top: 2.133333rem;
}
[data-dpr="1"] .main_3 .main_content[data-v-c4311f8e] {
  font-size: 14px;
}
[data-dpr="2"] .main_3 .main_content[data-v-c4311f8e] {
  font-size: 28px;
}
[data-dpr="3"] .main_3 .main_content[data-v-c4311f8e] {
  font-size: 42px;
}
.main_3 .main_content.main_lower[data-v-c4311f8e] {
  top: 4.373333rem;
}
.main_3 .main_content .content_left[data-v-c4311f8e] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.533333rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.533333rem;
  flex: 0 0 2.533333rem;
  background-color: #f3f3f3;
}
.main_3 .main_content .content_left .menu_list[data-v-c4311f8e] {
  max-width: 2.533333rem;
}
.main_3 .main_content .content_left .menu_list ul .menu[data-v-c4311f8e] {
  line-height: 1.333333rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 0.08rem solid transparent;
  border-bottom: 1px solid #e5e5e5;
}
[data-dpr="1"]
  .main_3
  .main_content
  .content_left
  .menu_list
  ul
  .menu[data-v-c4311f8e] {
  font-size: 14px;
}
[data-dpr="2"]
  .main_3
  .main_content
  .content_left
  .menu_list
  ul
  .menu[data-v-c4311f8e] {
  font-size: 28px;
}
[data-dpr="3"]
  .main_3
  .main_content
  .content_left
  .menu_list
  ul
  .menu[data-v-c4311f8e] {
  font-size: 42px;
}
.main_3
  .main_content
  .content_left
  .menu_list
  ul
  .menu.current[data-v-c4311f8e] {
  border-left-color: #4080e8;
  color: #4080e8;
  border-bottom-color: transparent;
  background-color: #fff;
}
.main_3 .main_content .content_right[data-v-c4311f8e] {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main_3 .main_content .content_right .fixed-top[data-v-c4311f8e] {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  background-color: #f7f7f7;
}
.main_3 .main_content .content_right .fixed-top span[data-v-c4311f8e] {
  height: 0.8rem;
  line-height: 0.8rem;
}
[data-dpr="1"]
  .main_3
  .main_content
  .content_right
  .fixed-top
  span[data-v-c4311f8e] {
  text-indent: 14px;
}
[data-dpr="2"]
  .main_3
  .main_content
  .content_right
  .fixed-top
  span[data-v-c4311f8e] {
  text-indent: 28px;
}
[data-dpr="3"]
  .main_3
  .main_content
  .content_right
  .fixed-top
  span[data-v-c4311f8e] {
  text-indent: 42px;
}
.main_3
  .main_content
  .content_right
  .fixed-top
  .fiexed-search[data-v-c4311f8e] {
  line-height: 0.8rem;
  height: 0.8rem;
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_3 .main_content .content_right ul[data-v-c4311f8e] {
  padding-bottom: 0.266667rem;
  position: static;
}
.main_3 .main_content .content_right ul .item_title[data-v-c4311f8e] {
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #f7f7f7;
}
[data-dpr="1"]
  .main_3
  .main_content
  .content_right
  ul
  .item_title[data-v-c4311f8e] {
  text-indent: 14px;
}
[data-dpr="2"]
  .main_3
  .main_content
  .content_right
  ul
  .item_title[data-v-c4311f8e] {
  text-indent: 28px;
}
[data-dpr="3"]
  .main_3
  .main_content
  .content_right
  ul
  .item_title[data-v-c4311f8e] {
  text-indent: 42px;
}
.main_3 .main_content .content_right .goods_list[data-v-c4311f8e] {
  padding: 0.8rem 0.266667rem 0;
}
.main_3
  .main_content
  .content_right
  .goods_list
  li[data-v-c4311f8e]:not(:last-child) {
  position: relative;
}
.main_3
  .main_content
  .content_right
  .goods_list
  li[data-v-c4311f8e]:not(:last-child):before {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #f0f0f0;
  pointer-events: none;
  position: absolute;
  height: 0.026667rem;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.main_3 .main_foot[data-v-c4311f8e] {
  background-color: #4a4a4a;
  position: absolute;
  height: 1.333333rem;
  z-index: 12;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main_3 .main_foot .foot_left[data-v-c4311f8e] {
  height: 1.333333rem;
  width: 7.2rem;
}
.main_3 .main_foot .foot_left .cart_wrap[data-v-c4311f8e] {
  position: relative;
  margin: 0 0.266667rem;
  line-height: 1.066667rem;
  text-align: center;
  width: 1.066667rem;
  height: 1.066667rem;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.main_3 .main_foot .foot_left .cart_wrap .iconfont[data-v-c4311f8e] {
  font-size: 0.533333rem;
  color: #fff;
  position: relative;
  top: 0.106667rem;
}
.main_3 .main_foot .foot_left .cart_wrap .trolley-wrap[data-v-c4311f8e] {
  position: absolute;
  right: 0;
  top: 0.08rem;
}
.main_3 .main_foot .foot_left .total_price[data-v-c4311f8e] {
  line-height: 1.333333rem;
  font-weight: bold;
  color: #fff;
}
[data-dpr="1"] .main_3 .main_foot .foot_left .total_price[data-v-c4311f8e] {
  font-size: 19px;
}
[data-dpr="2"] .main_3 .main_foot .foot_left .total_price[data-v-c4311f8e] {
  font-size: 38px;
}
[data-dpr="3"] .main_3 .main_foot .foot_left .total_price[data-v-c4311f8e] {
  font-size: 57px;
}
.main_3 .main_foot .foot_left .total_price[data-v-c4311f8e]:before {
  font-weight: normal;
  margin-right: 0.106667rem;
  content: "\FFE5";
}
[data-dpr="1"]
  .main_3
  .main_foot
  .foot_left
  .total_price[data-v-c4311f8e]:before {
  font-size: 15px;
}
[data-dpr="2"]
  .main_3
  .main_foot
  .foot_left
  .total_price[data-v-c4311f8e]:before {
  font-size: 30px;
}
[data-dpr="3"]
  .main_3
  .main_foot
  .foot_left
  .total_price[data-v-c4311f8e]:before {
  font-size: 45px;
}
.main_3 .main_foot .foot_right[data-v-c4311f8e] {
  width: 2.8rem;
  height: 100%;
}
.main_3 .main_foot .foot_right button[data-v-c4311f8e] {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #ff6400;
  color: #fff;
}
[data-dpr="1"] .main_3 .main_foot .foot_right button[data-v-c4311f8e] {
  font-size: 17px;
}
[data-dpr="2"] .main_3 .main_foot .foot_right button[data-v-c4311f8e] {
  font-size: 34px;
}
[data-dpr="3"] .main_3 .main_foot .foot_right button[data-v-c4311f8e] {
  font-size: 51px;
}
.main_3 .main_foot .ball_wrap[data-v-c4311f8e] {
  position: absolute;
  height: 0.266667rem;
  width: 0.266667rem;
  left: 0.746667rem;
  top: 0.48rem;
}
.main_3 .guider_wrapper[data-v-c4311f8e] {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 2.666667rem;
}
.main_3 .price[data-v-c4311f8e] {
  color: #ff6400;
}
[data-dpr="1"] .main_3 .price[data-v-c4311f8e] {
  font-size: 18px;
}
[data-dpr="2"] .main_3 .price[data-v-c4311f8e] {
  font-size: 36px;
}
[data-dpr="3"] .main_3 .price[data-v-c4311f8e] {
  font-size: 54px;
}
[data-dpr="1"] .main_3 .price[data-v-c4311f8e]:before {
  font-size: 13px;
}
[data-dpr="2"] .main_3 .price[data-v-c4311f8e]:before {
  font-size: 26px;
}
[data-dpr="3"] .main_3 .price[data-v-c4311f8e]:before {
  font-size: 39px;
}
[data-dpr="1"] .main_3 .float_price[data-v-c4311f8e] {
  font-size: 12px;
}
[data-dpr="2"] .main_3 .float_price[data-v-c4311f8e] {
  font-size: 24px;
}
[data-dpr="3"] .main_3 .float_price[data-v-c4311f8e] {
  font-size: 36px;
}
.shake[data-v-c4311f8e] {
  -webkit-animation: shake-data-v-c4311f8e 0.6s;
  animation: shake-data-v-c4311f8e 0.6s;
}
@-webkit-keyframes shake-data-v-c4311f8e {
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes shake-data-v-c4311f8e {
  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.iconfont[data-v-7cc5682e] {
  font-size: 0.426667rem;
}
.quick-guider[data-v-7cc5682e] {
  position: fixed;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
}
.quick-guider .menu-wrap[data-v-7cc5682e] {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.813333rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quick-guider .menu-wrap .tongue[data-v-7cc5682e] {
  width: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.066667rem;
  color: #fff;
  padding: 0 0.08rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.16rem 0 0 0.16rem;
}
.quick-guider .menu-wrap .tongue .iconfont[data-v-7cc5682e] {
  font-size: 0.266667rem;
}
.quick-guider .menu-wrap .tongue .text[data-v-7cc5682e] {
  width: 0.666667rem;
}
.quick-guider .menu-wrap .tongue .text p[data-v-7cc5682e] {
  font-size: 0.32rem;
  white-space: nowrap;
}
.quick-guider .menu-wrap .menu-list[data-v-7cc5682e] {
  border-radius: 0.106667rem 0 0 0.106667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.quick-guider .menu-wrap .menu-list .menu[data-v-7cc5682e] {
  padding-top: 0.453333rem;
  text-align: center;
  width: 1.466667rem;
  height: 1.813333rem;
}
.quick-guider .menu-wrap .menu-list .menu .iconfont[data-v-7cc5682e] {
  font-size: 0.533333rem;
}
.quick-guider .menu-wrap .menu-list .menu .icon-img[data-v-7cc5682e] {
  height: 0.533333rem;
  width: 0.533333rem;
  text-align: center;
  line-height: 0.533333rem;
  margin: 0 auto;
}
.quick-guider .menu-wrap .menu-list .menu .icon-img img[data-v-7cc5682e] {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.quick-guider .menu-wrap .menu-list .menu .menu-name[data-v-7cc5682e] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-top: 0.133333rem;
}
[data-dpr="1"]
  .quick-guider
  .menu-wrap
  .menu-list
  .menu
  .menu-name[data-v-7cc5682e] {
  font-size: 12px;
}
[data-dpr="2"]
  .quick-guider
  .menu-wrap
  .menu-list
  .menu
  .menu-name[data-v-7cc5682e] {
  font-size: 24px;
}
[data-dpr="3"]
  .quick-guider
  .menu-wrap
  .menu-list
  .menu
  .menu-name[data-v-7cc5682e] {
  font-size: 36px;
}
.quick-guider .mask[data-v-7cc5682e] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: 10rem;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.quick-guider .fade-enter[data-v-7cc5682e],
.quick-guider .fade-leave-to[data-v-7cc5682e] {
  background-color: rgba(0, 0, 0, 0);
}
.quick-guider .fade-enter-active[data-v-7cc5682e],
.quick-guider .fade-leave-active[data-v-7cc5682e] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.iconfont[data-v-38361520] {
  font-size: 0.426667rem;
}
.shop-card[data-v-38361520] {
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-card .img_wrap[data-v-38361520] {
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 0.106667rem;
  background-color: #f9f9f9;
}
.shop-card .img_wrap img[data-v-38361520] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-card .goods_detail[data-v-38361520] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 2rem;
  padding: 0 0.266667rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shop-card .goods_detail p[data-v-38361520] {
  text-overflow: ellipsis;
}
.shop-card .goods_detail p.name[data-v-38361520] {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
}
.shop-card .goods_detail p.count[data-v-38361520] {
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  line-height: 1.2;
}
[data-dpr="1"] .shop-card .goods_detail p.count[data-v-38361520] {
  font-size: 12px;
}
[data-dpr="2"] .shop-card .goods_detail p.count[data-v-38361520] {
  font-size: 24px;
}
[data-dpr="3"] .shop-card .goods_detail p.count[data-v-38361520] {
  font-size: 36px;
}
.shop-card .goods_detail span .trade_point[data-v-38361520] {
  color: #ff6400;
}
[data-dpr="1"] .shop-card .goods_detail span .trade_point[data-v-38361520] {
  font-size: 12px;
}
[data-dpr="2"] .shop-card .goods_detail span .trade_point[data-v-38361520] {
  font-size: 24px;
}
[data-dpr="3"] .shop-card .goods_detail span .trade_point[data-v-38361520] {
  font-size: 36px;
}
.shop-card .cart_add[data-v-38361520] {
  position: absolute;
  right: 0;
  bottom: 0.266667rem;
}
.shop-card .sku-caller .iconfont[data-v-38361520] {
  font-size: 0.533333rem;
  color: #4080e8;
}
.shop-card .sku-caller span[data-v-38361520] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 0.64rem;
  color: #3a3a3a;
  font-weight: bold;
}
[data-dpr="1"] .shop-card .sku-caller span[data-v-38361520] {
  font-size: 17px;
}
[data-dpr="2"] .shop-card .sku-caller span[data-v-38361520] {
  font-size: 34px;
}
[data-dpr="3"] .shop-card .sku-caller span[data-v-38361520] {
  font-size: 51px;
}
.cartcontrol {
  font-size: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cartcontrol > div {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cartcontrol > div.cart-count {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 0.64rem;
  color: #3a3a3a;
  font-weight: bold;
}
[data-dpr="1"] .cartcontrol > div.cart-count {
  font-size: 17px;
}
[data-dpr="2"] .cartcontrol > div.cart-count {
  font-size: 34px;
}
[data-dpr="3"] .cartcontrol > div.cart-count {
  font-size: 51px;
}
.cartcontrol .iconfont {
  color: #4080e8;
  font-size: 0.533333rem;
}
.cartcontrol .iconfont.disable {
  color: #999;
}
.cartcontrol .move-enter-active,
.cartcontrol .move-leave-active {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cartcontrol .move-enter-active .inner,
.cartcontrol .move-leave-active .inner {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.cartcontrol .move-enter,
.cartcontrol .move-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0.8rem, 0, 0);
  transform: translate3d(0.8rem, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cartcontrol .move-enter .inner,
.cartcontrol .move-leave-active .inner {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.touch[data-v-034ced77] {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.touch .img[data-v-034ced77] {
  position: absolute;
  bottom: 2.133333rem;
  right: 1.2rem;
}
.touch .img img[data-v-034ced77] {
  width: 2.4rem;
  height: 2.4rem;
}
.touch-leave-to[data-v-034ced77] {
  opacity: 0;
}
.touch-leave-active[data-v-034ced77] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes top {
  50% {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
  51% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes top {
  50% {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
  51% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(-8rem);
    transform: translateY(-8rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.iconfont[data-v-ba059492] {
  font-size: 0.426667rem;
}
.ex_click[data-v-ba059492] {
  position: relative;
}
.ex_click[data-v-ba059492]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-ba059492] {
  background-color: #fff;
}
.iconfont[data-v-ba059492] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-ba059492] {
  color: #ff6400;
}
.price_count[data-v-ba059492]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-ba059492]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-ba059492]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-ba059492]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-ba059492] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-ba059492] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-ba059492] {
  font-size: 42px;
}
input[data-v-ba059492] {
  color: #333;
}
[data-dpr="1"] input[data-v-ba059492] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-ba059492] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-ba059492] {
  font-size: 42px;
}
.description a[data-v-ba059492] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-ba059492] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-ba059492] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-ba059492] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-ba059492] {
  font-size: 42px;
}
.beCenter[data-v-ba059492] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-ba059492] {
  *zoom: 1;
}
.clearfix[data-v-ba059492]:after,
.clearfix[data-v-ba059492]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-ba059492] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-ba059492] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-ba059492] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-ba059492] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-ba059492] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-ba059492] {
  font-size: 42px;
}
button[data-v-ba059492] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-ba059492] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-ba059492] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-ba059492] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-ba059492] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-ba059492] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-ba059492] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-ba059492] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-ba059492] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-ba059492] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-ba059492] {
  background-color: #fff;
}
.description img[data-v-ba059492] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-ba059492] {
  width: 100%;
}
img[data-v-ba059492] {
  vertical-align: middle;
}
.icon-weixin[data-v-ba059492] {
  color: #08ba06;
}
.empty[data-v-ba059492] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-ba059492] {
  width: 4rem;
}
.empty .tips[data-v-ba059492] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-ba059492] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-ba059492] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-ba059492] {
  font-size: 45px;
}
.empty .btn[data-v-ba059492] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-ba059492] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-ba059492] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-ba059492] {
  font-size: 51px;
}
.switch[data-v-ba059492] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-ba059492]:after,
.switch[data-v-ba059492]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-ba059492]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-ba059492]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-ba059492]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-ba059492]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-ba059492]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-ba059492]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-ba059492]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-ba059492]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-ba059492],
.v_radio[data-v-ba059492] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-ba059492]:before,
.v_radio[data-v-ba059492]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-ba059492]:before,
[data-dpr="1"] .v_radio[data-v-ba059492]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-ba059492]:before,
[data-dpr="2"] .v_radio[data-v-ba059492]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-ba059492]:before,
[data-dpr="3"] .v_radio[data-v-ba059492]:before {
  font-size: 60px;
}
.v_radio[data-v-ba059492]:before {
  content: "\E669";
}
.v_radio[data-v-ba059492]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-ba059492]:before {
  content: "\E629";
}
.v_checkbox[data-v-ba059492]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-ba059492] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-ba059492] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-ba059492]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-ba059492] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-ba059492]:before {
  content: "\E74E";
}
.checkbox input[data-v-ba059492] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-ba059492] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-ba059492]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-ba059492]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-ba059492] {
  width: auto;
}
.x-toast .center .toast-message[data-v-ba059492] {
  min-width: 2.4rem;
}
.mask[data-v-ba059492] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.mask > div[data-v-ba059492] {
  width: 80%;
}
.mask .sku_group[data-v-ba059492] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.133333rem;
}
.mask .sku_group .goods_name[data-v-ba059492] {
  text-align: center;
  color: #000;
  line-height: 2;
  padding: 0.133333rem 0;
}
[data-dpr="1"] .mask .sku_group .goods_name[data-v-ba059492] {
  font-size: 16px;
}
[data-dpr="2"] .mask .sku_group .goods_name[data-v-ba059492] {
  font-size: 32px;
}
[data-dpr="3"] .mask .sku_group .goods_name[data-v-ba059492] {
  font-size: 48px;
}
.mask .sku_group .skus[data-v-ba059492] {
  padding: 0 0.266667rem 0.533333rem;
}
[data-dpr="1"] .mask .sku_group .skus .sku_list[data-v-ba059492] {
  font-size: 12px;
}
[data-dpr="2"] .mask .sku_group .skus .sku_list[data-v-ba059492] {
  font-size: 24px;
}
[data-dpr="3"] .mask .sku_group .skus .sku_list[data-v-ba059492] {
  font-size: 36px;
}
.mask .sku_group .skus .sku_list .sku_title[data-v-ba059492] {
  line-height: 1.8;
  margin-bottom: 0.266667rem;
}
.mask .sku_group .skus .sku_list .sku_wrap[data-v-ba059492] {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mask .sku_group .skus .sku_list .sku_wrap .sku_item[data-v-ba059492] {
  margin-bottom: 0.266667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.533333rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 0.08rem;
  border: 1px solid;
  height: 0.64rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 30%;
  margin-right: 5%;
}
[data-dpr="1"]
  .mask
  .sku_group
  .skus
  .sku_list
  .sku_wrap
  .sku_item[data-v-ba059492] {
  font-size: 12px;
}
[data-dpr="2"]
  .mask
  .sku_group
  .skus
  .sku_list
  .sku_wrap
  .sku_item[data-v-ba059492] {
  font-size: 24px;
}
[data-dpr="3"]
  .mask
  .sku_group
  .skus
  .sku_list
  .sku_wrap
  .sku_item[data-v-ba059492] {
  font-size: 36px;
}
.mask
  .sku_group
  .skus
  .sku_list
  .sku_wrap
  .sku_item[data-v-ba059492]:nth-child(3n) {
  margin-right: 0;
}
.mask .sku_group .skus .sku_list .sku_wrap .sku_item.active[data-v-ba059492] {
  border-color: #4080e8;
  overflow: hidden;
  color: #4080e8;
  position: relative;
}
.mask
  .sku_group
  .skus
  .sku_list
  .sku_wrap
  .sku_item.active[data-v-ba059492]:after {
  content: "\E6F8";
  font-family: iconfont;
  overflow: hidden;
  position: absolute;
  font-size: 0.48rem;
  right: -0.026667rem;
  bottom: -0.08rem;
  color: #4080e8;
}
.mask .sku_group .skus .sku_list .sku_wrap .sku_item.disable[data-v-ba059492] {
  color: #ccc;
  border-color: #ccc;
}
.mask .sku_group .sku_foot[data-v-ba059492] {
  background-color: #f7f7f7;
  height: 1.333333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.266667rem;
}
.mask .sku_group .sku_foot > div[data-v-ba059492] {
  vertical-align: middle;
  display: inline-block;
}
.mask .sku_group .sku_foot > div > span[data-v-ba059492]:nth-child(2) {
  color: #ff6400;
  margin: 0 0.026667rem;
}
[data-dpr="1"]
  .mask
  .sku_group
  .sku_foot
  > div
  > span[data-v-ba059492]:nth-child(2) {
  font-size: 14px;
}
[data-dpr="2"]
  .mask
  .sku_group
  .sku_foot
  > div
  > span[data-v-ba059492]:nth-child(2) {
  font-size: 28px;
}
[data-dpr="3"]
  .mask
  .sku_group
  .sku_foot
  > div
  > span[data-v-ba059492]:nth-child(2) {
  font-size: 42px;
}
.mask .sku_group .sku_foot > div .trade_point[data-v-ba059492] {
  color: #ff6400;
}
[data-dpr="1"] .mask .sku_group .sku_foot > div .trade_point[data-v-ba059492] {
  font-size: 14px;
}
[data-dpr="2"] .mask .sku_group .sku_foot > div .trade_point[data-v-ba059492] {
  font-size: 28px;
}
[data-dpr="3"] .mask .sku_group .sku_foot > div .trade_point[data-v-ba059492] {
  font-size: 42px;
}
.mask .sku_group .sku_foot .btn_wrap .btn[data-v-ba059492] {
  margin: 0;
  border: none;
  color: #fff;
  padding-left: 0.426667rem;
  padding-right: 0.426667rem;
  background-color: #4080e8;
}
.sku-enter-active[data-v-ba059492] {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.sku-enter-active .sku_group[data-v-ba059492] {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.sku-leave-to[data-v-ba059492] {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sku-leave-to .sku_group[data-v-ba059492] {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.iconfont[data-v-0a9e7a78] {
  font-size: 0.426667rem;
}
.ex_click[data-v-0a9e7a78] {
  position: relative;
}
.ex_click[data-v-0a9e7a78]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-0a9e7a78] {
  background-color: #fff;
}
.iconfont[data-v-0a9e7a78] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-0a9e7a78] {
  color: #ff6400;
}
.price_count[data-v-0a9e7a78]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-0a9e7a78]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-0a9e7a78]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-0a9e7a78]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-0a9e7a78] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-0a9e7a78] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-0a9e7a78] {
  font-size: 42px;
}
input[data-v-0a9e7a78] {
  color: #333;
}
[data-dpr="1"] input[data-v-0a9e7a78] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-0a9e7a78] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-0a9e7a78] {
  font-size: 42px;
}
.description a[data-v-0a9e7a78] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-0a9e7a78] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-0a9e7a78] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-0a9e7a78] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-0a9e7a78] {
  font-size: 42px;
}
.beCenter[data-v-0a9e7a78] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-0a9e7a78] {
  *zoom: 1;
}
.clearfix[data-v-0a9e7a78]:after,
.clearfix[data-v-0a9e7a78]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-0a9e7a78] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-0a9e7a78] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-0a9e7a78] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-0a9e7a78] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-0a9e7a78] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-0a9e7a78] {
  font-size: 42px;
}
button[data-v-0a9e7a78] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-0a9e7a78] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-0a9e7a78] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-0a9e7a78] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-0a9e7a78] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-0a9e7a78] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-0a9e7a78] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-0a9e7a78] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-0a9e7a78] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-0a9e7a78] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-0a9e7a78] {
  background-color: #fff;
}
.description img[data-v-0a9e7a78] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-0a9e7a78] {
  width: 100%;
}
img[data-v-0a9e7a78] {
  vertical-align: middle;
}
.icon-weixin[data-v-0a9e7a78] {
  color: #08ba06;
}
.empty[data-v-0a9e7a78] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-0a9e7a78] {
  width: 4rem;
}
.empty .tips[data-v-0a9e7a78] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-0a9e7a78] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-0a9e7a78] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-0a9e7a78] {
  font-size: 45px;
}
.empty .btn[data-v-0a9e7a78] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-0a9e7a78] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-0a9e7a78] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-0a9e7a78] {
  font-size: 51px;
}
.switch[data-v-0a9e7a78] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-0a9e7a78]:after,
.switch[data-v-0a9e7a78]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-0a9e7a78]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-0a9e7a78]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-0a9e7a78]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-0a9e7a78]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-0a9e7a78]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-0a9e7a78]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-0a9e7a78]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-0a9e7a78]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-0a9e7a78],
.v_radio[data-v-0a9e7a78] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-0a9e7a78]:before,
.v_radio[data-v-0a9e7a78]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-0a9e7a78]:before,
[data-dpr="1"] .v_radio[data-v-0a9e7a78]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-0a9e7a78]:before,
[data-dpr="2"] .v_radio[data-v-0a9e7a78]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-0a9e7a78]:before,
[data-dpr="3"] .v_radio[data-v-0a9e7a78]:before {
  font-size: 60px;
}
.v_radio[data-v-0a9e7a78]:before {
  content: "\E669";
}
.v_radio[data-v-0a9e7a78]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-0a9e7a78]:before {
  content: "\E629";
}
.v_checkbox[data-v-0a9e7a78]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-0a9e7a78] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-0a9e7a78] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-0a9e7a78]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-0a9e7a78] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-0a9e7a78]:before {
  content: "\E74E";
}
.checkbox input[data-v-0a9e7a78] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-0a9e7a78] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-0a9e7a78]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-0a9e7a78]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-0a9e7a78] {
  width: auto;
}
.x-toast .center .toast-message[data-v-0a9e7a78] {
  min-width: 2.4rem;
}
.cart-action[data-v-0a9e7a78] {
  bottom: 1.333333rem;
  z-index: 11;
}
.cart-list-wrap[data-v-0a9e7a78] {
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
.cart-list-wrap .cart-title[data-v-0a9e7a78] {
  z-index: 10;
  height: 0.986667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.266667rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-dpr="1"] .cart-list-wrap .cart-title[data-v-0a9e7a78] {
  font-size: 14px;
}
[data-dpr="2"] .cart-list-wrap .cart-title[data-v-0a9e7a78] {
  font-size: 28px;
}
[data-dpr="3"] .cart-list-wrap .cart-title[data-v-0a9e7a78] {
  font-size: 42px;
}
.cart-list-wrap .cart-title .clear[data-v-0a9e7a78] {
  color: #999;
}
[data-dpr="1"] .cart-list-wrap .cart-title .clear[data-v-0a9e7a78] {
  font-size: 12px;
}
[data-dpr="2"] .cart-list-wrap .cart-title .clear[data-v-0a9e7a78] {
  font-size: 24px;
}
[data-dpr="3"] .cart-list-wrap .cart-title .clear[data-v-0a9e7a78] {
  font-size: 36px;
}
.cart-list-wrap .cart-list[data-v-0a9e7a78] {
  padding-left: 0.266667rem;
}
.cart-list-wrap .cart-list .cart-item[data-v-0a9e7a78] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 0.266667rem;
  height: 1.333333rem;
  line-height: 2.666667rem;
}
.cart-list-wrap .cart-list .cart-item .goods_desc[data-v-0a9e7a78] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart-list-wrap .cart-list .cart-item .goods_desc p[data-v-0a9e7a78] {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.cart-list-wrap .cart-list .cart-item .goods_desc p.specs[data-v-0a9e7a78] {
  margin-top: 0.133333rem;
  color: #999;
}
[data-dpr="1"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .goods_desc
  p.specs[data-v-0a9e7a78] {
  font-size: 12px;
}
[data-dpr="2"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .goods_desc
  p.specs[data-v-0a9e7a78] {
  font-size: 24px;
}
[data-dpr="3"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .goods_desc
  p.specs[data-v-0a9e7a78] {
  font-size: 36px;
}
.cart-list-wrap .cart-list .cart-item .price_wrap[data-v-0a9e7a78] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 40%;
}
.cart-list-wrap
  .cart-list
  .cart-item
  .price_wrap
  .price_count[data-v-0a9e7a78] {
  font-weight: bold;
}
.cart-list-wrap .cart-list .cart-item .price_wrap p[data-v-0a9e7a78] {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.cart-list-wrap
  .cart-list
  .cart-item
  .price_wrap
  p
  .total_point[data-v-0a9e7a78] {
  color: #ff6400;
}
[data-dpr="1"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .price_wrap
  p
  .total_point[data-v-0a9e7a78] {
  font-size: 13px;
}
[data-dpr="2"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .price_wrap
  p
  .total_point[data-v-0a9e7a78] {
  font-size: 26px;
}
[data-dpr="3"]
  .cart-list-wrap
  .cart-list
  .cart-item
  .price_wrap
  p
  .total_point[data-v-0a9e7a78] {
  font-size: 39px;
}
.iconfont[data-v-49fbc5fe] {
  font-size: 0.426667rem;
}
.ex_click[data-v-49fbc5fe] {
  position: relative;
}
.ex_click[data-v-49fbc5fe]:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.266667rem;
  left: -0.266667rem;
  right: -0.266667rem;
  bottom: -0.266667rem;
}
.white[data-v-49fbc5fe] {
  background-color: #fff;
}
.iconfont[data-v-49fbc5fe] {
  font-size: 0.426667rem;
  position: relative;
  display: inline-block;
}
.price_count[data-v-49fbc5fe] {
  color: #ff6400;
}
.price_count[data-v-49fbc5fe]:before {
  font-weight: normal !important;
  content: "\FFE5";
}
[data-dpr="1"] .price_count[data-v-49fbc5fe]:before {
  font-size: 13px;
}
[data-dpr="2"] .price_count[data-v-49fbc5fe]:before {
  font-size: 26px;
}
[data-dpr="3"] .price_count[data-v-49fbc5fe]:before {
  font-size: 39px;
}
[data-dpr="1"] -webkit-input-placeholder[data-v-49fbc5fe] {
  font-size: 14px;
}
[data-dpr="2"] -webkit-input-placeholder[data-v-49fbc5fe] {
  font-size: 28px;
}
[data-dpr="3"] -webkit-input-placeholder[data-v-49fbc5fe] {
  font-size: 42px;
}
input[data-v-49fbc5fe] {
  color: #333;
}
[data-dpr="1"] input[data-v-49fbc5fe] {
  font-size: 14px;
}
[data-dpr="2"] input[data-v-49fbc5fe] {
  font-size: 28px;
}
[data-dpr="3"] input[data-v-49fbc5fe] {
  font-size: 42px;
}
.description a[data-v-49fbc5fe] {
  text-decoration: underline;
  color: #00e;
}
.description > *[data-v-49fbc5fe] {
  line-height: 1.3;
}
[data-dpr="1"] .description > *[data-v-49fbc5fe] {
  font-size: 14px;
}
[data-dpr="2"] .description > *[data-v-49fbc5fe] {
  font-size: 28px;
}
[data-dpr="3"] .description > *[data-v-49fbc5fe] {
  font-size: 42px;
}
.beCenter[data-v-49fbc5fe] {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  left: 50%;
  top: 50%;
}
.clearfix[data-v-49fbc5fe] {
  *zoom: 1;
}
.clearfix[data-v-49fbc5fe]:after,
.clearfix[data-v-49fbc5fe]:before {
  content: "";
  display: table;
  clear: both;
  height: 0;
  width: 0;
}
select[data-v-49fbc5fe] {
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
  border: none;
}
input[data-v-49fbc5fe] {
  outline: none;
  -webkit-appearance: none;
}
.btn[data-v-49fbc5fe] {
  line-height: 1;
  color: #999;
  padding: 0.21333333rem 0.32rem;
  border-radius: 0.05333333rem;
  margin-left: 0.37333333rem;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  background-color: #fff;
}
[data-dpr="1"] .btn[data-v-49fbc5fe] {
  font-size: 14px;
}
[data-dpr="2"] .btn[data-v-49fbc5fe] {
  font-size: 28px;
}
[data-dpr="3"] .btn[data-v-49fbc5fe] {
  font-size: 42px;
}
button[data-v-49fbc5fe] {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
button.pay[data-v-49fbc5fe] {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
button.buy[data-v-49fbc5fe] {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}
input[data-v-49fbc5fe] {
  border: none;
  -webkit-appearance: none;
}
.shop-btn[data-v-49fbc5fe] {
  background-color: #ff6400;
  color: #fff;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.ellip[data-v-49fbc5fe] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot_shadow[data-v-49fbc5fe] {
  -webkit-box-shadow: 0 -0.266667rem 0.533333rem 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="1"] .foot_shadow[data-v-49fbc5fe] {
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="2"] .foot_shadow[data-v-49fbc5fe] {
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
}
[data-dpr="3"] .foot_shadow[data-v-49fbc5fe] {
  box-shadow: 0 -15px 30px 0 rgba(0, 0, 0, 0.05);
}
.description[data-v-49fbc5fe] {
  background-color: #fff;
}
.description img[data-v-49fbc5fe] {
  width: 100%;
  line-height: 0;
  margin-top: -0.026667rem;
}
.description iframe[data-v-49fbc5fe] {
  width: 100%;
}
img[data-v-49fbc5fe] {
  vertical-align: middle;
}
.icon-weixin[data-v-49fbc5fe] {
  color: #08ba06;
}
.empty[data-v-49fbc5fe] {
  width: 100%;
  position: absolute;
  top: 20%;
  text-align: center;
}
.empty img[data-v-49fbc5fe] {
  width: 4rem;
}
.empty .tips[data-v-49fbc5fe] {
  padding: 0.13333333rem;
}
[data-dpr="1"] .empty .tips[data-v-49fbc5fe] {
  font-size: 15px;
}
[data-dpr="2"] .empty .tips[data-v-49fbc5fe] {
  font-size: 30px;
}
[data-dpr="3"] .empty .tips[data-v-49fbc5fe] {
  font-size: 45px;
}
.empty .btn[data-v-49fbc5fe] {
  margin-top: 0.53333333rem;
  color: #fff;
  background-color: #4080e8;
  padding: 0.29333333rem 0.74666667rem;
  border-radius: 0.10666667rem;
}
[data-dpr="1"] .empty .btn[data-v-49fbc5fe] {
  font-size: 17px;
}
[data-dpr="2"] .empty .btn[data-v-49fbc5fe] {
  font-size: 34px;
}
[data-dpr="3"] .empty .btn[data-v-49fbc5fe] {
  font-size: 51px;
}
.switch[data-v-49fbc5fe] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.38666667rem;
  height: 0.85333333rem;
  left: 0;
  border: 1px solid #dfdfdf;
  border-radius: 0.42666667rem;
  background-color: #dfdfdf;
}
.switch[data-v-49fbc5fe]:after,
.switch[data-v-49fbc5fe]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  border-radius: 0.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.switch[data-v-49fbc5fe]:before {
  width: 1.33333333rem;
  background-color: #fdfdfd;
}
.switch[data-v-49fbc5fe]:after {
  width: 0.8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.026667rem 0.08rem rgba(0, 0, 0, 0.4);
}
[data-dpr="1"] .switch[data-v-49fbc5fe]:after {
  box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.4);
}
[data-dpr="2"] .switch[data-v-49fbc5fe]:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
[data-dpr="3"] .switch[data-v-49fbc5fe]:after {
  box-shadow: 0 1.5px 4.5px rgba(0, 0, 0, 0.4);
}
.switch[data-v-49fbc5fe]:checked {
  border-color: #4cd864;
  background-color: #4cd864;
}
.switch[data-v-49fbc5fe]:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch[data-v-49fbc5fe]:checked:after {
  -webkit-transform: translateX(0.53333333rem);
  transform: translateX(0.53333333rem);
}
.v_checkbox[data-v-49fbc5fe],
.v_radio[data-v-49fbc5fe] {
  position: relative;
  line-height: 0;
  height: 0;
  width: 0;
}
.v_checkbox[data-v-49fbc5fe]:before,
.v_radio[data-v-49fbc5fe]:before {
  font-family: iconfont;
  line-height: 0.53333333rem;
  position: absolute;
  bottom: -0.26666667rem;
  right: -0.26666667rem;
  left: -0.26666667rem;
  top: -0.26666667rem;
}
[data-dpr="1"] .v_checkbox[data-v-49fbc5fe]:before,
[data-dpr="1"] .v_radio[data-v-49fbc5fe]:before {
  font-size: 20px;
}
[data-dpr="2"] .v_checkbox[data-v-49fbc5fe]:before,
[data-dpr="2"] .v_radio[data-v-49fbc5fe]:before {
  font-size: 40px;
}
[data-dpr="3"] .v_checkbox[data-v-49fbc5fe]:before,
[data-dpr="3"] .v_radio[data-v-49fbc5fe]:before {
  font-size: 60px;
}
.v_radio[data-v-49fbc5fe]:before {
  content: "\E669";
}
.v_radio[data-v-49fbc5fe]:checked:before {
  content: "\E667";
}
.v_checkbox[data-v-49fbc5fe]:before {
  content: "\E629";
}
.v_checkbox[data-v-49fbc5fe]:checked:before {
  content: "\E62A";
}
.radio label input[data-v-49fbc5fe] {
  position: absolute;
  left: -266.64rem;
}
.radio label input:checked + .iconfont[data-v-49fbc5fe] {
  color: #4080e8;
}
.radio label input:checked + .iconfont[data-v-49fbc5fe]:before {
  content: "\E617";
}
.radio label input + .iconfont[data-v-49fbc5fe] {
  vertical-align: middle;
  font-size: 0.48rem;
}
.radio label input + .iconfont[data-v-49fbc5fe]:before {
  content: "\E74E";
}
.checkbox input[data-v-49fbc5fe] {
  position: absolute;
  left: -266.64rem;
}
.checkbox input:checked + .iconfont[data-v-49fbc5fe] {
  color: #4080e8;
}
.checkbox input:checked + .iconfont[data-v-49fbc5fe]:before {
  content: "\E617";
}
.checkbox input + .iconfont[data-v-49fbc5fe]:before {
  content: "\E74E";
}
.x-toast .center .toast-with-icon[data-v-49fbc5fe] {
  width: auto;
}
.x-toast .center .toast-message[data-v-49fbc5fe] {
  min-width: 2.4rem;
}
.coupon_more[data-v-49fbc5fe] {
  width: 1.6rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4744),
    to(#ff7849)
  );
  background: -webkit-linear-gradient(top, #ff4744, #ff7849);
  background: linear-gradient(to bottom, #ff4744, #ff7849);
}
.coupon_more a[data-v-49fbc5fe] {
  display: inline-block;
  width: 100%;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
}
.coupons_wrap[data-v-49fbc5fe] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.266667rem 0 0.266667rem 0.133333rem;
  height: 100%;
}
.coupons_wrap .item[data-v-49fbc5fe] {
  display: inline-block;
  width: 4.4rem;
  height: 1.706667rem;
  margin: 0 0.133333rem;
  color: #ffff;
  border-radius: 0.106667rem;
  overflow: hidden;
}
.coupons_wrap .item.concessions1[data-v-49fbc5fe] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4744),
    to(#ff7849)
  );
  background: -webkit-linear-gradient(top, #ff4744, #ff7849);
  background: linear-gradient(to bottom, #ff4744, #ff7849);
}
.coupons_wrap .item.concessions1 .get_now[data-v-49fbc5fe] {
  color: #ff4744;
}
.coupons_wrap .item.concessions2[data-v-49fbc5fe] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd8213),
    to(#fda71b)
  );
  background: -webkit-linear-gradient(top, #fd8213, #fda71b);
  background: linear-gradient(to bottom, #fd8213, #fda71b);
}
.coupons_wrap .item.concessions2 .get_now[data-v-49fbc5fe] {
  color: #fd8213;
}
.coupons_wrap .item.concessions3[data-v-49fbc5fe] {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff4c6b),
    to(#ff6d6d)
  );
  background: -webkit-linear-gradient(top, #ff4c6b, #ff6d6d);
  background: linear-gradient(to bottom, #ff4c6b, #ff6d6d);
}
.coupons_wrap .item.concessions3 .get_now[data-v-49fbc5fe] {
  color: #ff4c6b;
}
.coupons_wrap .item .coupon_inner[data-v-49fbc5fe] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coupons_wrap .item .coupon_inner .coupon_title[data-v-49fbc5fe] {
  width: 1.6rem;
  text-align: center;
  margin-right: 0.266667rem;
  font-size: 0.56rem;
}
.coupons_wrap .item .coupon_inner .coupon_title .site[data-v-49fbc5fe] {
  font-size: 0.32rem;
}
.coupons_wrap .item .coupon_inner .sep_line[data-v-49fbc5fe] {
  position: absolute;
  top: -0.133333rem;
  left: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.266667rem;
  height: 1.973333rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coupons_wrap .item .coupon_inner .sep_line .dot[data-v-49fbc5fe] {
  width: 0.133333rem;
  height: 0.133333rem;
  border-radius: 50%;
  background-color: #fff;
}
.coupons_wrap .item .coupon_inner .sep_line .dot.big[data-v-49fbc5fe] {
  width: 0.266667rem;
  height: 0.266667rem;
}
.coupons_wrap .item .coupon_inner .coupon_detail[data-v-49fbc5fe] {
  width: 2.453333rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.32rem;
}
.coupons_wrap .item .coupon_inner .coupon_detail .get_now[data-v-49fbc5fe] {
  width: 1.866667rem;
  border: 0.026667rem solid rgba(255, 255, 255, 0.5);
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.32rem;
  border-radius: 0.32rem;
  margin: 0.133333rem 0;
  vertical-align: middle;
  background-color: #fff;
}
.coupons_wrap .stamp[data-v-49fbc5fe] {
  position: relative;
  /*&:before, &:after {*/
  /*content: '';*/
  /*background: radial-gradient(#fff 0, #fff 6px, rgba(0, 0, 0, 0) 6px);*/
  /*background-size: 10px 10px;*/
  /*position: absolute;*/
  /*display: block;*/
  /*height: 100%;*/
  /*width: 10px;*/
  /*left: 30%;*/
  /*}*/
}
.coupons_wrap .stamp[data-v-49fbc5fe]:before {
  top: 0;
  background-position: -0.133333rem -0.266667rem;
}
.coupons_wrap .stamp[data-v-49fbc5fe]:after {
  bottom: 0;
  background-position: -0.133333rem 0;
}
.iconfont[data-v-fdedd284] {
  font-size: 0.426667rem;
}
.card-list[data-v-fdedd284] {
  padding: 0 0.266667rem;
}
.card[data-v-fdedd284],
.good-item[data-v-fdedd284] {
  height: 2.4rem;
  overflow: hidden;
}
.good-list[data-v-fdedd284] {
  height: 100%;
}
.good-list .list-title[data-v-fdedd284] {
  height: 1.066667rem;
  line-height: 1.066667rem;
  text-indent: 0.266667rem;
  background-color: #f3f3f3;
  border-left: 0.026667rem solid #ffff;
}
.iconfont[data-v-16d7dd0c] {
  font-size: 0.426667rem;
}
.card[data-v-16d7dd0c] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 2.213333rem;
  padding: 0.266667rem 0;
  border-bottom: 0.026667rem solid #eee;
}
.card .img[data-v-16d7dd0c] {
  float: left;
  height: 100%;
  width: 1.68rem;
  border-radius: 0.106667rem;
  background-color: #f3f3f3;
}
.card .info[data-v-16d7dd0c] {
  float: left;
  width: 70%;
  height: 1.68rem;
  overflow: hidden;
}
.card .info .title[data-v-16d7dd0c] {
  height: 0.853333rem;
  margin-bottom: 0.266667rem;
  background-color: #f3f3f3;
}
.card .info .msg[data-v-16d7dd0c] {
  height: 0.853333rem;
  background-color: #f3f3f3;
}
.infinite {
  /*height: 100%;*/
  /*overflow: auto;*/
  /*-webkit-overflow-scrolling: touch;*/
  position: relative;
}
.infinite .fresh-block {
  position: absolute;
  top: -1.066667rem;
  left: 0;
  text-align: center;
  right: 0;
  height: 1.066667rem;
}
.infinite .low-block {
  text-align: center;
  padding: 0.266667rem;
}
