::-webkit-scrollbar {
  display: none;
}
@font-face {
  font-family: "DINOT-Bold";
  src: local("fontname Regular"), local("fontname"),
    url("../font/HONORSans-Demibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.DINOT-Bold,
.dinot-bold {
  font-family: "DINOT-Bold";
}
.zihunguanxian {
  font-family: "zihunguanxian";
}
:root {
  --page-bg-mz: #ff749b;
  --page-bg-fs: #cebdef;
  --page-bg-jj: #00d1b4;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
object,
iframe,
applet,
figure,
aside,
span {
  border: thin none;
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: medium none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
a {
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
.mt10{margin-top: 0.2rem;}
a:hover {
  text-decoration: none;
}

html {
  width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  overflow: -moz-scrollbars-vertical;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875em;
  font-family: "微软雅黑", Helvetica;
  min-width: 320px;
  max-width: 640px;
  padding: 0;
  line-height: 1.5em;
  -webkit-user-select: none;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;

  background: #f0f0f0
}
img {
  width: 100%;
}

.relative {
  position: relative;
}


/*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;perspective: 2000px;
}

.swiper-pagination {
  width: 100%;
  text-align: center;
  line-height: 16px;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #cdcdce;
  margin: 0 3px;
  border-radius: 5px;
  font-size: 0;
  text-indent: -999em;
}
.swiper-pagination-bullet-active {
  background-color: #2fabff;
  width: 14px;height: 5px;border-radius: 5px;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.banner{position: relative;}
.banner .swiper-container,.banner .swiper-container .swiper-slide{width: 100%;}
.banner .logo{position: absolute;bottom: 0%;left:0%;width: 100%;z-index: 6;}
.banner .sp-img{position: absolute;    bottom: 22%;    right: 1%;    width: 53%;}
.banner .sp-price{position: absolute;    bottom: 16%;    left: 5%;    width: 53%;z-index: 99;}
.banner .swiper-slide-active .sp-img{animation: flyLeft 0.8s ease-in-out forwards;}
.banner .swiper-slide-active .sp-price{animation: flyRight 0.8s ease-in-out forwards;}
@keyframes flyRight{
  0%{transform: translateX(-100%);}
  100%{transform: translateX(0%);}
}
@keyframes flyLeft{
  0%{transform: translateX(100%);}
  100%{transform: translateX(0%);}
}
.banner .intro{    position: absolute;
    bottom: 25%;
    left: 8%;
    width: 84%;
    z-index: 7;
    color: #fff;
    font-size: 0.26rem;
    line-height: 0.38rem;}
.banner .intro .i1{position: absolute;top: 2px;left: -0.29rem;width: 0.22rem;}
.banner .swiper-pagination{position: absolute;bottom: 0;left: 0;right: 0;z-index: 5;}
.banner .swiper-slide-active{z-index: 9;}
.banner .swiper-container .ef1 img{width: 100%;}
/* .ef1{   transition: opacity 0.5s ease;            clip-path: circle(0% at 100% 100%);}
.ef1 img{transition: all 0.5s ease;transform: scale(107%);}
.swiper-slide-prev  .ef1{  
clip-path:circle(150% at 100% 100%);
}
.swiper-slide-prev  .ef1 img{  animation: maskZoomInactive 0.7s forwards;
}
.swiper-slide-active .ef1{ opacity: 1;animation: maskZoomIn 0.7s forwards;}     
.swiper-slide-active .ef1 img{ animation: maskZoomInactive 1s forwards;}      */
@keyframes maskZoomIn {
    0% {
        clip-path: circle(0% at 100% 100%);
    }
    100% {
        clip-path: circle(150% at 100% 100%);
    }
}
@keyframes maskZoomInactive {
    0% {
        transform: scale(100%);
    }
    100% {
       transform: scale(107%);
    }
}


#top-nav {
  height: 0.74rem;
  line-height: 0.74rem;
}

.g-tab {
  overflow: hidden;left: 0.2rem;right: 0.2rem;padding: 0 0.2rem;
  z-index: 70;background: #c8e8ff;position: absolute;top: 10px;border-radius: 6px;
} 
.g-tab  .swiper-slide{width: 25%;margin: 0.12rem 0;height: 0.5rem;line-height: 0.5rem;font-size: 0.32rem;}

.g-tab .current {background: #fff;border-radius: 6px;}
.g-tab .current a {
  color: #0098ff;
  font-family: PingFangSC-Medium, PingFang SC;
}

.g-tab .current a img {
  display: inline-block;
  margin-bottom: -0.05em;
}

.g-tab>div a {
  color: #272c4a;
  font-size: .95em;
  padding: 3px 3px;
  font-weight: bold;
}

.box1{margin-top: -2rem;position: relative;z-index: 3;}
.box2-c1{border-radius: 0.24rem;overflow: hidden;}
.box2-c img{border-radius: 0.12rem;}
.box2-c .swiper-pagination-bullet-active{background-color: #fff;}

.box-reason{position: relative;background: #e9b461;padding: 0.32rem 0.3rem 0.3rem 0.3rem;margin-top: 0.4rem;border-radius: 0.24rem;color: #fff;font-size: 0.26rem;line-height: 0.39rem;}
.box-reason .reason-h2{position: absolute;top: -0.2rem;left: 0.3rem;z-index: 3;width: 6.65rem;}
.box-reason div{font-size: 0.26rem;}

.box-video{margin-top: 0.24rem;}
.play-button {            position: absolute;            top: 50%;            left: 50%;            transform: translate(-50%, -50%);            width: 0.84rem;            height: 0.84rem;            border-radius: 50%;            background-color: rgba(255, 255, 255, 0.8);            display: flex;            align-items: center;            justify-content: center;            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);            transition: all 0.3s ease;            z-index: 10;        }

.box-goods{margin-top: 0.24rem;}
.hot-goods{margin: 0.24rem;}
.box-goods  .hot-goods .swiper-slide{width: 100%;}
.box-goods  .hot-goods .swiper-slide:last-child .item-3{margin-bottom: 0;}
.box-goods .item-3{position: relative;overflow: hidden;padding: 0;background: #fff;border-radius: 0.24rem;padding: 0.16rem;margin-bottom: 0.28rem;}
.box-goods  .item-3-con{display: flex;}
.box-goods  .item-3-con .item-3-goods{position: relative; width: 2.4rem;height: 2.4rem;border-radius: 0.2rem;overflow: hidden;background: #e2e2e2;}
.box-goods .item-3-con .title {  font-size: 0.3rem; text-align: left;   color: #111;  text-overflow: ellipsis;  overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 2;  line-height: 0.4rem;  height: 0.78rem;  -webkit-box-orient: vertical;  word-break: break-all;margin-top: 0.06rem;}
.box-goods .price-container4{position: absolute;bottom: 0;left: 0;right: 0;display: flex;align-items: center;}
.box-goods .price-container4 img{width: 0.41rem;}
.box-goods .m-block{margin-top: 0.14rem;}
.box-goods .m-block .m-div{display: inline-block;vertical-align: top;background: #fbeae9;padding: 0 3px;font-size: 0.24rem; color: #d52e25;border-radius: 4px;height: 0.32rem;line-height: 0.32rem;}
.box-goods .p-c4-p2{    flex: 1;   color: #E8092F;font-size: 0.26rem;   line-height: 1em;}
.box-goods .p-c4-p2 .amount1{font-weight: 600;font-size: 0.4rem;color: #E8092F;line-height: 0.32rem;}
.box-goods .item-3-goods-con{margin:0 5px 0 0.22rem;flex:1;text-align: left;position: relative;}
.box-goods  .item-3 .del-p{display: none; color: #999;text-decoration: line-through; height: 0.28rem;line-height: 0.28rem; font-size: 0.26rem;font-weight: bold;}
.box-goods .md{color: #666;font-size: 0.26rem;margin-top: 0.08rem;}
/* 弹出层样式 */
        .video-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            padding: 16px;
        }
        
        .video-modal.active {
            display: flex;
        }
        
        .modal-content {
            position: relative;
            width: 100%;
            max-width: 100%;
            height: 100%;
            max-height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .close-button {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 40px;
            height: 40px;
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 24px;
            cursor: pointer;
            z-index: 1010;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .modal-video {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .toTop {
  position: fixed;
  bottom: 12%;
  right: 2%;
  width: 10%;
  z-index: 200;
}

.fixedTab {
   position: fixed !important;
    top: 0 ;
    left: 0;
    z-index: 100;
    width: 100% !important;
    right: 0;
    padding: 0 ;
    border-radius: 0 !important;
    background: #fff;
    transition: background 0.14s ease-in-out;
}
#top-nav.fixedTab{background: #c8e8ff;padding: 0 0.2rem;}
.fixedTab .topTitle .c{display: flex;align-items: center;padding: 0 0.26rem 5px 0.2rem;}
.fixedTab .topTitle .c .l{width: 40px;}
.fixedTab .topTitle .c .m{flex: 1;padding-left:0.2rem ;}
.fixedTab .topTitle .c .m img{width: 45%;transition: all 0.5s ease-in;}
.fixedTab .topTitle.show .c .m img{opacity: 1;}
.fixedTab .topTitle .c .icon-share{width: 11%;}
/* .s-box-h{height: 1rem;} */
/* .page-body{background: url(../images/hf_02.png) no-repeat;background-size: 100% auto;padding-top: 0.08rem;} */
/* .page-body .block{padding: 0 0.5rem;} */
.tit{display: flex;align-items: center;}
.tit img{width: 2.02rem;}
.tit .tit-slogn{margin-left: 0.2rem;animation: scaleIn 2.5s ;}
.tit .tit-slogn img{width: 3.21rem;}

.t1{animation: pulse 2s ;transform-origin: left center;}
.t2{animation: pulse 2s ;transform-origin: left center;animation-delay: 1s;margin-top: 10px;}
.t1 img{width: 2.26rem;}
.c1{animation: scaleIn 0.9s ease forwards;}
.c3{padding:0.1rem 0;animation: scaleIn 0.9s ease forwards;animation-delay: 0.5s;}
.t2 img{width: 2.21rem;}
.season-b{display: flex;align-items: center;padding-top: 0.3rem;padding-bottom: 0.5rem;}
.season-b .item{flex: 1;margin-right: 9%;animation: fadeup 0.8s ease-in-out;animation-fill-mode: forwards;opacity: 0;position: relative;}
.season-b .item:nth-child(2){animation-delay: 0.4s;}
.season-b .item:nth-child(3){animation-delay: 0.8s;}
.season-b .item:nth-child(4){animation-delay: 1.2s;}
.season-b .item:last-child{flex: 1;margin-right: 0;}

@keyframes fadeup{
  0%{transform: translateY(20px);opacity: 0;}
  100%{transform: translateY(0);opacity: 1;}
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50%,100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.meeting-tab .swiper-slide{padding: 0 0.34rem;background: #fff;border-radius: 0.25rem;height: 0.5rem;line-height: 0.5rem;color: #000;font-size: 0.28rem;}
.meeting-tab .swiper-slide.current{background: #da7c2e;color: #fff;font-weight: bold;}

.b2-1{position: absolute;transform-origin: center center;top: 11%;    left: 17.5%;    width: 45%;}
.season-b .item:nth-child(1) .b2-1{animation: bigSmallAni 2s ease-in-out forwards ;}
.season-b .item:nth-child(2) .b2-1{animation: xunazhuanglAni 2s ease-in-out forwards  ;left: 32%;width: 36%;top: 13%;}
.season-b .item:nth-child(3) .b2-1{animation: xunazhuanglAni 2s ease-in-out forwards ;animation-delay: 0.5s; left: 32%;width: 36%;top: 13%;}

@keyframes bigSmallAni{
  0%{
    transform: scale(0.5);
  }
  60%,100%{transform: scale(1);}
}
@keyframes xunazhuanglAni{
  0%{
    transform: rotate(0);
  }
  60%,100%{transform: rotate(360deg);}
}


  .tmp202504-sty10 .top-cate-ul{position: absolute;bottom: 0.4rem;right: 0.4rem;left: 0.4rem;display: flex;align-items: center;}
  .tmp202504-sty10 .top-cate{border-radius: 0.16rem;overflow: hidden;}
  .tmp202504-sty10 .top-cate-ul .tmp-li{flex: 1;margin: 0 0.05rem;}
  .tmp202504-sty10 .top-cate-ul .img-box{margin: 0.08rem;}
  .tmp202504-sty10 .g-info{flex: 1;padding: 5px 5px 10px 5px ;}
  .tmp202504-sty10 .top-cate-p{font-size: 0.28rem;font-weight: 600;text-align: center;color: #e43c3c;}
  .tmp202504-sty10 .top-cate-p .unit,  .tmp202504-sty10 .top-cate-p .d{font-size: 0.2rem;}
  .tmp202504-sty10 .tmp-ul{display: flex;align-items: flex-start;flex-wrap: wrap;}
  .tmp202504-sty10 .tmp-li a {width:100%;  display: inline-block;vertical-align: top;background: #fff;border-radius: 0.16rem;}
  .tmp202504-sty10 .img-box{border-radius: 0.12rem;background-color: #fff;margin:  7px;position: relative;height: 1.8rem;}
  .tmp202504-sty10 .img-box img{border-radius: 0.12rem;}
  .tmp202504-sty10 .price-box1 {  color: #E8092F;  text-align: center;  font-weight: bold;  font-family: DINOT-Bold;  padding-top: 4px; }  
  .tmp202504-sty10 .swiper-slide a .lazy {  height: 100%;  border-radius: 0.12rem;  }
  .tmp202504-sty10 .price-box1 span:last-child{margin-left: -2px;}

  .tmp202504-sty10 .goods-type-item .price-box .money {letter-spacing: -0.02rem;  flex: 1;  font-size: 0.36rem; line-height: 0.47rem;height: 0.4rem; color: #E8092F;  text-align: left;  font-family: "DINOT-Bold";padding: 0;}
  .tmp202504-sty10 .price-box{position: relative;display: flex;align-items: center;justify-content: center; padding: 0;text-align: center;margin: 1px 8px 0 0;}
  .tmp202504-sty10 .goods-type-item .price-box .q1{    width: 0.4rem;}

  .tmp202504-sty10 .goods-type-item .title {  font-size: 0.28rem;    color: #000;  text-overflow: ellipsis;  overflow: hidden;  display: -webkit-box; -webkit-line-clamp: 2;  line-height: 0.38rem;  height: 0.74rem;  -webkit-box-orient: vertical;  margin: 0.25em 0 0.15em;    word-break: break-all;}
  .tmp202504-sty10 .goods-type-item .price-box .money .unit {  font-size: 0.28rem;}
  .tmp202504-sty10 .goods-type-item .price-box .money .d {  font-size: 0.28rem;}
  .tmp202504-sty10 .goods-type-item .md{margin-top: 0.1rem;}
  .tmp202504-sty10 .goods-type-item .md div {font-weight: 500;font-size: 0.24rem;color: #E8092F; display: inline-block;vertical-align: top;height: 0.34rem;line-height: 0.34rem;}


  .tmp202504-sty10 .bt-jb{position: absolute;top: 0;left: 0;display: inline-block;vertical-align: top;padding: 0 8px;line-height: 0.32rem;height: 0.32rem; background: #e8092f;color: #fff; font-size: 0.22rem;border-radius: 0.12rem 0 0.16rem 0;}
  .tmp202504-sty10 .bt-jb img{height: 0.26rem;margin-top: 0.03rem;margin-right: 1px;width: auto;}
  .tmp202504-sty10 .Rank-jb{position: absolute;top: -0.12rem;left: -0.12rem;width: 0.48rem;height: 0.48rem;line-height: 0.48rem; border-radius: 0.48rem; background: #FBE6EC;font-weight: 600;font-size: 0.34rem;color: #E8092F;text-align: center;}
 
.g-line-tag2 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 1;
  width: 30% !important;
  height: auto !important;
}
 