@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
    }
    .wrap{
        width: 100%;
    }
    .pc_show{
        display: none!important;
    }
    .pc_hide,.m_show{
        display: block;
    }
    .bannerM{
        display: block;
        margin-top: 0.88rem;
    }
    section{
     /*   padding: .5rem 0;*/
        margin: 0;
    }
    .mr80{
        margin-right: 0;
    }
    .banner_sub_p,#siteTop,#banner,.bdsharebuttonbox, .live_box_p{
        display: none;
    }
    aside{
        width: 2.7rem;
        height: 3rem;
    }
    aside ul li a{
        margin-top: -.8rem;
    }
    .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: #0f0850;
    }
    header .wrap {
        height: 0.88rem;
    }
    header .logo img:first-child {
        width:1.25rem;
        padding-left: 0.2rem;
        margin-right: 0.3rem;
    }
    header .logo img:last-child {
        width:1.3rem;
        height: auto;
    }
    header .menu {
        flex-direction: column;
        align-items: start;
        line-height: .88rem;
    }
    header .menu>a,
    header .menu>span {
        display: none;
    }
    header .menu {
        position: fixed;
        top: 0;
        right: 0;
        padding-right: calc(20px + .3rem);
        font-size: .32rem;
        height: 0.88rem;
        background: #010266;
    }
    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: #030454;
    }
    header .menu .drop .item>a {
       padding: 0.2rem 0px;
        padding-left: 0.3rem;
        word-break: break-all;
        width: 80%;
        white-space: break-spaces;
        text-indent: 0;
        line-height: 0.36rem;
    }
    /*板块标题*/
    .section_title>span:after, .section_title>span:before {
        position: absolute;
        top: 0px;
        content: "";
        width: 2.07rem;
        height: 0.63rem;
        background-size: 2.07rem 0.63rem;
    }
    .section_title>span:after {
        left: -2.2rem;
    }
    .section_title>span:before {
        right:-2.2rem;
    }
    .section_title {
        font-size: 0.34rem;
        line-height: 0.36rem;
        padding-top: 0.6rem;
    }
    .section_title i{
        font-size: 0.2rem;
        line-height: 0.26rem;
    }
    /*板块标题*/
    .photo_list {
        width:100%;
        height:100%;

   /* padding-left: 1.95rem!important;*/
       /* padding-left: 133px!important;
        margin-left: 0px!important;*/
    }
    .photo_list .swiper-slide>div{
        width:3.2rem;
    }
    .photo_list .swiper-slide {
        transition: all .3s;

        width: auto!important;

        transform: scale(.8);
         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-prev {
        transform: scale(.8) translateX(2.5rem);
        visibility: visible;
    }
    .photo_list .swiper-slide-active {
        position: relative;
        z-index: 1;
        transform: scale(1);
       /* visibility: visible;*/
    }
    .photo_list .swiper-slide-next {
        transform: scale(.8) translateX(-2.5rem);
        visibility: visible;
    }
    .live_box .swiper-button-next, .live_box .swiper-button-prev {
        position: absolute;
        top: 47.5%;
        width: 0.62rem;
        height:  0.62rem;
        margin-top: 0px;
        z-index: 1;
        background-size: 0.62rem;
    }
    .live_box .swiper-button-prev {
        left: 8.6%;
        margin: 18px 0 0 -0px;
    }
    .live_box .swiper-button-next {
        left: 83%;
        margin: 18px 0 0 0px;
    }
    .photo_list .swiper-pagination{
        display: none;
    }
    .photo_list img {
        height: 3.2rem;
        width: 100%;
    }
    .photo_list .word {
        height: 1.24rem;
        width: 100%;
        padding-top: 0.2rem;
    }
    .photo_list .word .t1 {
        font-size: 0.3rem;
    }
    .photo_list .word .t2 {
        font-size: 14px;
        line-height: 0.32rem;
        text-align: left;
    }
    .live_box {
        padding: 0.7rem 0px;
        position: relative;
        border-bottom: 1px solid #191a89;
        padding-bottom: 0px;
    }
    .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: 0.3rem 0.15rem 0.59rem 0.3rem;
        box-sizing: border-box;
        background: #25196a;
        margin: 0px 0.3rem;
        margin-top: 0.37rem;
        color: #9292c9;

    }
    .title {
        margin: 0 0 .5rem 0 !important;
        font-size: .4rem;
    }
    .title span {
        font-size: .5rem;
    }
    .step .title i {
        top: 1.2rem;
    }
    .step .title {
        padding-top: .7rem;
    }
    .title i{
        top: .5rem;
    }
    .step>p {
        font-size: 16px;
        text-align: center;
    }
    .step>p:before{
        background: none;
    }
    .step{
        width: 100% !important;
        padding-bottom: .5rem;
    }
    .step ul{
        background: none;
        padding: 0 10px;
        border: none;
        box-sizing: border-box;
    }
    .apply_form{
        border-top: none;
    }
    .step{
        border:0px;
    }
    .step .title i {
        top: .7rem;
    }
    .step .title {
        padding-top: .5rem;
    }
    .step>p {
        font-size: 16px;
        text-align: center;
    }
    .step>p:before{
        background: none;
    }
    .step{
        width: 100% !important;
        padding-bottom: 0rem;
        padding-top:0.7rem;
    }
    .step ul{
        background: none;
        border: none;
        box-sizing: border-box;
        border: 1px solid #2d2f7f;
        border-bottom: 0px;
        padding-bottom: 0px;
        padding: 0px;
    }
    .step ul.afternoon {
        margin-top: 0px;
        /* margin-top: 25px; */
        border-top: 0px;
    }
    .step li span:nth-child(1) {
        width: 1.7rem;
        color: #fff;
        color: #9292c9;
    }
    .step li span:nth-child(2) {
        width: 4.9rem;
        font-size: 0.28rem;
        color: #9292c9;
        font-weight: 700;
    }

    .step li span:nth-child(3){
        margin-left: 1.76rem;
        display: inline-block;
        color: #9292c9;
    }
    .pc_table_header{
        display: none;
    }
    .step li{
        line-height: .5rem;
        font-size: .26rem;
        padding: .1rem 10px;
        box-sizing: border-box;
        border-color: #fff;
        margin:0px;
    }
    .step ul li{
        border-bottom: 1px solid #2d2f7f;
    }
    .step li:before,.step li span>i,.step li:after{
        display: none;
    }
    .step .apply{
        display: block;
        margin: .5rem auto;
        border-radius: 25px;
    }
    .step_box{
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        padding-bottom: 0.7rem;
        border-bottom: 1px solid #191a89;
    }
    .step_box .step{
        padding-top: 0px;
    }
    .step ul ,.step ul li{
        border-radius: 0px!important;
        background: rgba(34,17,136,0.40);
    }
    .step ul li span{
        float:initial;
        width: 100%!important;
        padding-left: 0.29rem!important;
        height:auto!important;
        line-height: 0.34rem!important;
        background:transparent!important;
        margin-left:0px !important;
    }
    .step ul li span.dpn{
        display: none;
    }
    .step li span:nth-child(4),.step li span:nth-child(3){
        display: inline-block;
        width: auto!important;
    }
    .step li.table_header {
        display: none;
    }
    .m_show_title{
        background: #3946ae!important;
        text-align: center;
        line-height: 0.8rem;
        font-size: 0.34rem;
    }
    .table_red{

        color: #c74ca0!important;
        font-weight: 700;
    }
    .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 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .apply_form label input{
        width: 5.5rem;
        margin-left: .3rem;
    }
    #address_select select{
        width: 2.65rem;
    }
    select[name="jobcat"]{
        width: 5.5rem;
        margin-left: .3rem;
    }
    select[name="vocational"]{
        width: 5.5rem;
        margin-left: .3rem;
    }
    select[name="province"]{
        width: 5.5rem;
        margin-left: .32rem;
        margin-right: .2rem;
    }
    #address_select {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .apply_form{
        padding-top: .5rem;
        padding-bottom: 0.7rem;
    }
    .apply_form .apply {
        margin: 0.8rem auto 0rem auto;
        width: 65%;
        height: .88rem;
        border-radius: 40px;
    }
    .apply_form p {
        margin: .8rem 0 .4rem 0.6rem;
        text-align: left;
    }
    .apply_form form i{
        color: #f34244;
    }
    .address_box {
        padding: 0.7rem 0px;
        height: 6.79rem;
    }
    .address_box img {
        margin-top: 0.52rem;
        width: 87%;
    }
    .concat_user{
        width: 100%;
        padding: 0 0.3rem !important;
        box-sizing: border-box;
    }
    .concat>div:nth-child(2){
        padding: 0;
        margin: .2rem;
    }
    .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;
        padding-top: 0.08rem;
    }
    .concat_box .concat {
        padding-top: 0.55rem;
    }
    .m_logo1{
        width: 2rem;
        margin: 0 auto;
        display: block;
    }

    .newListBox{
        padding: 0px .3rem;
        margin: 0;
        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;
        border-bottom: 1px dashed #1E2B9D;
        padding: .4rem 0;
        margin: 0;
    }
    .newListBox .msgContent p{
        color: #fff;
        margin-bottom: 10px;
    }
    .activity_box {
        padding-top: .64rem;
        padding-bottom: 0.7rem;
        border-bottom: 1px solid #15266a;
    }
    .user{
        margin: 0;
    }
    .wrap_b{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
    }
    .aw_c_6 ul{
        display: block;
        width: calc(2.25rem * 10) !important;
        position: relative;
        left: 0;
        animation: aw_c_6_ul 10s linear infinite;
    }
    .votePow .moreMsgBox_c{
        margin-bottom: 70px;
    }
    @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;
    }
    .prize_setting{
        width: 100%;
        overflow-x: auto;
    }
    .prize_setting .flex{
        display: block;
    }
    .prize_setting li{
        width: 100%;
        margin-top: 0.4rem;
    }
    .prize_header img{
        width: 2.75rem;
    }
    .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.3rem;
        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,.tp_content_list ul li .t_c_msgBoxs{
        height: 4.6rem;
    }
    .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: #9292c9;
    }
    .tp_content_list ul li .t_c_msgBox h3{
        height:69px;
    }
    .tp_content_list ul li .t_c_msgBox h3 i{
        font-style: normal;
        color: #d5d5f8;
        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_c_text{
        height: .6rem;
    }
    .tp_content_list ul li .t_p_btn{
        width: 2.7rem;
        height: .6rem;
        line-height: .6rem;
        margin: 0;
        margin-top: -6px;
    }
     .votePow{
        width: 90%!important;
    }
    .formBox .formItem input{
        width: 2.9rem;
    }
    .formBox .formBtn a{
        width: 1.4rem;
    }
    .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{
        padding: 0;
    }
    .sponsors {
        padding: 0.6rem 0.3rem;
        margin: 0;
        border-bottom: 1px solid #1e1f7a;
    }
    .sponsors li{
        width: 1.9rem;
    }
    .sponsors li img{
        width: 1.76rem;
        height: 0.67rem;
    }
    .sponsors .wrap{
        padding-bottom: 0px;
    }
    .j-mqrquee {
        margin-top: .37rem;
    }
    .step table{
        display: none;
    }
    .step ul{
        display: block !important;
    }
    .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;
    }
    .concat div:nth-of-type(2){
        font-size: .24rem;
    }
    .user p{
        height: 1.8rem;
    }
    .m_gosign_bottom {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: linear-gradient(180deg,#A002C6, #F8249B);
        line-height: 0.88rem;
        text-align: center;
        font-size: 0.3rem;
        z-index: 9;
    }
    .votePow .pBox span.m_show{
        display: block;
    }