@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[data-v-ac4adfe6] {
  font-size: 0.426667rem;
}

/*.new-template {*/

/*padding-bottom: 50px;*/

/*}*/
.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;
}
.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[data-v-1648e70a] {
  font-size: 0.426667rem;
}
.com-page-item[data-v-1648e70a] {
  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;
}
.com-page-item .page-item[data-v-1648e70a] {
  text-align: center;
}
.com-page-item .page-item .item-name[data-v-1648e70a] {
  color: #999;
}
[data-dpr="1"] .com-page-item .page-item .item-name[data-v-1648e70a] {
  font-size: 14px;
}
[data-dpr="2"] .com-page-item .page-item .item-name[data-v-1648e70a] {
  font-size: 28px;
}
[data-dpr="3"] .com-page-item .page-item .item-name[data-v-1648e70a] {
  font-size: 42px;
}
.iconfont {
  font-size: 0.426667rem;
}
.purple {
  background-color: #8b92f4;
}
.cyan {
  background-color: #4fd1e7;
}
.blue {
  background-color: #72aefe;
}
.orangeRed {
  background-color: #ff664c;
}
.orange {
  background-color: #ffa95e;
}
.bg-purple {
  background-color: #b69df7;
}
.bg-cyan {
  background-color: #13bcf4;
}
.bg-blue {
  background-color: #87b2fc;
}
.bg-orange {
  background-color: #fbae2f;
}
.bg-orangeRed {
  background-color: #fb708f;
}
.bg-green {
  background-color: #afe812;
}
.com-page-item:not(.type-4) .icon,
.com-page-item:not(.type-5) .icon {
  width: 1.333333rem;
  height: 1.333333rem;
  border-radius: 50%;
  overflow: hidden;
  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;
  padding: 0.186667rem;
  margin: 0 auto 0.16rem;
}
.com-page-item:not(.type-4) .icon img,
.com-page-item:not(.type-5) .icon img {
  max-height: 100%;
  max-width: 100%;
}
.com-page-item.type-1 {
  background: #fff;
  padding-top: 0.533333rem;
}
.com-page-item.type-1.col-3 .page-item {
  width: 33.33%;
}
.com-page-item.type-1.col-4 .page-item {
  width: 25%;
}
.com-page-item.type-1 .page-item {
  margin-bottom: 0.4rem;
}
.com-page-item.type-2 {
  background: #fff;
  padding-top: 0.533333rem;
}
.com-page-item.type-2.col-3 .page-item {
  width: 33.33%;
}
.com-page-item.type-2.col-4 .page-item {
  width: 25%;
}
.com-page-item.type-2 .page-item {
  margin-bottom: 0.4rem;
}
.com-page-item.type-2 .page-item .icon {
  padding: 0.266667rem;
}
.com-page-item.type-3 {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.com-page-item.type-3 .page-item {
  border-radius: 0.133333rem;
  padding-top: 0.266667rem;
  height: 2.8rem;
  width: 2.8rem;
  margin: 0.213333rem;
}
.com-page-item.type-3 .page-item .icon {
  margin-top: 0.266667rem !important;
}
.com-page-item.type-3 .page-item .item-name {
  color: #fff;
}
.com-page-item.double {
  padding-left: 0.133333rem;
  padding-right: 0.133333rem;
}
.com-page-item.double .page-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.266667rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.266667rem rgba(0, 0, 0, 0.1);
  margin-left: 0.133333rem;
  width: 4.586667rem;
  margin-right: 0.133333rem;
}
.com-page-item.double .page-item .img {
  height: 1.946667rem;
  width: 4.586667rem;
}
.com-page-item.double .page-item .img img {
  width: 100%;
  height: 100%;
}
.com-page-item.type-4 .page-item {
  margin-bottom: 0.4rem;
}
.com-page-item.type-4 .page-item .item-name {
  line-height: 0.96rem;
  color: #333;
}
.com-page-item.type-5 .page-item {
  padding-top: 0.853333rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.com-page-item.type-5 .page-item .item-name {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  line-height: 0.853333rem;
  border-left: 0.08rem solid #4080e8;
  color: #333;
}
.iconfont[data-v-0ea0bafa] {
  font-size: 0.426667rem;
}
.com-ad-carousel[data-v-0ea0bafa] {
  padding: 0.266667rem;
  background-color: #f7f7f7;
  position: relative;
}
.com-ad-carousel .carousel-wrap[data-v-0ea0bafa] {
  max-height: 5.546667rem;
  overflow: hidden;
}
.com-ad-carousel .carousel-wrap .img-wrap .img[data-v-0ea0bafa] {
  position: relative;
  border-radius: 0.133333rem;
  overflow: hidden;
  -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);
}
.com-ad-carousel
  .carousel-wrap
  .img-wrap
  .img
  .carousel-title[data-v-0ea0bafa] {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0)
  );
  text-align: center;
}
.com-ad-carousel
  .carousel-wrap
  .img-wrap
  .img
  .carousel-title
  .text[data-v-0ea0bafa] {
  line-height: 1.066667rem;
  color: #fff;
}
[data-dpr="1"]
  .com-ad-carousel
  .carousel-wrap
  .img-wrap
  .img
  .carousel-title
  .text[data-v-0ea0bafa] {
  font-size: 14px;
}
[data-dpr="2"]
  .com-ad-carousel
  .carousel-wrap
  .img-wrap
  .img
  .carousel-title
  .text[data-v-0ea0bafa] {
  font-size: 28px;
}
[data-dpr="3"]
  .com-ad-carousel
  .carousel-wrap
  .img-wrap
  .img
  .carousel-title
  .text[data-v-0ea0bafa] {
  font-size: 42px;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Segoe UI, Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif;
}
a {
  text-decoration: none;
}
button,
input,
textarea {
  color: inherit;
  font: inherit;
}
[class*="van-"]:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.van-clearfix::after {
  display: table;
  clear: both;
  content: "";
}
[class*="van-hairline"]::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.van-hairline,
.van-hairline--bottom,
.van-hairline--left,
.van-hairline--right,
.van-hairline--surround,
.van-hairline--top,
.van-hairline--top-bottom {
  position: relative;
}
.van-hairline--top::after {
  border-top-width: 1px;
}
.van-hairline--left::after {
  border-left-width: 1px;
}
.van-hairline--right::after {
  border-right-width: 1px;
}
.van-hairline--bottom::after {
  border-bottom-width: 1px;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-width: 1px 0;
}
.van-hairline--surround::after {
  border-width: 1px;
}
@-webkit-keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-enter {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes van-slide-down-enter {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-enter {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-leave {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes van-slide-left-enter {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-enter {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-leave {
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-right-enter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-enter {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-leave {
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes van-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes van-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.van-fade-enter-active {
  -webkit-animation: 0.3s van-fade-in both ease-out;
  animation: 0.3s van-fade-in both ease-out;
}
.van-fade-leave-active {
  -webkit-animation: 0.3s van-fade-out both ease-in;
  animation: 0.3s van-fade-out both ease-in;
}
.van-slide-up-enter-active {
  -webkit-animation: van-slide-up-enter 0.3s both ease-out;
  animation: van-slide-up-enter 0.3s both ease-out;
}
.van-slide-up-leave-active {
  -webkit-animation: van-slide-up-leave 0.3s both ease-in;
  animation: van-slide-up-leave 0.3s both ease-in;
}
.van-slide-down-enter-active {
  -webkit-animation: van-slide-down-enter 0.3s both ease-out;
  animation: van-slide-down-enter 0.3s both ease-out;
}
.van-slide-down-leave-active {
  -webkit-animation: van-slide-down-leave 0.3s both ease-in;
  animation: van-slide-down-leave 0.3s both ease-in;
}
.van-slide-left-enter-active {
  -webkit-animation: van-slide-left-enter 0.3s both ease-out;
  animation: van-slide-left-enter 0.3s both ease-out;
}
.van-slide-left-leave-active {
  -webkit-animation: van-slide-left-leave 0.3s both ease-in;
  animation: van-slide-left-leave 0.3s both ease-in;
}
.van-slide-right-enter-active {
  -webkit-animation: van-slide-right-enter 0.3s both ease-out;
  animation: van-slide-right-enter 0.3s both ease-out;
}
.van-slide-right-leave-active {
  -webkit-animation: van-slide-right-leave 0.3s both ease-in;
  animation: van-slide-right-leave 0.3s both ease-in;
}
.van-swipe-item {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.van-swipe {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}
.van-swipe__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.van-swipe__track--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.van-swipe__indicators {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.van-swipe__indicators--vertical {
  top: 50%;
  bottom: auto;
  left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
  margin-bottom: 6px;
}
.van-swipe__indicator {
  width: 6px;
  height: 6px;
  background-color: #ebedf0;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.van-swipe__indicator:not(:last-child) {
  margin-right: 6px;
}
.van-swipe__indicator--active {
  background-color: #1989fa;
  opacity: 1;
}
.iconfont[data-v-2ead77e2] {
  font-size: 0.426667rem;
}
.com-goods-block[data-v-2ead77e2] {
  margin: 0 0.133333rem;
  padding: 0.133333rem 0;
  background-color: #f7f7f7;
}
.com-goods-block .goods-list[data-v-2ead77e2] {
  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;
}
.com-goods-block .goods-list .goods-item[data-v-2ead77e2] {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.133333rem;
}
.com-goods-block .goods-list .goods-item .img-wrap[data-v-2ead77e2] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.com-goods-block .goods-list .goods-item .img-wrap img[data-v-2ead77e2] {
  width: 100%;
  height: 100%;
}
.com-goods-block .goods-list .goods-item .info-wrap[data-v-2ead77e2] {
  padding: 0.133333rem 0.266667rem;
  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;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .goods-name[data-v-2ead77e2] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
  line-height: 1.6;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap[data-v-2ead77e2] {
  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;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .btn-wrap[data-v-2ead77e2] {
  width: 1.333333rem;
  height: 0.64rem;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .btn-wrap
  button[data-v-2ead77e2] {
  border-radius: 0.053333rem;
}
.com-goods-block .goods-list.single .goods-item[data-v-2ead77e2] {
  width: 100%;
}
.com-goods-block .goods-list.double[data-v-2ead77e2] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.com-goods-block .goods-list.double .goods-item[data-v-2ead77e2] {
  width: 4.8rem;
}
.iconfont[data-v-477424ac] {
  font-size: 0.426667rem;
}
.price[data-v-477424ac] {
  font-family: "Arial", "sans-serif";
}
.price.currency[data-v-477424ac]:before {
  content: "\FFE5";
  font-weight: normal;
}
[data-dpr="1"] .price.currency[data-v-477424ac]:before {
  font-size: 10px;
}
[data-dpr="2"] .price.currency[data-v-477424ac]:before {
  font-size: 20px;
}
[data-dpr="3"] .price.currency[data-v-477424ac]:before {
  font-size: 30px;
}
.price.oldPrice[data-v-477424ac] {
  text-decoration: line-through;
}
.iconfont[data-v-526083f8] {
  font-size: 0.426667rem;
}
.com-goods-block[data-v-526083f8] {
  width: 9.733333rem;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.com-goods-block .goods-list[data-v-526083f8] {
  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;
}
.com-goods-block .goods-list .goods-item[data-v-526083f8] {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.266667rem;
  width: 100%;
}
.com-goods-block .goods-list .goods-item .img-wrap[data-v-526083f8] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 6.083333rem;
  position: relative;
}
.com-goods-block .goods-list .goods-item .img-wrap img[data-v-526083f8] {
  width: 100%;
  height: 100%;
}
.com-goods-block .goods-list .goods-item .time-down-wrap[data-v-526083f8] {
  position: absolute;
  background-color: #f44336;
  left: 0;
  color: #fff;
  height: 0.746667rem;
  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-left: 0.266667rem;
  right: 0;
  bottom: 0;
}
.com-goods-block .goods-list .goods-item .info-wrap[data-v-526083f8] {
  height: 1.866667rem;
  padding: 0.133333rem 0.266667rem;
  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;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .goods-name[data-v-526083f8] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1.6;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap[data-v-526083f8] {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .group-num[data-v-526083f8] {
  font-size: 0.32rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .group-num
  span[data-v-526083f8]:first-child {
  margin-right: 0.133333rem;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .group-num
  span[data-v-526083f8]:last-child {
  color: #ff6400;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .price[data-v-526083f8] {
  padding-right: 0.133333rem;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .btn-wrap[data-v-526083f8] {
  width: 1.6rem;
  height: 0.746667rem;
}
.com-goods-block
  .goods-list
  .goods-item
  .info-wrap
  .trade-wrap
  .btn-wrap
  button[data-v-526083f8] {
  border-radius: 0.053333rem;
}
.iconfont[data-v-27fd7ed6] {
  font-size: 0.426667rem;
}
.time-down[data-v-27fd7ed6] {
  background-color: #f44336;
  -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;
  height: 0.746667rem;
  padding: 0 0.266667rem;
}
.time-down span[data-v-27fd7ed6] {
  height: 0.426667rem;
  width: 0.426667rem;
  margin-right: 0.08rem;
  line-height: 0.426667rem;
  text-align: center;
  font-size: 0.32rem;
}
.time-down .num[data-v-27fd7ed6] {
  background-color: #fff;
  color: #f44336;
}
.time-down .text[data-v-27fd7ed6] {
  background-color: #f44336;
  color: #fff;
}
.iconfont[data-v-1540f19a] {
  font-size: 0.426667rem;
}
.time[data-v-1540f19a] {
  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;
  margin-top: 0.133333rem;
}
.time span[data-v-1540f19a] {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  line-height: 0.4rem;
}
.time .text[data-v-1540f19a] {
  margin: 0 0.133333rem;
}
.time .time-num[data-v-1540f19a] {
  border-radius: 0.053333rem;
  background-color: #fff;
}
[data-dpr="1"] .time .time-num[data-v-1540f19a] {
  font-size: 12px;
}
[data-dpr="2"] .time .time-num[data-v-1540f19a] {
  font-size: 24px;
}
[data-dpr="3"] .time .time-num[data-v-1540f19a] {
  font-size: 36px;
}
.time .time3[data-v-1540f19a] {
  width: auto;
}
.iconfont[data-v-ac978a86] {
  font-size: 0.426667rem;
}
.red[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#e88356),
    to(#e69859)
  );
  background-image: -webkit-linear-gradient(right bottom, #e88356, #e69859);
  background-image: linear-gradient(to left top, #e88356, #e69859);
}
.gray[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#c7c7c7),
    to(#f7f7f7)
  );
  background-image: -webkit-linear-gradient(right bottom, #c7c7c7, #f7f7f7);
  background-image: linear-gradient(to left top, #c7c7c7, #f7f7f7);
}
.orange[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#ff802a),
    to(#d67621)
  );
  background-image: -webkit-linear-gradient(right bottom, #ff802a, #d67621);
  background-image: linear-gradient(to left top, #ff802a, #d67621);
}
.green[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#66c07b),
    to(#75c066)
  );
  background-image: -webkit-linear-gradient(right bottom, #66c07b, #75c066);
  background-image: linear-gradient(to left top, #66c07b, #75c066);
}
.blue[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#51b8e3),
    to(#64c4ea)
  );
  background-image: -webkit-linear-gradient(right bottom, #51b8e3, #64c4ea);
  background-image: linear-gradient(to left top, #51b8e3, #64c4ea);
}
.darkBlue[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#7386cf),
    to(#678bc8)
  );
  background-image: -webkit-linear-gradient(right bottom, #7386cf, #678bc8);
  background-image: linear-gradient(to left top, #7386cf, #678bc8);
}
.blown[data-v-ac978a86] {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#d3a063),
    to(#ebba6e)
  );
  background-image: -webkit-linear-gradient(right bottom, #d3a063, #ebba6e);
  background-image: linear-gradient(to left top, #d3a063, #ebba6e);
}
.com-coupon-block[data-v-ac978a86] {
  height: 3.2rem;
  margin: 0 auto;
  background-color: #f7f7f7;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.com-coupon-block .coupon-list[data-v-ac978a86] {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.com-coupon-block .coupon-list .coupon-item[data-v-ac978a86] {
  border-radius: 0.106667rem;
  position: relative;
  height: 2.48rem;
  width: 4.026667rem;
  margin-left: 0.266667rem;
  text-align: center;
  color: #fff;
  padding-top: 0.24rem;
}
.com-coupon-block .coupon-list .coupon-item[data-v-ac978a86]:before,
.com-coupon-block .coupon-list .coupon-item[data-v-ac978a86]:after {
  top: 50%;
  content: "";
  height: 0.266667rem;
  width: 0.266667rem;
  border-radius: 50%;
  position: absolute;
  background-color: #f7f7f7;
}
.com-coupon-block .coupon-list .coupon-item[data-v-ac978a86]:before {
  left: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: -0.106667rem 0 0.08rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: -0.106667rem 0 0.08rem rgba(0, 0, 0, 0.05) inset;
}
.com-coupon-block .coupon-list .coupon-item[data-v-ac978a86]:after {
  right: 0;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  -webkit-box-shadow: 0.106667rem 0 0.08rem rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0.106667rem 0 0.08rem rgba(0, 0, 0, 0.05) inset;
}
.com-coupon-block .coupon-list .coupon-item .price-wrap[data-v-ac978a86] {
  margin-bottom: 0.186667rem;
}
.com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .discount[data-v-ac978a86] {
  font-size: 1.04rem;
  font-weight: normal;
}
.com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .discount[data-v-ac978a86]:after {
  content: "\6298";
}
[data-dpr="1"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .discount[data-v-ac978a86]:after {
  font-size: 21px;
}
[data-dpr="2"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .discount[data-v-ac978a86]:after {
  font-size: 42px;
}
[data-dpr="3"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .discount[data-v-ac978a86]:after {
  font-size: 63px;
}
[data-dpr="1"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .common[data-v-ac978a86] {
  font-size: 21px;
}
[data-dpr="2"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .common[data-v-ac978a86] {
  font-size: 42px;
}
[data-dpr="3"]
  .com-coupon-block
  .coupon-list
  .coupon-item
  .price-wrap
  .common[data-v-ac978a86] {
  font-size: 63px;
}
.com-coupon-block .coupon-list .coupon-item .common[data-v-ac978a86] {
  padding-top: 0.48rem;
}
[data-dpr="1"] .coupon-item .currency:before {
  font-size: 21px !important;
}
[data-dpr="2"] .coupon-item .currency:before {
  font-size: 42px !important;
}
[data-dpr="3"] .coupon-item .currency:before {
  font-size: 63px !important;
}
.iconfont[data-v-3823d477] {
  font-size: 0.426667rem;
}
.com-rich-text[data-v-3823d477] {
  background-color: #fff;
}
.com-rich-text .description[data-v-3823d477] {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  font-size: 0.426667rem;
  line-height: 1.6;
  padding: 0;
}
.description .selectTdClass {
  background-color: #edf5fa !important;
}
.description table.noBorderTable td,
.description table.noBorderTable th,
.description table.noBorderTable caption {
  border: 0.026667rem dashed #ddd !important;
}
.description table {
  margin-bottom: 0.266667rem;
  border-collapse: collapse;
  display: table;
}
.description td,
.description th {
  border: 0.026667rem solid #ddd;
  white-space: nowrap;
}
.description caption {
  border: 0.026667rem dashed #ddd;
  border-bottom: 0;
  padding: 0.08rem;
  text-align: center;
}
.description th {
  border-top: 0.026667rem solid #bbb;
  background-color: #f7f7f7;
}
.description table tr.firstRow th {
  border-top-width: 0.053333rem;
}
.description .ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.description .ue-table-interlace-color-double {
  background-color: #f7faff;
}
.description td p {
  margin: 0;
  padding: 0;
}
.description table.sortEnabled tr.firstRow th,
.description table.sortEnabled tr.firstRow td {
  padding-right: 0.533333rem;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(/Assets/utf8-net/themes/default/images/sortable.png);
}
.description ol,
.description ul {
  margin: 0;
  pading: 0;
  width: 95%;
}
.iconfont[data-v-427c727f] {
  font-size: 0.426667rem;
}
.com-space[data-v-427c727f] {
  background-color: #fff;
}
.com-space img[data-v-427c727f] {
  height: 100%;
  width: 100%;
}
.iconfont[data-v-62d82688] {
  font-size: 0.426667rem;
}
.com-title-panel[data-v-62d82688] {
  background-color: #fff;
  padding: 0.133333rem 0.266667rem;
}
.com-title-panel .text[data-v-62d82688] {
  line-height: 1.6;
}
.iconfont[data-v-65a4d09e] {
  font-size: 0.426667rem;
}
.com-split-line[data-v-65a4d09e] {
  background-color: #fff;
  height: 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;
}
.com-split-line .split-line[data-v-65a4d09e] {
  width: 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
[data-dpr="1"] .com-split-line .split-line[data-v-65a4d09e] {
  border-top-width: 0.5px;
}
[data-dpr="2"] .com-split-line .split-line[data-v-65a4d09e] {
  border-top-width: 1px;
}
[data-dpr="3"] .com-split-line .split-line[data-v-65a4d09e] {
  border-top-width: 1.5px;
}
.iconfont[data-v-7e2314f6] {
  font-size: 0.426667rem;
}
.com-image-code[data-v-7e2314f6] {
  background-color: #fff;
  position: relative;
}
.com-image-code .code-list .code-item[data-v-7e2314f6] {
  position: absolute;
  background-color: #e8f7fd;
  background-clip: content-box;
  -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;
  -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;
}
.com-image-code .code-list .code-item img[data-v-7e2314f6] {
  width: 100%;
  height: 100%;
}
.flex-panel {
  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;
}
.iconfont {
  font-size: 0.426667rem;
}
.second-kill {
  margin-bottom: 0.266667rem;
}
.second-kill .img-wrap {
  width: 100%;
  height: 4.986667rem;
}
.second-kill .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.second-kill .goods-label {
  color: #fff;
  background-color: #ff4343;
  width: 2.266667rem;
  height: 0.613333rem;
  margin-top: -0.613333rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0.106667rem 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.second-kill .goods-label .time-icon {
  margin-right: 0.133333rem;
}
.second-kill .after-day {
  line-height: 1.5;
}
.second-kill .goods-info {
  color: #fff;
  background-color: #ff4343;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 1.6rem;
}
.second-kill .goods-info .price-panel {
  padding: 0.266667rem;
}
.second-kill .goods-info .price-panel p:before {
  content: "\FFE5";
}
.second-kill .goods-info .time-panel {
  width: 3.733333rem;
  padding: 0.266667rem 0.533333rem 0.266667rem 0.533333rem;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#ff6500),
    to(#ffa100)
  );
  background-image: -webkit-linear-gradient(right, #ff6500, #ffa100);
  background-image: linear-gradient(270deg, #ff6500, #ffa100);
  position: relative;
}
.second-kill .goods-info .time-panel:before {
  content: "";
  background-color: #ffa100;
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.533333rem;
  width: 0.533333rem;
  -webkit-transform: rotate(45deg) translate(-0.266667rem, 0);
  transform: rotate(45deg) translate(-0.266667rem, 0);
}
.second-kill .goods-info .time-panel span {
  display: inline-block;
  padding: 0.08rem;
  background-color: #fff;
  color: #ff4343;
}
.second-kill .goods-info .time-panel b {
  padding: 0 0.08rem;
}
.second-kill h3 {
  background-color: #fff;
  padding: 0.266667rem;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  overflow: hidden;
}
