@charset "utf-8";
.no_mes{margin-top: 100px;}
.no_mes .img{width: 45px;height: 42px;margin: 0 auto;}
.no_mes .img img{width: 100%;}
.no_mes p{color: #999;font-size: 13px;text-align: center;margin-top: 10px;}

.no_mes a{display: block;width: 90%;height: 42px;color: #fff;background: #3a9fff;border-radius: 5px;line-height: 42px;text-align: center;margin: 20px auto;font-size: 14px;}

.lecture_meeting li .lecture_meeting_content .lecture_meeting_text p.meeting_adr {text-overflow: ellipsis;overflow: hidden; white-space: nowrap;  }
/*组织者申请状态*/
.status_box{background: #fff;padding: 35px 2.8rem 0 2.8rem;overflow: hidden;}
.status_box span.first{float: left;width: 30px;height: 200px;background: url(../images/status_03.png) no-repeat top left;background-size: auto 200px;}
.status_box span.second{float: left;width: 30px;height: 200px;background: url(../images/status_03.png) no-repeat -49px top;background-size: auto 200px;}
.status_box span.third{float: left;width: 30px;height: 200px;background: url(../images/status_03.png) no-repeat -99px top;background-size: auto 200px;}
.status_box ul li{margin-bottom: 63px;height: 24px;line-height: 24px;font-size: 1.6rem;padding-left: 3rem;}
.status_box ul li.on{color: #3a9fff;}
.training_add li label span{color: #fd7e01;font-size: 10px;}
.dropload-load{text-align: center;margin-bottom:10px;}
.dropload-refresh,.dropload-noData{text-align: center;margin-bottom:10px;display: none;}
.dropload-load .loading{
    display: inline-block;
    height: 12px;
    width: 12px;
    /*border-radius: 100%;*/
    margin-right: 3px;
    /*border: 1px solid #999;
    border-bottom-color: transparent;*/
    vertical-align: middle;
  /*  -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;*/
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*报名成功*/
.bm_suc{margin-top: 5rem;}
.bm_suc img{width: 80px;height: 80px;margin: 0 auto;display: block;}
.suc_content{margin-top: 1.5rem;}
.suc_content h3{text-align: center;color: #3b3b3b;font-size: 2.2rem;margin-bottom: 1rem;}
.suc_content p{overflow: hidden;font-size: 1.5rem;padding: 0 2.5rem;color: #646464;margin-top: 0.5rem;}
.suc_content p label{float: left;}
.suc_content p span{padding-left: 75px;display: block;}
.suc_text p{font-size: 1.4rem;text-align: center;}
.suc_text p b{color: #3a9fff;}
.thisBtns {
    position: fixed;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}.thisBtns img {
     display: block;
     width: 100%;
     height: auto;
 }
 .zhezhao{ position: fixed;
     left: 0px;
     top: 0px;
     width: 90%;
     height: 41px;
     z-index: 9; display: none;
    }