#toolBar {    overflow: visible;}
#toolBar .item ul{
    position: absolute;
    right: 100%;
    width: 100px;
    background: #fff;
    bottom: 0;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 10px;
    display:none;}
#toolBar .item:hover ul{
 display:block;}
#toolBar .item ul li{
    margin-top: 10px;}
#toolBar .item ul li:nth-child(1){
 margin-top:0;}
#toolBar .item ul li div{}
#toolBar .item ul li div img{
    display: block;
    width: 100%;}
#toolBar .item ul li p{
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#333;} 
