/* 视频容器 */
.ym-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* 视频样式 */
.ym-video-container video {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/* 蒙版样式 */
.ym-overlayvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background-color: #23235A;
    opacity: 0.9;
    /* 半透明黑色蒙版 */
    z-index: 2;
    /* 蒙版在中间层 */
}

.ym-buttonE60012 {
    text-align: center;
    width: 215px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #E60012;
    border-radius: 20px;
    background: #E60012;
}

.ym-buttonBorfff {
    width: 215px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.ym_BtnFontSize16 {
    font-size: 16px;
}

.thisIsCmefMobile .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -190px;
    position: relative;
    z-index: 4;
    color: #666666;
}

.thisIsCmefMobile .box {
    width: calc(640vw/7.5);
    /* height: calc(700vw/7.5); */
    background-color: white;
    border-radius: 20px;
    border-color: rgba(112, 112, 112, 1);
    border-width: 1px;
    border-style: solid;
    padding: 30px 20px 20px 20px;
}

.thisIsCmefMobile .box1 {
    width: calc(640vw/7.5);
    padding: 15px 20px 50px 20px;
    color: #666666;
}

.thisIsCmefMobile .stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.thisIsCmefMobile .stat-item {
    /* width: 145px; */
    height: 160px;
    background-image: url("/Content/MarchSevenTh/home/iconImg/6f1da7691106f67cece5fefdafd9eae.png");
    background-size: 100% 100%;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thisIsCmefMobile .stat-item span {
    font-size: 12px;
    position: relative;
    top: -8px;
}

.thisIsCmefMobile .stat-item img {
    width: 45px;
    height: 45px;
}

.thisIsCmefMobile .stat-number {
    color: #1B1C80;
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 5px;
}

.thisIsCmefMobile .stat-label {
    color: #666;
    font-size: 12px;
}

.thisIsCmefMobile .button {
    width: 100%;
    display: inline-block;
    color: #ff3366;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #ff3366;
    border-radius: 25px;
    margin-top: 20px;
    font-size: 16px;
}

.thisIsCmefMobile .button::after {
    content: " →";
}

.color_1B1C80 {
    color: #1B1C80;
}

.color_666666 {
    color: #666666;
}

.fs_24 {
    font-size: 24px;
}

.fs_12 {
    font-size: 12px;
}

.fs_16 {
    font-size: 16px;
}

.fs_20 {
    font-size: 28px;
}

.mt20 {
    margin-top: 20px;

}

.lineHeight2 {
    line-height: 2;
}



.GZmain-mobile {
    width: 100%;
    /* overflow: hidden; */
}


.gz-explore-section-mobile {
    width: 100%;
    background-color: #f3f3f9;
    padding: 40px 36px;
}

.gz-explore-section-mobile>.gz-explore-grid-mobile {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gz-explore-section-mobile>.gz-explore-grid-mobile>.gz-explore-card-mobile {
    position: relative;
    right: -12px;
    cursor: pointer;
    width: 275px;
    /* height: 141px; */
    /* width: calc(275vw/7.5); */
    border-radius: 16px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: rgb(255, 255, 255);
    margin-bottom: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}

.gz-explore-section-mobile .gz-card-image-mobile {
    position: absolute;
    left: -36px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 130px;
    height: 110px;
    flex-shrink: 0;
}

.gz-explore-section-mobile .gz-card-image-mobile img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.gz-explore-section-mobile .card-content-mobile {
    padding-left: 96px;

}

.gz-explore-grid-mobile h2 {
    margin-top: 5px;
    color: rgb(27, 28, 128);
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 8px; */
}

.gz-explore-grid-mobile p {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 1.4;
    /* margin-bottom: 10px; */
}

.gz-explore-grid-mobile .gz-card-link-mobile {
    display: flex;
    align-items: center;
    color: rgb(27, 28, 128);
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.gz-explore-grid-mobile .gz-card-link-mobile .arrow {
    margin-left: 8px;
    font-size: 16px;
}

.gz-explore-section-mobile .gz-explore-text-mobile {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
}

.gz-explore-section-mobile .gz-explore-text-mobile h1 {
    color: rgb(27, 28, 128);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: left;
}

.gz-explore-section-mobile .gz-explore-text-mobile p {
    color: rgb(102, 102, 102);
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 330px;
    text-align: left;
}



.GZmain-mobile .swiper {
    width: 100%;
    height: 220px;
    overflow: none !important;
}

.GZmain-mobile .gzBananSwiper-mobile .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;

}

.GZmain-mobile .gzBananSwiper-mobile .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 200px; */
    vertical-align: top;
    object-fit: fill;
}


.gzBananSwiper-mobile .mySwiper {
    position: relative;
}

.gzBananSwiper-mobile .swiper-pagination {
    position: absolute;
    bottom: 0px !important;

}

.gzBananSwiper-mobile .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: 1px solid #000;
    transform: scale(1) !important;
}

.gzBananSwiper-mobile .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #666 !important;
    background: rgb(102, 102, 102) !important;
    transform: scale(1) !important;
}

.gzConcurrent-mobile {
    width: 100%;
    color: rgb(27, 28, 128);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.gzLoopSwiper-mobile {
    position: relative;
    /* width: 90%; */
    height: 320px;
    margin: 0 auto;
    transition: all 0.2s ease-out !important;
    margin-top: 20px;

}

.gzLoopSwiper-mobile .swiper-wrapper {
    background-color: #fff;
    width: 1000px;
    margin: 0 auto;
    /* overflow: hidden; */
    margin-left: 30px;
}

.gzLoopSwiper-mobile .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: 1px solid #000;
    transform: scale(1) !important;
}

.gzLoopSwiper-mobile .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #666 !important;
    background: rgb(102, 102, 102) !important;
    transform: scale(1) !important;
}

.gzLoopSwiper-mobile .swiper-button-prev {
    position: absolute !important;
    left: 10px !important;
    color: #656565 !important;
    z-index: 0;
}

.gzLoopSwiper-mobile .swiper-button-next {
    position: absolute !important;
    right: 10px !important;
    color: #656565 !important;
    z-index: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-right: 20px;

}

.swiper-button-next:after,
.swiper-button-next:after {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-right: 0px;

}

.gzLoopSwiper-mobile .swiper-slide {

    width: 144px !important;
    height: 200px;
    border-radius: 8px;

    box-sizing: border-box;
    border: 1px solid rgb(198, 198, 198);
    top: 0px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background: rgb(255, 255, 255);
    /* display: none; */
    flex-wrap: wrap;
    transition: all 0.2s ease-out !important;

}

.gzLoopSwiper-mobile .gzImgBox {
    width: 100%;
    height: 80px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.gzLoopSwiper-mobile .gzImgBox img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain
}

.gzLoopSwiper-mobile .gzImgBoxContent {
    width: 100%;
    height: 200px;
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #3c3d83;
    transition: all 0.2s ease-out;
}

.gzLoopSwiper-mobile .gzImgBoxContent p {
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.gzLoopSwiper-mobile .gzImgBoxContent .gzBotmLine {
    height: 76px;
    border-bottom: 1px solid #fff;
}





.gzSession-mobile {
    height: 1020px;
    width: 100%;
    background-image: url('/Content/MarchSevenTh/home/5. Sessions in the Spotlight_background.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    margin-top: 30px;


}

.gzSession-mobile>.gzSession-mask-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(35, 35, 90);
    opacity: 0.9;
}

.gzSession-content-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 40px 32px;
    /* display: flex;
  justify-content: space-between; */
    height: 100%;

}

.gzSession-left-mobile {
    flex: 0 0 54%;
    padding-right: 40px;

}

.gzSession-left-mobile h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
}

.gzSession-left-mobile p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.gzSession-description-mobile {
    opacity: 0.9;
    margin-bottom: 40px;
    font-size: 12px !important;
}

.gzSession-btn-mobile {
    width: 243.3px;
    height: 38.96px;
    background: transparent;
    color: white;
    /* padding: 12px 24px; */
    padding-left: 12px;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 28.5px;
    transform-origin: left center;
    transition: all 0.3s ease-out;
    margin-top: 30px;

}



.gzSession-btn-mobile .arrow {
    margin-left: 16px;
    transition: all 0.3s ease-out;
}


.gzSession-right-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.gzSession-item-mobile {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    width: 311.58px;
    height: 188.81px;

    padding: 16px;
    border-radius: 15px;
    transition: all 0.3s ease;
}


.gzSession-text-mobile p {
    font-size: 18px;
    margin-bottom: 6px;
}

.gzSession-time-mobile {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px !important;
}

.gzSession-register {
    background: transparent;
    border: none;
    color: white;
    padding: 0;
    font-size: 26px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.gzSession-register .arrow {
    margin-left: 10px;
    transition: all 0.3s ease-out;
}



/* Latest News 部分样式 */
.gzLatest-mobile {
    width: 100%;
    /* height: 1200px; */
    margin: 0 auto;
    padding: 0px 30px 30px;
    background-color: #f3f3f9;
    padding-top: 60px;
}

.gzLatest-header-mobile {


    margin-bottom: 30px;
}

.gzLatest-header-mobile h2 {
    color: #666;
    font-weight: 700;
    /* padding-left: 20px; */
    font-size: 32px;
    text-align: center;
}

.gzLatest-mobile .gzViewAll-mobile {
    display: block;
    width: 160px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgb(27, 28, 128);
    border-radius: 28.5px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(27, 28, 128);
    margin: 40px auto;

}

.gzLatest-mobile .gzViewAll-mobile .arrow {
    margin-left: 10px;
    vertical-align: middle;
}


.gzLatest-swiper-mobile {
    position: relative;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
}




.gzLatest-swiper-mobile .swiper-slide {
    position: relative;
    /* width: 453px !important;
  height: 619px !important; */
    width: 320px;
    height: 220px;
    border-radius: 8px;

    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.gzLatest-swiper-mobile .swiper-slide .gzTitleTip {
    position: absolute;
    left: -10px;
    top: 20px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    background-color: #5953a4;
    color: #fff;
}

.gzLatest-swiper-mobile .swiper-slide img {
    width: 100%;

    /* height: 107.44px; */
    /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
    border-radius: 8px;
}

.gzLatest-swiper-mobile .swiper-slide .gzLatest-position-text {
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
}



.gzLatest-swiper-mobile .swiper-slide h1 {
    color: rgb(112, 112, 112);
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    padding: 0 20px;
    line-height: 1.3;
}

.gzLatest-swiper-mobile .gzLearnMore {
    position: absolute;
    cursor: pointer;
    left: 20px;
    bottom: 6px;
    font-size: 15px;
    color: rgb(27, 28, 128);
    z-index: 999;
}

.gzLatest-swiper-mobile .swiper-slide .gzLearnMore .arrow {
    vertical-align: middle;
    transition: all 0.3s ease-out;
}



/* show gallery */
.GZshowGallery-mobile {
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    /* margin-bottom: 50px; */
}

.GZshowGallery-mobile h1 {
    text-align: center;
    color: rgb(27, 28, 128);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.GZshowGallery-mobile p {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: 400;
    text-align: center
}


.GZshowGallery-mobile .gzSwiperGallery {
    width: 100%;
    height: 100%;
}

.GZshowGallery-mobile .swiper-wrapper {
    position: relative;
}

.GZshowGallery-mobile .swiper-slide {
    /* width: 246.54px !important; */
    /* width: 180px !important; */
    height: 161.63px !important;
    text-align: center;
    font-size: 18px;

    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.8);
}

.GZshowGallery-mobile .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.gzSwiperGallery1-mobile {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.gzSwiperGallery1-mobile .gallery-swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gzSwiperGallery1-mobile .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 601px;
    height: 394px;


}

.gzSwiperGallery1-mobile .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 20px; */
}

.gzSwiperGallery1-mobile .swiper-slide-active {
    transform: scale(1);
}

.gzSwiperGallery1-mobile .swiper-slide-prev,
.gzSwiperGallery1-mobile .swiper-slide-next {
    transform: scale(0.8);
}

.gzSwiperGallery1-mobile .swiper-pagination {
    position: absolute;
    bottom: -10px !important;
}




.GZshowGallery-mobile .gzPhotosBnt-mobile {
    text-align: left;
    width: 306px;
    /* height: 57px; */
    margin: 0 auto;

}

.gzSwiperGallery1-mobile .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: 1px solid #666;
    transform: scale(1) !important;
    opacity: 1;
}

.gzSwiperGallery1-mobile .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #666 !important;
    background: rgb(102, 102, 102) !important;
    transform: scale(1) !important;
}

.GZshowGallery-mobile .gzPhotosBnt-text-mobile {
    display: block;
    width: 160px;
    height: 38px;
    border: 1px solid rgb(27, 28, 128);
    border-radius: 28.5px;
    color: rgb(27, 28, 128);
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    margin-top: 45px;
}



.GZshowGallery-mobile .gzPhotosBnt-text-mobile .arrow {
    vertical-align: middle;
    margin-left: 6px;
}


.gzHonoredExhibitors {
    height: 759px;
    width: 100%;
    background: rgb(243, 243, 249);
    padding-top: 100px;
}



/*ShowGalleryContainer*/
.ShowGalleryContainerMobile {
    margin-left: calc(29vw/7.5);
    /* margin-right: calc(29vw/7.5); */
    margin-top: calc(80vw/7.5);
    margin-bottom: calc(80vw/7.5);
}

.ShowGalleryContainerMobile .Innercontainer {
    font-family: ArialMT;
    font-size: 32px;
    color: #1b1c80;
    text-align: center;
}

.ShowGalleryContainerMobile .Innercontainer .opt .title {
    font-family: ArialMT;
    font-size: calc(30vw/7.5);
    color: #1b1c80;
    margin-right: calc(20vw/7.5);
}

.ShowGalleryContainerMobile .Innercontainer .opt img {
    width: calc(30vw/7.5);
    height: calc(30vw/7.5);
}

/*Honoredexhibitors*/
.HonoredexhibitorsMobile {
    margin-left: calc(29vw/7.5);
    /* margin-right: calc(29vw/7.5); */
    margin-top: calc(80vw/7.5);
    margin-bottom: calc(80vw/7.5);
}

.HonoredexhibitorsMobile .Innercontainer {
    font-family: ArialMT;
    font-size: 32px;
    color: #1b1c80;
    text-align: center;
    padding-top: 40px;
}

.HonoredexhibitorsMobile .Innercontainer .opt .title {
    font-family: ArialMT;
    font-size: calc(30vw/7.5) color: #1b1c80;
    margin-right: calc(20vw/7.5);
}

.HonoredexhibitorsMobile .Innercontainer .opt img {
    width: calc(30vw/7.5);
    height: calc(30vw/7.5);
}

.HonoredexhibitorsMobile .SwiperContainer {
    margin-top: calc(60vw/7.5);
    margin-bottom: calc(80vw/7.5);
    padding: 0 0 40px 0;
}

.HonoredexhibitorsMobile .SwiperContainer img {
    width: calc(180vw/7.5);
    height: calc(160vw/7.5);
    border-radius: 20px;
    background: #fff;
}

.HonoredexhibitorsMobile .SwiperContainer .swiper-slide div:nth-child(-n+4) {
    margin-bottom: calc(25vw/7.5);
}



