@charset "utf-8";
/* 样式重置 */
body,html {
    min-height: 100%;
}
body {
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol,ul {
    list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: normal;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

fieldset,img,a img,:link img,:visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* a:visited {
    color: inherit;
} */

/*a:hover,
a:active {
    color: #d00000;
}*/

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th {
    text-align: left;
}

/* 通用样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.none {
    display: none;
}
.fl {
    display: inline;
    float: left;
}
.fr {
    display: inline;
    float: right;
}
.clearfix {
    _zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ovh {
    overflow: hidden;
    display: block;
}

.lh1 {
    line-height: 1;
}

.tov,
.tovm {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tovm {
    display: -webkit-box;
    -webkit-box-orient:  vertical;
    white-space: normal;
}
.tc {
    text-align: center;
}
.fc9 {
    color: #999;
}
.fc6 {
    color: #666;
}
.fc3 {
    color: #333;
}
.fcred {
    color: #d00000;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fblod {
    font-weight: 700;
}

.ml10 {
    margin-left: 10px;
}
.ml5 {
    margin-left: 5px;
}
.mt30 {
    margin-top: 30px;
}
.mr30 {
    margin-right: 30px;
}

/* 向下三角形 */
.delta_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    vertical-align: -2px;
    border-color: #999 transparent transparent;
}

.not_select {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}


/* pc */
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_items{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_last_end{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}
.limit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.limit2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.limit3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dib{
    display: inline-block
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}
.mb20{
    margin-bottom: 20px;
}
.wh{
    width: 100%;
}
.pr{
    position: relative
}
.hide {
    display: none;
}


/* 顶通条 */
.site_top {
    position: fixed;
    top:0px;
    left: 0px;
    right:0px;
    margin-bottom: 80px;
    z-index: 30;
    height: 30px;
    background-color: #fafafa;
    color: #999;
    line-height: 30px;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/activity/bldc-review2019/images/site-top-icon.png') no-repeat;
}
.site_top .i2 {background-position: 0 -18px;}
.site_top .i3 {background-position: 0 -36px;}
.site_top .i4 {background-position: 0 -54px;}
.site_top .i5 {background-position: 0 -71px;}
.site_top .i6 {background-position: 0 -125px;display: none;}
.site_top .i7 {background-position: 0 -91px;}
.site_top .i8 {background-position: 0 -108px;}
/* .site_top .site_partner a:hover .icon {
    background-position-x: -19px;
} */
.site_top .origin-item {
    float: right;
    margin-right: 20px;
}
.site_top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}
.site_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #0f0941 #feff02 #0f0941 #0f0941;
}
.site_top a {
    color: #aaa;
}
/* .site_top a:hover {
    color: #d00;
} */
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #fafafa;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:first-child {
    margin-left: 0;
}
.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}
.site_top .login {
    margin-right: 5px;
}
.site_top .user_area .umenu {
    cursor: pointer;
}
.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}
.site_top .user_area .umenu:hover .drop {
    display: block;
}
.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}
.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
    /* background-color: red; */
}
.site_top .user_area .drop a {
    display: block;
    color: #fff;
}
.site_top .user_area .drop a:hover {
    background-color: #000;
}
/*锚点样式*/
#prize_area_href,#quick_main,#quick_agenda,#quick_speakers,#sign_info_location,#awards_title_href{
    position: relative;
    top:-120px;
}
/*锚点样式*/
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    background-color: #fff;
}
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: #1A70F0;
}
header .menu>a,
header .menu .drop {
    padding: 0 6px;
}
/*header .menu>a:hover {
    color: #333;
}*/
header .menu .drop {
    position: relative;
    line-height: 80px;
}
header .menu .drop::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    vertical-align: -2px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    border-color: #333 transparent transparent transparent;
}

header .menu .drop:hover::after {
    border-color: #fff transparent transparent transparent;
}
header .menu .drop:hover {
    background-color: #1a70f0;
    color: #fff;
    cursor: pointer;
}
header .menu .drop .item {
    position: absolute;
    top: 80px;
    left: -9999999px;
    white-space: nowrap;
    line-height: 40px;
    background-color: #8cb7f7;
}
header .menu .drop:hover .item {
    left: 0;
}
header .menu .drop .item>a {
    display: block;
    padding: 0 15px;
    padding-right: 40px;
}
header .menu .drop .item>a:hover {
    background-color: #5b9bfe;
    color: #fff;
}
header .menu .enter {
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    background: #999;
    text-align: center;
    border-radius: 20px;

}
header .menu .enter:hover {
    background: #999;
}

header .top_back_btn {
    margin-left: 10px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #1a70f0;
}
header .top_back_btn:hover {
    color: #fff;
    background:#5B9BFE;
}


header .logo img:first-child {
    width: 95px;
}
header .logo img:nth-child(2) {
    width:90px;
    margin:0 7px;
}
header .logo img:last-child {
    width: 250px;
}
/*公共背景色*/

.bg_other{
    background: #e6f2ff
}

/*公共背景色*/
/*首页新闻业banner*/
.index_banner {
    position: relative;
    height: 620px;
    background: url('../img/index_banner.png?20220929') top center no-repeat;
    margin-top: 110px;
}
.index_banner .enter {
    position: absolute;
    left: 41.5%;
    /* margin-left: -110px; */
    bottom: 17%;
    width: 201px;
    height: 64px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 59px;
   /* background: url('../img/index_banner_btn.png') center center no-repeat;*/
}
.aside_index_btn_box{
    position: relative;
}
.index_banner .enter:hover{
    color:#fff;
}


.index_banner .back_btn{
    position: absolute;
    left: 0;
    bottom: 137px;
    width: 208px;
    height: 65px;
    text-align: center;
    text-decoration: none;
    background: url(../img/-e-btn.png) center center no-repeat;  
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 14px;
    transition: all 0.5s;
}
.index_banner .back_btn:hover{
    transform: scale(1.2);
}

.back_btn span {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}


/*首页新闻业banner*/
/*分享*/
.ind_order_0{
    padding-top:20px;
}
.bdsharebuttonbox {
    position: relative;
    background: transparent;
    padding-left: 28px;
    text-align: right;
}
.bdsharebuttonbox i {
    display: inline-block;
    margin: 0 0 0 5px;
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    cursor: pointer;
}
.bdsharebuttonbox .bds_tsina{
    background: url(../img/xinlan.png)
}
.bdsharebuttonbox .bds_weixin{
    background: url(../img/weixin.png)
}
/*分享*/
/*标题*/
.sec_tit {
    height: 118px;
    background: url(../img/title_icon.png) center center  no-repeat;
    position: relative;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.sec_tit .title_b {
    font-size: 36px;
    font-weight: 700;
}
.sec_tit .title_s {
    font-size: 14px;
    color: #999999;
}
/*标题*/
/*底部*/
.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;
}

/*底部*/
.tips{
    background: rgba(0,0,0, .8) !important;
    text-align: center !important;
    border: none !important;
}

.ai2020_pop {
    color: #333;
}
.ai2020_pop .layui-layer-title {
    position: relative;
    z-index: 1;
    background-color: transparent;
    margin: 0 50px -20px 0;
    border-bottom: none;
}
.ai2020_pop .layui-layer-content {
    padding: 0 40px;
}
.apply_form_pop .pop_sec_tit{
    display: flex;
}
.apply_form_pop .pop_sec_tit img{
    margin-right: 10px;
}
.apply_form_pop .pop_sec_tit .e1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.apply_form_pop .pop_sec_tit .e2{
    font-size: 20px;
}
.apply_form_pop .pop_sec_tit>div{
    display: flex;
    flex-flow: column;
    height: 73px;
    justify-content: center;
}
.apply_form_pop h3{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 10px 0px 24px 0px;
}
.apply_form_pop {
    background-color: #fff;
    box-sizing: border-box;
}
.J_vote_form h1{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.J_vote_form h3{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding:0px;
    margin-bottom: 20px;
}
.J_vote_form h2{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
}
.form_title_icon{
    display: inline-block;
    margin-right: 5px;
}
.form-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.form-item-left5{
    display: block;
}
.form-item.form-item-left5{
    padding-left: 10px;
}
.apply_form_pop.J_vote_form .form-title{

    width: 62px;
}
.form-title {
    line-height: 32px;
    font-size: 14px;
    width: 48px;
    text-align: left;
}

.form-input {
    text-indent: 10px;
    height: 32px;
    width: 280px;
    border-radius: 3px;
    border: 1px solid RGB(230, 230, 230);
}

.apply_form_pop.J_vote_form .form-input{

        width:  300px;
        box-sizing:     border-box;
        height:     40px;
        line-height:    40px;
}
.address-box {
    display: flex;
    height: 32px;
}

.address-box>select {
    border-radius: 3px;
    border: 1px solid RGB(230, 230, 230);
    width: 136px;
    color: #656565;
}

.address-box>select:nth-child(1) {
    margin-right: 10px;
}
.form-check{
    display: inline-block;
    align-items: center;
}
.form-check p{
    display:    inline;
}
.form-check:nth-child(1) {
    margin-right: 30px;
}
.btn-box{
    display: flex;
    padding: 10px 0 50px; 
    margin-left: 62px;
}
.btn-box > div,
.btn-box > button {
    width: 116px;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.submit-btn{
    width: 116px;
    height: 34px;

    line-height: 34px;
    text-align: center;
    background-color: RGB(35,108,255);
    color: #fff;
    border: 1px solid RGB(35,108,255);
    margin-right: 14px;
}
.submit-btn:hover{
    background-color:#1d59d1;
}
.cancel-btn{
    border: 1px solid RGB(230, 230, 230);
}
.cancel-btn:hover{
    background-color: #f9f9f9;
}
.success-box{
    width: 360px;
    background-color: #fff;
}
.status-box{
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.status-box .qrcode {
    display: block;
    margin: 20px auto 10px;
}
.status-box .succ_icon {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 24px;
line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.status-box .succ_icon img {
    margin-right: 20px;
    vertical-align: top;
}
.status-box h1 {
   /* margin-bottom: 40px;*/
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.vote_go_prize{
    width: 140px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background:#1a70f0;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}
.vote_go_prize:hover{
    background:#5B9BFE;

}
.vote_go_prize_box{
    display: flex;
}
.vote_go_prize_box .vote_go_prize_btn{

    width: 140px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background:#1a70f0;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}
.vote_go_prize_box .vote_go_prize{
    margin-right: 20px;
}
.enlist-succ-box {
    font-size: 14px;
}
.enlist-succ-box .succ_icon {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.enlist-succ-box .succ_icon img {
    margin-right: 40px;
    vertical-align: middle;
}
.enlist-succ-box .qrcode {
    height: 121px;
    display: block;
    margin: 20px auto 28px;
}
.enlist-succ-box .text {
    text-align: center;
    color: #666;
}
.aside_fixed {
    z-index: 1;
    position: fixed;
    right: 0;
    top: 20%;
    width: 157px;
    height: 175px;
    padding-top: 106px;
    background-image: url('../img/aside_fixed.png?v3');
}
.aside_awards_index{
    position: fixed;
    right: 0;
    top: 40%;
    width: 200px;
    height: 200px;
    background-image: url('../img/aside_t_p.png?v3');
    background-repeat: no-repeat;
    z-index:99;
    cursor: pointer;
    background-size: cover;
}
.aside_t_p_index{
    position: fixed;
    right: 0;
    top: 40%;
    width: 155px;
    height: 168px;
    background-image: url('../img/aside_t_p2.png?v3');
    background-repeat: no-repeat;
    z-index:99;
    cursor: pointer;
}
.aside_awards_link,.aside_t_p_link{
    width: 100%;
    height:100%;
    display: block;
}
.aside_delete{
    position: absolute;
    top: 14px;
    right: 24px;
    width: 23px;
    height: 20px;
}
.aside_t_p_index .aside_delete{    
    top: -1px;
    right: 7px;
}
/*
.aside_awards_vote{
    position: fixed;
    right: 0;
    top: 20%;
    width: 122px;
    height: 113px;
    background-image: url('../img/aside_awards_vote.png?v3');
    z-index:99;
}*/
.aside_fixed .live {
    display: block;
    height: 55px;
    margin: 0 20px 1px;
}
.pc_show_text{
    display:inline-block;
}
.m_show_text{
    display:none;
}
.m_show{
    display: none;
}
.pc_hide{
    display: none;
}
.pop_detail_box{
    margin-top: 10px;
}
.pop_detail_box td{
    border: 1px solid #333;
    padding: 6px;
    text-align: left;
}
 header .menu .drop.dropNone::before,header .menu .drop.dropNone::after {
        display: none;
}

/*延期弹框样式*/
.later_meeting_pop{
    position: fixed;    
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.later_meeting_box{
    width:800px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    padding:30px;
}
.later_meeting_box h3{
    font-size: 24px;
    text-align: center;
}
.later_meeting_box p{
    font-size: 16px;
    line-height: 1.8;
}
.later_meeting_box p.text_inddent{
    text-indent: 2em;
}
.later_meeting_box p.tlr{
    text-align: right;
}
.text_p_1{
    margin: 5px 0;
}
.later_meeting_button a{
    display: block;
    margin:10px auto 0 auto;
    padding:6px 0;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background: #1a70f0;
}
.later_meeting_close{
    position: absolute;
    right:10px;
    top:1px;
    color: #ccc;
    font-size: 2.5em;
    font-family: serif;
    font-weight: 700;
}
/*延期弹框样式*/
@media (max-width: 750px) {
    html {
        font-size: 13.33333333vw;
    }
    body {
        padding-top: 1.2rem;
    }    
    .aside_awards_index,.aside_t_p_index{
        display: none;
    }
    .pc_show_text{
        display:none;
    }
    .m_show_text{
        display:inline-block;
    }
    .m_show{
        display: block;
    }
    .pc_hide{
        display: block;
    }
    .aside_fixed,
    .site_top {
        display: none;
    }
    .aside_index_btn_box {
        display: none;
    }
    .wrap {
        width: auto;
        margin: 0 .3rem;
    }
    .mr30 {
        margin-right: .3rem;
    }
    /*分享*/    
    .ind_order_0{
        display: none;
    }
    /*分享*/
    /*公共标题*/
     .sec_tit{
        width: 3.83rem;
        margin: 0 auto;
        height: 1.28rem;
        background: url(../img/title_icon_m.png) center center no-repeat ;
        background-size: 3.83rem 1.28rem;
    }
    .sec_tit .title_b {
        font-size: 0.36rem;
        font-weight: 700;
    }
    .sec_tit .title_s {
        font-size: 0.2rem;
    }
    /*公共标题*/
    header {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        height: 1.2rem;
        margin-right: 0!important;
        background-color: #fff;
    }
    header .wrap {
        height: 1.2rem;
    }
    header .logo img:first-child {
        width:1.05rem;
    }
    header .logo img:nth-child(2) {
        width:  0.94rem;
        margin:0 0.09rem;
    }
    header .logo img:last-child {
        width: 2.8rem;
    }
    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 + .4rem);
        font-size: .32rem;
        height: 1.2rem;
        background-color: #fff;
    }
    header .menu .enter {
        display: block;
        order: -1;
        margin: 0 .3rem 0 -.6rem;
        width: 2.4rem !important;
        padding: 0;
        line-height: 1.2rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
    }
    header .menu .top_back_btn {
        display: block;
        order: -1;
        margin: 0.22rem 0rem 0 -.6rem;
        width: 1.2rem !important;
        padding: 0;
        color: #fff!important;
        line-height: 0.66rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
        background: #1a70f0;
        font-size: 0.24rem!important;
    }
    header .menu::after {
        position: absolute;
        top: .6rem;
        right: .3rem;
        content: "";
        margin-top: -10px;
        width: 20px;
        height: 14px;
        border-top: 2px solid #bbbfcf;
        background: linear-gradient(transparent 6px,#bbbfcf 6.1px,#bbbfcf 8px,transparent 8.1px,transparent);
        border-bottom: 2px solid #bbbfcf;
    }
    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;
        color: #bbbfcf;
    }
    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.active>a.top_back_btn{
        margin-left: 0.9rem;
    }
    header .menu .drop {
        line-height: inherit;
    }
    header .menu .drop::after {
        display: none;
    }
    header .menu.active>span {
        
    background-color: #fff;
    }
    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: 1.2rem;
        right: 2.8rem;
        left: auto;
        height: 100vh;
        width: auto;
        padding-right: 0.3rem;
        line-height: inherit;
        transform: translateX(0);
        background-color: #e6f2ff;
        font-size: 14px;
        color: #333;
    }
    header .menu .drop .item>a {
        /* display: inline-block; */
        padding: 0;
        word-wrap: break-word;
        word-break: normal;
        /* white-space: nowrap; */
    }
    header .menu .drop .long-item>a {
        white-space: normal !important;
        word-wrap: break-word !important;
        text-indent: 0;
        /* padding-left: 0.4rem; */
        line-height: 0.4rem;
        padding: 0.24rem 0rem 0.24rem 0.4rem;
        color: #333;
    }
     .index_banner {
        height: 3.75rem;
        background: url(../img/banner.png?20220929); 
        background-size: auto 100%;
        margin-top: 0px;
    }

    .index_banner .back_btn {
        display: block;
        width: 2rem;
        height: 0.6rem;
        background: url(../img/-e-btn.png);
        background-size: 2rem 0.6rem;
        position: absolute;
        left: 0;
        right: 0;
        /* margin: 0 auto; */
        bottom: 0.6rem;
        padding-top: 0;
    }
    .index_banner .back_btn span{
        font-size: 0.2rem;
        line-height: 0.5rem;
    }
    
    .index_banner::after {
        display: none;
    }
    .ind_order_5 .apply_form{
        margin-top:0.5rem;
    }
    .footer {
        display: none;
    }
    .apply_form_pop,
    .apply_form_pop>h1,
    .apply_form_pop>h3 {
        font-size: .3rem;
    }
    .apply_form_pop>h2 {
        display: none;
    }
    .apply_form_pop>h3 {
        margin-bottom: .3rem;
    }
    .form-item {
        margin-bottom: .3rem;
        flex-wrap: wrap;
    }
    .form-title {
        white-space: nowrap;
        width: auto;
        margin-right: .2rem;
    }
    .form-input {
        width: auto!important;
        flex: 1;
        font-size: .24rem;
    }
    .btn-box > div, .btn-box > button {
        font-size: .24rem;
    }
    .address-box>select {
        flex: 1;
        width: auto;
    }
    .form-check {
        width: 100%;
    }
    .form-check{
        display: inline-block;
        width:  auto;
        margin-right:   0.2rem;
    }
    .form-check p{
        display: inline;
        font-size: 14px;
    }
    .form-check:nth-child(1) {
        margin: 0;
        margin-right:   0.3rem;
        white-space: nowrap;
    }
    .status-box h1 {
        margin-bottom: 0;
    }
    .status-box {
        padding-bottom: .7rem;
    }
    .mobile_sign{
        display: block!important;
        width: 2.2rem;
        height: 0.7rem;
       /* background: rgba(0,0,0,0.5);*/
        position: absolute;
        bottom: 9%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    /*表格样式*/
    .ai2021_pop_form{
        background: #fff!important;
    }
    .ai2021_pop_form .layui-layer-ico {
        background: url(../img/m_form_back.png) no-repeat!important;
        width: 0.28rem!important;
        height: 0.48rem!important;
        background-size: 0.28rem 0.48rem!important;
    }
    .ai2021_pop_form .layui-layer-setwin .layui-layer-close1 {
        background-position: 0 0px!important;
    }
    .ai2021_pop_form .apply_form_pop {
        background-color: #fff;
        box-sizing: border-box;
        color:#333;
    }
    .ai2021_pop_form .form_title_icon{
        color: #1A70F0;
        margin-right: 5px;
    }
    .ai2020_pop .layui-layer-content{

        padding: 0 0.3rem;
    }
    .ai2021_pop_form  .form-input ,.ai2021_pop_form  .address-box>select{
        background: #e6f2ff;
        border: none;
        color: #333;
    }
    .ai2021_pop_form  .address-box>select{

        width: 2.76rem;
        padding-left:10px;
        font-size:12px;
    }
    .address-box {
        flex: 1;
    }
    .ai2021_pop_form  .apply_form_pop>h2.sec_tit {
        display: block; 
        color: #fff;
    }
    .ai2021_pop_form  .layui-layer-setwin{
        right: 92%;
        top: 47px;
    }
    .ai2021_pop_form .sec_tit img{
        visibility: hidden;
    }
    .ai2021_pop_form  .cancel-btn{
        display: none!important;
    }
    .ai2021_pop_form .btn-box > div,.ai2021_pop_form .btn-box > button{
        width: 80%;
        display: block;
        margin: 0 auto;
        line-height: 0.88rem;
        height: 0.88rem;
        border: none;
        background: #1a70f0;
        border-radius: 4px;
    }
    .apply_form_pop .pop_sec_tit img{
        display: none;
    }
    .apply_form_pop .pop_sec_tit {
        margin-left: 0.6rem;
    }
    .apply_form_pop .pop_sec_tit .e1{
        font-size: 0.3rem;
        line-height: 0.3rem;
    }
    .apply_form_pop .pop_sec_tit .e2{
        font-size: 0.3rem;
    }
    .apply_form_pop>h3{
        padding: 0px;
        color: #999;
    }
    /*报名成功弹框*/
    .enlist-succ-box .succ_icon img{
        margin-right: 0px;
    }
    .ai2021_pop_form_top{
        top:0px!important;
        color:#333;
    }
    .ai2021_pop_form_top .succ_icon span{
        display: block;
        text-align: center;
    }
    .ai2021_pop_form_top .enlist-succ-box p {
        margin-left: 6%!important;
    }
    .ai2021_pop_form_top .enlist-succ-box p .addr{
        text-indent: 
    }
    .ai2021_pop_form_top .enlist-succ-box p.text{
        margin-left: 0px;
    }
    .ai2021_pop_form_top .enlist-succ-box .text{
        color:#ccc;
    }
    .ai2021_pop_form_top .enlist-succ-box .qrcode {
        height: 2.8rem;
        display: block;
        margin: 0.4rem auto 0.3rem;
    }
    .ai2021_pop_form_top .enlist-succ-box .succ_icon {
        margin-top: 50px;
    }
    .ai2021_pop_form_top.layui-layer-page .layui-layer-content{
        overflow: visible!important;
    }
    .ai2021_pop_form_top .back_index_pop{
        width: 80%;
        height: 0.88rem;
        line-height: 0.88rem;
        margin: 0 auto;
        margin-top: 0.4rem;
        text-align: center;
        background: #1A70F0;
        border-radius: 4px;
        color: #fff;
    }
    /*弹框*/
    .later_meeting_box {
        width: 93%;
        padding: 0.3rem;
    }
    .later_meeting_box h3 {
        font-size: 0.3rem;
        text-align: center;
    }
    .later_meeting_box p {
        font-size: 0.2rem;
        line-height: 1.7;
    }
    .later_meeting_close {
        right: 2px;
        top: -3px;
        font-size: 2em;
    }
    .later_meeting_button a {
        margin: 0.1rem auto 0 auto;
        padding: 0.1rem 0;
        width: 1.4rem;
        font-size: 0.2rem;
    }
}