::-webkit-scrollbar {
  display: none;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
  font-family: "DINOT-Bold";
  src: local("fontname Regular"), local("fontname"),
    url("https://game.happigo.com/public/static/App/font/HONORSans-Demibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zihunguanxian";
  src: local("fontname Regular"), local("fontname"),
    url("https://game.happigo.com/public/static/App/font/zihunguanxian.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.DINOT-Bold,
.dinot-bold {
  font-family: "DINOT-Bold";
}
.zihunguanxian {
  font-family: "zihunguanxian";
}
:root {
  --page-bg-mz: #ff749b;
  --page-bg-fs: #cebdef;
  --page-bg-jj: #00d1b4;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
object,
iframe,
applet,
figure,
aside,
span {
  border: thin none;
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: medium none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
a {
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
.mt10{margin-top: 1em;}
a:hover {
  text-decoration: none;
}

html {
  width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  overflow: -moz-scrollbars-vertical;
  background: #e1f9fd
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875em;
  font-family: "微软雅黑", Helvetica;
  min-width: 320px;
  max-width: 640px;
  padding: 0;
  line-height: 1.5em;
  -webkit-user-select: none;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
}
.bgc1{background:url(../images/jk-bg.png) repeat-y;background-size: 100% auto;}

img {
  width: 100%;
}

.relative {
  position: relative;
}

.fixedTab {
  width: 100%;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  z-index: 290;
}
/* .g-warp.fixedTab {
  top: 30px !important;
} */
@media only screen and (max-width: 320px) {
  body,
  .goods_list {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  body,
  .goods_list {
    font-size: 14px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 389px) {
  body,
  .goods_list {
    font-size: 15px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  body,
  .goods_list {
    font-size: 16px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 650px) {
  body,
  .goods_list {
    font-size: 16px;
  }
}

.collect_scale {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation: collect_scale 1s ease infinite;
  -webkit-animation: collect_scale 1s ease infinite;
}

@-webkit-keyframes collect_scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes collect_scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes play1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*下滑*/

.ani-img-down {
  animation: img-down 0.5s ease-out;
  -webkit-animation: img-down 0.5s ease-out;
}

/*从中间放大*/

.ani-img-middle {
  animation: changeBiger 1.5s linear forwards;
}

@-webkit-keyframes img-down {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes img-down {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.b-con-rotate{position: absolute;top: 20%;right: 4%;width: 54%;}

.toTop {
  position: fixed;
  bottom: 12%;
  right: 2%;
  width: 10%;
  z-index: 200;
}

.scroll-box {
  position: absolute;
  top: 21.8%;
  right: 0%;width: 100%;
  z-index: 1;
}
.scroll-box-main {
  position: relative;
  font-size: 1.1em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
}

.scroll-right {
  overflow: hidden;
  height: 46px;
  clear: both;
  text-align: center;
  display: inline-block;vertical-align: top;
}

.scroll-right p {
  height: 46px;
  margin: 0 auto;
}
.scroll-right p span {
  height: 27px;
  color: #db373c;
  line-height: 27px;
  display: inline-block;
}
.goods-li {
  display: flex;
  flex-wrap: wrap;padding: 0 2% 0 2%;
}
.floor12-con .goods-li {
  display: flex;
  flex-wrap: wrap;padding: 0;
}
.goods_list {
  width: 49%;
  margin: 0em 0.5% 0.3em 0.5%;
  position: relative;
  padding: 0.5%;
  display: inline-block;
  vertical-align: top;
}

.g-line {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background: #ffffff;
}
/* .special-block .g-line {
  background: url(../images/item-bg4.png) no-repeat;
  background-size: 100% 100%;
} */

body .paddingTop15 {
  padding-top: 1.5em;
}
.paddingTop1 {
  padding-top: 1em;
}
.marginTop1 {
  margin-top: 1em;
}
.paddingTop2 {
  padding-top: 2em;
}
.img_a {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 10px 10px 8px;
  background-color: #fff;
  border-radius: 8px;
}

.img_a .lazy {
  width: 100%;
  border-radius: 2px;
}

.goodsInfo {
  padding: 0 8px 8px;
}
.p5 {
  font-size: 1.07em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  height: 2.8em;
  text-align: left;
  color: #333333;
  word-break: break-all;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
.p5-tag {
  position: relative;
  color: #f4413b;
  background: #ffe9e8;
  font-size: 1em;
  padding: 3px 6px;
  line-height: 1.3em;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.p5-tag::after{
  position: absolute;content: '';top: 99%;left: 20%;width: 0;height: 0;border-top:6px solid #ffe9e8;border-bottom: 6px solid transparent;border-left:6px solid transparent;border-right: 6px solid transparent;
}
.goods-tag {
  position: absolute;
  left: 5px;
  top: 0;
  width: 3em;
  height: auto;
  z-index: 1;
}
.tag-520 {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 3px;
}

.hot-sale-con {
  width:96.5%;margin: 0 auto;
  position: relative;padding: 0 5px;
  overflow: hidden;padding-bottom: 10px;
  background: linear-gradient(0deg,#ffda6f 0% ,#fefb91 100%);border-radius: 0 0 1em 1em;
}
.hot-sale-con5{ background: linear-gradient(0deg,#83bb62 0% ,#bee385 59%);}
.hot-sale-con7{ background: linear-gradient(0deg,#ffb9b2 0% ,#ffd3ce 59%);}
.hot-sale-con8{ background: linear-gradient(0deg,#90b5ee 0% ,#cee3ff 59%);}
.hot-sale-con6{ background: linear-gradient(0deg,#fff88f 0% ,#fff5b2 59%);}
.hot-sale-con9{ background: linear-gradient(0deg,#76e0bc 0% ,#baf4e0 59%);}
/* .hot-sale-con9{ background: linear-gradient(0deg,#83bb62 0% ,#bee385 59%);} */


#block2 .hot-sale-container .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  transition: all 0.5s ease-out;
  transform: scale(0.6);
  transform-origin: center;
}
#block2 .hot-sale-container .swiper-slide-active {
  transform: scale(1);
}
#block2 .hot-sale-container .swiper-slide-next,
#block2 .hot-sale-container .swiper-slide-prev {
  transform: scale(0.8);
}
#block2 .hot-sale-container .swiper-slide-prev {
  transform-origin: left;
}
#block2 .hot-sale-container .swiper-slide-next {
  transform-origin: right;
}
.rule {
  animation: bounceIn 1s 1 ease-in-out;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.price-container6 {
  margin-top: 5px;
  position: relative;
}

.price-container6-price1 {
  position: absolute;
  right: 0;
  font-size: 0.8em;
  line-height: 1em;
  bottom: 26%;
  color: #ffffff;
  width: 26%;
  text-align: center;
  font-family: "DINOT-Bold";
}
.price-container6-price3-con {
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 14%;
  right: 7%;
  width: 60%;
  font-size: 1.56em;
  font-family: "DINOT-Bold";
  text-align: right;
}

.price-container6-price3-con .unit {
  font-size: 0.6em;
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.price-container6-price3-con .amount1 {
  letter-spacing: -1px;
}
.price-container6-price3-con .d {
  font-size: 0.76em;
  margin-left: -0.2em;
}
.price-container6-price1-con {
  position: absolute;
  color: #646464;
  left: 1%;
  top: 0;
  font-size: 0.74em;
  line-height: 1em;
}
.price-container6-price2-con {
  position: absolute;
  color: #646464;
  right: 1%;
  top: 0;
  font-size: 0.74em;
  line-height: 1em;
}
.line-through {
  text-decoration: line-through;
}
.special-block-con .origin-price2 {
  bottom: -18%;
  font-size: 0.8em;
}
.goods-typ1-box .item {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.hot-sale-container .swiper-slide{background: #fe6253;}
.hot-sale-container .swiper-slide a {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;border-radius: 10px;overflow: hidden;
}

.hot-sale-container .price-box1 {
  color: #ffffff;
  text-align: center;
  font-family: DINOT-Bold;
  font-size: 0.8em;
  display: inline-block;
  line-height: 1.2em;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  right: 5px;
  bottom: 5px;
  border-radius: 1em;
  padding: 0 6px;
}

.hot-sale-container .price-box1 .price-box1-money {
  font-size: 1em;
  width: 100%;
}
.hot-sale-container .price-box1 .price-box1-unit {
  font-size: 0.6em;
  letter-spacing: -1px;
}
.hot-sale-container .swiper-slide a .lazy {
  height: 100%;
  height: auto;
  /* object-fit: contain; */
}
.hot-sale-container {
  padding: 0.8em 0;
  
}

/* 顶部tab  */
.top-tab {
  position: absolute;
  top: 21%;
  height: 12%;
  left: 16%;
  width: 70%;
  display: flex;
  align-items: center;
  z-index: 10;
}

.g-warp {
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 33;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}

#top-nav {
  height: 2.2em;
  line-height: 2.2em;
}

.g-tab {
  width: 100%;
  overflow: hidden;
  z-index: 70;
}

.g-tab .current a {
  color: #eb3922;
  font-family: PingFangSC-Medium, PingFang SC;
}
.g-tab  a img{width:auto;height: 1.2em; margin-top: 0.5em;margin-right: 2px;opacity: 0;}
.g-tab .current  a img{opacity: 1;}
.g-tab > div a {
  color: #000000;
  font-size: 0.95em;
  padding: 3px 5px;
  font-weight: bold;
}

/* 新品狂欢 */

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
  align-items: baseline;
}

/*swiper初始化样式*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-flex: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.swiper-slide {
  height: 100%;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  text-align: center;
}

.swiper-pagination {
  width: 100%;
  text-align: center;
  line-height: 16px;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 3px;
  border-radius: 5px;
  font-size: 0;
  text-indent: -999em;
}
.swiper-pagination-bullet-active {
  background-color: #ee8331;
  width: 14px;height: 5px;border-radius: 5px;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/*tab列表*/

.meeting-tab {
  width: 100%;
  left: 0;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 0;
  background: #fff;padding: 3px 0;
}
.meeting-tab .swiper-slide {
  width: 25%;
  padding: 0 1%;
}
.meeting-tab .item a {
  transition: all 0.2s ease-in-out;
  display: inline-block;transform: scale(0.88);
  width: 100%;text-align: center;
  background-color: #fff;color: #000;border-radius: 1em;
}
.meeting-tab a{color: #000;}
.meeting-tab .icon1 {
  display: inline-block;
}
.meeting-tab .icon2 {
  display: none;
}
.meeting-tab .current a {
  transform: scale(1);
  display: inline-block;vertical-align: top;color: #ff4816;
}
.meeting-tab .current .icon1 {
  display: none;
}
.meeting-tab a img{width: 40px;}
.floor3-con {

}
.floor4-con {
  background-color: #f0f0f0;
  border-radius: 0 0 10px 10px;
  padding: 0 2% 3%;
}
.floor5-con {
  background-color: rgb(255, 214, 186);
  border-radius: 0 0 10px 10px;
  padding: 0.8em 2% 3%;
}

.bug-btn {
  position: absolute;
  width: 17%;
  bottom: 4%;
  right: 11%;
}
.tag-page {
  height: 1em;
  width: auto;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -0.2em;display: none;
}
/* .tag {
  position: absolute;
  width: auto;
  height: 1.5em;
  left: 0;
  top: 0;
  z-index: 1;
} */
.tag2 {
  position: absolute;
  width: auto;
  height: 1.2em;
  left: 8px;
  top: 8px;
  z-index: 1;
}
.title-tag {
  border-radius: 1em;
  position: absolute;
  top: 25%;
  left: 46%;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.6em;
  height: 1.6em;
  font-size: 0.8em;
}
.title-tag text {
  color: #ffea00;
}
.color-f70000 {
  color: #f70000;
}
.top-desc1 {
  position: absolute;
  left: 8%;
  top: 79%;
  font-size: 0.7em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
  line-height: 1.4em;
}
.top-car {
  position: absolute;
  right: 56.6%;
  top: 81.2%;
  width: 9.2%;
}

/*商品1*/
.list-item {
  margin: 0 0 0.8em;
  background: #fff;border-radius: 10px;
}
.line1-bottom {
  display: inherit;
}
.list-item-con {
  display: flex;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.list-item-con .left-img {
  display: inline-block;
  width: 10.8em;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  height:10.8em;
}
.list-item-con .left-img .lazy {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-item-con .right-text .item-price {
  width: 60%;
  margin: 3% 0 2% 14%;
}
.list-item-con .right-text .item-price span {
  position: absolute;
}
.list-item-con .right-text .item-price .item-price-desc1 {
  font-size: 0.88em;
  font-weight: bold;
  font-family: "DINOT-Bold";
  color: #fff;
  left: 1%;
  width: 52%;
  text-align: center;
  line-height: 1.2em;
  top: 8%;
}
.list-item-con .right-text .item-price .item-price-desc2 {
  font-size: 0.72em;
  color: #8c8c8c;
  left: 98%;
  width: 96%;
  text-align: left;
  line-height: 1.2em;
  top: 15%;
  word-break: keep-all;
}
.list-item-con .right-text .item-price .item-price-desc3 {
  font-size: 0.72em;
  color: #8c8c8c;
  left: 57%;
  text-align: left;
  line-height: 1.2em;
  top: 63%;
  word-break: keep-all;
}
.list-item-con .right-text .item-price .item-price-desc4 {
  font-size: 0.75em;
  color: #ff4665;
  left: -28%;
  text-align: left;
  line-height: 1.2em;
  bottom: -4%;
  font-weight: 500;
}
.list-item-con .right-text .item-price .item-price-desc1 strong {
  font-size: 1.4em;
}
.right-price {
  position: relative;
  overflow: hidden;
  border-radius: 2em;
}
.right-price .price-value {
  color: #ff4242;
  position: absolute;
  left: 23%;
  bottom: 0;
  width: 36%;
  height: 96%;
  text-align: center;
  font-size: 1.1em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: DINOT-Bold;
}
.right-price .price-value strong {
  font-size: 1.2em;
}
.list-item-con .right-text {
  flex: 1;
  margin:0.4em 0.7em;
}
.list-item-con .price-tag {
  color: #f12f3a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  margin-top: 0.7em;
  padding-right: 2%;
}
.list-item-con .price-tag .left {
  font-size: 0.9em;
}
.list-item-con .price-tag .right {
  font-size: 0.7em;
}
.list-item .item-tag {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 5.6em;
  width: 5.6em;
  margin-left: -1.6em;
  line-height: 1.2em;
  top: 50%;
  margin-top: -2.8em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-item-con .right-text .desc {
  font-size: 1em;
  line-height: 1.4em;
  height: 1.4em;
  word-break: break-all;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #2c2c2c;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
  margin-bottom: 0.2em;
}
.list-item-con .right-text .title {
  
  line-height: 1.4em;
  height: 2.6em;
  word-break: break-all;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.text-overflow-1 {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.text-overflow-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.text-center {
  text-align: center;
}
.main-box{padding: 0 5px;}

#meeting1 {
  display: inline-block;
}

.block-title9 {
  padding-bottom: 3em;
}
button {
  background-color: transparent;
  cursor: pointer;
}

.hot-goods .title {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.2em;
  position: absolute;
  left: 60vw;
  top: 15.6%;
  width: 17%;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(255, 96, 96) 0%,
    rgb(255, 185, 185) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255, 96, 96) 0%,
    rgb(255, 185, 185) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(255, 96, 96) 0%,
    rgb(255, 185, 185) 100%
  );
  background: rgb(255, 96, 96);
  padding: 0.6em;
  height: 56%;
  border-radius: 0 0 0 2.6em;
  writing-mode: tb-rl;
}

.hot-goods .title p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-break: break-all;
}

.floor3-con-box {
  padding-top: 2.5em;
}
.tab-tag p {
  width: 100%;
}
.gallery-top .swiper-slide {
  padding: 2px;
}
.gallery-top-con {
  position: absolute;
  left: 11%;
  top: 21%;
  width: 77%;
}
.gallery-top-con .price-box {
  position: absolute;
  right: -7%;
  top: 62%;
  width: 30%;
  color: #ffffff;
}
.gallery-top-con .price-box .amount {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 52%;
  font-size: 1em;
  line-height: 1.2em;
  display: inline-block;
  font-family: DINOT-Bold;
  font-weight: 500;
}
.gallery-top-con .price-box .amount span {
  font-size: 1.5em;
  margin-left: -2px;
}
.desc-tag {
  color: #ffffff;
  line-height: 1.5em;
  margin-bottom: 0.8em;
  font-size: 1.06em;
  font-weight: bold;
  padding-left: 1.6em;
  text-align: left;
  font-family: PingFangSC-Medium, PingFang SC;
}

.gallery-goods-img {
  width: 100%;
  height: 70vw;
  position: relative;
  border-radius: 0 3em 0 0;
  overflow: hidden;
}
.gallery-goods-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-sale-container-loading {
  max-height: 153px;
  opacity: 0;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.802);
}

.page-dialog-box {
  z-index: 301;
  position: fixed;
  display: flex;
  height: 100vh;
  top: 0;
  overflow: auto;
}
.page-dialog-con {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.quan-lq-btn {
  position: absolute;
  bottom: 0.5em;
  width: 10em;
  text-align: center;
  font-size: 1em;
  line-height: 1.8em;
  color: #fff;
  background-color: #e30c2e;
  left: 50%;
  margin-left: -5em;
  border-radius: 2em;
  overflow: hidden;
}
.quan-bg-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.quan-lq-btn img {
  -webkit-animation: PWHdt 1s linear infinite;
  animation: PWHdt 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  height: 101%;
  -webkit-transform: translateX(-0.6rem);
  transform: translateX(-0.6rem);
  width: 16px;
  position: absolute;
  left: -6px;
  top: -0.5%;
}
@keyframes PWHdt {
  0% {
    left: -6px;
  }
  100% {
    left: 102%;
  }
}
.width96 {
  width: 96%;
  margin: 0 auto;
}
.top-tag {
  position: absolute;
  bottom: 8%;
  left: 5%;
  color: #f97037;
  background-color: #ffffff;
  font-size: 1em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.6em;
  line-height: 1.8em;
  border-radius: 16px 16px 16px 0;
}
#floor3 .top-tag {
  color: #ff7aa6;
}
#floor4 .top-tag {
  color: #9986f7;
}
#floor5 .top-tag {
  color: #6eb6ff;
}
.floor12-con {
  position: relative;
  /* width: 96%; */
  padding: 5em 0 0 0;
  overflow: hidden;
}
#hot-sale-container {
  width: 96.5%;
  /* padding: 0 6px; */
  margin: 0 auto;

  /* position: absolute;top: 15%;left: 2%; */
}
.l-4 {
  width: 100%;
  text-align: left;
  align-items: center;
  display: flex;
  margin: 0.6em 0 0;
  position: relative;
  justify-content: space-between;
  color: #fb2b34;
  padding: 0 8px;
}
.l-4 .left {
  display: flex;
  align-items: baseline;
}
.l-2 {
  font-weight: bold;
  font-size: 1em;
}
.l-2_1 {
  font-size: 1.7em;
  font-family: DINOT-Bold;
  margin-left: -0.26em;
}
.l-2_2 {
  color: #646464;
  font-size: 0.7em;
}
.qiang3 {
  width: 2em;
  margin-top: -0.3em;
}
.top-banner {
  padding-top: 30px;
}
.intime {
  text-align: center;
  width: 100%;
  font-size: 0.95em;
  background: #000;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}

.intime .sp_d,
.intime .sp_h,
.intime .sp_m {
  color: #FF0000;
  display: inline-block;
  min-width: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "DINOT-Bold";
  background-color: #ffffff;
  border-radius: 2px;
  margin: 0 3px;
}
.sp_d,.sp_h,.sp_m,.sp_s{background: #000;color: #fff;padding: 0 2px;border-radius: 2px;width: 22px;display: inline-block;vertical-align: top;text-align: center;}
.sp_ms{background: #ca0700;color: #fff;padding: 0 2px;border-radius: 2px;}
.intime .sp_s {
  color: #FF0000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "DINOT-Bold";
  min-width: 1.4em;
  background-color: #ffffff;
}
.zhe-lq-btn {
  position: absolute;
  right: 7%;
  top: 46%;
  min-width: 43%;
  transform-origin: center bottom;
  animation: tag 2.4s infinite;
  background: #000;
  color: #fff;
  border-radius: 1em;
  height: 1.2em;line-height: 1.2em;
}
.zhe-lq-btn::after{
  position: absolute;
  top: 0.4em;
  left: 10%;
  width: 0;
  content: '';
  transform: rotate(270deg);
  height: 0;
  border-top: 8px solid #000;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: -1;
}
@keyframes tag {
  0% {
     -webkit-transform: scale(1) rotate(0);
     transform: scale(1) rotate(0);
 }
 8% {
     -webkit-transform: scale(.7) rotate(0);
     transform: scale(.7) rotate(0);
 }
 20% {
     -webkit-transform: scale(.81) rotate(-5deg);
     transform: scale(.81) rotate(-5deg);
 }
 36% {
     -webkit-transform: scale(.96) rotate(5deg);
     transform: scale(.96) rotate(5deg);
 }
 40% {
     -webkit-transform: scale(1) rotate(0);
     transform: scale(1) rotate(0);
 }
}

.cou-btn{position: absolute;  
  position: absolute;
  bottom: 2%;
  width: 34%;
  z-index: 3;
  right: 33%;}
.floor0-con .swiper-slide {
  transition: all 0.5s ease-out;
  transform: scale(0.7);
  position: relative;
  padding-top: 2px;
}
.floor0-con .swiper-slide .floor0-tag {
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  z-index: 1;
}
.floor0-con .swiper-slide .goods-type-item {
  /* padding: 2em 8px 8px;
  background: url(../images/item-bg.png) no-repeat;
  background-size: 100% 100%;*/
  display: inline-block; 
  position: relative;
}
.floor0-con .swiper-slide-active,
.floor0-con .swiper-slide-duplicate-active {
  transform: scale(1);
}
.title0 {
  margin-bottom: -8em;
}
.goods-type-item .img-box {
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  /* position: absolute;
  top: 3%;
  left: 9%;
  width: 83%;
  z-index: 2; */
}
.floor0-con .swiper-slide .tag {
  display: inline-block;
  width: 137.19px;
  height: auto;
  position: absolute;
  left: 50%;
  top: -18px;
  z-index: 1;
  margin-left: -68.9px;
}
.goods-type-item .title {
  
     font-size: 0.9em;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 602;
    color: #000100;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    height: 2.75em;
    -webkit-box-orient: vertical;
    text-align: left;
    margin: 0 8px;
    /* position: absolute;
    bottom: 6%;
    left: 2%;
    width: 96%; */
}
.md{ position: absolute;  text-overflow: ellipsis;z-index: 3;
  overflow: hidden;color: #3afaad;text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.4em;background-color: #000;border-radius: 0 0 0.8em 0.8em;
  height: 1.4em;
  top: 0%;padding: 0 10px;
  left: 10%;
  right: 10%;}
.goods-type-item .desc {
  font-size: 0.9em;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 602;
    color: #000100;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 1.4em;
    height: 1.4em;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 75%;
    left: 6%;
    width: 86%;
}

.goods-type-item .price {
  font-size: 1.4em;
  display: flex;
  align-items: end;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 14.7%;
  left: 4%;
  width: 71%;height: 3em;background: url(../images/i1.png) no-repeat;background-size: 100% 100%;z-index: 4;
  color: #00feda;
  letter-spacing: -1px;padding-left: 10px;
  font-family: "DINOT-Bold";
}
.goods-type-item .price p{font-size: 0.7em;line-height: 1em;}
.goods-type-item .price div{padding-left: 10%;}
.goods-type-item .price .amount{font-size: 1.4em;}
.goods-type-item  .unit {
  font-size: 0.6em;
  margin-bottom: -0.2em;
  margin-right: -2px;
}

.qiang {
  background-image: -moz-linear-gradient( 164deg, rgb(94,149,239) 18%, rgb(195,66,255) 100%);
  background-image: -webkit-linear-gradient( 164deg, rgb(94,149,239) 18%, rgb(195,66,255) 100%);
  background-image: -ms-linear-gradient( 164deg, rgb(94,149,239) 18%, rgb(195,66,255) 100%);
  background-color: rgb(94,149,239);
  color: #ffffff;
  font-size: 1em;
  padding: 0 6px;
  border-radius: 1em;
  display: inline-block;
  line-height: 1.6em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
}
.qiang2 {
  height: 1.4em;
  width: auto;
}

.goods-type-item .price-box2 {
  font-weight: bold;
  font-family: DINOT-Bold;
  position: absolute;
  right: 9%;
  top: 43%;
  width: 3.6em;
}
.goods-type-item .price-box2 .money {
  font-size: 1.1em;
  color: #ffffff;
  position: absolute;
  right: 0;
  width: 100%;
  top: 39%;
  line-height: 1em;
  text-align: center;
}

.goods-type-item .price-box2 .money .unit {
  font-size: 0.6em;
}
.goods-type-item .price-box{position: relative;display: flex;align-items: end;justify-content: center; padding: 0 5px 10px 5px;text-align: center;}
.goods-type-item .price-box .q1{    
  width: 2.35em;}

.goods-type-item .price-box .money {
  font-size: 1.4em;
  color: #f64237;
 
  text-align: center;
  font-family: "DINOT-Bold";
  flex:1;
}
.goods-type-item .price-box .money .unit {
  font-size: 0.7em;
}

.floor2-con {
  width: 96%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 0 0 8px;
  border-radius: 10px;
  border: 1.6px solid #ffffff;
  overflow: hidden;
  margin-top: -6px;
  position: relative;
}
.mini-tab2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #386FF0;
  position: absolute;
  top: 17%;
  left: 4.5%;
  width: 91%;
  border-radius: 16px 16px 0 0;
}

.mini-tab2 .item {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 0.2em 0 0.4em 0;
  position: relative;
  line-height: 1em;
}
.mini-tab2 .item p:first-child {
  font-size: 1em;
  font-weight: 500;
  position: relative;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
}
.overturn-text {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: overturnActive 8s linear infinite 3s;
  animation: overturnActive 8s linear infinite 3s;
  -webkit-box-direction: normal;
}
@keyframes overturnActive {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
5% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
55% {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
}
100% {
    -webkit-transform: rotateY(1turn);
    transform: rotateY(1turn);
}
}
.overturn {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
.mini-tab2 .item p:first-child .status2 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mini-tab2 .item .second-line {
  font-size: 0.8em;
  color: #0f3996;
  font-weight: 500;
  margin-top: 0.1em;
  line-height: 1em;
}
.mini-tab2 .item-active p:first-child{color: #00feda;}
.mini-tab2 .item-active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #00feda;
}

.mini-tab2 .item.item-miao span {
  display: none;
}
.mini-tab2 .item.item-miao .doing {
  display: inline-block;
}

.buy-djs {
  white-space: nowrap;
  padding: 2px 5px;
}
.tab-item-boxs {
  position: absolute;
  top: 33%;
  left: 4%;
  width: 91%;
}
.tab-item-box {
  padding: 0 0.3em;
}
.item3-type2 {
  background-color: #fff;
  overflow: hidden;
  padding: 5px;
  text-align: left;
  border-radius: 6px;
}
.item3-type2 .img-box {
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.item3-type2 .miao-tag {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30%;
  z-index: 1;
}
.tag4 {
  position: absolute;
  left: 0.5em;background:linear-gradient(0,#ed6e67 0% ,#eb466a 100%);color: #fff;border-radius: 1em;right: 0;
  bottom: 0;padding-left: 0.6em;
  height: 1.4em;line-height: 1.4em;
  z-index: 1;font-size: 0.8em;
}
.red{position: absolute;bottom: 0;left: -6px;width: 2.2em;z-index: 3;}
.item3-type2 .title {
  font-size: 0.8em;
  color: #2c2c2c;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.4em;
  height:1.4em;
  -webkit-box-orient: vertical;
  margin: 0.5em 0;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  text-align: left;
}
.item3-type2 .price-box {
  color: #f21500;
  position: absolute;
  left: 0;
  bottom: 6%;
  line-height: 1em;
  width: 62%;
  text-align: center;
}
.item3-type2 .price-box img {
  height: 1.8em;
  width: auto;
  display: inline-block;
}
.item3-type2 .price-box .name {
  font-size: 0.7em;
  margin-left: -3px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
}
.item3-type2 .price-box .unit {
  font-size: 0.8em;
  margin-right: -3px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
}
.item3-type2 .price-box .amount1 {
  font-size: 1.8em;
  letter-spacing: -1px;
}
.item3-type2 .origin-price {
  color: #646464;
  font-size: 0.8em;
  letter-spacing: -0.2px;
}
.item3-type2 .item-tag {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 0.86em;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  height: 5.2em;
  width: 5.2em;
  line-height: 1.2em;
  transform: rotate(338deg) translateX(-56%);
  top: 50%;
  margin-top: -4em;
  text-align: center;
  padding-top: 1.4em;
}
.item3-type2 .miao-tag2 {
  background-color: rgba( 0, 0, 0,0.5 );
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.price-container3 {
  position: relative;
  margin-top: 20px;
}

.price-container3-price1 {
  position: absolute;
  color: #f5413b;
  left:4%;
  top: 28%;font-weight: bold;
  line-height: 1em;
}
.price-container3-price1 .amount1{font-size: 1.5em;}
.price-container3-price1-con {
  color: #f5413b;
  font-size: 0.82em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  right: 20%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: "DINOT-Bold";
  width: 60%;
}
.price-container3-price2-con {
  color: #f74837;
  font-size: 1.4em;
  line-height: 1em;
  text-align: center;
  position: absolute;
  left: 27%;
  bottom: 49%;
  font-weight: bold;
  width: 44%;
  letter-spacing: -1px;
  font-family: "DINOT-Bold";
}
.price-container3-price2 {
  position: absolute;
  color: #ffffff;
  right: 3%;
  bottom: -96%;
  font-size: 0.9em;
  line-height: 1.4em;
  display: inline-block;
  background-image: -moz-linear-gradient( -178deg, rgb(213,22,53) 0%, rgb(242,82,121) 100%);
  background-image: -webkit-linear-gradient( -178deg, rgb(213,22,53) 0%, rgb(242,82,121) 100%);
  background-image: -ms-linear-gradient( -178deg, rgb(213,22,53) 0%, rgb(242,82,121) 100%);
  background-color: rgb(242,82,121);
  border-radius: 2em;
  padding: 0 1.2em;
}

.list-item .price-box {
  color: #f21501;
  font-weight: 500;
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
  margin-top: 0.5em;
  font-family: "DINOT-Bold";
}
.price-container3-price2-con .unit {
  font-size: 0.6em;
}
.progress-box1 {
  width: 50%;
  line-height: 1em;
  margin-top: 5%;
}
.progress-box1 p {
  font-size: 0.8em;
  line-height: 1em;
}
.progress-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.5em;
  background-color: #ffbcd0;
  border-radius: 0.6em;
  position: relative;
  display: inline-block;
}

.current-progress {
  background-color: #ee2f6b;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0.6em;
  z-index: 1;
  overflow: hidden;
}

.tag5 {
  height: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 3px;
  bottom: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6em;
  border-radius: 1.6em;
  padding: 0 6px 0 2px;
}
.tag5 {
  padding-left: 8px;
}
.tag5 img {
  width: 1em;
  height: auto;
  vertical-align: top;
  margin-top: 0.2em;
}
.top-jb {
  position: absolute;
  top: 0;
  z-index: 1;
  left:2%;
  width: 52px;
  height: 80px;
  /* background: url(../images/top_bg.png) no-repeat; */
  background-size: 100% auto;
  color: #768bf2;
}
.top-jb.top1 {
  color: #de626d;
  /* background-image: url(../images/top_bg1.png); */
}
.top-jb.top2 {
  /* background-image: url(../images/top_bg2.png); */
}
.top-jb span {
  line-height: 28px;
  padding-top: 18px;
  font-size: 1.4em;
  display: block;
  font-weight: bold;
  text-align: center;
}
.shan {
  width: auto;
  height: 1.5em;
  margin-right: 0.2em;
  vertical-align: middle;
}
.swiper-container0-loading {
  opacity: 0;
}

.close-dialog {
  width: 2.2em;
  margin: 1em auto;
}
.close-dialog1 {
  width: 2.2em;
  margin: 1em auto;
}
.text-line {
  padding: 1em 6% 0.5em;
}
.list-item-con2 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: left;
  border-radius: 8px;
  padding: 10px 8px;
  background-color: #fbfbfb;
  display: flex;
}

.list-item-con2 .left-img {
  display: inline-block;
  width: 40vw;
  height: calc(40vw + 1.5em);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.list-item-con2 .tag4 {
  top: 6px;
}
.list-item-con2 .left-img .lazy {
  width: 40vw;
  height: 40vw;
  object-fit: cover;
}
.list-item-con2 .right-text {
  display: inline-block;
  flex: 1;
  vertical-align: top;
  margin-left: 1.5%;
  padding: 0.5% 0;
}
.list-item-con2 .right-text .quan {
  display: flex;
  margin-top: 2%;
}
.list-item-con2 .right-text .quan .quan-name {
  color: #666666;
  font-size: 0.66em;
  line-height: 1.2em;
  display: inline-block;
  margin-right: 0.2em;
  margin-top: 0.15em;
}
.list-item-con2 .right-text .quan .quan-item {
  color: #ffffff;
  background: url("../images/quan-item-bg.png") 100% 100%;
  background-size: 100% 100%;
  font-size: 0.72em;
  display: inline-block;
  height: 2em;
  padding: 0 0.4em;
  line-height: 2em;
  margin: 0.05em 0;
}
.list-item-con2 .left-img .left-person-count {
  position: absolute;
  left: 0;
  bottom: 16%;
  color: #fff;
  font-size: 0.72em;
  background-color: rgb(72 72 72 / 70%);
  line-height: 1em;
  padding: 0.3em 0.4em 0.3em 0.6em;
  border-radius: 0 1em 1em 0;
}
.list-item-con2 .left-img .left-price-desc {
  height: 1.8em;
  line-height: 1.8em;
  background-color: #f56514;
  color: #fff;
  font-size: 0.92em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list-item-con2 .right-text .title {
  font-size: 0.88em;
  line-height: 1.4em;
  height: 2.8em;
  word-break: break-all;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.list-item-con2 .right-text .item-price {
  width: 49%;
  margin: 5% 0 2% 15%;
}
.list-item-con2 .right-text .item-price span {
  position: absolute;
}
.list-item-con2 .right-text .item-price .item-price-desc1 {
  font-size: 0.75em;
  font-weight: bold;
  font-family: "DINOT-Bold";
  color: #fff;
  left: 10%;
  width: 50%;
  text-align: center;
  line-height: 1.2em;
  top: 8%;
}
.list-item-con2 .right-text .item-price .item-price-desc2 {
  font-size: 0.75em;
  color: #8c8c8c;
  left: 108%;
  text-align: left;
  line-height: 1.2em;
  top: 15%;
  white-space: nowrap;
}

.list-item-con2 .right-text .item-price .item-price-desc4 {
  font-size: 0.75em;
  color: #f3240f;
  left: -27%;
  text-align: left;
  line-height: 1.2em;
  bottom: -4%;
  font-weight: 500;
}
.list-item-con2 .right-text .item-price .item-price-desc1 strong {
  font-size: 1.2em;
}
.now-buy-btn {
  position: absolute;
  left: 29%;
  width: 34%;
  bottom: 0;
  height: 27%;
}
.lr-ani {
  position: absolute;
  left: -.2em;
  top: 0;
  width: 2em;
  height: 100%;
  background: url("../images/btn-line.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: _32OZEz0v;
          animation-name: _32OZEz0v;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes _32OZEz0v {
  0% {
    left: -.2em;
  }

  40% {
    left: 100%;
  }

  100% {
     left: 100%;
  }
}

@keyframes _32OZEz0v {
  0% {
     left: -.2em;
   }
 
   40% {
     left: 100%;
   }
 
   100% {
     left: 100%;
   }
}
.list-item2:not(:last-child) {
  margin-bottom: 0.8em;
}
.btn-more {
  margin: 10px auto 0;
  display: block;
  padding: 0 16px;
  font-size: 0.9em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #666666;
}
.special-block-con {
  /* flex-wrap: wrap;
  display: flex; */
}
.special-block-con .item-3 {
  /* width: 33.33%; */
  /* padding: 3px; */
}
.special-block-con .item-3 .item-3-goods {
  border-radius: 6px;position: relative;
}
.special-block-con .item-3 .item-3-goods .lazy{border-radius: 6px;}
.special-block-con .item-3-goods-con {
  overflow: hidden;
  padding: 6px 0 6px;
  position: relative;
}
.item-3 .item-3-desc {
  font-size: 0.82em;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.13em;
  height: 2.01em;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  text-align: left;
}
.item-3 .item-3-desc2 {
  font-size: 0.86em;
  line-height: 1.2em;
  color: #f70000;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  padding: 2px 3px;
  display: inline-block;
  margin: 0.3em 0 0;
  white-space: nowrap;
  background-color: #ffedf0;
  border: 1px solid #ffd5e0;
  border-radius: 2px;
}
.item-3 .item-3-price {
  color: #E52922;
  font-size: 1.3em;
  font-family: "DINOT-Bold";
  line-height: 1em;
  margin-top: 0.3em;
  border: 1px solid #E52922;
  border-radius: 1em;
  background-color: #ffffff;
}
.item-3 .item-3-price .unit {
  font-size: 0.8em;
  margin-right: -6px;
}
.item-3 .item-3-price .d {
  font-size: 0.8em;
  margin-left: -5px;
}
.item-3-car {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 1.6em;
}
/* .special-block .goods-li {
  background: url(../images/fc_07-bg.png) repeat;
  background-size: 100% auto;
  border-radius: 0 0 12px 12px;
  padding: 6px;
}
#special-block2 .goods-li {
  background: url(../images/fc_09-bg.png) repeat;
  background-size: 100% auto;
  border-radius: 0 0 12px 12px;
  padding: 6px;
}
#special-block3 .goods-li {
  background: url(../images/fc_11-bg.png) repeat;
  background-size: 100% auto;
  border-radius: 0 0 12px 12px;
  padding: 6px;
}
#special-block4 {
  width: 98%;
  margin-left: 2%;
}
#special-block4 .goods-li {
  background: url(../images/fc_13-bg.png) repeat;
  background-size: 100% auto;
  border-radius: 0 0 12px 12px;
  padding: 6px 14px 6px 6px;
}
#special-block5 .goods-li {
  background: url(../images/fc_15-bg.png) repeat;
  background-size: 100% auto;
  border-radius: 0 0 12px 12px;
  padding: 6px;
} */
.bottom-fixed {
  position: fixed;
  bottom: -0.5px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 640px;
}
.tab1 {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 50%;
  display: inline-block;
}
.tab2 {
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 50%;
  display: inline-block;
}
.top-bg-bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}
.bottom-fixed-height {
  height: 16px;
  background-color: #fafafa;
  margin-top: -1px;
}
.zhe-zhuan {
  position: absolute;
  bottom: 0;
  width: 30%;
  left: 2%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.initAnimation {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}
.zhen {
  position: absolute;
  bottom: 29%;
  width: 12%;
  left: 11.5%;
}
.price-container4 {
  position: relative;
  margin-top: 10px;
}
.price-container4-price1 {
  position: absolute;
  color: #8f8f8f;
  left: 5%;
  top: 26%;
  font-size: 0.76em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
}
.price-container4-price3 {
  position: absolute;
  color: #e14a29;
  right: 0;
  top: 30%;
  font-size: 0.8em;
  bottom:10%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
  text-align: center;
  width: 33%;
  line-height: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.price-container4-price3 span {
  display: inline-block;
  line-height: 1em;
}
.price-container4-price2-con {
  color: #fff;
  font-size: 1.24em;
  line-height: 0.92em;
  text-align: left;
  width: 55%;
  position: absolute;
  left: 33%;
  font-family: DINOT-Bold;
  font-weight: bold;
  bottom: 0%;
  display: inline-block;
  letter-spacing: -1px;vertical-align: top;
}
.price-container4-price2-con .unit,.p-c4-p2-con .unit {
  font-size: 0.63em;
}
.p-c4-p2-con{color: #fff;
  font-size: 1.64em;
  line-height: 0.92em;
  text-align: left;
  width: 55%;
  position: absolute;
  left: 3%;
  font-family: DINOT-Bold;
  font-weight: bold;
  bottom: 8%;
  letter-spacing: -1px;vertical-align: top;}
.pro-box{display: flex;align-items: center;margin:4px 0 3px 0;}
.pro-box .pro-l{position: relative;flex: 1;height: 8px;background: #ffd7d1;border-radius: 8px;}
.pro-box .pro-l div{width: 20%;background: #ef3b00;border-radius: 8px;height: 8px;position: relative;}
.pro-box .pro-l div::after{position: absolute;content: '';bottom: 0;right: 0;width: 14px;height: 17px;background: url(../images/fire.png) no-repeat;background-size: 100% 100%;}

.p6 {
  height: 1.4em;
  display: inline-flex;
  align-items: center;
  margin-top: 0.3em;
  color: #f5413b;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffe0dd;
  width: 47%;
  border-radius: 10px 0;
  justify-content: center;
}
.p6 .p6-con{padding: 0 5px;height: 1.4em;line-height: 1.4em;}
.item-3-con {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 6px 6px 0 6px;
  background: url(../images/item-3-bg.png) no-repeat;
  background-size: 100% 100%;
}
.price-container5 {
  margin: 5% auto 0;
  position: relative;
}
.price-container5-price1 {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1em;
  position: absolute;
  left: 17%;
  top: 6%;
  text-align: center;
  width: 68%;
  letter-spacing: -1px;
  font-family: "DINOT-Bold";
}
.price-container5-price2-con {
  color: #FF2000;
  font-size: 1.4em;
  line-height: 1em;
  position: absolute;
  left: 20%;
  bottom: -0.3em;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: "DINOT-Bold";
}
.price-container5-price2-con .unit {
  font-size: 0.6em;
}
.hb-ani {
  transform: translate3d(0px, 0px, 0rem) rotate(0deg) scale(0, 0);
  opacity: 0.1;
  animation: 2s steps(1) 0s 1 normal both running BX_AniKey5-jsx-1675302985;
}
.hb-ani1 {
  transform: translate3d(0px, 0px, 0rem) rotate(0deg) scale(0, 0);
  opacity: 0.1;
  animation: BX_AniKey5-jsx-16753029851 1s ease-in-out infinite;
}
@keyframes BX_AniKey5-jsx-16753029851 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
}

5.33% {
    transform: scale(0, 0);
    opacity: 0.1;
}

6.67% {
    transform: scale(0.125, 0.125);
    opacity: 0.28;
}

18% {
    transform: scale(0.25, 0.25);
    opacity: 0.46;
}

29.33% {
    transform: scale(0.375, 0.375);
    opacity: 0.64;
}

40.67% {
    transform: scale(0.5, 0.5);
    opacity: 0.82;
}

42% {
    transform: scale(0.625, 0.625);
    opacity: 1;
}

43.33% {
    transform: scale(0.75, 0.75);
    opacity: 1;
}

44.67% {
    transform: scale(0.875, 0.875);
    opacity: 1;
}

46% {
    transform: scale(1, 1);
    opacity: 1;
}

47.33% {
    transform: scale(1.10263, 1.10263);
    opacity: 1;
}

48.67% {
    transform: scale(1.15328, 1.15328);
    opacity: 1;
}

60% {
    transform: scale(1.15439, 1.15439);
    opacity: 1;
}

61.33% {
    transform: scale(1.11928, 1.11928);
    opacity: 1;
}

62.67% {
    transform: scale(1.06603, 1.06603);
    opacity: 1;
}

64% {
    transform: scale(1.012, 1.012);
    opacity: 1;
}

65.33% {
    transform: scale(0.96997, 0.96997);
    opacity: 1;
}

66.67% {
    transform: scale(0.94644, 0.94644);
    opacity: 1;
}

68% {
    transform: scale(0.94182, 0.94182);
    opacity: 1;
}

69.33% {
    transform: scale(0.952, 0.952);
    opacity: 1;
}

70.67% {
    transform: scale(0.97056, 0.97056);
    opacity: 1;
}

72% {
    transform: scale(0.99089, 0.99089);
    opacity: 1;
}

73.33% {
    transform: scale(1.00777, 1.00777);
    opacity: 1;
}

74.67% {
    transform: scale(1.01822, 1.01822);
    opacity: 1;
}

76% {
    transform: scale(1.02157, 1.02157);
    opacity: 1;
}

77.33% {
    transform: scale(1.01898, 1.01898);
    opacity: 1;
}

78.67% {
    transform: scale(1.01269, 1.01269);
    opacity: 1;
}

80% {
    transform: scale(1.00517, 1.00517);
    opacity: 1;
}

81.33% {
    transform: scale(0.9985, 0.9985);
    opacity: 1;
}

82.67% {
    transform: scale(0.99401, 0.99401);
    opacity: 1;
}

84% {
    transform: scale(0.99214, 0.99214);
    opacity: 1;
}

85.33% {
    transform: scale(0.99261, 0.99261);
    opacity: 1;
}

86.67% {
    transform: scale(0.99468, 0.99468);
    opacity: 1;
}

88% {
    transform: scale(0.99741, 0.99741);
    opacity: 1;
}

89.33% {
    transform: scale(1, 1);
    opacity: 1;
}
90.67% {
    transform: scale(1.00188, 1.00188);
    opacity: 1;
}
92% {
    transform: scale(1.00281, 1.00281);
    opacity: 1;
}
93.33% {
    transform: scale(1.00283, 1.00283);
    opacity: 1;
}
94.67% {
    transform: scale(1.00218, 1.00218);
    opacity: 1;
}
96% {
    transform: scale(1.00121, 1.00121);
    opacity: 1;
}
97.33% {
    transform: scale(1.00022, 1.00022);
    opacity: 1;
}
98.67% {
    transform: scale(0.99945, 0.99945);
    opacity: 1;
}
100% {
    transform: scale(1, 1);
    opacity: 1;
}
}
@keyframes BX_AniKey5-jsx-1675302985 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
}

45.33% {
    transform: scale(0, 0);
    opacity: 0.1;
}

46.67% {
    transform: scale(0.125, 0.125);
    opacity: 0.28;
}

48% {
    transform: scale(0.25, 0.25);
    opacity: 0.46;
}

49.33% {
    transform: scale(0.375, 0.375);
    opacity: 0.64;
}

50.67% {
    transform: scale(0.5, 0.5);
    opacity: 0.82;
}

52% {
    transform: scale(0.625, 0.625);
    opacity: 1;
}

53.33% {
    transform: scale(0.75, 0.75);
    opacity: 1;
}

54.67% {
    transform: scale(0.875, 0.875);
    opacity: 1;
}

56% {
    transform: scale(1, 1);
    opacity: 1;
}

57.33% {
    transform: scale(1.10263, 1.10263);
    opacity: 1;
}

58.67% {
    transform: scale(1.15328, 1.15328);
    opacity: 1;
}

60% {
    transform: scale(1.15439, 1.15439);
    opacity: 1;
}

61.33% {
    transform: scale(1.11928, 1.11928);
    opacity: 1;
}

62.67% {
    transform: scale(1.06603, 1.06603);
    opacity: 1;
}

64% {
    transform: scale(1.012, 1.012);
    opacity: 1;
}

65.33% {
    transform: scale(0.96997, 0.96997);
    opacity: 1;
}

66.67% {
    transform: scale(0.94644, 0.94644);
    opacity: 1;
}

68% {
    transform: scale(0.94182, 0.94182);
    opacity: 1;
}

69.33% {
    transform: scale(0.952, 0.952);
    opacity: 1;
}

70.67% {
    transform: scale(0.97056, 0.97056);
    opacity: 1;
}

72% {
    transform: scale(0.99089, 0.99089);
    opacity: 1;
}

73.33% {
    transform: scale(1.00777, 1.00777);
    opacity: 1;
}

74.67% {
    transform: scale(1.01822, 1.01822);
    opacity: 1;
}

76% {
    transform: scale(1.02157, 1.02157);
    opacity: 1;
}

77.33% {
    transform: scale(1.01898, 1.01898);
    opacity: 1;
}

78.67% {
    transform: scale(1.01269, 1.01269);
    opacity: 1;
}

80% {
    transform: scale(1.00517, 1.00517);
    opacity: 1;
}

81.33% {
    transform: scale(0.9985, 0.9985);
    opacity: 1;
}

82.67% {
    transform: scale(0.99401, 0.99401);
    opacity: 1;
}

84% {
    transform: scale(0.99214, 0.99214);
    opacity: 1;
}

85.33% {
    transform: scale(0.99261, 0.99261);
    opacity: 1;
}

86.67% {
    transform: scale(0.99468, 0.99468);
    opacity: 1;
}

88% {
    transform: scale(0.99741, 0.99741);
    opacity: 1;
}

89.33% {
    transform: scale(1, 1);
    opacity: 1;
}
90.67% {
    transform: scale(1.00188, 1.00188);
    opacity: 1;
}
92% {
    transform: scale(1.00281, 1.00281);
    opacity: 1;
}
93.33% {
    transform: scale(1.00283, 1.00283);
    opacity: 1;
}
94.67% {
    transform: scale(1.00218, 1.00218);
    opacity: 1;
}
96% {
    transform: scale(1.00121, 1.00121);
    opacity: 1;
}
97.33% {
    transform: scale(1.00022, 1.00022);
    opacity: 1;
}
98.67% {
    transform: scale(0.99945, 0.99945);
    opacity: 1;
}
100% {
    transform: scale(1, 1);
    opacity: 1;
}
}
.red-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 35%;
  transform: translateX(0);
  animation: redBgaNI 0.3s ease-out normal both running;
}
@keyframes redBgaNI {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.red-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  opacity: 0;
  animation: printAni .3s ease-out .3s 1 normal forwards running;
}
@keyframes printAni{
  0% {
    -webkit-transform: scale(3.09);
    transform: scale(3.09);
    opacity: 0;
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
}
.hb-qiang {
  position: absolute;
  width: 22%;
  top: 56%;
  left: 40%;
  animation: _2m2BE .5s ease-out infinite;
}
@keyframes _2m2BE {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
/* .left-gif {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 61%;
  height: auto;
  border-radius: 26px;
  overflow: hidden;
} */


.g-line-tag5 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 0.8em;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  border-radius: 8px 0 8px 0;
  background-image: -moz-linear-gradient( -6deg, rgb(255,131,40) 0%, rgb(255,22,0) 100%);
  background-image: -webkit-linear-gradient( -6deg, rgb(255,131,40) 0%, rgb(255,22,0) 100%);
  background-image: -ms-linear-gradient( -6deg, rgb(255,131,40) 0%, rgb(255,22,0) 100%);
  background-color: rgb(255,131,40);
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  padding: 0 5px;
}
.left-gif img {
  height: auto;
  width: 100%;
  transform: scale(1.16);
  transition: 1s all;
}
.scaleAni {
  transform: scale(1) !important;
}
.right-goods {
  padding: 6px;
  background-color: #fff;
  position: absolute;
  right: 5%;
  bottom: 4%;border-radius: 45px 14px 14px 14px;
  width: 30%;
}
/* #special-block2 .right-goods {
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
}
#special-block3 .right-goods {
  background: url(../images/bg3.png) no-repeat;
  background-size: 100% 100%;
}
#special-block4 .right-goods {
  background: url(../images/bg24.png) no-repeat;
  background-size: 100% 100%;
}
#special-block5 .right-goods {
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
} */
.right-goods .img-box {
  background-color: #ffffff;   
  border-radius: 30px 8px 8px 8px;
}
.right-goods .title {
  font-size: 0.92em;
  line-height: 1.4em;
  height: 1.4em;
  word-break: break-all;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-top: 0.3em;
}
.two-price {
  line-height: 1em;
  font-family: "DINOT-Bold";
  display: flex;
  align-items: end;
  align-items: flex-end;
  color: #ff330a;
  margin-top: 0.3em;
  justify-content: space-between;
}
.two-price .left {
  font-size: 1.4em;
  display: flex;
  align-items: end;
  align-items: flex-end;
  font-weight: bold;
}
.two-price .unit {
  font-size: 0.6em;
  margin-bottom: -0.2em;
  margin-right: -2px;
}

/* 圆旋转 */
.top-banner{  overflow: hidden;}
.scene { 
  display: none; 
  position: absolute;
  top: 40%;
  left: 0;right: 0;
  transform: rotate(-90deg);
  -webkit-animation: rotateScene 36s infinite linear;
          animation: rotateScene 36s infinite linear;
}
.rotate-ani{ -webkit-animation: rotateScene 4s infinite linear;
  animation: rotateScene 4s infinite linear;}
@-webkit-keyframes rotateScene {
  0% {
    transform: rotateY(0deg);
  }
  20%{transform: rotateY(0deg);}
  80%,100% {
    transform: rotateY(-360deg);
  }
}
@keyframes rotateScene {
  0% {
    transform: rotateY(0deg);
  }
  20%{transform: rotateY(0deg);}
  80%,100% {
    transform: rotateY(-360deg);
  }
}
.jb-bu{position: absolute;bottom: 2%;right: 2%;width: 32%;text-align: center;}
.jb-bu .txt{position:absolute;top:14%;left:0;right:0;color:#a23caa;line-height: 1.5em;font-size: 0.7em;}
.jb-bu .txt span{font-size: 0.7em;display: block;}
.jb-bu .txt span b{font-size: 1.4em;}
.notice{    position: absolute;
  top: 34%;
  left: 17%;
  right: 4%;}
.save-swiper{position: absolute;top: 65%;left: 4%;right: 4%;}

.price6{display: flex;align-items: center;padding: 3px 0 0 0;}
.price6 .l{flex:1;font-size: 0.7em;color: #ff4f01;letter-spacing: -1px;text-align: left;line-height: 1.4em;
  font-family: "DINOT-Bold";}
  .price6 .l .n,.price6 .l .h{margin-left: -2px;}
.price6 .l .n{font-size: 1.77em;}
.price6 img{width: 20px;}
.save-swiper .item-3-con{background: #fff;}
.bg09{background: #ececec;
  background-size: 100% auto;
 padding-bottom: 10px;border-radius:12px;}
/* 
.price-container3::after{position: absolute;content: '';width: 20%;  
  top: 0%;
  left: 0%;animation: ani-light 1.5s ease-in-out infinite;
  bottom: 0%;background: url(../images/btn-line.png) no-repeat;background-size: 100% 100%;} */
@keyframes ani-light{
  0%{left: 0%;}
  60%,100%{left:100%}

}
.third-ani{display: flex;margin-top: 0.3em;}
.third-ani .item{flex: 1;transform: scale(0.9);transition: all 0.4s ease-in-out;}
.third-ani .item.on{transform: scale(1);}
.jb1{position: absolute;top: 0;left: 0;width: 28%;z-index: 3;}

.amount-main {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 301;
  width: 100%;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.amount-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.75);
}
.self-data {
  position: absolute;
  top: 7%;
  left: 18%;
  right:18%;
  font-weight: 500;
  font-size: 1.1em;
  line-height:1.6em;
  z-index: 7;
}
.self-data .textShow:nth-child(1){font-weight: bold;}
.self-data .textShow:nth-child(4){margin-top: 1em;}
.self-data .textShow:nth-child(4),.self-data .textShow:nth-child(5),.self-data .textShow:nth-child(6),.self-data .textShow:nth-child(7){font-size: 0.8em;}
.self-data .textShow:nth-child(8){margin-top: 0.4em;}
.self-data .textShow:nth-child(9){margin-top: 0.5em;color:#666;}
.self-data .textShow:nth-child(10){text-align: center;font-size: 0.8rem;}
.self-data .textShow:nth-child(12){text-align: center;}
.self-data .textShow .btn{width: 65%;margin-top: 0.5em;}
.textShow {
  opacity: 1;
  animation: textShow 0.5s;
  transform: translateY(0);color: #190fbe;
}
.textShow .t1{width: 5em;padding-top: 0.4em;}
.self-data .t2{width: 5em;position: absolute;    top: -16%;  right: -56px;}
.self-data .t3{    width: 3.8em;
  position: absolute;
  bottom: 0;
  left: -4em;}
@keyframes textShow {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.self-data span {
  color: #FF3820;
  font-size: 1.4em;
  font-family:DINOT-Bold;
}
.self-data .b1 {
  font-size: 1.8em;
}

@keyframes cloud-move {  
  0% {  
    transform: translateY(0);  
  }  
  50% {  
    transform: translateY(-10px);  
  }  
  100% {  
    transform: translateY(0);  
  }  
}  
  
.cloud {   
  animation: cloud-move 2s ease-in-out infinite;  
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  animation: bounceIn 0.8s ease-in infinite;
}
.quan-pop .quan-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.75);
}

.quan-main {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 301;
  width: 100%;
  right: 0;
  margin: auto;
}

.quan-money {
  position: absolute;
  color: #F8574F;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  left: 0;
  width: 63%;
  top: 36%;
  line-height: 1em;
  left: 18%;
}
.quan-money b{font-size: 2em;}
.quan-money .text2 {
  margin: 10px 10%;
  font-size: 0.6em;font-weight: normal;
  color: #db3e36;border-radius: 1em;
  border: 2px dotted #db3e36;
}
/*.sign-bg {
  position: absolute;
  left: 12%;
  width: 77%;
  top: 16%;
}*/
.sign-amount{
  position: absolute;
  bottom: 22%;
  left: 37%;
  color: #dd0f0c;
  font-family: DINOT-Bold;
  font-weight: bold;
  font-size: 3em;
  width: 20%;
}


.jee1 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 2em;
  color: #fff;
  font-weight: 500;
  font-family: DINOT-Bold;
}
.box-hb-main {
  width: 80%;
  margin: -2em auto;
}
.box-result-dialog1 .close-dialog {
  margin-top: 2em;
}
.box-result-dialog1 .close-dialog1 {
  margin-top: 2em;
}
.box-quan-main {
  background-color: #fff;
  border-radius: 12px;
  padding: 0.5em 1.6em 0;
  margin: -2em auto 0;
  width: 86%;
}
.quan-name {
  width: 60%;
  margin-bottom: 0.5em;
}
.goods-quan-box {
  width: 90%;
  margin: 0.5em auto;
}
.goods-quan-box .desc {
    color: #fff;
    position: absolute;
    right: 0;
    width: 80%;
    text-align: center;
    bottom: 20%;
    font-size: 1em;
}
.goods-quan-box .price {
  color: #fff;
  position: absolute;
  right: 0;
  width: 80%;
  text-align: center;
  bottom: 50%;
  font-size: 3.8em;
  font-family: DINOT-Bold;
  font-weight: bold;
}
.goods-quan-box .price .unit {
    font-size: 0.6em;
    margin-right: -6px;
}
.dialog-btn {
  background-color: #000;
  color: #fff;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 2em;
  padding: 0 2em;
  line-height: 1.6em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 602;
  transform: translateY(10px);
}
.box-result-dialog1 .dialog-btn {
  transform: translateY(-10px);
}
.day-sign-dialog .tag {
  position: absolute;
  bottom: 30%;
  right: 20%;
  color: #fff;
  font-size: 0.8em;
  left: 61%;
}
.day-sign-main,.sx-main{width: 86%;margin: 0 auto;}
.pop-cnum{position: absolute;top: 34%;left: 0%;width: 100%;}
.pop-cnum p{color: #fd473b;font-size: 1.2em;}
.pop-cnum p b{font-size: 3em;}
.pop-cnum div{color: #5a0606;}
.user-time{position: absolute;bottom: 31%;left: 0;width: 100%;color: #fff;}
.close-dialog{ 
  width: 10.8em;
  margin: 0 auto;
  margin-top: -20px;
}
.close-dialog1{ 
  width: 10.8em;
  margin: 0 auto;
  margin-top: -20px;
}
.dx-box {
  display: flex;
  padding: 0 2%;
}
.dx-item {
  width: 24%;
  margin: 0 0.5%;

  overflow: hidden;
  text-align: center;
  transition: all 0.5s;
  margin-top: 0px;
  transform-origin: bottom;
}
.dx-item.on{
  transform: scale(0.8);
}
.map-item {
  position: absolute;
  width: 16%;
  display: flex;
  align-items: end;
  align-items: flex-end;
  padding-bottom: 0.38em;
  justify-content: center;
}

.map-item1 {
  top: 90%;
  left: 57%;
}
.map-item2 {
  top: 81%;
  left: 37.3%;
}
.map-item3 {
  top: 70%;
  left: 75.3%;
}
.map-item4 {
  top: 60%;
  left: 29.3%;
}
.map-item5 {
  top: 53%;
  left: 80%;
}
.map-item6 {
  top: 47%;
  left: 46%;
}
.map-item7 {
  top: 38%;
  left: 85%;
}
.map-item8 {
  top: 33%;
  left: 59%;
}
.map-item button {
  
width: 60px;
  
height: 60px;
  
background: url(../images/dk-btn5.png) no-repeat;
  
background-size: 100% 100%;
  
color: #fff;
  
font-size: 0;
  
text-indent: -99em;
  
font-family: PingFangSC-Medium, PingFang SC;
  
/* font-weight: 602; */
  
/* line-height: 1.6em; */
}
.map-item .status1 {
  color: #000000;
  background: url(../images/dk-btn4.png) no-repeat;
  background-size: 100% 100%;
} 
.map-item .status2 {
  color: #fff;
  animation: collect_scale 1s ease-in-out infinite alternate;
  /* animation: rotateRedPacket 2s steps(1) 0s infinite normal none; */
  background: url(../images/dk-btn1.png) no-repeat;
  background-size: 100% 100%;
}
@keyframes rotateRedPacket {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
2% {
    -webkit-transform: rotate(-6.5deg);
    transform: rotate(-6.5deg);
}
4% {
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
6% {
    -webkit-transform: rotate(-7.8deg);
    transform: rotate(-7.8deg);
}
8% {
    -webkit-transform: rotate(-2.6deg);
    transform: rotate(-2.6deg);
}
10% {
    -webkit-transform: rotate(2.6deg);
    transform: rotate(2.6deg);
}
12% {
    -webkit-transform: rotate(7.8deg);
    transform: rotate(7.8deg);
}
14% {
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}
16% {
    -webkit-transform: rotate(7.8deg);
    transform: rotate(7.8deg);
}
18% {
    -webkit-transform: rotate(2.6deg);
    transform: rotate(2.6deg);
}
20% {
    -webkit-transform: rotate(-2.6deg);
    transform: rotate(-2.6deg);
}
22% {
    -webkit-transform: rotate(-7.8deg);
    transform: rotate(-7.8deg);
}
24% {
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
26% {
    -webkit-transform: rotate(-8.67deg);
    transform: rotate(-8.67deg);
}
28% {
    -webkit-transform: rotate(-4.33deg);
    transform: rotate(-4.33deg);
}
30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
}
.map-item .status3 {
  color: #616161;
  background: url(../images/dk-btn5.png) no-repeat;
  background-size: 100% 100%;
}
.map-item .status4 {
  /* background-color: #FB6879; */
  color: #fff;
  animation: collect_scale 1s ease-in-out infinite alternate;
  background: url(../images/dk-btn2.png) no-repeat;
  background-size: 100% 100%;
}
.map-item .status5 {
  /* background-color: #FB6879; */
  color: #fff;
  background: url(../images/dk-btn3.png) no-repeat;
  background-size: 100% 100%;
}
.rule-entry ,.jp-entry{
     position: absolute;
    left: 0;
    width: 21%;
    top: 30%;
    z-index: 2;
    cursor: pointer;
    height: 10%;
}
.jp-entry{top: 41%;}
.low-pr{line-height: 1em;color: #f41d03;margin: 5px 0;}
.low-pr img{width: 1em;}
.sw-bg3 .swiper-slide{width:32%;background: #fff;border-radius: 10px;padding: 8px;}
.sw-bg3-swiper{padding:10px 8px 5px 8px;background: #ececec; border-radius: 15px;margin-top: 0;position: relative;z-index: 2;}
.hotbuy{position: absolute;bottom: 0;left: 1.4em;right: 0;}
.box,.box-open{    position: absolute;
  top: 15%;
  right: 0;
  width: 21%;
  z-index: 6;
  height: 20%;}
  /* .box .ani{animation: rotateRedPacket 2s steps(1) 0s infinite normal none;} */
.box-text{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;}
.box .ani {
  animation: _1Ct4LnY 1.6s linear infinite;
}
/* .box-open img{filter: grayscale(100%);} */
.box-open .open-txt{    position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  border-radius: 40px;
  text-align: center;
  background:rgba(0,0,0,0.6);
  color: #fff;}
@keyframes _1Ct4LnY {
  0%, 51%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  52.5%, 58.5% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
  }
  55.5% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
  }
}
.sx-text{ 
      color: #fb2f00;
    position: absolute;
    bottom: 39.2%;
    text-align: center;
    left: 61.5%;
    width: 10%;
    font-size: 1.14em;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 602;
}
.mj199-20{position: absolute;top: 0;left: 0;padding: 8px;line-height: 1.16em;background: url(../images/bg2.png) no-repeat;background-size:100% 100%;text-align: center; color: #fff;font-size: 0.8em;}
.hand{position: absolute;bottom: 3%;right: 25%;width: 10%;z-index: 4;}
.quan-pop .cou-btn{bottom:-1%}
.share-dialog .page-dialog-con{align-items: flex-start;}
.share-dialog .share-main{text-align: right;}
/* .share-dialog .share-main img{width: 50%;} */

.float-goods { 
  position: absolute;
  bottom: 24%;
  display: flex;
  align-items: center;
  width: 92%;
  left: 4%;
}
.float-goods .float-gli{ width: 48%; margin: 0 4%;  z-index: 3;border-radius: 10px;
  background: #fff;padding:5px;}
  .float-goods .float-gli:nth-child(2){position: relative;bottom: 10px;}
.top-num{position: absolute;background: linear-gradient(0,#010101 0%,#575757 100%); top: -5px;left: -5px;width: 25px;height: 25px;border-radius: 25px; text-align: center; color: #fff;line-height: 20px;}
.g1-img{
  background: #f4f4f4;
  border-radius: 10px;
  /* padding: 0.7em; */
  z-index: 2;
  }
.g1-img img.lazy{border-radius: 50%;}
.g1-md2{
  font-size: 1.1em;
  position: absolute;
  top: 63%;
  left: 6%;
  width: 52%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1.43em;
  height: 1.4em;
  -webkit-box-orient: vertical;
  text-align: left;
  }
  .g1-md2 div{display: inline-block;line-height: 1.43em; vertical-align: top;border: 1px solid #ff551d;color: #ff551d;border-radius: 4px;padding: 0 5px;font-size: 0.8em;}
.g1-tit{
  font-size: 0.8em;margin: 5px 0;

  color: #fd1d25;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 1em;
  height: 1em;
  -webkit-box-orient: vertical;
  text-align: left;
  }
.float-gli{position: relative;    }
.fg-info{flex: 1;position: relative;z-index: 3;text-align: center;}
.fg-info p{font-size:0.9em;line-height: 0.8em;}
.g1-price{padding: 0;display: flex;z-index: 4;align-items: center;justify-content: flex-start;color: #fd1d25;line-height: 0.9em;}
.g1-price img{width: 20%;}
.g1-price .l{flex:1}
.g1-price .l p{line-height: 1.1em;color: #000;font-size: 0.7em;}
.g1-price .l div{line-height: 1.5em;font-weight: bold;font-size: 1.2em;text-align: center;}
.g1-price .l div span{font-size: 1.16em;}
.g1-price .l div .d{font-size: 0.8em;}

.sw-1 {
  position: absolute;
  top: 42%;
  left: 41%;
  font-size: 1.1em;
  color: #000;
  background: none;
  height: 1.46em;
  width: 31%;
  line-height: 1.46em;
  text-align: center;
  border-radius: 1.86em;
}

.sw-2 {
  position: absolute;
  top: 49%;
  left: 48%;
  font-size: 1.1em;
  color: #000;
  background: no-repeat;
  height: 1.46em;
  width: 25%;
  line-height: 1.46em;
  text-align: center;
  border-radius: 1.86em;
}

.sw-3 {
  position: absolute;
  top: 56.5%;
  left: 45%;
  font-size: 1.1em;
  color: #000;
  background: none;
  height: 1.46em;
  width: 27%;
  line-height: 1.46em;
  text-align: center;
  border-radius: 1.86em;
}
.price-container3 .b{color: #fff;background: #E8092F; padding: 0 10px; position: absolute;bottom: 101%;left: 0;height: 16px;line-height: 16px;border-radius: 15px; font-size: 11px;font-weight: bold;}
.price-container3 .b::after{position: absolute;top: 100%;left: 25%;content: '';width: 0;height: 0;  border-right: 5px solid #E8092F;border-bottom: 5px solid transparent;}
.jp-swiper{position: absolute;bottom: 9%;left: 0;right: 0;z-index: 3;padding: 0 4%;}
.jp-swiper .swiper-slide{width: 23%;}

.rule-con{    position: absolute;
    top: 13%;
    bottom: 17%;
    left: 8%;
    right: 8%;
    z-index: 3;
    overflow-y: auto;
    text-align: left;}
.pop10-prize .g{background: #fbdbd0;}
.pop10-prize{
    overflow-y: auto;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    margin: 0 16%;
    position: absolute;
    top: 20%;
    bottom: 16%;
    width: 68%;
    }
.pop10-prize .g {align-items:center;display: flex;background: #ffe7ae;border-radius: 7px;margin-bottom: 8px;padding: 5px;}
 .g .l{flex:1;text-align: left;}
 .g.tg .r,.g .r{width:25%;margin-left:2%}
 .g .r{width: 58%;background: #ff8b40;border-radius: 20px;text-align: center;color: #fff;}
.rule-con p span{color: #fd4a9e;}
.rule-con p b{font-size: 1.82em;}
.pop9-btn{background: linear-gradient(0,#fc4467,#ff7999);color: #fff;border-radius: 1em;text-align: center;height: 30px;line-height: 30px;font-size: 0.8em;}
.pop9-btn.sty2{background: linear-gradient(0,#f92a1f,#fe9386);}
.btn-done{background: #b5b5b5;color: #fff;border-radius: 1em;text-align: center;height: 25px;line-height: 25px;}
.g-line-tag2 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
  width: 30% !important;
  height: auto !important;
}