#nav-window{
    background-color: transparent !important;
}
.nav-item{
    text-align: center;
    background: #000;
    opacity: 0.8;
    width: 54px;
    display: inline-block;
    border-radius: 4px 0 0 4px;
    margin-top: 1px;
    border: none;
    padding: 0;
}
#consult{
    background: #FFA403;
}
#nav-window .nav-item a{
    height: 54px;
    width: 54px;
    display: inline-block;
}
.nav-item-img {
    width: 100%;
    height: 54px;
    padding-top: 5px;
    color: white;
    border-radius: 4px 0 0 4px;
}
.nav-item-img img{
    height: 24px;
    width: 24px;
}
table{
    border: none;
}
.right-tools-right{
    position: fixed;
    height: 100%;
    width: 10px;
    background-color: #000;
    opacity: 0.7;
    right: 0;
    top: 0;
    z-index: 1000;
}
#nav-window table tr td:hover{
    background-color: #666;
    border-radius: 4px 0 0 4px;
}
.item-transform{
    transform: rotate(180deg);      	/* xuanzhuan */
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg);/*Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    border-radius: 0 4px 4px 0 !important;
}