.LayImAhrefNode {
    background: #f08000;
    color: #fff!important;
    border-radius: 5px;
    text-align: center;
    transition:all .5s linear 0s;
}

.content_right .LayImAhrefNode {
    cursor: pointer;
    outline: none;
    font-size: 14px;
    display: inline-block;
    border-radius: 0;
}
.content_right li .LayImAhrefNode{
      line-height:30px;
      width: 100%
}
.content_right .add_remove .LayImAhrefNode{
    padding: 10px 30px;
    margin-left: 15px;
}
.content_right .LayImAhrefNode:hover{
    text-decoration:none;
    background-color:#2b2b2b;
}
.img_show .bigboxword .LayImAhrefNode {
    padding: 8px 20px;
    border-radius: 5px;
}
