/*提示*/
.form_tip{
    display: none;
    position: absolute;
    height: 40px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    z-index: 9999;
    background: #fff;
    box-shadow: 3px 3px 6px #bbb;
    padding: 0 20px;
}
.form_tip p{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}
.progressbar-number:before{
    display: none!important;
}
.modal-body{
    max-height: 700px;
    overflow-y: scroll;
}
.modal-body span{
    font-size: 12px;
    color: #999;
}
.modal-body h6{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.jq-selectbox__dropdown ul{
    max-height: 364px;
}
.Loading{
    overflow: hidden;
}
#Loading{
    display: none;
}
.Loading #Loading{
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);
}
#Loading img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 128px;
    height: 128px;
}