.xgui-layout-logo {
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-align: center;
}
.xgui-layout-logoSpan{
    text-align: left;
    color: white;
    display: block;
    width: 200px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    padding-left: 10px;
    float: right;
    font-family: Microsoft YaBai;
}
.xgui-layout-breadcrumb {
    height: 64px;
    background: #fff;
    margin: 1px 0;
    line-height: 64px;
    float: left;
}
.xgui-layout-action {
    cursor: pointer;
    padding: 0 12px;
    display: inline-block;
    transition: all .3s;
    height: 100%;
}
.xgui-layout-action:hover {
    background: #e6f7ff;
}