@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100%;
    }
    .wrap{
        width: 100%;
    }
    .bg_index_content {
        width: 6.9rem;
        margin: 0 auto;
    }
    .pc_show{
        display: none!important;
    }
    .pc_hide,.m_show{
        display: block !important;
    }
    #banner1{
        display: none;
    }
    .price_num_aside {
        display: none;
    }
    .bannerM{
        display: block;
        margin-top: 0.88rem;
        position: relative;
    }
    .btn_bannerM{
        position: absolute;
        bottom: 0.55rem;
        left: 0.2rem;
        width: 1.8rem;
        border-radius: 0.2rem;
        height: 0.6rem;
        text-align: center;
        line-height: 0.6rem;
        color: #fff;
        background: linear-gradient(#395aff 0%, #7293ff 100%);
        font-weight: 700;
        font-size: 0.24rem;
    }
    /*标题样式*/
    .section_title{
        margin: .6rem auto 0;
        height: 0.6rem;
        width: 5.9rem;
    }
    .section_title:before {
        position: absolute;
        top: 0px;
        left:0.3rem;
        content: "";
        height: 0.76rem;
        width:  2.27rem;
    }
    .section_title:before{
        background-size: 2.27rem 0.76rem;
    }
    .section_title>span {
        position: relative;
        display: inline-block;
        left: 0.5rem;
        top: 0.3rem;
        font-size: 0.34rem;
    }
    /*标题样式*/
    section{
        margin: 0;
    }
    .mr80{
        margin-right: 0;
    }
    .banner_sub_p,#siteTop,#banner,.bdsharebuttonbox, .live_box_p{
        display: none;
    }
    .header_menu{
        display: none;
    }
    #m_banner, #step, #main_box, #live_box_m{
        position: relative;
        top: -1rem;
        display: block;
    }

    header {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        height: 0.88rem;
        margin-right: 0!important;
        background-color: #090515;
    }
    header .wrap {
        height: 0.88rem;
    }
    header .logo {
        padding-left: .3rem;
    }
    header .logo .logo_1 {
        width: 2.2rem;
    }
    header .logo .logo_2 {
        width: 1.25rem;
    }
    header .menu>a,
    header .menu>span {
        display: none;
    }
    header .menu {
        position: fixed;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: start;
        line-height: .88rem;
        padding-right: calc(20px + .3rem);
        font-size: .32rem;
        height: 0.88rem;
        background: #1E2F7A;
    }
    header .menu .enter {
        display: block;
        order: -1;
        margin: 0 .3rem 0 -.6rem;
        width: 2.4rem !important;
        padding: 0;
        line-height: 0.88rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
    }
    header .menu::after {
        position: absolute;
        top: .45rem;
        right: .3rem;
        content: "";
        margin-top: -10px;
        width: 20px;
        height: 14px;
        border-top: 2px solid #fff;
        background: linear-gradient(transparent 6px,#fff 6.1px,#fff 8px,transparent 8.1px,transparent);
        border-bottom: 2px solid #fff;
    }
    header .menu.active::after {
        border: none;
        content: "×";
        font-size: 34px;
        line-height: 1;
        margin-top: -17px;
        height: auto;
        width: auto;
        font-weight: 400;
        background: transparent;
    }
    header .menu.active {
        height: 100vh;
    }
    header .menu.active>a,
    header .menu.active>span {
        margin-right: calc(-20px - .3rem);
        padding: 0;
        display: block;
        width: 2.8rem;
        text-indent: .4rem;
        font-size:0.3rem;
    }
    header .menu .drop {
        line-height: inherit;
    }
    header .menu .drop::after {
        display: none;
    }
    header .menu .drop::before {
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        vertical-align: middle;
        margin: 0 5px 0 -10px;
        transform: rotate(45deg);
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
    }
    
    header .menu .drop .item {
        left: 0;
        transform: translateX(100vw);
    }
    header .menu .drop.active .item {
        position: fixed;
        top: 0.88rem;
        right: 2.8rem;
        left: auto;
        height: 100vh;
        width: calc(100vw - 4rem);
        line-height: inherit;
        transform: translateX(0);
        background-color: inherit;
        font-size: 0.24rem;
        background: #111F5C;
    }
    header .menu .drop .item>a {
        padding: 0.2rem 0.3rem;
        word-break: break-all;
        width: 100%;
        box-sizing:     border-box;
        white-space: break-spaces;
        text-indent: 0;
        line-height: 0.36rem;
    }
    
    .photo_list {
        width:100%;
        height:100%;
    }
    .photo_list .swiper-slide>div{
        width: 3.6rem;
        height: 5.5rem;
    }
    .photo_list .swiper-slide {
        transition: all .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        column-count:2;
    }
    .photo_list .swiper-slide-active {
        position: relative;
        z-index: 1;
        transform: scale(1);
    }
    .live_box .swiper-button-next, .live_box .swiper-button-prev {
        position: absolute;
        width: 0.62rem;
        height:  0.62rem;
        margin-top: 0px;
        z-index: 1;
        background-size: 0.62rem;
    }
    .live_box .swiper-button-prev {
        left: 43%;
        margin: 18px 0 0 -0px;
    }
    .live_box .swiper-button-next {
        left:51%;
        margin: 18px 0 0 0px;
    }
    .photo_list .swiper-pagination{
        display: none;
    }
    .photo_list img {
        height: 4.3rem;
        width: 100%;
    }
    .photo_list .word {
        height: 1.2rem;
        width: 100%;
        background-size: 100% 1.24rem;
    }
    .live_box .swiper-button-next, .live_box .swiper-button-prev{
        width: 0.38rem;
        height: 0.38rem;
    }
    .live_box .swiper-button-prev:after{
        font-size: 0.28rem;
    }
    .live_box .swiper-button-next:after{
        font-size: 0.28rem;
    }
    .live_box .swiper-button-next, .live_box .swiper-button-prev{
        top: 89%;
    }
    .photo_list .word p{
        padding: 0 0.2rem;
    }
    .photo_list .word .t1, .photo_list .word .t2 {
        padding-top: .1rem;
        text-align: left;
    }
    .photo_list .word .t1 {
        font-size: 0.3rem;
    }
    .photo_list .word .t2 {
        font-size: 0.1rem;
        line-height: 0.32rem;

    }
    .live_box {
        position: relative;
    }
    .apply_m{
        display: block !important;
        background: #1e7ce7 !important;
        text-align: center;
        color: #fff !important;
        margin-top: 0;
        width: 2rem;
        padding: 6px 0;
        border-radius: 25px;
        margin-left: 1.2rem;
    }
    .activity_content{
        padding: .2rem;
        box-sizing: border-box;
        background:transparent;
        margin: 0;
        margin-top: 0.37rem;
        color: #fff;
        display: block;
        background: #2F3C7C;

    }
    .activity_content_text {
        margin-left: 0;
    }
    .activity_content>div{
        width: 100%;
    }
    .activity_content .activity_content_text p {
        color: #FEFEFE;
        font-size: 0.24rem;
        line-height: inherit;
        margin-bottom: 0.3rem;
    }
    .activity_content .activity_content_text p:last-child{
        margin-bottom: 0;
    }
    .activity_content_img{
        padding-left: 0px;
        height: 4.6rem;
        background: #2F3C7C;
    }
    .activity_content_img>div{
        width: 100%;
        height: auto;
    }
    .activity_content_img img{
        width: 100%;
        height: 4.6rem;
    }
    .activity_content_img>div i{
        display: none;
    }
    /* 活动亮点 */
.highlights_content {
    margin-top: .3rem;
    display: block;
}
.highlights_content .highlights_item {
    position: relative;
    width: 100%;
    height: 2rem;
    margin-bottom: 20px;
    background-size: 100% 100%;
}
.highlights_content .highlights_item_1 {
    background-image: url("../images/highlights/1_m.png");
}
.highlights_content .highlights_item_2 {
    background-image: url("../images/highlights/2_m.png");
}
.highlights_content .highlights_item_3 {
    background-image: url("../images/highlights/3_m.png");
}
.highlights_content .highlights_item p {
    position: absolute;
    top: .7rem;
    width: 4.1rem;
    left: 4.6rem;
    font-size: .28rem;
    font-weight: 500;
    text-align: left;
    color: #FEFEFE;
}
    .title {
        margin: 0 0 .5rem 0 !important;
        font-size: .4rem;
    }
    .title span {
        font-size: .5rem;
    }
    .title i{
        top: .5rem;
    }
    
    .apply_form{
        border-top: none;
    }

    /*会议议程*/
    .table_style {
        padding: 0;
        margin: 0;
        border-radius: 0.3rem 0px 0.3rem 0px;
        margin-top: 0.4rem;
    }
    .table_style li {
        padding: .2rem;
        height: auto;
        display: block;
    }
    .table_style li span{
        display: block;
        width: 100%!important;

    }
    .table_style li .table-cell_1 {
        height: .2rem;
        color: #FFFFFF;
        line-height: .2rem;
        padding: .3rem 0 .24rem;
    }
    .table_style li span{
        font-size: 0.24rem;
    }
    .table_style li .table-cell_2{
        font-size: 0.3rem;
        line-height: .3rem;
        padding-left: 0;
    }
     .table_style li .table-cell_2,.table_style li  .table-cell_3{
        padding-left: 0;
     }
     .table_style li .table-cell_3 {
        color: #8BA0FF;
        font-weight: 500;
        padding-top: .16rem;
        line-height: .3rem;
     }
    /*会议议程*/
   
    .user {
        display: inline-block;
        width: 45%;
        height: auto;
    }
    .sub_banner {
        margin: 0;
    }
    .partner_box{
        padding: .7rem 0.3rem;
        box-sizing: border-box;
        text-align: left;
    }
    .partner_box .swiper-slide img{
        width: 1.56rem;
        height: .58rem;
    }
    .partner_box .logo2{
        width: 100%;
    }
    .partner_box .logo3{
        display: none;
    }
    .logo2_m, .logo3_m, .live_box_m,.banner_sub_m{
        display: block;
    }
    .form_table_apply>div>div {
        float: inherit;
        width: auto;
    }
    .form_table_apply .form_table_apply_right{
        float: inherit;
    }
    .apply_form label {
        width: 100%;
        font-size: .26rem;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .apply_form label input{
        width: 5.8rem;
        margin-left: .3rem;
    }
    #address_select select{
        width: 2.65rem;
    }
    select[name="jobcat"]{
        width: 5.8rem;
        margin-left: .3rem;
    }
    select[name="vocational"]{
        width: 5.8rem;
        margin-left: .3rem;
    }
    select[name="province"]{
        width: 5.8rem;
        margin-left: .32rem;
        margin-right: .2rem;
    }
    #address_select {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .apply_form{
        padding-top: .5rem;
        padding-bottom: 0rem;
        width:  100%;
        background: url(../images/from_bg.png) center center  no-repeat;
        background-size: cover;
    }
    .apply_form_box {
        background-size: cover;
    }
    .apply_form .apply {
        margin: 0.4rem auto 0 auto;
        width: 3.2rem;
        height: .76rem;
        border-radius: .04rem;
        line-height: .76rem;
        font-size: .32rem;
        background: linear-gradient(#395aff 0%, #7293ff 100%);
    }
    .apply_form p {
        margin: .8rem 0 .4rem 0.6rem;
        text-align: left;
    }
    .apply_form form i{
        color: #f34244;
    }
    .address_box {
        background: inherit;
        width: 7.5rem;
        padding: .5rem 0;
        margin-left: -0.3rem;
        height: 6.79rem;
    }
    .address_box img {
        margin-top: .3rem;
        width: 100%;
    }
    .concat_user{
        width: 100%;
        padding: 0 0.3rem !important;
        box-sizing: border-box;
        display:    block;
    }
    .concat_user>div span:first-child{
        margin-bottom:  0px;
        padding-top:    0;
    }
    .concat_box .wrap div span{
        margin-bottom: 0.2rem;
        display: block; 
    }
    .concat>div:nth-child(2){
        padding: 0;
        margin: .2rem;
    }
    .concat_box .concat_info {
        margin-top: 0;
    }
    .qrcode {
        width: 2.5rem;
        height: auto;
    }
    .footer{
        display: none;
    }
    .concat {
        margin-bottom: 0 !important;
    }
    .concat>div{
        padding:0px;
    }
    .concat>div:nth-child(3){
        width: 100%;
        padding-left: 0.3rem;
        padding-right:0.3rem;
        padding-top: 0.6rem;
    }
    .footer_nav{
        display: flex;
        height: 1rem;
        position: fixed;
        bottom: 0;
        background: #3400bc;
        width: 100%;
        font-size: .25rem;
        z-index: 99
    }
    .footer_nav li{
        height: 100%;
    }
    .footer_nav li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 1rem;
    }
    .concat_box{
        padding-bottom: 1.3rem;
        margin-top: 0;
        padding-top: 0.6rem;
    }
    .concat_box .concat {
        padding-top: 0.55rem;
    }
    .concat_info .contact_way .contact_type {
        font-size: .28rem;
    }
    .concat_box .concat_info .contact_way span {
        font-size: .2rem;
        line-height: .4rem;
    }
    .concat_box .concat_info .contact_way {
        flex: 1;
    }
    .mgl-50 {
        margin-left: 0;
    }
    .m_logo1{
        width: 2rem;
        display: block;
    }
    .partner_box p{
        color:#E9E9FF;
        font-weight: 700;
    }
    .newListBox{
        padding: 0px .3rem;
        margin: 0;
        padding-top: 0.6rem;
        box-sizing: border-box;
    }
    .newListBox .title{
        color: #1E7CE7;
        padding-bottom: .6rem;
        font-weight: bold;
    }
    .newListBox .imgBox{
        width: 2rem;
        height: 1.25rem;
        border-radius: .1rem;
    }
    .newListBox .msgContent h3{
        height: 1.25rem;
    }
    .newListBox li{
        height: auto;
        width: 6.9rem;
        padding: .4rem 0;
        margin: 0 0 .2rem 0;
        padding: 0;
    }
    .newListBox li:nth-child(even) {
        margin-left: 0;
    }
    .newListBox li .news-item-content{
        padding: .3rem;
    }
    .newListBox .msgContent p{
        color: #fff;
        margin-bottom: 10px;
    }
    .newListBox .msgContent p a{ 
        height: auto;
        color: #DEDDFD;
    }
    .newListBox .msgContent h5 {
        font-size: .14rem;
        bottom: .2rem
    }
    .newListBox .msgContent h5 span {
        color: #4D5C9A;
    }
    .newListBox .msgContent h5 a{
        right: .4rem;
    }
    .activity_box {
        padding-top: .64rem;
    }
    .user{
        margin: 0;
    }
    .wrap_b{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
    }
    .aw_c_5 .downTable, .aw_c_5 .downTable1{
        width:48%;
        font-size: 0.3rem;
    }
    .selection_box{
        padding-bottom: 0.8rem;
    }
    .aw_c_6 ul{
        display: block;
        width: calc(2.25rem * 10) !important;
        position: relative;
        left: 0;
        animation: aw_c_6_ul 10s linear infinite;
    }
    .prize_setting .section_title {
        margin-bottom: 0px;
    }
    .aw_c_5 .section_title{
        margin-bottom:  0.34rem;
    }
    .address_box .section_title {
        margin: 0 auto 0;
    }
    .aw_c_5 p{
        font-size: 0.3rem;
    }
    .downTable_box{
        padding-top: 0.57rem;
    }
    @keyframes aw_c_6_ul{
        from{
            left: 0;
        }
        to{
            left: calc(-2.25rem * 6);
        }
    }
    .aw_c_6 li{
        line-height:.82rem;
        width: 2rem;
        height: .82rem;
        margin-right: .25rem;
        margin-bottom: .25rem;
    }
    .aw_c_6 li:nth-of-type(8n){
        margin-right: .25rem;
    }

    .tp_box{
        padding-top: 0rem;
        box-sizing: border-box;
    }
    .tp_content_list{
        padding:0 .2rem;
    }
    .tp_nav_box li{
        font-size: .28rem;
        line-height: .28rem;
        width: 50%;
        height: 56px;
        padding: .3rem .17rem;
        box-sizing: border-box;
        border-bottom: 4px solid transparent;
    }
    .tp_nav_box li.active{
        border-bottom: 4px solid #7E94FF;
    }
    .prize_setting{
        width: 100%;
        overflow-x: auto;
    }
    .prize_setting .flex{
        display: block;
    }
    .prize_setting li{
        width: 100%;
        margin-top: 0.4rem;
        margin-bottom:  0;
        margin-right: 0px;
    }
    .prize_header img{
        width: 2.75rem;
        height: auto;
    }
    .prize_header {
        padding: 0.4rem 15px 0px 15px;
    }
    .prize_header h5 {
        font-weight: 400;
        font-size: 0.28rem;
    }
    .prize_header p {
        font-size: 12px;
        margin-bottom: 0.1rem;
        line-height: 22px;
        padding-bottom: 0.2rem;
    }
    .step_bgm{
        display: block;
    }
    .step_item_box{
        display: none;
    }
    .tp_tip_box{
        padding: .6rem .2rem 1rem ;
        box-sizing: border-box;
    }
    .t_t_leftBox,
    .t_t_rightBox{
        display: none;
    }
    .m_t_t_leftBox,
    .m_t_t_rightBox{
        display: block;
    }
    .m_t_t_leftBox{
        margin: .3rem 0;
    }
    .tp_rule {
        width: auto!important;
        margin: 0.1rem 0px 0.2rem 0.3rem!important;
    }
    .tp_content_list{
        padding-top: 0rem;
    }
    .tp_content_list ul li{
        width: 3.4rem;
        height: 5.5rem;
        margin-right: .2rem;
    }
    .tp_content_list ul li .t_c_text>p>span:nth-child(1){
        display: none;
    }
    .tp_content_list ul li:nth-child(even){
        margin-right: 0;
    }
    .tp_content_list ul li .t_c_imgBox{
        height: 1.94rem;
        line-height: 1.94rem;
    }
    .tp_content_list ul li .t_c_msgBox h3,.tp_content_list ul li .t_c_msgBoxs h3{
        line-height: .36rem;
        font-size: .24rem;
        white-space: inherit;
        text-align: left;
        color: #fff;
    }
    .tp_content_list ul li .t_c_msgBox h3{
        height:40px;
    }
    .tp_content_list ul li .t_c_msgBox h3 i{
        font-style: normal;
        font-weight: 700;
    }
    .tp_content_list ul li .t_c_text{
        margin: .16rem 0;
        font-size: .24rem;
        line-height: .32rem;
    }
    .tp_content_list ul li .t_m_more{
        bottom: 6px;
        right: -7px;
    }
    .tp_content_list ul li .t_p_btn_num, .tp_content_list ul li .t_p_btn {
        width: 50%;
        height: .56rem;
        line-height: .56rem;
    }
    .remmoned_liyou1_show{
        display: block;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color:#D1F6ED;
        margin: .05rem 0;
    }
    .formBox{
        padding: 0px 0.4rem;
        color: #000;
    }
   .formBox .formItem input {
            width: calc(100% - 74px);
    }
     .formBox .formItem.formBtn{
        margin: 40px 0 0 62px;
        display: flex;
        justify-content: space-between;
     }
    .formBox .formItem.formBtn span{
        display: none;
    }
    .formBox .formBtn a{
        width:47%;
    }
    .pBox>div{
        float: left;
    }
    .partner_box_m{
        display: block;
    }
    .partner_box_m .swiper-container{
        padding: 0 !important;
    }
    .partner_box_pc{
        display: none;
    }
    .swiper-slide{
        text-align: center;
    }
    .swiper-container{
        margin: .3rem auto 0 !important;
        padding: 0;
    }
    .sponsors {
        padding: 0.5rem 0;
        margin: 0;
    }
    .sponsors li{
        width: 1.9rem;
    }
    .sponsors li img{
        width: 1.76rem;
        height: 0.67rem;
    }
    .sponsors .wrap{
        padding-bottom: 0px;
    }
    .j-mqrquee {
        margin-top: .37rem;
    }
   
    .company_box{
        margin-top: 0;
    }
    .qrcodeBoxmr{
        margin-right: 0rem;
        margin-left: 0rem;
    }
    .partner_boxm{
        border-top:none !important;
        padding-top: 0;
    }
    .step_item_m{
        display: block;
    }
    .selection_box img {
        margin-top: 0.47rem;
        width: 100%;
    }
    .prize_setting_m{
        width: 100%;
        display: block;
    }
    .prize_setting_m li{
        width: 6.9rem;
        height: 3.2rem;
        position: relative;
        margin-bottom: .3rem;
    }
    .prize_setting_m li:nth-of-type(1){
        background: url('../images/mobile/prize_setting1.png');
        background-size: 100%; 
    }
    .prize_setting_m li:nth-of-type(2){
        background: url('../images/mobile/prize_setting2.png');
        background-size: 100%;
    }
    .prize_setting_m li .moreshow{
        width: .8rem;
        height: .22rem;
        position: absolute;
        left: 2.41rem;
        bottom: .56rem;
    }
    .prize_setting_m li .tp_btn{
        position: absolute;
        width: 1.6rem;
        height: .48rem;
        border-radius: .24rem;
        right: .3rem;
        bottom: .3rem;
    }
    .prize_setting_m .moreshowBox{
        width: 100%;
        height: 3rem;
        background: #5755c8;
        border-radius: .1rem;
        padding-top: .2rem;
        display: none;
    }
     .prize_setting_m .moreshowBox .m_s_c{
        width: 6.46rem;
        height: 2.8rem;
        padding: .2rem .5rem;
        background: #fff;
        border-radius: .1rem;
        margin:0 auto;
        color: #5755C8;
        position: relative;
        box-sizing: border-box;
        font-size: .20rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .prize_setting_m .moreshowBox .closeMoreShow{
        position: absolute;
        right: -.1rem;
        top: -.1rem;
        padding: .3rem;
    }
    .user p{
        height: 1.8rem;
    }
    .m_gosign_bottom {
        display: block;
        width: 100%;
        height: .8rem;
        position: fixed;
        left: 0;
        bottom: 0px;
        background: linear-gradient(#395aff 0%, #7293ff 100%);
        line-height: 0.8rem;
        text-align: center;
        font-size: 0.3rem;
        font-weight: 700;
        z-index: 9;        
        color: #fff;

    }
    #post_form_phone .phone_code .mobile_item{
        width: calc(100% - 62px);
    }
    #post_form_phone #phone {
        width: 100%;
    }
    #post_form_phone .nc-container {
        font-size: 12px;
        -ms-touch-action: none;
        touch-action: none;
        position: relative;
         left: 62px; 
        margin: 20px 0;
        width: calc(100% - 62px);
    }
    .get_code_box>input{
        width: calc(100% - 62px);
         margin-left: 62px; 
         font-size: 12px;
    }
    .get_code_box {
        position: relative;
        margin-bottom: 20px;
        margin-left: 0px; 
        width:  100%;
    }
    .exhibitor_content>a {
        width: 1.8rem;
        height: .64rem;
        border-radius: .04rem;
    }
    .pop_form .layui-layer-content .s_address span,.pop_form .layui-layer-content .s_time span{ 
        display: block;
    }
    .pop_form .layui-layer-content .addrss_date{ 
        display: block;
        font-size: .26rem;
        font-weight: bold;
        color: #333;
    }
}