/*--主题--*/



.button-menu-mobile:hover {
    color: #7a8c9a;
}

.dropdown-menu {
    border: 0 none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26);
    padding: 4px 0;
    transition: all 300ms ease 0s;
}
table.dataTable thead > tr > th {
    padding: 8px;
    padding-right: 8px;
}

table.dataTable .dtable-checkbox {
    text-align: center;
}

/*--自定义--*/
#tb_account{
   line-height:0px; 
   padding: 10px 0px 14px 10px;
}
#tb_account .tb_name{
   position: relative; 
   right: 10px;
}
#tb_account .tb_identy{
   display: block;
   width: 110px;
   position: relative;
   left: 38px;
}
.tb_account_ul{
   top: 60px;
}
.tb_lang{
   position: relative; 
   top: -2px;
}