.events_head{width:100%;position:fixed;top:0;left:0;height: 62px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.06);
    backdrop-filter: blur(4px);
    z-index: 100;
    transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
    -moz-transition: all 0.5s!important;
    -ms-transition: all 0.5s!important;
    display:flex;
    justify-content: space-between;
}
.events_head_active{background: #fff;}
.events_head_l{display:flex;align-items: center;}
.events_head_logo{margin-left:32px;}
.events_head_logo img{height:24px;width:auto;}
.events_head_l i{width: 1px;height: 12px;border: 1px solid #D3D3D5;margin:0 12px;}
.events_head_l span{font-size: 13px;color: #1E222B;line-height: 18px;}

.events_head_r{display:flex;height:100%;align-items: center;}
.events_head_nav{display:flex;height:100%;align-items: center;}
.events_head_r li{margin-right: 40px;position: relative;height:100%;display:flex;align-items: center;}
.events_head_r li:after {
    content: '';
    width: 0;
    height: 2px;
    background: #0285FE;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
    -moz-transition: all 0.5s!important;
    -ms-transition: all 0.5s!important;
}
.events_head_r li:hover:after {
    width: 100%;
    left: 0;
}
.events_head_link{cursor:pointer;font-size: 16px;color: #1E222B;}
.events_head_link:hover{color: #0285FE;}
.events_head_r li.events_head_r_active:after {
    width: 100%;
    left: 0;
}

.events_head_r li.events_head_r_active .events_head_link {
    color: #0285FE;
}
.events_head_r_h5{
    margin: 18px 15px 0 0;
    display: none;
    position: relative;
    z-index: 9999;
    width: 24px;
    height: 12px;
    border-bottom: 2px solid #363635;
    vertical-align: middle;
    font-size: 0;
    text-indent: -9999px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;}


.events_head_r_h5:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 5px;
    border-top: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.events_head_r_h5:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-bottom: 2px solid #363635;
    transition: all 100ms linear 0ms;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}




.events_head_r_h5_active {
    color: transparent !important;
    border: 0;
    transition: all 0.3s ease-in;
}

.events_head_r_h5_active:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}



.events_head_r_h5_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
}

.events_head_r_h5_active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}




.events_head_menu_line{height:100%;width: 1px;background: rgba(0,0,0,0.06);}
.events_head_btn{padding:0 49px;height:100%;font-size: 16px; color: #0285FE;
    cursor:pointer;display: flex;align-items: center;
    /*transition: all 0.3s ease-in;*/
    /*transition: color 0s ease-in;*/

    /*transition: all 0.5s!important;*/
    /*-webkit-transition: all 0.5s!important;*/
    /*-moz-transition: all 0.5s!important;*/
    /*-ms-transition: all 0.5s!important;*/

    transition: color 0s;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
}
.events_head_btnbg{background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);
    font-size: 16px;color: #FFFFFF;}
.events_head_btn:hover{background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);color: #fff;}
.events_head_btnbg:hover{background: linear-gradient( 121deg, #03A7FC 0%, #026EFF 100%);}


.events_banner{background: url(../../images/events/events-icon1.png) no-repeat;background-size: 100% auto;}
.events_banner_cont{margin:213px auto 350px;}
.events_banner_tit{font-size: 24px;color: #091321;line-height: 50px;font-weight: bold;}
.events_banner_txt{width:70%;font-size: 56px;color: #091321;line-height: 79px;font-weight: bold;margin-top:17px;}
.events_banner_doc{font-size: 24px;color: #091321;line-height: 34px;letter-spacing: 5px;margin-top:8px;}
.events_banner_line{width: 60px;height: 3px;background: linear-gradient( 90deg, #0272FF 0%, #00D4FF 100%);margin:32px 0;}
.events_banner_site{font-size: 24px;color: #091321;line-height: 40px;}

.events_banner_time{display:flex;align-items: center;margin-top:32px;}
.events_banner_time_t{font-size: 18px;
    color: #091321;
    line-height: 29px;}
.events_banner_time_num{
    margin:0 20px 0 12px;
    width: 60px;text-align:center;
    height: 60px;font-size: 24px;
    line-height: 60px;
    color: #1B2032;
    border-radius: 4px;position:relative;z-index:1;
    border-radius: 4px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 100%);
}

.events_banner_time_num::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient( 135deg, #D7E3FA 0%, rgba(215,227,250,0.6) 100%);
    border-radius: 5px;
    z-index: -1;
}




.events_banner_btns{margin-top:80px;display:flex;}
.events_banner_btn{width: 236px;
    height: 60px;text-align:center;
    border-radius: 8px;
    cursor:pointer;font-size: 18px;
    color: #027CFF;
    line-height: 60px;
    background: linear-gradient( 135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 100%);
    border-radius: 8px;
    border: 1px solid #0274FF;

    transition: color 0s;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
}


.events_banner_btn:hover{background: linear-gradient( 135deg, #0272FF 0%, #00D4FF 100%);color: #fff;border:none;}
.events_banner_btn_bg{margin-right:20px;background: linear-gradient( 135deg, #0272FF 0%, #00D4FF 100%);color: #FFFFFF;border:none}
.events_banner_btn_bg:hover{background: linear-gradient( 135deg, #00D4FF 0%, #0272FF 100%);border:none}


.events_playback{padding-top:29px; }

.events_subtitle{position:relative;display:flex;justify-content: center;}
.events_subtitle i{
    /*background: linear-gradient(90deg, #CDE2FF 0%, rgba(205,226,255,0.2) 100%);*/
    /*opacity: 0.05;*/
    font-size: 44px;font-weight: bold;color: #091321;line-height: 62px;text-align: center;

    position:absolute;width: 100%;left:0;top:-52%;
    background: -webkit-linear-gradient(90deg, rgba(205,226,255,0.2) 0, #CDE2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.events_subtitle .events_subtitle_tit{font-weight: bold;text-align:center;font-size: 40px;color: #091321;line-height: 56px;position:relative;}
.events_subtitle .events_subtitle_tit:after {
    content: "";
    position: absolute;
    right: -176px;
    top: 50%;
    display: block;
    width: 140px;
    height: 2px;
    background: linear-gradient( 270deg, rgba(0,212,255,0) 0%, #0272FF 100%);

}
.events_subtitle .events_subtitle_tit:before {
    content: "";
    position: absolute;
    left: -176px;
    top: 50%;
    display: block;
    width: 140px;
    height: 2px;
    background: linear-gradient( 270deg, #0272FF 0%, rgba(0,212,255,0) 100%);
}

.events_subtitle img{height:61px;width:auto;left:51%;top:0;position:absolute;
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;

    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
}
.events_subtitle:hover img{transform: rotateX(180deg);}


.events_playback_cont{margin:70px 0 140px;}
.events_playback_info{
    display:flex;border-radius: 12px;overflow:hidden;

}
.events_playback_l{width:71%;position:relative;
    border-radius: 12px;
    background: #C5D0D8 url(../../images/events/events-icon20.png) no-repeat center;
    background-size: 100%;
}


.events_playback_l::after {
    content: "";
    position:absolute;
    right:0;
    top:0;
    width: 30%;z-index:-1;
    height: 50%;
    background-color:#0279FF;
}
.events_playback_v{z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s!important;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    -ms-transition: all 0.3s!important;

    cursor: pointer;
    background: url(../../images/events/events-icon3.png) no-repeat center;
    background-size: 194px;}

.events_playback_v:hover{-moz-transform: scale(1.1);transform: scale(1.1);}
.events_playback_video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -5;
    border: 0;
    margin:0;left:0;width:100%;height:auto;
}
.events_playback_r{flex:1;display:flex;flex-direction: column;}
.events_playback_rtit{height: 60px;line-height: 60px;font-size: 18px;color: #FFFFFF;position:relative;
    text-align: center;font-weight: bold;
    background: linear-gradient( 135deg, #0272FF 0%, #00EEFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(177,188,203,0.15);
}
.events_playback_rtit::before {
    content: "";
    position:absolute;
    right:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../../images/events/events-icon8.png) no-repeat right center;
    background-size:auto 100%;
}
.events_playback_rinfo{background-color:#fff;flex:1;padding:20px 27px;}
.events_playback_rinfo dl{margin-bottom:9px;}
.events_playback_rinfo dt{
    padding-left:33px;
    font-size: 16px;
    color: #333333;
    line-height: 23px;position:relative;
}
.events_playback_rinfo dt::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;                 /* 图标宽高 */
    height: 13px;
    margin-top: 5px;           /* 垂直居中 */
    background: url(../../images/events/events-icon4.png) no-repeat left center;
    background-size: 13px 13px;
    transition: transform .5s;   /* 过渡 */
}

/* hover 时旋转 360° */
.events_playback_rinfo dl:hover dt::before{
    transform: rotate(360deg);
}

.events_playback_rinfo dd{margin-top:4px;padding-left:33px;padding-top:13px;position:relative;}
.events_playback_rinfo dl:not(:last-child) dd::before {
    content: "";
    position:absolute;
    left:6px;
    top:0;
    width: 1px;
    height: 100%;
    background: linear-gradient( 153deg, #0272FF 0%, rgba(0,212,255,0) 100%);
}


.events_playback_item{font-size: 14px;margin-bottom:20px;color: #333333;line-height: 19px;font-weight: bold;

    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 超出部分隐藏 */
    text-overflow: ellipsis;  /* 超出部分显示省略号 */
    max-width: 100%;          /* 限制最大宽度 */
}

.events_highlight{}
.events_highlight_cont{}
.events_highlight_txt{width:86%;margin:32px auto 80px;font-size: 16px;
    color: #2C323E;line-height: 28px;text-align: center;}

.events_highlight_info{display:flex;justify-content: space-between;margin-bottom:140px;}
.events_highlight_list{width:32%;height: 339px;
    box-shadow: 0px 4px 20px 0px rgba(177,188,203,0.3);
    border-radius: 12px;position:relative;padding:20px 30px 0;
    background: url(../../images/events/events-icon34.png) no-repeat right bottom;
    background: url(../../images/events/events-icon35.png) no-repeat right bottom;
    background: url(../../images/events/events-icon36.png) no-repeat right bottom;
    background: linear-gradient( 158deg, #F7F9FD 0%, #E3EEFF 100%);
    transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
    -moz-transition: all 0.5s!important;
    -ms-transition: all 0.5s!important;
}
/*.events_highlight_list_one{*/
/*background: linear-gradient( 135deg, #0272FF 0%, #00EEFF 100%);*/
/**/
/*}*/
/*.events_highlight_list_two{*/
/*background: linear-gradient( 158deg, #F7F9FD 0%, #E3EEFF 100%);*/
/*}*/
/*.events_highlight_list_three{background: linear-gradient( 158deg, #F7F9FD 0%, #E3EEFF 100%);}*/

.events_highlight_list_bg{position:absolute;bottom:0;right:0;width:100%;height:auto;display:block;}

.events_highlight_list_num{font-size: 70px;
    color: #091321;font-weight: bold;
    line-height: 98px;
    background: -webkit-linear-gradient(90deg, rgba(205,226,255,0) 0, #CDE2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;position:relative;
}
.events_highlight_list_tit{
    font-size: 30px;font-weight: bold;
    color: #FFFFFF;margin-top:-40px;
    line-height: 42px;
    position:relative;

    color: #091321;
    background: -webkit-linear-gradient(0deg, #0272FF 0,#00D4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.events_highlight_list_txt{
    font-size: 18px;
    color: #FFFFFF;margin-top:27px;
    line-height: 25px;
    position:relative;
    color: #595858;
}

/*.events_highlight_list_two .events_highlight_list_tit,.events_highlight_list_three .events_highlight_list_tit{*/
/*color: #091321;*/

/*background: -webkit-linear-gradient(0deg, #0272FF 0,#00D4FF 100%);*/
/*-webkit-background-clip: text;*/
/*-webkit-text-fill-color: transparent;*/
/*}*/

/*.events_highlight_list_two .events_highlight_list_txt,.events_highlight_list_three .events_highlight_list_txt{*/
/*color: #595858;*/
/*}*/

.events_highlight_list:hover{background: linear-gradient( 135deg, #0272FF 0%, #00EEFF 100%);}

.events_highlight_list_one:hover{
    background: url(../../images/events/events-icon36.png) no-repeat right bottom;
    background-size:cover;
}

.events_highlight_list_two:hover{
    background: url(../../images/events/events-icon35.png) no-repeat right bottom;
    background-size:cover;
}
.events_highlight_list_three:hover{
    background: url(../../images/events/events-icon34.png) no-repeat right bottom;
    background-size:cover;
}
.events_highlight_list:hover .events_highlight_list_bg{display:none;}
.events_highlight_list:hover .events_highlight_list_tit,.events_highlight_list:hover .events_highlight_list_txt{
    color:#fff;
    background:none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;

}

.events_agenda_cont_h5{display:none;}
.events_agenda_tab{display:flex;justify-content: space-between;margin:64px 0 24px;}
.events_agenda_tab li{width:32%;height: 85px;display:flex;padding:0 2%;align-items: center;justify-content: space-between;
    background: linear-gradient( 180deg, #F7FBFF 0%, #FAFCFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(177,188,203,0.15);
    border-radius: 12px;position:relative;cursor:pointer;}
.events_agenda_tab li::before {
    content: "";
    position:absolute;
    right:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../../images/events/events-icon7.png) no-repeat right center;
    background-size:auto 100%;
}

.events_agenda_tab li span{font-size: 20px;font-weight: bold;color: #091321; line-height: 29px;}
.events_agenda_tab li i{font-size: 20px;color: #091321;font-weight: bold;position: relative;z-index: 1;}

.events_agenda_tab li.events_agenda_active{background: linear-gradient( 135deg, #0272FF 0%, #00EEFF 100%);}

.events_agenda_tab li.events_agenda_active span{color: #FFFFFF; }
.events_agenda_tab li.events_agenda_active i{color: #FFFFFF; }
.events_agenda_info{background: linear-gradient( 180deg, #F7FBFF 0%, #FAFCFF 100%);
    box-shadow: 0px 4px 20px 0px rgba(177,188,203,0.15);
    border-radius: 12px;}

.events_agenda_list{padding:58px 64px 60px;display:none;}
.events_agenda_list_info{margin-bottom:10px;display:flex;}
.events_agenda_list_l{width:20px;display:flex;flex-direction: column;align-items: center;}
.events_agenda_list_l_icon{width:20px;height:18px;background: url(../../images/events/events-icon11.png) no-repeat center;
    background-size:auto 100%;transition: transform .5s;}
/*.events_agenda_list_l_icon{width:20px;transition: transform .5s; }*/
/*.events_agenda_list_l_icon_hover{width:20px;transition: transform .5s; }*/
.events_agenda_list_info:hover .events_agenda_list_l_icon{

    transform: rotate(360deg);

    background: url(../../images/events/events-icon9.png) no-repeat center;
    background-size:auto 100%;
}

.events_agenda_list_l_line{flex:1;

    width: 1px;
    height: 337px;
    background: linear-gradient( 153deg, #0272FF 0%, rgba(0,212,255,0) 100%);
}
.events_agenda_list_c{margin-left:16px;font-size: 16px;
    color: #333333;
    line-height: 23px;}
.events_agenda_list_r{margin-left:80px;}
.events_agenda_r_item{display:flex;flex-direction: column;margin-bottom:32px;}
.events_agenda_r_item_t{font-size: 18px;
    color: #333333;font-weight: bold;
    line-height: 25px;}
.events_agenda_r_item_x{font-size: 16px;
    color: #6E6E6E;
    line-height: 23px;margin-top:12px;}

.events_agenda_tip{font-size: 15px;margin:28px 0 140px;color: #6E6E6E;line-height: 22px;}

.events_speaker{margin:70px 0 140px;}
.events_speaker_cont{margin-top:70px;}
.events_speaker_list{display:flex;flex-wrap: wrap;gap:2%;}
.events_speaker_item{width:18%;display:flex;flex-direction: column;margin-bottom:24px;}
.events_speaker_person{width:100%;margin-bottom:22px;max-width:258px;transition: transform .5s; }
.events_speaker_name{font-size: 18px;font-weight: bold;text-align: center; color: #333333;line-height: 25px;}
.events_speaker_post{font-size: 16px;color: #6E6E6E;line-height: 23px;margin-top:12px;text-align: center;}
.events_speaker_item:hover .events_speaker_person{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
#speaker_swiper_cont_pc .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
}

.speaker_swiper_pc .swiper-button-next, .speaker_swiper_pc .swiper-button-prev {
    position: absolute;
    top: 50%;

    width: 15px;
    height: 28px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 28px;
    background-position: center;
    background-repeat: no-repeat;
}


.speaker_swiper_pc .swiper-button-prev, .speaker_swiper_pc .swiper-container-rtl .swiper-button-next {
    background: url(../../images/events/events-icon13.png) no-repeat center;
    left:0;background-size: 15px 28px;
    right: auto;
}
.speaker_swiper_pc .swiper-button-next, .speaker_swiper_pc .swiper-container-rtl .swiper-button-prev {
    background: url(../../images/events/events-icon14.png) no-repeat center;
    right: 0;background-size: 15px 28px;
    left: auto;
}
#events_speaker_cont_h5{display:none;}
.speaker_swiper_h5{overflow:hidden;position:relative;}
.speaker_swiper_h5 .speaker_swiper_h5_slide {display: flex;flex-wrap: wrap;width: 100%;gap:5%;
    position: relative;
    overflow: hidden;}
.speaker_swiper_h5 .events_speaker_item {
    width: 45%;
    display: flex;
    flex-direction: column;align-items: center;
    margin-bottom: 24px;
}
.speaker_swiper_h5 .swiper-container-horizontal>.swiper-pagination-bullets,
.speaker_swiper_h5 .swiper-pagination-custom,
.speaker_swiper_h5 .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}
.speaker_swiper_h5 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0285FE;
}



.events_address_cont{display:flex;margin:64px 0 140px;}
.events_address_info{flex:1;border-radius: 12px 0 0 12px;overflow:hidden;
    background: linear-gradient( 90deg, #0272FF 31%, rgba(2,114,255,0) 100%);position:relative;}
.events_address_info_bg{position:absolute;right:0;top:0;height:100%;width:auto;display:block;z-index:-1;}
.events_address_info_h5{display:none;}
.events_address_detail{margin:36px 0 40px 50px;display:flex;flex-direction: column;}
.events_address_tit{font-size: 18px;font-weight: bold; color: #FFFFFF;line-height: 25px;}
.events_address_txt{font-size: 15px;color: #FFFFFF; line-height: 22px;margin:8px 0 32px;}
.events_address_btn{width: 152px;font-size: 14px;height: 50px;line-height: 50px;cursor:pointer;
    background: #FFFFFF;border-radius: 4px;color: #091321;text-align: center;

    transition: all 0.3s!important;
    -webkit-transition: all 0.3s!important;
    -moz-transition: all 0.3s!important;
    -ms-transition: all 0.3s!important;

    transition: color 0s;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
}
.events_address_btn:hover{color: #004DD4;}

.events_address_map{width:381px;}
.events_address_map img{width:100%;height:auto;max-width:381px;max-height:320px;}

.events_footer_cont{display:flex;justify-content: space-between;margin-bottom:70px;}
.events_footer_l{display:flex;align-items: center;}
.events_footer_l img{width:137px;height:auto;margin-right:11px;}
.events_footer_l_txt{font-size: 16px;font-weight: bold; color: #333333;line-height: 23px;}

.events_footer_r{display:flex;flex-direction: column;align-items: end;flex:1;}
.events_footer_r img{width:208px;height:auto;margin-bottom:24px;}
.events_footer_r_txt{font-size: 13px;display:flex;flex-direction: column;align-items: end;
    color: #7A8696;text-align: right;
    line-height: 24px;}
.events_footer_r_txt a{color: #7A8696;cursor:pointer;}
.events_footer_r_txt a:hover{color:#0285FE}


.events_moments_cont{margin:80px 0 120px;}


.events_moments_wall{width:100%;}
.events_moments_wall_pc{position:relative}
.events_moments_wall_mobile{}

.events_moments_wall_pcmask{
    pointer-events:none;position:absolute;left:0;top:0;bottom:-7px;width:100%;z-index:1;
    background:linear-gradient(270deg,#fff .55%,rgba(245,250,255,0) 21.52%,rgba(247,251,255,.194) 77.63%,#fff 104.27%)
}

.events_moments_wall_pccont{display:flex;flex-direction:column;}
.events_moments_wall_pccont li{margin-bottom:24px;}
.events_moments_wall_pcitem{width:100%;overflow-x:hidden;margin-bottom:-20px;}

.events_moments_wall_pcwrap{width:fit-content;white-space:nowrap;padding-bottom:12px;position:relative;
    white-space: nowrap;
    display: inline-flex;
}

.events_moments_wall_pclogo{

    width: 400px;height: 267px;
    position:relative;display:inline-flex;cursor:pointer;
    margin-right:24px;
    background: #ffffff;
    overflow:hidden;
}

.events_moments_wall_pclogoimg{height:100%;width:auto;
    transition: all .3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;

}
.events_moments_wall_pclogo:hover .events_moments_wall_pclogoimg{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}



@keyframes leftin {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    51% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes rightin {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    51% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}


.events_moments_wall_mobile .swiper {
    width: 100%;
    height: 100%;position: relative;
    overflow:hidden;
    padding-bottom:20px;
}

.events_moments_wall_mobile .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    align-items: center;

}

.events_moments_wall_mobile .swiper-slide img {
    width:32%;height:auto;margin-bottom:12px;
}
.events_moments_wall_mobile  .swiper-container-horizontal>.swiper-pagination-bullets,.events_moments_wall_mobile  .swiper-pagination-custom, .events_moments_wall_mobile  .swiper-pagination-fraction {
    bottom:0;
    left: 0;
    width: 100%;
}
.body_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    overflow: hidden;
    background: #E6F0FE;
}
.body_bg1{position: absolute;right:0;top:13%;width:57%;max-width:1097px;height:auto;display:block;}
.body_bg2{position: absolute;left:0;top:39%;width:53%;max-width:1024px;height:auto;display:block;}
.body_bg3{position: absolute;left:0;bottom:0;width:100%;max-width:1920px;height:auto;display:block;}

.events_reg{
    margin:85px auto 60px;
    width: 900px;
    background: #FFFFFF;
    border-radius: 8px;
}
.events_reg_footer{margin:0 auto; width: 900px;}
.events_reg_top{
    margin:20px 20px 0;
    background: url(../../images/events/events-icon32.png) no-repeat right center;
    background-size:100% auto;
    padding:57px 47px;
}
.events_reg_top_tit{font-size: 19px;color: #091321;line-height: 28px;font-weight: bold;}
.events_reg_top_txt{font-size: 30px;color: #091321;line-height: 42px;font-weight: bold;margin-top:8px;}
.events_reg_top_trans{font-size: 13px;color: #091321;line-height: 18px;margin-top:5px;}
.events_reg_top_time{font-size: 15px;color: #091321;margin-top:13px;line-height: 22px;}

.events_reg_form_tit{font-size: 16px;
    color: #333333;font-weight: bold;
    text-align: center;margin:32px 0;
    line-height: 23px;
}
.events_reg_form{width:82%;margin:0 auto;}

.events_form_label{height: 22px;
    font-size: 14px;padding-left: 11px;
    color: rgba(0,0,0,0.9);
    margin-bottom:8px;
    line-height: 22px;position:relative;}
.events_form_label::before {
    content: "*";
    position:absolute;
    left:0;color: #FF4D4F;
    top:3px;
    font-size:18px;
}
/*.events_form_label i{color:#FF4D4F;margin-right:4px;}*/
.events_input{
    display: block;
    width: 100%;font-size: 14px;
    height: 32px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 32px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    -webkit-transition: border-color
    ease-in-out .15s, box-shadow
    ease-in-out .15s;
    transition: border-color
    ease-in-out .15s, box-shadow
    ease-in-out .15s;
}
.job_input{margin-top:10px;display:none;}
.events_form_error{
    height:16px;line-height:16px;font-size: 12px;
    margin:2px 0 3px;font-weight: 400;color: #fa5656;
}
.events_form_btn{
    background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);
    border-radius: 4px;
    height: 52px;
    line-height: 52px;
    width: 216px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    cursor:pointer;
    margin:40px auto;
}
.events_form_btn:hover{background: linear-gradient( 121deg, #03A7FC 0%, #026EFF 100%);color: #ffffff;}
.events_form_checkbox_inner{display:flex;align-items: center;}
.events_form_checkbox{width: 16px;
    height: 16px;margin-right:8px;
    border-radius: 3px;cursor: pointer;
    border: 1px solid #DCDCDC;position:relative}
.events_form_checkbox:after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s
    ease-in .05s;
    transform-origin: center;
}
.events_form_checked{
    background-color: #409eff;
    border-color: #409eff;
}
.events_form_checked:after {
    transform: rotate(45deg) scaleY(1);
}
.events_form_checktxt{
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    line-height: 22px;
}
.events_form_checktxt a{cursor:pointer;}
.events_form_checktxt a:hover{color:#0272FF;}
.has-error .events_input {
    border-color: #FF6A6A;
}

.events_form_control_code{display:flex;margin-top:10px;}
.events_input_code{flex:1;}
.events_input_btn{
    margin-left:10px;
    background: #0285FE;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    width: 115px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    cursor: pointer;

}
.events_input_btn:hover{color: #fff;background-color:#0272FF}



/* 自定义下拉框样式 */
.custom-select {
    position: relative;
    width: 100%;
    height: 32px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.custom-select:hover {
    border-color: #C0C4CC;
}

.custom-select--active {
    border-color: #409EFF;
}

.custom-select__selected {
    padding: 0 8px;
    height: 100%;
    line-height: 32px;
    color: rgba(0,0,0,0.9);
    position: relative;font-size:14px;
}

.custom-select__selected:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../../images/events/events-icon29.png) no-repeat center;
    background-size: contain;
    transition: transform 0.2s;
}

.custom-select--active .custom-select__selected:after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.custom-select__option {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    color: #333;font-size:13px;
}

.custom-select__option:hover {
    background-color: #F5F7FA;
    color: #409eff;
}
.custom-select__option.is-selected {
    color: #1890ff;
    background-color: #f5f5f5;
    font-weight: bold;
}
/* 职务选择器placeholder样式 */
.position-placeholder {
    color:#6b6767;
}

.custom-select__option.is-placeholder {
    /*color: #C0C4CC;*/
}
.jq-cascader {
    position: relative;
    display: inline-block;
    width: 100%;
}

.jq-cascader-input {
    position: relative;
    cursor: pointer;
}

.jq-cascader-input__inner {
    width: 100%;
    height: 32px;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.9);;
    cursor: pointer;
}

.jq-cascader-input__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url(../../images/events/events-icon29.png) no-repeat center;
    background-size: contain;
    transition: transform .3s;
}

.jq-cascader-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 200px;
    margin: 5px 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.jq-cascader-menu__list {
    max-height: 200px;
    overflow-y: auto;
}

.jq-cascader-menu__item {
    padding: 8px 20px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.jq-cascader-menu__item:hover {
    background-color: #f5f7fa;
}
/* 为有子级的菜单项添加右箭头 */
.jq-cascader-menu__item.has-children::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url(../../images/events/events-icon30.png) no-repeat center;
    background-size: contain;
}
.jq-cascader-menu__item.is-active {
    color: #409eff;
    font-weight: 700;
    background-color: #f5f7fa;
}
.jq-cascader-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 200px;
    margin: 5px 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.jq-cascader-menu__wrap {
    display: flex;
    min-height: 180px;
}

.jq-cascader-menu__list {
    flex: 1;
    min-width: 180px;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden; /* 禁止水平滚动 */
    border-right: 1px solid #e4e7ed;
    display: none;
    white-space: nowrap; /* 防止内容换行 */
    width: auto; /* 宽度随内容自适应 */
    padding-right: 8px; /* 增加右侧内边距防止内容贴边 */
}

.jq-cascader-menu__list[data-level="0"] {
    display: block; /* 默认显示第一级菜单 */
}

/* 新增：确保被激活的菜单项可见 */
.jq-cascader-menu__list.active {
    display: block !important;
}

.jq-cascader-menu__list:last-child {
    border-right: none;
}

/* 验证弹框样式 */
.playback-verify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.verify-dialog {position: relative;
    background: #fff;
    border-radius: 8px;
    width: 400px;
    padding: 20px 20px 30px;
    /*margin: 15vh 0 30px;*/
    max-height: 80vh;
    overflow-y: auto;
}
.verify-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 2;
}

.verify-close:hover svg path {
    stroke: #0285FE;
}

.verify-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.verify-tab {
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    position: relative;
}

.verify-tab.active {
    color: #0285FE;
}
.verify-tab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #0285FE;
    transition: width 0.3s ease;
}

.verify-tab.active::after {
    width: 100%;
}
.verify-content{display:none;}
.verify-input-group {
    display: flex;
    align-items: center;
}
.verify-input-error{
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin: 1px 0 2px;
    font-weight: 400;
    color: #fa5656;
}

.verify-input {
    width: 100%;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex: 1;
    margin-bottom: 0;
}
/* 验证码输入框和按钮组合的特殊样式 */
.verify-input-group.code-group {
    gap: 10px;
}

.code-input {
    width: auto;
    flex: 1;
}

.verify-sendcode {
    background: #0285FE;
    color: white;
    width: 115px;
    margin-left: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;border: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
}
.verify-sendcode:hover{
    color: #fff;background-color:#0272FF
}
.verify-buttons {
    display: flex;
    justify-content: space-between;
    padding-top:20px;
    border-top: 1px solid #f0f1f2;
}

.verify-btn {
    height:40px;
    line-height:40px;
    width:47%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.verify-cancel {
    background: #fff;
    color: #666;
    border: 1px solid #dcdfe6;
}
.verify-cancel:hover{
    background-color: #f9f9f9;
    border-color: #ddd;
    color: #333;
}

.verify-submit {
    background: #0285FE;
    color: white;
}
.verify-submit:hover{
    color: #fff;background-color:#0272FF
}

.verify-sendcode {
    background: #0285FE;
    color: white;
    width: 120px;
    margin-left: 10px;
}


/* 验证弹框样式 */
.replay_request_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.replay_dialog {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 720px;

    margin: 8vh 0 30px;
}
.replay_dialog_header{
    position:relative;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 16px 0;
    border-bottom: 1px solid #f2f2f2;
}
.replay_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    z-index: 2;
}

.replay_close:hover svg path {
    stroke: #0285FE;
}
.replay_dialog_body{
    max-height: 400px;
    overflow-y: auto;
}
.replay_dialog_footer{
    display:flex;
    flex-direction: column;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,.1);
}
.replay_dialog_footer_btn{
    margin: 12px 24px 12px;
    background: #0285FE;
    border-radius: 4px;
    color:#fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    cursor:pointer;
}
.replay_dialog_footer_btn:hover{color: #fff;background-color: #0272FF;}
.replay_dialog_footer_sign{margin-bottom:12px;

    text-align: center;
    color: #999;
    font-weight: 600;

    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
.replay_dialog_footer_txtbtn{color: #0285FE;cursor: pointer;}
.replay_dialog_footer_txtbtn:hover{color: #0272FF;}

.replay_dialog .events_reg_top {
    margin: 0 20px 0;
    background-size: cover;
    padding: 30px 20px;
}
.replay_dialog .events_reg_top_txt {
    font-size: 28px;
    line-height: 42px;
    margin-top: 5px;
}



@media screen and (max-width: 2200px) {
    .events_banner_cont {
        margin: 190px auto 350px;
    }
}
@media screen and (max-width: 1920px) {
    .events_banner_cont {
        margin: 180px auto 340px;
    }
}
@media screen and (max-width: 1820px) {
    .events_banner_cont {
        margin: 170px auto 300px;
    }
}
@media screen and (max-width: 1720px) {
    .events_banner_cont {
        margin: 160px auto 280px;
    }
}
@media screen and (max-width: 1630px) {
    .events_banner_cont {
        margin: 150px auto 250px;
    }
}

@media screen and (max-width: 1430px) {
    .events_banner_cont {
        margin: 140px auto 220px;
    }
    .events_banner_tit{font-size: 22px;line-height: 42px;}
    .events_banner_txt{font-size: 50px;line-height: 76px;margin-top:15px;}
    .events_banner_doc{font-size: 21px;line-height: 34px;letter-spacing: 3px;margin-top:3px;}
    .events_banner_line{width: 60px;height: 3px;margin:22px 0;}
    .events_banner_site{font-size: 20px;line-height: 38px;}
    .events_banner_time {
        margin-top: 26px;
    }
    .events_banner_btns{
        margin-top: 65px;
        display: flex;
    }
    .events_head_link {
        font-size: 14px;
    }
    .events_head_btn{font-size: 14px;}
    .events_highlight_list_tit {font-size: 26px;}
}

@media screen and (max-width: 1330px) {
    .events_banner_cont {
        margin: 130px auto 210px;
    }
    .events_banner_tit{font-size: 20px;line-height: 44px;}
    .events_banner_txt{font-size: 50px;line-height: 75px;margin-top:15px;}
    .events_banner_doc{font-size: 20px;line-height: 30px;letter-spacing: 3px;margin-top:5px;}
    .events_banner_line{width: 60px;height: 3px;margin:20px 0;}
    .events_banner_site{font-size: 18px;line-height: 34px;}
    .events_highlight_list {padding: 20px 15px 0;}
    .events_highlight_list_tit {font-size: 22px;}
}
@media screen and (max-width: 1280px) {
    .events_head_r li {
        margin-right: 30px;
    }
    .events_head_btn {
        padding: 0 40px;
    }
    .events_banner_cont {
        margin: 110px auto 200px;
    }
    .events_banner_tit{font-size: 20px;line-height: 38px;}
    .events_banner_txt{font-size: 34px;line-height: 46px;margin-top:10px;}
    .events_banner_doc{font-size: 18px;line-height: 26px;letter-spacing: 1px;margin-top:5px;}
    .events_banner_line{width: 60px;height: 3px;margin:15px 0;}
    .events_banner_site{font-size: 16px;line-height: 30px;}
    .events_banner_btns {margin-top: 45px;}
    .events_subtitle .events_subtitle_tit {
        font-size: 36px;
        line-height: 52px;
    }
    .events_subtitle i{font-size: 40px;line-height: 60px;}

    .events_banner_time_t {
        font-size: 16px;
        line-height: 26px;
    }
    .events_banner_time {
        margin-top: 22px;
    }
    .events_banner_time_num {
        margin: 0 10px 0 5px;

        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .events_banner_btn {
        width: 200px;
        height: 56px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 56px;
    }


    .events_playback_v {
        background-size: 149px;
    }
    .events_highlight_list_num {
        font-size: 60px;
        line-height: 90px;
    }
    .events_highlight_list_tit {
        font-size: 20px;
        margin-top: -42px;
        line-height: 40px;
    }
    .events_highlight_list_txt {
        font-size: 15px;
        margin-top: 25px;
        line-height: 25px;
    }
    .events_highlight_list {
        padding: 15px 20px 0;
    }
    .events_agenda_tab li span {
        font-size: 16px;
        line-height: 27px;
    }
    .events_agenda_tab li i {
        font-size: 16px;
    }
    .events_agenda_tab li {padding: 0 1%;}
}
@media screen and (max-width: 1100px) {
    .events_banner_cont {
        margin: 110px auto 190px;
    }
    .events_highlight_list {padding: 20px 10px 0;}
    .events_highlight_list_tit {font-size: 18px;}

    .events_agenda_tab li span {
        font-size: 14px;
    }
    .events_agenda_tab li i {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) {
    .events_head_logo img {
        height: 20px;
    }
    .events_head_l span {
        font-size: 12px;
    }
    .events_banner_tit {
        font-size: 18px;
        line-height: 34px;
    }
    .events_banner_txt {
        font-size: 32px;
        line-height: 44px;
        margin-top: 10px;
    }
    .events_banner_line {
        width: 60px;
        height: 3px;
        margin: 15px 0;
    }
    .events_banner_site {
        font-size: 15px;
        line-height: 28px;
    }
    .events_banner_time_t {
        font-size: 14px;
        line-height: 24px;
    }
    .events_banner_time_num {
        margin: 0 10px 0 5px;
        width: 46px;
        height: 46px;
        font-size: 18px;
        line-height: 46px;
    }
    .events_banner_btns {
        margin-top: 40px;
    }
    .events_banner_btn {
        width: 180px;
        height: 52px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 52px;
    }
    .events_banner_cont {
        margin: 110px auto 170px;
    }
    .events_subtitle i {
        font-size: 38px;
        line-height: 58px;top: -55%;
    }
    .events_subtitle .events_subtitle_tit {
        font-size: 34px;
        line-height: 50px;
    }
    .events_subtitle img {height: 54px;}
    .events_highlight_txt {
        width: 90%;
        margin: 30px auto 70px;
        font-size: 14px;
        line-height: 22px;
    }
    .events_agenda_tab li {
        height: 80px;
    }
    .events_agenda_tab li span {
        font-size: 14px;
        line-height: 25px;
    }
    .events_agenda_tab li i {
        font-size: 12px;
    }
    .events_agenda_tip {
        font-size: 14px;
        margin: 20px 0 100px;
        line-height: 20px;
    }
    .events_speaker_name {
        font-size: 16px;
        line-height: 23px;
    }
    .events_speaker_post {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .events_speaker {
        margin: 70px 0 100px;
    }
    .events_footer_l img {
        width: 130px;
        height: auto;
        margin-right: 10px;
    }
    .events_footer_l_txt {
        font-size: 14px;
        line-height: 22px;
    }
    .events_footer_r img {
        width: 198px;
        height: auto;
        margin-bottom: 20px;
    }
    .events_footer_r_txt {
        font-size: 12px;
        line-height: 22px;
    }
    .events_speaker {
        margin: 70px 0 90px;
    }

    .events_reg {width: 90%;}
    .events_reg_footer{ width: 90%;}
}
@media screen and (max-width: 980px) {
    .events_head_logo {
        margin-left: 25px;
    }
    .events_head_l i {
        margin: 0 6px;
    }
    .events_head_r li {
        margin-right: 15px;
    }
    .events_head_btn {
        padding: 0 20px;
    }
    .events_banner_tit {
        font-size: 16px;
        line-height: 30px;
    }
    .cad_business_wall {
        margin-top: 20px;
    }
    .events_banner_txt {
        font-size: 26px;
        line-height: 42px;
        margin-top: 0;
    }
    .events_banner_line {
        margin: 10px 0;
    }
    .events_banner_time {
        margin-top: 20px;
    }
    .events_banner_doc {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        margin-top: 0;
    }
    .events_banner_site {
        font-size: 14px;
        line-height: 26px;
    }
    .events_banner_time_t {
        font-size: 14px;
        line-height: 24px;
    }
    .events_banner_time_num {
        margin: 0 5px 0 5px;
        width: 38px;
        height: 38px;
        font-size: 12px;
        line-height: 38px;
    }
    .events_banner_btns {
        margin-top: 35px;
    }
    .events_banner_btn {
        width: 180px;
        height: 50px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 50px;
    }
    .events_playback_rinfo dt {
        padding-left: 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .events_playback_rinfo dt::before {
        margin-top: 3px;
    }
    .events_playback_rinfo dd {
        margin-top: 4px;
        padding-left: 30px;
        padding-top: 10px;
    }
    .events_playback_item {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 18px;
        font-weight: bold;
    }
    .events_playback_v {
        background-size: 130px;
    }
    .events_highlight_txt {
        width: 100%;
        margin: 30px auto 50px;
    }
    .events_highlight_list_num {
        font-size: 52px;
        line-height: 80px;
    }
    .events_highlight_list_tit {
        font-size: 18px;
        margin-top: -30px;
        line-height: 24px;
    }
    .events_highlight_list_txt {
        font-size: 12px;
        margin-top: 19px;
        line-height: 20px;
    }
    .events_highlight_list {
        padding: 15px 12px 0;
    }
    .events_highlight_list{height: 280px;}
    .events_agenda_tab li span {
        font-size: 12px;
        line-height: 24px;
    }
    .events_agenda_tab li i {
        font-size: 12px;
    }
    .events_agenda_tab li {
        height: 68px;
    }
    .events_agenda_list {
        padding: 48px 40px 40px;
    }
    .events_agenda_list_c {
        margin-left: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .events_agenda_r_item_t {
        font-size: 16px;
        line-height: 23px;
    }
    .events_agenda_r_item_x {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .events_agenda_tip {
        font-size: 13px;
        margin: 15px 0 90px;
        line-height: 20px;
    }
    .events_highlight_info {
        margin-bottom: 90px;
    }
    .events_banner_cont {
        margin: 100px auto 100px;
    }
    .events_playback_cont {
        margin: 70px 0 90px;
    }
    .speaker_swiper_pc .swiper-button-next, .speaker_swiper_pc .swiper-container-rtl .swiper-button-prev {
        background-size: 10px 22px;
    }
    .speaker_swiper_pc .swiper-button-prev, .speaker_swiper_pc .swiper-container-rtl .swiper-button-next {
        background-size: 10px 22px;
    }
    .events_speaker_person {
        margin-bottom: 18px;
    }
    .events_speaker_name {
        font-size: 14px;
        line-height: 21px;
    }
    .events_speaker_post {
        font-size: 12px;
        line-height: 20px;
        margin-top: 4px;
    }
    .events_address_detail {
        margin: 30px 0 40px 30px;
    }
    .events_address_tit {
        font-size: 16px;
        line-height: 23px;
    }
    .events_address_txt {
        font-size: 13px;
        line-height: 20px;
        margin: 6px 0 30px;
    }
    .events_address_cont {
        margin: 64px 0 90px;
    }
    .events_moments_cont{
        margin:70px 0 90px;
    }
    .events_footer_l img {
        width: 110px;
        height: auto;
        margin-right: 10px;
    }
    .events_footer_l_txt {
        font-size: 12px;
        line-height: 20px;
    }
    .events_footer_r img {
        width: 189px;
        height: auto;
        margin-bottom: 15px;
    }
    #events_speaker_cont_h5{display:block;}

    #speaker_swiper_cont_pc{display:none;}

    .events_reg_top {
        margin: 20px 20px 0;
        padding: 50px 30px;
    }
    .events_reg_top_tit {
        font-size: 18px;
    }
    .events_reg_top_txt {
        font-size: 28px;
        line-height: 40px;
        margin-top: 6px;
    }
    .events_reg_top_trans {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }
    .events_reg_top_time {
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
    }
}
@media screen and (max-width: 826px){
    .events_banner_cont {
     margin: 100px auto 80px;
 }
}
@media screen and (max-width: 766px) {

    .cad_business_wall {
        margin-top: 20px;
    }
    .events_head_l i{display:none;}
    .events_head_l span{display:none;}
    .events_head{height:50px;}
    .events_head_r_h5{display:block;}
    .events_head_r{
        position: absolute;display:none;
        left: 0;width: 100%;
        top: 50px;height: auto;
        flex-direction: column;
        background-color:#fff;
        padding:20px 0;
    }
    .events_head_r li.events_head_r_active:after{left:50%;}
    .events_head_r li.events_head_r_active:after {
        width: 60px;transform: translateX(-50%);
    }
    .events_head_r li:hover:after {
        width: 60px;transform: translateX(-50%);left: 50%;
    }
    .events_head_r li:after {
        transition: all 0s !important;
        -webkit-transition: all 0s !important;
        -moz-transition: all 0s!important;
        -ms-transition: all 0s!important;
    }
    .events_head_nav {
        flex-direction: column;
        width: 100%;
    }
    .events_head_menu_line {
        height: 1px;display: block;
        width: 100%;
        background: rgba(0, 0, 0, 0.06);
    }
    .events_head_r li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .events_head_link {
        line-height: 30px;
        width: 100%;text-align: center;
    }

    .events_head_btn {
        padding: 10px 0;
        margin-top: 15px;
        width: 120px;display: block;
        margin: 15px auto 0;
        text-align:center
    }
    .events_banner {
        background: #E3F6FF url(../../images/events/events-icon25.png) no-repeat left bottom;
        background-size: 100% auto;
    }
    .events_banner_cont {
        margin: 100px auto 77%;
    }
    .events_subtitle i {
        font-size: 32px;
        line-height: 54px;
        top: -66%;
    }
    .events_subtitle .events_subtitle_tit {
        font-size: 30px;
        line-height: 40px;
    }
    .events_subtitle img {
        height: 48px;
    }
    .events_subtitle .events_subtitle_tit:after {
        right: -136px;
        top: 50%;
        width: 100px;
    }
    .events_subtitle .events_subtitle_tit:before {
        left: -136px;
        width: 100px;
    }
    .events_playback_cont {
        margin: 50px 0 80px;
    }
    .events_playback_info {
        flex-direction: column;
    }
    .events_playback_l {
        width: 100%;
        height: 240px;
        border-radius: 0;
        background: #C5D0D8 url(../../images/events/events-icon23.png) no-repeat center;
        background-size: 100%;
    }
    .events_playback_info{border-radius: 0 0 12px 12px}
    .events_highlight_txt {
        font-size: 13px;margin: 30px auto 40px;
    }
    .events_highlight_info {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .events_highlight_list {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
        padding: 15px 30px 0;
    }
    .events_highlight_list_txt {
        font-size: 14px;
        margin-top: 19px;
        line-height: 22px;
    }
    .events_highlight_info {
        margin-bottom: 70px;
    }
    .events_agenda_cont_h5{display:block;margin-top:50px;}
    .events_agenda_cont_pc{display:none;}
    .events_agenda_cont_h5 .events_agenda_list {
        display: block;
        background: #fff;
        border-radius: 12px;margin-bottom:20px;
    }
    .events_agenda_cont_h5 .events_agenda_list {
        padding: 30px 30px 30px;
    }
    .events_agenda_cont_h5 .events_agenda_list_r {
        margin-left: 10px;
        flex: 1;
    }
    .events_agenda_r_item_t {
        font-size: 14px;
        line-height: 21px;
    }
    .events_agenda_r_item_x {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }
    .events_agenda_r_item {
        margin-bottom: 20px;
    }
    .events_agenda_h5_list_tit{margin-bottom:12px;
        width: 100%;
        height: 65px;
        display: flex;
        padding: 0 5%;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(135deg, #0272FF 0%, #00EEFF 100%);
        box-shadow: 0px 4px 20px 0px rgba(177, 188, 203, 0.15);
        border-radius: 9px;
        position: relative;
        cursor: pointer;
    }
    .events_agenda_h5_list_tit::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../../images/events/events-icon7.png) no-repeat right center;
        background-size: auto 100%;
    }
    .events_agenda_h5_list_tit span {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        line-height: 20px;
    }
    .events_agenda_h5_list_tit i {
        font-size: 15px;
        color: #fff;line-height: 20px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
    .events_speaker {
        margin: 50px 0 80px;
    }
    .events_address_cont {
        margin: 50px 0 80px;
        flex-direction: column;
    }
    .events_address_info {
        flex: auto;
        width: 100%;
        border-radius: 12px 12px 0 0;

    }
    .events_address_map {
        width: 100%;border-radius: 0 0 12px 12px;

    }
    .events_address_map img {
        width: 100%;
        height: auto;
        max-width: inherit;
        max-height: inherit;
        border-radius: 0 0 12px 12px;
    }
    .events_footer_cont {
        flex-direction: column;position:relative;
        padding-top: 50px
    }
    .events_footer_l {
        flex-direction: column;
    }
    .events_moments_cont {
        margin: 50px 0 60px;
    }
    .events_footer_l img {
        width: 145px;
        height: auto;
        margin-right: -9px;
        margin-bottom: 22px;
    }
    .events_footer_l_txt {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }
    .events_footer_r {
        align-items: center;
        flex: auto;
    }
    .events_footer_r_txt {
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 24px;margin-top: 20px;
    }
    .events_footer_r img {
        width: 208px;
        height: auto;
        margin-bottom: 15px;
        position: absolute;
        left: 50%;
        margin-left: -104px;
        top: 0;
    }
    .speaker_swiper_h5 .events_speaker_person {
        margin-bottom: 12px;
    }
    .speaker_swiper_h5 .events_speaker_item {
        margin-bottom: 32px;
    }

    .events_reg_top {
        margin: 20px 0 0;
        background: url(../../images/events/events-icon31.png) no-repeat right center;
        background-size: 100% auto;
        padding: 57px 20px 192px;
    }
    .events_reg {
        width: 100%;margin: 0 auto 60px;
        background: #E6F0FE;
        border-radius: 0;
    }
    .events_reg_footer {
        width: 100%;
    }
    .events_reg_center{
        background: #FFFFFF;
        border-radius: 16px;
        padding:40px 0 40px;
    }
    .events_reg_form_tit {
        margin: 0 0 32px 0;
    }
    .events_form_btn{margin: 40px auto 0;}

    .events_banner_txt {
        width:100%;
    }
}
@media screen and (max-width: 500px) {

    .cad_business_wall_pc{display:none;}
    .cad_business_wall_mobile{display:block;padding-top:20px;}
    .cad_business_wall {
        padding-bottom: 40px;
    }
    .events_banner_tit {
        font-size: 14px;
        line-height: 22px;
    }
    .events_banner_txt {
        font-size: 22px;
        line-height: 32px;
        margin-top: 8px;
    }
    .events_banner_doc {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-top: 8px;
    }
    .events_banner_line {
        width: 42px;
        height: 2px;
        margin: 20px 0;
    }
    .events_banner_site {
        font-size: 16px;
        line-height: 25px;
    }
    .events_banner_time {
        margin-top: 20px;
    }
    .events_banner_time_t {
        font-size: 12px;
        line-height: 18px;
    }
    .events_banner_time_num {
        margin: 0 2px 0 2px;
        width: 28px;
        height: 28px;
        font-size: 12px;
        line-height: 28px;
    }
    .events_banner_btns {
        margin-top: 40px;
    }
    .events_banner_btn {
        width: 150px;
        height: 38px;
        border-radius: 5px;
        font-size: 13px;
        line-height: 38px;
    }
    .events_banner_btn_bg {
        margin-right: 13px;
    }
    .events_banner_cont {
        margin: 90px auto 77%;
    }

    .events_banner {
        background-size: cover;
    }
    .events_subtitle i {
        font-size: 26px;
        line-height: 36px;
        top: -56%;
    }
    .events_subtitle .events_subtitle_tit {
        font-size: 23px;
        line-height: 34px;
    }
    .events_subtitle img {
        height: 38px;
    }
    .events_subtitle .events_subtitle_tit:before {
        left: -103px;
        width: 82px;
    }
    .events_subtitle .events_subtitle_tit:after {
        right: -103px;
        width: 82px;
    }
    .events_playback_cont {
        margin: 40px 0 70px;
    }
    .events_playback_l {
        height: 189px;
    }
    .events_playback_v {
        background-size: 90px;
    }
    .events_playback_rtit {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }
    .events_playback_rinfo {
        padding: 20px 17px;
    }
    .events_highlight_txt {
        font-size: 14px;
        margin: 20px auto 30px;
        line-height: 20px;
    }
    .events_highlight_list_num {
        font-size: 52px;
        line-height: 74px;
    }
    .events_highlight_list_tit {
        font-size: 16px;
        margin-top: -30px;
        line-height: 22px;
    }
    .events_highlight_list_txt {
        font-size: 13px;
        margin-top: 20px;
        line-height: 18px;
    }
    .events_highlight_info {
        margin-bottom: 56px;
    }
    .events_highlight {
        margin-top: 30px;
    }
    .events_agenda_cont_h5 {
        margin-top: 32px;
    }
    .events_agenda_list .events_agenda_r_item_t {
        font-size: 13px;
        line-height: 19px;
    }
    .events_agenda_r_item_x {
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px;
    }
    .events_agenda_cont_h5 .events_agenda_list {
        padding: 28px 17px 28px;
    }
    .events_agenda_tip {
        margin: 14px 0 70px;
    }
    .events_speaker_cont {
        margin-top: 35px;
    }
    .events_speaker {
        margin: 50px 0 70px;
    }
    .events_address_cont {
        margin: 30px 0 70px;
    }
    .events_address_detail {
        margin: 30px 0 0 20px;
    }
    .events_address_info_bg_pc{display:none;}
    .events_address_info_h5 {
        display: block;
        width: 100%;
        position: relative;
        z-index: -1;
    }
    .events_address_info {
        background: linear-gradient(180deg, #0272FF 60%, rgba(2, 114, 255, 0) 100%);
        position: relative;
    }

    .events_reg_top_tit {
        font-size: 16px;
        line-height: 24px;
    }
    .events_reg_top_txt {
        font-size: 22px;
        line-height: 34px;
        margin-top: 8px;
    }
    .events_reg_top_time {
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
    }
    .events_reg_top {
        margin: 0;
        background: url(../../images/events/events-icon31.png) no-repeat right center;
        background-size: 100% auto;
        padding: 90px 20px 270px;
    }
    .events_reg_center {
        margin-top: -73px;
    }
    .events_reg_form_tit {
        font-size: 14px;
        margin: 0 0 32px 0;
        line-height: 20px;
    }
    .events_reg_form {
        width: auto;
        margin: 0 20px;
    }
    .events_form_btn {
        margin: 20px auto 0;
        width: 100%;
    }

    .jq-cascader-menu__list {
        min-width: inherit;
        width: 160px;
        max-height: 180px;
        overflow-y: auto;
        overflow-x: auto;
    }
}
@media screen and (max-width: 360px) {
    .cad_business_wall_mobile {
        padding-top: 10px;
    }
    .events_banner_tit {
        font-size: 12px;
        line-height: 20px;
    }
    .events_banner_txt {
        font-size: 19px;
        line-height: 32px;
        margin-top: 8px;
    }
    .events_banner_doc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        margin-top: 5px;
    }
    .events_banner_line {
        width: 40px;
        margin: 15px 0;
    }
    .events_banner_site {
        font-size: 14px;
        line-height: 24px;
    }
    .events_banner_time_t {
        font-size: 12px;
        line-height: 18px;
    }
    .events_banner_time_num {
        margin: 0 1px 0 1px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }
    .events_banner_btns {
        margin-top: 30px;
    }
    .events_banner_btn {
        width: 120px;
        height: 38px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 38px;
    }



    .events_reg_top_txt {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }
    .events_reg_top_tit {
        font-size: 15px;
        line-height: 23px;
    }
    .events_reg_top_time {
        font-size: 16px;
        margin-top: 10px;
        line-height: 22px;
    }
    .events_reg_top {
        padding: 80px 20px 235px;
    }
    .events_form_error {
        height: 14px;
        line-height: 14px;
        margin: 2px 0 3px;
    }

    .events_agenda_h5_list_tit span {
        font-size: 12px;
        line-height: 24px;
    }
    .events_agenda_h5_list_tit i {
        font-size: 12px;
    }
}

