.headTitle{
    width: 100%;
    height: 0.9rem;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 101;
    
}
.headTitle a{
    max-width: 19.2rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 0 auto;
}
.headTitle a h1{
   color: #38424C;
   letter-spacing: -0.02rem;
   font-size: 0.5rem;
   font-weight: bold;
}
.headTitle a img{
   height: 0.9rem;
 }
/* .navHeader{
    position: fixed;
    top: 0.9rem;
    width: 100%;
    height: 90px;
    z-index: 101;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
    background-color: transparent;
} */

/* .navHeader:hover .menuWrapper a{color:#000;} */
/* .navWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px 62px;
    gap: 1vw;
    padding-left: 4rem;
} */
/* .mobileFlexCupp{display: none;}
.menuWrapper{
    height: 100%;
    display: flex;
    flex-direction: row;
}

.menuWrapper>div{
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
}
.menuWrapper>div:last-child{margin-right: 0;}
.menuWrapper>div>a{font-size: 16px;color: #F6F6F6;} */

/* .dropdownMenu{
    visibility: hidden;
    padding: 60px 0 65px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 45px 45px 0 rgba(0,0,0,.05);
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    transition: height 240ms linear;
    z-index: 1000;
}
.menuWrapper>div:hover .dropdownMenu{visibility: visible;height: auto;}
.dmContainer{
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.dmWrapper{
    display: flex;
    flex-direction: row;

}
.dmList{
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.dmList>a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.dmSubList{
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.dmSubList>a{
    font-weight: 500;
    color: #b8bcc8;
}
.dmAdv{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.advBox{
    width: 267px;
    height: 354px;
    border-radius: 20px;
    background: #eae4e4;

}

.logo{
    display: inline-block;
}
.logoImg{
    max-height: 75px;
    width: auto;
}
.logoImgBlack{
    display: none;
}
.linkWrapper a img{
    min-width: 45px;
}
.navButtIcons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.loginRegister{
    font-size: 16px;
    color: #f6f6f6;
    margin: 0 16px;
}
.loginRegister a{
    color: #f6f6f6;
}

.buyTicket{
    width: 143px;
    height: 30px;
    padding: 16px;
    background: #38424C;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-right: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.buyTicket:hover{
    background: #A1AEB7;
    color: #38424C;
}
.btArrRight{
    width: 18px;
    height: 18px;
    padding: 5px;
    border-radius: 30px;
    background: #FBBC04;
    position: relative;
}
.btArrRight:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
}

.timeBlock{
    color: #fff;
    font-weight: bold;
    margin-right: 40px;
    display: none;
}
.timeBlock>p:first-child{
    font-size: 28px;
    text-align: center;
}
.timeBlock>p:last-child{
    font-size: 12px;
}
.hamburgerButton,.fullScreenMenu{
    display: none;
} */

.homeBanner {
    position: relative;
    z-index: 1;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1px;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .4);
}

.aboutUsSection,.titleSection,.speakerCardsSection{
    width: 100%;
    padding: 160px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutUsSection{
    
    height: 1504px;
    /* background: antiquewhite; */
}
.speakerCardsSection{
    /* height: 1415px;
    overflow: hidden; */
    padding: 114px 0px;
}
.textContainer,.spCardsText{
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    color: #38424C;
    line-height: normal;
    padding-bottom: 80px;
}
.textContainer h2,.textContainer p,.spCardsText h2,.spCardsText p{
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: -0.4px;
    opacity: 0;
    transition: opacity 2s ease-in;
    position: relative;
}
.spCardsText h2,.spCardsText p{opacity: 1;}
.spCardsText p{
    font-size: 18px;
    margin-top: 40px;
}
.spCardsText .spLine{
    padding-bottom: 18px;
    border-bottom: 1px solid #A1AEB7;
}
.spCardsText .knowMoreButton{
    margin-bottom:40px;
}

.textContainer a{
    display: block;
    margin-top: 100px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    padding-bottom: 18px;
    border-bottom: 1px solid #A1AEB7;
    position: relative;
    color: inherit;
    opacity: 0;
    transition: opacity 2s ease-in;
}
.textContainer a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
}

.cfExhContainer{
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    color: #38424C;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    opacity: 1;
    transition: opacity 2s ease-in;
}
.cardBox{
    max-width: 552px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 10px 10px 40px 0px #CCDCF7;
    overflow: hidden; 
    position: relative;
}
.spCards .cardBox{
    opacity: 1;
    /* box-shadow: 10px 10px 10px 0px #CCDCF7; */
    max-width: 280px;
}

.cardImg{
    width: 100%;
    max-height: 324px;
    height: 100%;
    
}
.cardImg img{
    width: 100%;
    height: 100%;
    transition: transform .4s ease;
    transform-origin: 50% 50%;
    
}
.cardImg img:hover{transform: scale(1.1);}
.cardContent{
    max-width: 420px;
    width: 100%;
    padding: 50px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spCards .cardContent{
    max-width: 280px;
    padding: 0px 8px 30px;
    color:#38424C;
}

.profTab{
    display: inline-block;
    width: 126px;
    height: 29px;
    line-height: 15px;
    padding: 7px 16px;
    border-radius: 20px;
    background: #22A45D;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.cardTitle{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* letter-spacing: 10px; */
    text-transform: uppercase;
    margin: 26px 0;
}
.spCards .cardContent .cardTitle{
    margin: 35px 0 12px;
}
.cardIntro{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
    /* text-transform: capitalize; */
    text-align: center;
}
.spCards .cardIntro{
    min-height: 180px;
}
.cardList{
    margin: 26px 0;
    padding: 10px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 189.375% */
    letter-spacing: -0.4px;
    /* text-transform: capitalize; */
    /* cursor: pointer; */
}
.cardButton{
    max-width: 404px;
    width: 100%;
    padding: 15px 30px 15px 15px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 10px 10px 40px 0px #E3E3E3;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: padding-right 0.3s ease-out; /* 指定变化时间和效果 */
    cursor: pointer;
    color: inherit;
}
.cardButton:hover{
    padding-right: 15px;
    color: inherit;
}
.cbArrRight{
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 30px;
    background-color: #38424C;
    transition: background-color 0.5s ease;
    position: relative;
}
.cardButton:hover .cbArrRight{background-color: #FBBC04;}
.cbArrRight:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-image: url(/images/Arrow_forward_white_small.svg);

}
.cardButton:hover .cbArrRight:after{
    background-image: url(/images/Arrow_forward.svg);
}
.titleSection{
    display: flex;
    align-items: flex-start;
    padding: 138px 0;
    width: 100%;
    height: 780px;
    opacity: 0;
    overflow: hidden;
}
#partnersSection{height: 600px;overflow: hidden;background-color: #fff;}
#partnersSection .partnerWrapper{height: 100%;width: 100%;}

#exhibitors{height: 547px;}
#exhibitors img{
    max-height: 150px;
}
#exhibitors .logosSlide a{
    max-width: 500px;
}
#partnersSection img{
    min-height: 190px;
}
.titleSection .title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.titleSection .exhIntro{
    max-width: 662px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    text-align: center;
    margin: 16px auto 60px;
}
.titleWrapper h2{
    color: #38424C;
    font-size: 1.56rem;
    font-weight: 400;
    letter-spacing: -0.4px;
    white-space: nowrap;
    position: relative;
    padding: 10px 0px 13px 0px;
}
.titleArticle{
    width: 100%;
    padding: 80px 0px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.titleArticle .titleArticleWrapper{
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    color: #38424C;
    line-height: normal;
    padding-bottom: 80px;
}
/* 定义从左向右滑动动画特效 */
@keyframes slideToRight {
    0%   {left:-80%; top:0px;}
    100%  {left:30%; top:0px;}
}
/* 定义从右向左滑动动画特效 */
@keyframes slideToLeft {
    0%   {right:-30%; top:0px;}
    100%  {right:80%; top:0px;}
}
.titleWrapper>h2:first-child{
    animation: slideToRight 30s linear 0s infinite alternate;
}
.titleWrapper>h2:last-child{
    animation: slideToLeft 30s linear 0s infinite alternate;
}


.gallerySection{
    display: flex;
    width: 100%;
    height: 617px;
    padding: 0px 0px 190px 0px;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    /* gap: 100px; */
}
.galleryBlur{
    width: 100%;
    padding-bottom: 273px;
    background: linear-gradient(0deg, #F5FAFF 0%, #FFF 100%);
    margin-top: -60px;
}
.gallerySection .title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin: -160px 0 100px;
}
.modelTostTextBox{
    display: flex;
    max-width: 742px;
    width: 100%;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: absolute;
    left: 53px;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
}
.modelTostTextBox h3{
    font-size: 0.38rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.modelTostTextBox h3 span{
    font-weight: 700;
    margin-right: 10px;
}
.modelTostTextBox p{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.achiveSection{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #38424C;
    background: #FFFBF7;
}
.achvBlur{
    width: 100%;
    height: 193px;
    background: linear-gradient(180deg, #F5FAFF 0%, #FFFBF7 100%);
}

.bottomBlur{
    background: linear-gradient(0deg, #F5FAFF 0%, #FFFBF7 100%);
}
.achiveSection>h3{
    height: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -40px;
    opacity: 0;
}
.achvWrapper,.achvContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.achvContent{opacity: 0;}
.achvWrapper .achvContent:first-child{height: 794px;}
.achvWrapper .achvContent:nth-child(2){height: 930px;}
.achvWrapper .achvContent:last-child{height: 1032px;}
.achvNums{
    font-size: 1.36rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.achvTip{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.achvDetail{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1048px;
    width: 100%;
    align-items: center;
    gap: 40px;
    margin-top: 108px;
    margin-bottom: 180px;
}
.adContent{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
}
.adContent>.iconWrapper{
    display: flex;
    width: 90px;
    height: 90px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background-color: #38424C;
}
.adContent>h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.adContent>p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.adContent>.km{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
    color: inherit;
}
.adContent>.km:hover{color: inherit;}
.adContent>.km:after{
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url(/images/Arrow_forward.svg);
}
.achvIntro{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    max-width: 1136px;
    width: 100%;
    margin-top: 40px;
}
.achvIntro .introTitle{
    font-weight: 700;
}
.achvIntro>p{
    font-weight: 400;
}
.achvBottomBg{
    margin-top: 145px;
    max-width: 1308px;
    width: 100%;
    max-height: 408px;
    height: 100%;
    flex-shrink: 0;
    margin-bottom: 76px;
}

.achvWrapper .achvContent:nth-child(2) .achvBottomBg{margin-bottom: 240px;}

.eventSection{
    height: 2061px;
}
.eventSection .title{
    margin: 80px 0 40px;
}
.eventTreeBox{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    margin-top: 126px;
    position: relative;
    background-image: url(/images/Line30.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position-x: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 200px;
}
.divideLine{
    
}
.eventWrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 823px;
    width: 100%;
}
.eventContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 30px 30px 40px 0px #CCDCF7;
    position: relative;
}
.ew1 .eventContent{right: -90px;}
.ew2{margin-top: 280px;}
.ew3{margin-top: -180px;}
.ew4{margin-top: 120px;}
.ew4 .eventContent{left: -190px;}
.ew5{margin-top: -180px;}
.ew5 .eventContent{right: -200px;}
.ew6{margin-top: 120px;}
.ew6 .eventContent{left: -90px;}
.ew_null{margin-top: 40vh;}

.followLine{
    max-width: 347px;
    width: 100%;
    height: 1px;
    background-color: #A1AEB7;
}
.eventContent>img{
    width: 200px;
    height: 260px;
    border-radius: 20px 0px 0px 21px;
    background: lightgray 50% / cover no-repeat, #D9D9D9;
    cursor: pointer;
}
.eventImg{
    width: 200px;
    height: 260px;
    border-radius: 20px 0px 0px 21px;
    cursor: pointer;
    background-position: bottom; /* 调整为图片中的特定部分，这里是向右移动50px，向下移动100px */
    background-size: cover; /* 保持图片比例覆盖整个容器 */
}
.eventDetail{
    display: flex;
    gap: 18px;
    flex-direction: column;
    justify-content: flex-start;
    color: #38424C;
    margin-left: 20px;
    max-width: 236px;
    width: 100%;
}
.eventTitle{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    /* text-transform: capitalize; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden; /* 隐藏溢出的内容 */
}
.eventTime{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.eventIntro{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

/* .footerBox{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
}
.footerWrapper{
    display: flex;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
   
    padding: 64px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
}
.footerNavBox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 41px;
}
.footerNavBox>div{
    display: flex;
    height: 65px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #38424C;
}
.footerNavBox>div>span{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}
.helpBgIcon{
    background-image: url(/images/Check.svg);
}
.footerNavBox>div>span.buyBgIcon{
    width: 44px;
    height: 44px;
    background-image: url(/images/Delivery.svg);
}
.venueBgIcon{
    background-image: url(/images/Return.svg);
}
.linkServBox{
    display: flex;
    flex-direction: row;
    max-width: 1199px;
    width: 100%;
    align-items: flex-start;
    gap: 41px;
}
.linkServBox a:hover{
    color: inherit;
}
.linkServBox>div{
    display: flex;
    max-width: 284px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
    color: #38424C;
}
.linkServBox>div:nth-child(2){
    max-width: 450px;
}
.linkServBox>div>h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.lsItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.lsItem a,.lsItem p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    white-space: nowrap;
    color: #38424C;
}

.itemGroup{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-left: 40px;
    margin-top: 12px;
}
.linkServBox>div:last-child{
    gap: 24px;
}
.footerSelctBox{
    display: flex;
    flex-direction: row;
    height: 84px;
    padding: 0px 0.5px 0.5px 0.5px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}
.footerSelctBox>div>p{
    margin-bottom: 8px;
}
.payBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    max-width: 270px;
    width: 100%;
}
.payBox>img{
    width: 38px;
    height: 24px;
}
.subsAboutBox{
    max-width: 1199px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    color: #38424C;
}
.subsAboutBox>div{
    max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.subsAboutBox>div>h5,.subsAboutBox>div>p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.subsAboutBox>div>h5,.subsAboutBox>div>p.subsIntro{
    font-weight: 700;
}

.emailForm{
    position: relative;
}
.emailInput{
    width: 570px;
    height: 55px;
    border: none;
    border-bottom: 1px solid #38424C;
    padding: 14px 42px 14px 16px;
}
.submitInput{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 22px;
    height: 15px;
    background-image: url(/images/arrowRight.svg);
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    border: 0;
}
.emailSuccess{display: none;}
.foreignAccountBox{
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 20px;
}
.foreignAccountBox>a{
    width: 20px;
    height: 20px;   
}
.foreignAccountBox>a>img{
    width: 100%;
}

.aboutIntro{width: 100%;}



#scroll_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    
    opacity: 0;
    transition: opacity 300ms ease 0s;
}
#scroll_top:hover {
    background-color: rgba(0, 0, 0, .8);
} */

/* conference exhibition聚合页 */
.confRegistration,.waysToVisit,.confQuestions,.whySponsor,.brandExposure,.sponsorshipPackages,.sponsorsSay,.sponsorLogo{
    position: relative;
    width: 100%;
    /* opacity: 0; */
}
/* .waysToVisit{
    height: 884px;
    overflow:hidden;
} */
.confQuestions{
    /* height: 500px; */
    padding-bottom: 7vw;
}
.whySponsor{
    /* height: 900px;
    overflow:hidden; */
    opacity: unset;
}
.brandExposure{
    height: auto;
    /* overflow:hidden; */
    opacity: 1;
}
.sponsorshipPackages,.sponsorLogo{
    /* height: 960px;
    overflow:hidden; */
    margin-bottom: 114px;
}
.sponsorsSay{
    height: 900px;
    overflow:hidden;
}
.confRegWrapper,.waysWrapper,.confQuesWrapper,.wsWrapper,.brExWrapper,.sspWrapper,.sponsayWrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.confRegWrapper h2,.waysWrapper h2,.confQuesWrapper h2,.wsWrapper h2,.brExWrapper h2,.sspWrapper h2,.sponsayWrapper h2,.sslogoWrapper h2{
    font-size: 0.66rem;
	margin: 114px 0;
	color: #38424C;
	text-align: center;
    font-weight: normal;
}
.waysWrapper h2{
    /* margin: 0 0 70px; */
}
.confQuesWrapper h2{
    color: #000;
    margin: 114px 0 70px;
}
.confRegBox,.waysBox,.wsCardsBox,.sspCardsBox{
    display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: flex-start;
	gap: 30px;
	width: 90%;
    margin: 0 auto;
}
.waysBox,.wsCardsBox{
    gap: 60px;
}
.confRegBox>div{
    max-width: 523px;
    width: 100%;
    text-align: center;
}
.confRegImg_close{
    width: 100%;
    display: inline-block;
}
.confRegLink{
    display: none;
    width: 100%;
}
.confRegImg_open{
    max-width: 464px;
    width: 100%;
}
.confRegBox>div:hover .confRegImg_close{
    display: none;
}
.confRegBox>div:hover .confRegLink{
    display: inline-block;
}
.waysBox>div{
    max-width: 699px;
    width: 100%;
    min-height: 586px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.wayTitle{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px;
}
.wayIntro{
    font-size: 14px;
    color: #442A2A;
    letter-spacing: -0.4px;
    padding: 0 40px;
}
.contactSales{
    font-size: 12px;
    font-weight: bold;
    color: #424B5A;
    text-decoration: underline;
}
.contactSales:hover{
    color: inherit;
    text-decoration: underline;
}
.groupTicketsImg{
    max-width: 688px;
    width: 100%;
}
.dpTip{
    font-size: 21px;
    color: #000;
    margin: 100px 0 30px;
}
/* .dayPass{
    padding-bottom: 100px;
} */
.confQuesBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.confQuesBox>a{
    font-size: 21px;
    color: #442A2A;
    text-decoration: underline;
    transition: transform .4s ease;
    transform-origin: 50% 50%;
}
.confQuesBox>a:hover{
    color: inherit;
    text-decoration: underline;
    transform: scale(1.1);
}

.wsCardsBox{margin-bottom: 136px;}
.wsCardsBox>div,.sspCardsBox>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 34px;
    border-radius: 15px;
    background-color: #fff;
    padding: 55px 20px;
    box-shadow: 30px 30px 40px 0px #B8DCFF;
}
.wsCardsBox>div .wscIcon{
    display: inline-block;
    width: 65px;
    height: 65px;
    background-size: contain;
    background-image: url(/images/global_icon.svg);
}
.wsCardsBox>div:nth-child(2) .wscIcon{
    background-image: url(/images/wishlist_icon.svg);
}
.wsCardsBox>div:last-child .wscIcon{
    background-image: url(/images/hands_icon.svg);
}
.wsCardsBox>div h3{
    font-size: 20px;
    font-weight: bold;
    color: #003893;
    letter-spacing: -0.4px;
}
.wsCardsBox>div p{
    font-size: 20px;
    color: #424B5A;
    text-align: center;
}

.brExBox{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 50px;
    width: 70%;
    margin: 0 auto;
}
.brExBox>div{
    padding: 30px 0;
    border-bottom: 1px solid #C2D1D9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    opacity: 0;
}
.brExBox>div:last-child{border-bottom: none;}
.brExImgWrapper{
    width: 48%;
    height: 100%;
    overflow: hidden;
}
.brExImgWrapper>img{
    width: 100%;
    height: 100%;
}
.brExContent{
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-self: center;
    width: 48%;
}
.brExContent>h3{
    font-size: 32px;
    font-weight: bold;
    color: #505D68;
}
.brExContent>p{
    font-size: 24px;
    color: #A1AEB7;
}

.sspCardsBox>div{
    gap: 26px;
    border-radius: 20px;
    box-shadow: 30px 30px 40px 0px #CCDCF7;
    padding: 50px 20px;
    max-width: 441px;
    width: 100%;
}
.sspCardTitle{
    font-size: 18px;
    font-weight: bold;
    color: #38424C;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.sspCardIcon{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-image: url(/images/KILOWATT_icon.svg);
}
.sspCardsBox>div:nth-child(2) .sspCardIcon{
    background-image: url(/images/MEGAWATT_icon.svg);
}
.sspCardsBox>div:nth-child(3) .sspCardIcon{
    background-image: url(/images/GIGAWATT_icon.svg);
}
.sspCardsBox>div:last-child .sspCardIcon{
    background-image: url(/images/TERAWATT_icon.svg);
}
.sspCardList{
    font-size: 16px;
    font-weight: 300;
    color: #38424C;
    letter-spacing: -0.4px;
    line-height: 30px;
}
.sspCardPrice{
    font-size: 24px;
    font-weight: bold;
    color: #38424C;
    letter-spacing: 10px;
}
.registrationCard{
    position: fixed;
    width: 385px;
    height: 515px;
    border-radius: 5%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 20px 20px 40px 20px;
    right: 16%;
    top: 2.8rem;
    z-index: 100;
}
.registrationCard:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.registrationCard .card-close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
.registrationCard .card-ul{
    width: 100%;
}
.registrationCard .card-ul .card-li{
    width: 100%;
    margin-top: 45px;
    display: inline-block;
}
.registrationCard .card-ul .card-li img{
    width: 40px;
    height: 40px;
}
.registrationCard .card-ul .card-li span{
    margin-left: 10px;
    font-size: 25px;
    color: #FFFFFF;
}
.registrationCard .card-login{
    margin-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
}

.sponsorlist{
    width: 84%;
    margin: 0 auto;
    text-align: center;
}
.sponsorlevel {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    box-sizing: border-box;
}
.sponsor-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    flex-grow: 1;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.sponsor-wrapper li {
	width: 21%;
	flex-grow: 1;
	padding: 10px;
	box-sizing: border-box;
}

.sponsor-wrapper li a {
	display: block;
	flex-grow: 1;
	background-color: white;
	padding: 1px 0;
}

.sponsor-wrapper li img {
	width: 175px;
	height: auto;
	margin: 0px 0;
}
/* .menu_icon{
    display: none;
    width: 22px;
    height: 22px;
}
.menu_icon img{
    width: 100%;
    height: 100%;
}
.menu_title{
    display: none;
    width: 90%;
}
.menu_title .menu_title_img{
    width: 100%;
}
.registrationCardMobile{
    background-color:rgba(255, 255, 255, 1) !important;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 2.7rem;
    z-index: 100;
    display: none;
    box-shadow: 0px 8px 32px 0px rgba(16, 32, 74, 0.14);
    border-radius: 0px 0px 8% 8%;
   
}
.registrationCardMobile_box{
    background-image: url(/images/background-card.png);
    background-size: 100% 100%;
    width: 100%;
    padding: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.registrationCardMobile_box .cardMobile-li:nth-child(odd){
   width: 44%;
}
.registrationCardMobile_box .cardMobile-li:nth-child(even){
    width: 52.8%;
 }
.cardMobile-li img{
   display: inline-block;
   width:100%;
   height: auto;
  
}
.headTitle_logo{
    display: inline-block;
}
.headTitle_logo_mobile{
  display: none;
  width: 37%;
}
.headTitle_time_mobile{
    display: none;
    width: 58%;
} */
.registerBox_index{
    padding: 100px 0 0 0;
}
.registerContainer_index{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #F5FAFF;
    
}
.register_ul_index{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}
.register_li_index{
    border-radius: 70px;
    background: #FFFFFF;
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.register_li_index .register_icon1_index{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(/images/category-icon-1.png);
    background-size: cover;
}
.register_li_index .register_icon2_index{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(/images/category-icon-2.png);
    background-size: cover;
}
.register_li_index .register_icon3_index{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(/images/category-icon-3.png);
    background-size: cover;
}
.register_li_index .register_icon4_index{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    background-image: url(/images/category-icon-4.png);
    background-size: cover;
}
.register_category_title_index{
    font-size: 18px;
    color: #38424C;
}
.aboutUsSection{
    padding-top: 80px;
}
#cc-main .cm__btn{
    background: #37424C !important;
    border:1px solid #37424C !important;
}
#cc-main .cm__btn--secondary{
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #37424C !important;
}

