@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: #000;
}

.pc-show {
    display: block!important;
}

.mobile-show {
    display: none!important;
}

.vis-hide {
    visibility: hidden!important;
}

.vis-show {
    visibility: visible!important;
}

.navListImg {
    width: 96%;
    /* height: 200px; */
    border-radius: 20px;
    margin: auto;
}

.navListImg img {
    margin-bottom: 20px;
    width: 100%;
}

@media screen and (max-width:1024px) {
    .pc-show {
        display: none!important;
    }
    .mobile-show {
        display: block!important;
    }
}

.box {
    position: relative;
}

.box * {
    margin: 0;
    padding: 0;
}

.box i {
    display: inline-block;
}

.box div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.box-c {
    overflow: hidden;
}

.box img {
    width: 100%;
    display: block;
}

.box-c img {
    width: 1920px;
    display: block;
}

.pos-abs,
.word {
    position: absolute;
}

.z-99 {
    z-index: 99;
}

.link,
.nav-link {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    /*background: rgba(0, 0, 0, 0.4);*/
}

@media screen and (max-width:1024px) {
    .link {
        margin-top: 0!important;
    }
}

.link img,
.nav-link img {
    width: 100%;
    height: 100%;
}

.unclick {
    pointer-events: none;
}

.dpn {
    position: absolute !important;
    display: none !important;
}

@media screen and (max-width:1400px) {
    .box-c>img {
        width: 1500px;
    }
}

@media screen and (max-width:1024px) {
    .box-c>img {
        width: 100%;
        display: block;
    }
}


/********************************************/


/****************公共部分 end****************/


/********************************************/


/*word*/

.word {
    width: 100%;
    z-index: 998;
    text-align: center;
}

.word ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.word ul li {
    display: inline-block;
    zoom: 1;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.word ul li img {
    width: 100%;
}


/*额外公共部分*/

* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    outline: 0 none;
}

.none {
    display: none!important;
}

.is-duanque {
    background: #a6a8aa!important;
    cursor: default!important;
    pointer-events: none;
}

input,
textarea {
    -webkit-appearance: none;
    border: none;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text;
}

ul,
ol,
li {
    list-style: none;
    text-decoration: none
}

input:focus,
a:focus {
    outline: none;
    /* 去除边框 */
    border: none;
    /* 也可以设置为transparent或任何你想要的颜色 */
    box-shadow: none;
    /* 可选，去除焦点时的阴影 */
}

sup {
    line-height: 0;
    /* The following rules (or similar) likely come from browser
     * style and are not needed
     */
    /* font-size: 0.83em; */
    vertical-align: super;
}


/*毛玻璃效果*/

._mbl {
    background: hsla(0, 0%, 100%, .8)!important;
    -webkit-backdrop-filter: blur(4px)!important;
    backdrop-filter: blur(4px)!important;
    /* border-top: 1px solid #f3f3f3; */
    /*opacity: 0.92*/
}


/*锚点位置*/

.anchor {
    position: relative;
    top: -120px;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .anchor {
        position: relative;
        top: -94px;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:1024px) {
    .anchor {
        position: relative;
        top: -10vw;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}


/*分享*/

.topnav {
    width: 100%;
    overflow: visible;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
}

.topnav .topnav-nav {
    width: 1440px;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.topnav .topnav-nav ul {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.topnav .fexd-right {
    justify-content: flex-start;
}

.topnav .fexd-right {
    justify-content: flex-end;
}

.topnav ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0 16px;
}

.topnav .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}

.topnav.is_fixed .close {
    width: 21px;
    height: 22px;
    background: url(../../../activity/common/images/close.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .logo {
    width: 100px;
    height: 32px;
    background: url(../../../activity/common/images/logo.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
}

.topnav.is_fixed .share {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/share.png) no-repeat 100%;
    background-size: 100%;
    align-items: center;
    position: relative;
}

.topnav.is_fixed .actmenu {
    width: 30px;
    height: 30px;
    background: url(../../../activity/common/images/actmenu.png) no-repeat 100%;
    background-size: 100%;
    display: none;
}

@media screen and (max-width:1400px) {
    .topnav .topnav-nav {
        width: 1123px;
    }
}

@media screen and (max-width:1024px) {
    .topnav {
        display: block;
    }
    .topnav .topnav-nav {
        width: 100vw;
    }
}


/*活动说明*/

.c-txt {
    max-width: 1220px;
    margin: 36px auto;
    padding: 0 20px;
    margin-bottom: 120px;
}

.c-txt .bot_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    margin: 36px 0
}

.c-txt .bot_nav {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 40px;
    word-break: break-word;
}

.c-txt .bot_nav .list-blod {
    font-size: 14px;
    font-weight: 900
}

.c-txt .bot_nav span {
    vertical-align: super;
    font-size: 12px
}

.c-txt .bot_nav a {
    text-decoration: none;
    color: #007aff;
}

.c-txt .bot_nav .tel_phone {
    pointer-events: none;
    cursor: default;
}

.c-txt b{
    font-size: 14px;
}

@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;
    }

    .c-txt b{
        font-size: 3vw;
    }
}


/*公共大标题*/

.title_box {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 50px 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

.title_star_box {
    padding: 80px 0 0px 0;
}

.title_box .title_nav {
    text-align: center;
    margin: 0 30px;
}

.title_box .title_nav br {
    display: none;
}

.title_box .zuhe_title{
    background:  -webkit-linear-gradient(40deg, #ce4654 0%, #a83241 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*公共小标题*/
.tip_box {
    width: 100%;
    max-width: 1220px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}
.tip_nav{
    font-weight: 900;
    font-size: 30px;
}
.tip_box span{
    color: #5698f0;
}


/*独立标题部分*/

.li_box {
    padding-bottom: 0;
}

.title_box .li_left {
    width: 36px;
    height: 26px;
}

.title_box .li_right {
    width: 36px;
    height: 26px;
}

.title_box .tao_left {
    width: 36px;
    height: 27px;
}

.title_box .tao_right {
    width: 37px;
    height: 28px;
}

.title_box .normal_left {
    width: 29px;
    height: 27px;
}

.title_box .normal_right {
    width: 29px;
    height: 28px;
}
.title_box .common_left{
    width: 47px;
    height: 46px;
}
.title_box .common_right{
    width: 58px;
    height: 43px;
}


@media screen and (max-width:1400px) {
    /*公共大标题*/
    .title_box {
        padding: 39px 0 14px 0;
        font-size: 32px;
    }
    .title_star_box {
        padding: 62px 0 0px 0;
    }
    .title_box .title_nav {
        margin: 0 24px;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 16px;
        margin: 16px auto;
    }
    .tip_nav{
        font-size: 24px;
    }
    /*独立标题部分*/
    .li_box {
        padding-bottom: 0;
    }
    .title_box .li_left {
        width: 29px;
        height: 21px;
    }
    
    .title_box .li_right {
        width: 29px;
        height: 21px;
    }
    
    .title_box .tao_left {
        width: 29px;
        height: 22px;
    }
    
    .title_box .tao_right {
        width: 29px;
        height: 22px;
    }
    
    .title_box .normal_left {
        width: 23px;
        height: 22px;
    }
    
    .title_box .normal_right {
        width: 23px;
        height: 22px;
    }
    .title_box .common_left{
        width: 37px;
        height: 36px;
    }
    .title_box .common_right{
        width: 46px;
        height: 34px;
    }
}

@media screen and (max-width:1024px) {
    /*公共大标题*/
    .title_box {
        margin: 0 auto;
        padding: 6.6vw 0 2.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;
    }
    /*公共小标题*/
    .tip_box {
        font-size: 2.4vw;
        margin: 3vw auto;
    }
    .tip_nav{
        font-size: 4vw;
    }
    /*独立标题部分*/
    .li_box {
        padding-bottom: 0;
    }
    .title_box .li_left {
        width: 4.8vw;
        height: 3.466666666vw;
    }
    
    .title_box .li_right {
        width: 4.8vw;
        height: 3.466666666vw;;
    }
    
    .title_box .tao_left {
        width: 4.8vw;
        height: 3.6vw;
    }
    
    .title_box .tao_right {
        width: 4.933333333vw;
        height: 28px;
    }
    
    .title_box .normal_left {
        width: 3.86666666666vw;
        height: 3.6vw;
    }
    
    .title_box .normal_right {
        width: 3.86666666666vw;
        height: 3.6vw;
    }
    .title_box .common_left{
        width: 6.2666666666vw;
        height: 6.133333333vw;
    }
    .title_box .common_right{
        width: 7.7333333333vw;
        height: 5.733333333vw;
    }
}


.box-nav {
    width: 1220px;
    max-width: 1220px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.nav-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.nav-box>a {
    margin-top: 20px;
}

.nav-box>div {
    margin-top: 20px;
}

.nav-box>a.marginTop0 {
    margin-top: 0
}

.nav-box>div.marginTop0 {
    margin-top: 0
}

.nav-box img {
    width: 100%;
}

.nav-box .pc_1 {
    width: 100%;
}

.nav-box .pc_2 {
    width: 600px;
}

.nav-box .pc_3 {
    width: 394px;
}

.nav-box .pc_4 {
    width: 290px;
}


@media screen and (max-width:1400px) {
    .box-nav {
        width: 952px;
    }
    .nav-box>a {
        margin-top: 16px;
    }
    .nav-box>div {
        margin-top: 16px;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0
    }
    .nav-box>div.marginTop0 {
        margin-top: 0
    }
    .nav-box .pc_1 {
        width: 100%;
    }
    .nav-box .pc_2 {
        width: 468px;
    }
    .nav-box .pc_3 {
        width: 308px;
    }
    .nav-box .pc_4 {
        width: 227px;
    }
}

@media screen and (max-width:1024px) {
    .box-nav {
        width: 93.6vw;
    }
    .nav-box>a {
        margin-top: 2.666666666vw;
    }
    .nav-box>div {
        margin-top: 2.66666666666vw;
    }
    .nav-box>a.marginTop0 {
        margin-top: 0;
    }
    .nav-box>div.marginTop0 {
        margin-top: 0;
    }
    .nav-box>div.mobile_marginTop {
        margin-top: 2.6666666vw;
    }
    .nav-box>a.mobile_marginTop {
        margin-top: 2.6666666vw;
    }
    .nav-box .mob_1 {
        width: 93.6vw;
    }
    .nav-box .mob_2 {
        width: 45.466666666vw;
    }
    .bottommarginH {
        margin-bottom: 6.666666vw;
    }
}


/*导航条*/


.c-nav {
    width: 100%;
    max-width: 1920px;
    background: #901e30;
    position: relative;
}

.navigation {
    width: 1220px;
    margin: 0 auto;
    position: relative;
}

.navigation .swiper {
    width: 100%;
    height: 100%;
}

.navigation .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin-right: 100px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
}
.navigation .act{
    font-size: 22px;
    font-weight: 900;
    color: #901e30;
    background: #fff;
}
.navigation .swiper-slide:last-child {
    margin-right: 0;
}

.navigation .swiper-slide {
    width: auto;
}

.navigation .swiper-slide img {
    margin-right: 10px;
}

.navigation .swiper-slide img.new {
    width: 39px;
}

.navigation .swiper-slide img.phone {
    width: 27px;
}

.navigation .swiper-slide img.ipad {
    width: 39px;
}

.navigation .swiper-slide img.wearable {
    width: 32px;
}

.navigation .swiper-slide img.tv {
    width: 39px;
}

.navigation .swiper-slide img.house {
    width: 28px;
}

.navigation .swiper-slide img.monitor {
    width: 39px;
}

.navigation .swiper-slide img.storage {
    width: 26px;
}

.navigation .swiper-slide img.fittings {
    width: 27px;
}

.navigation .swiper-slide img.ms {
    width: 40px;
}

.c-nav {
    padding: 14px 0 14px 0;
}

.is_fixed.c-nav {
    padding: 14px 0 14px 0
}

@media screen and (max-width:1400px) {
    /*导航条*/
    /* .c-1{
        min-height: 514px;
    } */
    .navigation {
        width: 1000px;
    }
    .navigation .swiper-slide {
        font-size: 15px;
        margin-right:78px;
        padding: 8px 16px;
        border-radius: 8px;
    }
    .navigation .act{
        font-size: 18px;
    }
    .navigation .swiper-slide img {
        margin-right: 8px;
    }
    .navigation .swiper-slide img.new {
        width: 31px;
    }
    .navigation .swiper-slide img.phone {
        width: 22px;
    }
    .navigation .swiper-slide img.ipad {
        width: 31px;
    }
    .navigation .swiper-slide img.wearable {
        width: 25px;
    }
    .navigation .swiper-slide img.tv {
        width: 31px;
    }
    .navigation .swiper-slide img.house {
        width: 22px;
    }
    .navigation .swiper-slide img.monitor {
        width: 31px;
    }
    .navigation .swiper-slide img.storage {
        width: 21px;
    }
    .navigation .swiper-slide img.fittings {
        width: 22px;
    }
    .navigation .swiper-slide img.ms {
        width: 32px;
    }
    .c-nav {
        padding: 11px 0 11px 0;
    }
    .is_fixed.c-nav {
        padding: 11px 0 11px 0
    }
}

@media screen and (max-width:1024px) {
    /*导航条*/
    /* .c-1{
        min-height: 115vw;
    } */
    .navigation {
        width: 100vw;
    }
    .navigation .swiper-wrapper {
        justify-content: left;
    }
    .navigation .swiper-slide {
        /* width: 28%; */
        font-size: 3.8vw;
        margin-left: 6%;
        margin-right: 0;
        padding:1.3vw  2.6vw;
        border-radius:1.6vw;
    }
    .navigation .act{
        font-size: 4.2vw;
    }
    
    .navigation .swiper-slide:last-child {
        margin-right: 6%;
    }
    .navigation .swiper-slide img {
        margin-right: 1.8vw;
    }
    .navigation .swiper-slide img.new {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.phone {
        width: 3.6vw;
    }
    .navigation .swiper-slide img.ipad {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.wearable {
        width: 4.26666666vw;
    }
    .navigation .swiper-slide img.tv {
        width: 5.2vw;
    }
    .navigation .swiper-slide img.house {
        width: 3.733333333vw;
    }
    .navigation .swiper-slide img.monitor {
        width: 5.2vw;
        ;
    }
    .navigation .swiper-slide img.storage {
        width: 3.466666666vw;
    }
    .navigation .swiper-slide img.fittings {
        width: 3.6vw;
    }
    .navigation .swiper-slide img.ms {
        width: 5.3333333333vw;
    }
    .c-nav {
        padding: 2vw 0 2vw 0;
    }
    .is_fixed.c-nav {
        padding: 2vw 0 2vw 0
    }
}

/* 视频区 */
.video_box{
    width: 1220px;
    margin: 20px auto 0;
}
/* TOP */
.video_box .video_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_top .top_btn{
    width: 76px;
    height: 145px;
    margin: 0 60px;
    position: relative;
}
.video_top .btn_3{
    width: 100px;
}
.top_btn img{
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s;
}
.top_btn.act img{
    opacity: 1;
}
/* BOTTOM */
.video_box .video_bottom{
    width: 100%;
    position: relative;
}
.video_bottom .bottom_img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap:wrap;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    z-index: -1;
}
.video_bottom .bottom_img.act{
    opacity: 1;
    position: relative;
    z-index: 1;
}
.bottom_img .img_box{
    width: 600px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.img_box i{
    width: 32px;
    height: 32px;
    background: url(../../../activity/foldable-screen-special/images/icon/play.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: 12px;
    bottom: 88px;
}
.img_box img{
    width: 100%;
}
.bottom_img .img_box_big{
    width: 1920px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.img_box_big img{
    width: 100%;
}
/* 弹窗播放视频 */
.video_play{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: 100;
    display: none;
}
.video_play .play_box{
    width: 500px;
    position: relative;
    min-height: 220px;
    margin: 20px auto;
}
.play_box video{
    width: 100%;
    cursor: pointer;
}
.play_box i{
    width: 40px;
    height: 40px;
    background: url(../../../activity/foldable-screen-special/images/icon/mask_close.png) no-repeat 100%;
    background-size: 100%;
    position: absolute;
    right: -50px;
    top: 10px;
    cursor: pointer;
}
@media screen and (max-width:1400px) {
   /* 视频区 */
    .video_box{
        width: 952px;
        margin: 16px auto 0;
    }
    /* TOP */
   
    .video_top .top_btn{
        width: 60px;
        height: 114px;
        margin: 0 47px;
        position: relative;
    }
    .video_top .btn_3{
        width: 78px;
    }
    /* BOTTOM */
    .bottom_img .img_box{
        width: 468px;
        margin-top: 16px;
    }
    .img_box i{
        width: 25px;
        height: 25px;
        background: url(../../../activity/foldable-screen-special/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 10px;
        bottom: 69px;
    }
    .bottom_img .img_box_big{
        width: 1498px;
        margin-top: 16px;
    }
    /* 弹窗播放视频 */
    .video_play .play_box{
        width: 390px;
        min-height: 172px;
        margin: 16px auto;
    }
    .play_box i{
        width: 32px;
        height: 32px;
        background: url(../../../activity/foldable-screen-special/images/icon/mask_close.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: -39px;
        top: 8px;
        cursor: pointer;
    }
}

@media screen and (max-width:1024px) {
   
    /* 视频区 */
    .video_box{
        width: 93.6vw;
        margin: 2.6vw auto 0;
    }
    /* TOP */
    .video_top .top_btn{
        width: 10.13333333vw;
        height: 19.33333333vw;
        margin: 0 6vw;
    }
    .video_top .btn_3{
        width: 13.3333333vw;
    }
    /* BOTTOM */
    .bottom_img .img_box{
        width: 45.466666666vw;
        margin-top: 2.6vw;
    }
    .img_box i{
        display: none;
        width: 4.2vw;
        height: 4.2vw;;
        background: url(../../../activity/foldable-screen-special/images/icon/play.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: 2.8vw;
        bottom: 40vw;
    }
 
    .bottom_img .img_box_big{
        width: 100vw;
        margin-top:2.6vw
    }
    /* 弹窗播放视频 */
 
    .video_play .play_box{
        width: 80%;
        position: relative;
        min-height: 220px;
        margin: 20px auto;
    }
  
    .play_box i{
        width: 5.3vw;
        height:  5.3vw;;
        background: url(../../../activity/foldable-screen-special/images/icon/mask_close.png) no-repeat 100%;
        background-size: 100%;
        position: absolute;
        right: -6.6vw;
        top: 1.3vw;
        cursor: pointer;
    }
}











/*直播*/

.sumLiveIcon {
    padding: 0;
    right: 28px;
    bottom: calc(11vh);
    border: none;
    z-index: 99!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;
} */






/* 倒计时代码 */

.countdown {
    width: 95px;
    height: 95px;
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 130px;
    background-color: #f3f3f3;
    border-radius: 50%;
    box-shadow: 0px 0px 22px 0px rgba(173, 173, 173, 0.5);
    display: none;
}

.circle {
    width: 80px;
    height: 80px;
    position: relative;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    /* right: 10px;
    top: 50px; */
    box-shadow: inset 0 0 0 5px #2189FF;
    /* background-color: #fff; */
}

.circle .ab {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.circle_left {
    border: 5px solid #DDDDDD;
    border-radius: 50%;
    /* 更正！！！
    之前使用clip是可以正常的，但现在clip被弃用，推荐使用clip-path，但是这个属性和clip-path有些微的不同
    使用clip-path应该更改为： clip-path: inset(0 40px 0 0);
    */
    clip-path: inset(0 40px 0 0);
    /* clip: rect(0, 40px, 80px, 0); */
    /* transform: rotate(180deg); */
}

.circle_right {
    border: 5px solid #DDDDDD;
    border-radius: 50%;
    /* // 使用clip-path应该更改为： clip-path: inset(0 0 0 40px); */
    clip-path: inset(0 0 0 40px);
    /* clip: rect(0, 80px, 80px, 40px); */
    /* transform: rotate(0);
    border-color: #2189FF; */
}

.circle_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2189FF;
    font-size: 12px;
}

.circle_text .name {
    margin-bottom: 4px;
}

.countdown .prizeBtn {
    width: 74px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #d1d1d1;
    border-radius: 32px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 10.5px;
    bottom: -24px;
    cursor: pointer;
}

.countdown .prizeBtn.prizeBtnC {
    background-color: #2189FF;
}

@media screen and (max-width:1024px) {
    .countdown {
        width: 12.635vw;
        height: 12.635vw;
        position: fixed;
        right: 2.66vw;
        top: 24vw;
        background-color: #f3f3f3;
        border-radius: 50%;
        box-shadow: 0px 0px 2.7vw 0px rgba(173, 173, 173, 0.5);
    }
    .circle {
        width: 10.64vw;
        height: 10.64vw;
        position: relative;
        border-radius: 50%;
        left: 1.06vw;
        top: 1.06vw;
        box-shadow: inset 0 0 0 0.66vw #2189FF;
    }
    .circle .ab {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .circle_left {
        border: 0.77vw solid #DDDDDD;
        border-radius: 50%;
        /* 更正！！！
      之前使用clip是可以正常的，但现在clip被弃用，推荐使用clip-path，但是这个属性和clip-path有些微的不同
      使用clip-path应该更改为： clip-path: inset(0 40px 0 0);
      */
        /* clip: rect(0, 5.32vw, 10.64vw, 0); */
        clip-path: inset(0 5.25vw 0 0);
        /* transform: rotate(180deg); */
    }
    .circle_right {
        border: 0.77vw solid #DDDDDD;
        border-radius: 50%;
        /* // 使用clip-path应该更改为： clip-path: inset(0 0 0 40px); */
        /* clip: rect(0, 10.64vw, 10.64vw, 5.32vw); */
        clip-path: inset(0 0 0 5.25vw);
        /* transform: rotate(0);
      border-color: #2189FF; */
    }
    .circle_text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #2189FF;
        font-size: 12px;
    }
    .circle_text .name {
        margin-bottom: 4px;
    }
    .countdown .prizeBtn {
        width: 9.842vw;
        height: 3.2vw;
        line-height: 3.2vw;
        text-align: center;
        background: #757575;
        border-radius: 4.23vw;
        font-size: 2.218vw;
        color: #FFFFFF;
        position: absolute;
        left: 1.4vw;
        bottom: -3.2vw;
    }
}


/*报错弹窗*/

.dark_mask_error {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #6666;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 101;
}

.error_nav {
    overflow: hidden;
    width: 600px;
    height: 350px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%)
}

.error_nav p {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.error_nav p a {
    color: #2189ff;
    text-decoration: underline;
}

.bg_dialog_list .mask_close {
    top: 145px;
}

.mask_close {
    width: 30px;
    height: 30px;
    background: url(../../../activity/wishing-draw/images/mask_close.png) no-repeat 100%;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media screen and (max-width:768px) {
    /*报错弹窗*/
    .error_nav {
        overflow: hidden;
        width: 80%;
        height: 46vw;
        border-radius: 3vw;
    }
    .error_nav p {
        font-size: 3.4vw;
    }
    .bg_dialog_list .mask_close {
        top: 26%;
    }
    .mask_close {
        width: 4vw;
        height: 4vw;
        background: url(../../../activity/wishing-draw/images/mask_close.png) no-repeat 100%;
        background-size: 100%;
        right: 4%;
        top: 6%;
    }
}
.c-1 a{
    width: 100%;
    height: 100%;
}
.c-1 a img{
    width: 100%;
    height: 100%; 
}