.data-show dl{
    width: 33%;
    text-align: center;
}
.data-show dl dt img{
    width:.9rem;
}
.data-show dl .desc{
    font-size: .28rem;
    margin: .16rem 0 .14rem;
}
.data-show dl .num{
    font-size: .32rem;
    color: #41569e;
    height: .32rem;
    line-height: .32rem;
}
.change_meet_type{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
}
.change_meet_type a{
    display: inline-block;
    width: 50%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    border:1px solid #F7CD5D;
    color: #F7CD5D;
    font-size: 0.3rem;
}
.change_meet_type .active{
    background: #F7CD5D;
    color: #fff;
}
.meeting .part2 .part-title{
    padding: .35rem 0 0;
    margin-bottom: 0;
}
.meeting .part3{
    padding-bottom: 0;
}
.ranktab-nav{
    height: .85rem;
}
.ranktab-nav a{
    position: relative;
    width: 33%;
    height: 100%;
    line-height: .85rem;
    font-size: .3rem;
    text-align: center;
}
.hall .selectControl .select-tab,.hall .cityControl.multiple,.hall .industryControl{
    top:2.07rem;
}
.filter .selectControl .rank-fix{
    top:1.75rem !important
}
.tab-nav-fix{
    z-index:1000 !important
}
.t-s-fix{
    top:1.75rem !important
}

/* .hall .selectControl .school{
    top: 0
} */
.hall-list li{
    border-bottom: .2rem solid #f0f0f0;
}
.hall-list li:last-child{
    border-bottom: 0;
}

.hall-list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: .35rem .2rem 0;
}
.hall-list li a .hall-num{
    position: absolute;
    right: 0;
    top:.35rem;
    background: #ED6F70;
    height: .45rem;
    line-height: .45rem;
    color: #fff;
    font-size: .24rem;
    font-weight: bold;
    padding: 0 .2rem 0 .3rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.hall-list li dl dt{
    width: 1.4rem;
    height: 1.4rem;
    box-shadow: 0 0 9px 6px #f6f9ff;
    text-align: center;
    line-height: 1.4rem;
}
.hall-list li dl dt img{
    max-width:100%;
    max-height:100%;
}
.hall-list li dl dd{
    margin-left: 0.4rem;
    /*margin-left: 1.7rem;*/
    /*width: 3.8rem;*/
}
.hall-list li dl .company-name{
    height:.4rem;
    line-height: .4rem;
    font-size: .3rem;
    margin-bottom: .15rem;
}
.hall-list li dl .company-addr{
    position: relative;
    font-size: .24rem;
    padding-left: .4rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .15rem;
}
.hall-list li dl .company-addr:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    width: .3rem;
    height: .3rem;
    background: url("../images/icon/icon-addr.png") no-repeat center/100% 100%;
    margin-top: -.15rem;
}
.hall-list li dl .company-desc{
    color: #999;
    font-size: .24rem;
    margin-bottom: .15rem;
}
.hall-list li .positions{
    padding: .3rem 0 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: .28rem;
    margin: .3rem 0 0;
}
.hall-list li .positions p{
    margin-bottom: .3rem;
}
.hall-list li .positions span em{
    color: #999;
}
.hall-list li .positions .float-r{
    color: #F1A26C;
}
.hall-list li .num{
    position: relative;
    height: .3rem;
    font-size: .24rem;
    color: #666;
}
.hall-list li .num:after{
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: .1rem;
    height: .18rem;
    background: url(../images/icon/icon-list-arrow.png) no-repeat center/100% 100%;
    margin-top: -.09rem;
}
.hall-list li .num span{
    position: relative;
    height: .3rem;
    line-height: .3rem;
    padding-left: .45rem;
 }
.hall-list li .num span:before{
    content: "";
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: 0;
    top:0;
}
.hall-list li .num .position-num:before{
    background: url("../images/icon/icon-position.png") no-repeat center/100% 100%;
}

.meeting.detail .top .meeting-title{
    font-size: .32rem;
    line-height: .45rem;
    margin-bottom: .35rem;
}
.meeting.detail .meeting-info p{
    padding: .3rem .2rem;
    line-height: .4rem;
    font-size: .3rem;
    border-bottom: 1px solid #F3F3F3;
}
.meeting.detail .meeting-info p:last-child{
    border-bottom:0;
}
.meeting.detail .meeting-info.offline .meeting-addr:before{
    content: "";
    display: inline-block;
    width: .24rem;
    height: .29rem;
    background: url(../images/icon/icon-addr-gray.png) no-repeat center/100% 100%;
    vertical-align: middle;
    margin: -2px .15rem 0 0;
}
.meeting.detail .meeting-info.online .meeting-day:before{
    content: "";
    display: inline-block;
    width: .38rem;
    height: .38rem;
    background: url(../images/icon/icon-calendar.png) no-repeat center/100% 100%;
    vertical-align: middle;
    margin: -2px .15rem 0 0;
}
.meeting.detail .meeting-info.online .meeting-day span{
    color: #1db750;
}
.meeting.detail .meeting-info.online .meeting-addr{
    padding-bottom: .1rem;
}
.meeting.detail .meeting-info.online .meeting-addr span{
    display: inline-block;
    font-size: .28rem;
    padding: .05rem .25rem;
    background: #eee;
    margin-right: .3rem;
    border-radius: 20px;
    white-space: nowrap;
    margin-bottom: .2rem;
}
.meeting.detail .content-title{
    position: relative;
    height: .7rem;
    border-bottom: 1px solid #f3f3f3;
    font-size: .32rem;
    margin-bottom: .3rem;
}
.meeting.detail .content-title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width: 1.2rem;
    height: 2px;
    background: #F7CC58;
}
.meeting.detail .meeting-content p{
    font-size: .28rem;
    line-height: .45rem;
    margin-bottom: .2rem;
}
.bottom-box.three a{
    width: 2.9rem;
    height: 100%;
    background: #F7CC58;
    font-size: .34rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}
.bottom-box.three a:last-child{
    background: #4958A0;
}
.bottom-box.three .btn-collect{
    width: 1.7rem;
    background: url(../images/icon/icon-collect.png) no-repeat center/.4rem .41rem;
}
.bottom-box.three .btn-collect.active{
    background: url(../images/icon/icon-collect-on.png) no-repeat center/.4rem .41rem;
}
/*企业参会*/
.attend.company .meetingInfo .company-img{
    width: 2.46rem;
    height: 2.46rem;
    background: #000;
    border-radius: 5px;
}
.attend.company .meetingInfo dl{
    margin-left: 2.75rem;
}
.attend.company .meetingInfo dl dt{
    font-size: .3rem;
    color: #000;
    line-height: .45rem;
    height: .9rem;
}
.attend.company .meetingInfo dl dd{
    height: .45rem;
    line-height: .45rem;
    margin-top:.25rem;
    font-size: .24rem;
}
.attend.company .meetingInfo .price{
    font-size: .3rem;
    color: #ff0000;
    font-weight: bold;
}
.attend.company .meetingInfo .price em{
    font-size: .45rem;
    font-weight: bold;
}
.attend.company .meetingInfo .site{
    background: #ED6F70;
    padding: .08rem .2rem .08rem;
    font-size: .21rem;
    font-weight: bold;
    color: #fff;
    border-radius:20px;
}
.attend.company .title{
    font-size: .3rem;
    padding: 0 .2rem;
    margin-top: .2rem;
}
.attend.company .orderInfo .order{
    padding: .1rem .2rem;
}
.attend.company .orderInfo .order li{
    padding: .2rem 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: .26rem;
    line-height: .5rem;
}
.attend.company .orderInfo .order li:last-child{
    border-bottom: 0;
}
.attend.company .orderInfo .order li p{
    margin-top: .25rem;
}
.attend.company .orderInfo .order li label{
    color: #999;
}
.attend.company .orderInfo .order li .text-input{
    width: 4.7rem;
    height: .5rem;
    line-height: .5rem;
    background: #F5F5F5;
    padding-left: .18rem;
}
.attend.company .orderInfo .order li .ticketInfo .input-box{
    position: relative;
    width: 3.6rem;
}
.attend.company .orderInfo .order li .ticketInfo .input-box .text-input{
    width: 3.6rem;
}
.attend.company .orderInfo .order li .ticketInfo .btn-build{
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    background: #4958A0;
    font-size: .26rem;
}
.attend.company .orderInfo .order li .ticketInfo p{
    position: relative;
}
.attend.company .orderInfo .order li .ticketInfo .icon-arrow-down{
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0.1rem;
    height: 0.18rem;
    z-index: 5;
    background: url(../images/icon/icon-list-arrow.png) no-repeat center/100% 100%;
}
.attend.company .orderInfo .build-box{
    width: 7.1rem;
    background: #fff;
    margin: .2rem auto 0;
    border-radius: 20px;
    border: 1px solid #F2F2FF;
    box-shadow: 0 0 10px #F2F2FF ;
    padding: .2rem;
}
.attend.company .orderInfo .order .build-box label{
    font-size: .36rem;
    color: #333;
}
.attend.company .orderInfo .order .build-box input{
    font-size: .3rem;
    text-align: right;
    width: 5rem;
    line-height: .5rem;
    margin-right: .2rem;
}
.attend.company .orderInfo .order .build-box input::placeholder{
    color: #999;
}
.attend.company .orderInfo .order .build-box li{
    position: relative;
    padding: .35rem 0;
}
.attend.company .orderInfo .order .build-box li.title{
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.attend.company .orderInfo .order .build-box li.addr-info label{
    font-size: .32rem;
    color: #666;
}
.attend.company .orderInfo .order .build-box li.addr-info input{
    font-size: .28rem;
}
.attend.company .orderInfo .order .build-box li.text-box .text{
    display: block;
    width: 100%;
    min-height: .5rem;
    margin-top: .1rem;
    outline: none;
    margin-bottom: 0;
}
.attend.company .orderInfo .order .build-box li.title:before,.attend.company .orderInfo .order .build-box li.text-box:before{
    background: transparent;
}
.attend.company .orderInfo .order .build-box li:before{
    content: "";
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 0.18rem;
    z-index: 5;
    background: url(../images/icon/icon-list-arrow.png) no-repeat center/100% 100%;
}
.attend.company .orderInfo .order .build-box .btns{
    margin: .2rem auto;
}
.attend.company .orderInfo .order .build-box .btns:before{
    background: transparent;
}
.attend.company .orderInfo .order .radio-box{
    margin-left: .4rem;
}
.attend.company .orderInfo .order .radio-box input,.attend.person .info-box li .radio-box .radio{
    display: inline-block;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background: #fff;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -3px;
    padding: 0;
}
.attend.company .orderInfo .order .radio-box label{
    color: #333;
}
.attend.company .orderInfo .order .radio-box input:checked{
    border: .07rem solid #41599F;
}
.attend.person .info-box li .radio-box .radio:checked{
    border: .07rem solid #F5C431;
}
.attend.company .orderInfo .protocol,.attend.company .orderInfo .last-price{
    font-size: .3rem;
    padding: .3rem .2rem;
}
.attend.company .orderInfo .protocol input,.order-table .checkbox{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: .1rem;
    width:.28rem;
    height: .28rem;
    background: url(../images/icon/icon-check.png) no-repeat center/100% 100%;
}
.attend.company .orderInfo .protocol input:checked,.order-table .checkbox:checked{
    background: url(../images/icon/icon-checked.png) no-repeat center/100% 100%;
}
.attend.company .orderInfo .protocol a{
    font-size: .3rem;
    color: #ff0000;
}
.attend.company .orderInfo .last-price span{
    font-size: .45rem;
    color: #ff0000;
    font-weight: bold;
}
.bottom-box.attend .btn{
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 1rem;
    font-size: .32rem;
    color: #fff;
}
.modal-select.ticket .line-list .line-item .item-name{
    width: 60%;
}
.modal-select.ticket .line-list .line-item .ticket-num{
    font-size: .26rem;
    color: #888;
}
.modal-select.ticket .btn-cancel{
    display: block;
    padding: .35rem 0;
    font-size: .32rem;
}
.attend .icon-success{
    display: block;
    width: .98rem;
    margin: .3rem auto;
}
.attend.person .icon-success{
    width: 1.11rem;
}
.attend .tip{
    font-size: .28rem;
    color: #000;
    line-height: .5rem;
}
.attend .tip span{
    color: #4958a0;
}
.attend .btns{
    margin:.5rem 0 ;
}
.attend .btns .btn{
    width: 2.9rem;
    height: .65rem;
    line-height: .65rem;
    border-radius: 3px;
    margin: 0 .15rem;
    font-size: .32rem;
}
.attend.person .meeting-name{
    font-size: .28rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 .4rem;
}
.attend.person .info-box{
    margin-top: .2rem;
}
.attend.person .info-box li{
    padding: .2rem 0;
    line-height: .5rem;
    border-bottom: 1px solid #F3F3F3;
    font-size: .26rem;
}
.attend.person .info-box li:last-child{
    border-bottom: 0;
}
.attend.person .info-box li label{
    color: #999;
}
.attend.person .info-box li .radio-box label{
    color: #333;
}
.attend.person .info-box .select-box{
    position: relative;
}
.attend.person .info-box .select-box:after{
    content: "";
    position: absolute;
    right: .2rem;
    top:50%;
    width: .1rem;
    height: .18rem;
    background: url(../images/icon/icon-list-arrow.png) no-repeat center/100% 100%;
    transform: rotate(90deg);
    margin-top: -.09rem;
}
.attend.person .info-box input{
    width: 4rem;
    height:.5rem;
    line-height: .5rem;
    background:#F5F5F5 ;
    padding-left: .2rem;
}
.attend.person .info-box .job-input{
    width: 5.2rem;
    padding-right: .3rem;
}
.attend.person .info-box .btn-build{
    font-size: .26rem;
    width: 1.5rem;
    height: .5rem;
    line-height: .48rem;
    border-radius: 2px;
}
.attend.person .btn-submit{
    display: block;
    width: 5.5rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .32rem;
    margin: .6rem auto 0;
    border-radius: 3px;
}
.order-table{
    width: 7.1rem;
    margin: .2rem auto 0;
}
.order-table .table-head{
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    font-size: .28rem;
    padding: 0 .2rem;
    background: #F3F3F3;
    border-radius: 2px;
}
.order-table .table-head .btn-add{
    height: .5rem;
    width: 1.9rem;
    margin-top:.2rem;
    line-height: .47rem;
    font-size: .28rem;
    border-radius: 3px;
}
.order-table .table-head .btn-add.disabled{
    background: #ccc;
    border-color: #ccc;
}
.order-table .table-body{
    width: 100%;
    font-size: .28rem;
    padding: .2rem;
    background: #F4F6FD;
    border-radius: 2px;
    margin-top: .1rem;
}
.order-table .table-body li{
    height: .7rem;
    line-height: .7rem;
}

.order-table .table-body .checkbox{
    margin-top: .21rem;
}
.order-table .table-body p{
    width: 4.8rem;
    margin-right: .2rem;
}
.order-table .table-body span{
    color: #f57129;
}
.modal-select .select-list{
    width: 6.8rem;
    margin: .3rem auto .2rem;
}
.modal-select .select-list li{
    width: 2.15rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    background: #F5F5F5;
    font-size: .24rem;
    margin-right: .17rem;
    margin-bottom: .17rem;
    border-radius: 5px;
}
.modal-select .select-list li.active{
    background: #4958A0;
    color: #fff;
}
.modal-select .select-list li:nth-child(3n){
    margin-right: 0;
}
.meetpay-list,.jionorder-li{
    display: flex;
    justify-content: space-between;
}
.meetpay-list input[type='checkbox'],.meetpay-check input[type='checkbox']{
    border:none !important;
}
.headerfix{
    margin-bottom: 1rem !important;
}

.meet-btn {
    padding: .2rem 0.2rem;

}

.meet-btn .meetonline-meet-btn {
    background-color: rgba(84, 99, 166, 1);
    color: #FFFFFF;
    padding: 0.1rem 0.5rem;
    border-radius: 0.1rem;
}

.meet-btn .meetonline-news-btn {
    background-color: rgba(248, 209, 108, 1);
    color: #FFFFFF;
    padding: 0.1rem 0.5rem;
    border-radius: 0.1rem;
}
/* ----------动画加载----------- */
.animation-gif {
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:105;
    display:none;
    align-items: center;
    justify-content: center;
    background-color:white;
}
.animation-gif-img{
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 45%;
    line-height: 1rem;
    text-align: center;
}
.animation-gif-img text{
    font-size: 0.32rem;
    color: #333;
    letter-spacing: 0.02rem;
}