*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: “Microsoft YaHei”;
}
input {font-family: “Microsoft YaHei”;}

/**body{
-webkit-filter: grayscale(100%);
}
.box {
	display:none
}*/

/*通用*/

.font16{
    font-size: 16px;
}
.relative{
    position: relative;
}
.mg-t16 {
    margin-top: 16px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.left30{
    margin-left: 30px;
}
.bottom20{
    margin-bottom: 20px;
}
.black{
    color: #000000;
}
.absolute{
    position: absolute;
}
.color999{
    color: #999;
}
.col_999 {
    color: #999;
}
.col_000{
    color: #000;
}
.mg-t20 {
    margin-top: 20px;
}
.line27 {
    line-height: 27px;
}
.mg_lf10 {
    margin: 0 10px;
}
.margin_auto_w{
    margin: 0 auto;
    width: 1200px;
}
.d_f {
    display: flex;
}
.flex_d-column {
    flex-direction: column;
}


/*头部*/
.header_in{
    width: 100%;
    /*background: url(../img/nav-layer.png) no-repeat;*/
    background: #1b2a91;
    position: fixed;
    height: 80px;
    background-size: 100% 100%;
    z-index: 999;
}

.header_in .layui-nav{
   background: #fff;
}
.header_this{
    background: #1b2a91;
}
.header_in ul li a{
   color: #ffffff;
}
.header{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header .this a{
    color: #f9f9f9;
}
.header span{
    background: url("../img/yj.png")no-repeat;
    width: 10px;
    height: 6px;
    float: right;
    top: 28px;
    position: relative;
    left: -5px;
}
.header .this span{
    transform: rotate(180deg);
}
.header_logo{
    float: left;
    margin-right: 40px;
    position: relative;
    width: 128px;
}

.header .sub{
    float: left;
    width: 880px;
}
.header .sub .nav-l{
    width: 230px;
}

.header .sub .nav-l .layui-nav{
   background-color: #fff;
}

.header ul li{
    width: 112px;
    height: 68px;
    line-height: 68px;
    float: left;
    list-style: none;
    font-size: 16px;
    text-align: center; 
}


.header ul li dl{
    display: none;
    background: #324bfd;
    color: #fff;
}
.header ul li dl dd{
    border-bottom: 1px solid #e8e8e8;
    background: #324bfd;
}
.header .sub .on .tit{
    color: #2ce1ff;
}
.header .sub .on.tit{
    color: #2ce1ff;
}
.header .sub .on a span{
    background: url("../img/yj_b.png")no-repeat;
}
.header .sub .tit i{
    font-size: 12px;
    padding: 0 10px;
}


/*搜索*/
.search_tup{
    width: 190px;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    float: right;
    position: relative;
    display: none;
    line-height: 60px;
}
.search_put{
    height: 30px;
    width: 160px;
    padding-left: 5px;
    opacity: 0.7;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.search_tup img{
    float: right;
    position: relative;
    top: 20px;
    left: -30px;
    width: 20px;
    height: 20px;
}
.block{
    display: block;
    width: 190px;
}

.sy-wjhg {
    display: flex;
    gap: 8px;
}
.sy-wjhg-btn {
    width: 128px;
    height: 35px;
    line-height: 35px;
    background: url(../img/more_1.png) no-repeat;
    font-size: 18px;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

/*返回按钮*/
.bk_icon{
    width: 60px;
    float: right;
    right: 2%;
    position: fixed;
    z-index: 999;
    top: 300px;
}
.bk_icon .ict{
    width: 60px;
    background: #f8f8f8;
    margin-top: 10px;
    text-align: center;
}
.bk_icon .icon{
    width: 44px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #d7cbfd;
}
.bk_icon .icon_b{
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}
.bk_icon .icon_b span{
    width: 60px;
    display: block;
}
.bk_icon .tab .icon_code{
    display: block;
}
.icon_code{
    display: none;
    left: -180px;
    position: relative;
    top: -110px;
}

.right_tc {
    width: 250px;
    float: left;
    left: 2%;
    position: fixed;
    z-index: 999;
    top: 470px;
}
.right_tc {
    width： 100%；
}
.right_tc .close {
    cursor: pointer;
    z-index: 999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*主题标题*/
.theme{
    top: -25px;
    position: relative;
}
.theme .title{
    font-size: 22px;
    color: #000000;
    z-index: 99;
    position: relative;
}
.theme .title_en{
    font-size: 18px;
    color: #adadad;
}
.theme .title_num{
    font-size: 55px;
    color: #d3dcff;
    margin-top: -55px;
}

/*首页更多*/
.car_p .more{
    float: right;
    background: url(../img/icon_bj.png);
}
.car_p .more i{
    background: url(../img/more_i.png) no-repeat;
}


/*首页轮播图*/
.banner{
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.banner img{
    width: 100%;
    height: 100%;
}
/*往届回顾*/
.past{
    height: 110px;
    background: url(../img/past_bj.png)no-repeat;
    background-size: 100%;
}
.past_left{
    width: 46%;
    height: 86px;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    position: relative;
    display: flex;  
    gap: 25px;
}
.past_right{
    width: 50%;
    height: 110px;
    align-items: center;
    float: left;
    display: flex;
    justify-content: flex-start;
    left: 12%;
    position: relative;
    color: #fff;
}
.past_time{
    height: 52px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.past_right .past_time div{
    background: url(../img/time_bj.png) no-repeat;
    color: #003edb;
    width: 36px;
    height: 52px;
    font-size: 45px;
    text-align: center;
    margin-left: 10px;
}

/*热门活动*/
.notice{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    background: #f8f8f8;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
}
.notice_content{
    width: 80%;
    height: 120px;
    line-height: 60px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
.notice ul li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.notice_more{
    width: 80px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
}

.sy-notice {
    background: url(../img/notice_bj.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}
.sy-notice .content {
    width: 1200px;
    margin: 0px auto;
}
.notice_list { 
    height: 370px;
    overflow: hidden;
}
.sy-notice .notice_list .line .time {
    font-size: 20px;
    color: #9299A6;
    width: 144px; 
    border-right: 2px solid #DEE0E7;
    padding: 18px 32px 18px 0;
}
.sy-notice .notice_list .line:hover::after {
    width: 4px;
	 height: 24px;
	 background: #1950FF;
	 border-radius: 2px;
}
/*.sy-notice .notice_list .line:first-child .bor{ 
    width: 6px;
    height: 24px;
    z-index: 999;
    background: #1950FF;
    border-radius: 2px;
    top: 21px;
    left: -3px;
    position: relative; 
}*/
.sy-notice .notice_list .line:first-child .time {
   color: #1950FF;
}
.sy-notice .notice_list .line:first-child .time::after {
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    z-index: 999;
    background: #1950FF;
    border-radius: 2px;
    float: right;
    top: -23px;
    right: -36px;
    position: relative;
    z-index: 9;
}

.sy-notice .notice_list .line { 
    height: 128px;
}
.sy-notice .notice_list .line a { 
    display: flex;
}
.sy-notice .notice_list .line .text {
    padding: 18px 0 18px 32px;
	 height: 128px;
}
.sy-notice .notice_list .line .title {
	 font-size: 20px;
	 color: #0A0E01;
}
.sy-notice .notice_list .line .details {
    margin-top: 16px;
    font-size: 16px;
	 color: #545662;
	 line-height: 24px;
}
.shortcut_t {
    width: 1200px;
    padding: 70px 0 52px;
    overflow: auto;
}
.shortcut_t ul {
    display: flex;
    gap: 15px;
}
.shortcut_t ul li {
    position: relative;
}
.shortcut_t ul li .text {
    position: absolute;
    top: 0px;
    margin-left: 32px;
    margin-top: 32px;
    height: calc(100% - 60px);
}
.shortcut_t ul li .text .title {
    font-size: 26px;
    color: #FFFFFF;
}
.shortcut_t ul li .text .more {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #FFFFFF;
}
.Short_img1 {
    width: 100%;
}


/*快捷方式*/
.shortcut{
    width: 1200px;
    margin: 60px auto 0;
    padding: 10px 0;
    overflow: auto;
}
.shortcut li:first-child{
    margin-left: 0;
}
.shortcut li{
    float: left; 
}
.Short_img{
    width: 170px;
}

/*头条*/
.headlines{
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
}
.headlines_icon{
    position: absolute;
    top: 20px;
    z-index: 9;
    left: 20px;
}
.headlines_name{
    background: url(../img/layer.png);
    width: 100%;
    height: 169px;
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: 0.9;
}
.headlines .title{
    font-size: 25px;
    padding: 50px 20px 10px;
}
.headlines .details{
    font-size: 18px;
    padding: 0 20px 20px;
}
.headlines .headlines-swiper-container .headlines-swiper-pagination{
    position: absolute;
    z-index: 20;
    text-align: right;
    width: 30%;
    padding-right: 20px;
    right: 0 !important;
    left: auto;
    bottom: 80px;
}

.headlines-swiper-pagination span{
    width: 10px;
    height: 10px;
    color: #999999;
}

/*板块通用栏目标题*/
.curr_title{
    text-align: center;
}
.curr_title img{
    z-index: 9;
    opacity: 0.2;
    position: relative;
}
.curr_title .name{
    font-weight: 600;
    position: relative;
    top: -45px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    opacity: 0.9;
    font-size: 25px;
}
.curr_title_b{
    text-align: center;
}

.curr_title_b .name{
    font-weight: 600;
    position: relative;
    top: -45px;
    text-align: center;
    margin: 0 auto;
    color: #003edb;
    opacity: 0.9;
    font-size: 25px;
}
.curr_title .name hr{
    width: 60px;
    height: 5px;
    background: #fff;
    border-radius: 3px;
    margin: 10px auto; 
}
.curr_title_b .name hr{
    width: 60px;
    height: 5px;
    background: #1950FF;
    border-radius: 3px;  
    margin: 10px auto; 
}


/*新闻中心*/
.news_center{
    background: url(../img/news_bj.png);
    width: 100%;
    height: 805px;
    margin-top: 60px;
}
.news_center .content{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px;
}
.news_center .content .layui-tab .layui-tab-title li{
    margin-right: 30px;
}
.news_center .content .layui-tab .layui-tab-title .layui-this{
    background: url(../img/icon_bj.png);
    color: #fff;

}
.news_center .content .layui-tab{
    color: #fff;
    opacity: 0.9;
}
.news_center .content .more{
    float: right;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.news_list{
    background: url(../img/xwzx_bj.png);
    overflow: hidden;
}
.news_list li{
    margin-bottom: 20px;
    overflow: hidden;
}
.news_list a:last-child li{
    margin-bottom: 0;
}
.news_list img{
    width: 220px;
    height: 142px;
    float: left;
}
.news_list .title{
    float: left;
    margin: 20px 20px 30px 30px;
    height: 92px;
    width: 318px;
    color: #fff;
}
.news_list .title .tit{
    height: 50px;
	 line-height: 30px;
}
.news_list .title .time{
    margin-top: 35px;
}
.news_lb_list .title{
    background: rgba(2, 36, 149, 0.8);
    bottom: 0;
    position: absolute;
    height: 40px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}
.news-swiper-pagination{
    position: absolute;
    width: 15%;
    margin-left: 80%;
    z-index: 9;
}



/*线上展厅*/
.online{
    width: 1200px;
    margin: 60px auto;
    position: relative;
}
.online .more{
    background: url(../img/online_bj.png) no-repeat;
    position: absolute;
    color: #fff;
    bottom: 20px;
    right: 20px;
    width: 182px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.online .more i{
    left: 11px;
    top: 3px;
    font-size: 24px;
    position: relative;
}

/*活动日程*/


.hd_live .layui-timeline-axis{
    background: red !important;
}
.hd_live .time{
    color: red !important;
    opacity: 0.7;
}
.hd_live .m{
    color: red !important;
    opacity: 0.7;
}
.hd_live .list .title{
    color: red !important;
}
.hd_live .list .details{
    color: red !important;
}
.hd_live .hdrc-btn{
    background: red !important;
}

.agenda{
    background: url(../img/agenda.jpg);
    width: 100%;
    height: 390px;
    margin-top: 60px;
}
.agenda .content{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px;
}

.schedule{
    background: #e1e1e1;
    padding: 50px 0;

}
.schedule .hdrc{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.schedule .hdrc .tgg .hdrc_date{
    height: 60px;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.schedule .hdrc .tgg{
    float: right;
    background: #fff;
    width: 880px;
}
.schedule .hdrc .hdrc_list{
    width: 260px;
    float: left;
}
.hdrc .hdrc_list li{
    background: url(../img/sche_list.png) no-repeat;
    width: 260px;
    height: 80px;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    line-height: 7px;
}
.hdrc .hdrc_list .layui-this{
    background: url(../img/hdrc_bj_b.png);
    width: 280px;
    height: 90px;
}
.hdrc .hdrc_list .title{
    margin-left: 40px;
    height: 40px;
    position: revert;
}
.hdrc .hdrc_list .layui-this .title .name {
    position: relative;
    top: 30px;
    font-size: 22px;
    font-weight: bold;
}
.hdrc .hdrc_list .layui-this .title .e-name {
    top: 50px;
    position: relative;
    font-size: 16px;
}
.hdrc .hdrc_list .title .name{
    position: relative;
    top: 23px;
    font-size: 16px;
}
.hdrc .hdrc_list .title .e-name{
    top: 40px;
    position: relative;
}

/*首页大赛列表*/
.layui-ds-content{
	height: 380px;
}
.layui-ds-content li{
	height: 40px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	width: 880px;
}
.layui-ds-content li .list{
	float: left;
    margin-left: 20px;
}
.layui-ds-content li .list .title{
    font-size: 16px;
    color: #000;
    margin-left: 0px;
    font-weight: bold;
}
 
/*首页发布列表*/
.layui-fb-content{
	height: 380px;
	background: #fff;
}
.layui-fb-content li{
	height: 40px;
	display: flex;
    justify-content: center;
    flex-direction: column;
	width: 880px;
}
.layui-fb-content li .list{
	float: left;
    margin-left: 20px;
}
.layui-fb-content li .list .title{
    width: 880px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

      

.schedule .layui-tab .layui-tab-content{
    float: left;
    margin-left: 40px;
    width: 840px;
    height: 380px;
    padding: 30px 0;
    overflow: auto;
}
.schedule .layui-tab .layui-tab-content .layui-timeline-item{
   padding-bottom: 40px;
}
.schedule .hdrc .tgg .hdrc_date ul li{
    color: #999;
    font-size: 20px; 
}
.schedule .hdrc .tgg .hdrc_date ul .layui-this{
    
    color: #a058f8;
    font-size: 24px;
    font-weight: bold;
}
.schedule .layui-tab .layui-tab-content .layui-timeline-title{
    width: 60px;
    float: left;
}
.schedule .layui-tab .layui-tab-content p{
    width: 620px;
    float: left;
    text-align: left;
}
.schedule .layui-tab .layui-tab-content .time{
    float: left;
    font-size: 18px;
    width: 70px;
}
.schedule .layui-tab .layui-tab-content .m{
    font-size: 20px;
    color: #666666;
    top: 10px;
    position: relative;
    width: 70px;
}
.schedule .layui-tab .layui-tab-content .list{
    float: left;
    width: 620px;
    margin-left: 40px;
}
.schedule .layui-tab .layui-tab-content .list .title{
    font-size: 16px;
    color: #000;
    margin-left: 0px;
    font-weight: bold;
}
.schedule .layui-tab .layui-tab-content .list .tim{
    font-weight: bold;
    margin-left: 20px;
}
.schedule .layui-tab .layui-tab-content .list .details{
    position: relative;
    overflow: hidden;
    width: 620px;
    height: 30px;
    float: left;
    padding-top: 10px;
}

.hdrc-swiper-container{
    position: relative;
    overflow: hidden;
    width: 818px;
    height: 60px;
    float: left;
    padding-top: 10px;
}
.hdrc-swiper-button-next{
    width: 30px;
    float: left;
    border-right: 1px solid #eeeeee;
}
.hdrc-swiper-button-prev{
    width: 30px;
    float: right;
    border-left: 1px solid #eeeeee;
}
.hdrc-swiper-button-next i{
    font-size: 30px;
    color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
}
.hdrc-swiper-button-prev i{
    font-size: 30px;
    color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
}
.hdrc-btn{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 66px;
    padding: 0 12px;
    background-color: #92b2ff;
    border-radius: 50%;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.layui-timeline-axis{
    position: absolute;
    left: 2px;
    top: 8px;
    z-index: 10;
    width: 7px;
    height: 7px;
    line-height: 20px;
    color: #CDCECD;
    text-align: center;
    cursor: pointer;
    background: #CDCECD;
}
.layui-timeline-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 0;
    width: 1px;
    height: 100%;
}

/*参会嘉宾*/
.guests{
    width: 1200px;
    margin: 0 auto;
}
.guests .guests_name{
    width: 220px;
    height: 60px;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0.9;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.guests .guests_name .title{
    font-size: 16px;
    font-weight: bold;
}
.guests .car_p{
    margin-top: 40px;
    height: 38px;
    line-height: 38px;
}
.guests-swiper-pagination{
     float: left;
}
.guests-swiper-pagination .swiper-pagination-bullet{
    margin-right: 5px;
}
.guests .car_p .more{
    float: right;
    background: url(../img/icon_bj.png) no-repeat;
}

.guests_t {
    background: url(../img/jb_bj.png) no-repeat;
    background-size: 100% 100%;
}
.guests_t .content {
    padding-top: 60px;

}
.guest_list .infom {
    font-weight: 600;
    font-size: 20px;
    color: #0A0E01;
    text-align: center;
    margin-top: 12px;
}
/*.guest_list .infom .text {
	 font-size: 18px;
    height: 63px;
}
.guest_list .infom .text::after {
    content: '';
    display: block;
    width: 23px;
    height: 1px;
    border: 1px solid #FAFCFF;
    background: #FAFCFF;
    margin-top: 8px;
} 
.guest_list .infom .text .name {
    color: #FAFCFF;
    margin-right: 10px;
}
.guest_list .infom .text .job {
    color: #B4BDEF;
    margin-left: 15px;
}  
.guest_list .infom .individual{
    height: 42px;
    font-size: 16px;
    color: #FAFCFF;
    margin-top: 8px;
}*/





/*精彩瞬间*/
.moment{
    background: url(../img/moment_bj.png);
    margin-top: 60px;
    height: 595px;
    width: 100%;
    margin-bottom: 30px;
}
.moment .content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.moment_list ul li:first-child{
    margin-left: 0px;
}
.moment_list ul li{
    float: left;
    width: 270px;
    height: 360px;
    margin-left: 40px;
    position: relative;
}
.moment_list .icon_video{
    position: absolute;
    z-index: 9;
    top: 170px;
    left: 100px;
}
.moment_list .sp_icon{
    position: relative;
    left: 100px;
    top: -220px;
    float: left;
}
.moment_list .icon{
    position: absolute;
    top: 10px;
    left: 10px;
    float: left;
    z-index: 9;
}
.moment_list .tit{
    position: relative;
    top: -70px;
    left: 40px;
    color: #fff;
    font-size: 20px;
}
.moment_list .tit hr{
    width: 40px;
    height: 2px;
    opacity: 0.7;
}
.moment_list .moment_review{
    width: 270px;
    height: 160px;
}
.moment_list .moment_adduct{
    margin-top: 40px;
    width: 270px;
    height: 160px;
}

/*展览合作伙伴*/
.cooper_partner{
    background: #f9f9f9;
}
.cooper_partner .content{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px;
}
.cooper_partner-swiper-container .swiper-wrapper .swiper-slide img{
    width: 220px;
}
.cooper_partner .car_p{
    margin-top: 40px;
    height: 38px;
    line-height: 38px;
}
.cooper_partner-swiper-pagination{
    float: left;
}
.cooper_partner-swiper-pagination .swiper-pagination-bullet{
    margin-right: 5px;
}


/*合作伙伴*/

.partner .content{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px;
}
.partner-swiper-container .swiper-wrapper .swiper-slide img{
    width: 220px;
}
.partner .car_p{
    margin-top: 40px;
    height: 38px;
    line-height: 38px;
}
.partner-swiper-pagination{
    float: left;
}
.partner-swiper-pagination .swiper-pagination-bullet{
    margin-right: 5px;
}





/*底部*/
.footer{
    background: url("../img/footer_bg.png")no-repeat;
    width: 100%;
    height: 360px;
    position: relative;
    background-size: 100% 360px;
}
.footer_in{
    width: 1200px;
    height: 320px;
    margin: 0px auto;
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_in ul li{
    min-width: 215px;
    font-size: 12px;
    opacity: 0.8;
}
.footer_in ul li a{
    color: #fff;
}
.footer_left{
    width: 309px;
    height: 210px;
    border-right: 1px solid #fff;
    float: left;
}
.footer_logo{
    font-size: 25px;
    height: 40px;
    line-height: 40px;
}
.footer_tel{
    width: 300px;
    height: 55px;
    margin-top: 40px;
}
.footer_num{
    float: left;
    width: 200px;
    margin-left: 20px;
    opacity: 0.8;
}
.footer_num .tel{
    height: 30px;
    line-height: 25px;
}
.footer_icon{
    margin-top: 40px;
    letter-spacing: 15px;
}
.footer_in .Organizer{
    width: 300px;
    float: left;
}
.footer_in .Undertaker{
    width: 540px;
    float: left;
    margin-left: 19px;
    border-right: 1px solid #435ab6;
}
.footer_in .Cooperation{
    width: 190px;
    float: left;
}
.footer_in .code{ 
    margin-left: 90px;
}
.footer_in .code ul {  
    width: 430px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.footer_in .Company{
    font-size: 16px;
    height: 40px;
    line-height: 50px;
    font-weight: bold;
}
.footer_in hr{
    width: 40px;
    height: 2px;
    margin: 2px 0 18px;
}
.footer_i ul{
    opacity: 0.8;
}
.footer_code{
    background: #fff;
    width: 92px;
    height: 92px;
    float: left;
}
.footer_code span{
    width: 92px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.footer_bottom{
    width: 100%;
    background: #1a418e;
    height: 40px;
    top: 395px;
    position: relative;
    line-height: 40px;
}
.footer_word{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
}
.sce-footer{
    margin: 0 auto;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
    bottom: 0px;
    width: 100%;
}
.sce-footer .sce-footer-row {
    width: 1200px;
    margin: 0 auto;
}
.sce-footer .sce-footer-row ul {    
    display: flex;
    justify-content: center;
    align-items: center;
}
.sce-footer .sce-footer-row ul li{
    float: left;
    margin-right: 20px;
}


/*发布侧栏*/
.hd-head{
	border-bottom: 2px solid #7512ff;
    height: 60px;
}
.hd-head .layui-hdrc-left{
	float: left;
    height: 58px;
    display: flex;
    align-items: center;
}
.hd-head .layui-hdrc-left li{
	 color: #a39c9c;
    font-size: 16px;
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd-head .layui-hdrc-left .layui-this{
	color: #691cfe;
	font-weight: bold;
}

	 
}
.hy_content .layui-this .hd-title{
   color: #003edb;
}
.layui-this .hd-title{
   color: #003edb;
}
.hy_content .layui-this .hd-time{
   color: #003edb;
}

.fb-left .hy_content .layui-show .layui-tab .layui-this{
    font-size: 18px;
    font-weight: bold;
    color: #691cfe;
}
.fb-left .hy_content .layui-show .layui-tab .li{
    font-size: 18px;
}


/*大赛内容页*/
.ds-right{
	width: 1200px;
    padding: 20px 30px 180px;
    height: auto;
    overflow: hidden;
    border: 1px solid #dddddd;
    float: right;
    background: #fff;
}
/*发布日程*/
.fbrc_tb li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    width: 270px;
    height: 60px;
    border: 1px solid #91b2ff;
    border-radius: 15px;
    float: left;
    color: #506fe3;
}
.fbrc_tb .layui-this{
    background: url(/zbh/img/hy_tab_bj.png);
    color: #fff;
}
/*资料下载*/
.wzbao {
    width: 900px;
    height: auto;
    padding-left: 30px;
    margin: 40px auto 80px;
    overflow: hidden;
}
.app-h2 {
    font-size: 20px;
    height: 50px;
    width: 1120px;
    background: url(/img2020/app-bg.png) no-repeat;
        background-size: auto;
    color: #333333;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 50px;
    padding-left: 25px;
}
.app-img {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    opacity: 0.8;
    background: #999999;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 5px;
    background: #0044d3;
}

/*合作伙伴列表页*/
.list_hzhb{
    width: 276px;
    float: left;
    border: 1px solid #e0dcdc;
    margin-right: 24px;
    margin-top: 25px;
}
.list_hzhb img{
   width: 1200px;
}



.swiper-button-disabled:focus {
    outline: none !important;
}

 
/*底部*/
#footer_tc{
    margin-top: 50px;
    font-size: 12px;
    opacity: 0.8;
  }
  #xxh_xx{
    background: #5474c7;
    position: absolute;
    z-index: 999;
    margin-left: 190px;
    height: 359px;
    overflow: auto;
    width: 1000px;
    margin-top: -20px;
    padding-top: 9px;
  }
  #xxh_xx li{
    width: 140px;
    float: left;
    height: 60px;
    position: relative;
    margin: 5px 10px;
  }
  #xxh_xx li .title{
    color: #fff;
    font-weight: bold;
    opacity: 0.8;
  }
   #xxh_xx li .name{
    margin-top: 4px;
  }
  #xxh_xx li .name a{
    color: #fff;
    opacity: 0.8;
  }
  .Organizer ul li{
	  width: 155px;
	  float: left;
  }
  .Undertaker ul li{
	  width: 274px;
	  float: left;
  }

/*演讲嘉宾*/
.list_yjjb{
    position: relative;
    float: left;
    margin: 0 0 30px 30px;
    border: 1px solid #dedede;

}
.list_yjjb .name{
  width: 274px;
  height: 128px;
}

.list_yjjb .live{
    width: 45px;
    height: 40px;
    position: absolute;
    right: 0px;
}
.car_p{
    margin-top: 10px;
}
.zlt_partner-swiper-pagination .swiper-pagination-bullet {
    margin-right: 5px;
}
.zlt_partner-swiper-container .sy_live{
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0px;
}
.zlt_partner-swiper-container .sy_yjjb{
    padding: 19px 0;
    border: 1px solid #cecbcb;
    position: relative;
}

/*活动日程子页面*/ 
.list_content .right .hdrc_time .hdrc_date { 
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}
.list_content .right .hdrc_time .hdrc_time_list {
    margin-top: 20px;
    display: flex;
    gap: 20px;    
    flex-wrap: wrap;
}
.list_content .right .hdrc_time .hdrc_time_list .list {
    font-size: 20px;
    display: flex;
    gap: 100px;   
    width: 100%;
}
/*layui替换*/
.list_content .hdrc_time .layui-timeline-content {
    padding-left: 50px;
}

/*活动日程内容页*/
.hdrc-content {
    width: 1200px;
    margin: 50px auto;
}
.hdrc-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hdrc-xx {
    font-size: 18px;
}
.hdrc-xx div {
    width: 100%;
}
.hdrc-title_l {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    gap: 19px;
}
.hdrc-title_l::before {
    content: '';
    display: block;
    width: 8px;
    height: 32px;
    background-image: linear-gradient(184deg, #AD4FFB 0%, #274DDE 100%);
}
.hdrc-content .line{
    width: calc((100% - 255px) / 4);
    height: 380px;
    position: relative;
}
.hdrc-content .line .line_bj {
    background: url(/zbh/img/hdrc_jb.png) no-repeat;
    background-size: 100% 100%;
    height: 304px;
}
.ltrc_line {
    display: flex;
    gap: 40px;
    font-size: 18px;
}
.hdrc_chjb {
    display: flex;
    flex-wrap: wrap;
    gap: 85px;
}
.hdrc_chjb img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    left: 8px;
    top: 10px;
}
.hdrc_chjb .line .text {
    display: none;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 250px;
}
.hdrc_chjb .line .text::after {
    content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #008E5F;
    background-image: linear-gradient(268deg, #AD4FFB 0%, #274DDE 100%);
}
.hdrc_chjb .line .text::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #008E5F;
    background-image: linear-gradient(265deg, #AD4FFB 0%, #274DDE 100%);
}
.hdrc_chjb .line .text .name {
    margin-top: 18px;
    font-weight: 600;
    font-size: 24px;
    color: #0C1033;
}
.hdrc_chjb .line .text .duties {
    margin: 8px 0 14px;
    font-size: 14px;
    color: #515361;
}

.hdrc_jctp {
    overflow: auto;
}
.hdrc_jctp {
    overflow: hidden;
    position: relative;
}
.jctj-swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 999;
}
 

.d_f {
    display: flex; 
}
.gap32 {
    gap: 32px;
}
.xszt_content {
	 width: 1200px;
    height: 620px;
    margin: 40px auto;
    background: rgba(122, 145, 176, 0.14);
    position: relative;
}
.xszt_content .left_content {
    width: 650px;
    height: 100%;
    background: url(../img/xsz_bj.png) no-repeat;
    margin-top: 86px; 
    padding: 60px 30px 0 30px;
    overflow: auto;
}
.xszt_content .left_content  .zs_logo {
    background: #FFFFFF;
    width: 36px;
    height: 36px;
    margin-right: 19px;
    line-height: 36px;
    text-align: center;
}
.xszt_content .left_content > .d_f img {
    height: auto;
    width: auto !important;
    max-height: 34px;
    max-width: 100%;
}
.xszt_content .left_content .title {
	 font-size: 24px;
    color: #FFFFFF; 
    flex: 1;
}
.xszt_content .left_content a {
	width: 90px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
}
.xszt_content .left_content .vr_bk {
    width: 90px;
    height: 36px;
    font-size: 16px;
    color: #1B2C91;
    margin-bottom: 30px;
}
.xszt_content .left_content .vr_bk a {
    width: 110px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xszt_content .left_content .introduce{
	 font-size: 16px;
    color: #FFFFFF;
    margin-top: 25px; 
    padding: 0 0px 81px 0px;
	 flex-direction: column;
    display: flex;
}
.xszt_content .left_content .introduce .details p {
    font-size: 16px !important;
    line-height: inherit !important;
}
.xszt_content .right_content {
    width: 420px;
    height: 460px;
    position: absolute;
    right: 65px;
    top: 100px;
    display: flex; 
    overflow: hidden;
}
.xszt_content .right_content .carousel {
  overflow: hidden;
  width: 420px;
  height: 380px;
}
.xszt_content .right_content .swiper-wrapper {
    gap: 15px;
}
.xszt_content .right_content .swiper-wrapper .line .tl {
    height: 115px;
    line-height: 115px;
}
.xszt_content .right_content .line {
    text-align: center;
    margin-top: 15px;
    width: 195px !important;
    height: 175px;
    padding: 10px 13px 50px 13px;
	 background: #FFFFFF;
	 box-shadow: 0 4px 14px 1px rgba(205, 209, 231, 0.3);
}
.xszt_content .right_content .line img {
    height: auto;
    width: auto !important;
    max-height: 115px;
    max-width: 100%;
}
.xszt_content .right_content .line .title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.xszt_content .right_content .button-slide {
    position: absolute; 
    bottom: 20px;
    left: 170px;
    width: 160px; 
}
.xszt_content .right_content .button-slide .swiper-button-next {
    background: url(../img/r_i1.png) no-repeat;
    width: 36px;
    height: 36px;
}
.xszt_content .right_content .button-slide .swiper-button-prev {
    background: url(../img/l_i1.png) no-repeat;
    width: 36px;
    height: 36px;
}



.xszt-zp-content { 
	width: 1200px;
	margin: 60px auto;
}			  
.xszt-zp-content .line.show {
    display: block;
}	
.d_f {
    display: flex;
}	
.gap40 {
    gap: 40px;
}	  

.xszt-zp-content .line {
    display: none;
    height: 480px;
}
.xszt-zp-content .xszt_left {
   text-align: center;
	float: left;
	width: 620px;
	height: 480px;
    line-height: 480px;
	border: 1px dashed #e7e1e1;
}
.xszt-zp-content .zp-text .line img {
    width: auto !important;
    max-height: 480px;
    max-width: 100%;
}
.xszt_right {
    float: right;
    width: 520px;
    height: 480px;
    overflow: auto;
}
		  
.xszt-zp-content .zp-text .line .title {
    margin-top: 40px;
    font-size: 28px;
}			  
.xszt-zp-content .zp-text .line .introduce {
    /*border: 1px solid #dedede;*/
    padding: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}			
.xszt-zp-content .xszt-tabs .button-slide {
    width: 1200px;
    position: relative;
    top: -105px;
}
.xszt-zp-content .xszt-tabs .button-slide .swiper-button-next {
    right: -50px;
}
.xszt-zp-content .xszt-tabs .button-slide .swiper-button-prev {
    left: -50px;
}
.xszt-zp-tp {
    height: 120px;
    margin: 40px auto;
	 overflow: hidden;
}	
.xszt-zp-tp .swiper-wrapper .swiper-slide {
    border: 1px dashed #e7e1e1;
    text-align: center;
    line-height: 120px;
}
.xszt-zp-tp .swiper-wrapper .swiper-slide img {
    width: auto !important;
    max-height: 120px;
    max-width: 100%;
}


/*线上展厅--展区*/
.xszt_seat {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
	opacity: 0.9;
}
.xszt_seat .tit {
    color: #FFFFFF;
}
.xszt_seat .seat_logo {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.xszt_seat a {
    color: #FFFFFF;
}
.xszt_seat span {
    margin: 0 10px;
    color: #FFFFFF;
    opacity: 0.6;
}

.xszt_content.more {
    display: flex;
    background: #FFFFFF;
    gap: 40px;
    margin-top: 60px;
}
.xszt_content.more .details img {
   width: 100% !important;
}
.xszt_content.more .content {
    position: relative;
    background: rgba(122, 145, 176, 0.14);
    width: calc(100% - 300px);
}
.xszt_content.more  .left_content {
    width: 440px; 
    margin-top: 0;
    overflow: auto;
}
/*.xszt_content .right_content .line {
    height: 175px;
}*/
.xszt_content.more .right_content {
    width: 420px;
    right: 20px;
}
.xszt_content.more .right_content .line img {
    width: 170px; 
}
.xszt_content.more .right_content .button-slide { 
    left: 135px;
    bottom: 20px; 
}
.xszt_sidebar{ 
    width: 200px;
    background: #F3F4FE;
	 overflow: auto;
}
.xszt_sidebar .title {
    padding: 37px 20px 0;
    font-weight: 600;
    font-size: 20px;
    color: #011296;
}
.xszt_sidebar .list {
    padding: 0 17px 0 20px;
    font-size: 18px;
    color: #0A0E01;
}
.xszt_sidebar .list li {
    line-height: 26px;
}
.xszt_sidebar .list .this a { 
	 color: #011296;
}


/*商务合作*/
.list_content.xxgg .right > ul{
  width: 100%;
  background: linear-gradient(0deg, #F6F6FA, #F6F6FA), #FFFFFF;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 12px;
}
.list_content.xxgg .right > ul li {
  padding: 8px 16px;
  color: #2F2F32;
  cursor: pointer;
}
.list_content.xxgg .right > ul li:hover {
  color: #3061FF;
}
.list_content.xxgg .right > ul li.this {
  color: #FFFFFF;
  background: #3061FF;
  border-radius: 2px;
}
.list_content.xxgg .right-content {
  margin-top: 40px;
}
.list_content.xxgg .right-content .loadMore {
  display: none; 
}
.list_content.xxgg .right-content .loadMore.show {
  display: block;
}
.list_content.xxgg .right-content .loadMore ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list_content.xxgg .right-content ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAED;
  cursor: pointer;
  display: flex;
  gap: 68px;
}
.list_content.xxgg .right-content ul li img {
  width: 180px;
  height: 180px;
  box-shadow: 0px 0px 4px 0px #dedbdb;
}
.list_content.xxgg .right-content ul li .list_nt {
  color: #000000;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list_content.xxgg .right-content ul li .list_nt > div {
  display: flex;
}
.list_content.xxgg .right-content ul li .list_nt span { 
  font-weight: normal;
  color: #3D3D3D;
  flex: 1;
}
.list_content.xxgg .list-more,.list_content.xxgg .list-more p {
  text-align: center;
  margin-top: 40px;
}

/* 遮罩层样式 */
.list_content.xxgg .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

/* 弹窗样式 */
.list_content.xxgg .modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  margin-left: -320px; 
  margin-top: -320px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  display: none;
  padding: 24px;
  box-sizing: border-box;
}

/* 关闭按钮样式 */
.list_content.xxgg .close-btn {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #999;
}

.list_content.xxgg .close-btn:hover {
  color: #333;
}

/* 内容区域样式 */
.list_content.xxgg .modal-content {
  margin-top: 20px;
  width: 600px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.list_content.xxgg .modal-content img {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: none;
  cursor: grab;
}
.message {
  position: fixed,
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgba(0,0,0,0.7);
  color: white;
  border-radius: 5px;
  z-index: 9999;
}

/*竖向滚动条*/
.xszt_content ::-webkit-scrollbar{
width: 12px;
height: 12px;
}
/*滑块样式*/
.xszt_content ::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 10px;
}
/*滑块悬停样式*/
.xszt_content ::-webkit-scrollbar-thumb:hover {
background-color: #999;
}
/*轨道样式*/
.xszt_content ::-webkit-scrollbar-track {
background-color: #f7f7f7;
}
/*轨道悬停样式*/
.xszt_content ::-webkit-scrollbar-track:hover {
background-color: #ebebeb;
}
/*滚动条宽度*/
.xszt_content ::-webkit-scrollbar {
width: 12px;
height: 12px;
}



.exhibitorPreRegist {   
    width: 1200px;
    margin: 24px auto;
  }
 .exhibitorPreRegist .exhibitorPreRegist-header {   
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
 .exhibitorPreRegist .exhibitorPreRegist-header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #1E9FFF;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
    position: absolute;
 }
  .exhibitorPreRegist .layui-form {
    margin: 40px 40px 0 0;
  }
  .exhibitorPreRegist .text-right{
    text-align: center;
    margin-top: 20px;
  }
  .exhibitorPreRegist .text-right button {
    width: 135px;
    height: 40px;
    background: #1760FF;
    border-radius: 3px;
  }
  .exhibitorPreRegist .text-right button.layui-btn-primary { 
    background: #F4F5FB;
    border: none;
  }
  .exhibitorPreRegist .text-right button:hover {
    border: none;
  }
 .exhibitorPreRegist .layui-form-label {   
    width: 140px;
  }
  .exhibitorPreRegist .layui-input-block {
    margin-left: 140px;    
  }
  .exhibitorPreRegist .code {       
    width: 128px;
    height: 36px;
    border: 1px solid #E5E8F3;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
  }
  .exhibitorPreRegist .code img { 
   width: 100%;   
}
.d_f {
  display: flex;
}
.d_f-a_c {
  display: flex;
  align-items: center;
}
.gap20 {
   gap: 20px;
}
.gap24 {   
   gap: 24px;
}
.app {
    display: none;
}


@media screen and (max-width: 800px) {
  body {
    background: none !important;

  }
  .header_in,.footer {
   display: none;
  }
    .app {
        display: block;
    }
    .pc {
        display: none;
    }
    .exhibitorPreRegist {    
        background: url(../img/zxp_bg.png) no-repeat;
        background-size: 100% 100%;
        width: auto;
        min-height: 100vh;
        margin: auto;
        overflow: auto;
       crollbar-width: none; /* Firefox */
    }
    .exhibitorPreRegist .back {
        margin: 32px 24px;
        display: flex;
        justify-content: center;
        border: 1px solid #cdc5c5;
        width: 68px;
        height: 34px;
    }
    .exhibitorPreRegist .back a {  
        width: 100%;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .exhibitorPreRegist .back img {
        width: 10px;
        height: 16px;
    }

    /* 针对 Chrome, Safari 和 Edge */
    .exhibitorPreRegist ::-webkit-scrollbar {
        width: 0;  /* 隐藏垂直滚动条 */
        height: 0; /* 隐藏水平滚动条 */
    }

    .exhibitorPreRegist .title {  
        padding-top: 70px;
        margin: 0px 90px 0 40px;
        width: calc(100% - 130px);
    }
    .exhibitorPreRegist .layui-form {
        margin: 45px 12px;
        padding: 56px 15px 28px;
        background: url(../img/zxp_k-bg.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;    
        position: relative;
    }
    .exhibitorPreRegist .layui-form::before {
        content: '';
        display: block;
        background: url(../img/zxp_k-bg-title.png) no-repeat;
        background-size: 100% 100%;
        width: 180px;
        height: 53px;
        position: absolute;
        top: -20px;
        transform: translateX(-50%);
        left: 50%;
    }
    .exhibitorPreRegist .text-right {
        text-align: center;
        margin-top: 8px;
    }
    .exhibitorPreRegist .layui-form .text-right button {
        width: 100%;
        height: 44px;
        background: #00E7DC;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.6);
        font-weight: bold;
        font-size: 18px;
    }
    .exhibitorPreRegist .layui-form-item input {   
        width: 100%;
        height: 38px;
        background: rgba(17, 10, 106, 0.4);
        border-radius: 5px;
        border: 1px solid rgba(0, 231, 220, 0.60);  
        font-size: 14px;   
        padding-left: 16px;
        color: #FFFFFF;
    }
    .exhibitorPreRegist .layui-form-item {
        margin-bottom: 0;
        clear: both;
    }
    
    .exhibitorPreRegist .layui-form-label {
        display: none;
    }
    .exhibitorPreRegist .layui-input-block {  
        margin-left: 0;
        min-height: 36px;
    }
    .exhibitorPreRegist input::placeholder {
        color: rgb(255 255 255 / 60%);
    }
}








