@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: #ffffff;
}

.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: #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;
        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 12px 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 .zuhe_title{
    background:  -webkit-linear-gradient(40deg, #ce4654 0%, #a83241 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*公共小标题*/
.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: 16px;
    color: #000;
}

/*独立标题部分*/

.li_box {
    padding-bottom: 0;
}

.title_box .li_left {
    width: 36px;
    height: 26px;
}

.title_box .li_right {
    width: 36px;
    height: 26px;
}

.title_box .tao_left {
    width: 36px;
    height: 27px;
}

.title_box .tao_right {
    width: 37px;
    height: 28px;
}

.title_box .normal_left {
    width: 29px;
    height: 27px;
}

.title_box .normal_right {
    width: 29px;
    height: 28px;
}
.title_box .common_left{
    width: 47px;
    height: 46px;
}
.title_box .common_right{
    width: 58px;
    height: 43px;
}

.title_box .li_left{
    width: 24px;
    height: 24px;
    margin-top: -20px;
}
.title_box .li_right{
    width: 37px;
    height: 38px;
}
.title_box .zu_left{
    width: 49px;
    height:49px;
}
.title_box .zu_right{
    width: 14px;
    height: 14px;
    margin-top: -20px;
}

@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box {
        padding: 32px 0 10px 0;
        font-size: 32px;
    }
    .title_star_box {
        padding: 62px 0 0px 0;
    }
    .title_box .title_nav {
        margin: 0 24px;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 16px;
        margin: 16px auto;
    }
    .tip_nav{
        font-size: 24px;
    }
    .tip_box .tip2_nav{
        font-size: 13px;
    }
    /*独立标题部分*/
    .li_box {
        padding-bottom: 0;
    }
    .title_box .li_left {
        width: 29px;
        height: 21px;
    }
    
    .title_box .li_right {
        width: 29px;
        height: 21px;
    }
    
    .title_box .tao_left {
        width: 29px;
        height: 22px;
    }
    
    .title_box .tao_right {
        width: 29px;
        height: 22px;
    }
    
    .title_box .normal_left {
        width: 23px;
        height: 22px;
    }
    
    .title_box .normal_right {
        width: 23px;
        height: 22px;
    }
    .title_box .common_left{
        width: 37px;
        height: 36px;
    }
    .title_box .common_right{
        width: 46px;
        height: 34px;
    }
    .title_box .li_left{
        width: 19px;
        height: 19px;
        margin-top: -16px;
    }
    .title_box .li_right{
        width: 29px;
        height:30px;
    }
    .title_box .zu_left{
        width: 39px;
        height:39px;
    }
    .title_box .zu_right{
        width: 11px;
        height: 11px;
        margin-top: -16px;
    }
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box {
        margin: 0 auto;
        padding: 5vw 0 2vw 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;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 2.4vw;
        margin: 3vw auto;
    }
    .tip_nav{
        font-size: 4vw;
    }
    .tip_box .tip2_nav{
        font-size: 2.2vw;
    }
    /*独立标题部分*/
    .li_box {
        padding-bottom: 0;
    }
    .title_box .li_left {
        width: 4.8vw;
        height: 3.466666666vw;
    }
    
    .title_box .li_right {
        width: 4.8vw;
        height: 3.466666666vw;;
    }
    
    .title_box .tao_left {
        width: 4.8vw;
        height: 3.6vw;
    }
    
    .title_box .tao_right {
        width: 4.933333333vw;
        height: 28px;
    }
    
    .title_box .normal_left {
        width: 3.86666666666vw;
        height: 3.6vw;
    }
    
    .title_box .normal_right {
        width: 3.86666666666vw;
        height: 3.6vw;
    }
    .title_box .common_left{
        width: 6.2666666666vw;
        height: 6.133333333vw;
    }
    .title_box .common_right{
        width: 7.7333333333vw;
        height: 5.733333333vw;
    }
    .title_box .li_left{
        width: 3.2vw;
        height: 3.2vw;;
        margin-top: -2.2vw;
    }
    .title_box .li_right{
        width: 4.933333333vw;
        height: 5.06666666vw;
    }
    .title_box .zu_left{
        width: 6.533333333vw;
        height:6.533333333vw;;
    }
    .title_box .zu_right{
        width: 1.866666666vw;
        height:  1.866666666vw;;
        margin-top: -2.6vw;
    }
}



.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: center;
    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: #901e30;
    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: 100px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
}
.navigation .act{
    font-size: 22px;
    font-weight: 900;
    color: #901e30;
    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:78px;
        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
    }
}

.li_nav {
    width: 1220px;
    max-width: 1220px;
    background-color: #c43140;
    border-radius: 30px;
    padding: 20px;
}
.li_nav .pc_1{
    width: 1180px;
}
.li_nav .pc_2{
    width: 582px;
}

/* .li_nav .pc_3{
    width: 1180px;
} */

.li_nav .pc_4{
    width: 284px;
}
.totaogou{
    cursor: pointer;
}


@media screen and (max-width:1400px) {
    .li_nav {
        width: 952px;
        max-width: 952px;
        padding: 16px;
    }
    .li_nav .pc_1{
        width: 920px;
    }
    .li_nav .pc_2{
        width: 453px;
    }
    
    /* .li_nav .pc_3{
        width: 1180px;
    } */
    
    .li_nav .pc_4{
        width: 222px;
    }
}

@media screen and (max-width:1024px) {
    .li_nav {
        width: 93.6vw;
        max-width: 93.6vw;
        border-radius: 2.6vw;
        padding: 1.6vw;
    }
    .li_box>div,.li_box>a{
        margin-top: 1.6vw;
    }
    .li_nav .pc_1{
        width: 90.1333333333vw;
    }
    .li_nav .pc_2{
        width: 44.266666666vw;
    }
    
    /* .li_nav .pc_3{
        width: 1180px;
    } */
    
    .li_nav .pc_4{
        width: 44.266666666vw;
    }
}





/*上*/
.swiper1_box{
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #c43140;
    border-radius: 40px;
    position: relative;
}
.top_tab {
    box-sizing: border-box;
    width: 1220px;
    padding: 20px;
    position: relative;
    z-index: 3;
    background-color: #c43140;
    border-radius: 40px;
}

.top_tab .swiper {
    width: 100%;
    height: 100%;
}

.top_tab .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top_tab .swiper-slide {
    width: 20%;
    height: 50px;
    text-align: center;
    font-size: 24px;
    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;
}
.top_tab .top_tabnav2 .swiper-slide{
    width: 14%;
}
.top_tab .swiper-slide .slide_box {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin-top: 0;
}

.top_tab .swiper-slide .slide_box div {
    margin-top: 0;
}

.top_tab .swiper-slide .slide_box span {
    width: 0%;
    height: 5px;
    background: #fff;
    transition: all 200ms linear;
    margin: 0 auto;
}

.top_tab .swiper-slide.act .slide_box span {
    width: 100%;
}

/* 竞价 */
.top_tab .top_tabnav3 .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper1_jj_box{
    padding-bottom: 70px;
    margin-top: 10px;
}
.bottom_tab .butten_jj {
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #000; */
    /* font-size: 20px; */
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 24px;
    color: #000;
    margin: 0px auto;
    cursor: pointer;
    background-color: #fff;
    /* background: linear-gradient(to right, #5776ab, #7a90b7) */
    text-decoration: none;
}
.bottom_tab .butten_14_jj {
    margin-top: 0px;
}


/*下*/
.bottom_tab {
    width: 1220px;
    height: 480px;
    position: relative;
    margin: 0 auto;
}

.bottom_tab>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    z-index: -1;
    opacity: 0;
}

.bottom_tab>div.show {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

.bottom_tab .swiper {
    width: 100%;
    height: 100%;
}

.bottom_tab .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
}

.bottom_tab .swiper-slide {
    width: 33.333333333%;
    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: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
}

.bottom_tab .swiper-slide img {
    width: 370px;
    cursor: pointer;
}

.bottom_tab .swiper-wrapper.center {
    justify-content: center
}

.bottom_tab .swiper-wrapper.center .swiper-slide {
    -webkit-justify-content: center;
    justify-content: center;
}

.bottom_tab .bottom_tab_scrollbar {
    max-width: 756px;
    width: 50vw;
    height: 4px;
    background: #fff;
    position: absolute;
    top: unset;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.bottom_tab .bottom_tab_scrollbar .swiper-scrollbar-drag {
    background: #75000c;
}

.bottom_tab .special_1 .swiper-slide{
    width: 100%;
}

.bottom_tab .special_1 .swiper-slide img{
    width: 1180px;
}

@media screen and (max-width:1400px) {
    /*上*/
    .swiper1_box{
        width: 100%;
        max-width: 952px;
        border-radius: 32px;
    }
    .top_tab {
        width: 952px;
        padding: 16px;
        border-radius: 32px;
    }
    .top_tab .swiper-slide {
        height: 39px;
        font-size: 18px;
    }

    .top_tab .swiper-slide .slide_box span {
        height: 3px;
    }

    /* 竞价 */

    .swiper1_jj_box{
        padding-bottom: 55px;
        margin-top: 8px;
    }
    .bottom_tab .butten_jj {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 156px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        border-radius: 30px;
        font-size: 19px;
        color: #000;
        margin: 0px auto;
        cursor: pointer;
        background-color: #fff;
        text-decoration: none;
    }
    .bottom_tab .butten_14_jj {
        margin-top: 0px;
    }

    /*下*/
    .bottom_tab {
        width: 952px;
        height: 375px;
    }
    .bottom_tab .swiper-slide {
        font-size: 18px;
    }
    .bottom_tab .swiper-slide img {
        width: 289px;
    }
    .bottom_tab .bottom_tab_scrollbar {
        max-width: 590px;
        bottom: 16px;
    }
    .bottom_tab .special_1 .swiper-slide img{
        width: 920px;
    }
}

@media screen and (max-width:1024px) {
    /*上*/
    .swiper1_box{
        max-width: 94.66666666vw;
        border-radius: 3.2vw;
    }
    .top_tab {
        width: 94.66666666vw;
    }
    .top_tab .swiper-slide {
        width:22%;
        height: 6.666666vw;
        font-size: 3.2vw;
    }
    .top_tab .top_tabnav2 .swiper-slide{
        width:22%;
    }
    .top_tab .top_tabnav3 .swiper-slide{
        width:33%;
    }
    .top_tab .swiper-slide .slide_box span {
        height: 0.5vw;
    }

    /* 竞价 */

    .swiper1_jj_box{
        padding-bottom: 10vw;
        margin-top: 1vw;
    }
    .bottom_tab .butten_jj {
        display: flex;
        align-items: center;
        justify-content: center;
        /* color: #000; */
        /* font-size: 20px; */
        width: 26vw;
        height: 6vw;
        line-height: 6vw;
        text-align: center;
        border-radius: 30px;
        font-size: 2.6vw;
        color: #000;
        margin: 0px auto;
        cursor: pointer;
        background-color: #fff;
        text-decoration: none;
    }
    .bottom_tab .butten_14_jj {
        margin-top: 0vw;
    }
    /*下*/
    .bottom_tab {
        width: 94.66666666vw;
        height:55vw;
    }
    .bottom_tab .swiper-slide {
        width: 50%;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bottom_tab .swiper-slide img {
        width: 45.333333vw;
    }
    .bottom_tab .swiper-wrapper.center {
        justify-content: center
    }
    .bottom_tab .swiper-wrapper.center .swiper-slide {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bottom_tab .bottom_tab_scrollbar {
        height: 4px;
        bottom: 3%;
    }
    /* .bottom_tab .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: left;
    } */
    .bottom_tab .special_1 .swiper-slide img{
        width: 90.13333333vw;
    }
}



.tab_top{
    width: 1220px;
    margin: 100px auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_top>div{
    width: 268px;
    height: 78px;
    cursor: pointer;
    margin: 0 20px;
}
.tab_top>div.act{
    width: 250px;
    height: 73px;
}

.tab_top .left_img{
    background: url(../../../activity/double11-2025/images/icon/left_nor.png) no-repeat 100%;
    background-size: 100%;
}
.tab_top .right_img{
    background: url(../../../activity/double11-2025/images/icon/right_nro.png) no-repeat 100%;
    background-size: 100%;
}

.tab_top .left_img.act{
    background: url(../../../activity/double11-2025/images/icon/left_act.png) no-repeat 100%;
    background-size: 100%;
}
.tab_top .right_img.act{
    background: url(../../../activity/double11-2025/images/icon/right_act.png) no-repeat 100%;
    background-size: 100%;
}

.tab_bottom .box-nav{
    display: none;
}
.tab_bottom .box-nav.act{
    display: block;
}

.btn_bottom_fixd{
    width: 1220px;
    max-width: 1220px;
    height: 100px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    background-color: #ce4654;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px 40px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0 50px;
    padding-bottom: 20px;
    box-sizing: border-box;

}
.btn_bottom_fixd .zhu_img{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .zhu_img.act{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .mx_img{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .mx_img.act{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .tv_img{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .tv_img.act{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .mm_img{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd .mm_img.act{
    width: 144px;
    height: 153px;
}
.btn_bottom_fixd a img{
    width: 144px;
    height: 153px;
}


@media screen and (max-width:1400px) {
    .tab_top{
        width: 952px;
        margin: 78px auto 32px;
    }
    .tab_top>div{
        width: 210px;
        height: 61px;
        margin: 0 16px;
    }
    .tab_top>div.act{
        width: 195px;
        height: 57px;
    }
    
    .tab_top .left_img{
        background: url(../../../activity/double11-2025/images/icon/left_nor.png) no-repeat 100%;
        background-size: 100%;
    }
    .tab_top .right_img{
        background: url(../../../activity/double11-2025/images/icon/right_nro.png) no-repeat 100%;
        background-size: 100%;
    }
    
    .tab_top .left_img.act{
        background: url(../../../activity/double11-2025/images/icon/left_act.png) no-repeat 100%;
        background-size: 100%;
    }
    .tab_top .right_img.act{
        background: url(../../../activity/double11-2025/images/icon/right_act.png) no-repeat 100%;
        background-size: 100%;
    }
    
    .tab_bottom .box-nav{
        display: none;
    }
    .tab_bottom .box-nav.act{
        display: block;
    }
    
    .btn_bottom_fixd{
        width: 952px;
        max-width: 952px;
        height: 78px;
        border-radius: 32px 32px 0 0;
        padding: 0 39px;
        padding-bottom: 16px;
    
    }
    .btn_bottom_fixd .zhu_img{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .zhu_img.act{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .mx_img{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .mx_img.act{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .tv_img{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .tv_img.act{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .mm_img{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd .mm_img.act{
        width: 113px;
        height: 120px;
    }
    .btn_bottom_fixd a img{
        width: 113px;
        height: 120px;
    }
}

@media screen and (max-width:1024px) {
    .tab_top{
        width: 93.6vw;
        margin: 13vw auto 5.3vw;
    }
    .tab_top>div{
        width: 35.733333333vw;
        height: 10.4vw;
        cursor: pointer;
        margin: 0 3vw;
    }
    .tab_top>div.act{
        width: 33.33333333vw;
        height: 9.733333333vw;
    }
    
    .tab_top .left_img{
        background: url(../../../activity/double11-2025/images/icon/left_nor.png) no-repeat 100%;
        background-size: 100%;
    }
    .tab_top .right_img{
        background: url(../../../activity/double11-2025/images/icon/right_nro.png) no-repeat 100%;
        background-size: 100%;
    }
    
    .tab_top .left_img.act{
        background: url(../../../activity/double11-2025/images/icon/left_act.png) no-repeat 100%;
        background-size: 100%;
    }
    .tab_top .right_img.act{
        background: url(../../../activity/double11-2025/images/icon/right_act.png) no-repeat 100%;
        background-size: 100%;
    }
    
    .tab_bottom .box-nav{
        display: none;
    }
    .tab_bottom .box-nav.act{
        display: block;
    }
    
    .btn_bottom_fixd{
        width: 100%;
        max-width: 100vw;
        height: 13.3vw;
        position: fixed;
        z-index: 999;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5.4vw 5.4vw 0 0;
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
        padding: 0 3vw;
        padding-bottom: 3vw;
        box-sizing: border-box;
    
    }
    .btn_bottom_fixd .zhu_img{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .zhu_img.act{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .mx_img{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .mx_img.act{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .tv_img{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .tv_img.act{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .mm_img{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd .mm_img.act{
        width: 19.2vw;
        height: 20.4vw;
    }
    .btn_bottom_fixd a img{
        width: 19.2vw;
        height: 20.4vw;
    }
}







/* 改风格新增 */
.li_nav{
    overflow: visible;
}
.li_box>a,.li_box>div{
    z-index: 2;
}
.li_ren{
    width: 234px;
    height: 199px;
    position: absolute;
    top: -116px;
    left: 250px;
    z-index: 1;
}
.li_gou{
    width:73px;
    height: 75px;
    position: absolute;
    top: -60px;
    left: 800px;
    z-index: 1;

}
.zu_ren{
    width: 215px;
    height: 219px;
    position: absolute;
    top: -150px;
    left: 730px;
    z-index: 1;

}
.zu2_right{
    width: 53px;
    height: 53px;
    position: absolute;
    left:800px;
}
@media screen and (max-width:1400px) {
   /* 改风格新增 */
    .li_ren{
        width: 183px;
        height: 156px;
        top: -91px;
        left: 195px;
    }
    .li_gou{
        width:57px;
        height: 59px;
        top: -47px;
        left: 624px;

    }
    .zu_ren{
        width: 168px;
        height: 171px;
        top: -117px;
        left: 570px;

    }
    .zu2_right{
        width: 42px;
        height: 42px;
        left: 66%;
    } 
}
@media screen and (max-width:1024px) {
    /* 改风格新增 */
    .li_ren{
        width: 31.2vw;
        height: 26.53333333vw;
        top: -10%;
        left: 0%;
    }
    .li_gou{
        width: 9.733333333vw;;
        height: 10vw;
        top: -5%;
        left: 80%;

    }
    .zu_ren{
        width: 28.66666666vw;
        height: 29.2vw;
        top: -28%;
        left: 68%;

    }
    .zu2_right{
        width: 7.06666666vw;
        height: 7.06666666vw;;
        left:78%;
    }
}

/*直播*/

.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%;
}





















/* 倒计时代码 */

.countdown {
    width: 95px;
    height: 95px;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 130px;
    background-color: #f3f3f3;
    border-radius: 50%;
    box-shadow: 0px 0px 22px 0px rgba(173, 173, 173, 0.5);
    display: none;
}

.circle {
    width: 80px;
    height: 80px;
    position: relative;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    /* right: 10px;
    top: 50px; */
    box-shadow: inset 0 0 0 5px #2189FF;
    /* background-color: #fff; */
}

.circle .ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.circle_left {
    border: 5px solid #DDDDDD;
    border-radius: 50%;
    /* 更正！！！
    之前使用clip是可以正常的，但现在clip被弃用，推荐使用clip-path，但是这个属性和clip-path有些微的不同
    使用clip-path应该更改为： clip-path: inset(0 40px 0 0);
    */
    clip-path: inset(0 40px 0 0);
    /* clip: rect(0, 40px, 80px, 0); */
    /* transform: rotate(180deg); */
}

.circle_right {
    border: 5px solid #DDDDDD;
    border-radius: 50%;
    /* // 使用clip-path应该更改为： clip-path: inset(0 0 0 40px); */
    clip-path: inset(0 0 0 40px);
    /* clip: rect(0, 80px, 80px, 40px); */
    /* transform: rotate(0);
    border-color: #2189FF; */
}

.circle_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2189FF;
    font-size: 12px;
}

.circle_text .name {
    margin-bottom: 4px;
}

.countdown .prizeBtn {
    width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #d1d1d1;
    border-radius: 32px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 10.5px;
    bottom: -24px;
    cursor: pointer;
}

.countdown .prizeBtn.prizeBtnC {
    background-color: #2189FF;
}

@media screen and (max-width:1024px) {
    .countdown {
        width: 12.635vw;
        height: 12.635vw;
        position: fixed;
        right: 2.66vw;
        top: 24vw;
        background-color: #f3f3f3;
        border-radius: 50%;
        box-shadow: 0px 0px 2.7vw 0px rgba(173, 173, 173, 0.5);
    }
    .circle {
        width: 10.64vw;
        height: 10.64vw;
        position: relative;
        border-radius: 50%;
        left: 1.06vw;
        top: 1.06vw;
        box-shadow: inset 0 0 0 0.66vw #2189FF;
    }
    .circle .ab {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .circle_left {
        border: 0.77vw solid #DDDDDD;
        border-radius: 50%;
        /* 更正！！！
      之前使用clip是可以正常的，但现在clip被弃用，推荐使用clip-path，但是这个属性和clip-path有些微的不同
      使用clip-path应该更改为： clip-path: inset(0 40px 0 0);
      */
        /* clip: rect(0, 5.32vw, 10.64vw, 0); */
        clip-path: inset(0 5.25vw 0 0);
        /* transform: rotate(180deg); */
    }
    .circle_right {
        border: 0.77vw solid #DDDDDD;
        border-radius: 50%;
        /* // 使用clip-path应该更改为： clip-path: inset(0 0 0 40px); */
        /* clip: rect(0, 10.64vw, 10.64vw, 5.32vw); */
        clip-path: inset(0 0 0 5.25vw);
        /* transform: rotate(0);
      border-color: #2189FF; */
    }
    .circle_text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #2189FF;
        font-size: 12px;
    }
    .circle_text .name {
        margin-bottom: 4px;
    }
    .countdown .prizeBtn {
        width: 9.842vw;
        height: 3.2vw;
        line-height: 3.2vw;
        text-align: center;
        background: #757575;
        border-radius: 4.23vw;
        font-size: 2.218vw;
        color: #FFFFFF;
        position: absolute;
        left: 1.4vw;
        bottom: -3.2vw;
    }
}


/*报错弹窗*/

.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;
}

.error_nav p a {
    color: #2189ff;
    text-decoration: underline;
}

.bg_dialog_list .mask_close {
    top: 145px;
}

.mask_close {
    width: 30px;
    height: 30px;
    background: url(../../../activity/wishing-draw/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: 3.4vw;
    }
    .bg_dialog_list .mask_close {
        top: 26%;
    }
    .mask_close {
        width: 4vw;
        height: 4vw;
        background: url(../../../activity/wishing-draw/images/mask_close.png) no-repeat 100%;
        background-size: 100%;
        right: 4%;
        top: 6%;
    }
}




/*倒计时*/
.timebox{
    background-color: #901e30;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    color: #fff;
    line-height: 1.6;
}
.time_tit{
    font-size: 24px;
}
.tit_nav{
    display: flex;
    align-items: center;
    font-size: 24px;
}

.tit_nav span{
    display: inline-block;
    width: 44px;
    text-align: center;
    font-size: 34px;
}

@media screen and (max-width:1400px) {
    
    /*倒计时*/
    .timebox{
        padding: 18px 0;
    }
    .time_tit{
        font-size: 18px;
    }
    .tit_nav{
        font-size: 18px;
    }

    .tit_nav span{
        width: 35px;
        font-size: 26px;
    }
}

@media screen and (max-width:1024px) {
   /*倒计时*/
    .timebox{
        padding: 4vw 0;
        flex-direction: column;
    }
    .time_tit{
        font-size: 3vw;
    }
    .tit_nav{
        font-size: 3vw;
    }

    .tit_nav span{
        width: 6vw;
        font-size: 4.6vw;
    }
}


/* .link,a{
    background: red;
    opacity: 0.3;
} */


