.LayImAhrefNode {
    background-color: #f08000;
    color: #fff!important;
    border-radius: 5px;
    transition:all .5s linear 0s;

}
.itembody .list_right a.LayImAhrefNode{
    padding: 6px 12px;
    display: inline-block;
}
.singgle_b .watch_box>a.LayImAhrefNode{
    border-radius: none;
}
.pror_detail .LayImAhrefNode {
    padding: 11px 21px;
    border-radius: 5px;
    margin-left: 15px;
}



.itembody .list_right a.LayImAhrefNode:hover,
.pror_detail .LayImAhrefNode:hover,
.singgle_b .watch_box>a.LayImAhrefNode:hover{
    background:#2b2b2b;
    text-decoration:none;
}
