::-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/DINOT-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.DINOT-Bold,.dinot-bold {
  font-family: 'DINOT-Bold';
}
.pd25{padding:20px 0 !important}
/* .mt35{margin-top: 30px;} */
.mt25{margin-top: 25px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
:root {
  --page-bg-mz:#F4A8B7;
  --topic-text-mz:#f03667;
  --page-bg-fs:#5CC0A6;
  --topic-text-fs:#ff2c29;
  --page-bg-jj:#9FA1DF;
  --topic-text-jj:#f03667;
}
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
}

.fl {
  float: left
}

.fr {
  float: right
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfloat {
  zoom: 1;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
/* .banner1{position: absolute;bottom: 0;left: 0;width: 100%;z-index: 1;} */
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:  linear-gradient(180deg, #ff4db0 0,#ff9fd1 100px); */
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-size: .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;
  background: #ffe2c6;
  padding-bottom: 3em;
}
.w97{width:97%;margin: 0 auto;}
.paddingTop1{padding-top:1em;}
.paddingTop2{padding-top:2em;}
.marginTop{margin-top:1em}
img {
  width: 100%
}
.notice{  position: absolute;
  top: 30%;
  color: #fff;
  left: 9%;
  right: 4%;}

.relative {
  position: relative;
}

.fixedTab {
  position: fixed !important;
  top: 10px !important;
  left: 10px !important;
  right: 10px;
  z-index: 290;
  /* background: rgba( 151, 27, 83 ,1) !important; */
}

@media only screen and (max-width: 320px) {
  body,.goods_list  {
  font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  body,
  .goods_list {
    font-size: 13px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 389px) {
  body,
  .goods_list {
    font-size: 14px;
  }
}
@media only screen and (min-width: 390px) and (max-width: 410px) {
  body,
  .goods_list {
    font-size: 15px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 650px) {
  body,
  .goods_list {
    font-size: 16px;
  }
  .scroll-box {left:6%}
}

.collect_scale {
  animation: collect_scale 1s ease infinite alternate;
  -webkit-animation: collect_scale 1s ease infinite alternate;
}
.collect_scale1 {
  animation: collect_scale1 0.6s ease infinite alternate;
  -webkit-animation: collect_scale1 0.6s ease infinite alternate;
  transform-origin: left bottom;
}

@-webkit-keyframes collect_scale {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  100% {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
  }
}
@-webkit-keyframes collect_scale1 {
  0% {
      transform: scale(1.09);
      -webkit-transform: scale(1.09);
  }
  100% {
      transform: scale(0.8) translateY(5px);
      -webkit-transform: scale(0.8) translateY(5px);
  }
}

@keyframes collect_scale {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  100% {
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
  }
}

@keyframes play1 {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
  100% {
      transform: scale(1);
  }
}
.over-down{position: absolute;  top: -17px;  left: 5%;  width: 22%;}
/*下滑*/

.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(-800px);
      -webkit-transform: translateY(-800px);
  }
  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);
  }
}

.toTop {
  position: fixed;
  bottom: 22%;
  right: 1%;
  width: 12%;
  z-index: 200;
}


.scroll-box {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 3;
  width: 100%;
  transform-origin: top left;
  transform: scale(0.5);
}

.scroll-box-main {
  position: relative;
  font-size: 0.92em;
  font-weight: 500;
}

.scroll-right {
  overflow: hidden;
  height: 71px;
  clear: both;
  width: 750px;
}

.scroll-right p {
  height: 71px;
  margin:0 auto;
  width: 750px;
  font-size:1em;
  color: #fff;
}
.scroll-right p img{height: 100%; width: auto;}
.scroll-right p>span {
  height: 71px;
  color: #8d2a5f;
  vertical-align: top;
  /* padding:0 10px; */
  display: inline-block;

}
.scroll-right p>span>span{
  color: #8d2a5f;
}

.scroll2{
  position: absolute;
  top: 33%;
  left: 6%;
  width: 50%;
  z-index: 3;
  overflow: hidden;
}
.t-img{padding-top: 5%;padding-right: 10%;padding-left: 20%; font-weight: bold;font-size: 1.084em; text-align: center;}
.scroll2 .swiper-container{width: 100%;height: 100%;position: relative;
  padding: 15px 0 2% 0;}
.scroll2 .swiper-slide{width: 33%;}
.scroll2 .p{position: absolute;bottom: 0;right: 0;display: flex;letter-spacing: -2px;padding:6% 8% 4% 8%; align-items: center;font-size: 1.12em;  background: url(../images/top_p1.png) no-repeat;background-size: 100% 100%;min-width: 36%;height: 50%;}
.scroll2 .p span{transform: rotate(-15deg);}
.scroll2 .p b:first-child{font-size: 1.8em;}
/* .scroll2 .img-g{         width: 82%;  padding-left: 25%;} */
/* .scroll2 .img-g img{border-radius: 10px;} */

.scroll2 .swiper-container .swiper-slide img{height: auto;width: 100%;}
.loading_ani{background: url(images/css_sprites.png) 0 0;}
@-webkit-keyframes loading_ani{
  from{
 background-position:0 0
  }
  to{
  background-position:0 -14415px;
  }
}
@keyframes loading_ani{
  from{
    background-position:0 0
  }
  to{
  background-position:0 -14415px;
  }
}
.scr4{
  position: absolute;
  top: 11%;
  background: url(../images/css_sprites1.png) no-repeat;
  -webkit-animation: loading_ani steps(2,end) 2s infinite;
  animation: loading_ani1 steps(2,end) 2s infinite;
  transform: scale(0.5);
  transform-origin: center left;
  width: 340px;
  height: 46px;
  left: 29%;
}
.loading_ani1{background: url(images/css_sprites1.png) 0 0;}
@-webkit-keyframes loading_ani1{
  from{
 background-position:0 0
  }
  to{
  background-position:0 -92px;
  }
}
@keyframes loading_ani1{
  from{
    background-position:0 0
  }
  to{
  background-position:0 -92px;
  }
}
.top-swiper-goods{       position: absolute;
  bottom: 0;
  left: 10%;
  width: 87%;
  height: 12%;}
.top-swiper-goods .swiper-slide{height: auto;width: auto;}

.intime{background: #c00f24;bottom: 0;left: 2%;right: 2%; border-radius: 10px;padding: 10px;z-index: 3;width: 96%;color: #fff; position: absolute;}
.intime .buy-djs span>span,.intime .buy-djs .sp_ms{display: inline-block;vertical-align: top;width: 26px;height: 40px;line-height: 40px;text-align: center; margin: 0 1px; background: url(../images/djs_bg3.png) no-repeat;background-size: 100% 100%;color: #000;font-size: 2em;font-weight: bold;}
.ms_djs2{display: flex;align-items: flex-end;justify-content: center;}
.ms_djs2 div{padding: 0 5px;line-height: 1em;color: #fff;}
.goods-li {
  margin: 0 1%;
  font-size: 0;
}
.hsc {display: flex;align-items: flex-start;gap: 10px;/* background: #f7fbe3; */position: relative;border-radius: 15px;margin-top: -15px;/* box-shadow: 0 0 22px #f0f7cb inset; */}
.hsc .l{width: 31.5%;}
.hsc .swiper-container{flex: 1;}
.hsc .l .swiper-slide{margin-bottom: 8px;}
.floorbk-con .goods-li{margin: 10px 0 0 0;}
/* .floorbk-con .goodsInfo{padding:1px 0 0 0} */
.floorbk-con .goods_list{padding: 0;}
.bg3 .floorbk-con .price-container3{margin:-5px 0 0 0;}
/* .floorbk-con .p5{margin:0 10px;} */
/* .floorbk-con .p6{margin:5px 10px 2px 10px;border: none;color: #ff6a8c;} */
.bg3 .floorbk-con .price-container3 .price-container3-price1{top: 18%;color: #fff;
left: 2%;
width: 70%;}
.bg3 .floorbk-con .price-container3 .price-container3-price1,.main-6.floorbk-con .price-container3 .price-container3-price1{top: 18%;color: #fff;
  left: 2%;
  width: 70%;}
.floorbk-con .price-container3 .price-container3-price1{top: 13%;color: #fc1c61;
    left: 2%;
    width: 70%;}
.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;}

.f2-con .md div{background: url(../images/md_bg.png) no-repeat;
  background-size: 100% 100%;color: #f81316;
  padding: 2px 6px 8px 6px;
  height: auto;}
.md div{display: inline-block;position: relative; vertical-align: top;max-width: 90%;height: 22px;line-height: 20px; padding: 0 6px;color: #fe1c61;font-size: 0.92em;z-index: 3;}
.floorbk-con .del-p{position: absolute;top: 6%;left: 2%;}
.save-p2{position: absolute;top: 8%;left: 54%;
  font-size: 0.9em;
  color: #f81316;
  letter-spacing: -1px;
  width: 45%;text-align: center;
}
.save-p2 .amount1 {font-size: 1.4em;}
.save-p1{    position: absolute;
  top: 12%;
  left: 31%;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: -1px;}
.floorbk-con .del-p del{text-decoration: inherit;color: #999;}
.zanf.zanf1{background: #FFFFFF;display: inline-block;vertical-align: top;margin: 3px 0 7px 0;line-height: 20px;height: 20px;
  border: 1px solid #FF4A1A;
  border-radius: 2px;}
  .zanf.zanf1 img{margin-top: 2px;}
.floorbk-con .zj-p{     position: absolute;
top: 0%;
right: 0;
width: 39%;
text-align: center;
color: #fff;
font-size: 0.78em;}
.goods_list {
  width: 48.5%;
  margin: 0em 3% 0.3em 0;
  position: relative;
  padding: 1%;
  display: inline-block;
  vertical-align: top;
}
.goods_list:nth-child(2n){margin-right: 0;}
.g-line {
  overflow: hidden;
  border-radius: 0.6em;
  padding: 8px;
  position: relative;
  background: #fff;
}
.img_a {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.img_a .lazy {
  width: 100%;
  border-radius: 2px;
}

.goodsInfo {
  padding: 2px 0 5px 0;
}

.p5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.35em;
  height: 2.6em;
  text-align: left;
  color: #333333;
  margin: 4px 0 5px 0px;
  word-break: break-all;
}
.p5-tag {
  background-color: #f21500;
  color: #fff;
  font-size: 0.8em;
  padding: 0 6px;
  line-height: 1.3em;
  border-radius: 2px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
}
.tag-520 {
  height: 1em;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 3px;
}
.p6 {
  height: 1.4em;
  line-height: 1.5em;
  color: #f21500;
  border:1px solid #f21500;
  font-size: 0.735em;
  background: #fff;
  background-size: 100% 100%;
  width: auto;
  display: inline-block;
  border-radius: 4px;
  margin: 0.1em 0 0.5em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  padding: 0 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#floor9 .p6 {
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text-left {
  text-align: left;
}

.l-1 {
  top: 0%;
  left: 2%;
  text-align: left;
  font-size: 0.5em;
  vertical-align: baseline;
  font-weight: 500;
}

.l-2 {
  font-weight: 500;
  color: #252525;
  text-align: left;
  font-size: 1.2em;
  display: flex;
  align-items: baseline;
}
#floor4 .l-2,#floor9 .l-2 {
  color: #ff2323;
}
.goods_list .l-2 {
  font-size: 1.42em;
}
.l-2_1 {
  font-size: 1em;
  font-family: DINOT-Bold;
  letter-spacing: -1px;
}
.l-2_1 .decimal {
  font-size: 0.8em;
}
.l-2_2 {
  font-size: 0.6em;
  letter-spacing: -1px;
  color: #646464;
}
.l-4 {
  width: 100%;
  text-align: left;
  align-items: center;
  display: flex;
  margin: 0.3em 0 0.1em;
  justify-content: space-between;
}
.l-4 .left {
  display: flex;
  align-items: baseline;
}
.l-3 {
  font-size: 0.76em;
  letter-spacing: -1px;
  color: #646464;
}
.qiang3-icon {
  width: 1.8em;
  height: auto;
  margin-top: -0.2em;
}
#floor9 .qiang3-icon {
  width: 1.56em;
}
.qiang3-icon2 {
  width: 1.76em;
  height: auto;
  margin-top: -0.2em;
}
/*tab列表*/

.g-tab>div.current>a img.icon2 {
  display: inline-block;
}

.g-tab>div.current>a img.icon1 {
  display: none
}

.g-tab>div>a img.icon2 {
  display: none
}

.g-tab>div>a img.icon1 {
  display: inline-block
}

.g-tab>div>a img.icon1 {
  height: 31px;
  width: auto;
}

.g-tab>div>a img.icon2 {
  height: 31px;
  width: auto;
}

.top-banner-tab {
  position: absolute;
  top: 0;
}
.top-banner{overflow: hidden;}
.banner-d1{position: absolute;bottom: 0;left: 0;right: 0;z-index: 4;}
/* .hot-sale-container{display: flex;gap:10px;} */
.hot-sale-container .hot-li{flex:1;  background: #ffd5d5;
  border-radius: 10px;}
.hot-sale-container .swiper-container{

  height: 100%;
  flex:3.85;overflow: hidden;
}
/* .hot-sale-container  .swiper-container .swiper-wrapper{align-items: flex-start;} */
.hot-sale-container .swiper-slide {
  padding: 0;background: #fff;border-radius: 10px;
}
.hot-sale-container .swiper-slide.swiper-slide-active{transform: scale(1);}
.hot-sale-container .swiper-slide .block-con{position: relative; flex: 1;background: #fff; padding:15px 8px 8px 8px;border-radius: 8px;}
.hot-sale-container .swiper-slide.swiper-slide-active .block-con{background: url(../images/li1.png) no-repeat;background-size: 100% 100%;}

.hot-sale-container  .block-con {
  overflow: hidden;
  margin-left: 0;
  position: relative;
}
.hot-sale-container .hot-sale-price {
 margin-top: 10px;
  position: absolute;
  bottom:5%;
  left:0;
  right:0
}
/* .hot-sale-container .hot-sale-price .p-b{position: absolute;top: 0;right: 0;left: 0;bottom: 0;display: flex;align-items: center;} */


.hot-sale-container .swiper-slide.swiper-slide-active{
  transform: scale(1) translateZ(0);
  /* animation: _2m2BE-data-v-215dcf70 .5s ease-out; */
}
.ani2{animation: _2m2BE-data-v-215dcf70 1.5s ease-out infinite alternate;}
.ani1{
animation: tag 2s ease-out infinite;}
@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(-7deg);
     transform: scale(.81) rotate(-7deg);
 }
 36% {
     -webkit-transform: scale(.96) rotate(7deg);
     transform: scale(.96) rotate(7deg);
 }
 40% {
     -webkit-transform: scale(1) rotate(0);
     transform: scale(1) rotate(0);
 }
}
@keyframes _2m2BE-data-v-215dcf70 {
  0% {
      -webkit-transform: scale(1.1) translateZ(0);
      transform: scale(1.1) translateZ(0);
  }
  25% {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0);
  }
  50% {
      -webkit-transform: scale(1.1) translateZ(0);
      transform: scale(1.1) translateZ(0);
  }
  75% {
      -webkit-transform: scale(1.2) translateZ(0);
      transform: scale(1.2) translateZ(0);
  }
  100% {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
  }
}
/* .hot-sale-container .swiper-slide:nth-child(3){
  width: 22%;
} */
.bottom-h{height:7em}
.bottom-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}
.bottom-tab-box {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
}
.bottom-tab-box a {
  display: inline-block;
  flex: 1;
}
.xx {
  position: absolute;
  font-size: 0.9em;
  width: 32%;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  color: #252525;
}
.xx1 {
  left: 22%;
  top: 48.4%;
}
.xx2 {
  left: 7%;
  top: 68%;
  width: 27%;
}
.xx3 {
  left: 66%;
  top: 72%;
  width: 27%;
}
.price-container4 {
  position: relative;
  /* margin: 0.3em auto 0; */
  width: 100%;overflow: hidden;display: flex;align-items: center;flex-direction: row-reverse;
}
.low-pr{line-height: 1em;color: #f4035e;margin: 5px 0;}
.low-pr img{width: 1em;}
/* .price-container4 img{width: 2.8em;} */
.price-container4-price2-con {
  color: #ff2662;
  text-align: left;
  width: 66%;
  font-family: DINOT-Bold;
  position: absolute;top: 29%;left: 2%;
}
.price-container4-price2-con .amount1 {font-size:1.32em}
/* #floor9 .price-container4-price2-con {
  top: 2%;
} */
.price-container4-price2-con .unit {
  font-size: 0.96em;
}
.price-container4-price2-con .amount2 {
  font-size: 0.8em;
}
.price-container4-price2-con .amount3 {
  font-size: 0.5em;
}
.price-container4 .origin-price {
  position: absolute;
  top: 17%;
  left: 0;
  font-size: 0.7em;
  line-height: 1.2em;
  color: #ff2702;
  font-family: DINOT-Bold;
  width: 29%;
  text-align: center;
}
#floor9 .price-container4 .origin-price {
  top: 30%;
}
.f2-con,.f3-con{
  background: #ffc99a;
  width: 97%;margin-left: 1.7%;margin-top: 0;position: relative;z-index: 3;
  border-top: none;
  border-radius:  15px 15px;
  padding:10px;
}
.raidus .f2-con{border-radius: 0 0 15px 15px;}
.f2-con-bg{position: relative;z-index: 2;}
/* .f3-con{border: none;overflow: hidden; background: #efefef; border-radius: 0 0 10px 10px;padding-bottom: 10px;border-radius: 0 0 10px 10px;} */
.f3-con .floorbk-con .goods-li{margin-top: 0;}


.hot-sale-container .swiper-slide a {width:100%;
  display: inline-block;vertical-align: top;
}
.hot-sale-container .img-box{border-radius: 10px;background-color: #fff;margin:  7px;}
.hot-sale-container .hot-sale-tag {
  color: #fff;
  left: 8px;
  position: absolute;
  top: 8px;
  font-size: 0.7em;
  max-width: 83%;overflow: hidden;
  font-weight: 500;
  line-height: 1.8em;padding: 0 5px;
  border-radius: 1em;
  background: linear-gradient(-90deg, #FF5A09 0%, #FF0006 100%);
}

.hot-sale-container .price-box1 {
  color: #ee0e48;
  text-align: center;
  font-weight: bold;
  font-family: DINOT-Bold;
  padding-top: 4px;
  line-height: 1;
}
.hot-sale-container .price-box1 span:last-child{margin-left: -2px;}
/* .hot-sale-container .jb-pdown{position: absolute;} */
.jb-top1{       position: absolute;
  top: 8px;
  left: 8px;
  width: 37%;
  z-index: 3;}
.jb-top1.dq{width:20%}
.sw-bg3-swiper .jb-top1{width:35%}
/* .g-line .jb-top1{width:38%} */
.g-line .jb-top1.dq{width:30%}
.jb-pdown {    position: absolute;
bottom: 16%;
width: 63%;
left: 0;
right: 0;
color: #720de5;
line-height: 1.2em;
font-size: 0.8em;
text-align: center;}
.swiper-slide .jb-pdown{color:#fff;}
/* .hot-sale-container  .swiper-slide .hot-sale-price{bottom:6%} */

.hot-sale-container .price-box2{flex:1;color:#fff;font-size: 0.8em;text-align: center;}
.hot-sale-container .price-box1 .price-box1-money {
  font-size:1.8em;
  width: 100%;
}

.goods-type-item .price-box .money {
  flex: 1;
  font-size: 1.43em;
  color: #fe1c61;
  text-align: left;
  font-family: "DINOT-Bold";padding: 0;
}
.price-box{position: relative;display: flex;align-items: flex-end;justify-content: center; padding: 0 5px 5px 5px;text-align: center;margin-top: 12px;}
.goods-type-item .price-box .q1{    
  width: 24px;}
.goods-type-item .title {
  font-size: 1.1em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.3em;
  height: 2.56em;
  -webkit-box-orient: vertical;
  margin: 0.15em 0 0.15em;
  padding: 0 8px;
  word-break: break-all;
}
.goods-type-item .price-box .money .unit {
  font-size: 0.7em;
}
.hot-sale-container .price-box1 .price-box1-unit {
  font-size: 0.6em;
  letter-spacing: -1px;
}
.hot-sale-container .swiper-slide a .lazy {
  height: 100%;  border-radius: 10px;
  /* object-fit: cover; */
}
.hot-sale-container {
  position: relative; 
  margin-top: -5em;
}
.hot-jb1{    position: absolute;display: none;
top: 4%;
left: 38%;
width: 24%;
z-index: 2;}

/* 顶部tab  */
.top-tab {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}

.top-tab .top-tab-item {
  width: 25%;
  text-align: center;
  position: absolute;
  height:100%;
  top: 0;
}
.top-tab-item1 {
  left: 0%;
}

.top-tab-item2 {
  left: 25%;
}
.top-tab-item3 {
  left: 50%;
}
.top-tab-item4 {
  left: 75%;
}

.top-tab .current a {
  background-color: #fff;
  color: #4E8CE4;
  border-radius: 1em;
}

.inline-block {
  display: inline-block;
}

.block-title {
  width: 100%;
  padding: 1.1em 0 1em;
}
/* .g-warp-box {
  height: 3.2em;
  position: relative;
} */
/* .g-warp-box{    position: absolute;
  top: 0;
  left: 0;
  height: 2.2em;
  right: 0;} */
.g-warp {
  overflow: hidden;
  background: rgba( 77, 30, 9 ,0.66);
  margin: 0 auto;
  position: absolute;
  left: 10px ;
  right: 10px;
  top: 10px;
  border-radius: 20px;
}
/* .g-warp.fixedTab{  right: 2% !important;left: 19% !important;} */

#top-nav {
  height: 2.2em;
  line-height: 2.2em;
}

.g-tab {
  width: 100%;
  overflow: hidden;
  z-index: 70;
}

.g-tab a img {
  width: 0.75em;
  vertical-align: initial;
  display: none;
}

.g-tab .current a {
  color: #f46d1e;
  padding: 3px 8px;
  font-family: PingFangSC-Medium, PingFang SC;
}

.g-tab .current a img {
  display: inline-block;
  margin-bottom: -0.05em;
}

.g-tab>div a {
  color: #fff;
  font-size: .95em;
  padding: 3px 3px;
  font-weight: bold;
}
/*tab列表*/
.bt6{    position: absolute;
top: -3em;
left: 0;
width: 28%;
z-index: 3;}

.floor2-con-box{padding:0 10px 10px 10px;}
.mini-tab2 {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.mc-btn{position: absolute;bottom: 10%;width: 34%;left: 55%;}
.mini-tab2 .item {
margin: 0 1%;
color: #fff;
text-align: center;
padding:2px 0.4em;
position: relative;
line-height: 1em; background: #ff225d;border-radius: 30px;width: 48%;
}.mini-tab2 .item.item-end{background: #ddd;color: #222;}

.mini-tab2 .item .doing {
display: none;
}
.mini-tab2 .item p {font-size: 1em;font-weight: bold;line-height: 1.1em;/* display: inline-block; */vertical-align: top;}
.mini-tab2 .item span {
font-size: 1em;
display: inline-block;
line-height: 1.2em;
}
.mini-tab2 .item .end {
display: none;
}
.mini-tab2 .item .time {
display: inline-block;
}

.mini-tab2 .item.item-end .end {
display: block;
}
.mini-tab2 .item.item-end .time {
display: none;
}

.mini-tab2 .item.item-active {
background: #fff;border: 1px solid #fff;
position: relative;
color: #e8092f;
}
.mini-tab2 .item.item-active p{color: #222;}
/* .mini-tab2 .item.item-active .doing{color: #fff;} */
.mini-tab2 .item.item-miao span {/* display: none; */}
.mini-tab2 .item.item-miao .doing {
display: block;
font-size:0.9em
}
.miao-tag{position: absolute;left: 6px;top: 6px;z-index: 1;min-width: 30px;background: #E8092F;height: 18px;line-height: 18px;background: #E8092F;border-radius: 6px 0px 8px 0px;  color: #fff;font-size: 0.8em;text-align: center;}
.mini-tab2 .item.item-miao img{width: auto;height: 1.4em;margin-right: 4px;display: none;}
.mini-tab2 .item.item-miao.item-active img{display: inline-block;vertical-align: top;}
.mini-tab2 .buy-djs{padding:0;color: #ff3e70;}
.mini-tab2 .buy-djs .sp_h,.mini-tab2 .buy-djs .sp_m,.mini-tab2 .buy-djs .sp_s,.mini-tab2 .buy-djs .sp_ms{background:none;color:#ec1515;margin: 0;padding: 0;width: auto;}
.floor1-con-main {
  background: #FFFFFF;
  border-radius:0 0 8px 8px;
}
.ms-djs{color: #f48544;font-size: 0.9em;}
.buy-note,.buy-note2 {
  color: #000000;
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  padding: 0.5em 0.7em 0.7em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.buy-djs{padding:5px 0 10px 0;color: #000;text-align: center;display: flex;justify-content: center;}
/* .buy-djs span,.ms-djs .sp_h, .ms-djs .sp_m, .ms-djs .sp_s{color: #f48544 !important;} */
.buy-djs .sp_d{padding-left: 6px;}
.more{padding:10px 37%}
.buy-djs span span {
  background: transparent;
  margin-right: 0;
  border-radius: none;
  width: auto;
  color: #FFFFFF;
}
.zhe{font-size:0.85em;position: absolute;top: 5px;left: 0;background: url(../images/jb1.png) no-repeat;flex-direction: column;line-height: 1em; background-size: 100% 100%;width: 4.2em;height: 3.6em;display: flex;align-items: center;justify-content: center;font-weight: bold; color: #fff;}
.jb-md{position: absolute;top: 0;left: 0;padding:0 10px; background: linear-gradient(0 ,#ffa606 0%,#ff392e 100%);background-size: 100% 100%;max-width: 95%;border-radius: 0.4em 0 10px 0;display: inline-block;vertical-align: top;}
.jb-md p{text-overflow: ellipsis;line-height: 1.6em;height: 1.6em;font-size: 0.8em;
overflow: hidden;color: #fff;  text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.buy-djs .sp_h,
.buy-djs .sp_m,
.buy-djs .sp_s, .buy-djs .sp_ms {
  margin:0 2px;
  border-radius: 2px;
  padding: 0;display: inline-block;vertical-align: top;
  min-width:10px;text-align: center;
}
.ms-djs .sp_h,
.ms-djs .sp_m,
.ms-djs .sp_s {background: none;color: #fff;}
.item3-type2 {
background:#fff;
overflow: hidden;
padding: 0;
text-align: left;
border-radius: 16px;
}
.item3-type2 .img-box {position: relative;
margin: 6px;
overflow: hidden;
background-color: #f8f8f7;
border-radius: 16px;
}
.item3-type2 .miao-tag {
position: absolute;
left: 10px;
top: 10px;
width: 27%;
z-index: 1;
}
.item3-type2 .title {
padding: 0 10px;
font-size: 1.1em;
color: #000;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-height: 1.3em;
height: 2.4em;
-webkit-box-orient: vertical;
margin:0.5em 0 0.5em 0;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
text-align: left;
}
.item3-type2 .item-con{position: relative;display: flex;justify-content: space-between;align-items: baseline;padding: 0 5px 10px 5px;}
.gray-price{color: #9b9b9b;padding-right: 5px;}

.item3-type2 .price-box {padding: 0;
font-weight: 800;
background: none;display: block;
color: #ff2f63;margin-top: 0;
}
.item3-type2 .price-box .name {
font-size: 0.7em;
color: #FF1C02;
margin-right: -3px;
font-weight: normal;
font-family: "宋体";

}
.item3-type2 .price-box .unit {
font-size: 0.7em;
margin-right: -3px;
}
.item3-type2 .price-box .amount1 {
font-size: 1.3em;
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: 1em;
font-weight: bold;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 50%;
height: 5.2em;
width: 5.2em;
line-height: 5.2em;
transform: rotate(18deg);
top: 50%;
margin-top: -2.6em;
margin-left: -2.6em;
text-align: center;
}
.item3-type2 .miao-tag2 {
background:linear-gradient(0,#f50011 0%,#ff707a 100%);
position: absolute;
left: 10px;bottom: 10px; text-align: center;right: 10px;
z-index: 1;
color: #fff;
font-size: 0.8em;
line-height: 1.8em;
border-radius: 1em 1em 0 0;
padding: 0 8px;
}
.mini-tab2-box{width: 100%;}
/* .floor2-con-box .tab-item-boxs{ background: #c9d7ff;border-radius: 0 0 10px 10px;padding: 10px;} */
/* 新品狂欢 */

.floor1-con {
  margin: auto;
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
  background: #E58031;
  padding-bottom: 10px;
}

.floor1-swiper,
.floor1-swiper .swiper-wrapper {
  height: 100%;
}

.item-3-type1 .item-3 {
  position: relative;
  width: 33.33%;
  padding: 3px;
}
.item-3-type1 .item-3 .item-3-con{
  background-color: #ffe9ca;
  border-radius: 0.4em;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
.item-3-type1 .item-3 .item-3-tag {
  position: absolute;
  left: 5px;
  width: 32%;
  top: 5px;
}
.item-3-tag2 {
  background-color: #ff0000;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-size: 0.68em;
  line-height: 1.8em;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  width: auto;
  margin: 0 0 0.4em;
  position: absolute;
  left: 5px;right: 5px;
  top: 0;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.item-3-tag1 {
  background-image: -moz-linear-gradient( 171deg, rgb(255,86,56) 0%, rgb(255,135,98) 100%);
  background-image: -webkit-linear-gradient( 171deg, rgb(255,86,56) 0%, rgb(255,135,98) 100%);
  background-image: -ms-linear-gradient( 171deg, rgb(255,86,56) 0%, rgb(255,135,98) 100%);
  background-color: rgb(255,86,56);
  border-radius: 0 0 0 8px;
  color: #fff;
  font-size: 0.88em;
  line-height: 1.6em;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  width: auto;
  margin: 0.5em 0 0.5em;
  position: absolute;
  right: 5px;
  top: 0px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.item-3-type1 .item-3 .item-3-goods {
  border-radius: 2px;
  overflow: hidden;
}
.item-3-type1 .item-3 .item-3-goods img {
   width: 100%;
}
.item-3 .item-3-desc {
  font-size: 1.1em;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.25em;
  height: 2.4em;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  text-align: left;
}
.item-3 .b{color: #fff; margin:  0;padding: 5px 8px 5px 25px;position: relative; text-align: left;background: url(../images/yh_bg.png);background-size: 100% 100%;}

#floor5 .item-3 .item-3-desc,
#floor6 .item-3 .item-3-desc,
#floor7 .item-3 .item-3-desc,
#floor8 .item-3 .item-3-desc，
#floor82 .item-3 .item-3-desc {
  -webkit-line-clamp: 2;
  line-height: 1.22em;
  font-size: 0.8em;
  height: 2.4em;
}
.changePage {
  background-color: rgba( 27, 27, 27,0.4 );
  color: #fff;
  font-size: 0.92em;
  margin: 0.8em auto;
  line-height: 1.4em;
  padding: 2px 14px;
  border-radius: 1em;
  display: block;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

/* .price-container3 {
   position: relative;
   margin-top: 0.5em;
   width: 96%;
}
.price-container3-price2-con {
  color: #ffff;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  width:47%;
  padding: 0 3px;
  position: absolute;
  right: 0;
  bottom: 42%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.price-container3-price2-con .unit {
font-size: 0.7em;
}
.price-container3-price2-con .d {
font-size: 0.9em;
} */
.item-3-price2 {
  width: 100%;
  margin: 0.3em 0 0;
  padding-bottom: 1.6em;
  position: relative;
}
.item-3-price2 .price2-name {
  font-size: 0.7em;
  color: #888888;
  position: absolute;
  left: 0;
  top:-12%;
  text-decoration: line-through;
}
.item-3-price2 .price-box {
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  font-weight: 500;
  color: #F21400;
  text-align: center;
  letter-spacing: -1px;
}
.item-3-price2 .price2-unit {
  font-size: 0.8em;
  font-family: DINOT-Bold;
}
.item-3-price2 .price2-amount1 {
  font-size: 1.4em;
  font-family: DINOT-Bold;
}
.item-3-price2 .price2-amount2 {
  font-size: 1em;
  font-family: DINOT-Bold;
}
.item-3 .item-3-price {
  width: 100%;
  display: flex;
  font-size: 0.6em;
  color: #0F0F0F;
  border-radius: 2em;
  justify-content: space-between;
  height: 2.2em;
  align-items: center;
  margin: 6px 0 2px;
  background-color: #FF2625;
  padding: 0 3px;
}
.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}
.item-3 .item-3-price .item-3-price1 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-family: DINOT-Bold;
  letter-spacing: -0.04em;
  margin-bottom: -0.4em;
}
.item-3 .item-3-price .item-3-price1 i {
   font-size: 1.7em;
   font-style: normal;
}
.item-3 .item-3-price .item-3-price1 span {
   font-size: 1.3em;
}
.item-3 .item-3-price .item-3-price2 {
  color: #646464;
  font-size: 0.95em;
  display: block;
  text-align: center;
}
.item-3-qiang {
  font-size: 1em;
  font-weight: 500;
  width: 1.2em;
  height: auto
}
._4Y0Qtm_k {
  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%;
   }
}
.tab5-block {
  display: none;
}
.mini-tab2-box{padding: 10px 10px 0 10px;}
/*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%;
  height: 6px;
  margin-top: 10px;
  /* position: absolute; */
  z-index: 3;
  bottom: 0px;
  text-align: center;
}
.swiper-pagination4 {
  text-align: center;
}
.swiper-pagination-bullet {
  display: inline-block;vertical-align: top;
  width: 6px;
  height: 6px;
  background: #c0c0c0;
  margin: 0 3px;
  border-radius:3.5px;
  font-size: 0;
  text-indent: -999em;
}

.swiper-pagination-bullet-active {
  background: #ea3340;
  width: 18px;
}
.sw-bg1 .swiper-pagination-bullet{background: #c0c0c0;}
.sw-bg1 .swiper-pagination-bullet-active{background: #fb3d4b;}
.item-3-type1 .swiper-pagination-bullet {
  background: #c0c0c0;
}
.item-3-type1 .swiper-pagination-bullet-active {
  background: #fff;
}
.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;
  align-items: end;
}
/*tab列表*/
.floor12-con {
position: relative;
z-index: 1;
padding: 0 0 0;
padding-top:4em ;
margin: 0 10px;
}
.meeting-tab {
  width: 100%;
margin: 0 auto;
display: flex;
position: absolute;
top: 0;
box-sizing: border-box;
height: 4em;overflow: hidden;
}
.meeting-tab.fixedTab{height: 3em;width: auto;top: 0 !important;}
/* .meeting-tab .swiper-slide:first-child {border-right: 1px solid #fff;background-color: #3399fd;

} */

.meeting-tab .swiper-slide {position: relative;padding: 0 10px;width: 50%;
  color: #000;
  /* background: #6601d8; */
  display: inline-block;vertical-align: top;
  font-size: 0.9em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  background: linear-gradient(0,#7d4814,#000000);border-radius: 15px 15px 0 0;margin: 0 1px;
}

.meeting-tab  .i2{display: none;}
.meeting-tab .current  .i2{display: block;}
.meeting-tab  .current .i1{display: none;}
/* .meeting-tab .swiper-slide.current::after{position: absolute;content: '';bottom: 0;height: 4px;width: 30px;margin-left: -15px;left: 50%;background: #ff4861;border-radius: 4px;} */
.meeting-tab .swiper-slide a {
  line-height: 3em; font-size: 1.2em;
  display:block;text-align: center;color: #fff;
}
.meeting-tab .swiper-slide a img{width: 41px;margin-top: 8px;}
.meeting-tab .swiper-slide.current a{  color:#ff6230;font-weight: bold;}
.block-title2 {
  margin-bottom: -2em;
  position: relative;
  z-index: 2;
}

.main-box{background: #ffc99a;position: relative;z-index: 3;margin-top: -10px;border-radius: 10px;padding: 0 10px;}

.floor2-con {    position: relative;  background: #ffebe1;width: 96%;margin-left: 2%;  padding:0;border-radius: 15px;margin-top: -10px;}
.gjp-list{padding:0 3%;position: relative;}
.gjp-list .swiper-slide img{margin:0 5%}
.gjp-list .line{height: 10px;background: #fff;margin-top: 10px;position: relative;}
.gjp-list .swiper-slide:first-child .line{border-radius: 10px 0 0 10px;position: relative;}
.gjp-list .swiper-slide:last-child .line{border-radius: 0 10px 10px 0;}
.gjp-list .swiper-slide.on .line{background: #f92b3a;}
.gjp-list .swiper-slide .line::after{position: absolute;content: '';top: 0;left: 50%;width: 10px;margin-left: -5px; height: 10px;border: 2px solid #f92b3a;border-radius: 10px;}
.gjp-list .swiper-slide.on .line::after{border: 2px solid #fff;}
.gjp-list .s1{position: absolute;top: 54%;left: 27%;right: 27%;background: #ef0005;border-radius: 1em;height: 1.2em;line-height: 1.2em; color: #fff;display: none;}
.gjp-list .s2{position: absolute;top: 52%;left: 27%;right: 27%;color: #fff;}
.gjp-list .on .s1{display:block}
.gjp-list .on .s2{display:none}

/* .gjp-list::after{position: absolute;bottom: 0;left: 3%;right: 3%;content: '';} */
.gua-bg{padding:10px 0  2em 0;}
.block-top {
  background-color: #FEF9E6;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #521D2E;
  padding-top: 2em;
  padding-bottom: 1em;
}
.block-bottom {
  background-color: #FEF9E6;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #521D2E;
  padding: 8px 0;
  margin-top: 8px;
}
.floor3-con .floor3-con-main{
  /* background-color: #FFF6E0;
  border-radius: 8px;
  padding: 8px 5px 8px 8px;
  width: 95%;
  margin: 1em auto 0; */
}
#floor3 .block-bottom {
  padding-top: 1.2em;
}
.g-list1 .l-img1 {
  width: 10em;
  height: 10em;
  margin: 0;
  position: relative;
  text-align: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.g-list1.g-list1-type2 .l-img1 {
  background: #fff;
}
.goods-tag1 {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 34%;
}

.g-list1 .l-img1 .lazy {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.r-t1 {
  position: absolute;
  right:10px;
  left: 10.5em;
  top: 6%;
}


.t-1-1 {
  height: 1.3em;
  line-height: 1.33em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-break: break-all;
  color: #0e0e0e;
  font-size: 0.9em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  width: 100%;
  margin: 3% auto 1%;
}
.t-1-2 {
  height:3.15em;
  line-height: 1.6em;
  -webkit-line-clamp:2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  word-break: break-all;
  color: #000;
  font-size: 1.2em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
#floor4 .t-1-2 {
  height:1.3em;
  -webkit-line-clamp:1;
}
.t-5 {
  color: #fff;
  border-radius: 2em;
  width: 90%;
  text-align: left;
  margin-top: 0.5em;
  font-size: 0.8em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: -moz-linear-gradient( 177deg, rgb(255,35,35) 0%, rgb(252,111,65) 100%);
  background-image: -webkit-linear-gradient( 177deg, rgb(255,35,35) 0%, rgb(252,111,65) 100%);
  background-image: -ms-linear-gradient( 177deg, rgb(255,35,35) 0%, rgb(252,111,65) 100%);
  padding: 0.2em 0.3em 0.2em 0;
}
.t-5 .left {
  display: flex;
  align-items: baseline;
  flex: 1;
  justify-content: center;
  font-weight: 500;
  margin-bottom: -0.4em;
}
.t-5 .unit {
  font-size: 1em;
  font-family: DINOT-Bold;
}
.t-5 .amount {
  font-size: 2em;
  font-family: DINOT-Bold;
}
.price-container1 {
  position: relative;
  width: 100%;margin-top: 8px;
}

.price-container1-price1 {
  position: absolute;
  color: #8a8989;
  left: 0;
  top: 36%;
  font-weight: 500;
  font-size: 0.96em;
}
.price-yj{position: absolute;top: 7%;right: 0%;color: #54585d;    font-weight: 500;
font-size: 0.66em;}
.price-container1-price2-con {        color: #e7293f;
  font-size: 1.53em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  padding: 0 3px;
  position: absolute;
  bottom: 31%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: DINOT-Bold;
  left: 31%;
  width: 33%;}

.price-container1-price2-con .unit {
  font-size: 0.6em;
}
.price-container1-price2-con .d {
  font-size: 0.8em;
}
.g-line-tag1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: auto;
  height: auto;
  text-align: center;
  background-image: -moz-linear-gradient( -6deg, rgb(255,148,117) 0%, rgb(255,62,70) 100%);
  background-image: -webkit-linear-gradient( -6deg, rgb(255,148,117) 0%, rgb(255,62,70) 100%);
  background-image: -ms-linear-gradient( -6deg, rgb(255,148,117) 0%, rgb(255,62,70) 100%);
  background-color: rgb(255,148,117);
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1.1em;
  padding: 0.3em 0.5em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  border-radius: 5px 0 5px 0;
}
.g-line-tag1 img {
  width: 0.7em;
  height: auto;
}
.g-line-tag3 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
  width: 29%;
  height: auto;
}
.g-line-tag2 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
  width: 30%;
  height: auto;
}
.tag-page {
  height: 1.1em;
  width: auto;
  margin-right: 2px;
  vertical-align: middle;
  margin-top: -0.2em;
}
.count-tag {
  color: #ffffff;
  font-size: 0.7em;
  padding: 3px 6px 3px;
  border-radius: 1em;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  left: 3%;
  bottom: 3%;
  display: inline-block;
  line-height: 1em;
  padding-left: 1.8em;
  word-break: keep-all;
}

.count-tag img {
  position: absolute;
  height: auto;
  width: 1.3em;
  left: 0.2em;
  top:-0.03em;
}
.price-container1 .bug-btn {
  background-image: -moz-linear-gradient( 0deg, rgba(254,127,2,0.99608) 0%, rgb(252,0,24) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(254,127,2,0.99608) 0%, rgb(252,0,24) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(254,127,2,0.99608) 0%, rgb(252,0,24) 100%);
  color: #fff;
  font-size: 0.8em;
  line-height: 1.7em;
  border-radius: 1.7em;
  margin: 6px auto 0;
  width: 37%;
  display: block;
  position: absolute;
  right: 5%;
  bottom: -2%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  overflow: hidden;
  border-radius: 1.7em;
}

.price-container3 {
  margin: 20px auto  0.3em auto;
}
.price-container3 .price-container3-price1 {
  position: absolute;
  color: #fff;
  text-align: left;
  right: 11%;
  width: 44%;
  top: 32%;
  font-family: DINOT-Bold;
}
.price-container3 .price-container3-price1 .unit {
font-size: 0.86em;
letter-spacing: -1px;
}
.price-container3 .price-container3-price1 .amount1 {
  font-size: 1.6em;
}
.price-container3 .price-container3-price1 .amount2 {
  font-size:0.8em;
  margin-left: -4px;
}
.price-container3 .price-container3-price1 .amount3{
  font-size:0.66em;
  margin-left: -4px;
}
.tag {
  position: absolute;
  width: 38%;
  left: 0;
  top: 0;
  z-index: 1;
}
#floor4 .tag {
  width: 22%;
}

.floor3-con {
  background-color: #F1F1F1;
  border-radius: 0 0 8px 8px;
  padding-top: 3.6em;
}

.price-container2-price3-con {
  color: #fb2b34;
  text-align: center;
  position: absolute;
  left: 25%;
  width: 43%;
  bottom: 10%;
}
.price-container2-price3-con .unit {
  font-size: 0.8em;
  letter-spacing: -1px;
}
.price-container2-price3-con .amount1 {
  font-size: 1.2em;
  letter-spacing: -1px;
}
.main-6 .price-container2-price3-con {
  font-size: 1.2em;
  bottom: 10%;
}
.tab3-container {
  position: absolute;
  left:0;
  top:0;
}
.tab3-container ul {
  display: flex;
  padding: 1.5%;
  background-color: #F1F1F1;
}
.tab3-container ul li {
  padding: 0 1%;
}
.tab3-container ul a{
  display: inline-block;
}
.tab3-container .icon1 {
  display: inline-block;
}
.tab3-container .icon2 {
  display: none;
}
.tab3-container .active .icon2 {
  display: inline-block;
}
.tab3-container .active .icon1 {
  display: none;
}
.tab-item-con {
  display: none;
}
.tab-item-con .left-ad {
  flex: 1;
  padding: 0 2px 0 0;
}
.tab-item-con .tab-right-con {
  width: 79.9%;
  overflow: hidden;
  margin-top: -2px;
}
.leftAndRight {
  position: absolute;
  right: 0;
  top: 32%;
  z-index: 1;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  font-size: 0.9em;
  width: 1.8em;
  padding: 0.6em 0.4em;
  border-radius: 8px 0 0 8px;
}
.qiang3 {
  background-color: #f21500;
  color: #fff;
  font-size: 0.8em;
  padding: 0 3px 0 5px;
  line-height: 1.6em;
  border-radius: 2em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-top: -0.1em;
}
.floor5-item1 .item1{
  padding: 0 0.5em;
}
.floor5-item2 .item1{
  width: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(201,255,243) 0%, rgb(233,254,255) 63%);
  background-image: -webkit-linear-gradient( 90deg, rgb(201,255,243) 0%, rgb(233,254,255) 63%);
  background-image: -ms-linear-gradient( 90deg, rgb(201,255,243) 0%, rgb(233,254,255) 63%);
}
.floor5-item3 .item1{
  width: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,209,176) 0%, rgb(255,240,223) 63%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,209,176) 0%, rgb(255,240,223) 63%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,209,176) 0%, rgb(255,240,223) 63%);
}
.floor5-item4 .item1{
  width: 100%;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,228,175) 0%, rgb(255,244,223) 63%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,228,175) 0%, rgb(255,244,223) 63%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,228,175) 0%, rgb(255,244,223) 63%);
}

.floor5-item1 .item-main-con {
  /* background: url('../images/item1-bg.png') no-repeat 100% 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top;
  overflow: hidden;
  padding: 0.6em; */
}
.floor5-item .item-main-con .goods-box {
  position: relative;
}
.floor5-item2 .item-main-con {
  /* background: url('../images/item2-bg.png') no-repeat 100% 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top;
  overflow: hidden;
  padding: 0.6em; */
}
.floor5-item3 .item-main-con {
  /* background: url('../images/item3-bg.png') no-repeat 100% 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top;
  overflow: hidden;
  padding: 0.6em; */
}
.floor5-item4 .item-main-con {
  /* background: url('../images/item4-bg.png') no-repeat 100% 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top;
  overflow: hidden;
  padding: 0.6em; */
}
.title-tag {
  background: url('../images/tag-bg.png') no-repeat 100% 100%;
  background-size: auto 99%;
  background-position: left;
  color: #ffedae;
  font-size: 0.92em;
  border-radius: 3px;
  line-height: 1.6em;
  padding: 0 6px 0 17px;
  display: inline-block;
  font-family: PingFangSC-Medium, PingFang SC;
  position: absolute;
  top: 26%;
  left: 4%;
}
#floor6 .title-tag {
  top: 15%;
  color: #d7ecff;
}
#floor7 .title-tag {
  top: 15%;
}
#floor8 .title-tag {
  top: 14%;
  color: #ffdbc4;
}
#floor82 .title-tag {
  top: 15%;
  color: #E6C6B1;
}
#floor5 .goods-box-price {
  color: #f21500;
  font-family: DINOT-Bold;
  display: inherit;
  font-size: 1.4em;
  padding-right: 0.5em;
  position: absolute;
  right: 2%;
  bottom: 12%;
}
#floor5 .goods-box-price .unit {
  font-size:0.6em;
}
#floor5 .item-main-con .img-box {
  width: 100%;
}
#floor5 .item-main-con .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
#floor5 .item-main-con .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0 0.2em;
}
.item-main-con .title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.94em;
  line-height: 1.35em;
  height: 1.3em;
  text-align: left;
  color: #282828;
  margin: 0 0 5px 0px;
  word-break: break-all;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
.item-main-con .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.86em;
  line-height: 1.25em;
  height: 1.2em;
  text-align: left;
  color: #000000;
  margin: 0 0 5px 0px;
  word-break: break-all;
}
.item-main-con .left {
  padding-top: 0.5em;
}
.item-main-con .right {
  text-align: right;
  margin-left: 0.8em;
  min-width: 4em;
}
.item-main-con .price {
  color: #f21500;
  font-family: DINOT-Bold;
  display: inherit;
  font-size: 1.4em;
  padding-right: 0.5em;
}
.item-main-con .price .unit {
  font-size:0.6em;
}
.item-main-con .qiang3 {
  background-color: #000000;
  padding: 0 5px 0 8px;
}
.g-list1 {
  padding: 0;
  position: relative;
  overflow: hidden;
  background:#f6f6f6;
  border-radius: 0.5em;
  margin: 0 auto 3%;
}
.g-list1 .md{position: absolute;bottom: 0;width: 50%;right: 0;background: #ffe2e4; color: #ef3b00;border-radius: 0.5em 0 0.5em 0; height: 1.4em;overflow: hidden;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;text-align: center;}


.g-list1:last-child {
  margin-bottom: 0;
}

.goods-li1 {
  padding: 0 1%;
  text-align: center;
}

.qiang1-box {
  background-image: -moz-linear-gradient( 90deg, rgb(255,220,177) 0%, rgb(255,251,227) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,220,177) 0%, rgb(255,251,227) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,220,177) 0%, rgb(255,251,227) 100%);
  color: #f02a2a;
  font-size: 1.3em;
  text-align: center;
  border-radius: 2em;
  padding: 2px 6px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.qiang1 {
  height: 2.2em;
  width: auto;
}

.qiang1-box .finger {
  position: absolute;
  height: 1.6em;
  width: auto;
  z-index: 2;
  right: -10%;
  bottom: -0.5em;
  animation: piggyFingerIcon .5s ease-in-out 0s infinite;
}
@keyframes piggyFingerIcon {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }

  to {
      -webkit-transform: translate3d(0.2rem, 0.2rem, 0);
      transform: translate3d(0.2rem, 0.2rem, 0)
  }
}

/*商品1*/
.buy-swiper-box .swiper-container {
  padding:  0 10px;
}
.list-item {
  background: url('../images/list-item-bg.png') no-repeat 100% 100%;
  background-size: 100% 100%;
}
.list-item-con {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding: 8px 3%;
  display: flex;
}

.list-item-con .left-img {
  display: inline-block;
  width: 38%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.list-item-con .left-img img {
  height: 100%;
}
.miao-tag {
  position: absolute;
  width: 2.3em;
  height: auto;
  left: 3%;
  top: 16px;
  z-index: 2;
}
.list-item-con .right-text {
  display: inline-block;
  flex: 1;
  vertical-align: top;
  padding: 0.3em 0;
  margin-left: 6%;
}
.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: 0.8em;
  font-weight: 500;
  background-color: rgba( 0, 0, 0 ,0.6);
  border-radius: 50%;
  height: 5em;
  width: 5em;
  margin-left: -2.5em;
  line-height: 5em;
  transform: rotate(
329deg);
  top: 50%;
  margin-top: -2.5em;
  text-align: center;
}

.goods-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  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-weight: bold;
  color: #2a2a2a;
}
.list-item-con .right-text .title {
  font-size: 0.85em;
  line-height: 1.44em;
  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: 500;
  margin-bottom: 0.2em;
}
.price-container0 {
  width: 96%;
  position: relative;
}
.price-container0 .price1 {
  color: #646464;
  font-size: 0.7em;
  position: absolute;
  left: 0;
  top: 30%;
  text-decoration: line-through;
}
.price-container0 .price2 {
  position: absolute;
  left: 0;
  top: 6%;
  width: 94%;
  text-align: center;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.2em;
}
.price-container0 .price2 .price2-amount {
  font-size: 1.1em;
}
.price-container0 .price3 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35%;
}
.price-container0 .price3 .left {
  width: 63%;
  display: flex;
  align-items: baseline;
  color: #fff;
  justify-content: center;
}
.price-container0 .price3 .left .price2-name {
  font-size: 0.8em;
}
.price-container0 .price3 .left .price2-unit {
  font-size: 0.86em;
  font-family: DINOT-Bold;
}
.price-container0 .price3 .left .price2-amount1 {
  font-size: 1.25em;
  letter-spacing: -1px;
  font-family: DINOT-Bold;
}
.price-container0 .price3 .left .price2-amount2 {
  font-size: 0.96em;
  font-family: DINOT-Bold;
}
.price-container0 .price3 .right {
  flex:1;
  color: #fdf0ca;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  font-size: 0.86em;
  text-align: center;
}
.price-container2 {
color: #ff1c02;
display: flex;
align-items: baseline;
justify-content:space-between;
border-radius: 10px;

}
.price-container2 img{height:1.2em;width:auto}
.price-container2 .price1 {
  font-size: 0.76em;
}
.price-container2 .price2 {
  font-size: 1.26em;
  font-family: DINOT-Bold;
}
.price-container2 .price3 {
  font-size: 0.72em;
}



.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.right-price1 {
  font-weight: bold;
  font-family: DINOT-Bold;
  font-size: 0.55em;
  letter-spacing: -1px;
}
.flex {
  display: flex;
}
/* .flex .l{flex: 1;} */
.flex .r{}
.flex .m{flex: 1;padding: 0 4px 0 12px;}
.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;
}
.tab2-block {
  display: none;
}
.show {
  display: block !important;
}
.show-flex {
  display: flex !important;
}
#floor6 {
  position: relative;
}



#meeting1 {
  display: inline-block;vertical-align: top;
}


.swiper-pagination1{
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.swiper-pagination5,.swiper-pagination6,.swiper-pagination7,.swiper-pagination8,.swiper-pagination82{
  position: relative;
  text-align: center;
  height: 12px;
  line-height: 12px;
  bottom: 0;
}
#top-nav .swiper-slide {
  min-width: 18%;
  padding:0 10px;  
  z-index: 3;
}
#top-nav .swiper-slide.current{background: #fff;border-radius: 2.2em;}
.block-title1 {
  padding: 1.4em 0 1em;
}
.block-title5 {
  padding-bottom: 0;
  padding-top: 0;
}
.block-title9 {
  padding-bottom: 2em;
}
button {
  background-color: transparent;
  cursor: pointer;
}

.block-title3{ 
  margin-bottom: -2em;
  z-index: 2;
  position: relative;
}

.floor4-con {
  background-color: #F0F0F0;
  padding-bottom: 0.3em;
  border-radius: 0 0 5px 5px;
}
/* #floor5,#floor6,#floor7,#floor8,#floor82 {
  width: 96%;
  margin: 0 auto;
} */
.f-con{   background: url(../images/d11m_23.png) repeat-y;background-size: 100% auto;padding: 0 3%;}
#floor10 .f-con{   background: url(../images/d11m_27.png) repeat-y;background-size: 100% auto;padding: 0 3%;}
#floor11 .f-con{   background: url(../images/d11m_31.png) repeat-y;background-size: 100% auto;padding: 0 3%;}


.f-swiper .swiper-container{width:100%;height:100%}
.f-swiper .swiper-slide .img{background: #f0f0f0;border-radius: 10px;}
.f-swiper .jb-ms1{position: absolute;top: 0;left: 0;width: 49%;}
.f-swiper .p5{-webkit-line-clamp:1;height: 1.3em;margin-top: 8px;}
.floor5-con {    
  margin: 0 auto;background: #dfdaff;width: 96%;margin-left: 2%;
  position: relative;
  padding-bottom: 1px;border-radius:  0 0 15px 15px;
}
.xianliang .buy-djs,.hotbuy .buy-djs{   position: absolute;bottom: 0;left: 6%;
  display: inline-block;vertical-align: top;
  line-height: 1.5em;
  text-align: left;font-weight: bold;
}
.hotbuy .buy-djs{   position: absolute;top: 28%;right: 3%;
  display: inline-block;vertical-align: top;
  line-height: 1.5em;
  text-align: right;font-weight: bold;font-size: 0.82em;color: #fff;
}
/* .hotbuy .buy-djs span{color:#000 !important;} */
.hotbuy .buy-djs span.sp_h,.hotbuy .buy-djs span.sp_m,.hotbuy .buy-djs span.sp_s,.hotbuy .buy-djs span.sp_ms{width: 18px; color:#fff !important;margin: 0;padding: 0 2px;border-radius: 5px;margin: 0 1px;}
.hotbuy .buy-djs span.sp_ms{background: #f93a3a;}
.xianliang .buy-djs span.sp_h,.xianliang .buy-djs span.sp_m,.xianliang .buy-djs span.sp_s,.xianliang .buy-djs span.sp_ms{color:#fff !important;margin: 0;background: #000;padding: 0 2px;border-radius: 5px;margin: 0 2px;}
.xianliang .buy-djs span.sp_ms{background: #f93a3a;width: 16px;}
.tab-item-box .buy-djs{color: #000;font-weight: bold;}
.tab-item-box .flex{align-items: center;}
.tab-item-box .flex .l{flex: 1;}
.tab-item-box .buy-djs span:first-child{color:#000}
.tab-item-box .buy-djs span{color:#000}
.tab-item-box .buy-djs span.sp_h,.tab-item-box .buy-djs span.sp_m,.tab-item-box .buy-djs span.sp_s{width: 20px;text-align: center;}
/* .hotbuy .buy-djs .sp_ms{background: #f93a3a !important;color: #fff !important;} */
.floor5-item {background: #dfdaff; 
  padding:3px 10px 10px 10px;
  width: 95.9%;
    margin-left: 2%;border-top: none;border-radius: 0 0 10px 10px;}
#floor9 .floor5-item{background: #d0fff1;}
#floor9 .floorbk-con{background: #FFFFFF;padding: 8px;
  box-shadow: 0px -2px 3px 0px rgba(124,211,186,0.61);
  border-radius: 15px 15px 10px 10px;}
#floor9 .g-line{background: #C8F1E5;}
#floor9 .floorbk-con .goods-li{margin:0}
#floor10 .floor5-item{background: #FFD0D0;}
#floor10 .floorbk-con{background: #FFFFFF;padding: 8px;
  box-shadow: 0px -2px 3px 0px rgba(255,208,208,0.61);
  border-radius: 15px 15px 10px 10px;}
#floor10 .g-line{background: #C8F1E5;}
#floor10 .floorbk-con .goods-li{margin:0}
#floor9 .app-alone{    left: 55%;
  width: 38%;
  top: 0;}
#floor10 .app-alone{    left: 55%;
  width: 38%;
  top: 0;}



.floor5-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tab-type2 {
  display: flex;
  background-color: #EC5041;
  height: 3.8em;
  align-items: center;
}
.tab-type2 .item {
  width: 25%;
  display: flex;
  height: 3.8em;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 2px solid #901000;
  flex-wrap: wrap;
  padding: 0.3em 0;
  letter-spacing: -1px;
}
.tab-type2 .item.active {
  position: relative;
}
.tab-type2 .item.active::after {
  background-color: #F0F0F0;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 110%;
  border-radius: 6px 6px 0 0;
}
.tab-type2 .item.active .name {
  position: relative;
  z-index: 1;
  color: #2c2c2c;
}
.tab-type2 .item.active .tab-tag {
  position: relative;
  z-index: 1;
  background: url('../images/tab-bg-active.png') no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.tab-type2 .item:first-child{
  border-left: none;
}
.tab-type2 .item .name{
  color: #ffffff;
  font-weight: 600;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 1em;
  line-height: 0.9em;
  width: 100%;
}
.tab-tag {
  color: #e30000;
  font-weight: 500;
  font-family: PingFangSC-Medium, PingFang SC;
  background: url(../images/tab-bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.7em;
  line-height: 1em;
  height: 2.6em;
  width: 86%;
  padding: 3px 0 4px;
  margin-top: 0.4em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#floor5 .item-3-type1,
#floor10 .item-3-type1 ,.flexw .item-3-type1{
  padding:0 0.2em 0.5em 0.2em;
  flex-wrap: wrap;
  background: #FFFFFF;
box-shadow: 0px 1px 3px #ff9f3b;
border-radius: 15px 15px 10px 10px
}
#floor5 .item-3-type1 .item-3,
#floor10 .item-3-type1 .item-3,.flexw .item-3-type1 .item-3{
  width: 33.33%;
  padding: 3px;
}
#floor5 .item-3-type1 .item-3 .item-3-goods,
#floor6 .item-3-type1 .item-3 .item-3-goods,
#floor7 .item-3-type1 .item-3 .item-3-goods,
#floor8 .item-3-type1 .item-3 .item-3-goods,
#floor82 .item-3-type1 .item-3 .item-3-goods {
  height: auto;
}
.tab-tag p {
  width: 100%;
}
.floor6-con {
  background-color: #4DC0ED;
  border-radius: 0 20px 20px 20px;
  border: 1px solid #521D2E;
  width: 97%;
  margin: 0 auto;
  padding: 2em 0 0.3em;
  position: relative;
}
.floor6-con::after {
  content: '';
  position: absolute;
  background-color: #fff;
  border: 1px solid #521D2E;
  border-radius: 20px;
  width: 100%;
  height: 106%;
  bottom: -5px;
  left: 5px;
  z-index: -1;
}

/* 家居主题 */

.jj-topic {
  background-color: var(--page-bg-jj);
}
.jj-topic .hot-sale-container {
  padding-top: 1em;
}
.jj-topic .xx1 {
  left: 55%;
  top: 52.5%;
  width: 28%;
}
.jj-topic .xx2 {
  left: 6%;
  top: 69%;
  width: 28%;
}
.jj-topic .xx3 {
  left: 66%;
  top: 74.6%;
  width: 28%;
}
.jj-topic .g-tab .current a {
  color: #FF3E03;
}
.jj-topic .list-item {
  background: url('../images/list-item-bg-mz.png') no-repeat 100% 100%;
  background-size: 100% 100%;
}

.jj-topic .item-3-tag1 {
  background-image: -moz-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -webkit-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -ms-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-color: rgb(247,60,109);
}
.jj-topic #floor6 .title-tag {
  color: #fff2c5;
}
.jj-topic #floor5 .price-container2-1 {
  top: 51.6%;
}
.jj-topic #floor6 .price-container2-1 {
  top: 45.6%;
}
.jj-topic #floor7 .title-tag {
  color: #fedfde;
}
.jj-topic #floor7 .price-container2-1 {
  top: 44.6%;
}
.jj-topic #floor7 .price-container2-2 {
  top: 76.6%;
}
.jj-topic #floor8 .price-container2-1 {
  top: 43.9%;
}
.jj-topic #floor8 .price-container2-2 {
  top: 76.3%;
}
.jj-topic .meeting-tab .current a {
  background-color: #D7D8FE;
}
.jj-topic #floor5 .floor5-con .floor5-item {
  background-color: #FFD48F;
}
.jj-topic #floor6 .floor5-con .floor5-item {
  background-color: #E3B97F;
}
.jj-topic #floor7 .floor5-con .floor5-item {
  background-color: #EA9494;
}
.jj-topic #floor8 .floor5-con .floor5-item {
  background-color: #F19B6C;
}
.jj-topic .floor1-con {
  background-color: #827ED8;
}
/* 服饰主题 */
.fs-topic {
  background-color: var(--page-bg-fs);
}
.fs-topic .hot-sale-container {
  padding-top: 1em;
}
.fs-topic .xx1 {
  left: 55%;
  top: 55%;
  width: 28%;
}
.fs-topic .xx2 {
  left: 6%;
  top: 69.7%;
  width: 28%;
}
.fs-topic .xx3 {
  left: 66%;
  top: 75.6%;
  width: 28%;
}
.fs-topic .g-tab .current a {
  color: #FF3E03;
}
/* .fs-topic .mini-tab2 .swiper-slide {
  background-color: #3AB3A6;
}
.fs-topic .mini-tab2 .swiper-slide:not(:first-child) {
  border-left: 2px solid #125C54;
} */
.fs-topic .title-tag {
  background: url('../images/tag-bg-mz.png') no-repeat 100% 100%;
  background-size: auto 99%;
  background-position: left;
}
.fs-topic .item-3-tag1 {
  background-image: -moz-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -webkit-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -ms-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-color: rgb(247,60,109);
}
.fs-topic .scroll-box {
  bottom: 13.4%;
}
.fs-topic .srcoll-goods {
  position: absolute;
  bottom: 21%;
}
.fs-topic .srcoll-goods img {
  width: 72%;
  height: auto;
}
.fs-topic #floor6 .title-tag {
  color: #EDF4FB;
}
.fs-topic #floor5 .price-container2-1 {
  top: 51.6%;
}
.fs-topic #floor6 .price-container2-1 {
  top: 45。6%;
}
.fs-topic #floor7 .price-container2-1 {
  top: 45.6%;
}
.fs-topic #floor8 .price-container2-1 {
  top: 40.6%;
}
.fs-topic .meeting-tab .swiper-slide{
  min-width: 21%;
}
.fs-topic .meeting-tab .current a {
  background-color: #ACEEDD;
}
.fs-topic #floor6 .floor5-con .floor5-item {
  background-color: #94C4EA;
}
.fs-topic #floor7 .floor5-con .floor5-item {
  background-color: #E0AE6A;
}
.fs-topic #floor8 .floor5-con .floor5-item {
  background-color: #F4A376;
}
.fs-topic .floor1-con {
  background-color: #3AB3A6;
}
.bg1{    background:#ffc99a;
  width: 96%;margin-left: 2%;margin-top: -10px;
  padding: 10px;
  position: relative;border-radius:10px 10px;
  z-index: 2;
}
.bg2{background: #fae9cd;border-radius: 10px;padding:10px;}
/* .hot-goods{background: #fff;border-radius: 10px;padding: 8px;} */
.hotbuy .swiper-container{}
#floorhot1 .floor5-item{background: #FCFFAB;}
#floorhot1 .swiper-container{box-shadow: 0px -2px 3px 0px rgba(255,171,39,0.61);}
.hotbuy .item-3{position: relative;overflow: hidden;padding: 8px;background: #fff;border-radius: 10px;}
#floorhot1 .item-3{background: #FFE6BE;}
.hot-small .swiper-slide{padding:0;background: none;transform: scale(0.9);}
.hotbuy .price-container4{padding:0;overflow: hidden;}
.hotbuy .price-container4 img{width: 100%;}
.hotbuy .price-container4-price2-con{       color: #fe1c61;position: absolute;left: 0;
  left: 3%;
  top: 64%;
  line-height: 1em;}
.hotbuy .price-container4-price2-con p{color:#ee0e48;font-size: 0.78em;}
.hotbuy .item-3-goods-con{padding:0 5px 0 8px;flex:1;text-align: left;}
.hotbuy .jb-top1{width:50%}
.zanf{position: relative;width: 80%;}
/* .zanf img{height: 1em;margin-right: 4px; width: auto;} */
.zanf div{position: absolute;top: 5%;left: 15%;text-align: left; right: 0;color: #fff;}
/* 美妆主题 */
.mz-topic {
  background-color: var(--page-bg-mz);
}
.mz-topic .xx1 {
  left: 55%;
  top: 54%;
  width: 28%;
}
.mz-topic .xx2 {
  left: 6%;
  top: 68.6%;
  width: 28%;
}
.mz-topic .xx3 {
  left: 66%;
  top: 74.1%;
  width: 28%;
}

.mz-topic .g-tab .current a {
  color: #FF3E03;
}
.mz-topic .list-item {
  background: url('../images/list-item-bg-mz.png') no-repeat 100% 100%;
  background-size: 100% 100%;
}
.mz-topic .item-3-tag1 {
  background-image: -moz-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -webkit-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-image: -ms-linear-gradient( 171deg, rgb(247,60,109) 0%, rgb(242,109,185) 100%);
  background-color: rgb(247,60,109);
}
.mz-topic #floor5 .price-container2-1 {
  top: 52.6%;
}
.mz-topic #floor6 .title-tag {
  color: #ffe3b7;
}
.mz-topic #floor6 .price-container2-1 {
  top: 46.4%;
}
.mz-topic #floor6 .price-container2-2 {
  top: 77.6%;
}
.mz-topic #floor7 .title-tag {
  color: #fedfde;
}
.mz-topic #floor7 .price-container2-1 {
  top: 46.2%;
}
.mz-topic #floor8 .price-container2-1 {
  top: 44.2%;
}
.mz-topic .meeting-tab .swiper-slide{
  min-width: 25%;
}
.mz-topic .meeting-tab .current a {
  background-color: #FFC7D2;
}
.mz-topic #floor6 .floor5-con .floor5-item {
  background-color: #E3B97F;
}
.mz-topic #floor7 .floor5-con .floor5-item {
  background-color: #EA9494;
}
.mz-topic #floor8 .floor5-con .floor5-item {
  background-color: #F4A376;
}
.mz-topic .floor1-con {
  background-color: #E5516C;
}
.top-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.srcoll-goods {
  position: absolute;
  bottom: 28%;
  left: 18.5%;
  width: 63%;
}
.srcoll-goods img {
  height: auto;
}
.srcoll-goods .n{   text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; position: absolute;color: #270c02; top: 29% ;padding: 0 4px 0 5px; left: 0;max-width: 77%;padding: 0 10px; height: 1.6em;line-height: 1.6em;border: 1px solid #dcbca1;border-radius: 1.4em;background: linear-gradient(0,#fad892 0% ,#fffde2 100%);}
.srcoll-goods .p{position: absolute;bottom: 7% ;padding: 0 4px 0 5px;color: #270c02; right: 0;width: 50%;height: 1.8em;line-height: 1.63em;border: 1px solid #dcbca1;border-radius: 1.4em;background: linear-gradient(0,#fad892 0% ,#fffde2 100%);}
.srcoll-goods .p span{color:#fd2126;font-size: 1.1em;font-weight: bold;}
.srcoll-goods .p .p-2{color:#fd2126;font-size: 1.4em;}

.btn-xsq{    position: absolute;
bottom: 2%;
right: 25%;
width: 50%;
z-index: 2;}

.btn-xsq1{    position: absolute;
bottom: 16%;
right: 26%;
width: 52%;
z-index: 2;}
.ani-hand{    position: absolute;
top: 1.2em;
right: 0;
z-index: 3;
width: 65px;animation: hand 0.8s ease-in-out infinite alternate;}
@keyframes hand{
0%{transform: translateY(-10px);}
80%,100%{transform: translateY(10px);}
}

@-webkit-keyframes showimg{
0% {
left: -100%;
 
}
100% {
left: 100%;  
     
}
}

.price-container3::before ,.zhe7::before,.light::before{
position: absolute;  
 left: -100%;     z-index: 2;             
 top: 0;  
 width: 70%;  
 height: 100%;  
 content: ""; transition: 1s ease; 
 background: linear-gradient(to right,rgba(255,255,255,0.2) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 100%);  
 transform: skewX(-47deg);
 -webkit-animation:showimg 1s infinite linear;
}
.zhe7::before{width:30%}

.quan-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.85);
}
.pop-sendredpage .quan-bg{z-index: 402;}
.pop-sendredpage .quan-main{z-index: 405;}
.quan-main {
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 401;
  width: 100%;
  right: 0;
  margin: auto;
}

.quan-money {
  position: absolute;
  color: #F8574F;
  left: 39%;
  width: 23%;
  top: 58%;
  line-height: 1em;
  animation: bigshow 0.9s infinite  ease-in-out;
}
.light{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;}
.quan-money .img{position: relative;z-index: 3;}
.quan-money .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;animation: bigshow 0.9s infinite  ease-in-out;}
.quan-money .bg1{left:10%;width:80%;animation-delay: 0.5s;height: 80%;top: 10%;}
/* .quan-con{animation: boxlrMove 1s infinite alternate ease-in-out;} */
.bounceIn{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)
  }
}
.btn-u,.btn-toUser{
  position: absolute;
  top: 46%;
  left: 30%;
  right: 30%;
  z-index: 3;
  width: 40%;
}
.youxiao{    position: absolute;opacity: 0; animation: bigToSmallAni 0.8s ease-in-out;animation-delay: 1s;animation-fill-mode: forwards;
  top: 14%;
  right: 19%;
  width: 20%;}

@keyframes bigToSmallAni{
  0%{transform: scale3d(2.5, 2.5, 4.5);opacity: 0;}
 80%, 100%{transform: scale3d(1, 1, 1);opacity: 1;}
}
.aniShake{animation: aniShake 1.4s ease-in-out 1;animation-delay: 1.6s;transform-origin: center center;}
.aniShake1{animation: aniShake 1.4s ease-in-out infinite alternate;animation-delay: 1.6s;transform-origin: center center;}
@keyframes aniShake{
  0%{transform: rotate(0deg);}
  5%{transform: rotate(7deg);}
  10%{transform: rotate(0deg);}
  15%{transform: rotate(-7deg);}
  20%{transform: rotate(0deg);}
  25%{transform: rotate(7deg);}
  30%{transform: rotate(0deg);}
  40%{transform: rotate(-7deg);}
  45%{transform: rotate(0deg);}
  50%{transform: rotate(7deg);}
  55%{transform: rotate(0deg);}
  60%{transform: rotate(-7deg);}
  65%{transform: rotate(0deg);}
  70%{transform: rotate(7deg);}
  75%{transform: rotate(0deg);}
  80%{transform: rotate(-7deg);}
  85%{transform: rotate(0deg);}
  90%{transform: rotate(7deg);}
  95%{transform: rotate(0deg);}
  100%{transform: rotate(-7deg);}
}
.go{    position: absolute;
  bottom: 25%;
  left: 28%;
  width: 19%;}
.go2,.go2-s{left:75%;animation-delay: 0.5s;}
.app-alone{       position: absolute;height: 30px;overflow: hidden;
  top: 2%;
  left: 4%;
  width: 22%;
  z-index: 3;}
.app-alone .swiper-container .swiper-wrapper{align-items: start;}
.app-alone .swiper-container,.app-alone .swiper-slide{height: 30px;text-align: left;overflow: hidden;}
.czsh_03{background: linear-gradient(0,#7d4814,#000000);border-radius: 40px;margin: 10px 2%;padding: 15px 10px;}
.fp-wenan{width: 60%;text-align: left;margin: 0 0 0 47px;height: 16px;overflow: hidden;}
.fp-img{position: absolute;top: 18%;left: 2%;width: 46px;}

.fp-wenan .swiper-wrapper,.fp-wenan .swiper-slide{align-items: flex-start;}
.fp-wenan .swiper-slide{overflow: hidden;}
.fp-wenan .swiper-slide img{height: 16px;width: auto;}
  .zhe68{top: 59%;left: 81%;width: 15%;}
  .zhe72{top: 75%;left: 82%;width: 15%;}
#floor8 .app-alone{      left: 5%;  width: 40%;  top: 8%;}
#floorhot .app-alone{left:66%;    width: 30%;top: 0;}
#floorhot1 .app-alone{left:6%;    width: 40%;top: 0;}

.dbzg{   position: absolute;
  right: 8.5%;
  bottom: 21%;
  width: 29%;
  z-index: 3;}
.dbzg .ani-hand{top:2em;right:28%}
#floortv .app-alone{    width: 40%;  top: 39%;  left: 6%;font-size: 1.6em;font-weight: bold;}
.redpakage{background: #ffcce4;font-weight: bold; background-size: 100% 100%; padding:12px 8px 8px 8px;color: #ff4b38;line-height: 1.2em;font-size: 0.8em;text-align: center;}
.redpakage img{width: auto;height: 1.2em;}
.price-yg{display: flex;justify-content: space-between;align-items: end;}
.ygp1{color:#ff1c02;font-size:0.8em}
.ygp1 .amount1 {font-size: 1.5em;}
.ygp2{color: rgba( 0, 0, 0 ,0.6);width: 3em;}
.zhe7{      position: absolute;
  top: 3%;
  width: 19%;
  height: 3em;
  border-radius: 20px;
  right: 2%;
  overflow: hidden;}
.top-djs{display: flex;align-items: end;color: #cf63d7;padding: 0 10px;justify-content: center;position: relative;z-index: 8;}
.top-djs .l{width: 20px;}
.top-djs .sp_h,.top-djs .sp_m,.top-djs .sp_s{width: auto;background: none;}
.top-djs span span{margin:0 1px;background: url(../images/djs_bg.png) no-repeat;background-size: 100% 100%;color: #fff !important;font-size: 2em;font-weight: bold;display: inline-block;vertical-align: top;width: 38px;height: 53px;line-height: 53px;text-align: center;}

.top-djs .r div{display:inline-block;vertical-align: bottom;}
.g-line-tag2 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
  width: 30% !important;
  height: auto !important;
}
.right-gif{
position: fixed;
right: 0;
width: 20%;
top: 50%;
z-index: 100;
}

.fandan-box{      position: absolute;  top: 24%;  left: 5%;  right: 5%;  z-index: 3;}
.fandan-box .swiper-slide{background-color: #fff;border-radius: 15px;}
.fandan-c {padding:6px 5px;align-items: center;}
.fandan-c .l{width: 1.4em;height: 1.4em;border-radius: 1.4em;overflow: hidden;}
.fandan-c .r{flex:1;padding-left: 3px;text-align: left;}
.fandan-box .t{position: absolute;top:10px;right: 10px;color: #000; background-color: #ffbbbb;padding: 0 8px;border-radius: 1em;}
.fandan-c .l2 span{color: #ff0014;}
.fandan-c .l2{    margin-top: 5px;
  text-align: center;
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  border-radius: 1em;
  padding: 0 2px;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  background: #ff6868;
  color: #fff;}
.fandan-c .l1{font-size:0.7em;height: 1.2em;line-height: 1.2em;overflow: hidden}
.icon-mj{position: absolute;top: 5px;left: 5px;background: url(../images/bg3.png) no-repeat;background-size: 100% 100%;
  border-radius: 0px 0px 5px 0px;color: #fff;padding: 0 6px;font-size: 0.8em;height: 2.4em;line-height: 1.8em;}
.icon-mj img{height:100%;width:auto;}
.hotbuy   .item-3-con{display: flex;align-items: center;}
.hotbuy  .item-3-con .item-3-goods{width: 7.5em;height: 7.5em;border-radius: 10px;overflow: hidden;}
.f5-con-item{display: flex;align-items: center;background: #fff;border-radius: 10px;overflow: hidden;margin: 0 2%;margin-bottom: 10px;}
.f5-con-item:first-child{margin-top: -5.42em;}
.f5-con-item .l{width: 34%;background: #9e96d1;padding: 10px;text-align: center;}
.f5-con-item .l .pp-logo{width:50%;border-radius: 10px;}
.f5-con-item .l .pp-gimg{width:80%;border-radius: 10px;}
.f5-con-item .l .xx-line{color:#fff;font-size: 1em;height: 30px;line-height: 30px;overflow: hidden; font-weight: bold;margin: 4px 0;}
.f5-con-item .r{width:66%;}
.f5-con-item .r .swiper-wrapper{padding:0;}
.f5-con-item .swiper-slide{width:45%;background:#f6f6f6;border-radius: 10px;overflow: hidden;padding-bottom: 10px;margin: 0 0 0 0;}
.f5-con-item .price-container4{margin-top: 10px;}

/* .md div::after{position: absolute;content: '';top: 100%;left: 10%;width: 0;height: 0;border-top: 5px solid #ffe2b6;border-bottom: 5px solid transparent;border-left: 5px solid transparent;border-right: 5px solid transparent;} */
.sw-bg2{padding: 8px;background: #ffe5ee;border-radius: 10px;position: relative;z-index: 2;margin-top: -10px;width: 96.2%;margin-left: 1.8%;}
.ppg-swiper .swiper-slide{width:32.33%;margin: 0 0 0 1%; position: relative;}
.ppg-swiper .sw-bg1 .swiper-slide{width:33%;margin: 0; position: relative;}

.ppg-swiper .swiper-slide .img{    position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  border-radius: 10px;
  overflow: hidden;}
.ppg-swiper .swiper-slide .pp-name{position: absolute;
  bottom : 4%;width: 88%;
  left: 6%;font-weight: bold;color: #000;height: 2em;line-height: 2em;overflow: hidden;}
.ppg-swiper .swiper-slide .pp-bup{position: absolute;
  top  : 0%;width: 80%;
  left: 10%;background: red;color: #fff;border-radius: 0 0 10px 10px;}
.sw-bg1{background: #ffefec;padding: 10px;border-radius: 0  0 10px 10px;width: 96.2%;margin-left: 1.9%;margin-top: -1px;}
/* .sw-bg2{background: #ffa6d4;width: 96%;margin-left: 2%;padding: 10px 0;border-radius: 0 0 15px 15px;} */
/* .sw-bg2 .swiper-wrapper{display: flex;flex-wrap: wrap;} */

.hw-img{position: absolute;top: 6%;left: 10%;right: 16%;border-radius: 15px;overflow: hidden;}
.hw-name{position: absolute;bottom: 19%;left: 5%;right: 5%;overflow: hidden;height: 1.4em;color: #fff;    text-overflow: ellipsis;font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;}
.hw-jg{position: absolute;bottom: 1%;left: 10%;color: #fff;font-family: 'DINOT-Bold';}
.hw-jg b{font-size:1.8em}
.hw-md{position: absolute;bottom: 30%;left: 13%;right: 15%;text-align: left;    text-overflow: ellipsis;font-size: 0.9em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; height: 1.4em;line-height: 1.4em;/* background: rgba(0,0,0,0.5); */overflow: hidden;color: #000;}
.sw-bg2 .swiper-slide{background: #fff;border-radius: 10px;overflow: hidden;padding: 7px 8px 5px 4px;margin-bottom: 10px;}

.sw-bg2-jg{color:#ff2b2b;font-family: 'DINOT-Bold';margin-top: 5px;}
.sw-bg2-jg b{font-size:1.38em}

  .sw-bg2-hc{margin:10px 0; background:#ff2b2b;border-radius: 1em;height: 1.8em;line-height: 1.8em;position: relative;text-align: left;padding: 0 10px;color: #fff;}
  .hc-down{position: absolute;
    top: -7px;
    bottom: -8px;
    right: -6px;
    background: url(../images/down_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 44%;
    color: #ff2b2b;
    text-align: center;
    padding-top: 0.5em;
    padding-left: 0.5em;}
.zc2 .hc-down{color: #ff439d;}
.zc3 .hc-down{color: #d03af5;}
.zc4 .hc-down{color: #954aff;}
.zc5 .hc-down{color: #628dff;}
.zc6 .hc-down{color: #4daaff;}
.item-3-goods{border-radius: 8px;overflow: hidden;}
.sw-bg3-tab{display: flex;margin: 0;padding: 20px 0 10px 0;position: relative;background: url(../images/xrkcb_02.png) no-repeat;background-size: 100% 100%;}
.sw-bg3-tab .item{flex:1;text-align: center;color: #ff3e70;margin: 0 5px; font-weight: bold;font-size: 1.3em;}
.sw-bg3-tab .item.on .image2{display: block;}
.sw-bg3-tab .item.on .image1{display: none;}
.image2{display: none;}
.sw-bg3 .swiper-slide{width:32%;background: #fff;border-radius: 10px;padding: 8px;}
.sw-bg3-swiper{padding:0 10px 10px 10px;}
.sw-bg3{background: #ffc2e2;width: 96%;margin-left: 2%; border-radius:0 0 10px 10px;position: relative;z-index: 3;}
.a4-djs{background: linear-gradient(90deg,#fe165c,#fca7d7);margin-left: 2%;width: 96%;border-radius: 10px 10px 0 0;padding: 5px 10px; color: #fff;text-align: left;justify-content: left;}
/* .sw-bg3-swiper .price-container4-price2-con{left:4%;top:5%} */
.user-img{position: absolute;bottom: 10%;left: 50%;width: 80px;margin-left: -40px;text-align: center;}
.user-img img{border-radius: 50%;border: 2px solid #fff;width: 35px;}
.user-name{ margin-top: -5px;background: #fff;border-radius: 15px;color: #000;overflow: hidden;padding: 0 10px;position: relative;z-index: 3;    text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;word-break: break-all;
  -webkit-box-orient: vertical;}
.order-info{    
  font-weight: bold;
  font-family: "DINOT-Bold";
  text-align: center;
  font-size: 2.2em;
  color: #fff178;}
  /* .order-info span{color: #fff;} */
  .order-info p{color: #fff178;font-weight: normal;font-size: 0.8em;margin-top: 0.5em;}
.order-li{position: relative;z-index: 2; margin:15px 2%;color: #000;width: 46%; padding: 0;opacity: 0;border: 1px solid #fff;background: #fff;border-radius: 10px;animation: aniShoworder 0.75s ease-in-out;animation-fill-mode: forwards;}
.order-li.on{border:1px solid red;z-index: 4;}
.order-li.on .mdq-t{background: url(../images/pop4-bg1.png) no-repeat;background-size: 100% 100%;color: #ef081d;}
.order-li:nth-child(2){animation-delay:0.5s ;}
.order-li:nth-child(3){animation-delay:1s ;}
.order-li:nth-child(4){animation-delay:1.5s ;}
.pop5-b{padding: 10px 15%;}
.pop4-pop2 .order-ul{width:100%}
.pop4-pop2 .order-li{width:100%}
@keyframes aniShoworder{
  0%{transform: scale(2);opacity: 1;}
  20%{opacity: 1;}
  80%,100%{scale: (1);opacity: 1;}
}
.order-li .img{width:100%;border-radius: 10px;}
.order-li .img img{border-radius: 5px;}
.order-li .r{flex:1;padding-left: 10px;}
.order-li .r .r-l1{  overflow: hidden;height: 24px;line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;word-break: break-all;
  -webkit-box-orient: vertical;}
  .order-li .r .r-l2{color: #6d4f0f;}
  .order-li .r .r-l2 b{color: #f9004a;font-size: 2em;}
  .order-li:nth-child(1) .r .r-l2{color: #fff;}
  .order-li:nth-child(1) .r .r-l2 b{color: #ffe77e;}
.ani-r{    position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  animation: rightAni 0.6s ease-in-out;
  text-align: center;
  color: #fff;}
.ani-r div{    color: #fff;position: absolute;top:40%;left: 0;width: 100%;transform: rotate(15deg);
      font-size: 1.34em;
      font-weight: bold;
      line-height: 1.5em;}
.ani-r div span{color: #fdef73;}
.ani-l{animation: leftAni 0.35s ease-in-out;}

@keyframes leftAni{
  0%{transform: translateX(-100%);}
  100%{transform: translateX(0);}
}
@keyframes rightAni{
  0%,50%{transform: translateX(100%);}
  100%{transform: translateX(0);}
}
.zj-num,.zj-n1,.zj-n2,.zj-b-info{position: absolute;top: 34%;left: 0;text-align: center;color: #ff3f85;width: 100%;font-family: 'DINOT-Bold';}
.zj-num b{font-size: 5em;}
.zj-num div{line-height: 3em;margin: 10px 0;}
.zj-n1{top: 58%;left: 31%;width: 14%;color: #f93a3a;font-size: 1.5em;font-family: 'DINOT-Bold';}
.zj-n2{top: 58%;left: 55%;width: 14%;color: #f93a3a;font-size: 1.5em;font-family: 'DINOT-Bold';}
.zj-b-info{      top: 81%;
  left: 25%;
  right: 0;
  width: 50%;}
.zj-btn{margin-top:10px;position: relative; 
  background: url(../images/btn_shouxia.png) no-repeat;background-size:100% 100% ;height: 1.64em;line-height: 1.64em;color: #c9295f;font-size: 1.52em;}
.span321{         position: absolute;
  bottom: 32%;
  right: 9%;
  width: 15%;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;}
.pop-redpage2 .zj-num{top:52%}
.pop-redpage2 .zj-b-info{top:70%}
.rule-b{position: absolute;top: 0;right: 0; bottom: 0;width: 50%;z-index: 5;}
.pp-swiper .price-container4::before{display:none}
.bt-jb{position: absolute;top: 0;left: 0;} 
.bt-jb div{position: absolute;top: 5%;left: 0;width: 100%;line-height: 1em;color: #fff;font-size: 0.92em;}
.hot-p1{position: absolute;top: 0;left: 0;width: 40%;color: #989898;text-align: left;letter-spacing: -1px;font-family: "DINOT-Bold";}
.hot-p2{position: absolute;top: 0;left: 0;width: 100%;color: #ff1c1c;text-align: center;font-size: 1.2em;letter-spacing: -1px;font-family: "DINOT-Bold";}
.hot-p1 b{font-size: 1.2em;}
.tag1{    position: absolute;
  top: 1%;
  right: 12%;
  width: 33%;}
#dataNums{position: absolute;top: 25%;left: 5%;right: 5%;}
.inrow{font-size:0;font-size:12px;font-family:arial;letter-spacing:-3px;letter-spacing:normal;word-spacing:-1px;}
.inrow>li,.inrow span{display:inline-block;vertical-align: top; font-size:14px;letter-spacing:normal;word-spacing:normal; }
.dataNums{position: absolute; top:50%; display: block; width:100%; height:75px; margin-top: -37px; text-align:center;}
.dataNums .dataOne{ width:90px; height:121px; margin: 0px; text-align: center; background: url(../images/numbg.png) no-repeat;background-size: 100% 100%;}
.dataNums .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
.dataNums .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
.dataNums .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#f54166;line-height: 121px;}
.sj-txt{position: absolute;bottom: 0;left: 0;width: 100%;}
.btn-cj{position: absolute;
  bottom: 38%;
  left: 35%;
  right: 15%;
  width: 30%;}
.light{    position: absolute;
  top: 23%;
  left: 0%;
  width: 100%;
  overflow: hidden;}
.notice{  position: absolute;
  top: 21%;
  color: #fff;
  left: 9%;
  right: 4%;}
.gift1{position: absolute;bottom: 0;left: 0;width: 47%;}
.gift2{position: absolute;
  top: 22%;
  left: 46%;
  width: 45%;}

  
  .o-list {
    position: relative;margin:  10px;
    padding-right: 13%;background: #fbdeba;border-radius: 25px;
    
  }
  .result {
    position: absolute;
    bottom: 0;
    right: 0;top: 0;
    width: 14%;
    text-align: center;
    color: #AF9090;    
    line-height: 24px;border-radius: 0 25px 25px 0;
  }

  .o-list .result .hb {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    width: 100%;z-index: 3;
  }

  

  .o-list .swiper-slide {
    padding: 0 0;
    position: relative;
    text-align: center;
    flex: 1;
  }

  .o-list .swiper-slide .step {
    position: relative;
    /* width: 1.24rem; */
    margin: 5px 0 4px 0;
    height: 16px;
    text-align: center;
  }

  .o-list .swiper-slide .step::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -11px;
    height: 22px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    z-index: 3;
  }

  .o-list .swiper-slide.on .step::before {
    background: url(../images/icon1.png) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
  }


  /* .o-list .swiper-slide.onlast .step::after {
    right: 50%;
  } */

  /* .o-list .swiper-slide.on .step::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(0, #ff1236 0%, #fd294e 100%);
  } */

  .o-list .swiper-slide .step::after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    right: 0;
    height: 4px;
    background: #f3ccd4;width: 100%;
  }

  .o-list .swiper-slide:first-child .step::after {
    left: 50%;
  }
  .o-list .swiper-slide:last-child .step::after {
    right: 50%;
  }

  .o-list .swiper-slide.on .o-n {
    color: #f72d76;
  }

  .o-list .swiper-slide .o-n {
    color: #f72d76;
    padding-top: 8px;
  }

  .o-list .hb {
    width: 50px;
    margin: 11px auto 0 auto;
    position: relative;
  }

  .o-list .hb .hb-num .n2{font-size: 1.68em; margin-left: -6px;letter-spacing: -2px;}
  .rule1-dialog .rule-con p b,  .rule2-dialog .rule-con p b{font-size: 1.2em;}
  /* .rule1-dialog .pop-main, .rule2-dialog .pop-main{top:15%} */
  .o-list .hb .hb-num {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    color: #f42350;font-size: 0.9em;font-weight: bold;
    text-align: center;
  }

  .o-list .hb1 .hb-num {
    color: #f42350;margin-left: 9%;
  }


.sw-img{position: absolute;top:33%;left: 35%;width: 30%;}

  .hb-num .n3 {
    margin-left: -2px;
  }

  .ol-abs{position: absolute;top: 26%;left: 3%;right: 3%;color: #fb2a81;background: #fff;border-radius: 15px;}
  .ol-abs .r{padding-left: 10px;padding: 5px 10px;}
  .ol-abs .r img{width: 5em;margin-left: 10px;}
  .btn-user{    position: absolute;
    bottom: 2%;animation: showHideAni 1s ease-in-out infinite alternate;
    left: 25%;
    right: 25%;
    width: 50%;}
  .btn-user p{position: absolute;bottom: 23%;top: 0;left: 0;right: 0;display: flex;align-items: center;color: #fff;font-size: 2em;font-weight: bold;justify-content: center;}
  @keyframes showHideAni{
    0%{
      opacity: 0;
    }
    50%,100%{
      opacity: 1;
    }
  }

  .o-list .hb .hb-txt {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /* height: 0.26rem; */
    text-align: center;
    /* font-size: 0.18rem; */
    font-weight: 500;
    color: #ffffff;font-size: 0.8em;
    /* line-height: 0.26rem; */
  }
.result .step{position: absolute;top: 51%;left: 10%;width: 60%; height: 8px;background: #ffe3c6;border-radius: 8px;}
.result .step::after{ position: absolute;content: '';top: -7px;right: -11px;   height: 22px;
  background: url(../images/icon2.png) no-repeat;
  background-size: 100% 100%;
  width: 22px;}
.result.on .step::after{ position: absolute;content: '';top: -7px;right: -11px;   height: 22px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100% 100%;
  width: 22px;}
.result .t{position: absolute;bottom: 0;left: 0;right: 0;text-align: center;color: #000;line-height: 1em;}
.fixed-bottom{position: fixed;bottom: 0;left: 0;right: 0;z-index: 400;background: linear-gradient(180deg,#fce5ec 0,#fff 55%);border-radius: 15px 15px 0 0;padding: 0 0 40px 0;}
.fixed-bottom .o-list{background: none;}
/* .fixed-bottom .result{background: linear-gradient(0,#ffa9c3 21%,#ff6981 100%);border-radius: 0;} */
.fbp1{text-align: center;font-size: 1.5em;color: #fbf5e5;font-weight: bold;}
.fbp2{text-align: center;font-size: 1.2em; color: #000;margin: 10px 0;text-align: left;padding-left: 15px;}
.fbp3{text-align: left;font-size: 1.2em;color: #fff;}
.fbp4{margin-top: 10px; text-align: left;position: relative; font-size: 1.2em;background: #fdf4ed;padding: 8px 12px;border-radius: 40px;line-height: 35px;color: #b95834;}
.btn-goorder{position: absolute;top: 10px;right: 10px;bottom: 10px;width: 80px;background: #ff1143;border-radius: 20px;color: #fff;text-align: center;}
.my-subsidy {
  padding: 0.24rem;
}

.my-subsidy .h2 {
  font-size: 1.2em;
  font-weight: 500;
  color: #ff1143;
}

.my-subsidy .subsidy-li {
  margin-top: 5px;
  display: flex;
  padding: 18px 10px 18px 0;
  overflow: hidden;
  align-items: center;
  background: url(../images/pop-bg2.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
}

.my-subsidy .subsidy-li .l {
  position: relative;
  width: 27%;
  text-align: center;
  /* border-right: 1px dashed #FDC6D1; */
  color: #f72d76;
  letter-spacing: -4px;
}

.my-subsidy .subsidy-li .l b {
  font-size: 36px;
  font-weight: normal;
}

.my-subsidy .subsidy-li .m {
  flex: 1;
  padding-left: 10px;
}

.my-subsidy .subsidy-li .m1 {
  color: #f72d76;
  font-size: 1.2em;
}

.my-subsidy .subsidy-li .m2 {
  color: #f72d76;
  font-size: 0.92em;
}
.subsidy-ul{max-height: 20vh;overflow-y: auto;}
.my-subsidy .subsidy-li .r.bs1 {border: 1px solid #b3b3b3;color: #b3b3b3;}
.my-subsidy .subsidy-li .r {
  width: 62px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #FE193D;
  font-size: 0.92em;
  border-radius: 13px;
  border: 1px solid #FE193D;
}
.zp1{position: absolute;    top: 20%;
  right: 11%;
  width: 26%;}
.dog{position: absolute;bottom: 0;left: 0;width: 50%;}
.mc-ani{position: absolute;    bottom: 0;
  top: 28%;
  width: 27%;overflow: hidden;}
.mc-ani .swiper-container{height: 100%;}
.pro-box{background: #c8032c;height: 12px;border-radius: 4px;margin-top: 5px;}
.pro-box div{background: #fde8dd;width: 20%;height: 100%;transition: all 0.5s ease-in-out;border-radius: 4px;}
.pro-box .pro-l{position: relative;flex: 1;height: 8px;background: #ffd7d1;border-radius: 8px;}
.pro-box .pro-l div{width: 20%;background: #cd1142;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%;}
.pro-box .pro-r{color: #666666;width: 50%;}
.bg3{background: #fe566e;border-radius:0 0 15px 15px;padding: 10px;box-shadow: 0 0 10px rgb(255 238 204) inset;}
.bg3 .floorbk-con{}
.down-p{position: absolute;top: 0;left: 0;background: linear-gradient(0deg,#fe165c 0%,#fca7d7 100%);color: #fff;z-index: 3;padding: 0 5px;border-radius:0.6em 0 0.6em 0; }
.down-p img{    width: 0.8em;  margin-top: 0.15em;  margin-right: 0.2em;}

.p-txt{position: absolute;top: 41%;right: 25%;z-index: 9;color: #a67626;font-size: 0.9em;}
.p-del{position: absolute;top: 1%;left: 12%;color: #a1a1a1;font-size: 0.9em;line-height: 1em;}
.guangquang{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;animation: gqAni 0.8s ease-in-out 1;animation-fill-mode: forwards;}
@keyframes gqAni{
  0%{transform: scale(1);}
  100%{transform: scale(4);}
}
.btn-baozhangzhong .t{display: inline-block;vertical-align: top;padding-left: 10px;}
.loading{
  width: 30px;
  height: 6px;margin-top: 15px;
  display: inline-block;vertical-align: top;
}
.loading span{
  display: inline-block;vertical-align: top;
  width: 6px;
  height: 100%;
  margin-right: 4px;
  border-radius: 50%;
  background: #c9295f;
  -webkit-animation: load 0.8s ease infinite;
}
.loading span:last-child{
  margin-right: 0px; 
}
@-webkit-keyframes load{
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}
.loading span:nth-child(1){
  -webkit-animation-delay:0.1s;
}
.loading span:nth-child(2){
  -webkit-animation-delay:0.2s;
}
.loading span:nth-child(3){
  -webkit-animation-delay:0.3s;
}

#step2 .zj-num{top:30%}
#step2 .zj-num img{width:45%}
.popq1{position: absolute;bottom: 5%;left: 0;right: 0;}
.quan-quan{position: absolute;top: 0%;left: 0;right: 0;z-index: 3;}
.quan-con{opacity: 0;}
.popq2Ani{animation: moveUp 0.5s ease-in-out 1;animation-fill-mode: forwards;}
.popq1Ani{animation: moveDown 0.5s ease-in-out 1;animation-fill-mode: forwards;}
@keyframes moveUp{
  0%{transform: translateY(0);}
  100%{transform: translateY(-200%);}
}
@keyframes moveDown{
  0%{transform: translateY(0);}
  100%{transform: translateY(200%);}
}
.btn-sx{position: absolute;bottom: 2%;left: 25%;right: 25%;width: 50%;}

.pop-main{position: fixed;top: 50%;transform: translateY(-50%); left: 5%;right: 5%;z-index: 400;}
.pop-main .t{    padding: 0 25%;  font-size: 2em;  color: #fd4a9e;  text-align: center;  position: absolute;  top: -3px;}
.pop-main .rule-con{background: linear-gradient(180deg,#ffdede 0%,#fff 100%); border-radius: 10px;padding: 10px; max-height: 70vh;overflow-y: auto;}
.rule2-dialog .rule-con p b{font-size: 1.2em;}
.rule-con p span{color: #f93100;}
.rule-con p b{font-size: 2em;}
.btn-iknow{    margin: 10px auto;display: none;
  background: #fd4a9e;
  border-radius: 30px;
  height: 50px;
  width: 200px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;}
.pop-main .p{line-height: 1.4em;}

.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;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  left:0;
  width: 100%;
}
.page-dialog-con {
  width: 100%;
  margin: -26% 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%;
}
.vip-t,.order-num{position: absolute;top:20%;left: 0;width: 100%;text-align: center;z-index: 2;font-size: 0.9em;}
.order-num{top: 0;color: #fffcdd;}
.hb-n{position: absolute;top: 41%;left: 0;right: 0;text-align: center;color: #ef081d;font-size: 1.4em;}
.hb-n b{font-size: 2em;}
.over{position: absolute;display: flex;width: 50px;height: 50px;}
.cou-btn-s{position: absolute;top:5em;right: 2%;width: 28%;}
/* .over{flex:1;text-align: center;} */
.over1{top: 46%;left: 12%;}
.over2{top: 46%;left: 43%;}
.over12{top: 68%;left: 78%;}
.over3{top: 46%;left: 75%;}
.over4{top: 76%;left: 12%;}
.over5{top: 76%;left: 34%;}
.over6{top: 76%;left: 57%;}
.over7{top: 76%;left: 79%;}
.over8{top: 11em;left: 15%;}
.over9{top: 11em;left: 46%;}
.over10{top: 19%;left: 22%;}
.over11{top: 19%;left: 65%;}
.cou-closed{position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 10%;}
#floor1{transition: 0.5s all ease-in-out;}

.over div{width: 50px;height: 50px;border-radius: 50px;margin: 0 auto; line-height: 50px;text-align: center;color: #fff;font-weight: bold;font-size: 0.8em;background: rgba( 0, 0, 0 ,0.46);}

#demoCanvas{position: absolute;bottom: 0;left: 0;right: 0;z-index: 3;}
.gua-btns{position: absolute;bottom: 2%;left: 4%;right: 4%;z-index: 5;display: flex;align-items: center;}
.guab{position: relative;}
.guab2{flex:3;padding:0;}
.guab1{flex:1;}
.guab3{flex:1}
.hader{position: absolute;top: 60%;right: 0;width: 50px;}
.icon3{position: absolute;top: 5%;left: 5%;width: 50px;}
.icon_mf{    position: absolute;  top: 40%;  left: 5%;  width: 74px;}

.gua-zj-info{position: absolute;top: 32%;left: 0;right: 0;text-align: center;}
.gua-zj-info p{color:#ff3e75;font-size: 1.2em;margin-bottom: 10px;}
.gua-zj-info .n{ margin: 10px 0;display: inline-block;vertical-align: top; width: 60%;}
.gua-zj-info .n div{ display: flex;align-items: center;justify-content: center;color: #ef081d;flex-direction: column;}
.gua-zj-info .n div b{font-size: 4em;}
.hb-tips1{background: linear-gradient(0,#ff638f 0%,#ff4974 100%);height: 1.3em;line-height: 1.3em;border-radius: 1.3em;color: #fff;width: 50%;margin: 10px auto;}
.gua-pop-btn{position: absolute;bottom: 7%;left: 30%;right: 30%;width: 40%;z-index: 4;text-align: center;}

.order-myprize.order-ul{width:60%;margin:0 auto}
.order-ul{width:94%;margin: 0 auto; display: flex;align-items: center;flex-wrap: wrap;}
/* .order-myprize.order-ul .order-li{opacity: 1; animation: none; background: #fff;padding: 5px;border-radius: 10px;margin-bottom: 10px;width: 109px;height: 109px;} */

.n22 del{color:#494949}
.order-myprize .r{text-align: left;position: absolute;bottom: 1px;left: 1px;right: 1px;background: rgba( 0, 0, 0 ,0.46);color: #fff;padding: 5px;border-radius: 5px 5px 10px 10px;text-align: center;}
.mdq-t{position: absolute;top: -10px;left: 10px;display: inline-block;vertical-align: top;background: url(../images/pop4-bg2.png) no-repeat;background-size: 100% 100%;padding: 4px 10px 10px 10px;color: #fff;font-size: 1.2em;font-weight: bold;}
.order-myprize .n33{color:#494949;font-size: 0.9em;}
/* .gua-pop1 .quan-main{top:1%} */
.btn-xd{position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  background: #fb2b81;
  border-radius: 2em;
  bottom: 0;
  color: #fff;
  text-align: center;}
.oli{position: relative;margin: 0 4px;}
.oli .t{color: #900038;padding:5px 10px;}
.myp-tab{text-align: center;margin: 10px 0;}
.myp-tab .item{width: 25%;display: inline-block;vertical-align: top;color: #717171;line-height: 1.8em;}
.myp-tab .item.on{background: #ff3a87;border-radius: 1.8em;text-align: center;color: #fff;font-size: 1.2em;}
.myprize-pop .fixed-bottom{background: #fddae5;}
.myprize-pop .fbp1{color:#f22c5a}
.icont{position: absolute;bottom: 100%;left: 0;right: 0;}
.xrkh1{    position: absolute;
  top: 17%;
  left: 9%;
  width: 36.5%;
  z-index: 9;}
.pop-close{position: absolute;bottom: 0;height: 4em;left: 0;right: 0;}
.rule-btn1{position:absolute;top:0;width:40%;right:2%;height:20%}
.djs321-box{          position: absolute;
    bottom: 32%;
    right: 0%;
    width: 34%;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.qx-list{  background: #fff;padding:10px;border-radius:15px;width: 96%;margin: 0 0 0 2%;}
.qx-list .t{font-weight: bold;color: #000;font-size: 1.2em;position: relative;}
.cou-list{margin-bottom: 10px; background: linear-gradient(90deg,#ff3b49 0%,#e91928 100%);border-radius: 10px;padding:8px;position: relative;padding-right: 1%;}
.cou-list .pd-l{padding-right: 25%;}
.cou-list .swiper-container{padding-right: 3%;}
.r-abs{position: absolute;top: 0;right: 0;bottom: 0;width: 40%;background: url(../images/coubg3.png) no-repeat;background-size: 100% 100%;padding: 3% 2% 3% 15%;z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
/* .g-clist .pd-l{padding-right: 30%;} */
.p1{color: #ff0000;font-size: 0.92em;line-height: 1.2em;}
.p2{color: #757575;font-size: 0.92em;line-height: 1.2em;}
.cou-yz{background: url(../images/yz_bg.png) no-repeat;background-size: 100% 100%;padding: 14% 4% 24% 4%;color: #ffe5c8;}
.cou-yz b{font-family: "DINOT-Bold";font-size: 1.48em;}
.cou-list .swiper-slide{width:30%;margin-right: 1%;padding: 3% 0; background: url(../images/coubg1.png) no-repeat;background-size: 100% 100%;color: #faeecd;}
.cou-list .swiper-slide.sty2{background: url(../images/coubg2.png) no-repeat;background-size: 100% 100%;color: #5b3315;}
.g-clist .swiper-slide{background: #fff;border-radius: 8px;padding: 2%;}
.cou-c{display: flex;align-items: center;}
.cou-c .l{width: 70%;text-align: center;}
.cou-c .l b{font-size: 1.8em}
.cou-c .r{width: 30%;line-height: 1.2em;text-align: center;}
.cou-c1{position:absolute;left:0;right:0;top:20%;text-align: center;}
.cou-c1 p{color:#222222;font-size:0.7em;line-height: 1em;}
.cou-c1 div{color: #222222;letter-spacing: -3px;}
.cou-c1 div b{font-size: 2em;}
.cou-btn2{position: absolute;top: 10%;left: 20%;width: 60%;display: none;}
.yl-box{margin: 10px  2% 0 2%;}
.cou-btn{    position: absolute;
  left: 11.5%;
  bottom: 6%;
  width: 77%;z-index: 3;}
 .qx-list .abs-djs{padding-top: 0;}

.order-goods  .abs-djs{color: #fff;line-height: 1.4em;padding: 1px 0 1px 0; }
.zhe5 .abs-djs{position: absolute;top:34%;font-size: 0.9em; right: 0;background: none;color: #000;line-height: 1.2em;}
.qx-bg12 .t .abs-djs .r{color: #ff386c;font-size: 0.8em;}
.qx-list  .abs-djs .r {color:#ff3240;}
.abs-djs .r{display:flex;color:#fff;align-items: center;}

.float-goods { 
  position: absolute;
  bottom: 8%;
  display: flex;
  align-items: center;
  width:30%;
  right: 2%;
}
.float-goods .float-gli{  margin: 0 2%;  z-index: 3;border-radius: 8px;
  background:#fff; padding:1.5%;}
.top-num{position: absolute;top: -10px;left: -10px;width: 20px;height: 20px;border-radius: 20px;text-align: center;background:linear-gradient(0,#010101 0%,#000 100%); 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: #000;
  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;padding: 0 5px;}
.fg-info p{font-size:0.9em}
.g1-price{padding: 0;display: flex;z-index: 4;align-items: center;justify-content: flex-start;color: #000;margin-top: 4px;}
.g1-price img{width: 34%;}
.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: 1em;text-align: left;letter-spacing: -1px;}
.g1-price .l div span{font-size: 1.36em;}
.g1-price .l div .d{font-size: 0.8em;}

.special-block .goods-li{background: url(../images/hwsd1_03.png) repeat-y;background-size: 100% auto; margin: 0;padding: 10px 5px 0 5px;display: flex;align-items: center;flex-wrap: wrap;}

.special-block .goods-li .goods_list{width: 32.3%;}
/* .special-block .goods-li .goods_list .g-line{border-radius: 8px;border: 1px solid #fff;  background: linear-gradient(0,#fff1ba 0%,#fff 90%);} */
.abs-txt{position: absolute;bottom: 2%;left: 2%;}
.abs-txt .i{display: inline-block;vertical-align: top;background: rgba( 255, 255, 255 ,0.82);background-size: 100% 100%;padding: 5px 10px;margin-bottom: 10px;color: #000;border-radius: 15px 15px 15px 0;
animation: tag 2s ease-in infinite;}
.abs-txt>div:last-child .i{animation-delay: 1s;}
/* #special-block2 .goods-li .goods_list .g-line,#special-block2 .float-gli{background: linear-gradient(0,#ffbedd 0%,#fff 90%);} */
.g-num{position: absolute;bottom: 10%;left: 0;width: 100%;color: #fff;}
.sw-bg4-swiper{background: url(../images/hwsd_14_01.png);background-size: 100% 100%;padding: 0 10px 0 10px;position: relative;margin-top: -2em;}
.sw-bg4-swiper .swiper-wrapper{display: flex;align-items: center;flex-wrap: wrap;}
.sw-bg4-swiper .swiper-slide{width:31.3%;margin:1%; border: 1px solid #f59cc8;background: #fff;border-radius: 10px;padding: 8px;}

.cou-swiper{position: absolute;bottom: 5%;left: 5%;right: 5%;}
.cou-swiper .swiper-slide{background:url(../images/cou-li1.png) no-repeat;background-size: 100% 100%; padding: 0 8px 0 8px;width: 20%;}
#floor1-1 .cou-swiper .swiper-slide{width: 31%;}
.cou-swiper .swiper-slide .l{font-weight: bold;color: #b8632b;white-space: nowrap;margin-top: 10px;}
.cou-swiper .swiper-slide .r{white-space: nowrap;position: relative;font-size: 0.8em;color: #b8632b;}
.cou-swiper .swiper-slide .l b{font-size: 2em;margin-left: -3px;}
.btn-cz{position: absolute;bottom: 5%;left: 50%;margin-left: -6em;width: 12em;z-index: 3;}
.z65{position: absolute;bottom: 34%;left: 81%;width: 3em;z-index: 3;}


.btn-box{    position: absolute;
  top: 45%;
  right: 3%;
  z-index: 3;
  height: 21%;}
.btn-box .btn div{display: flex;align-items: center;justify-content: center;height: 100%;}
.btn-box .btn{background: linear-gradient(0,#883f0f,#c58442);height: 100%;border-radius: 0.8em;color: #fff;line-height: 1em;font-size: 1em;padding: 0 5px;
  }
.btn-box  .btn-sy,.btn-wait{display: none;background: linear-gradient(0,#d9d9d9,#a3a3a3);text-align: center;}
.btn-box1{right: 50%;}

.order-g-bg{background: linear-gradient(180deg,#ffffff,#ffc1e1);border-radius:10px;padding: 10px;width: 96%;margin-left: 2%;position: relative;z-index: 3;}
.order-g-bg .t{font-size: 1.4em;font-weight: bold;color: #000;margin-bottom: 10px;}
.order-goods{align-items: center;background: url(../images/bg2.png) no-repeat;background-size: 100% 100%;padding:10px 6px;border-radius: 10px;position: relative;}
.order-goods .l{width: 3.4em;height: 3.2em;line-height: 3.2em;color: #824118;font-size: 1.4em;font-weight: bold; border-radius: 10px;overflow: hidden;text-align: center;}
.order-goods .l b{font-size: 1.5em;}
.order-goods .t{color: #fff;font-size: 0.9em;margin-bottom: 0;}
.order-goods .t span{display: inline-block;vertical-align: top;border: 1px solid #d59367;color: #fff;border-radius: 20px;height: 25px;line-height: 24px;font-size: 0.8em;padding: 0 4px;}
.order-goods .cj-tips{color: #fff;margin-top: 0;font-size:0.88em}
.order-goods .btn {height: 35px;background: #fbece1;line-height: 35px; border-radius: 5px;text-align: center;padding: 2px 5px; color: #f6345c;font-weight: bold;}

.mc-swiper{
    position: absolute;
    top: 4%;
    right: 2%;
    width: 34%;
    height: 30px;
    overflow: hidden;
}
.mc-swiper .swiper-container, .mc-swiper .swiper-container .swiper-slide{height: 30px;color: #fff;text-align: center;  background: linear-gradient(45deg, #ff6d1d, #fff);font-weight: bold; /*设置渐变的方向从左到右 颜色从ff0000到ffff00*/
  -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;/*给文字设置成透明*/}
/*实现文字颜色从红到黄的线性渐变效果*/


.mc-swiper .swiper-container .swiper-wrapper{align-items: flex-start;height: 30px;}
.mc-swiper .swiper-container .swiper-slide>div{position:absolute;top:20%;left:2%;color:#fff;line-height: 1.2em;font-weight: bold;text-align: left;font-size: 0.95em;}
.mc-swiper .swiper-container .swiper-slide>div p{font-size: 0.8em;color: #ff2a64;}

.ani4{animation: showBigAni 0.8s ease-in-out;animation-fill-mode: forwards;position: fixed;top: 50%;left: 27%;z-index: 5;}

@-webkit-keyframes showBigAni{
  0%{
     transform: scale(0.8);opacity: 0;
  }
  5%{opacity: 1;}
  100%{
     transform: scale(1.2);opacity: 1;
  }
}
.rule-list{position: absolute;
  top: 14%;
  right: 2%;
  width: 20%}
.rule-list .l{flex:1;}
.pop4-num{color:#fff}
.pop4-num b{color:#ffe490;}
.shengquan-box{background: #fff;border-radius: 10px;padding: 10px 10px 10px 0;position: relative;z-index: 3;margin: -15px 2% 0 1.9%;}
.shengquan-box>.l{position: relative; background: #ffebef;border-radius: 10px;margin-left: 10px;padding: 8px;flex: 1;}
.shengquan-box .con{padding-top: 5px;}
.shengquan-box .con .l:first-child{margin-right: 4px;}
.shengquan-box .t{padding-right: 18%;}
.shengquan-box .con .l img{border-radius: 8px;}
.shengquan-box .con .l div{text-align: center;color: red;font-weight: bold;}
.shengquan-box .con .l div b{font-size: 1.2em;}
.shengquan-box .buy-djs{position: absolute;top: 0;right: 0;color: #b07985;}
.shengquan-box .abs-djs .r{color: #b07985;}
.shengquan-box .cou-c{background: url(../images/cou_bg1.png) no-repeat;background-size: 100% 100%;padding: 15px 0;}
.shengquan-box .cou-c .l{width: 50%;}
.shengquan-box .cou-c .r{width: 50%;padding: 0 3%;}
.shengquan-box .cou-c .r .btn{text-align: center;background: #f93a3a;padding:0 ;color: #fff;color: #fff;border-radius: 15px;height: 30px;line-height: 30px;overflow: hidden;}
.shengquan-box .cou-c .r .btn .swiper-slide,.shengquan-box .cou-c .r .btn .swiper-container{height: 30px;overflow: hidden;}
.shengquan-box .cou-c .r .btn .swiper-wrapper{align-items: center;}

.p3-bg2-n1{position: absolute;top: 23%;left: 0;width: 100%;color: #ef081d;font-weight: bold;text-align: center;font-size: 1.5em;}
.p3-bg2-n2{position: absolute;top: 55%;left: 23.5%;width: 21%;color: #fff;text-align: center;font-size: 0.92em;}
.p3-bg2-n3{position: absolute;top: 55%;left: 40%;width: 20%;color: #fff;text-align: center;font-size: 0.92em;}
.p3-bg2-n4{position: absolute;top: 55%;left: 56.5%;width: 18%;color: #fff;text-align: center;font-size: 0.92em;}
.p3-bg2-n5{position: absolute;top: 40%;left: 52%;width: 15%;color: #e54c44;text-align: center;font-size: 0.92em;}
.p3-bg2-n6{position: absolute;top: 40%;left: 33%;width: 15%;color: #fff;text-align: center;font-size: 0.92em;}

.p3-img1 .p3-bg2-n1{top: 22%;left: 0;width: 100%;}
.p3-img3 .p3-bg2-n1{top: 37%;}
.p3-img1 .p3-bg2-n2{top: 40%;left: 32%;width: 16%;color: #fff;}
.p3-img1 .p3-bg2-n3{top: 40%;left: 51%;width: 17%;color: #ef081d;}
.p3-img1 .p3-bg2-n4{top: 54%;left: 54%;width: 12%;color: #fff;}
.p3-img1 .p3-bg2-n5{top: 54%;left: 32%;width: 15%;color: #fff;font-size: 0.8em;}

.p3-bg2-n1 b{font-size:3em}
.quan-main p{color:#fff;margin-top: 6px;}
.quan-main .n p{color:#ef081d;margin-top: 6px;}
.quan-main .n .c-black{color:#fff;margin: 0;}
.quan-main .n .c-black span{color: #fff;}
.bd-tit{position: absolute;bottom: 84%;left: 0;z-index: 2;right: 0;}
.bd-cou{position: absolute;bottom: 34%;left: 24%;right: 24%;text-align: center;}
.bd-cou .t{color: #000;}
.bd-i{background: url(../images/pop-bg1.png) no-repeat;background-size: 100% 100%;padding:5px 0;position: relative;z-index: 3;margin: 10px 8px;}
.bd-i .l{width: 40%;text-align: center;color: #fff;}
.bd-i .l b{font-size: 1.42em;}
.bd-i .r{flex: 1;margin: 0 4%; text-align: center;border: 1px solid #fff;border-radius: 1em;color: #fff;}

.rt-1{position: absolute;top: 9%;left: 5%;width: 68%;}
.rt-2{position: absolute;top: 44%;left: 5%;width: 66%;}
.rt-3{position: absolute;top: 78%;left: 5%;width: 66%;}

.p1-txt{position: absolute;bottom: -10px;left: 0;color: #e91136;text-align: center;width: 100%;}

.dr{position: absolute;bottom: 12%;left: 5%;width: 20%;z-index: 5;}

.dr1{width: 8%;bottom: 17%;}
.dr2{width: 9%;left: 82%;bottom: 20%;}
.dr3{width: 8%;left: 88%;}
.dr4{width: 12%;left: 19%;bottom: 5%;}
.dr5{width: 12%;left: 66%;}
.dr6{width: 32%;left: 34%;bottom: 0;}
.dr7{left: 5%;width: 9%;bottom: 68%;animation: couaniHideLeftTop 2s ease-in-out infinite alternate;}
.dr8{left: 85%;width: 11%;bottom: 69%;animation:couaniHideRight  2s ease-in-out infinite alternate;}
.dr9{z-index: 9;left: 0;width: 100%;bottom: 0;}

@keyframes couaniHideLeftTop{
  0%{transform: translateX(0) translateY(0);opacity: 1;}
  5%{opacity: 1;}
  80%,100%{transform: translateX(-32px) translateY(-27px);opacity: 1;}
}
@keyframes couaniHideRight{
  0%{transform: translateX(0) translateY(0);opacity: 1;}
  5%{opacity: 1;}
  80%,100%{transform: translateX(32px) translateY(-17px);opacity: 1;}
}
/* .zt1,.zt2{position: absolute;bottom: 50%;left: 0;width: 100%;z-index: 5;overflow: hidden;height: 5em;display: none;} */
.zt1 img,.zt2 img{height: 100%;}
.shortenAni{animation:shortenAni 0.8s ease 1; transform-origin: bottom center;animation-fill-mode: forwards;}
.flyTopInAni{animation: flyTopInAni 0.56s ease-in 1;}
@keyframes shortenAni{
  0%{
    transform: rotate3d(-13, 5, 1, 33deg);
    height: 5em;opacity: 1;
  }
  100%{
    transform: rotate3d(-13, 5, 1, 33deg);
    height: 1em;
    opacity: 0;
  }
}
@keyframes flyTopInAni{
  0%{
   transform: translateY(-300px);
  }
  100%{
    transform: translateY(0);    
  }
}
.demo {  position: absolute;bottom: 59%;left: 0;width: 100%;z-index: 5;height: 5em;}
.demo .pt {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;    color: white;  text-align: center;}
.demo .max{display: block;}
.demo .min{display: none;}
.max .zt1{animation:shortenAni 1.2s ease 1; transform-origin: bottom center;animation-fill-mode: forwards;display: block;}
.max .zt2{animation: flyTopInAni 0.4s ease-in 1;display: block;}
.zt1{position: absolute;bottom: 0;left: 0;right: 0;}
/* .top-ani2 .zt1{animation: flyTopInAni 0.6s ease-in 1;display: block;}
.top-ani2 .zt2{animation:shortenAni 1.2s ease 1; transform-origin: bottom center;animation-fill-mode: forwards;display: block;} */
.qx-list .l{flex: 1;font-weight: bold;}
.yl_l{position: absolute;top: 20%;width: 50%;left: 25%;}
.m-pro{flex: 1;text-align: right;}

.zhe8{        position: absolute;
    bottom: 18%;
    left: 30%;
    width: 17%;}
.rule2-btn{position: absolute;top: 0;left: 0;width: 40%;bottom: 0;z-index: 3;}

.btn-fp{    position: absolute;
  bottom: 13%;
  top: 14%;font-weight: bold;font-size: 1.1em;
  right: 2%;
  border-radius: 25px;
  background: linear-gradient(0, #ff6612, #ffa06c);
  color: #fff;
  text-align: center;
  display: flex;padding: 0 5px;
  align-items: center;
  justify-content: center;z-index: 3;}
/*.btn-fp span{width:6px;height: 4px;background: #fff;margin-left: 4px;}*/

 .pop-xfl .quan-bg{background: rgba( 0, 0, 0 ,0.96);}
  .xfl2{margin-top: -7em;animation: rightAni 0.6s ease-in-out;}
  .xfl2>div{    position: absolute;    top: 41%;    left: 0;    width: 100%;    z-index: 3;    color: #fff;    font-size: 1.8em;    font-weight: bold;}
  .xfl3{margin-top: -2em;animation: leftAni 0.35s ease-in-out;}
  
  .xfl-box{position: fixed;top: 0;bottom: 0;left: 0;width: 100%;z-index: 340;}
  .xfl4{position: absolute;       top: 15%;    left: 20%;    width: 60%;  z-index: 345;animation: ani_hbdong 0.5s ease-in-out infinite alternate;transform-origin: center center;}
  .xfl5{position: absolute;top: 37%;    width: 34%;    left: 33%;z-index: 346;}
  .xfl6{position: absolute;bottom: 0;left: 0;z-index: 341;height: 100%;}
  .xfl7{position: absolute;bottom: -40px;left: 0;z-index: 342;}
  .xfl8{position: absolute;top: 20%;z-index: 344;width: 20%;left: 15%;animation: ani_yanhua 1.5s ease-in-out infinite;}
  .xfl9{position: absolute;top: 20%;z-index: 344;width: 25%;right: 30%;animation: ani_yanhua 1.5s ease-in-out infinite;animation-delay: 0.5s;}
  @keyframes ani_yanhua{
    0%{top: 20%;transform: scale(0);}
    100%,50%{top: 0%;transform: scale(1);}
  }
  @keyframes ani_hbdong{
    0%{transform: rotate(0deg);}
    20%{transform: rotate(-5deg);}
    40%{transform: rotate(0deg);}
    60%{transform: scale(5deg);}
    80%,100%{transform: scale(0deg);}

  }
  .xfl10{position: absolute;bottom: 25%;right: 0;width: 100%; animation: ani_xfl10 0.5s ease-in-out;transform-origin: center bottom;}
  @keyframes ani_xfl10{
    0%{width: 0;right: -100%;}
    100%{width: 100%;right: 0}
  }
  .xfl-s3 .quan-bg{background: url(../images/xfl_11.png) no-repeat;background-size: 100% 100%;}

    /* 翻转效果 */

    .bk-trun-box .list{  display: flex      ;margin: 0 10%;
          padding: 8px 0;
          flex-wrap: wrap;
          justify-content: center;transition: 0.5s ease-in-out;
      }
    .bk-trun-box .list1{margin: 0 2%;justify-content: left;flex-wrap: nowrap;padding: 0;}
    .bk-trun-box .list .li{max-width: 31.333%;min-width: 31.33%; flex: 1;margin: 0;transition: 0.5s ease-in-out;}
    .bk-trun-box .list3 .li{margin: 0 1%;}
    .bk-trun-box .list4 .li{max-width: 50%;min-width: 50%;}
    .bk-trun-box .list .li{   position: relative;
      perspective: 1000px;
    }
    .bk-trun-box .list1 .li .good-front{
      transform: rotateY(0);
      transition: all 0.50s ease-in-out 0s;
      position: relative;overflow: hidden;
      padding: 0;
  }
    .bk-trun-box .list .li .good-front{
      transform: rotateY(0);
      transition: all 0.50s ease-in-out 0s;
      position: relative;overflow: hidden;
      padding: 5px;
  }
  .bk-trun-box .list1 .li .good-front{
    height: 10em;padding: 0;
  }
 
  .list1 .good-front img{height: 100%;}
  .bk-trun-box .li .img-box { border-radius: 12px;position: relative;}
  .bk-trun-box .li .img-box img{border-radius: 12px;}
  .bk-trun-box .li p{text-align: center; color: #000100;}
  .bk-trun-box .li .p{color: #f30314; font-family: 'DINOT-Bold';font-size: 1em;letter-spacing: -1px;text-align: left;line-height: 1em;margin-top: 5px;}
  .bk-trun-box .list1 .li .cart{    position: absolute;    bottom: 0;    right: 2%;    width: 34%;}
  .list1 .li .del{text-align: left;text-decoration: line-through;color: #333;}
  .list1 .title{height: 23px;line-height: 23px;overflow: hidden;}
  .bk-trun-box .list1 .li{position: relative;width: 100%;max-width: 100%;min-width: 100%;border-radius: 10px;overflow: hidden;}

  .bk-trun-box .li .p .unit{font-size: 0.8em;}
  .bk-trun-box .li.hover .good-front{
      transform: rotateY(-180deg);
      z-index: -1;opacity: 0;
  }
  
  .bk-trun-box .list .li .good-back{
      z-index: -1;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 5px;
      transform: rotateY(180deg);
      transition: all 0.50s ease-in-out 0s;
      opacity: 0;
  }
  .bk-trun-box .list1 .li .good-back{background: #feeaeb;}
  .bk-trun-box .list1 .li .good-back-hb{padding: 0;}

  .bk-trun-box .list .li.hover .good-back{
    transform: rotateY(0);
    z-index: 3;
    opacity: 1;
  }
  .bk-trun-box .list .li.hover .good-back .back-bg{width: auto;height: 100%;}
  .hb-num1{position: absolute;top: 25%;left: 0;width: 100%;color: #f42853;font-size:1.5em ;font-weight: bold;}
  .hb-num1 b{font-size: 2em;}
  .hb-num2{position: absolute;bottom: 10%;left: 0;width: 100%;color: #fff;}

  .bk-trun-box  .list-ani .li:nth-child(1){transform: translate(100%,0);}
  .bk-trun-box  .list-ani .li:nth-child(3){transform: translate(-100%,0);}
  .bk-trun-box  .list-ani .li:nth-child(4){transform: translate(50%,-100%);}
  .bk-trun-box  .list-ani .li:nth-child(5){transform: translate(-50%,-100%);}

  .bk-trun-box  .list4.list-ani .li:nth-child(1){transform: translate(50%,0);}
  .bk-trun-box  .list4.list-ani .li:nth-child(2){transform: translate(-50%,0);}
  .bk-trun-box  .list4.list-ani .li:nth-child(3){transform: translate(50%,-100%);}
  .bk-trun-box  .list4.list-ani .li:nth-child(4){transform: translate(-50%,-100%);}

  /* .bk-trun-box  .li:nth-child(2).hover .good-back{z-index: 500;}
  .bk-trun-box .list-ani .li:nth-child(5) .good-back::before{position: absolute;content: ''; top: 0;left: 0;right: 0;bottom: 0;z-index: 900;border: 2px solid #faf2e1;background: #fff;border-radius: 10px;box-shadow: 0 0 10px #fff3ca;}
   */

  .xfl-hb-num{position: absolute;top: 39%;left: 0;width: 100%;color: #f42853;font-size: 1.5em;}
  .xfl-hb-num div{color: #fff;margin-top: 23%;}
  .xfl-hb-num p{font-size: 2em;}
  .xfl-hb-num p b{font-size: 1.4em;}
  .bigShowAni{animation: bigShow 0.8s ease-in-out;}
  @keyframes bigShow{
    0%{transform: scale(0);}
    80%,100%{transform: scale(1);}
  }

  .goods-pro>div{    background: #f73e64;
    border-radius: 15px;
    font-size: 0.8em;
    width: 50%;
    white-space: nowrap;
    color: #fff;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;}
  .goods-pro{    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 2px;
    overflow: hidden;
    background: #fdc3c5;
    border-radius: 15px;
    z-index: 3;color: #fff;}

  .back-hb-1{position: absolute;top: 5%;left: 0;right: 0;text-align: center;color: #894e1d;}
  .back-hb-2{position: absolute;top: 33%;left: 0;right: 0;text-align: center;color: #894e1d;}
  .back-hb-2 b{font-size: 1.5em;}
  .bk-trun-box .li .back-hb-2 p{color: #894e1d;}
  .back-hb-3{position: absolute;bottom: 5%;left: 0;right: 0;text-align: center;color: #894e1d;}
  .btn-fankai{background: linear-gradient(180deg,#ff6612,#ffa06c);position: relative; border-radius: 10px;margin: 0 10%; padding: 10px;color: #fff;text-align: center;}
  .btn-fankai .b-fk-1{font-size: 1.4em;font-weight: bold;}
  .order-list-pop .abs-djs .r{color: #bd8b5c;}
  .order-list-pop .buy-djs{color: #bd8b5c;justify-content: center;}
  .order-list-pop .img-box{background: #fff;}

  .hb-fall-pop,.fanpai-pop{position: fixed;top: 15%;right: 0;width: 20%;z-index: 5;}
  .fanpai-pop{top: 45%;width: 18%;}
  .hb-fall-pop .txt,.fanpai-pop .txt{position: absolute;bottom: 0;left: 0;right: 0;z-index: 6;color: #e42b4a;text-align: center;font-size: 0.8em;}
  .fanpai-pop .txt{color: #fff;}
  .hb-fall-pop .buy-djs{color: #e42b4a;padding:0;}

  .tmp202504-sty9 {  position: relative;   margin: 10px 0;}
  .tmp202504-sty9 .top-cate-ul{position: absolute;bottom: 0;right: 5%;width: 25%;}
  .tmp202504-sty9 .top-cate{border-radius: 8px;overflow: hidden;}
  .tmp202504-sty9 .top-cate-ul .tmp-li{width: 100%;}
  .tmp202504-sty9 .top-cate-ul .img-box{margin: 3px;}
  .tmp202504-sty9 .top-cate-p{font-size: 1.2em;font-weight: 600;text-align: center;color: #E8092F;}
  .tmp202504-sty9 .top-cate-p .unit,  .tmp202504-sty9 .top-cate-p .d{font-size: 0.8em;}
  .tmp202504-sty9 .tmp-ul{display: flex;align-items: flex-start;flex-wrap: wrap;margin:  10px;}
  .tmp202504-sty9 .tmp-li{width: 32%;margin-right: 2%;margin-bottom: 7px;}
  .tmp202504-sty9 .tmp-li:nth-child(3n){margin-right: 0;}
  .tmp202504-sty9 .tmp-li a {width:100%;  display: inline-block;vertical-align: top;background: #fff;border-radius: 8px;}
  .tmp202504-sty9 .img-box{border-radius: 6px;background-color: #fff;margin:  7px;position: relative;overflow: hidden;}
  .tmp202504-sty9 .price-box1 {  color: #E8092F;  text-align: center;  font-weight: bold;  font-family: DINOT-Bold;  padding-top: 4px; }  
  .tmp202504-sty9 .swiper-slide a .lazy {  height: 100%;  border-radius: 6px;  }
  .tmp202504-sty9 .price-box1 span:last-child{margin-left: -2px;}

  .tmp202504-sty9 .goods-type-item .price-box .money {letter-spacing: -2px;  flex: 1;  font-size: 1.42em; line-height: 1em;height: 1em; color: #E8092F;  text-align: left;  font-family: "DINOT-Bold";padding: 0;}
  .tmp202504-sty9 .price-box{position: relative;display: flex;align-items: center;justify-content: center; padding: 0;text-align: center;margin: 1px 8px 8px 5px;}
  .tmp202504-sty9 .goods-type-item .price-box .q1{    width: 20px;}
 .tmp202504-sty9 .top-cate-ul .goods-type-item  .title{margin-bottom:0 ;}
  .tmp202504-sty9 .goods-type-item .title {  font-size: 1em;    color: #000;  text-overflow: ellipsis;  overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 2;  line-height: 1.2em;  height: 2.33em;  -webkit-box-orient: vertical;  margin: 7px 0 7px;  padding: 0 8px;  word-break: break-all;}
  .tmp202504-sty9 .goods-type-item .price-box .money .unit {  font-size: 0.7em;}
  .tmp202504-sty9 .goods-type-item .price-box .money .d {  font-size: 1em;}
  .tmp202504-sty9 .goods-type-item .md{margin-top: 3px;margin-bottom: 2px;}
  .tmp202504-sty9 .goods-type-item .md div {margin: 0 8px; font-weight: 500;font-size: 0.9em;color: #E8092F; display: inline-block;vertical-align: top;height: 1em;line-height: 1em; padding: 0 3px;background: #FEEDF2;border-radius: 4px;}

  .tmp202504-sty9 .bt-jb{position: absolute;top: 0;left: 0;display: inline-block;vertical-align: top;padding: 0 8px;line-height: 1.5em;height: 1.5em; background: #e8092f;color: #fff; font-size: 0.78em;border-radius: 6px 0 8px 0;}
  .tmp202504-sty9 .bt-jb img{height:1em;margin-top: 1px;margin-right: 1px;width: auto;}