@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;
}
html{
    line-height: normal!important;
}
#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: #500500;
}

.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: -120px;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .anchor {
        position: relative;
        top: -94px;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:1024px) {
    .anchor {
        position: relative;
        top: -10vw;
        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;
    margin-bottom: 120px;
}

.c-txt .bot_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    margin: 36px 0
}

.c-txt .bot_nav {
    font-size: 12px;
    color: #fff;
    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;
        margin-bottom: 94px;
    }
    .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;
        margin-bottom: 12vw;
    }
    .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;
    }
}


/*公共大标题*/

.title_box {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    box-sizing: border-box;
}

.title_star_box {
    padding: 80px 0 0px 0;
}

.title_box .title_nav {
    text-align: center;
    margin: 0 30px;
}

.title_box .title_nav br {
    display: none;
}

.title_box .teshu_title{
    background: linear-gradient(to bottom,#fffefc, #dcbe9a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.title_box .common_left{
    width: 33px;
    height: 32px;
}

.title_box .common_right{
    width: 33px;
    height: 32px;
}
/*公共小标题*/
.tip_box {
    width: 100%;
    max-width: 1220px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}
.tip_nav{
    font-weight: 900;
    font-size: 30px;
}
.tip_box span{
    color: #c43140;
}
.tip_box .tip2_nav{
    font-size: 18px;
    color: #fff;
}

/*独立标题部分*/


@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box {
        max-width: 952px;
        padding: 32px 0 16px 0;
        font-size: 32px;
    }
    .title_star_box {
        padding: 62px 0 0px 0;
    }
    .title_box .title_nav {
        margin: 0 24px;
    }
    .title_box .common_left{
        width: 26px;
        height: 25px;
    }
    
    .title_box .common_right{
        width: 26px;
        height: 25px;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 16px;
        margin: 16px auto;
    }
    .tip_nav{
        font-size: 24px;
    }
    .tip_box .tip2_nav{
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box {
        margin: 0 auto;
        padding: 5.3vw 0 2.66vw 0;
        font-size: 6.4vw;
    }
    .title_star_box {
        padding: 8vw 0 0vw 0;
    }
    .title_box .title_nav {
        margin: 0 4vw;
    }
    .title_box .title_nav br {
        display: block;
    }
    .title_box .common_left{
        width: 4.4vw;
        height: 4.2666666666vw;
    }
    
    .title_box .common_right{
        width: 4.4vw;
        height: 4.2666666666vw;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 2.4vw;
        margin: 3vw auto;
    }
    .tip_nav{
        font-size: 4vw;
    }
    .tip_box .tip2_nav{
        font-size: 2.4vw;
    }
}



.box-nav {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.nav-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.nav-box>a {
    margin-top: 20px;
}

.nav-box>div {
    margin-top: 20px;
}

.nav-box>a.marginTop0 {
    margin-top: 0
}

.nav-box>div.marginTop0 {
    margin-top: 0
}

.nav-box img {
    width: 100%;
}

.nav-box .pc_1 {
    width: 100%;
}

.nav-box .pc_2 {
    width: 600px;
}

.nav-box .pc_3 {
    width: 394px;
}

.nav-box .pc_4 {
    width: 290px;
}


@media screen and (max-width:1400px) {
    .box-nav {
        width: 952px;
    }
    .nav-box>a {
        margin-top: 16px;
    }
    .nav-box>div {
        margin-top: 16px;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .nav-box .pc_1 {
        width: 100%;
    }
    .nav-box .pc_2 {
        width: 468px;
    }
    .nav-box .pc_3 {
        width: 308px;
    }
    .nav-box .pc_4 {
        width: 227px;
    }
}

@media screen and (max-width:1024px) {
    .box-nav {
        width: 93.6vw;
    }
    .nav-box>a {
        margin-top: 2.666666666vw;
    }
    .nav-box>div {
        margin-top: 2.66666666666vw;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0;
    }
    .nav-box>div.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;
    }
    .bottommarginH {
        margin-bottom: 6.666666vw;
    }
}


/*导航条*/


/* .c-1{
    min-height: 660px;
} */

.c-nav {
    width: 100%;
    max-width: 1920px;
    background: #862f22;
    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: center;
}

.navigation .swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
    cursor: pointer;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
}
.navigation .act{
    font-size: 22px;
    font-weight: 900;
    color: #862f22;
    background: #fff;
}
.navigation .swiper-slide:last-child {
    margin-right: 0;
}

.navigation .swiper-slide {
    width: auto;
}

.navigation .swiper-slide img {
    margin-right: 10px;
}

.navigation .swiper-slide img.new {
    width: 39px;
}

.navigation .swiper-slide img.phone {
    width: 27px;
}

.navigation .swiper-slide img.ipad {
    width: 39px;
}

.navigation .swiper-slide img.wearable {
    width: 32px;
}

.navigation .swiper-slide img.tv {
    width: 39px;
}

.navigation .swiper-slide img.house {
    width: 28px;
}

.navigation .swiper-slide img.monitor {
    width: 39px;
}

.navigation .swiper-slide img.storage {
    width: 26px;
}

.navigation .swiper-slide img.fittings {
    width: 27px;
}

.navigation .swiper-slide img.ms {
    width: 40px;
}

.c-nav {
    padding: 14px 0 14px 0;
}

.is_fixed.c-nav {
    padding: 14px 0 14px 0
}

@media screen and (max-width:1400px) {
    /*导航条*/
    /* .c-1{
        min-height: 514px;
    } */
    .navigation {
        width: 1000px;
    }
    .navigation .swiper-slide {
        font-size: 15px;
        margin-right:24px;
        padding: 8px 16px;
        border-radius: 8px;
    }
    .navigation .act{
        font-size: 18px;
    }
    .navigation .swiper-slide img {
        margin-right: 8px;
    }
    .navigation .swiper-slide img.new {
        width: 31px;
    }
    .navigation .swiper-slide img.phone {
        width: 22px;
    }
    .navigation .swiper-slide img.ipad {
        width: 31px;
    }
    .navigation .swiper-slide img.wearable {
        width: 25px;
    }
    .navigation .swiper-slide img.tv {
        width: 31px;
    }
    .navigation .swiper-slide img.house {
        width: 22px;
    }
    .navigation .swiper-slide img.monitor {
        width: 31px;
    }
    .navigation .swiper-slide img.storage {
        width: 21px;
    }
    .navigation .swiper-slide img.fittings {
        width: 22px;
    }
    .navigation .swiper-slide img.ms {
        width: 32px;
    }
    .c-nav {
        padding: 11px 0 11px 0;
    }
    .is_fixed.c-nav {
        padding: 11px 0 11px 0
    }
}

@media screen and (max-width:1024px) {
    /*导航条*/
    /* .c-1{
        min-height: 115vw;
    } */
    .navigation {
        width: 100vw;
    }
    .navigation .swiper-wrapper {
        justify-content: left;
    }
    .navigation .swiper-slide {
        /* width: 28%; */
        font-size: 3.8vw;
        margin-left: 6%;
        margin-right: 0;
        padding:1.3vw  2.6vw;
        border-radius:1.6vw;
    }
    .navigation .act{
        font-size: 4.2vw;
    }
    
    .navigation .swiper-slide:last-child {
        margin-right: 6%;
    }
    .navigation .swiper-slide img {
        margin-right: 1.8vw;
    }
    .navigation .swiper-slide img.new {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.phone {
        width: 3.6vw;
    }
    .navigation .swiper-slide img.ipad {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.wearable {
        width: 4.26666666vw;
    }
    .navigation .swiper-slide img.tv {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.house {
        width: 3.733333333vw;
    }
    .navigation .swiper-slide img.monitor {
        width: 5.2vw;
        ;
    }
    .navigation .swiper-slide img.storage {
        width: 3.466666666vw;
    }
    .navigation .swiper-slide img.fittings {
        width: 3.6vw;
    }
    .navigation .swiper-slide img.ms {
        width: 5.3333333333vw;
    }
    .c-nav {
        padding: 2vw 0 2vw 0;
    }
    .is_fixed.c-nav {
        padding: 2vw 0 2vw 0
    }
}




    /*报错弹窗*/
    .dark_mask_error {
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #6666;
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 101;
    }
    .error_nav {
        overflow: hidden;
        width: 600px;
        height: 350px;
        text-align: center;
        background: #fff;
        border-radius: 30px;
        position: fixed;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%)
    }
    .error_nav p {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #000;
    }
    .error_nav p a {
        color: #2189ff;
        text-decoration: underline;
    }
    .error_close {
        width: 30px;
        height: 30px;
        background: url(../../../activity/new-year-2026/images/mask_close.png) no-repeat 100%;
        background-size: 100%;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    @media screen and (max-width:768px) {
        /*报错弹窗*/
        .error_nav {
            overflow: hidden;
            width: 80%;
            height: 46vw;
            border-radius: 3vw;
        }
        .error_nav p {
            font-size: 2.6vw;
        }
        .error_close {
            width: 4vw;
            height: 4vw;
            background: url(../../../activity/new-year-2026/images/mask_close.png) no-repeat 100%;
            background-size: 100%;
            right: 4%;
            top: 4%;
        }
    }



    
/* 中奖纪录弹窗 */
.bg_dialog_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #6666;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    display: none;
    z-index: 100;
}

.list_nav {
    /* overflow: hidden; */
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.list_nav img {
    width: 100%;
}

.list_nav .bg_list {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top:50px;
    left: 0;
    right: 0;
    padding: 20px 0;
    box-sizing: border-box;
    /* background-color: #fdfaf5;
    border-radius: 30px; */
}

.list_nav .bg_list .list_tit {
    width: 100%;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    font-size: 24px;
    color: #c31e17;
    font-weight: 900;
}

.list_nav .bg_list .list_solid {
    display: none;
    width: 80%;
    height: 1px;
    margin: auto;
    background: #ebb8b1;
}

.bg_dialog_list .list_content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
    height: 250px;
    margin-top: 12px;
    font-size: 18px;
    color: #000;
    
}

.bg_dialog_list .list_content::-webkit-scrollbar {
    width: 4px;
}
.bg_dialog_list .list_content::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.bg_dialog_list .list_content::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #c31e17;
}


.bg_dialog_list .list_content .list_list {
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
}

.bg_dialog_list .list_content .list_list p {
    width: 50%;
    text-align: center;
}
.list_close{
    width: 44px;
    height: 44px;
    background: url(../../../activity/new-year-2026/images/list_mask_close.png) no-repeat 100%;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 102%;
    margin-left: -22px;
}



@media screen and (max-width:1440px) {
    /* 中奖纪录弹窗 */
    .list_nav {
        width: 390px;
        transform: translate(-50%, -66%);
    }
    
    .list_nav .bg_list {
        top: 39px;
        padding: 14px 0;
        border-radius: 24px;
    }
    .list_nav .bg_list .list_tit {
        width: 100%;
        margin: 12px auto 0;
        padding: 6px 0;
        font-size: 19px;
    }
    
    .bg_dialog_list .list_content {
        height: 195px;
        margin-top: 8px;
        font-size: 14px;
        
    }
    
    .bg_dialog_list .list_content::-webkit-scrollbar {
        width: 3px;
    }
    
    .bg_dialog_list .list_content::-webkit-scrollbar-thumb {
        border-radius: 16px;
    }
    
    .bg_dialog_list .list_content .list_list {
        padding: 6px 0;
    }
    .list_close{
        width: 34px;
        height: 34px;
        background: url(../../../activity/new-year-2026/images/list_mask_close.png) no-repeat 100%;
        background-size: 100%;
        cursor: pointer;
        position: absolute;
        margin-left: -17px;
    }
}

@media screen and (max-width:1024px) {
    /* 中奖纪录弹窗 */
    .list_nav {
        width: 66.66666666666vw;
        transform: translate(-50%, -58%);
    }

    .list_nav .bg_list {
        top: 16%;
        padding:2vw 0;
        border-radius: 3vw;
    }

    .list_nav .bg_list .list_tit {
        margin: 0 auto 0;
        padding: 1vw 0;
        font-size: 3vw;
    }

    .bg_dialog_list .list_content {
        height: 35vw;
        margin-top: 1vw;
        font-size: 2.4vw;
        
    }

    .bg_dialog_list .list_content::-webkit-scrollbar {
        width: 0.6vw;
    }

    .bg_dialog_list .list_content .list_list {
        padding: 1vw 0;
    }
    .list_close{
        width: 5.8vw;
        height: 5.8vw;;
        background: url(../../../activity/new-year-2026/images/list_mask_close.png) no-repeat 100%;
        background-size: 100%;
        cursor: pointer;
        position: absolute;
        margin-left: -2.6vw;
    }
}


.zhongjiang {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.zhongjiang .zhongjiangWin {
    width: 448px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
}

.zhongjiang .zhongjiangWin .zhongjiangBox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zhongjiang .zhongjiangWin .zhongjiangBox img{
    width: 100%;
    cursor: pointer;
}

.zhongjiang .zhongjiangWin .zhongjiangBtn {
    width: 44px;
    height: 44px;
    background: url(../../../activity/new-year-2026/images/list_mask_close.png) no-repeat 100%;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 102%;
    margin-left: -22px;
}


.qrcodeWinMask {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.qrcodeWinMask .qrcodeWin {
    width: 90%;
    max-width: 500px;
    padding: 15px;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    transform: translateY(30%);
    box-sizing: border-box;
}

.qrcodeWinMask .qrcodeWin .close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -20%;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

.qrcodeWinMask .qrcodeWin .qrCode {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.qrcodeWinMask .qrcodeWin p {
    margin: 20px 0;
    text-align: center;
}

.receivePrize {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
}

.receivePrize .window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-10%);
    display: none;
    background-color: #fff;
}

.receivePrize .win1 {
    /* display:block; */
    padding: 20px;
    border-radius: 10px;
}

.receivePrize .win1 .tit,
.receivePrize .win2 .tit {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.receivePrize .win1 .tit1,
.receivePrize .win2 .tit1 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding: 0 40px;
}

.receivePrize .win1 .input-box,
.receivePrize .win2 .input-box {
    /* border: 1px solid #efefef; */
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 10px;
    width: 60%;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
}

.receivePrize .win1 .input-box input,
.receivePrize .win1 .input-box textarea,
.receivePrize .win2 .input-box input,
.receivePrize .win2 .input-box textarea {
    flex: 1;
    padding: 0 10px;
    resize: none;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #f4f4f4;
}

.receivePrize .win1 .input-box .codetop,
.receivePrize .win2 .input-box .codetop {
    width: 50%;
}

.receivePrize .win1 .input-box .code,
.receivePrize .win2 .input-box .code {
    font-size: 14px;
    padding: 0 8px;
    cursor: pointer;
}

.receivePrize .win1 .btn,
.receivePrize .win2 .btn {
    font-size: 16px;
    cursor: pointer;
    background-color: #000000;
    color: #fff;
    width: 55%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-top: 3px;
}

.receivePrize .win1 .is-duanque,
.receivePrize .win2 .is-duanque {
    opacity: 0.4!important;
    background: #fff!important;
    cursor: default!important;
    pointer-events: none;
}

.receivePrize .win1 {
    width: 450px;
    height: 570px;
}

.receivePrize .win3 {
    width: 450px;
    height: 500px;
    background: url(../../../activity/new-year-2026/images/award-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}


/* .receivePrize .win1 .win-bg,.receivePrize .win3 .win-bg{
    width: 350px;
    height: 453px;
  } */

.receivePrize .win3 .tit {
    font-size: 26px;
    text-align: center;
    margin-top: 46px;
    color: #f7e9df;
}

.receivePrize .win3 .tit1 {
    font-size: 36px;
    text-align: center;
    margin-top: 5px;
    color: #f7e9df;
}

.receivePrize .win3 .award-img {
    width: 190px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.receivePrize .win3 .btn {
    width: 240px;
    height: 60px;
    font-size: 22px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #f7e9df;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
}

.receivePrize .win2 {
    width: 450px;
    height: 430px;
    padding: 20px;
    border-radius: 10px;
    /* display: block; */
}

.receivePrize .window .yinsi {
    margin-top: 20px;
    padding: 0 40px 0 55px;
    color: #555555;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}

.receivePrize .window .yinsi .radio {
    position: absolute;
    left: 20px;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
}

.receivePrize .window .yinsi .radio.selected {
    background: url(../../../activity/new-year-2026/images/radio.png) 0 0 no-repeat;
    background-size: 100%;
    border: 0 solid #000;
}

.receivePrize .window .yinsi .yinsi-text a {
    color: #2189ff;
    text-decoration: none;
}

.receivePrize .win2 .win-bg {
    width: 335px;
    height: 495px;
}

.receivePrize .win4 {
    width: 335px;
    height: 390px;
    background-color: #fff;
    border-radius: 10px;
}

.receivePrize .win4 .win-bg {
    width: 230px;
    height: 240px;
    display: block;
    margin: 50px auto;
}

.receivePrize .win4 .text {
    text-align: center;
}

.receivePrize .window .close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -83px;
    width: 57px;
    height: 57px;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width:1400px) {
    
    .zhongjiang .zhongjiangWin {
        width: 350px;
        transform: translate(-50%,-66%);
    }
    
    .zhongjiang .zhongjiangWin .zhongjiangBtn {
        width: 34px;
        height: 34px;
        margin-left: -17px;
    }

    .receivePrize {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 100;
        display: none;
    }
    .receivePrize .window {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(-10%);
        display: none;
        background-color: #fff;
    }
    .receivePrize .win1 {
        /* display:block; */
        padding: 20px;
        border-radius: 10px;
    }
    .receivePrize .win1 .tit,
    .receivePrize .win2 .tit {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        margin-top: 15px;
    }
    .receivePrize .win1 .tit1,
    .receivePrize .win2 .tit1 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        padding: 0 40px;
    }
    .receivePrize .win1 .input-box,
    .receivePrize .win2 .input-box {
        /* border: 1px solid #efefef; */
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 10px;
        width: 60%;
        margin: 0 auto;
        margin-top: 25px;
        display: flex;
    }
    .receivePrize .win1 .input-box input,
    .receivePrize .win1 .input-box textarea,
    .receivePrize .win2 .input-box input,
    .receivePrize .win2 .input-box textarea {
        flex: 1;
        padding: 0 10px;
        resize: none;
        border: none;
        outline: none;
        box-shadow: none;
        background-color: #f4f4f4;
    }
    .receivePrize .win1 .input-box .codetop,
    .receivePrize .win2 .input-box .codetop {
        width: 50%;
    }
    .receivePrize .win1 .input-box .code,
    .receivePrize .win2 .input-box .code {
        font-size: 14px;
        padding: 0 8px;
        cursor: pointer;
    }
    .receivePrize .win1 .btn,
    .receivePrize .win2 .btn {
        font-size: 16px;
        cursor: pointer;
        background-color: #000000;
        color: #fff;
        width: 55%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        padding-top: 3px;
    }
    .receivePrize .win1 .is-duanque,
    .receivePrize .win2 .is-duanque {
        opacity: 0.4!important;
        background: #fff!important;
        cursor: default!important;
        pointer-events: none;
    }
    .receivePrize .win1 {
        width: 450px;
        height: 570px;
    }
    .receivePrize .win3 {
        width: 450px;
        height: 500px;
        background: url(../../../activity/new-year-2026/images/award-bg.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    /* .receivePrize .win1 .win-bg,.receivePrize .win3 .win-bg{
        width: 350px;
        height: 453px;
      } */
    .receivePrize .win3 .tit {
        font-size: 26px;
        text-align: center;
        margin-top: 46px;
        color: #f7e9df;
    }
    .receivePrize .win3 .tit1 {
        font-size: 36px;
        text-align: center;
        margin-top: 5px;
        color: #f7e9df;
    }
    .receivePrize .win3 .award-img {
        width: 190px;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }
    .receivePrize .win3 .btn {
        width: 240px;
        height: 60px;
        font-size: 22px;
        margin: 0 auto;
        margin-top: 40px;
        background-color: #f7e9df;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .receivePrize .win2 {
        width: 450px;
        height: 430px;
        padding: 20px;
        border-radius: 10px;
        /* display: block; */
    }
    .receivePrize .window .yinsi {
        margin-top: 20px;
        padding: 0 40px 0 55px;
        color: #555555;
        font-size: 12px;
        line-height: 1.5;
        position: relative;
    }
    .receivePrize .window .yinsi .radio {
        position: absolute;
        left: 20px;
        top: 1px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #000;
        cursor: pointer;
    }
    .receivePrize .window .yinsi .radio.selected {
        background: url(../../../activity/new-year-2026/images/radio.png) 0 0 no-repeat;
        background-size: 100%;
        border: 0 solid #000;
    }
    .receivePrize .window .yinsi .yinsi-text a {
        color: #2189ff;
        text-decoration: none;
    }
    .receivePrize .win2 .win-bg {
        width: 335px;
        height: 495px;
    }
    .receivePrize .win4 {
        width: 335px;
        height: 390px;
        background-color: #fff;
        border-radius: 10px;
    }
    .receivePrize .win4 .win-bg {
        width: 230px;
        height: 240px;
        display: block;
        margin: 50px auto;
    }
    .receivePrize .win4 .text {
        text-align: center;
    }
    .receivePrize .window .close {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -83px;
        width: 57px;
        height: 57px;
        margin: auto;
        cursor: pointer;
    }
}

@media screen and (max-width:1024px) {
    .zhongjiang .zhongjiangWin {
        width: 59.733333333vw;
        transform: translate(-50%,-58%);
    }
    
    .zhongjiang .zhongjiangWin .zhongjiangBtn {
        width: 5.8vw;
        height:5.8vw;
        margin-left: -2.9vw;
    }
    .receivePrize {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 100;
        display: none;
    }
    .receivePrize .window {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(-10%);
        display: none;
        background-color: #fff;
    }
    .receivePrize .win1 {
        /* display:block; */
        padding: 20px;
        border-radius: 10px;
    }
    .receivePrize .win1 .tit,
    .receivePrize .win2 .tit {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        margin-top: 15px;
    }
    .receivePrize .win1 .tit1,
    .receivePrize .win2 .tit1 {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        padding: 0 40px;
    }
    .receivePrize .win1 .input-box,
    .receivePrize .win2 .input-box {
        /* border: 1px solid #efefef; */
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 10px;
        width: 60%;
        margin: 0 auto;
        margin-top: 25px;
        display: flex;
    }
    .receivePrize .win1 .input-box input,
    .receivePrize .win1 .input-box textarea,
    .receivePrize .win2 .input-box input,
    .receivePrize .win2 .input-box textarea {
        flex: 1;
        padding: 0 10px;
        resize: none;
        border: none;
        outline: none;
        box-shadow: none;
        background-color: #f4f4f4;
    }
    .receivePrize .win1 .input-box .codetop,
    .receivePrize .win2 .input-box .codetop {
        width: 50%;
    }
    .receivePrize .win1 .input-box .code,
    .receivePrize .win2 .input-box .code {
        font-size: 14px;
        padding: 0 8px;
        cursor: pointer;
    }
    .receivePrize .win1 .btn,
    .receivePrize .win2 .btn {
        font-size: 16px;
        cursor: pointer;
        background-color: #000000;
        color: #fff;
        width: 55%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        padding-top: 3px;
    }
    .receivePrize .win1 .is-duanque,
    .receivePrize .win2 .is-duanque {
        opacity: 0.4!important;
        background: #fff!important;
        cursor: default!important;
        pointer-events: none;
    }
    .receivePrize .win1 {
        width: 450px;
        height: 570px;
    }
    .receivePrize .win3 {
        width: 450px;
        height: 500px;
        background: url(../../../activity/new-year-2026/images/award-bg.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    /* .receivePrize .win1 .win-bg,.receivePrize .win3 .win-bg{
        width: 350px;
        height: 453px;
      } */
    .receivePrize .win3 .tit {
        font-size: 26px;
        text-align: center;
        margin-top: 46px;
        color: #f7e9df;
    }
    .receivePrize .win3 .tit1 {
        font-size: 36px;
        text-align: center;
        margin-top: 5px;
        color: #f7e9df;
    }
    .receivePrize .win3 .award-img {
        width: 190px;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
    }
    .receivePrize .win3 .btn {
        width: 240px;
        height: 60px;
        font-size: 22px;
        margin: 0 auto;
        margin-top: 40px;
        background-color: #f7e9df;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        cursor: pointer;
    }
    .receivePrize .win2 {
        width: 450px;
        height: 430px;
        padding: 20px;
        border-radius: 10px;
        /* display: block; */
    }
    .receivePrize .window .yinsi {
        margin-top: 20px;
        padding: 0 40px 0 55px;
        color: #555555;
        font-size: 12px;
        line-height: 1.5;
        position: relative;
    }
    .receivePrize .window .yinsi .radio {
        position: absolute;
        left: 20px;
        top: 1px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #000;
        cursor: pointer;
    }
    .receivePrize .window .yinsi .radio.selected {
        background: url(../../../activity/new-year-2026/images/radio.png) 0 0 no-repeat;
        background-size: 100%;
        border: 0 solid #000;
    }
    .receivePrize .window .yinsi .yinsi-text a {
        color: #2189ff;
        text-decoration: none;
    }
    .receivePrize .win2 .win-bg {
        width: 335px;
        height: 495px;
    }
    .receivePrize .win4 {
        width: 335px;
        height: 390px;
        background-color: #fff;
        border-radius: 10px;
    }
    .receivePrize .win4 .win-bg {
        width: 230px;
        height: 240px;
        display: block;
        margin: 50px auto;
    }
    .receivePrize .win4 .text {
        text-align: center;
    }
    .receivePrize .window .close {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -83px;
        width: 57px;
        height: 57px;
        margin: auto;
        cursor: pointer;
    }
}


    /* 本页面专属 */
     .hot_box{
        padding: 50px 0 40px 0;
    }
    .hot_box .re_ren{
        width: 394px;
        height: 97px;
        position: absolute;   
        left: 440px;
        bottom: 20px;
    }

        
    /* 新热销轮播 */
    .mySwiper {
        width: 100%;
        max-width: 1220px;
        position: relative;
        padding-bottom: 50px;
    }
    .mySwiper .swiper-wrapper{
        align-items: flex-end;
    }
    
    .mySwiper .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper .swiper-slide img {
        display: block;
        width: 394px;
        object-fit: cover;
        cursor: pointer;
    }
    .mySwiper .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 8px!important;
        background: #fff!important;
        opacity: 1;
    }
    .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #f98a7d!important;
    }
    
@media screen and (max-width:1400px) {
    /* 本页面专属 */
    /* 热销 */
    .hot_box{
        padding: 39px 0 32px 0;
    }
    .hot_box .re_ren{
        width: 308px;
        height: 76px;
        left: 340px;
        bottom: 16px;
    }

    /* 新热销轮播 */
    .mySwiper {
        max-width: 952px;
        padding-bottom: 39px;
    }
   
    .mySwiper .swiper-slide img {
        width: 308px;
    }
    .mySwiper .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 7px!important;
    }

}



@media screen and (max-width:1024px) {

    /* 本页面专属 */
     /* 热销 */
     .hot_box{
        padding: 6.66vw 0 5.33vw 0;
    }
    .hot_box .re_ren{
        width: 52.9333333vw;
        height: 12.9333333vw;
        left: 28%;
        bottom: 18%;
    }
        
    /* 新热销轮播 */
    .mySwiper {
        max-width: 93.6vw;
        padding-bottom: 8.88vw;
    }

    .mySwiper .swiper-slide img {
        display: block;
        width: 40.66666666vw;
        object-fit: cover;
        cursor: pointer;
    }
    .mySwiper .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
        margin: 0 1.1vw!important;
    }

}


/*kv轮播*/
.kv-swiper{
    width:100%;
    max-width: 1920px;
}
.kv-swiper img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.kv-swiper .w-kv img{
    cursor: auto;
}

.kv-swiper .swiper-pagination-bullet{
    width: 12px!important;
    height: 12px!important;
    background: #000!important;
    border:2px solid #fff!important;
    opacity: 1!important;
    box-sizing: border-box!important;

}
.kv-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 12px!important;
    height: 12px!important;
    background: #fff!important;
    border:2px solid #000!important;
    opacity:1!important;
    box-sizing: border-box!important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;

}

@media screen and (max-width:1400px){


}
@media screen and (max-width:1024px){
    .kv-swiper{
        width:100vw;
    }
    .kv-swiper .swiper-pagination-bullet{
        width: 1.6vw!important;
        height: 1.6vw!important;
        background: #000!important;
        border:2px solid #fff!important;
        opacity: 1!important;
        box-sizing: border-box!important;

    }
    .kv-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 1.6vw!important;
        height: 1.6vw!important;
        background: #fff!important;
        border:2px solid #000!important;
        opacity:1!important;
        box-sizing: border-box!important;
    }

}


    /* 市场swiper */
    .market_nav{
        width: 1220px;
        margin: 40px auto 0;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
    }   
    .market_nav .market_box{
        width: 1220px;
        height: 637px;
        background: url(../../../activity/new-year-2026/images/market/market_bg_b.png) no-repeat 100%;
        background-size: 100% 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
    }
    /* top */
    .market_box .market_top{
        width: 100%;
        margin: 100px 0 16px 0;
    }
    .market_top .swiper-wrapper{
        width: 100%;
        justify-content: center;
    }
    .market_top .swiper-slide{
       width: 33.33%;
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .market_top .zao_top{
        width: 353px;
        height: 81px;
        background: url(../../../activity/new-year-2026/images/market/zao_.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;

    }
    .market_top .swiper-slide-thumb-active .zao_top{
        background: url(../../../activity/new-year-2026/images/market/zao_act.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;
    }
    .market_top .wu_top{
        width: 353px;
        height: 81px;
        background: url(../../../activity/new-year-2026/images/market/wu_.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;
    }
    .market_top .swiper-slide-thumb-active .wu_top{
        background: url(../../../activity/new-year-2026/images/market/wu_act.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;
    }
    .market_top .ye_top{
        width: 353px;
        height: 81px;
        background: url(../../../activity/new-year-2026/images/market/ye_.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;
    }
    .market_top .swiper-slide-thumb-active .ye_top{
        background: url(../../../activity/new-year-2026/images/market/ye_act.png) no-repeat 100%;
        background-size:100% 100%;
        cursor: pointer;
    }
    /* bottom */
    .market_box .market_bottom{
        width: 100%;
    }
    .market_bottom .swiper-wrapper{
        width: 100%;
    }
    .market_bottom .swiper-slide{
        width: 100%;
        position: relative;
    }
    .market_bottom .swiper-slide img{
        width: 100%;
    }
    .market_bottom .market_btn{
        position: absolute;
    }
    .market_bottom .zao_btn_1{
        width: 320px;
        top: 326px;
        left: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .zao_btn_1 span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }
    .market_bottom .zao_btn_1unclick{
        width: 320px;
        top: 326px;
        left: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .zao_btn_1unclick span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }
    
    .market_bottom .zao_btn_2{
        width: 260px;
        top: 326px;
        left: 388px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .zao_btn_2 span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }


    .market_bottom .wu_btn_1{
        width: 320px;
        top: 326px;
        left: 166px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .wu_btn_1 span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }

    .market_bottom .wu_btn_2{
        width: 320px;
        top: 326px;
        left: 740px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .wu_btn_2 span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }

    .market_bottom .wu_btn_3{
        width: 320px;
        top: 326px;
        left: 836px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .wu_btn_3 span{
        width: 138px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }

    .market_bottom .ye_btn_1{
        width: 320px;
        top: 326px;
        left: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .market_bottom .ye_btn_1 span{
        width: 305px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        background: linear-gradient(to right, #e83e67, #ca1b22)
    }

    /* 好礼区域 */
    .li_nav{
        width: 1220px;
        height: 525px;
        background: url(../../../activity/new-year-2026/images/li/li_bg_b.png) no-repeat 100%;
        background-size: 100% 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin-top: 40px;
    }
    .li_box{
        width: 1119px;
        box-sizing: border-box;
        overflow: hidden;
        margin:124px auto 0;

    }
    .li_box>div{
        margin-top: 15px;
    }
    .li_box .pc_2{
        width: 550px;
    }
    .li_box .pc_3{
        width: 346px;
    }

    @media screen and (max-width:1400px){
        /* 市场swiper */
        .market_nav{
            width: 952px;
            margin: 32px auto 0;
        }   
        .market_nav .market_box{
            width: 952px;
            height: 497px;
        }
        /* top */
        .market_box .market_top{
            width: 100%;
            margin: 78px 0 13px 0;
        }
        
        .market_top .zao_top{
            width: 276px;
            height: 64px;
        }

        .market_top .wu_top{
            width: 276px;
            height: 64px;
        }
        .market_top .ye_top{
            width: 276px;
            height: 64px;
        }

        /* bottom */
        .market_bottom .zao_btn_1{
            width: 250px;
            top: 255px;
            left: 52px;
        }
        .market_bottom .zao_btn_1 span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }

        .market_bottom .zao_btn_1unclick{
            width: 250px;
            top: 255px;
            left: 52px;
        }
        .market_bottom .zao_btn_1unclick span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }
        
        .market_bottom .zao_btn_2{
            width: 203px;
            top: 255px;
            left: 303px;
        }
        .market_bottom .zao_btn_2 span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }


        .market_bottom .wu_btn_1{
            width: 250px;
            top: 255px;
            left:130px;
        }
        .market_bottom .wu_btn_1 span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }

        .market_bottom .wu_btn_2{
            width: 250px;
            top: 255px;
            left: 578px;
        }
        .market_bottom .wu_btn_2 span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }

        .market_bottom .wu_btn_3{
            width: 250px;
            top: 255px;
            left: 653px;
        }
        .market_bottom .wu_btn_3 span{
            width: 108px;
            height: 32px;
            font-size: 15px;
        }

        .market_bottom .ye_btn_1{
            width: 250px;
            top: 255px;
            left: 351px;
        }
        .market_bottom .ye_btn_1 span{
            width: 238px;
            height: 32px;
            font-size: 15px;
        }

        /* 好礼区域 */
        .li_nav{
            width: 952px;
            height: 410px;
            margin-top: 32px;
        }
        .li_box{
            width: 873px;
            margin: 97px auto 0;

        }
        .li_box>div{
            margin-top: 12px;
        }
        .li_box .pc_1{
            width: 100%;
        }
        .li_box .pc_2{
            width: 429px;
        }
        .li_box .pc_3{
            width: 270px;
        }
    }

    @media screen and (max-width:1024px){
        /* 市场swiper */
        .market_nav{
            width: 93.6vw;
            margin: 5.2vw auto 0;
        }   
        .market_nav .market_box{
            width: 93.6vw;
            height: 76.933333333vw;
            background: url(../../../activity/new-year-2026/images/market/market_bg_m.png) no-repeat 100%;
            background-size: 100% 100%;
        }
        /* top */
        .market_box .market_top{
            margin: 13vw 0 -6.6vw 0;
            z-index: 99;
        }

        .market_top .zao_top{
            width: 28.533333333vw;
            height: 7.33333333333vw;

        }
        .market_top .wu_top{
            width: 28.533333333vw;
            height: 7.33333333333vw;
        }
        .market_top .ye_top{
            width: 28.533333333vw;
            height: 7.33333333333vw;
        }
        /* bottom */
        .market_box .market_bottom{
            width: 92.4vw;
        }
        .market_bottom .zao_btn_1{
            width: 24vw;
            top: 42%;
            left: 5%;
        }
        .market_bottom .zao_btn_1 span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        }
        .market_bottom .zao_btn_1unclick{
            width: 24vw;
            top: 42%;
            left: 5%;
        }
        .market_bottom .zao_btn_1unclick span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        }
        
        
        .market_bottom .zao_btn_2{
            width: 24vw;
            top: 42%;
            left: 48%;
        }
        .market_bottom .zao_btn_2 span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        
        }
        .market_bottom .zao_btn_3{
            width: 26vw;
            height: 6.6666666666vw;
            top: 85%;
            left: 7%;
        }
        .market_bottom .zao_btn_4{
            width: 26vw;
            height: 6.6666666666vw;
            top: 82%;
            left: 52%;
        }

        .market_bottom .wu_btn_1{
            width: 24vw;
            top: 82%;
            left: 15.6%;
        }
        .market_bottom .wu_btn_1 span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        }

        .market_bottom .wu_btn_2{
            width: 24vw;
            top: 82%;
            left: 59.9%;
        }
        .market_bottom .wu_btn_2 span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        }

        .market_bottom .wu_btn_3{
            width: 24vw;
            top: 82%;
            left: 66.1%;
        }
        .market_bottom .wu_btn_3 span{
            width: 18.4vw;
            height: 6.6666666666vw;
            font-size: 2.4vw;
        }

        .market_bottom .ye_btn_1{
            width: 50vw;
            top: 84%;
            left: 23.1%;
        }
        .market_bottom .ye_btn_1 span{
            width: 41.06666666666vw;
            height: 6.66666666666vw;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            font-size: 2.4vw;
            color: #fff;
            cursor: pointer;
            background: linear-gradient(to right, #e83e67, #ca1b22)
        }

        /* 好礼区域 */
        .li_nav{
            width: 93.6vw;
            height: 71.333333333vw;
            background: url(../../../activity/new-year-2026/images/li/li_bg_m.png) no-repeat 100%;
            background-size: 100% 100%;
            margin-top: 5.2vw;
        }
        .li_box{
            width: 90.9333333333vw;
            box-sizing: border-box;
            overflow: hidden;
            margin: 10.666vw auto 0;

        }
        .li_box>div{
            margin-top: 0.8vw;
        }
        .li_box .mob_2{
            width: 45.06666666666666vw;
        }
        .li_box .mob_3{
            width: 29.86666666666666vw;
        }

    }
    .record{
        display: inline-block;
        cursor: pointer;
        color: #007aff;
    }

    /*banner轮播*/
    .bannerSwiper{
        width: 1220px;
        padding: 30px 0 50px;
    }
    .bannerSwiper img{
        width: 100%;
    }
    .bannerSwiper .banner_pagination{
        bottom: 0px;
    }
    .bannerSwiper .banner_pagination .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        margin: 0 8px !important;
        background: #fff !important;
        opacity: 1;
    }
    .bannerSwiper .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #f98a7d!important;
    }

@media screen and (max-width:1400px){
    /*banner轮播*/
    .bannerSwiper{
        width: 952px;
        padding: 24px 0 39px;
    }
    .bannerSwiper .banner_pagination .swiper-pagination-bullet{
        width: 11px;
        height: 11px;
        margin: 0 7px !important;
    }
}
@media screen and (max-width:1024px){
     /*banner轮播*/
     .bannerSwiper{
        width: 93.6vw;
        padding: 5vw 0 8.88vw;
    }
    .bannerSwiper .banner_pagination .swiper-pagination-bullet{
        width: 2vw;
        height: 2vw;
        margin: 0 1.1vw !important;
    }
   
}


    /* 红品 */
    .hong_box{
        width: 1220px;
        height: 990px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        background: url(../../../activity/new-year-2026/images/hong/hong_bg_b.png) no-repeat 100%;
        background-size: 100% 100%;
        margin: 0 auto;
    }
    .hong_box .hong_nav{
        width: 1124px;
        margin: 84px auto 0;
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .hong_box .hong_nav>a{
        margin-top: 20px;
    }
    
    .hong_box .hong_nav .pc_1{
        width: 100%;
    }
    .hong_box .hong_nav .pc_3{
        width: 360px
    }
    .hong_box .hong_nav img{
        width: 100%; 
     }  
    @media screen and (max-width:1400px){
        /* 红品 */
        .hong_box{
            width: 952px;
            height: 773px;
            background: url(../../../activity/new-year-2026/images/hong/hong_bg_b.png) no-repeat 100%;
            background-size: 100% 100%;
        }
        .hong_box .hong_nav{
            width: 877px;
            margin: 66px auto 0;
        }
        .hong_box .hong_nav>a{
            margin-top: 16px;
        }
        .hong_box .hong_nav .pc_1{
            width: 100%;
        }
        .hong_box .hong_nav .pc_3{
            width: 281px
        }
    }
    @media screen and (max-width:1024px){
        /* 红品 */
        .hong_box{
            width: 93.6vw;
            height: 123.6vw;
            background: url(../../../activity/new-year-2026/images/hong/hong_bg_m.png) no-repeat 100%;
            background-size: 100% 100%;
        }
        .hong_box .hong_nav{
            width: 90.933333333vw;
            margin: 11vw auto 0;
        }
        .hong_box .hong_nav>a{
            margin-top: 1.6vw;
        }
        
        .hong_box .hong_nav .pc_1{
            width: 100%;
        }
        .hong_box .hong_nav .pc_3{
            width: 29.866666666vw
        }
        .hong_box .hong_nav img{
            width: 100%; 
        } 
    }
    .san_box{
        padding-bottom: 0;
    }
    .san_tip{
        margin-bottom: 0;
    }
/*直播*/
.sumLiveIcon {
    padding: 0;
    right: 28px;
    bottom: calc(22vh);
    border: none;
    z-index: 1999!important;
    position: fixed !important;
    cursor: pointer !important;
    line-height: 1px !important;
    margin-top: 0px;
    width: 45px !important;
    height: 50px !important;
}

.sumLiveIcon a {
    width: 100%;
    height: 100%;
}

.sumLiveIcon a img {
    width: 100%;
}

/* .link,a{
    background: red;
    opacity: 0.3;
} */


