body{
   
    background: #160B3F;
    color: #fff;
}
.btn{
    background:linear-gradient(to right , #a0247f  , #de378d);
    width: 160px;
    height: 40px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 50px auto 0 auto;
    cursor: pointer;
    border: none;
}
.btn:hover{
    background:linear-gradient(to right , #de378d , #a0247f );
}

/* 头部 */
.site_top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    background: #29234e;
    display: block;
}
header>.wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 14px;
}
header .menu .on,
header .menu .on:hover {
    color: #BA3DF6;
}
header .menu>a {
    padding: 0 15px;
    line-height: 80px;
}
header .menu>a:hover {
    color: #BA3DF6;
}
header .menu .enter {
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    border-radius: 4px;
    background: #BA3DF6;
    text-align: center;
    box-sizing: border-box;
    color:#fff;
}
header .menu .enter:hover {
    background: #7230A2;
}
header .menu .enter:hover{
    color:#fff!important;
}
header .logo{
    display: flex;
    align-items: center;
}
header .logo img:first-child {
    width: 110px;
}
header .logo .logo-sub {
    width: 95px;
    margin: 0 25px;
}
header .logo img:last-child {
    width: 251px;
    height: 22px;
    margin-top: 10px;
    margin-left:20px;
}
.ac{
    font-weight: 400;
    color: #f0535b !important;
}
.mr80{
    margin-right: 80px;
}
.nav_select{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    top: 30px;
    left: 0;
    box-shadow: 0 8px 19px -13px #ccc;
    display: none;
}
.nav_select li{
    padding: 0 10px;
    width: 120px;
    line-height: 35px;
    color: #000;
}
.nav_select_box{
    padding: 0 10px;
}
.nav_select_box:hover{
    background: #fff;
    color: #000;
}
.nav_select_box:hover ul{
    display: block;
}
.nav_select_box span:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(142, 142, 142);
    border-bottom: 0px solid transparent;
    vertical-align: text-top;
    position: relative;
    top: 7px;
    left: 5px;
}
.mr80{
    margin-right: 80px;
}
.nav_select{
    position: absolute;
    background: #fff;
    padding: 10px 0;
    top: 30px;
    left: 0;
    box-shadow: 0 8px 19px -13px #ccc;
    display: none;
}
.nav_select li{
    padding: 0 10px;
    width: 120px;
    line-height: 35px;
    color: #000;
}
.nav_select_box{
    padding: 0 10px;
}
.nav_select_box:hover{
    background: #fff;
    color: #000;
}
.nav_select_box:hover ul{
    display: block;
}
.nav_select_box span:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgb(142, 142, 142);
    border-bottom: 0px solid transparent;
    vertical-align: text-top;
    position: relative;
    top: 7px;
    left: 5px;
}
section{
  /*  padding: 30px 0;*/
    box-sizing: border-box;
}
.nav_select li:hover{
    background: rgba(30, 124, 231, 1);
    color: #fff;
}
.header_menu a{
    margin-left: 30px;
    font-size: 14px;
}
.header_menu>div{
    margin-left: 30px;
    font-size: 14px;
    cursor: pointer;
    padding-top: 10px;
    margin-top: -6px;
}
.header_menu>div span:hover{
    color: rgba(30, 124, 231, 1)
}
.header_menu a:hover{
    color: #BA3DF6;
}
.header_menu a:last-child{
    border-radius: 25px;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    opacity: .85;
    width: 120px;
    height: 35px;
    margin: 0 0 0 15px;
    box-sizing: border-box;
}
.header_menu a:last-child:hover{
    opacity: 1
}
.apply_m{
    display: none !important;
}
#live_box,
#live_box_m,
#step,
#activity_box,
#prize_setting,
#partner_box,
#main_box,
#newListBox,
#apply_form{
    position: relative;
/*     top: -60px; */
    display: block;
}
#banner_video_box {
    position: absolute !important;
    width: 28%;
    z-index: 10;
    right: 16%;
    top: 33%;
}

/*弹框样式*/
.pop_form .layui-layer-content{
    color: #333;
    font-size: 16px;
    padding: 0px 40px;
    box-sizing: border-box;
}
.pop_form .layui-layer-title{
    background: #BA3DF6;
    border: none;
    font-size: 14px;
}
.pop_form .layui-layer-content p{
    text-align: center;
}
.pop_form .layui-layer-content .s_address,.pop_form .layui-layer-content .s_time{
    text-align: center;
    font-size:14px;
}
.pop_form .layui-layer-content .s_address i,.pop_form .layui-layer-content .s_time i{
    font-weight: 700;
    font-style: normal;

}
.s_qrcode{
    display: block;
    margin: 10px auto;
    margin-top:20px;
    width: 160px;
}
.pop_form h5{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.pop_form h5 img{
    margin-right: 5px;
    vertical-align: middle;
}
.s_weixin{
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
.pop_window_btn{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:  #ffffff;
    margin-top: 30px;
    margin-left: calc(50% - 70px);
    background-color: #1f5fff;
    border: 0;
    border-radius: 3px;
}
.qrcode_text{
    text-align: center;
    margin-top: 10px;
}

/*标题*/
.section_title{
    text-align:center;
    font-size: 34px;
    font-weight: 700;
    line-height: 26px;
}
.section_title>span{
    position:relative;
    display: inline-block;
    width: 280px;
    margin: 0 auto;
}

.section_title span::after{
    content: url(../images/title_bg.png);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    top: -8px;
}
.section_title>em {
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #68259A;
}

/* 活动概要 */
.activity_box{
    margin: 30px 0 80px 0;

}
.activity_content{
   margin-top: 30px;
   padding: 86px 70px;
   background: #241362;
   background-image: url(../images/activity_dec.png);
   background-position: 695px center;
   background-repeat: no-repeat;

}
.activity_content p {
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  width: 530px;
}



.wrap_b{
    width: 1200px;
    margin: 0 auto;
   /* padding: 80px;
    border-top: 1px solid #0c1566;*/
}


/* 总体流程 */
.selection_box{
    text-align: center;
    padding-bottom: 185px;
}
.selection_box img{
    margin-top:47px;
}
.aw_c_5 p{
    font-size: 16px;
}
.downTable_box{
    display:flex;   
    justify-content:center;
    padding-top:   40px;
    padding-bottom:     76px;
}
.aw_c_5 .downTable,.aw_c_5 .downTable1{
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    width: 210px;
    height: 46px;
    background: #192a6e;
    border: none;
    border-radius: 30px;
}
.aw_c_5 .downTable{
    margin-right:  39px;
}
.aw_c_5 .downTable:hover,.aw_c_5 .downTable1:hover{
   background: linear-gradient(341deg,#3946ae 13%, #3946ae 100%, #0b1f72 100%);

}
.aw_c_6 li{
    float: left;
    width: 139px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
}
.aw_c_6 li:nth-of-type(8n){
    margin-right: 0;
}
.aw_c_6 li img{
    width: 100%;
    vertical-align: middle;
}



/* 奖项设置 */
.prize_setting li{
   display: inline-block;
    width: 465px;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 146px;
    background: #0b1e71;
}
.prize_setting li:last-child{
    margin-right: 0;
}
.prize_header{
    padding: 24px 15px 0px 15px;
    box-sizing: border-box;
    text-align: center;
}
.prize_header h5{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #d5d5f8;
}
.prize_header p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #b3b4db;
    padding-bottom: 20px;
    border-bottom: 1px solid #001985;
}
.prize_info{
    padding: 30px 0px 20px 0px;
    margin:0px 15px;
    box-sizing: border-box;
    color: #b3b4db;
    border-bottom: 1px solid #001985;
}
.prize_info h6{
    margin: 0 0 15px 0;
    font-size: 14px;
}
.prize_info p{
    font-size: 14px;
    line-height: 24px;
    min-height: 155px;
}
.prize_info a{
    color: #FFBD4C;
    font-size: 14px;
}
.go_applay{
    display: block;
    width: 160px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    margin: 30px auto;
    background: linear-gradient(to right,#b28958 , #cf8a47 );
}
/*.go_applay:hover{
    background: linear-gradient(to right,#de378d , #a0247f );
}*/
.apply_form .apply{
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #BA3DF6;
    margin-top: 30px;

}
.apply:hover{
    background: #7230A2;
}

/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 34px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { float: right;margin: 70px 0 0; font-size: 14px; color: #fff; line-height: 34px; z-index: 2; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/share1.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 24px;
    margin: 3px 0 0 9px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/share4.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 24px;
    margin: 3px 0 0 9px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/share3.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 24px;
    margin: 3px 0 0 9px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("../images/share2.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 24px;
    margin: 3px 0 0 9px;
    padding: 0;
    width: 24px;
}
.bdsharebuttonbox i, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}
.address_box{
    padding: 80px 0px;
    box-sizing: border-box;
    text-align: center
}
.address_box img{
    margin: 40px 0 0 0;
    width: 872px;
    height: 496px;
    display:    inline-block;
}
.address_box img.m_show{
    display: none;
}
/* 投票页面 */
.tp_nav_box{
    height: 60px;
    line-height: 60px;
    background: #031768;
}
.tp_nav_box li{
    line-height: 60px;
    text-align: center;
    width: 50%;
    float: left;
    font-size: 16px;
    cursor: pointer;
    color: #b3b4db;
}
.tp_nav_box li.active{
    background: #343584;
}
.tp_content_box{
    padding-bottom: 50px;
}
.tp_box .tp_rule{
    font-size: 16px;
    margin: 26px auto 66px;
    cursor: pointer;
    color: #afb0d8;
    display: inline-block;
}
.tp_content_list{
    display: none;
}
.tp_content_list ul li{
    float: left;
    width: 280px;
    height: 466px;
    margin-right: 20px;
    margin-bottom: 30px;
    background: #343584;
    background-size: 100% 100%;
}
.tp_content_list ul li:nth-of-type(4n){
    margin-right: 0;
}
.tp_content_list ul li .t_c_imgBox{
    width: 100%;
    height: 165px;
    line-height: 165px;
    overflow: hidden;
    background: #fff;
}
.tp_content_list ul li .t_c_imgBox img{
    width: 100%;
    vertical-align: middle;
}
.tp_content_list ul li .t_c_msgBox{
    padding: 0 16px;
}
.tp_content_list ul li .t_c_msgBox h3{
    height: 60px;
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #4c27d1;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}
.tp_content_list ul li .t_c_msgBoxs{
    padding: 0 16px;
}
.tp_content_list ul li .t_c_msgBoxs h3{
    height: 60px;
    padding: 10px 0;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #4c27d1;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
}
.tp_content_list ul li .t_c_text{
    margin: 16px 0;
    height: 126px;
    line-height: 22px;
    position: relative;
    font-size: 12px;
}
.tp_content_list ul li .t_c_text p span br{
    display: none;
}
.tp_content_list ul li .t_c_text>p>span:nth-child(1){
    display: block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.tp_content_list ul li .t_c_text>p>span:nth-child(2){
    display: inline-block;
    color: #60a9e8!important;
}
.tp_content_list ul li .t_c_text>p>span:nth-child(2):hover{
    color: #2785ff!important;
}
.tp_content_list ul li .t_m_more{
    text-align: right;
    cursor: pointer;
}
.tp_content_list ul li .t_m_mores{
    text-align: right;
    cursor: pointer;
}
.tp_content_list ul li .spanColor{
    color: #fff;
} 
.tp_content_list ul li .t_p_btn{
   display: block;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ccc;
    border: none;
    border-radius: 38px;
    margin: 20px auto;
    cursor: pointer;
    cursor: not-allowed;
    font-size: 16px;
}
.tp_content_list ul li .t_p_btn.disable{
    background: #ccc;
}
.tp_content_list ul li .t_p_btn:hover{
    background: #ccc;
}
.tp_content_list ul li .t_p_btn.disable:hover{
    background: #ccc;
}
.tp_tip_box{
    width: 100%;
    background: #18166f;
    padding: 80px 0;
}
.tp_tip_box .t_t_leftBox{
    width: 806px;
    height: 566px;
    float: left;
    background: url('../images/tp_tip_bg1.png?1');
    background-size: 100% 100%; 
}
.tp_tip_box .t_t_rightBox{
    width: 392px;
    height: 566px;
    float: right;
    background: url('../images/tp_tip_bg2.png?2');
    background-size: 100% 100%; 
}

.votePow {
    border-radius: 10px !important;
    color: #000;
}
.votePow a{
    color: #7399ff;
}
.votePow .pBox span.m_show{
    display: none;
}
.m_show{
    display: none;
}
.votePow .layui-layer-title{
    background:transparent;
    border: none;
    border-radius: 10px !important;
}
.moreTipContent,
.moreMsgBox{
    padding: 0 30px;
}
.moreTipContent h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.moreTipContent h2{
    font-size:20px;
    margin-bottom:40px;
    color:#000;
    font-weight:400;
}
.votePow .pBox{
    margin-bottom: 30px;
}
.votePow .pBox p{
    font-size: 14px;
}
.votePow .pBox span{
    display: block;
}
.votePow .pBox h4{
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.votePow .pBox .title_pop_award{
font-style: normal;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.votePow .pBox h4 span{
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.votePow .pBox{
    line-height: 26px;
}
.formBox{
    padding: 0px 50px;
    color: #000;
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 20px;
    font-weight: normal;
}
.formBox p{
    margin: 30px 0;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 62px;
    font-size: 15px;
}
.formBox .formItem input{
    width: 290px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
}
.formBox .formBtn{
    margin-top: 20px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}
.formBox .formBtn .subimtBtn{
    color: #fff;
    background: #2c00c8;
    margin-right: 22px;
}
.formBox .formBtn .subimtBtn:hover{
     background:#3909E3;
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e4e4e4;
    color: #000;
}
.formBox .formBtn .canceBtn:hover{
    background: #f9f9f9;
}


.red{

color: #f15dab;
margin-right: 5px;  
}

/* 会议报名 */
.form_table_apply>div>div{
    float:left;
    width: 47%;
}
.form_table_apply .form_table_apply_right{
    float:right;
}
.apply_form_box{
    position: relative;
    padding-bottom: 0;
}
.apply_form {
    width: 900px;
    margin: 0 auto;
}
.apply_form h2{
    margin-bottom: 30px;
}
.apply_form label{
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
}
.apply_form p{
    margin-bottom: 30px;
}
.apply_form label input{
    width: 80%;
    margin-left: 20px;
    height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
.apply_form form i{
    color: #1E5ECA;
    display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
#address_select{
   
    width: 94%;
    display: inline-block;
    margin-bottom: 20px;
}
#address_select select{
    width: 42%;
    border-radius: 3px;
    height: 35px;
}
select[name="vocational"]{
    width: 80%;
    height: 35px;
    margin-left: 20px;
    border-radius: 3px;
}
select[name="industry"]{
    width: 80%;
    height: 35px;
    margin-left: 20px;
    border-radius: 3px;
}
select[name="province"]{
    margin-left: 20px;
}
.sub_banner{
    margin: 0 0 50px 0;
}
.cover{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.content li{
    margin-top: 30px;
    display: none;
}
.content li:first-child{
    display: block;
}
/*.item{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 32.5%;
    vertical-align: text-top;
}*/
.mr0{
    margin-right: 0;
}
.hover{
    background: #4a96ec !important;
    color: #fff;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
}
/*.item>a{
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    cursor: pointer;
}
.item>a:hover span,
.item>a:hover .play_icon{
    display: block;
}
.play_icon{
    background: url('../images/play.png')no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    z-index: 9;
    display: none;
}
.item a span{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.2;
}*/
#video_player{
    height: 100%;
}

/* 参展厂商 */
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.company{
    background: url('../images/u0.png')no-repeat;
    background-size: 100% 100%;
    padding: 40px 30px;
    box-sizing: border-box;
}
.company li{
    width: 49.85%;
    display: inline-block;
    border: 1px solid #ececec;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    clear: both;
}
.company li:hover{
    background: -webkit-linear-gradient(315deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;
    background: -moz-linear-gradient(135deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;
    background: linear-gradient(135deg, rgba(30, 124, 231, 1) 0%, rgba(30, 124, 231, 1) 0%, rgba(140, 91, 234, 1) 100%, rgba(140, 91, 234, 1) 100%) !important;   
    color: #fff;
}
.company li:nth-child(2n+0){
    border-left: none;
    float: none;
}
.blue{
    background: #f4f9fe;
    border-bottom: none !important;
    border-top: none !important;
}
.company ul{
    border-top: 1px solid #ececec;
}

/* 厂商 */
.join_company_item{
    width: 2547px;
    height: 62px;
}
.join_company_item img{
    border: 1px solid #ececec;
    margin-right: 5px;
}
.j-mqrquee {
    overflow: hidden;
    margin-top: 50px;
}
.j-marquee-box {
    display: block;
    zoom: 1;
    width: 1000%;
}
.sponsors ul{
    margin: 0 auto;
}
.sponsors li{
    float: left;
    width: 215px;
    text-align: center;
    box-sizing: border-box;
}
.sponsors li img{
    width:  204px;
    height: 58px;
    background: #FFFFFF;
}

/* 合作伙伴 */
.partner_box{
    text-align: center;
    padding: 80px 0 80px 0;
}
.partner_box p{
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
.partner_box .logo2{
    width: auto;
    height: auto;
}
/* footer ------------*/
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #333;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.register-now {
    display: none;
}
.concat_box{
    vertical-align: bottom;
    padding: 60px 0 47px 0;
}
.concat_box h4{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.concat_box .wrap div span{
    display: block;
    font-size: 14px;
    line-height: 28px;
}
.concat_box .concat{
    margin-top: 40px;
    height: 300px;
    border: 1px solid #BA3DF6;
}
.concat>div{
    padding: 98px 50px 0 235px;
    box-sizing: border-box;
}
.concat>div:nth-child(2){
    padding: 50px 235px 0 0;
    box-sizing: border-box;
}
.concat_user h6{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 16px;
}
.qrcode{
    width: 160px;
    height: 160px;
    display: block;
    margin-bottom: 19px
}
.concat>div:nth-child(3){
    width: 370px;
}

/* 新闻列表 */
.newListBox{
    padding: 10px 0;
}
.newListBox ul{
    /* height: 1473px; */
    overflow-y: hidden;
}
.newListBox li{
    margin: 20px 0;
    height: 126px;
}
.newListBox li:last-child{
    border:none;
}
.newListBox .imgBox{
    margin-right: 20px;
    width: 200px;
    height: 125px;
    float: left;
}
.newListBox .imgBox img{
    width: 100%;
    height: 100%;
}
.newListBox .msgContent h3{
    font-size: 18px;
    font-weight: 700;
}
.newListBox .msgContent h3 a{

color: #f5f5ff;
}
.newListBox .msgContent p{
    font-size: 14px;
    color: #CCCCCC;
    line-height: 20px;
    margin: 20px 0;
}
.newListBox .msgContent h5{
    font-size: 14px;
    color: #b3b4db;
    font-weight: normal;
}
.newListBox .msgContent p a:last-child{
    color: #BA3DF6;
    display: inline-block;
    margin-left: 10px;
}
.btnBox{
    width: 160px;
    line-height: 35px;
    border:1px solid #e4e4e4;
    background: #f9f9f9;
    text-align: center;
    margin: 20px auto;
    color: #666666;
    cursor: pointer;
}
.btnBox:hover{
    background: #fff;
}

#banner button{
    position: absolute;
    left: 0;
    right: 226px;
    margin: 0 auto;
    bottom: 13%;
    border-radius: 25px;
}
.bannerP{
    margin-top: 110px;
    vertical-align: bottom;
}
.box-wrapper {
    position: relative;
}
.href_css {
    position: absolute;
    top: -160px;
}
.bannerM{
    display: none;
    width: 100%;
}
.step-p {
    display: block;
}
.step-m {
    display: none;
}
.fix-register-now {
    display: none;
}
.step_box_p {
    margin-top: .8rem;
}
.live_box_m {
    display: none;
}
.bannerM img{
    width: 100%;
}
.footerNav{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    line-height: .96rem;
    border-top: 1px solid #e4e4e4;
    z-index: 10;
}
.footerNav a{
    flex: 1;
    text-align: center;
}
.loading{
    display: none;
}

/* 侧边栏 */
aside{
    width: 180px;
    height: 200px;
    background: url('../images/aside.png')no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999999;
}
aside ul{
    padding-top: 50px;
    box-sizing: border-box;
}
aside ul li{
    text-align: center;
    cursor: pointer;
    width: 126px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
aside ul li:first-child{
    top: 97px;
}
aside ul li:last-child{
    top: 137px;
    height: 45px;
}
aside ul li a{
    display: block;
    height: 100%;
    margin-top: -15px;
    margin-left: 5px;
}



.concat_side:hover .side_bar_qrcode{
    display: block;
}
.right_arrow {
    width: 0px;
    display: inline-block;
    height: 0px;
    position: absolute;
    padding: 0px;
    border: 7px;
    top: 40px;
    left: 120px;
    right: 0;
    margin: auto; 
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid rgba(228, 228, 228, 1);
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.prize_setting_m{
    display: none;
}


.qrcodeBoxmr{
    margin-right: 39px;
}
.pc_hide{
    display: none;
}
.pc_show{
    display: block;
}
.m_show{
    display: none
}

.aside_awards_index{
    position: relative;
    position: fixed;
    right: 17px;
    top: 45%;
    width: 187px ;
    height: 197px;
    background-image: url('../images/aside_logo.png?v3');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index:99;
    cursor: pointer;
}
.aside_close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    background-image: url('../images/close.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.aside_awards_link{
    width: 100%;
    height:100%;
    display: block;
}

.go_prize{
    display: block;
    width: 140px;
    height: 40px;
    margin:20px auto;
    background: linear-gradient(to right, #f3229c,#9c01c8  );
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color:#fff!important;
    font-size:16px;
}
.go_prize:hover{
    background: linear-gradient(to right,#9c01c8, #f3229c);
}
/*展台页面*/
.exhibitor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
}
.exhibitor_list .exhibitor_item{
    flex: 1;
    height: 170px;
    background:rgba(57, 70, 174,0.4);
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    padding-top: 24px;
    padding-left: 25px;
}
.exhibitor_list .exhibitor_item:nth-child(2n){
    margin-right: 0px;
}
.exhibitor_img{
    width: 136px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    background: #fff;
}
.exhibitor_content{
    width: 382px;
}
.exhibitor_content h3{
    font-size: 18px;
    margin-bottom: 7px;
}
.exhibitor_content p{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
}
.exhibitor_content p a{
    position: absolute;
    bottom:0px;
    right:0px;
    color: #BA3DF6;
}
.exhibitor_content>a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 24px;
    border-radius: 4px;
    background: #BA3DF6;
}
.exhibitor_content>a:hover{
    background: #BA3DF6;
}
.window_pop_box{
    position: fixed;
    top:0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.window_pop_box .window_pop_content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    height: 750px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.window_pop_box .window_pop_content.window_pop_content1 {
    height: 540px;
}
.window_pop_box .window_pop_content.window_pop_content1 .pop_content_box{
    height: 280px;
}
.pop_close{
    text-align: right;
}
.pop_close .close_img{
    cursor: pointer;
}
.pop_title{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px ;
    padding-bottom: 0px;
}
.pop_title h3{
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
}
.pop_content_title{
    color:#333333;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.pop_content_nav{
    padding-left: 30px;
    display: flex;
}
.pop_content_nav li{
    cursor: pointer;
    color: #23217F;
    padding: 5px 6px;
}
.pop_content_nav li.active{
    color: #BA3DF6;
    border-bottom: 2px solid #BA3DF6;
}
.pop_content_box{
    padding: 23px 40px;
    margin: 0px 30px;
    box-sizing:border-box;
    min-height: 242px;
    background: #FAF3FE;
    background-size: cover;
    color: #333;
}
.pop_content{
    height: calc(100% - 140px);
    overflow-y: auto;
}
.pop_content_nav_item{
    display: flex;
    justify-content: space-between;
}
.pop_content_nav_item_left{
   width: 427px; 
}
.pop_content_nav_item_left h4{
    font-size: 18px;
    font-weight: 400;
}
.pop_content_nav_item_left p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.mySwiperstyle{
    width: 215px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.swiper-slide-item img{
    width: 100%;
}
.mySwiperstyle .swiper-slide{
    width: 215px;
}
.mySwiperstyle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.mySwiperstyle .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa7b49;
}
.pop_content_video {
    padding:0px 30px;
    position: relative;
    overflow: hidden;
}
.mySwiper_video1{
    width: 100%;
    overflow: hidden;
}
.mySwiper_video4{
    width: 361px;
    margin:0 auto;
}
.mySwiper_video_box{
    width: auto;
}
.pop_content_video h3{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    padding-top: 35px;
    padding-bottom: 15px;
}
.mySwiper_video_box img{
    width: 100%;
    height: 202px;
    vertical-align: middle;
}
.mySwiper_video_box>div{
    position: relative;
    cursor: pointer;
}
.mySwiper_video_box>div:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #BA3DF6;
    background: #ffffff;
}
.mySwiper_video_box>div:hover:after{
    opacity: 0.8;
}
.mySwiper_video_box>div:hover:before{
    opacity: 0.8;
}
.mySwiper_video_box>div:before{
    content:"";
    position: absolute;
    top:50%;
    left:calc(50% + 9px);
    transform: translate(-50%,-50%);
    border:16px solid #BA3DF6;
    border-color: transparent  transparent transparent #BA3DF6 ; 
    border-radius: 4px;
    z-index: 1; 
}
.mySwiper_video_box p{
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
    background: #BA3DF6;
}
.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev{
    width: 16px;
    height: 28px;
    top:60%;
    background-size: 16px 28px;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/left1_1.png) ;
    transform: rotate(180deg);
}
.pop_content_video  .swiper-button-prev,.pop_content_video  .swiper-container-rtl .swiper-button-next{
    background-image:url(../images/left1_1.png) ;
}

.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
    background-image:url(../images/left1_2.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-prev:hover,.pop_content_video  .swiper-container-rtl .swiper-button-next:hover{
    background-image:url(../images/left1_2.png) ;
    cursor: pointer;
}
.pop_content_video  .swiper-button-next.swiper-button-disabled, .pop_content_video  .swiper-button-prev.swiper-button-disabled{
    pointer-events: inherit;
}
.register-popup {
    display: none;
}
.m_logo2{
    width: 419px;
    vertical-align: middle;
}
.yqPop {
    display: none !important;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
}

.yqPopContent {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -320px;
    width: 900px;
    height: 640px;
    background: #fff;
    border-radius: 8px;
    color: #333;
    padding: 36px 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height:32px;
    cursor: pointer;
}

.yqPopContent img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 26px;
    right: 26px;
    cursor: pointer;
}

.yqPopContent h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.yqPopContent div {
    margin-top: 26px;
    line-height: 1;
    text-align: right;
}

.yqPopContent p {
    text-indent: 2em;
}
.yqPopContent button{
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 80px;
    margin-left: -40px;
    margin-top: -16px;
    border: none;
    background: #1a70f0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    outline: none;
    cursor: pointer;
}