/*相关单据*/
#Bill>li>div{
    border-bottom:0.05rem solid #e9e8e8;
    margin: 0;
    padding:0.25rem 0 0.25rem 0.75rem;
    line-height: 1.25rem;
    background-image: url(../../images/price_go.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 0.63rem;
    color: #333;
    cursor: default;
}
#Bill>li>div+ul {
    background: #fafafa;
    border-bottom: 0.05rem solid #ccc;
    display: none;
}
#Bill>li>div+ul li{
    min-height: 1rem;
    line-height: 1rem;
    padding:0.25rem 0 0.25rem 0.75rem;
    border-bottom: 0.05rem solid #e9e8e8;
    cursor: pointer;
}
#Bill>li>div+ul li:hover{
    opacity:0.7;
}
#Bill>li>div+ul li:last-child{
    border:none;
}
.jobulwu{
    line-height: 10rem;
    font-size: .9rem;
    color: #999;
    text-align: center;
}