/*chat now*/
.pro_lb0,.pro_lb1{
    overflow: hidden;
}
.pro_lb0 li{
    position: relative;
    line-height: 20px;
}
.pro_lb0 li .LayImAhrefNode {
    padding: 0px 25px;
    margin: 8px 0px;
    float:right;
/*     width:76px; */
    border: 1px solid #FF7519;
    background: #FF7519;
    transition:all .5s linear 0s;
    text-align:center;
    position: absolute;
    bottom: 30px;
    right: 15px;
}
.pro_lb0 li .LayImAhrefNode:hover,.prr .LayImAhrefNode:hover {
    text-decoration:none;
    background-color:#2b2b2b;
}
.prr .LayImAhrefNode{
    width: 130px;
    text-align: center;
    padding:0px;
    height: 36px;
    background: #f08000;
    line-height: 36px;
    margin-top: 10px;
    transition:all .5s linear 0s;
}
.pro_lb1 li {
    height: 262px;
}
.pro_lb1 li div {
    width:100%;
    overflow: hidden;
}
.pro_lb1 li .LayImAhrefNode {
    padding: 3px 0px;
    color: #fff!important;
    width: 100%;
    margin: 5px 0px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    transition:all .5s linear 0s;
}
.pro_lb1 li .LayImAhrefNode:hover{
    text-decoration:none;
    background-color:#2b2b2b;
}
.LayImAhrefNode{
    display: inline-block!important;
    border-radius: 3px;
    background:#f08000;
    color: #fff!important;
    font-size: 14px;
}
