@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: #f8e1df;
}

.pc-show {
    display: block!important;
}

.mobile-show {
    display: none!important;
}

.vis-hide {
    visibility: hidden!important;
}

.vis-show {
    visibility: visible!important;
}

.navListImg {
    width: 96%;
    /* height: 200px; */
    border-radius: 20px;
    margin: auto;
}

.navListImg img {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .pc-show {
        display: none!important;
    }
    .mobile-show {
        display: block!important;
    }
}

.box {
    position: relative;
}

.box * {
    margin: 0;
    padding: 0;
}

.box i {
    display: inline-block;
}

.box div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.box-c {
    overflow: hidden;
}

.box img {
    width: 100%;
    display: block;
}

.box-c img {
    width: 1920px;
    display: block;
}

.pos-abs,
.word {
    position: absolute;
}

.z-99 {
    z-index: 99;
}

.link,
.nav-link {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.4);*/
}

@media screen and (max-width:1024px) {
    .link {
        margin-top: 0!important;
    }
}

.link img,
.nav-link img {
    width: 100%;
    height: 100%;
}

.unclick {
    pointer-events: none;
}

.dpn {
    position: absolute !important;
    display: none !important;
}

@media screen and (max-width:1400px) {
    .box-c>img {
        width: 1500px;
    }
}

@media screen and (max-width:1024px) {
    .box-c>img {
        width: 100%;
        display: block;
    }
}


/********************************************/


/****************公共部分 end****************/


/********************************************/


/*word*/

.word {
    width: 100%;
    z-index: 998;
    text-align: center;
}

.word ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.word ul li {
    display: inline-block;
    zoom: 1;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.word ul li img {
    width: 100%;
}


/*额外公共部分*/

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    outline: 0 none;
}

.none {
    display: none!important;
}

.is-duanque {
    background: #a6a8aa!important;
    cursor: default!important;
    pointer-events: none;
}

input,
textarea {
    -webkit-appearance: none;
    border: none;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

ul,
ol,
li {
    list-style: none;
    text-decoration: none
}

input:focus,
a:focus {
    outline: none;
    /* 去除边框 */
    border: none;
    /* 也可以设置为transparent或任何你想要的颜色 */
    box-shadow: none;
    /* 可选，去除焦点时的阴影 */
}

sup {
    line-height: 0;
    /* The following rules (or similar) likely come from browser
     * style and are not needed
     */
    /* font-size: 0.83em; */
    vertical-align: super;
}


/*毛玻璃效果*/

._mbl {
    background: hsla(0, 0%, 100%, .8)!important;
    -webkit-backdrop-filter: blur(4px)!important;
    backdrop-filter: blur(4px)!important;
    /* border-top: 1px solid #f3f3f3; */
    /*opacity: 0.92*/
}


/*锚点位置*/

.anchor {
    position: relative;
    top: -130px;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .anchor {
        position: relative;
        top: -102px;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:1024px) {
    .anchor {
        position: relative;
        top: -20vw;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}


/*分享*/

.topnav {
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
}

.topnav .topnav-nav {
    width: 1440px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.topnav .topnav-nav ul {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.topnav .fexd-right {
    justify-content: flex-start;
}

.topnav .fexd-right {
    justify-content: flex-end;
}

.topnav ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.topnav .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}

.topnav.is_fixed .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav.is_fixed .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}

@media screen and (max-width:1400px) {
    .topnav .topnav-nav {
        width: 1123px;
    }
}

@media screen and (max-width:1024px) {
    .topnav {
        display: block;
    }
    .topnav .topnav-nav {
        width: 100vw;
    }
}


/*活动说明*/

.c-txt {
    max-width: 1220px;
    margin: 36px auto;
    padding: 0 20px;
}

.c-txt .bot_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 900;
    margin: 36px 0
}

.c-txt .bot_nav {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0 40px;
    word-break: break-word;
}

.c-txt .bot_nav .list-blod {
    font-size: 14px;
    font-weight: 900
}

.c-txt .bot_nav span {
    vertical-align: super;
    font-size: 12px
}

.c-txt .bot_nav a {
    text-decoration: none;
    color: #007aff;
}

.c-txt .bot_nav .tel_phone {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width:1400px) {
    .c-txt {
        max-width: 952px;
        margin: 29px auto;
        padding: 0 16px
    }
    .c-txt .bot_title {
        font-size: 29px;
        margin: 29px 0
    }
    .c-txt .bot_nav {
        padding: 0 32px;
    }
}

@media screen and (max-width:1024px) {
    .c-txt {
        max-width: 96vw;
        margin: 4vw auto;
        padding: 0 1vw;
    }
    .c-txt .bot_title {
        font-size: 5.3vw;
        margin: 4vw 0;
        line-height: 2vw;
    }
    .c-txt .bot_nav {
        font-size: 2.6vw;
        line-height: 4.2vw;
        padding: 0 3vw;
    }
    .c-txt .bot_nav .list-blod {
        font-size: 3.2vw;
        font-weight: 900
    }
    .c-txt .bot_nav span {
        vertical-align: super;
        font-size: 1vw
    }
    .c-txt .bot_nav .tel_phone {
        pointer-events: auto;
        cursor: pointer;
    }
}


/* 超三券 */

.super_box {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}

.super_box img {
    width: 100%;
    padding-top: 100px;
}

@media screen and (max-width:1400px) {
    /* 超三券 */
    .super_box {
        width: 952px;
        max-width: 952px;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        box-sizing: border-box;
    }
    .super_box img {
        width: 100%;
        padding-top: 78px;
    }
}

@media screen and (max-width:1024px) {
    /* 超三券 */
    .super_box {
        width: 93.6vw;
        max-width: 93.6vw;
        margin: 0 auto;
        font-size: 0;
        position: relative;
        box-sizing: border-box;
    }
    .super_box img {
        width: 100%;
        padding-top: 9.2vw;
    }
}


/*公共大标题*/

.title_box {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 80px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    box-sizing: border-box;
}

.title_box .title_nav {
    text-align: center;
    margin: 0 30px;
}


/*公共小标题*/

.tip_box {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
}


/*独立标题部分*/

.title_box .li_left {
    width: 61px;
    height: 59px;
}

.title_box .li_right {
    width: 63px;
    height: 64px;
}

.li_box {
    padding-bottom: 0;
}

.title_box .left1 {
    width: 49px;
    height: 64px;
}

.title_box .right1 {
    width: 49px;
    height: 64px;
}

@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box {
        padding: 62px 0 24px 0;
        font-size: 32px;
    }
    .title_box .title_nav {
        margin: 0 24px;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 13px;
        padding-bottom: 24px;
    }
    /*独立标题部分*/
    .title_box .li_left {
        width: 48px;
        height: 46px;
    }
    .title_box .li_right {
        width: 50px;
        height: 50px;
    }
    .li_box {
        padding-bottom: 0;
    }
    .title_box .left1 {
        width: 39px;
        height: 50px;
    }
    .title_box .right1 {
        width: 39px;
        height: 50px;
    }
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box {
        margin: 0 auto;
        padding: 8vw 0 5vw 0;
        font-size: 6.4vw;
    }
    .title_box .title_nav {
        margin: 0 4vw;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 2.2vw;
        padding-bottom: 4vw;
    }
    /*独立标题部分*/
    .title_box .li_left {
        width: 8.1333333333vw;
        height: 7.8666666666vw;
    }
    .title_box .li_right {
        width: 8.4vw;
        height: 8.53333333333vw;
    }
    .li_box {
        padding-bottom: 0;
    }
    .title_box .left1 {
        width: 6.53333333333vw;
        height: 8.5333333333vw;
    }
    .title_box .right1 {
        width: 6.53333333333vw;
        height: 8.5333333333vw;
    }
}

.box-nav {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}

.nav-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap
}

.nav-box>a {
    z-index: 2;
    margin-top: 20px;
}

.nav-box>a.marginTop0 {
    margin-top: 0
}

.nav-box>div {
    z-index: 2;
    margin-top: 20px;
}

.nav-box>div.marginTop0 {
    margin-top: 0
}

.nav-box .pc_1 {
    width: 1220px;
}

.nav-box .pc_2 {
    width: 600px;
}

.nav-box .pc_3 {
    width: 394px;
}

.nav-box div img {
    width: 100%;
}

.nav-box a img {
    width: 100%;
}

@media screen and (max-width:1400px) {
    .box-nav {
        width: 952px;
    }
    .nav-box>div {
        margin-top: 16px;
    }
    .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .nav-box>a {
        margin-top: 16px;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .nav-box .pc_1 {
        width: 952px;
    }
    .nav-box .pc_2 {
        width: 468px;
    }
    .nav-box .pc_3 {
        width: 307px;
    }
}

@media screen and (max-width:1024px) {
    .box-nav {
        width: 93.6vw;
    }
    .nav-box>div {
        margin-top: 2.6666666vw;
    }
    .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .nav-box>a {
        margin-top: 2.6666666vw;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .nav-box>div.mobile_marginTop {
        margin-top: 2.6666666vw;
    }
    .nav-box>a.mobile_marginTop {
        margin-top: 2.6666666vw;
    }
    .nav-box .mob_1 {
        width: 93.6vw;
        ;
    }
    .nav-box .mob_2 {
        width: 45.466666666vw;
    }
}


/*导航条*/

.c-1 {
    min-height: 660px;
}

.c-nav {
    width: 100%;
    max-width: 1920px;
    background: #f78f80;
    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 {
    width: auto;
    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: 58px;
}

.navigation .swiper-slide:last-child{
    margin-right:0
}

/* .navigation .swiper-slide {
    width: 18%;
} */

.navigation .swiper-slide img {
    margin-right: 10px;
}

.navigation .swiper-slide img.nav_1 {
    width: 39px;
}

.navigation .swiper-slide img.nav_2 {
    width: 40px;
}

.navigation .swiper-slide img.nav_3 {
    width: 38px;
}

.navigation .swiper-slide img.nav_4 {
    width: 40px;
}

.navigation .swiper-slide img.nav_5 {
    width: 40px;
}

.navigation .swiper-slide img.nav_6 {
    width: 40px;
}

.c-nav {
    padding: 24px 0 24px 0;
}

.is_fixed.c-nav {
    padding: 24px 0 24px 0;
}

@media screen and (max-width:1400px) {
    /*导航条*/
    .c-1 {
        min-height: 514px;
    }
    .navigation {
        width: 952px;
    }
    .navigation .swiper-slide {
        font-size: 15px;
        margin-right: 36px;
    }
    .navigation .swiper-slide img {
        margin-right: 8px;
    }
    .navigation .swiper-slide img.nav_1 {
        width: 31px;
    }
    .navigation .swiper-slide img.nav_2 {
        width: 32px;
    }
    .navigation .swiper-slide img.nav_3 {
        width: 30px;
    }
    .navigation .swiper-slide img.nav_4 {
        width: 32px;
    }
    .navigation .swiper-slide img.nav_5 {
        width: 32px;
    }
    .navigation .swiper-slide img.nav_6 {
        width: 32px;
    }
    .c-nav {
        padding: 18px 0 18px 0;
    }
    .is_fixed.c-nav {
        padding: 18px 0 18px 0;
    }
}

@media screen and (max-width:1024px) {
    /*导航条*/
    .c-1 {
        min-height: 115vw;
    }
    .navigation {
        width: 96vw;
    }
    .navigation .swiper-wrapper {
        justify-content: left;
    }
    .navigation .swiper-slide {
        /* width: 40%; */
        font-size: 3.8vw;
        margin-right: 4.8vw;
    }
    .navigation .swiper-slide img {
        margin-right: 1.8vw;
    }
    .navigation .swiper-slide img.nav_1 {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.nav_2 {
        width: 5.333333333vw;
    }
    .navigation .swiper-slide img.nav_3 {
        width: 5.0666666666vw;
    }
    .navigation .swiper-slide img.nav_4 {
        width: 5.333333333vw;
    }
    .navigation .swiper-slide img.nav_5 {
        width: 5.333333333vw;
    }
    .navigation .swiper-slide img.nav_6 {
        width: 5.333333333vw;
    }
    .c-nav {
        padding: 4vw 0 4vw 0;
    }
    .is_fixed.c-nav {
        padding: 4vw 0 4vw 0;
    }
}


/*搭配区域*/

.dapei_tit {
    padding-bottom: 0;
    margin-bottom: 28px;
}

.dapei_tip {
    margin-bottom: 50px;
}

.dapei_box {
    justify-content: center;
}

.dapei_top {
    width: 100%;
    margin-bottom: 28px;
}

.dapei_top .swiper {
    width: 100%;
    height: 100%;
}

.dapei_top .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dapei_top .swiper-slide {
    width: 25%;
    text-align: center;
    font-size: 24px;
    color: #000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
}

.dapei_top .swiper-slide.act {
    font-size: 30px;
}

.dapei_top .swiper-slide .slide_box {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}


/* .dapei_top .swiper-slide .slide_box div{
    padding: 0 30px;
} */

.dapei_top .swiper-slide .slide_box span {
    width: 0%;
    height: 5px;
    background: #000;
    transition: all 200ms linear;
    margin: 0 auto;
}

.dapei_top .swiper-slide.act .slide_box span {
    width: 100%;
}

.bottom_bottom {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.bottom_bottom>div {
    transition: all .5s linear;
    display: none;
}

.bottom_bottom>div.act {
    display: block;
}

@media screen and (max-width:1400px) {
    /*搭配区域*/
    .dapei_tit {
        padding-bottom: 0;
        margin-bottom: 22px;
    }
    .dapei_tip {
        margin-bottom: 39px;
    }
    .dapei_top {
        margin-bottom: 22px;
    }
    .dapei_top .swiper-slide {
        font-size: 19px;
    }
    .dapei_top .swiper-slide.act {
        font-size: 21px;
    }
    /* .dapei_top .swiper-slide .slide_box div{
        padding: 0 24px;
    } */
    .dapei_top .swiper-slide .slide_box span {
        height: 4px;
    }
}

@media screen and (max-width:1024px) {
    /*搭配区域*/
    .dapei_tit {
        padding-bottom: 0;
        margin-bottom: 3.6vw;
    }
    .dapei_tip {
        margin-bottom: 5vw;
    }
    .dapei_top {
        margin-bottom: 3.6vw;
        ;
    }
    .dapei_top .swiper-wrapper {
        justify-content: left;
    }
    .dapei_top .swiper-slide {
        width: 30%;
        font-size: 2.99999999vw;
    }
    .dapei_top .swiper-slide.act {
        font-size: 3.466666666vw;
    }
    /* .dapei_top .swiper-slide .slide_box div{
        padding: 0 4vw;
    } */
    .dapei_top .swiper-slide .slide_box span {
        width: 0%;
        height: 0.8vw;
    }
}


/* 女神 */

.nv_tit {
    margin-bottom: 10px;
    position: relative;
}

.nv_tit img {
    position: absolute;
}

.tit_nv {
    line-height: 1.4;
}

.nv_tit .nv_left {
    width: 271px;
    height: 188px;
    left: 300px;
    top: 30px;
}

.nv_tit .nv_right {
    width: 108px;
    height: 91px;
    left: 730px;
    top: 0px;
}

.tit_nv .span1 {
    font-size: 30px;
}

.tit_nv .span2 {
    font-size: 16px;
    font-weight: normal;
}

.nv_nav {
    width: 1220px;
    height: 1493px;
    background: url(../../../activity/shoppingFestival618/images/nv/nv_bg_b.png) no-repeat 100%;
    background-size: 100%;
    background-position: top left;
}

.nv_nav .nav-box>div {
    margin-top: 26px;
}

.nv_nav .nav-box {
    width: 1180px;
    margin: 0 auto;
}

.nv_nav .nav-box .pc_2 {
    width: 580px;
}

.nv_nav .nav-box .pc_3 {
    width: 380px;
}


/* 秒杀 */

.ms_tit {
    margin-bottom: 28px;
    position: relative;
}

.ms_tip {
    margin-bottom: 50px;
}

.ms_mav {
    height: 610px;
    background: url(../../../activity/shoppingFestival618/images/ms/msbg_b.png) no-repeat 100%;
    background-size: 100%;
}

.ms_box {
    width: 100%;
    position: relative;
}

.ms_swiper {
    width: 100%;
}

.ms_box .swiper {
    width: 100%;
    height: 100%;
}

.ms_box .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
}

.ms_box .swiper-slide {
    width: 30%;
    text-align: center;
    font-size: 22px;
    color: #000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ms_box .swiper-slide img {
    width: 341px;
    cursor: pointer;
}

.ms_box .swiper-wrapper.center {
    /* justify-content: space-around */
}

.ms_box .swiper-wrapper.center .swiper-slide {
    -webkit-justify-content: center;
    justify-content: center;
}

.ms_box .ms_swiper_scrollbar {
    max-width: 756px;
    width: 50vw;
    height: 4px;
    background: #fff;
    position: absolute;
    top: unset;
    bottom: -26px;
    left: 50%;
    /* margin-left: -25vw; */
    transform: translate(-50%);
    z-index: 1;
}

.ms_box .ms_swiper_scrollbar .swiper-scrollbar-drag {
    background: #8a89d7
}

@media screen and (max-width:1400px) {
    /* 女神 */
    .nv_tit {
        margin-bottom: 8px;
    }
    .nv_tit .nv_left {
        width: 212px;
        height: 147px;
        left: 234px;
        top: 24px;
    }
    .nv_tit .nv_right {
        width: 85px;
        height: 71px;
        left: 570px;
        top: 0px;
    }
    .tit_nv .span1 {
        font-size: 24px;
    }
    .tit_nv .span2 {
        font-size: 13px;
    }
    .nv_nav {
        width: 952px;
        height: 1165px;
        background: url(../../../activity/shoppingFestival618/images/nv/nv_bg_b.png) no-repeat 100%;
        background-size: 100%;
        background-position: top left;
    }
    .nv_nav .nav-box>div {
        margin-top: 21px;
    }
    .nv_nav .nav-box {
        width: 920px;
        margin: 0 auto;
    }
    .nv_nav .nav-box .pc_2 {
        width: 453px;
    }
    .nv_nav .nav-box .pc_3 {
        width: 297px;
    }
    /* 秒杀 */
    .ms_tit {
        margin-bottom: 22px;
    }
    .ms_tip {
        margin-bottom: 39px;
    }
    .ms_mav {
        height: 476px;
        background: url(../../../activity/shoppingFestival618/images/ms/msbg_b.png) no-repeat 100%;
        background-size: 100%;
    }
    .ms_box .swiper-slide img {
        width: 266px;
        /* cursor: pointer; */
    }
    .ms_box .swiper-wrapper.center {
        /* justify-content: space-around */
    }
    .ms_box .swiper-wrapper.center .swiper-slide {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .ms_box .ms_swiper_scrollbar {
        height: 3px;
        bottom: -21px;
    }
}

@media screen and (max-width:1024px) {
    /* 女神 */
    .nv_tit {
        margin-bottom: 2vw;
    }
    .nv_tit .nv_left {
        width: 36.133333333vw;
        height: 25.066666666vw;
        left: 10%;
        top: 40%;
    }
    .nv_tit .nv_right {
        width: 14.4vw;
        height: 12.13333333vw;
        left: 68%;
        top: 0%;
    }
    .tit_nv .span1 {
        font-size: 4.8vw;
    }
    .tit_nv .span2 {
        font-size: 2.2vw;
    }
    .nv_nav {
        width: 93.33333333vw;
        height: 302.9999999999vw;
        background: url(../../../activity/shoppingFestival618/images/nv/nv_bg_m.png) no-repeat 100%;
        background-size: 100%;
        background-position: top left;
    }
    .nv_nav .nav-box>div {
        margin-top: 2.6666666666vw;
    }
    .nv_nav .nav-box {
        width: 88vw;
        margin: 0 auto;
    }
    .nv_nav .nav-box .pc_2 {
        width: 42.8vw;
    }
    .nv_nav .nav-box .pc_3 {
        width: 42.8vw;
    }
    /* 秒杀 */
    .ms_tit {
        margin-bottom: 5vw;
    }
    .ms_tip {
        margin-bottom: 5vw;
        text-align: center;
    }
    .ms_mav {
        width: 93.333333333vw;
        height: 77.733333333vw;
        background: url(../../../activity/shoppingFestival618/images/ms/msbg_m.png) no-repeat 100%;
        background-size: 100%;
    }
    .ms_box .swiper-slide {
        width: 50%;
    }
    .ms_box .swiper-slide img {
        width: 44vw;
        /* cursor: pointer; */
    }
    .ms_box .swiper-wrapper.center {
        /* justify-content: space-around */
    }
    .ms_box .swiper-wrapper.center .swiper-slide {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .ms_box .ms_swiper_scrollbar {
        height: 3px;
        bottom: -3%;
    }
}


/* 花 */

.icon_zuhe {
    width: 226px;
    height: 238px;
    position: absolute;
    right: -176px;
    bottom: -30px;
    z-index: 1;
}

.icon_new {
    width: 248px;
    height: 224px;
    position: absolute;
    left: -180px;
    top: 50px;
    z-index: 1;
}

.icon_dapei {
    width: 240px;
    height: 261px;
    position: absolute;
    right: -176px;
    bottom: 0px;
    z-index: 1;
}

.icon_phone {
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 420px;
    z-index: 1;
}

.icon_ipad {
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1;
}

.icon_wear {
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}

.icon_tv {
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1;
}

.icon_house {
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}

.icon_monitor {
    width: 176px;
    height: 191px;
    position: absolute;
    right: -110px;
    top: 350px;
    z-index: 1;
}

.icon_storage {
    width: 232px;
    height: 219px;
    position: absolute;
    left: -160px;
    top: 300px;
    z-index: 1;
}

@media screen and (max-width:1400px) {
    /* 花 */
    .icon_zuhe {
        width: 177px;
        height: 186px;
        right: -138px;
        bottom: -24px;
    }
    .icon_new {
        width: 194px;
        height: 175px;
        left: -141px;
        top: 39px;
    }
    .icon_dapei {
        width: 188px;
        height: 204px;
        right: -138px;
    }
    .icon_phone {
        width: 181px;
        height: 171px;
        left: -125px;
        top: 323px;
    }
    .icon_ipad {
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_wear {
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
    .icon_tv {
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_house {
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
    .icon_monitor {
        width: 137px;
        height: 149px;
        right: -110px;
        top: 273px;
    }
    .icon_storage {
        width: 181px;
        height: 171px;
        left: -125px;
        top: 234px;
    }
}


/* 壁纸轮播 */

.bizhi_box {
    justify-content: center;
}

.bizhi_top {
    width: 100%;
    margin-bottom: 28px;
}

.bizhi_top .swiper {
    width: 100%;
    height: 100%;
}

.bizhi_top .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bizhi_top .swiper-slide {
    width: 33.33333%;
    text-align: center;
    font-size: 26px;
    color: #000;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
}

.bizhi_top .swiper-slide .slide_box {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.bizhi_top .swiper-slide .slide_box div {
    padding: 0 30px;
}

.bizhi_top .swiper-slide .slide_box span {
    width: 0%;
    height: 5px;
    background: #000;
    transition: all 200ms linear;
    margin: 0 auto;
}

.bizhi_top .swiper-slide.act .slide_box span {
    width: 100%;
}

.bizhi_bottom {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: #f4faff;
    border-radius: 20px;
}

.bizhi_bottom>div {
    transition: all .5s linear;
    display: none;
}

.bizhi_bottom>div.act {
    display: block;
}

.swiper_change_tit {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.swiper_change_nav {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* 手机壁纸 */

.swiper_change {
    width: 100%;
    height: 100%;
}

.swiper_change .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}

.swiper-slide .swipermask {
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_change_nav br {
    display: none;
}

.swiper_change .swiper-slide img {
    width: 287px;
}

.swiper_change .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper_change .swiper-slide .swipermask span {
    display: none;
}

.swiper_change .swiper-slide-active .swipermask {
    background: none;
    opacity: 1;
}

.swiper_change .swiper-slide-active .swipermask span {
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.content_box .swiper_change_pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.content_box .swiper_change_pagination .swiper-pagination-bullet {
    background: #0f436a;
    width: 12px;
    height: 12px;
    margin: 0 14px;
}

.content_box .swiper_change_pagination .swiper-pagination-bullet-active {
    background: #0f436a;
}

.swiper_change_nav .swiper-slide span {
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/* 电视壁纸 */

.swiper_tv {
    width: 100%;
    height: 100%;
    margin: 50px 0;
}

.swiper_tv .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.92);
    position: relative;
}

.swiper-slide .swipermask {
    background: #000;
    opacity: 0.6;
    border-radius: 20px;
}

.swiper_tv .swiper-slide img {
    width: 650px;
}

.swiper_tv .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper_tv .swiper-slide .swipermask span {
    display: none;
}

.swiper_tv .swiper-slide-active .swipermask {
    background: none;
    opacity: 1;
}

.swiper_tv .swiper-slide-active .swipermask span {
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}


/* 手机壳壁纸 */

.swiper_ke {
    width: 100%;
    height: 100%;
    margin: 50px 0;
}

.swiper_ke .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* transition: 300ms; */
    /* transform: scale(0.92); */
    position: relative;
}

.swiper_ke .swipermask {
    background: none;
    opacity: 1;
    border-radius: 20px;
}

.swiper_ke .swiper-slide img {
    width: 310px;
}


/* .swiper_ke .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper_ke .swiper-slide .swipermask span{
    display: none;
}
.swiper_ke .swiper-slide-active .swipermask{
    background: none;
    opacity:1;
}
.swiper_ke .swiper-slide-active .swipermask span{
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 20px;
} */


/* 箭头 */


/* .swiper_change_nav .swiper-button-next{
    width: 28px;
    height: 29px;
    background: url(../../../activity/ai-art-gallery/images/icon/nav_right.png) 100% no-repeat;
    background-size: 100%;
    top: 44%;
    right: 20px;
    z-index: 101;
    }
.swiper_change_nav .swiper-button-prev{
    width: 28px;
    height: 29px;
    background: url(../../../activity/ai-art-gallery/images/icon/nav_lelft.png) 100% no-repeat;
    background-size: 100%;
    top: 44%;
    left: 20px;
    z-index: 101;
}
.swiper_change_nav .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
} */

@media screen and (max-width:1400px) {
    /* 壁纸轮播 */
    .bizhi_top {
        margin-bottom: 22px;
    }
    .bizhi_top .swiper-slide {
        font-size: 21px;
    }
    .bizhi_top .swiper-slide .slide_box div {
        padding: 0 24px;
    }
    .bizhi_top .swiper-slide .slide_box span {
        height: 4px;
    }
    .swiper_change_tit {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 16px;
        color: #000;
        margin-bottom: 16px;
    }
    .swiper_change_nav {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    /* 手机壁纸 */
    .swiper_change {
        width: 100%;
        height: 100%;
    }
    .swiper_change .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.92);
        position: relative;
    }
    .swiper-slide .swipermask {
        background: #000;
        opacity: 0.6;
        border-radius: 20px;
    }
    .swiper_change_nav br {
        display: none;
    }
    .swiper_change .swiper-slide img {
        width: 224px;
    }
    .swiper_change .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .swiper_change .swiper-slide .swipermask span {
        display: none;
    }
    .swiper_change .swiper-slide-active .swipermask {
        background: none;
        opacity: 1;
    }
    .swiper_change .swiper-slide-active .swipermask span {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .content_box .swiper_change_pagination {
        margin-top: 32px;
        display: flex;
        justify-content: center;
    }
    .content_box .swiper_change_pagination .swiper-pagination-bullet {
        background: #0f436a;
        width: 12px;
        height: 12px;
        margin: 0 14px;
    }
    .content_box .swiper_change_pagination .swiper-pagination-bullet-active {
        background: #0f436a;
    }
    .swiper_change_nav .swiper-slide span {
        font-size: 16px;
        color: #000;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    /* 电视壁纸 */
    .swiper_tv {
        width: 100%;
        height: 100%;
        margin: 39px 0;
    }
    .swiper_tv .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.92);
        position: relative;
    }
    .swiper-slide .swipermask {
        background: #000;
        opacity: 0.6;
        border-radius: 20px;
    }
    .swiper_tv .swiper-slide img {
        width: 507px;
    }
    .swiper_tv .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .swiper_tv .swiper-slide .swipermask span {
        display: none;
    }
    .swiper_tv .swiper-slide-active .swipermask {
        background: none;
        opacity: 1;
    }
    .swiper_tv .swiper-slide-active .swipermask span {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    /* 手机壳壁纸 */
    .swiper_ke {
        width: 100%;
        height: 100%;
        margin: 39px 0;
    }
    .swiper_ke .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* transition: 300ms; */
        /* transform: scale(0.92); */
        position: relative;
    }
    .swiper_ke .swipermask {
        background: #f4faff;
        opacity: 1;
        border-radius: 20px;
    }
    .swiper_ke .swiper-slide img {
        width: 310px;
    }
}

@media screen and (max-width:1024px) {
    /* 壁纸轮播 */
    .bizhi_top {
        margin-bottom: 3.6vw;
    }
    .bizhi_top .swiper-wrapper {
        justify-content: left;
    }
    .bizhi_top .swiper-slide {
        width: 60%;
        font-size: 3.6vw;
    }
    .bizhi_top .swiper-slide .slide_box div {
        padding: 0 4vw;
    }
    .bizhi_top .swiper-slide .slide_box span {
        height: 0.8vw;
    }
    .swiper_change_tit {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 2.6vw;
        color: #000;
        margin-bottom: 5vw;
    }
    .swiper_change_nav {
        margin-top: 5.33333vw;
        margin-bottom: 5.33333vw;
    }
    /* 手机壁纸 */
    .swiper_change {
        width: 100%;
        height: 100%;
    }
    .swiper_change .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.92);
        position: relative;
    }
    .swiper-slide .swipermask {
        background: #000;
        opacity: 0.6;
        border-radius: 20px;
    }
    .swiper_change_nav br {
        display: block;
    }
    .swiper_change .swiper-slide img {
        width: 26.6666vw;
    }
    .swiper_change .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .swiper_change .swiper-slide .swipermask span {
        display: none;
    }
    .swiper_change .swiper-slide-active .swipermask {
        background: none;
        opacity: 1;
    }
    .swiper_change .swiper-slide-active .swipermask span {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 2vw;
    }
    .content_box .swiper_change_pagination {
        margin-top: 5.33333vw;
        display: flex;
        justify-content: center;
    }
    .content_box .swiper_change_pagination .swiper-pagination-bullet {
        background: #0f436a;
        width: 12px;
        height: 12px;
        margin: 0 14px;
    }
    .content_box .swiper_change_pagination .swiper-pagination-bullet-active {
        background: #0f436a;
    }
    .swiper_change_nav .swiper-slide span {
        font-size: 2.6vw;
        color: #000;
        display: flex;
        justify-content: center;
        margin-top: 2.6666vw;
    }
    /* 电视壁纸 */
    .swiper_tv {
        width: 100%;
        height: 100%;
        margin: 6.6666vw 0;
    }
    .swiper_tv .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.92);
        position: relative;
    }
    .swiper-slide .swipermask {
        background: #000;
        opacity: 0.6;
        border-radius: 20px;
    }
    .swiper_tv .swiper-slide img {
        width: 51.6666vw;
    }
    .swiper_tv .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(1);
    }
    .swiper_tv .swiper-slide .swipermask span {
        display: none;
    }
    .swiper_tv .swiper-slide-active .swipermask {
        background: none;
        opacity: 1;
    }
    .swiper_tv .swiper-slide-active .swipermask span {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    /* 手机壳壁纸 */
    .swiper_ke {
        width: 100%;
        height: 100%;
        margin: 6.6666vw 0;
    }
    .swiper_ke .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        /* transition: 300ms; */
        /* transform: scale(0.92); */
        position: relative;
    }
    .swiper_ke .swipermask {
        background: #f4faff;
        opacity: 1;
        border-radius: 20px;
    }
    .swiper_ke .swiper-slide img {
        width: 26.6666vw;
    }
}


/*视频*/

.video_box {
    position: relative;
    font-size: 0;
    margin: 0 auto;
    width: 960px;
}

.video_nav {
    width: 100%;
    position: relative;
}

.video_nav video {
    width: 100%;
}

.video_nav .video_btn {
    width: 77px;
    height: 77px;
    background: url(../../../activity/shoppingFestival618/images/icon/play.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 1;
}

.video_nav .video_btn.act {
    width: 77px;
    height: 77px;
    background: url(../../../activity/shoppingFestival618/images/icon/pause.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 1;
}

@media screen and (max-width:1400px) {
    /*视频*/
    .video_box {
        width: 749px;
    }
    .video_nav .video_btn {
        width: 60px;
        height: 60px;
        background: url(../../../activity/shoppingFestival618/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 16px;
        bottom: 47px;
        cursor: pointer;
        z-index: 1;
    }
    .video_nav .video_btn.act {
        width: 60px;
        height: 60px;
        background: url(../../../activity/shoppingFestival618/images/icon/pause.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 16px;
        bottom: 47px;
        cursor: pointer;
        z-index: 1;
    }
}

@media screen and (max-width:1024px) {
    /*视频*/
    .video_box {
        max-width: 93.6vw;
    }
    .video_nav .video_btn {
        width: 8vw;
        height: 8vw;
        background: url(../../../activity/shoppingFestival618/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 2%;
        bottom: 10%;
        cursor: pointer;
        z-index: 1;
    }
    .video_nav .video_btn.act {
        width: 8vw;
        height: 8vw;
        background: url(../../../activity/shoppingFestival618/images/icon/pause.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 2%;
        bottom: 10%;
        cursor: pointer;
        z-index: 1;
    }
}


/* 底部花花 */


/* .itemHeight{
    padding-bottom:302px;
    background: url(../../../activity/shoppingFestival618/images/icon/bottom_b.png) no-repeat 100%;
    background-size: 100%;
    background-position: bottom;
}
.big_bg{
    background: url(../../../activity/shoppingFestival618/images/bg/big_bg_b.png) no-repeat 100%;
    background-size: cover;
    background-position: top left;
}
@media screen and (max-width:1400px) {
    .itemHeight{
        padding-bottom:236px;
    }
}
@media screen and (max-width:1024px) {
    .itemHeight{
        padding-bottom:38.266666666vw;
        background: url(../../../activity/shoppingFestival618/images/icon/bottom_m.png) no-repeat 100%;
        background-size: 100%;
        background-position: bottom;
    }
    .big_bg{
        background: url(../../../activity/shoppingFestival618/images/bg/big_bg_m.png) no-repeat 100%;
        background-size: cover;
        background-position: top left;
    }
}
.c-2{
    background: #dff7e3;
} */


/* .link,a{
    background: red;
    opacity: 0.3;
} */


/*好礼区域*/

.li_nav {
    border-radius: 30px;
    background: #f78f81;
    padding: 20px;
}

.li_nav .nav-box>a {
    margin-top: 12px;
}

.li_nav .nav-box>a.marginTop0 {
    margin-top: 0
}

.li_nav .nav-box>div {
    margin-top: 12px;
}

.li_nav .nav-box>div.marginTop0 {
    margin-top: 0
}

.li_nav .nav-box .pc_1 {
    width: 1173px;
}

.li_nav .nav-box .pc_2 {
    width: 580px;
}

@media screen and (max-width:1400px) {
    .li_nav {
        padding: 16px;
    }
    .li_nav .nav-box>a {
        margin-top: 10px;
    }
    .li_nav .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .li_nav .nav-box>div {
        margin-top: 10px;
    }
    .li_nav .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .li_nav .nav-box .pc_1 {
        width: 915px;
    }
    .li_nav .nav-box .pc_2 {
        width: 453px;
    }
}

@media screen and (max-width:1024px) {
    .li_nav {
        width: 94.6666666vw;
        padding: 1.6vw;
    }
    .li_nav .nav-box>a {
        margin-top: 1.6vw;
    }
    .li_nav .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .li_nav .nav-box>div {
        margin-top: 1.6vw;
    }
    .li_nav .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .li_nav .nav-box>a.mo {
        margin-top: 0
    }
    .li_nav .nav-box>div {
        margin-top: 1.6vw;
    }
    .li_nav .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .li_nav .nav-box>div.mobile_marginTop {
        margin-top: 1.6vw;
    }
    .li_nav .nav-box>a.mobile_marginTop {
        margin-top: 1.6vw;
    }
    .li_nav .nav-box .pc_1 {
        width: 90.933333333vw
    }
    .li_nav .nav-box .pc_2 {
        width: 44.66666666vw
    }
}


/*秒杀*/


/* 秒杀 */


/*上*/

.top_tab {
    width: 1220px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.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: #a30021;
    background: none;
    margin-right: 50px;
    /* 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 .swiper-slide.act {
    background: url(../../../activity/shoppingFestival618/images/icon/ms_bg_b.png) no-repeat 100%;
    background-size: 100%;
}

.top_tab .swiper-slide.act span {
    padding: 20px 20px;
    font-weight: 600;
}


/*下*/

.bottom_tab {
    width: 1180px;
    height: 520px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 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: center;
}

.bottom_tab .swiper-slide {
    width: 33%;
    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: 341px;
    /* 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: -26px;
    left: 50%;
    /* margin-left: -25vw; */
    transform: translate(-50%);
    z-index: 1;
}

.bottom_tab .bottom_tab_scrollbar .swiper-scrollbar-drag {
    background: #b10211
}


.bottom_tab img{

}

@media screen and (max-width:1400px) {
    /* 秒杀 */
    /*上*/
    .top_tab {
        width: 952px;
    }
    .top_tab .swiper-slide {
        width: 171.6px;
        height: 39px;
        font-size: 18px;
        margin-right: 39px;
    }
    .top_tab .swiper-slide.act {
        background: url(../../../activity/shoppingFestival618/images/icon/ms_bg_b.png) no-repeat 100%;
        background-size: 100%;
    }
    .top_tab .swiper-slide.act span {
        padding: 16px 16px;
    }
    /*下*/
    .bottom_tab {
        width: 921px;
        height: 406px;
        top: 32px;
    }
    .bottom_tab .swiper-slide {
        font-size: 18px;
    }
    .bottom_tab .swiper-slide img {
        width: 266px;
    }
    .bottom_tab .bottom_tab_scrollbar {
        max-width: 590px;
        bottom: -20px;
    }
}

@media screen and (max-width:1024px) {
    /* 秒杀 */
    /*上*/
    .top_tab {
        width: 93.333vw;
        ;
    }
    .top_tab .swiper-slide {
        width: 29.333333vw;
        height: 6.666666vw;
        font-size: 3vw;
        margin-right: 5vw
    }
    .top_tab .swiper-slide.act {
        background: url(../../../activity/shoppingFestival618/images/icon/ms_bg_b.png) no-repeat 100%;
        background-size: 100%;
    }
    .top_tab .swiper-slide.act span {
        padding: 2.666666vw 2.666666vw;
    }
    /*下*/
    .bottom_tab {
        width: 90vw;
        ;
        height: 69.3333333vw;
        ;
        top: 3vw;
    }
    .bottom_tab .swiper-slide {
        width: 50%;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bottom_tab .swiper-slide img {
        width: 44vw;
    }
    .bottom_tab .swiper-wrapper.center {
        justify-content: left
    }
    .bottom_tab .swiper-wrapper.center .swiper-slide {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .bottom_tab .bottom_tab_scrollbar {
        height: 4px;
        bottom: -4%;
    }

    /* .bottom_tab .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: left;
    } */

}


/*ai榜*/


/*上*/

.top_tab_ai {
    width: 1220px;
    position: relative;
    margin: 22px auto;
    color: #000;
}

.top_tab_ai .swiper {
    width: 100%;
    height: 100%;
}

.top_tab_ai .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top_tab_ai .swiper-slide {
    width: 33.33%;
    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: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.top_tab_ai .swiper-slide.act {
    color: #fff;
}

.top_tab_ai .swiper-slide.act span {
    background: linear-gradient(to top right, #b6202b, #e77c6e);
    border-radius: 50px;
    padding: 14px 50px;
    font-weight: 600;
}


/*下*/

.bottom_tab_ai {
    width: 1220px;
    height: 824px;
    margin: 0 auto;
    position: relative;
}

.bottom_tab_ai>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s linear;
    z-index: -1;
    opacity: 0;
}

.bottom_tab_ai>div.show {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
}

.bottom_tabnav_ai {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.bottom_tabnav_ai>div {
    width: 394px;
}

.bottom_tabnav_ai img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1400px) {
    /*ai榜*/
    /*上*/
    .top_tab_ai {
        width: 952px;
        margin: 18px auto;
    }
    .top_tab_ai .swiper-slide {
        font-size: 18px;
    }
    .top_tab_ai .swiper-slide.act span {
        border-radius: 50px;
        padding: 11px 39px;
    }
    /*下*/
    .bottom_tab_ai {
        width: 952px;
        height: 643px;
    }
    .bottom_tabnav_ai>div {
        width: 308px;
    }
}

@media screen and (max-width:1024px) {
    /*ai*/
    /*上*/
    .top_tab_ai {
        width: 94vw;
        ;
        margin: 3.2vw auto;
    }
    .top_tab_ai .swiper-slide {
        font-size: 3vw;
    }
    .top_tab_ai .swiper-slide.act span {
        padding: 1.8vw 5vw;
    }
    /*下*/
    .bottom_tab_ai {
        width: 93.6vw;
        height: 144vw;
    }
    .bottom_tabnav_ai>div {
        width: 45.4666666666vw
    }
    .bottom_tabnav_ai img {
        width: 100%;
        height: 100%;
    }
}


/*吸低*/

.btn_bottom_fixd {
    width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    display: flex;
    justify-content: center;
    font-size: 0;
}

.btn_box {
    display: flex;
    justify-content: center;
}

.btn_bottom_fixd .btn_box img {
    width: 1736px;
    height: 210px;
}

.btn_nav {
    display: flex;
    align-items: end;
    height: 100%;
    position: absolute;
}

.btn_nav a {
    width: 168px;
    height: 156px;
    margin: 0 50px;
}

@media screen and (max-width:1400px) {
    /*吸低*/
    .btn_bottom_fixd .btn_box img {
        width: 1355px;
        height: 164px;
    }
    .btn_nav a {
        width: 132px;
        height: 122px;
        margin: 0 39px;
    }
}

@media screen and (max-width:1024px) {
    /*吸低*/
    .btn_bottom_fixd .btn_box img {
        width: 100vw;
        height: 26.66666666vw;
    }
    .btn_nav a {
        width: 17vw;
        height: 23vw;
        margin: 0 1vw;
    }
}

.c-txt .bot_title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-txt .bot_title span {
    display: inline-block;
    width: 24px;
    height: 13px;
    margin-left: 30px;
    background: url(../../../activity/shoppingFestival618/images/icon/icon_close.png) no-repeat 100%;
    background-size: 100%;
}

.c-txt .bot_title.act span {
    display: inline-block;
    width: 24px;
    height: 13px;
    margin-left: 30px;
    background: url(../../../activity/shoppingFestival618/images/icon/icon_open.png) no-repeat 100%;
    background-size: 100%;
}

.c-txt .slid_box {
    display: none;
}

@media screen and (max-width:1400px) {
    .c-txt .bot_title span {
        width: 19px;
        height: 11px;
        margin-left: 24px;
        background: url(../../../activity/shoppingFestival618/images/icon/icon_close.png) no-repeat 100%;
        background-size: 100%;
    }
    .c-txt .bot_title.act span {
        width: 19px;
        height: 11px;
        margin-left: 24px;
        background: url(../../../activity/shoppingFestival618/images/icon/icon_open.png) no-repeat 100%;
        background-size: 100%;
    }
}

@media screen and (max-width:1024px) {
    .c-txt .bot_title span {
        width: 3.2vw;
        height: 1.7333333333vw;
        margin-left: 4vw;
        background: url(../../../activity/shoppingFestival618/images/icon/icon_close.png) no-repeat 100%;
        background-size: 100%;
    }
    .c-txt .bot_title.act span {
        width: 3.2vw;
        height: 1.7333333333vw;
        margin-left: 4vw;
        background: url(../../../activity/shoppingFestival618/images/icon/icon_open.png) no-repeat 100%;
        background-size: 100%;
    }
}
/*倒计时区域*/
/* .c-4{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
} */
.timeOut{
    width: max-content;
    left:350px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0;
}

.time_tit1{
    font-size:52px;
    margin-bottom: 20px;
    font-weight: 900;
}
.time_tit2{
    font-size:26px;
    margin-bottom: 20px;
}
.time_tit3{
    font-size:26px;
    margin-bottom: 20px;
}
.timeBox{
    font-size:0;
    display: flex;
    align-items: center;
}
.timeBox div{
    width: 66px;
    font-size: 53px;
    text-align: center;
    font-weight: 900;
}
.timeBox i{
    font-size: 21px;
    margin: 0 12px;
    font-style: normal;
}

@media screen and (max-width:1400px){
    .timeOut{
        left:273px;
    }
    .time_tit1{
        font-size:41px;
        margin-bottom: 16px;
    }
    .time_tit2{
        font-size:20px;
        margin-bottom: 16px;
    }
    .time_tit3{
        font-size:20px;
        margin-bottom: 16px;
    }
   
    .timeBox div{
        width: 52px;
        font-size: 42px;
    }
    .timeBox i{
        font-size: 16px;
        margin: 0 10px;
    }
}

@media screen and (max-width:1024px){
    .timeOut{
        left:50%;
        transform: translateX(-50%);
        top: 8%;
        text-align: center;
    }
    .time_tit1{
        font-size:6.93333333333vw;
        margin-bottom:2.5vw;
    }
    .time_tit2{
        font-size:3.666666666666vw;
        margin-bottom:2.5vw;
    }
    .time_tit3{
        font-size:3.666666666666vw;;
        margin-bottom:2.5vw;
    }
    .timeBox{
        justify-content: center;
    }
    .timeBox div{
        width: 10vw;
        font-size: 7.06666666666vw;
    }
    .timeBox i{
        font-size: 2.8vw;
        margin: 0 1vw;
    }
}


/* 倒计时代码 */

.countdown {
    width: 95px;
    height: 95px;
    position: fixed;
    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;
    }
}

.jizhangtanchuang {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
}

.jizhangtanchuang .window {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-10%);
    display: none;
}

.jizhangtanchuang .win1 {
    width: 350px;
    height: 453px;
}

.jizhangtanchuang .win1 .win-bg {
    width: 350px;
    height: 453px;
}

.jizhangtanchuang .win1 .btn {
    width: 80%;
    height: 65px;
    /* background-color: #e48787; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    margin: auto;
    cursor: pointer;
}

.jizhangtanchuang .window .close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -83px;
    width: 3vw;
    height: 3vw;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .jizhangtanchuang .win1 {
        width: 77.67vw;
        height: 100.55vw;
    }
    .jizhangtanchuang .win1 .win-bg {
        width: 77.67vw;
        height: 100.55vw;
    }
    .jizhangtanchuang .window .close {
        bottom: -10vw;
        width: 6vw;
        height: 6vw;
        margin: auto;
        cursor: pointer;
    }
    .jizhangtanchuang .win1 .btn {
        bottom: 9vw;
    }
}

@media screen and (min-width:500px) and (max-width:1024px) {
    .jizhangtanchuang .win1,
    .jizhangtanchuang .win3 {
        width: 42.14vw;
        height: 54.28vw;
        top: -20%;
    }
    .jizhangtanchuang .win1 .win-bg {
        width: 42.14vw;
        height: 54.28vw;
    }
    .jizhangtanchuang .window .close {
        bottom: -10vw;
        width: 6vw;
        height: 6vw;
        margin: auto;
        cursor: pointer;
    }
    .jizhangtanchuang .win1 .btn {
        bottom: 3.5vw;
    }
}


/*报错弹窗*/

.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%;
    }
    /* 中奖纪录弹窗 */
    .list_nav {
        width: 66vw;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%)
    }
    .list_nav .bg_list {
        top: 40%;
        font-size: 2.2vw;
        height: 40vw;
        padding: 0 2.8vw;
    }
    .list_nav .bg_list .list_tit {
        padding: 1.4vw 0;
    }
    .bg_dialog_list .list_content {
        height: 30vw;
        margin-top: 2vw;
    }
    .bg_dialog_list .list_content .list_list {
        display: flex;
        justify-content: space-around;
        padding: 1.8vw 0;
    }
}

/*直播*/
.sumLiveIcon{
    padding: 0;
    right: 28px;
    bottom: calc(17vh);
    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%;
}