@charset "UTF-8";

/********************************************/


/******************公共部分******************/


/********************************************/


/*公祭日置灰*/


/* html{
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
} */


/*@font-face {
        font-family: "samsungone700";
        src: url("SamsungOne-700_v1.0.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }*/

@font-face {
    font-family: "samsungsharpsans-Medium";
    src: url("../../../activity/common/css/SamsungSharpSans-Medium.ttf") format("woff2");
    font-weight: normal;
    font-style: normal;
}
#wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'samsungsharpsans-Medium',SamsungOne,Microsoft YaHei,微软雅黑,Simsun,宋体,Arial,sans-serif;
}

.container {
    width: 100%;
    overflow: hidden;
   background: #f6b9b1;
}

.pc-show {
    display: block!important;
}
.mobile-show {
    display: none!important;
}
.vis-hide{
    visibility: hidden!important;
}
.vis-show{
    visibility: visible!important;
}

.navListImg{
    width: 96%;
    /* height: 200px; */
    border-radius: 20px;
    margin: auto;
}
.navListImg img{
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .pc-show {
        display: none!important;
    }
    .mobile-show {
        display: block!important;
    }
}

.box {
    position: relative;
}

.box * {
    margin: 0;
    padding: 0;
}

.box i {
    display: inline-block;
}

.box div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.box-c {
    overflow: hidden;
}

.box img {
    width: 100%;
    display: block;
}

.box-c img {
    width: 1920px;
    display: block;
}




.pos-abs,
.word {
    position: absolute;
}

.z-99 {
    z-index: 99;
}

.link,
.nav-link {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.4);*/
}


@media screen and (max-width:1024px) {
    .link {
        margin-top: 0!important;
    } 
}

.link img,
.nav-link img {
    width: 100%;
    height: 100%;
}

.unclick {
    pointer-events: none;
}

.dpn {
    position: absolute !important;
    display: none !important;
}

@media screen and (max-width:1400px) {
    .box-c>img {
        width: 1500px;
    }
}

@media screen and (max-width:1024px) {
    .box-c>img {
        width: 100%;
        display: block;
    }
}

/********************************************/


/****************公共部分 end****************/


/********************************************/


/*word*/

.word {
    width: 100%;
    z-index: 998;
    text-align: center;
}

.word ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.word ul li {
    display: inline-block;
    zoom: 1;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.word ul li img {
    width: 100%;
}


/*额外公共部分*/

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    outline: 0 none;
}

.none {
    display: none!important;
}

.is-duanque {
    background: #a6a8aa!important;
    cursor: default!important;
    pointer-events: none;
}

input,
textarea {
    -webkit-appearance: none;
    border: none;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

ul,
ol,
li {
    list-style: none;
    text-decoration: none
}

input:focus , a:focus {
    outline: none; /* 去除边框 */
    border: none; /* 也可以设置为transparent或任何你想要的颜色 */
    box-shadow: none; /* 可选，去除焦点时的阴影 */
}

sup {
    line-height: 0;

    /* The following rules (or similar) likely come from browser
     * style and are not needed
     */
    /* font-size: 0.83em; */
    vertical-align: super;
}

/*毛玻璃效果*/

._mbl {
    background: hsla(0, 0%, 100%, .8)!important;
    -webkit-backdrop-filter: blur(4px)!important;
    backdrop-filter: blur(4px)!important;
    /* border-top: 1px solid #f3f3f3; */
    /*opacity: 0.92*/
}


/*锚点位置*/

.anchor {
    position: relative;
    top: -130px;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .anchor {
        position: relative;
        top: -102px;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}



@media screen and (max-width:1024px) {
    .anchor {
        position: relative;
        top: -20vw;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

/*分享*/

.topnav {
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
}

.topnav .topnav-nav {
    width: 1440px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.topnav .topnav-nav ul {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.topnav .fexd-right {
    justify-content: flex-start;
}

.topnav .fexd-right {
    justify-content: flex-end;
}

.topnav ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.topnav .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}

.topnav.is_fixed .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav.is_fixed .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}


@media screen and (max-width:1400px) {
    .topnav .topnav-nav {
        width: 1123px;
    }
}

@media screen and (max-width:1024px) {
    .topnav {
        display: block;
    }
    
    .topnav .topnav-nav {
        width: 100vw;
    } 
}
/*活动说明*/

.c-txt {
    max-width: 1220px;
    margin: 36px auto;
    padding: 0 20px;
}

.c-txt .bot_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 900;
    margin: 36px 0
}

.c-txt .bot_nav {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0 40px;
    word-break: break-word;
}

.c-txt .bot_nav .list-blod {
    font-size: 14px;
    font-weight: 900
}

.c-txt .bot_nav span {
    vertical-align: super;
    font-size: 12px
}

.c-txt .bot_nav a{
    text-decoration: none;
    color: #007aff;
}
.c-txt .bot_nav .tel_phone{
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width:1400px) {
    .c-txt {
        max-width: 952px;
        margin: 29px auto;
        padding: 0 16px
    }
    .c-txt .bot_title {
        font-size: 29px;
        margin: 29px 0
    }
    .c-txt .bot_nav {
        padding: 0 32px;
    }
}
@media screen and (max-width:1024px) {
    .c-txt {
        max-width: 96vw;
        margin: 4vw auto;
        padding: 0 1vw;
    }
    
    .c-txt .bot_title {
        font-size: 5.3vw;
        margin: 4vw 0;
        line-height: 2vw;
    }
    .c-txt .bot_nav{
        font-size: 2.6vw;
        line-height:4.2vw;
        padding: 0 3vw;
    }
    .c-txt .bot_nav .list-blod {
        font-size: 3.2vw;
        font-weight: 900
    }
    
    .c-txt .bot_nav span {
        vertical-align: super;
        font-size: 1vw
    }
    .c-txt .bot_nav .tel_phone{
        pointer-events: auto;
        cursor: pointer;
    }
}


/* 超三券 */
.super_box{
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}
.super_box img{
    width: 100%;
    padding-top: 100px;
}
@media screen and (max-width:1400px) {

/* 超三券 */
.super_box{
    width: 952px;
    max-width: 952px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}
.super_box img{
    width: 100%;
    padding-top: 78px;
}


}

@media screen and (max-width:1024px) {

    /* 超三券 */
    .super_box{
        width: 93.6vw;
        max-width: 93.6vw;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        box-sizing: border-box;
    }
    .super_box img{
        width: 100%;
        padding-top: 9.2vw;
    }
    
    
    }
    




    /*公共大标题*/
    .title_box{
        width: 100%;
        max-width: 1220px;
        margin: 0 auto;
        padding: 100px 0 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        font-weight: 900;
        position: relative;
        box-sizing: border-box;
    }
    .title_box .title_nav{
        text-align: center;
        margin: 0 30px;
    }
    /*公共小标题*/
    .tip_box{
        width: 100%;
        max-width: 1220px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        position: relative;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    /*独立标题部分*/
    .title_box .li_left{
        width: 61px;
        height: 59px;
    }
    .title_box .li_right{
        width: 63px;
        height: 64px;
    }
    .li_box{
        padding-bottom: 0;
    }
    .title_box .left1{
        width: 31px;
        height: 42px;
    }
    .title_box .right1{
        width: 31px;
        height: 42px;
    }

@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box{
        padding: 78px 0 24px 0;
        font-size: 32px;
    }
    .title_box .title_nav{
        margin: 0 24px;
    }
    /*公共小标题*/
    .tip_box{
        font-size: 13px;
        padding-bottom: 24px;
    }
    /*独立标题部分*/
    .title_box .li_left{
        width: 48px;
        height: 46px;
    }
    .title_box .li_right{
        width: 50px;
        height: 50px;
    }
    .li_box{
        padding-bottom: 0;
    }
    .title_box .left1{
        width: 25px;
        height: 33px;
    }
    .title_box .right1{
        width: 25px;
        height: 33px;
    } 
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box{
        margin:0 auto;
        padding: 9vw 0 5vw 0;
        font-size: 6.4vw;
    }
    .title_box .title_nav{
        margin: 0 4vw;
    }
    /*公共小标题*/
    .tip_box{
        font-size: 2.2vw;;
        padding-bottom: 4vw;
    }
    /*独立标题部分*/
    .title_box .li_left{
        width: 8.1333333333vw;
        height: 7.8666666666vw;
    }
    .title_box .li_right{
        width: 8.4vw;
        height: 8.53333333333vw;
    }
    .li_box{
        padding-bottom: 0;
    }
    .title_box .left1{
        width: 4.1333333333vw;
        height: 5.6vw;
    }
    .title_box .right1{
        width: 4.1333333333vw;
        height: 5.6vw;
    }
}







.box-nav{
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}
.nav-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap:wrap

}
.nav-box>a{
    z-index: 2;
    margin-top: 20px;
}
.nav-box>a.marginTop0{
    margin-top:0
}
.nav-box>div{
    z-index: 2;
    margin-top: 40px;
}
.nav-box>div.marginTop0{
    margin-top:0
}
.nav-box .pc_1{
    width: 1220px;
}
.nav-box .pc_2{
    width: 600px;
}
.nav-box .pc_3{
    width:394px;
}
.nav-box div img{
    width: 100%;
}
.nav-box a img{
    width: 100%;
}


@media screen and (max-width:1400px) {
    .box-nav{
        width: 952px;
    }
    .nav-box>div{
        margin-top: 32px;
    }
    .nav-box>div.marginTop0{
        margin-top:0
    }
    .nav-box>a{
        margin-top: 16px;
    }
    .nav-box>a.marginTop0{
        margin-top:0
    }
    .nav-box .pc_1{
        width:952px;
    }
    .nav-box .pc_2{
        width: 468px;
    }
    .nav-box .pc_3{
        width:307px;
    }
}
@media screen and (max-width:1024px) {
    .box-nav{
        width: 93.6vw;
    }
    .nav-box>div{
        margin-top: 4.6666666vw;
    }
    .nav-box>div.marginTop0{
        margin-top:0
    }
    .nav-box>a{
        margin-top: 2.6666666vw;
    }
    .nav-box>a.marginTop0{
        margin-top:0
    }
    .nav-box>div.mobile_marginTop{
        margin-top:2.6666666vw;
    }
    .nav-box>a.mobile_marginTop{
        margin-top:2.6666666vw;
    }

    .nav-box .mob_1{
        width: 93.6vw;;
    }
    .nav-box .mob_2{
        width: 45.466666666vw;
    }
}



/*导航条*/
.c-1{
    min-height: 660px;
}
.c-nav{
    width: 100%;
    max-width: 1920px;
    /* background-image: linear-gradient(to bottom,#fff, #e9e9fe); */
    background: #e3675b;
    position: relative;
}
.navigation{
    width: 1220px;
    margin: 0 auto;
    position: relative;
}
.navigation .swiper{
    width: 100%;
    height: 100%;
}
.navigation .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: left;
}

.navigation .swiper-slide {
    width: auto;
    text-align: center;
    font-size: 20px;
    color:#fff;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* font-weight: 600; */
    margin-right: 74px;
}
.navigation .swiper-slide:last-child{
    margin-right:0
}

.navigation .swiper-slide img{
    margin-right: 20px;
}
.navigation .swiper-slide img.phone{
    width: 27px;
}
.navigation .swiper-slide img.ipad{
    width: 40px;
}
.navigation .swiper-slide img.wearable{
    width: 35px;
}
.navigation .swiper-slide span{
    cursor: pointer;
}

.c-nav{
    padding: 30px 0 30px 0;
}
/* .is_fixed.c-nav{
    padding:20px 0 20px 0
} */

@media screen and (max-width:1400px) {
    /*导航条*/
    .c-1{
        min-height: 514px;
    }
    .navigation{
        width: 952px;
    }
    .navigation .swiper-slide {
        font-size: 16px;
        margin-right: 56px;
    }
    .navigation .swiper-slide img{
        margin-right: 16px;
    }
    .navigation .swiper-slide img.phone{
        width: 22px;
    }
    .navigation .swiper-slide img.ipad{
        width: 32px;
    }
    .navigation .swiper-slide img.wearable{
        width: 28px;
    }

    .navigation .swiper-slide span{
        cursor: pointer;
    }

    .c-nav{
        padding: 24px 0 24px 0;
    }
    /* .is_fixed.c-nav{
        padding:16px 0 16px 0
    } */
}

@media screen and (max-width:1024px) {
    /*导航条*/
    .c-1{
        min-height: 114vw;
    }
    /* .c-nav{
        background: #d1d1ed;
    } */
    .navigation{
        width: 100vw;
    }
    .navigation .swiper-wrapper{
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .navigation .swiper-slide {
        width: auto;
        font-size: 3.8vw;
        margin-left: 12%;
        margin-right: 0;
    }
    .navigation .swiper-slide:last-child{
        margin-right: 12%;
    }
    .navigation .swiper-slide img{
        margin-right: 2.6vw;
    }
    .navigation .swiper-slide img.phone{
        width: 3.6vw;
    }
    .navigation .swiper-slide img.ipad{
        width: 5.3333333vw;
    }
    .navigation .swiper-slide img.wearable{
        width: 4.6666666vw;
    }

    .navigation .swiper-slide span{
        cursor: pointer;
    }

    .c-nav{
        padding: 4vw 0 4vw 0;
    }
    /* .is_fixed.c-nav{
        padding:2vw 0 2vw 0
    } */
}


/*搭配区域*/
.dapei_tit{
    padding-bottom: 0;
    margin-bottom: 28px;
}
.dapei_tip{
    margin-bottom: 50px; 
}
.dapei_box{
    justify-content: center;
}

.dapei_top{
    width: 100%;
    margin-bottom:28px;

}
.dapei_top .swiper{
    width: 100%;
    height: 100%;
}
.dapei_top .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dapei_top .swiper-slide {
    width: 25%;
    text-align: center;
    font-size: 24px;
    color:#000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
}
.dapei_top .swiper-slide.act{
    font-size: 30px;
}
.dapei_top .swiper-slide .slide_box{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction:column;
    cursor: pointer;
}
/* .dapei_top .swiper-slide .slide_box div{
    padding: 0 30px;
} */

.dapei_top .swiper-slide .slide_box span{
    width: 0%;
    height: 5px;
    background:#000;
    transition: all 200ms linear ;
    margin: 0 auto;
}
.dapei_top .swiper-slide.act .slide_box span{
    width: 100%;
}

.bottom_bottom{
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.bottom_bottom>div{
    transition: all .5s linear;
    display: none;

}
.bottom_bottom>div.act{
    display: block;
}
@media screen and (max-width:1400px) {
    /*搭配区域*/
    .dapei_tit{
        padding-bottom: 0;
        margin-bottom: 22px;
    }
    .dapei_tip{
        margin-bottom: 39px; 
    }
   
    .dapei_top{
        margin-bottom:22px;

    }

    .dapei_top .swiper-slide {
        font-size: 19px;
    }
    .dapei_top .swiper-slide.act{
        font-size: 21px;
    }
    
    /* .dapei_top .swiper-slide .slide_box div{
        padding: 0 24px;
    } */

    .dapei_top .swiper-slide .slide_box span{
        height: 4px;
    }
}

@media screen and (max-width:1024px) {
    /*搭配区域*/
    .dapei_tit{
        padding-bottom: 0;
        margin-bottom: 3.6vw;
    }
    .dapei_tip{
        margin-bottom: 5vw; 
    }
   

    .dapei_top{
        margin-bottom:3.6vw;;

    }
  
    .dapei_top .swiper-wrapper{
        justify-content: left;
    }
    .dapei_top .swiper-slide {
        width: 30%;
        font-size: 2.99999999vw;
        
    }
    .dapei_top .swiper-slide.act{
        font-size: 3.466666666vw;
    }
    
    /* .dapei_top .swiper-slide .slide_box div{
        padding: 0 4vw;
    } */

    .dapei_top .swiper-slide .slide_box span{
        width: 0%;
        height: 0.8vw;
    }
}


/* 女神 */
.nv_tit{
    margin-bottom: 10px;
    position: relative;
}
.nv_tit img{
    position: absolute;
}
.tit_nv{
    line-height: 1.4;
}
.nv_tit .nv_left{
    width: 271px;
    height: 188px;
    left: 300px;
    top: 30px;
}
.nv_tit .nv_right{
    width: 108px;
    height: 91px;
    left: 730px;
    top: 0px;
}

.tit_nv .span1{
    font-size: 30px;
}
.tit_nv .span2{
    font-size: 16px;
    font-weight: normal;
}

.nv_nav{
    width: 1220px;
    height: 1493px;
    background: url(../../../activity/may-day2025/images/nv/nv_bg_b.png) no-repeat 100%;
    background-size: 100%;
    background-position: top left;
}
.nv_nav .nav-box>div{
    margin-top: 26px;
}
.nv_nav .nav-box{
    width: 1180px;
    margin: 0 auto;
}
.nv_nav .nav-box .pc_2{
    width: 580px;
}
.nv_nav .nav-box .pc_3{
    width: 380px;
}
/* 秒杀 */
.ms_tit{
    margin-bottom: 28px;
    position: relative;
}
.ms_tip{
    margin-bottom: 50px; 
}
.ms_mav{
    height: 610px;
    background: url(../../../activity/may-day2025/images/ms/msbg_b.png) no-repeat 100%;
    background-size: 100%;
}
.ms_box{
    width: 100%;
    position: relative;
}
.ms_swiper{
    width: 100%;
}

.ms_box .swiper{
    width: 100%;
    height: 100%;
}
.ms_box .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: left;
}

.ms_box .swiper-slide {
    width: 30%;
    text-align: center;
    font-size: 22px;
    color:#000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ms_box .swiper-slide img{
    width: 341px;
    cursor: pointer;
}
.ms_box .swiper-wrapper.center{
    /* justify-content: space-around */
}
.ms_box .swiper-wrapper.center .swiper-slide{
    -webkit-justify-content: center;
    justify-content: center;
}
.ms_box .ms_swiper_scrollbar{
    max-width: 756px;
    width: 50vw;
    height: 4px;
    background:#fff;
    position: absolute;
    top: unset;
    bottom: -26px;
    left: 50%;
    /* margin-left: -25vw; */
    transform: translate(-50%);
    z-index: 1;
}
.ms_box .ms_swiper_scrollbar .swiper-scrollbar-drag{
    background: #8a89d7
}
@media screen and (max-width:1400px) {
    /* 女神 */
    .nv_tit{
        margin-bottom: 8px;
    }
    .nv_tit .nv_left{
        width: 212px;
        height: 147px;
        left:234px;
        top: 24px;
    }
    .nv_tit .nv_right{
        width: 85px;
        height: 71px;
        left: 570px;
        top: 0px;
    }

    .tit_nv .span1{
        font-size: 24px;
    }
    .tit_nv .span2{
        font-size: 13px;
    }



    .nv_nav{
        width: 952px;
        height: 1165px;
        background: url(../../../activity/may-day2025/images/nv/nv_bg_b.png) no-repeat 100%;
        background-size: 100%;
        background-position: top left;
    }
    .nv_nav .nav-box>div{
        margin-top: 21px;
    }
    .nv_nav .nav-box{
        width: 920px;
        margin: 0 auto;
    }
    .nv_nav .nav-box .pc_2{
        width: 453px;
    }
    .nv_nav .nav-box .pc_3{
        width: 297px;
    }
    /* 秒杀 */
    .ms_tit{
        margin-bottom: 22px;
    }
    .ms_tip{
        margin-bottom: 39px; 
    }
    .ms_mav{
        height: 476px;
        background: url(../../../activity/may-day2025/images/ms/msbg_b.png) no-repeat 100%;
        background-size: 100%;
    }


    .ms_box .swiper-slide img{
        width: 266px;
        /* cursor: pointer; */
    }
    .ms_box .swiper-wrapper.center{
        /* justify-content: space-around */
    }
    .ms_box .swiper-wrapper.center .swiper-slide{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .ms_box .ms_swiper_scrollbar{
        height: 3px;
        bottom: -21px;
    }
}
@media screen and (max-width:1024px) {
    /* 女神 */
    .nv_tit{
        margin-bottom: 2vw;
    }
    .nv_tit .nv_left{
        width: 36.133333333vw;
        height: 25.066666666vw;
        left: 10%;
        top: 40%;
    }
    .nv_tit .nv_right{
        width: 14.4vw;
        height: 12.13333333vw;
        left: 68%;
        top: 0%;
    }
    .tit_nv .span1{
        font-size: 4.8vw;
    }
    .tit_nv .span2{
        font-size: 2.2vw;
    }


    .nv_nav{
        width: 93.33333333vw;
        height: 302.9999999999vw;
        background: url(../../../activity/may-day2025/images/nv/nv_bg_m.png) no-repeat 100%;
        background-size: 100%;
        background-position: top left;
    }
    .nv_nav .nav-box>div{
        margin-top: 2.6666666666vw;
    }
    .nv_nav .nav-box{
        width: 88vw;
        margin: 0 auto;
    }
    .nv_nav .nav-box .pc_2{
        width: 42.8vw;
    }
    .nv_nav .nav-box .pc_3{
        width: 42.8vw;
    }
  
    /* 秒杀 */
    .ms_tit{
        margin-bottom: 5vw;
    }
    .ms_tip{
        margin-bottom: 5vw;
        text-align: center; 
    }
    .ms_mav{
        width: 93.333333333vw;
        height: 77.733333333vw;
        background: url(../../../activity/may-day2025/images/ms/msbg_m.png) no-repeat 100%;
        background-size: 100%;
    }

    .ms_box .swiper-slide {
        width: 50%;
    }

    .ms_box .swiper-slide img{
        width: 44vw;
        /* cursor: pointer; */
    }
    .ms_box .swiper-wrapper.center{
        /* justify-content: space-around */
    }
    .ms_box .swiper-wrapper.center .swiper-slide{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .ms_box .ms_swiper_scrollbar{
        height: 3px;
        bottom: -3%;
    }
}


/* 花 */
.icon_zuhe{
    width: 226px;
    height: 238px;
    position: absolute;
    right: -176px;
    bottom: -30px;
    z-index: 1;
}
.icon_new{
    width: 248px;
    height: 224px;
    position: absolute;
    left: -180px;
    top: 50px;
    z-index: 1;
}
.icon_dapei{
    width: 240px;
    height: 261px;
    position: absolute;
    right: -176px;
    bottom: 0px;
    z-index: 1; 
}
.icon_phone{
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 420px;
    z-index: 1;
}
.icon_ipad{
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1; 
}
.icon_wear{
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}
.icon_tv{
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1; 
}
.icon_house{
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}
.icon_monitor{
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1; 
}
.icon_storage{
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}
@media screen and (max-width:1400px) {
    /* 花 */
    .icon_zuhe{
        width: 177px;
        height: 186px;
        right: -138px;
        bottom: -24px;
    }
    .icon_new{
        width: 194px;
        height: 175px;
        left: -141px;
        top: 39px;
    }
    .icon_dapei{
        width: 188px;
        height: 204px;
        right: -138px;
    }
    .icon_phone{
        width: 181px;
        height: 171px;
        left: -125px;
        top: 323px;
    }
    .icon_ipad{
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_wear{
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
    .icon_tv{
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_house{
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
    .icon_monitor{
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_storage{
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
}




/* 壁纸轮播 */


.bizhi_box{
    justify-content: center;
}
.bizhi_top{
    width: 100%;
    margin-bottom:28px;
}


.bizhi_top .swiper{
    width: 100%;
    height: 100%;
}
.bizhi_top .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bizhi_top .swiper-slide {
    width: 33.33333%;
    text-align: center;
    font-size: 26px;
    color:#000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
}
.bizhi_top .swiper-slide .slide_box{
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction:column;
    cursor: pointer;
}
.bizhi_top .swiper-slide .slide_box div{
    padding: 0 30px;
}

.bizhi_top .swiper-slide .slide_box span{
    width: 0%;
    height: 5px;
    background:#000;
    transition: all 200ms linear ;
    margin: 0 auto;
}
.bizhi_top .swiper-slide.act .slide_box span{
    width: 100%;
}

.bizhi_bottom{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: #f4faff;
    border-radius: 20px;
}
.bizhi_bottom>div{
    transition: all .5s linear;
    display: none;

}
.bizhi_bottom>div.act{
    display: block;
}


.swiper_change_tit{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}


.swiper_change_nav{
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 手机壁纸 */

.swiper_change {
    width: 100%;
    height: 100%;

}
.swiper_change .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
.swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_change_nav br {
    display: none;
}

.swiper_change .swiper-slide img{
    width:287px;
}

.swiper_change .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_change .swiper-slide .swipermask span{
    display: none;
}
.swiper_change .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_change .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.content_box .swiper_change_pagination{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet{
    background: #0f436a;
    width: 12px;
    height: 12px;
    margin: 0 14px;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet-active{
    background: #0f436a;
}

.swiper_change_nav .swiper-slide span{
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}



/* 电视壁纸 */

.swiper_tv {
    width: 100%;
    height: 100%;
    margin: 50px 0;

}
.swiper_tv .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
 .swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_tv .swiper-slide img{
    width:650px;
}

.swiper_tv .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_tv .swiper-slide .swipermask span{
    display: none;
}
.swiper_tv .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_tv .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}


/* 手机壳壁纸 */

.swiper_ke {
    width: 100%;
    height: 100%;
    margin: 50px 0;

}
.swiper_ke .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 300ms; */
    /* transform: scale(0.92); */
    position: relative;
}
 .swiper_ke .swipermask{
    background: none;
    opacity: 1;
    border-radius: 20px;
}

.swiper_ke .swiper-slide img{
    width: 310px;
}

/* .swiper_ke .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_ke .swiper-slide .swipermask span{
    display: none;
}
.swiper_ke .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_ke .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
} */






/* 箭头 */

/* .swiper_change_nav .swiper-button-next{
    width: 28px;
    height: 29px;
    background: url(../../../activity/ai-art-gallery/images/icon/nav_right.png) 100% no-repeat;
    background-size: 100%;
    top: 44%;
    right: 20px;
    z-index: 101;
    }
.swiper_change_nav .swiper-button-prev{
    width: 28px;
    height: 29px;
    background: url(../../../activity/ai-art-gallery/images/icon/nav_lelft.png) 100% no-repeat;
    background-size: 100%;
    top: 44%;
    left: 20px;
    z-index: 101;
}
.swiper_change_nav .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
} */






@media screen and (max-width:1400px) {
    
    
 /* 壁纸轮播 */

.bizhi_top{
    margin-bottom:22px;
}

.bizhi_top .swiper-slide {
    font-size: 21px;
 
}

.bizhi_top .swiper-slide .slide_box div{
    padding: 0 24px;
}

.bizhi_top .swiper-slide .slide_box span{
    height: 4px;
}


.swiper_change_tit{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 16px;
}


.swiper_change_nav{
    margin-top: 32px;
    margin-bottom: 32px;
}

/* 手机壁纸 */

.swiper_change {
    width: 100%;
    height: 100%;

}
.swiper_change .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
 .swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_change_nav br {
    display: none;
}

.swiper_change .swiper-slide img{
    width:224px;
}

.swiper_change .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_change .swiper-slide .swipermask span{
    display: none;
}
.swiper_change .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_change .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}





.content_box .swiper_change_pagination{
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet{
    background: #0f436a;
    width: 12px;
    height: 12px;
    margin: 0 14px;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet-active{
    background: #0f436a;
}


.swiper_change_nav .swiper-slide span{
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}



/* 电视壁纸 */

.swiper_tv {
    width: 100%;
    height: 100%;
    margin: 39px 0;

}
.swiper_tv .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
 .swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_tv .swiper-slide img{
    width: 507px;
}

.swiper_tv .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_tv .swiper-slide .swipermask span{
    display: none;
}
.swiper_tv .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_tv .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}


/* 手机壳壁纸 */

.swiper_ke {
    width: 100%;
    height: 100%;
    margin: 39px 0;

}
.swiper_ke .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 300ms; */
    /* transform: scale(0.92); */
    position: relative;
}
 .swiper_ke .swipermask{
    background: #f4faff;
    opacity: 1;
    border-radius: 20px;
}

.swiper_ke .swiper-slide img{
    width: 310px;
}


}



@media screen and (max-width:1024px) {
    
    
/* 壁纸轮播 */

.bizhi_top{
    margin-bottom:3.6vw;
}
.bizhi_top  .swiper-wrapper{
    justify-content: left;
}
.bizhi_top .swiper-slide {
    width: 60%;
    font-size: 3.6vw;
 
}

.bizhi_top .swiper-slide .slide_box div{
    padding: 0 4vw;
}

.bizhi_top .swiper-slide .slide_box span{
    height: 0.8vw;
}

.swiper_change_tit{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 2.6vw;
    color: #000;
    margin-bottom: 5vw;
}


.swiper_change_nav{
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
}

/* 手机壁纸 */

.swiper_change {
    width: 100%;
    height: 100%;

}
.swiper_change .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
 .swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_change_nav br{
    display: block;
}

.swiper_change .swiper-slide img{
    width: 26.6666vw;
}

.swiper_change .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_change .swiper-slide .swipermask span{
    display: none;
}
.swiper_change .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_change .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}





.content_box .swiper_change_pagination{
    margin-top: 5.33333vw;
    display: flex;
    justify-content: center;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet{
    background: #0f436a;
    width: 12px;
    height: 12px;
    margin: 0 14px;
}
.content_box .swiper_change_pagination .swiper-pagination-bullet-active{
    background: #0f436a;
}


.swiper_change_nav .swiper-slide span{
    font-size: 2.6vw;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 2.6666vw;
}



/* 电视壁纸 */

.swiper_tv {
    width: 100%;
    height: 100%;
    margin: 6.6666vw 0;

}
.swiper_tv .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}
 .swiper-slide .swipermask{
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_tv .swiper-slide img{
    width: 51.6666vw;
}

.swiper_tv .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_tv .swiper-slide .swipermask span{
    display: none;
}
.swiper_tv .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_tv .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}


/* 手机壳壁纸 */

.swiper_ke {
    width: 100%;
    height: 100%;
    margin: 6.6666vw 0;

}
.swiper_ke .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 300ms; */
    /* transform: scale(0.92); */
    position: relative;
}
 .swiper_ke .swipermask{
    background: #f4faff;
    opacity: 1;
    border-radius: 20px;
}

.swiper_ke .swiper-slide img{
    width: 26.6666vw;
}


}




/*视频*/
.video_box{
    position: relative;
    font-size: 0;
    margin: 0 auto;
    width: 960px;
}
.video_nav{
    width: 100%;
    position: relative;
}
.video_nav video{
    width: 100%;
}
.video_nav .video_btn{
    width: 77px;
    height: 77px;
    background: url(../../../activity/may-day2025/images/icon/play.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 1;
}
.video_nav .video_btn.act{
    width: 77px;
    height: 77px;
    background: url(../../../activity/may-day2025/images/icon/pause.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 1;
}
@media screen and (max-width:1400px) {
    /*视频*/
    .video_box{
        width: 749px;
    }
    
    .video_nav .video_btn{
        width: 60px;
        height: 60px;
        background: url(../../../activity/may-day2025/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 16px;
        bottom: 47px;
        cursor: pointer;
        z-index: 1;
    }
    .video_nav .video_btn.act{
        width: 60px;
        height: 60px;
        background: url(../../../activity/may-day2025/images/icon/pause.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 16px;
        bottom: 47px;
        cursor: pointer;
        z-index: 1;
    }
}
@media screen and (max-width:1024px) {
    /*视频*/
    .video_box{
        max-width: 93.6vw;

    }
    .video_nav .video_btn{
        width: 8vw;
        height: 8vw;
        background: url(../../../activity/may-day2025/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 2%;
        bottom: 10%;
        cursor: pointer;
        z-index: 1;
    }
    .video_nav .video_btn.act{
        width: 8vw;
        height: 8vw;
        background: url(../../../activity/may-day2025/images/icon/pause.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 2%;
        bottom: 10%;
        cursor: pointer;
        z-index: 1;
    }
}

/* 底部花花 */
/* .itemHeight{
    padding-bottom:302px;
    background: url(../../../activity/may-day2025/images/icon/bottom_b.png) no-repeat 100%;
    background-size: 100%;
    background-position: bottom;
}
.big_bg{
    background: url(../../../activity/may-day2025/images/bg/big_bg_b.png) no-repeat 100%;
    background-size: cover;
    background-position: top left;
}
@media screen and (max-width:1400px) {
    .itemHeight{
        padding-bottom:236px;
    }
}
@media screen and (max-width:1024px) {
    .itemHeight{
        padding-bottom:38.266666666vw;
        background: url(../../../activity/may-day2025/images/icon/bottom_m.png) no-repeat 100%;
        background-size: 100%;
        background-position: bottom;
    }
    .big_bg{
        background: url(../../../activity/may-day2025/images/bg/big_bg_m.png) no-repeat 100%;
        background-size: cover;
        background-position: top left;
    }
}
.c-2{
    background: #dff7e3;
} */
/* .link,a{
    background: red;
    opacity: 0.3;
} */

