@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: #fff6ea;
}

.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 30px 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, #d22637 0%, #a70f25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title_box .common_left{
    width: 32px;
    height: 33px;
}

.title_box .common_right{
    width: 32px;
    height: 34px;
}
/*公共小标题*/
.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;
}

/*独立标题部分*/


@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box {
        max-width: 952px;
        padding: 32px 0 24px 0;
        font-size: 32px;
    }
    .title_star_box {
        padding: 62px 0 0px 0;
    }
    .title_box .title_nav {
        margin: 0 24px;
    }
    .title_box .common_left{
        width: 25px;
        height: 26px;
    }
    
    .title_box .common_right{
        width: 25px;
        height: 27px;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 16px;
        margin: 16px auto;
    }
    .tip_nav{
        font-size: 24px;
    }
    .tip_box .tip2_nav{
        font-size: 13px;
    }
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box {
        margin: 0 auto;
        padding: 5.3vw 0 4vw 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.26vw;
        height: 4.4vw;
    }
    
    .title_box .common_right{
        width: 4.26vw;;
        height: 4.53vw;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 2.4vw;
        margin: 3vw auto;
    }
    .tip_nav{
        font-size: 4vw;
    }
    .tip_box .tip2_nav{
        font-size: 2.2vw;
    }
}



.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: #ae8a61;
    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: #ae8a61;
    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:23px;
        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
    }
}






    /* 本页面专属 */
     .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 16px!important;
        background: #d22637;
    }


    /* 配件轮播 */
    .mySwiper2 {
        width: 100%;
        max-width: 1220px;
        position: relative;
        padding-bottom: 50px;
    }
    .mySwiper2 .swiper-wrapper{
        align-items: flex-end;
    }
    
    .mySwiper2 .swiper-slide {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mySwiper2 .swiper-slide img {
        display: block;
        width: 370px;
        object-fit: cover;
        cursor: pointer;
    }
    .mySwiper2 .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 16px!important;
        background: #d22637;
    }

    /* 礼遇样式 */
    .li_box{
        padding-bottom: 0;
    }
    .li_box .li_right{
        width: 44px;
        height: 53px;
    }
    .li_nav{
        width: 1220px;
        max-width: 1220px;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: 0;
        position: relative;
        overflow: visible;
        background-color: #f6d6aa;
        border-radius: 20px;
        padding: 24px 24px;
    }
    .li_nav .li_tit{
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #000;
        font-weight: 900;
    }

    .li_box .pc_2{
        width: 580px;
    }
    .li_box .pc_3{
        width: 380px;
    }
    .li_nav .li_img{
        position: absolute;
    }
    .li_nav .liimg_1{
        width: 126px;
        height: 121px;
        top: -120px;
        left: 300px;
    }
    .li_nav .liimg_2{
        width: 112px;
        height: 122px;
        top: -14px;
        right: -12px;
    }
    .li_nav .liimg_3{
        width: 76px;
        height: 61px;
        bottom: -50px;
        left: -18px;
    }

   
    /* 秒杀专区 */
    .ms_box{
        padding: 50px 0 40px 0;
    }
    .ms_box .ms_left{
        width: 47px;
        height: 54px;
    }
    .ms_box .ms_ren{
        width: 398px;
        height: 113px;
        position: absolute;
        left: 440px;
        bottom: 20px
    }
    /*上*/
    .top_tab {
        width: 1220px;
        margin: 30px auto;
    }
    .top_tab .swiper {
        width: 100%;
        height: 100%;
    }
    .top_tab .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .top_tab .swiper-slide {
        width: 220px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        color: #000;
        background: none;
        margin-right: 50px;
        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 .swiper-slide.act {
        background: linear-gradient(to right, #fbdfb6, #fbdfb6);
        border-radius: 30px;
    }
    .top_tab .swiper-slide.act span {
        padding: 20px 20px;
        font-weight: 600;
        color: #000;
    }
    /*下*/
    .bottom_tab {
        width: 1220px;
        height: 514px;
        position: relative;
        margin: 0 auto;
        background-color: #fbdfb6;
        border-radius: 20px;
        margin-bottom: 40px;
    }
    .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: center;
    }
    .bottom_tab .swiper-slide img {
        width: 370px;
        cursor: pointer;
    }
    .bottom_tab .swiper-wrapper.center {
        justify-content: space-around
    }
    .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: #c89556;
    }

    
@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 12px!important;
    }
    /* 配件轮播 */
    .mySwiper2 {
        max-width: 952px;
        padding-bottom: 39px;
    }
   
    .mySwiper2 .swiper-slide img {
        width: 289px;
    }
    .mySwiper2 .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 12px!important;
    }

    /* 礼遇样式 */
    .li_box .li_right{
        width: 35px;
        height: 42px;
    }
    .li_nav{
        width: 952px;
        max-width: 952px;;
        border-radius: 16px;
        padding: 18px 18px;
    }
    .li_nav .li_tit{
        font-size: 18px;
    }
    .li_box .pc_2{
        width: 453px;
    }
    .li_box .pc_3{
        width: 297px;
    }

    .li_nav .liimg_1{
        width: 99px;
        height:95px;
        top: -94px;
        left: 234px;
    }
    .li_nav .liimg_2{
        width: 88px;
        height: 96px;
        top: -11px;
        right: -10px;
    }
    .li_nav .liimg_3{
        width: 60px;
        height: 48px;
        bottom: -37px;
        left: -15px;
    }
    
    /* 秒杀专区 */
    .ms_box{
        padding: 39px 0 32px 0;
    }
    .ms_box .ms_left{
        width: 37px;
        height: 43px;
    }
    .ms_box .ms_ren{
        width: 311px;
        height: 89px;
        left: 340px;
        bottom: 16px
    }
    /*上*/
    .top_tab {
        width: 952px;
        margin: 24px auto;
    }
   
    .top_tab .swiper-slide {
        width: 172px;
        height:39px;
        font-size: 18px;
        margin-right: 39px;
    }
    .top_tab .swiper-slide.act {
        background: linear-gradient(to right, #fbdfb6, #fbdfb6);
        border-radius: 24px;
    }
    .top_tab .swiper-slide.act span {
        padding: 16px 16px;
        font-weight: 600;
        color: #000;
    }
    /*下*/
    .bottom_tab {
        width: 952px;
        height: 401px;
        border-radius: 16px;
        margin-bottom: 32px;
    }
   
    .bottom_tab .swiper-slide img {
        width: 289px;
    }
    .bottom_tab .swiper-wrapper.center {
        justify-content: space-around
    }
    .bottom_tab .swiper-wrapper.center .swiper-slide {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bottom_tab .bottom_tab_scrollbar {
        bottom: 16px;
    }
 
  
}



@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 2vw!important;
    }
    /* 配件 */
    .mySwiper2 {
        max-width: 93.6vw;
        padding-bottom: 8.88vw;
    }

    .mySwiper2 .swiper-slide img {
        display: block;
        width: 40.66666666vw;
        object-fit: cover;
        cursor: pointer;
    }
    .mySwiper2 .swiper-pagination-bullet {
        width: 2vw;
        height: 2vw;
        margin: 0 2vw!important;
    }
    /* 礼遇样式 */
    
    .li_box .li_right{
        width: 5.86vw;
        height: 7.06vw;
    }
    .li_nav{
        width: 93.6vw;
        max-width: 93.6vw;;
        border-radius: 2.66vw;
        padding: 4vw 1.3vw;
    }
    .li_nav .li_tit{
        font-size: 2.66vw;
    }

    .li_box .mob_1{
        width: 90.93vw;
    }
    .li_box .mob_2{
        width: 44.53vw;
    }
    .li_nav .liimg_1{
        width: 16.8vw;
        height: 16.13vw;
        top: -9.3%;
        left: 3%;
    }
    .li_nav .liimg_2{
        width: 14.93vw;
        height: 16.26vw;
        top: -2%;
        right: -1.8%;
    }
    .li_nav .liimg_3{
        width: 10.13vw;
        height: 8.13vw;
        bottom: 2%;
        left: -1%;
    }

   
    /* 秒杀专区 */
    .ms_box{
        padding: 6.66vw 0 5.33vw 0;
    }
    .ms_box .ms_left{
        width: 6.26vw;
        height: 7.2vw;
    }
    .ms_box .ms_ren{
        width: 53.06vw;
        height: 15.06vw;
        left: 28%;
        bottom: 18%;
    }
    /*上*/
    .top_tab {
        width: 93.6vw;
        margin: 4vw auto;
    }
    .top_tab .swiper-slide {
        width: 29.33vw;
        height: 6.66vw;
        font-size: 3.2vw;
        margin-right: 6.66vw;
    }
    .top_tab .swiper-slide.act {
        background: linear-gradient(to right, #fbdfb6, #fbdfb6);
        border-radius: 4vw;
    }
    .top_tab .swiper-slide.act span {
        padding: 2.66vw 2.66vw;
        font-weight: 600;
        color: #000;
    }
    /*下*/
    .bottom_tab {
        width: 93.6vw;
        height: 60vw;
        border-radius: 2.66vw;
        margin-bottom: 5.33vw;
    }
    .bottom_tab>div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .5s linear;
        z-index: -1;
        opacity: 0;
    }
    .bottom_tab .swiper-slide{
        width: 50%;      
    }
    .bottom_tab .swiper-slide img {
        width: 43.6vw;
    }
    .bottom_tab .bottom_tab_scrollbar {
        max-width: 756px;
        width: 50vw;
        height: 0.53vw;
        background: #fff;
        position: absolute;
        top: unset;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%);
        z-index: 1;
    }
    .bottom_tab .bottom_tab_scrollbar .swiper-scrollbar-drag {
        background: #c89556;
    }
   

}


/* 社区专属 */
.shetitle_box{
    padding-bottom: 0;
}
.sheli_box{
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    overflow: visible;
    background-color: #f6d6aa;
    border-radius: 20px;
    padding: 0 20px 20px 20px; 
}
.sheli_box .pc_3{
    width: 382px;
}
@media screen and (max-width:1400px) {
    /* 社区专属 */
    .sheli_box{
        width: 952px;
        max-width: 952px;
        border-radius: 16px;
        padding: 0 16px 16px 16px; 
    }
    .sheli_box .pc_3{
        width: 298px;
    }
}

@media screen and (max-width:1024px) {
     /* 社区专属 */
        .sheli_box{
            width: 93.6vw;
            max-width:  93.6vw;
            border-radius: 2.66vw;
            padding: 0 2.2vw 2.2vw 2.2vw; 
        }
        .sheli_box .pc_3{
            width: 43.6vw;
        }
}


/*直播*/

.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;
} */


