@charset "UTF-8";
@font-face {
    font-family: HuaweiSans-Bold;
    src: url("https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/fonts/HuaweiSans-Bold.ttf");
}

@font-face {
    font-family: HuaweiSans-Regular;
    src: url("https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/fonts/HuaweiSans-Regular.ttf");
}

#main .main-con {
    position: relative;
    overflow: hidden;
    background-size: cover;
}

#main *,
#main :after,
#main :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

#main *,
#main :after,
#main :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}


/* industey banner */

#main .swiper-button-next,
#main .swiper-button-prev {
    width: 1.875vw;
    height: 1.25vw;
    top: 62%;
    transform: none;
}

#main .pro-banner .swiper-button-next,
#main .pro-banner .swiper-button-prev {
    top: 50%;
}

#main .swiper-button-next {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/next.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: 3.125vw;
}

#main .swiper-button-prev {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/prev.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: -3.125vw;
}


/* kv banner next */

#main .kv-banner .swiper-button-next,
#main .kv-banner .swiper-button-prev {
    width: 2.9166vw;
    height: 2.9166vw;
    top: 52%;
    transform: none;
}

#main .kv-banner .swiper-button-next {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/kv_next.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: 3.3333vw;
}

#main .kv-banner .swiper-button-prev {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/kv_prev.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: 3.3333vw;
}

#main .kv-banner .swiper-button-prev.swiper-button-disabled {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/kv_next01.png) no-repeat;
    background-size: contain;
    /* display: block; */
}

#main .kv-banner .swiper-button-next.swiper-button-disabled {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/kv_prev01.png) no-repeat;
    background-size: contain;
    /* display: block; */
}


/* introduction banner next */

#main .intr-banner .swiper-button-next,
#main .intr-banner .swiper-button-prev {
    width: 1.6666vw;
    height: 1.6666vw;
    top: 48%;
    transform: none;
}

#main .intr-banner .swiper-button-next {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/intr_next.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: 1.6666vw;
    display: none;
}

#main .intr-banner .swiper-button-prev {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/intr_prev.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: 1.6666vw;
    display: none;
}

#main .intr-banner:hover .swiper-button-next,
#main .intr-banner:hover .swiper-button-prev {
    display: block;
}

#main .swiper-button-next:after,
#main .swiper-button-prev:after {
    content: '';
}

#main .swiper-pagination {
    width: 100%;
    bottom: 1vw;
}

#main .swiper-pagination-bullet {
    width: 0.5208vw;
    height: 0.5208vw;
    margin: 0 0.4166vw;
    opacity: 1;
    background: #ccc;
}

#main .swiper-pagination-bullet-active {
    width: 1.0416vw;
    height: 0.5208vw;
    background: #C7000B;
    border-radius: 1vw;
}

#main .swiper-button-prev.swiper-button-disabled,
#main .swiper-button-next.swiper-button-disabled {
    display: none;
}


/* top */

.top-con {
    width: 3.3333vw;
    height: 14vw;
    position: fixed;
    bottom: 115px;
    right: 2.5vw;
    z-index: 100;
}

.top-con .list {
    /* width: 3.3333vw;
    height: 3.3333vw; */
    width: 4vw;
    height: 4vw;
    /* background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/top_bg.png) no-repeat center; */
    background: #fff;
    border-radius: 0.4166vw;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    background-size: cover;
    font-size: 0.625vw;
    color: #999;
    text-align: center;
    margin-bottom: 0.8333vw;
    cursor: pointer;
    transition: .2s;
}

.top-con .list:hover {
    color: #C7000B;
}

.top-con .list:hover img.pic {
    display: none;
}

.top-con .list:hover img.pic01 {
    display: block;
}

.top-con .list img {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 auto 0.1041vw;
    /* padding-top: 0.5729vw; */
    padding-top: 0.8729vw;
}

.top-con .list img.pic01 {
    display: none;
}

.top-con .list3 {
    display: none;
}


/* 20230207 */

.mob-show {
    display: none;
}

.clear::after {
    clear: both;
    content: '';
    visibility: hidden;
    height: 0px;
    display: block;
}

img {
    width: 100%;
    display: block;
}

.sec {
    height: auto;
    /* overflow: hidden; */
    position: relative;
}

.con {
    width: 81%;
    height: auto;
    margin: 0 auto;
    padding-top: 5.2083vw;
}

#main p {
    font-size: 1vw;
}

.title {
    margin: 0 auto 2.5vw;
    text-align: center;
}

.title h2 {
    font-size: 2.0833vw;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.link-btn {
    display: inline-block;
    font-size: 0.9416vw;
    line-height: 1;
    color: #c7000b;
    border-radius: 4vw;
    padding: 0.6vw 2vw 0.8vw;
    background: transparent;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

.link-btn:hover {
    color: #fff;
    background: #c7000b;
}

.btm-more .link-btn {
    color: #fff;
    background: #c7000b;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

.btm-more .link-btn:hover {
    background-color: rgba(199, 0, 11, 0.7);
    border: 1px solid rgba(199, 0, 11, 0.7);
}

.more-btn {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2.0833vw;
}

.more-btn .link-btn {
    padding-left: 2.0833vw;
    padding-right: 2.0833vw;
}


/* all con 2023 */

.con5 {
    padding-bottom: 5.2083vw;
}

.con6 {
    padding-bottom: 4vw;
}


/* kv */

#main .kv-banner,
#main .mySwiper-kv {
    width: 100%;
    height: 39.63333vw;
    overflow: hidden;
}

#main .kv-banner {
    position: relative;
    height: auto;
    margin-top: 64px;
}

.kv {
    height: 35vw;
    overflow: hidden;
    position: relative;
    background: #EAEAEA;
}

#main .kv-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1vw;
}

.kv .pc-con {
    width: 80%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv .pc-con .pc-show img {
    width: 39.0625vw;
}

.kv .kv-txt {
    height: auto;
    overflow: hidden;
    margin-left: 1vw;
    text-align: center;
}

.kv .kv-txt h2 {
    font-size: 2.7083vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 2vw;
}

.kv .kv-txt h2 span,
.kv .kv-txt h3 span {
    color: #B5271E;
}

.kv .kv-txt h3 {
    font-size: 1.6666vw;
    font-weight: bold;
    line-height: 1.2;
    color: #4C4A4A;
    margin: 1.25vw 0 0.5208vw;
}

.kv .kv-txt .date {
    font-size: 1.25vw;
    line-height: 1.2;
    color: #4C4A4A;
    margin-bottom: 2.5vw;
}

.kv .kv-txt .date .red {
    color: #B5271E;
}

.kv .kv-txt a {
    margin-right: 1vw;
}

.Countdown-con {
    width: 28.5416vw;
    height: 6.4583vw;
    background: #fff;
    border-radius: 4vw;
    position: absolute;
    bottom: 3.3333vw;
    left: 50%;
    transform: translatex(-50%);
    box-shadow: 0px 3px 6px 3px #e1e1e1;
}

.Countdown-con .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Countdown-con .box h4 {
    font-size: 1.6666vw;
    color: #000;
    margin-left: 3.3333vw;
}

.Countdown-con .box p {
    font-size: 1.25vw;
    color: #000;
    margin-right: 3.3333vw;
}

.Countdown-con .box p span {
    font-weight: bold;
    font-size: 2.5vw;
    color: #C7000B;
    margin-right: 0.5729vw;
}

.Countdown-con .box .line {
    width: 1px;
    height: 3.3333vw;
    background: #ACACAC;
}

.kv .tip {
    position: absolute;
    bottom: 2.0833vw;
    right: 2.0833vw;
}

.kv .tip p {
    margin-bottom: 0.5208vw;
    font-size: 0.6770vw;
    font-weight: 400;
    color: #000;
}

.kv .tip span {
    display: block;
    float: right;
    width: 5.4687vw;
    height: 1px;
    background: #A02F2B;
}


/* Introduction */

.con1 .section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.con1 .section .pic {
    height: auto;
    position: relative;
    /* box-shadow: 0px 9px 19px 0px #999; */
    border-radius: 0.4166vw;
    cursor: pointer;
}

.con1 .section .pic img {
    border-radius: 0.4166vw;
}

.con1 .section .play {
    width: 3.4375vw;
    height: 3.4375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con1 .section .txt {
    width: 55.5%;
    height: 100%;
}

#main .con1 .section .txt p {
    font-size: 1.0416vw;
    color: #333;
    line-height: 1.4;
    margin-bottom: 1.3vw;
}

#main .con1 .section .txt p:last-child {
    margin-bottom: 0;
}

.now-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* introduction banner */

.intr-banner {
    width: 41.57%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 2.6041vw;
}

.mySwiper-intr {
    height: auto;
}


/* video */

.v-pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 300;
    display: none;
}

.v-pop .pop {
    width: 51.0416vw;
    height: 28.6458vw;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.v-pop .v-con {
    width: 100%;
    height: 100%;
    position: relative;
}

.v-pop .v-con .vdcon {
    width: 100%;
    height: 100%;
    position: relative;
}

.v-pop .v-con .vdcon video {
    width: 100%;
    height: 100%;
    display: none;
}

.v-pop .v-con .vdcon video.vd-show {
    display: block;
}

.v-pop .v-con .cl {
    width: 2.0833vw;
    height: 2.0833vw;
    position: absolute;
    top: -1.0416vw;
    right: -1.0416vw;
    cursor: pointer;
}


/* agends */

.ag-tab {
    height: auto;
}

.ag-tab .ag-tab-top {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2.5vw;
}

.ag-tab .ag-tab-top li {
    width: 20%;
    height: auto;
    line-height: 3.8020vw;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.ag-tab .ag-tab-top li img {
    width: 2.9166vw;
    height: 2.9166vw;
    margin: 0 auto 0.8333vw;
}

.ag-tab .ag-tab-top li span {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.4166vw;
    display: inline-block;
    border-color: transparent;
}

.ag-tab .ag-tab-top li:hover span,
.ag-tab .ag-tab-top li.active span {
    border-bottom: 2px solid #C7000B;
}

.ag-tab .ag-tab-top li.active {
    color: #C7000B;
}

.ag-tab .hd-tilte {
    height: auto;
    box-sizing: border-box;
    padding: 1.25vw;
    background: #F6F8FC;
    border-radius: 0.4166vw;
    text-align: center;
}

.ag-tab .hd-tilte h3 {
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(90deg, #8D57E4 0%, #118BF5 32%, #0EBEEF 64%, #FF3797 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ag-tab .hd-tilte h4 {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
}

.ag-tab .ag-tab-con {
    height: auto;
    overflow: hidden;
    display: none;
    position: relative;
}

.ag-tab .ag-tab-con.on {
    height: 27vw;
}

.ag-tab .ag-tab-con.on::after {
    content: '';
    width: 100%;
    height: 5vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ag-tab .ag-tab-con.on .more {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    z-index: 2;
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/more.png) no-repeat;
    background-size: contain;
}

.ag-tab .ag-tab-con .more {
    width: 1.6666vw;
    height: 1.6666vw;
    cursor: pointer;
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/more01.png) no-repeat;
    background-size: contain;
    position: inherit;
    margin: 1vw auto 0;
}

.ag-tab .ag-tab-con.active {
    height: auto;
}

.ag-tab .ag-tab-con .list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2083vw;
    background: #F2F7FF;
    border-radius: 0.4166vw;
}

.ag-tab .ag-tab-con .list li {
    height: auto;
    display: flex;
    align-items: center;
    padding: 1.2vw 0;
}

.ag-tab .ag-tab-con .list li p {
    color: #000;
    line-height: 1.6;
}

.ag-tab .ag-tab-con .list li:first-child img {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 0.3645vw;
}

.ag-tab .ag-tab-con .list li:last-child img {
    width: 2.9166vw;
    height: 2.9166vw;
    margin-right: 1.1458vw;
    display: none;
}

.ag-tab .ag-tab-con .list li:first-child {
    width: 18%;
    height: auto;
    box-sizing: border-box;
    padding-left: 3.125vw;
}

.ag-tab .ag-tab-con .list li:first-child p {
    color: #1578AD;
}

.ag-tab .ag-tab-con .list li:nth-child(2) {
    width: 82%;
    display: flex;
}

.ag-tab .ag-tab-con .list li:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.ag-tab .ag-tab-con .list li:nth-child(2) .item {
    width: 49%;
    height: auto;
    display: flex;
    align-items: center;
}

.ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child {
    /* width: 53.8%; */
}

.ag-tab .ag-tab-con .list li:nth-child(2) .item:last-child p.gray {
    color: #999;
    font-weight: normal;
}

.ag-tab .ag-tab-con .list li:nth-child(2) .item .txt p {
    line-height: 1.5;
}

.ag-tab .ag-tab-con .list:hover {
    background: linear-gradient(90deg, #EAE3F4, #E2E7F5, #DBE9F6, #DBEFF6)
}

.ag-tab .ag-tab-con .list:hover li:first-child p,
.ag-tab .ag-tab-con .list:hover li:nth-child(2) .item p {
    font-weight: bold;
}

.an-btn {
    text-align: center;
    padding-top: 2.0833vw;
    height: auto;
}


/* 背景图 */

.con {
    position: relative;
    z-index: 1;
}

.sec1 .bg01 {
    width: 16.7708vw;
    position: absolute;
    bottom: -12.5833vw;
    right: 0;
    z-index: 0;
}

.sec03 {
    padding-bottom: 5.2083vw;
}

.sec03 .bg03 {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.sec2 .bg02 {
    width: 14.8958vw;
    position: absolute;
    bottom: -13vw;
    left: 0;
    z-index: 0;
}


/* Listen to Our Voice */

.anc-bg {
    position: relative;
}

.anc-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.32deg, #FFFFFF 1.99%, rgba(255, 255, 255, 0) 103.61%);
    opacity: 0.8;
    z-index: 0;
}

.con3 {
    position: relative;
    z-index: 1;
}

.tab-con {
    display: none;
}

.speaker {
    height: auto;
    /* display: flex;
flex-wrap: wrap; */
}

.speaker li {
    /* width: 15.4%; */
    height: 17.8854vw;
    /* margin: 0 1.5% 1.5% 0; */
    position: relative;
    transition: .3s;
}

.speaker li .big {
    width: 100%;
    height: 100%;
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/seapker_bg.png) no-repeat center;
    background-size: cover;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.speaker li:nth-child(6n) {
    margin-right: 0;
}

.speaker li:hover .big {
    margin-top: -0.8333vw;
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/seapker_bg01.png) no-repeat center;
    background-size: cover;
    box-shadow: 0px 4px 10px 0px rgba(72, 82, 90, 0.2);
}

.speaker li .small {
    opacity: 0;
}

.speaker li .hd {
    width: 6.6666vw;
    margin: 1.875vw auto 0.7291vw;
}

.speaker li .txt {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.speaker li .txt h3 {
    font-size: 1.1vw;
    color: #000;
    margin-bottom: 0.5208vw;
    display: inline-block;
    background: linear-gradient(90deg, #8D57E4 0%, #118BF5 53%, #0EBEEF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sp-banner {
    height: auto;
    overflow: inherit;
    position: relative;
    padding: 0 4vw 3vw;
}

#main .sp-banner .swiper-button-prev {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/prev.png) no-repeat center;
    background-size: contain;
    user-select: none;
    left: 0;
}

#main .sp-banner .swiper-button-next {
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/next.png) no-repeat center;
    background-size: contain;
    user-select: none;
    right: 0;
}

#main .sp-banner .swiper-button-next,
#main .sp-banner .swiper-button-prev {
    top: 47%;
}

#main .mySwiper-sp01 {
    padding: 0.8333vw 0;
}


/* See Who's Already Taken the First Step to Success  */

.see {
    height: auto;
}

.see li {
    height: 23.6354vw;
    border-radius: 1.6666vw;
}

.see li .list {
    height: 23.6354vw;
    position: relative;
    transition: .3s;
    background: #fff;
    border-radius: 1.6666vw;
}

.see li:hover .list {
    margin-top: -0.8333vw;
}

.see li .pic {
    width: 91%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.see li .pic img {
    height: auto;
    margin: 0 auto 1.25vw;
}

.see li .pic h4 {
    font-size: 1.0416vw;
    color: #333;
    font-weight: bold;
}

.see li .bg {
    width: 100%;
    height: 16.9270vw;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 1.6666vw;
}

.see li:hover .bg {
    box-shadow: 0px 4px 10px 0px rgba(72, 82, 90, 0.2);
}

#main .see01-banner .swiper {
    padding: 1.0416vw;
}

.ag-tab .all-tab2 li img {
    width: 3.3333vw;
    height: 3.3333vw;
    margin: 0 auto 0.8333vw;
}


/*  Star Products */

.ag-tab .all-tab3 li {
    width: 22%;
}

.tab-con1 {
    width: 100%;
}

.pro-banner {
    width: 100%;
    position: relative;
    height: auto;
    z-index: 20;
}

.pro-banner .pro-bg01 {
    position: absolute;
    top: 0;
    left: 0;
}

.pro-banner .pro-bg02 {
    position: absolute;
    top: 0;
    right: 0;
}

.pro-banner .pro-bg01 img,
.pro-banner .pro-bg02 img {
    height: 16.7187vw;
}

.pro-banner .swiper {
    width: 61.4%;
    margin: 0 auto;
}

.pro-banner .swiper {
    padding: 0 0.625vw 2vw;
}

.pro-con {
    height: auto;
}

.pro-con li a {
    height: 29vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.8333vw;
    overflow: hidden;
    transition: .3s;
    display: block;
}

.pro-con li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(72, 82, 90, 0.2);
}

.pro-con li:last-child {
    margin-right: 0;
}

.pro-con li a img {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    border-top-left-radius: 0.4166vw;
    border-top-right-radius: 0.4166vw;
}

.pro-con li a .txt {
    border-bottom-left-radius: 0.4166vw;
    border-bottom-right-radius: 0.4166vw;
    margin: 0.8333vw 1.25vw 0;
}


/* .pro-con  li a .txt .tip {
display: inline-block;
padding: 0 0.4166vw;
background: rgba(199, 0, 11, 0.1);
border-radius: 0.2083vw;
} */

.pro-con li a .txt .tip {
    height: auto;
    position: relative;
}

.pro-con li a .txt .tip {
    font-size: 1.2vw;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.625vw;
    /* overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; */
}

.pro-con li a .txt .tip span {
    width: 3px;
    height: 100%;
    display: block;
    background: #C7000B;
    position: absolute;
    top: 0;
    left: -1.25vw;
}

.pro-con li a:hover .txt .tip span {
    display: none;
}

.pro-con li a .txt p {
    margin-top: 0.4166vw;
    line-height: 1.4;
    color: #999;
    /* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; */
}


/* Innovating Premium Solutions Tailored to Specific Industry Scenarios */

.sec6 {
    padding-bottom: 5.2083vw;
    background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/innovating_bg.png) no-repeat bottom center;
    background-size: cover;
}

.ag-tab .all-tab4 li {
    width: 22%;
}

.Industry {
    width: 82%;
    position: relative;
    margin: 0 auto;
}

.Industry .swiper .swiper-slide {
    height: 23vw;
}

.Industry .swiper {
    padding: 1.5vw .9vw 1.01vw;
}

.Industry .txt {
    height: 23.5vw;
    border-radius: 0.8333vw;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    transition: .3s;
}

.Industry .txt:hover {
    margin-top: -0.8333vw;
    box-shadow: 0px 4px 10px 0px rgba(72, 82, 90, 0.2);
}

.Industry .txt .pic {
    height: auto;
    overflow: hidden;
    border-top-right-radius: 0.8333vw;
    border-top-left-radius: 0.8333vw;
}

.Industry .txt .dec {
    margin: 1.6666vw 1.6666vw 0;
}

.Industry .txt p {
    line-height: 1.3;
    color: #999;
}

#main .Industry .txt p.name {
    font-size: 1.2vw;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.4166vw;
}

#main .countUP {
    width: 81%;
    margin: 5.2083vw auto 0;
    height: auto;
    overflow: hidden;
    display: flex;
    background: #fff;
    padding: 3.8369vw 3.125vw;
    border-radius: 0.4166vw;
    display: flex;
    box-sizing: border-box;
}

.countUP .item {
    width: 25%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.countUP .item img {
    width: 3.3333vw;
    height: 3.3333vw;
    margin: 0 auto 0.7291vw;
}

.countUP .item .number {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4166vw;
}

.countUP .item .number h5 {
    font-size: 2.0833vw;
    color: #333;
    font-weight: bold;
}

.countUP .item .number span {
    font-size: 1.6666vw;
    color: #333;
    position: relative;
    top: -.5vw;
    right: -.3vw;
}

.countUP .item p {
    font-size: 0.9375vw;
    color: #333;
}

.countUP .item .line {
    width: 1px;
    height: 2.5vw;
    background: #999999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


/* 媒体查询 */

@media screen and (max-width: 1600px) {
    .Industry .swiper .swiper-slide,
    .Industry .txt {
        height: 21.9166vw;
    }
    .see li,
    .see li .list {
        height: 23.2vw;
    }
}

@media screen and (max-width: 1440px) {
    .Industry .swiper .swiper-slide,
    .Industry .txt {
        height: 23vw;
    }
}

@media screen and (max-width: 1366px) {
    .top-con {
        width: 4.5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 4.5vw;
        height: 4.5vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
        padding-top: .8vw;
    }
    .Industry .swiper .swiper-slide,
    .Industry .txt {
        height: 21.9166vw;
    }
    .pro-con li a {
        height: 29vw;
    }
    .speaker li {
        height: 17.8854vw;
    }
}

@media screen and (max-width: 1200px) {
    .top-con {
        width: 5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 6vw;
        height: 6vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
        padding-top: 1.5vw;
    }
    .speaker li {
        height: 18.4vw;
    }
    .pro-con li a {
        height: 28.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .speaker li {
        height: 23.4vw;
    }
    .see li,
    .see li .list {
        height: 24.8vw;
    }
    .pro-con li a {
        height: 30.5vw;
    }
    .Industry .swiper .swiper-slide,
    .Industry .txt {
        height: 23.9166vw;
    }
}

@media screen and (max-width:992px) {
    #main .kv-banner {
        margin-top: 55px;
    }
}

@media screen and (max-width:834px) {
    /* kv */
    #main .intr-banner .swiper-button-prev,
    #main .intr-banner .swiper-button-next {
        display: block;
    }
    #main .intr-banner .swiper-button-next,
    #main .intr-banner .swiper-button-prev {
        width: 5vw;
        height: 5vw;
    }
    #main .kv-banner,
    #main .mySwiper-kv {
        height: 138.2494vw;
    }
    #main .kv-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 2.3980vw;
    }
    .kv .pc-con {
        width: 100%;
        top: 16%;
        left: 0;
        justify-content: center;
        transform: none;
    }
    .kv .kv-txt {
        text-align: center;
    }
    .kv .kv-txt h2 {
        font-size: 4.7961vw;
        margin-bottom: 3.8369vw;
        margin-left: 0;
    }
    .kv .kv-txt h3,
    .kv .kv-txt .date {
        font-size: 3.3573vw;
    }
    .kv .kv-txt .mob-show {
        width: 90%;
        margin: 0 auto 5.7553vw;
    }
    .kv .kv-txt .date {
        margin-bottom: 3.5vw;
    }
    .kv .kv-txt h3 {
        margin: 4.7961vw 0 2.8776vw;
    }
    .sec5 {
        margin-top: 8vw;
    }
    .Countdown-con {
        width: 65.7074vw;
        height: 14.8681vw;
        bottom: 13.4292vw;
        border-radius: 8vw;
    }
    .Countdown-con .box h4 {
        font-size: 3.8369vw;
        margin-left: 7.6738vw;
    }
    .Countdown-con .box p {
        font-size: 2.8776vw;
        margin-right: 7.6738vw;
    }
    .Countdown-con .box p span {
        font-size: 5.7553vw;
        margin-right: 1.3189vw;
    }
    .Countdown-con .box .line {
        height: 7.6738vw;
    }
    .kv .tip {
        bottom: 2.3980vw;
        right: 2.3980vw;
    }
    .kv .tip p {
        font-size: 2.1582vw;
        margin-bottom: 1.1990vw;
    }
    .kv .tip span {
        width: 12.5899vw;
    }
    .pc-show {
        display: none;
    }
    .mob-show {
        display: block;
    }
    .con {
        width: 90%;
        padding-top: 17.9856vw;
    }
    #main p {
        font-size: 3.3573vw;
    }
    .title {
        margin-bottom: 6.7146vw;
    }
    .title h2 {
        position: inherit;
        font-size: 5.7553vw;
        top: 0;
        background-size: 17.0263vw 1.4388vw;
    }
    .title .title_bg {
        display: none;
    }
    .now-btn {
        text-align: center;
        margin: 5.7553vw 0 6.7146vw;
    }
    .link-btn {
        font-size: 3.3573vw;
        padding: 2vw 4.9369vw 2.7vw;
        border-radius: 6vw;
    }
    .more-btn .link-btn {
        padding-left: 5.7553vw;
        padding-right: 5.7553vw;
    }
    .con1 .section {
        flex-direction: column-reverse;
    }
    .con1 .section .txt {
        width: 100%;
        float: none;
        position: inherit;
    }
    #main .con1 .section .txt p {
        font-size: 3.3573vw;
        line-height: 1.5;
        margin-bottom: 4.7961vw;
        font-weight: 400;
    }
    .intr-banner {
        width: 100%;
        margin-top: 5.9952vw;
        padding-bottom: 8.6041vw;
    }
    .intr-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -3.5971vw;
    }
    .v-pop .pop {
        width: 90%;
        height: 58vw;
    }
    .v-pop .v-con .cl {
        width: 5.9952vw;
        height: 5.9952vw;
    }
    .con1 .section .pic {
        width: 100%;
        height: auto;
        border-radius: 1.9184vw;
    }
    .con1 .section .pic img {
        border-radius: 1.9184vw;
    }
    .con1 .section .play {
        width: 8.3932vw;
        height: 8.3932vw;
    }
    .con1 .section .txt .now-btn {
        position: inherit;
    }
    /* 2 */
    .ag-tab .ag-tab-top {
        margin-bottom: 7.6738vw;
    }
    .ag-tab .ag-tab-top li {
        width: 25%;
        height: auto;
        font-size: 3.3573vw;
        font-weight: 400;
        margin: 0;
    }
    .ag-tab .ag-tab-top li.active {
        font-weight: bold;
    }
    .ag-tab .ag-tab-top li img {
        width: 7.6738vw;
        height: 7.6738vw;
        margin: 0 auto 1.9184vw;
    }
    .ag-tab .ag-tab-top li span {
        padding-bottom: 0.9592vw;
    }
    .ag-tab .hd-tilte {
        padding: 3.8369vw 1.25vw;
        border-radius: 1.9184vw;
    }
    .ag-tab .hd-tilte h3 {
        font-size: 3.5971vw;
        margin-bottom: 0.9592vw;
    }
    .ag-tab .hd-tilte h4 {
        font-size: 3.5971vw;
    }
    .ag-tab .ag-tab-con.on {
        height: 113vw;
    }
    .ag-tab .ag-tab-con.on::after {
        height: 9vw;
    }
    .ag-tab .ag-tab-con .more {
        width: 6.7146vw;
        height: 6.7146vw;
    }
    .ag-tab .ag-tab-con .list {
        margin-top: 0.9592vw;
        border-radius: 1.9184vw;
    }
    .ag-tab .ag-tab-con .list li:first-child img {
        width: 2.8776vw;
        height: 2.8776vw;
        margin-right: 1.7985vw;
    }
    .ag-tab .ag-tab-con .list li:first-child {
        width: 37%;
        padding-left: 3.125vw;
    }
    .ag-tab .ag-tab-con .list li:nth-child(2) {
        width: 63%;
        flex-wrap: wrap;
    }
    .ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child {
        width: 90%;
    }
    .ag-tab .ag-tab-con .list li:nth-child(2) .item {
        width: 90%;
    }
    .ag-tab .ag-tab-con .list li:first-child p {
        font-weight: bold;
    }
    .ag-tab .ag-tab-con .list:hover li:nth-child(2) .item:first-child p {
        color: #000;
    }
    .ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child p {
        color: #000;
        font-weight: bold;
    }
    .an-btn {
        padding-top: 5.7553vw;
    }
    .sp-banner {
        padding: 0;
    }
    #main .sp-banner .swiper {
        padding: 2vw 0 7vw;
    }
    .speaker li {
        height: 71vw;
    }
    .speaker li .txt h3 {
        font-size: 3.3573vw;
        font-weight: bold;
        margin-bottom: 1.1990vw;
    }
    .speaker li .big {
        background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/mob_seapker_bg.png) no-repeat center;
        background-size: cover;
    }
    .speaker li:hover .big {
        margin-top: 0vw;
        background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/mob_seapker_bg.png) no-repeat center;
        background-size: cover;
    }
    .speaker li .hd {
        width: 19.1846vw;
        margin: 3.8369vw auto 3.5971vw;
    }
    .sp-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .ag-tab .all-tab2 li img {
        width: 8.6330vw;
        height: 8.6330vw;
    }
    .see li {
        height: 64.9568vw;
    }
    .see li .list {
        height: 64.9568vw;
    }
    .see li .bg {
        width: 100%;
        height: 37.8896vw;
        border-radius: 3.8369vw;
    }
    .see li .pic h4 {
        font-size: 3.3573vw;
    }
    .sec03 {
        padding-bottom: 17.9856vw;
    }
    .see01-banner {
        position: relative;
    }
    #main .see01-banner .swiper {
        padding: 2vw 0 7vw;
    }
    #main .see01-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .more-btn {
        padding-top: 5.9952vw;
    }
    .sec1 .bg01 {
        width: 28.7769vw;
        bottom: -28.5833vw;
    }
    .sec2 .bg02 {
        width: 17.0263vw;
        bottom: -21vw;
    }
    .ag-tab .all-tab3 li,
    .ag-tab .all-tab4 li {
        width: 46%;
    }
    .con5 {
        width: 100%;
    }
    .con5 .ag-tab .ag-tab-top {
        width: 90%;
        margin: 0 auto 7.6738vw;
    }
    .pro-banner {
        width: 47%;
        margin: 0 auto;
    }
    .pro-banner .swiper {
        width: 100%;
        padding: 3.125vw 0 11vw;
        overflow: inherit;
    }
    .pro-banner .swiper .swiper-wrapper {
        margin: 0 auto;
    }
    .pro-banner .swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }
    .pro-banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }
    .pro-con li a .txt {
        padding: 3.8369vw 3.8369vw 0;
    }
    .pro-con li a .txt .tip {
        font-size: 3.8369vw;
        margin-bottom: 0.9592vw;
    }
    .pro-con li a .txt .tip span {
        display: none;
    }
    .pro-con li a {
        height: 98vw;
        border-radius: 1.9184vw;
        box-shadow: 0px 4px 10px 0px rgba(72, 82, 90, 0.2);
    }
    .pro-con li a img {
        height: auto;
        border-top-right-radius: 1.9184vw;
        border-top-left-radius: 1.9184vw;
    }
    #main .swiper-button-next,
    #main .swiper-button-prev {
        display: none;
    }
    #main .swiper-pagination-bullet {
        width: 1.9184vw;
        height: 1.9184vw;
        margin: 0 0.9592vw;
    }
    #main .swiper-pagination-bullet-active {
        width: 3.8369vw;
        height: 1.9184vw;
        border-radius: 2vw;
    }
    .con5 {
        padding-bottom: 17.9856vw;
    }
    .sec6 {
        padding-bottom: 17.9856vw;
        background: url(https://e.huawei.com/-/mediae/images/events/za/mini-mwc-2024-ug/img/mob_innovating_bg.png) no-repeat bottom center;
        background-size: cover;
    }
    .Industry {
        width: 95%;
        margin: 0 auto;
    }
    .Industry .swiper {
        padding: 3vw 5vw 11vw;
    }
    .Industry .swiper .swiper-slide,
    .Industry .txt {
        height: 82.9166vw;
        border-radius: 1.9184vw;
        border-radius: 1.9184vw;
        box-shadow: 0px 6px 15px 0px rgba(72, 82, 90, 0.2);
    }
    .Industry .txt .pic {
        height: auto;
        overflow: hidden;
        border-top-right-radius: 1.9184vw;
        border-top-left-radius: 1.9184vw;
    }
    .Industry .txt .dec {
        margin: 3.8369vw 3.8369vw 0;
    }
    #main .Industry .txt p.name {
        font-size: 3.3573vw;
        margin-bottom: 0.9592vw;
        font-weight: 400;
    }
    .Industry .txt p {
        font-size: 3.3573vw;
        font-weight: 400;
    }
    #main .countUP {
        width: 90%;
        margin: 11.9904vw auto 0;
        padding: 3.8369vw 0;
        border-radius: 1.9184vw;
        flex-wrap: wrap;
    }
    .countUP .item {
        width: 50%;
    }
    .countUP .item:first-child,
    .countUP .item:nth-child(2) {
        margin-bottom: 7.1942vw;
    }
    .countUP .item img {
        width: 7.6738vw;
        height: 7.6738vw;
        margin: 0 auto 0.9592vw;
    }
    .countUP .item .number h5 {
        font-size: 5.7553vw;
        color: #333;
        font-weight: bold;
    }
    .countUP .item .number span {
        font-size: 3.8369vw;
        color: #333;
        top: -0.5vw;
        right: -0.9592vw;
        font-weight: bold;
    }
    .countUP .item .line {
        height: 5.7553vw;
    }
    .countUP .item p {
        font-size: 2.8776vw;
        font-weight: 400;
    }
    /* top */
    .top-con {
        width: 14vw;
        height: 30vw;
    }
    .top-con .list {
        width: 14vw;
        height: 14vw;
        margin-bottom: 1.8333vw;
        font-size: 1.4388vw;
        border-radius: 0.9592vw;
    }
    .top-con .list img {
        width: 4vw;
        height: 4vw;
        padding-top: 3.2vw;
    }
}

@media screen and (max-width:414px) {
    .speaker li {
        height: 57vw;
    }
}

#main .kv .txt_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
    top: 50%;
    left: 49%;
    transform: translate(0, -50%);
    text-align: center;
}

#main .kv .txt_box .kv_logo {
    width: 8vw;
    margin-bottom: 2vw;
}

#main .kv .txt_box .kv_logo_02 {
    width: 16vw;
    margin-bottom: 2vw;
}

#main .kv .txt_box .kv_logo_03 {
    width: 5vw;
    margin-bottom: 2vw;
}

#main .kv .txt_box h2 {
    font-size: 2.7083vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 2vw;
}

#main .kv .txt_box h3 {
    font-size: 1.6666vw;
    font-weight: bold;
    line-height: 1.2;
    color: #4C4A4A;
    margin: 1.25vw 0 0.5208vw;
}

#main .kv .txt_box h2 span,
#main .kv .txt_box h3 span {
    color: #B5271E;
}

#main .kv .txt_box p {
    font-size: 1.25vw;
    line-height: 1.2;
    margin-bottom: 2.5vw;
}

#main .kv .txt_box p span {
    color: #B5271E;
}

#main .kv .txt_box a {
    display: inline-block;
    font-size: 0.9416vw;
    line-height: 1;
    color: #fff;
    border-radius: 4vw;
    padding: 0.6vw 2vw 0.8vw;
    background: #c7000b;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

#main .kv .txt_box a:hover {
    background-color: rgba(199, 0, 11, 0.7);
    border: 1px solid rgba(199, 0, 11, 0.7);
}

@media screen and (max-width:834px) {
    #main .kv .txt_box {
        width: 90%;
        top: 4%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    #main .kv .txt_box.no_logo {
        top: 14%;
    }
    #main .kv .txt_box .kv_logo {
        width: 22.7386vw;
        /* margin-bottom: 2.8776vw; */
        margin: 0 auto 3.5vw;
    }
    #main .kv .txt_box .kv_logo_02 {
        width: 45.4772vw;
        margin: 0 auto 3.5vw;
    }
    #main .kv .txt_box .kv_logo_03 {
        width: 15vw;
        margin-bottom: 2vw;
    }
    #main .kv .txt_box h2 {
        font-size: 4.7961vw;
        margin-bottom: 3.8369vw;
    }
    #main .kv .txt_box h3 {
        font-size: 3.3573vw;
        margin: 4.7961vw 0 2.8776vw;
    }
    #main .kv .txt_box p {
        font-size: 3.3573vw;
        margin-bottom: 3.5vw;
    }
    #main .kv .txt_box a {
        font-size: 3.3573vw;
        border-radius: 6vw;
        padding: 2vw 4.9369vw 2.7vw;
    }
}