html,body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-size: 16px;
}
#dj_back{
    cursor: pointer;
}
.pro_wff{
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 3px 0px 2px 0px;
    background: #fff;
}
.wff_panel{
    width: 100%;
    margin:4rem auto;
    position: absolute;
    padding-bottom: 100px;
  }
.wff_name{
    color: rgba(16, 16, 16, 1);
    padding: 0 1rem 0 3rem;
}

.icon_xl{
    float: right;
    margin-right: 3.5rem;
    display: inline-block;
    margin-top: 1.5rem;
    width: 0px;
    height: 0px;
    border-width: 0.7rem;
    border-style: solid;
    border-color: transparent transparent transparent #CCCCCC;
}
.xl{
    border-color: #CCCCCC transparent transparent transparent;
    margin-top: 1.5rem;
    margin-right: 4.5rem;
}
.xl_panel{
    width: 100%;
    min-height: 3.5rem;
    line-height: 2.5rem;
    display: none;
    background: #fff;
    padding-top: 20px;
}
.xl_panel span{
    width: 90%;
    color: rgba(183, 183, 183, 1);
    padding: 0 1rem 0 3rem;
   /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
    display: flex;
    flex-direction: row;
    flex-wrap:wrap
}

#Bill>li>div{
    border-bottom:1px solid #e9e8e8;
    margin: 0;
    padding:5px 5px 5px 15px;
    line-height: 25px;
    background-image: url(../images/price_go.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #333;
    cursor: default;
}

/*相关单据*/
#Bill>li>div:hover{
    background-color: rgba(207,207,207,0.3);
}
#Bill>li>div+ul{
    background:#f5f6fa;
    border-bottom: 1px solid #ccc;
    display: none;
}
#Bill>li>div+ul li{
    line-height: 30px;
    border-bottom: 1px solid #e9e8e8;
    padding-left:20px;
    cursor: pointer;
}
#Bill>li>div+ul li:hover{
    opacity:0.7;
}
#Bill>li>div+ul li:last-child{
    border:none;
}

/**/
.jobulwu{
    text-align: center;
    line-height: 150px;
    font-size: 18px;
    color: #ccc;
}
.tabs li a{
    color:#777!important;
}
.tabs-selected .tabs-title{
    color:#587ed1!important;
}
.mask_price{
    position: absolute;
    width:100%;
    height:100%;
    background:rgba(204,204,204,0.4);
    z-index: 999999;
}
.loading_text{
    display:inline-block;
    margin-left:40%;
    margin-top: 25%;
    padding:5px;
    background:#fff;
    border:2px solid #bbb;

}
.loading_text img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}