 
.navigation{
    height: 75px;
}
    .yxfw-header {
        width: 100%;
        height: 79px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 30px;
        box-sizing: border-box;
        background-image: linear-gradient(134deg, #3957f6 13%, #5597f8 100%);
        z-index: 11;
        cursor: pointer;
    }

    .yxfw-header .yxfw-logo {
        width: 238px;
        height: 60px;
        background: url(../../../resources/yx/images/logo.png);
        margin-right: 20px;
    }
    .yxfw-header .yxfw-title {
        font-size: 22px;
        color: #FFFFFF;
        font-weight: 700;
    }

    .yxfw-header ul li {
        font-size: 14px;
        color: #FFFFFF;
        cursor: pointer;
    }

    .yxfw-header .yxfw-menu {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 30px;
    }

    .yxfw-header .yxfw-menu li {
        margin-left: 47px;
        font-size: 14px;
        color: #e5e5e5;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .yxfw-header .yxfw-menu li:first-child {
        margin-left: 0;
    }

    .yxfw-header .yxfw-menu li:hover {
        color: #FFFFFF;
    }

    .yxfw-header .yxfw-action {
        display: flex;
    }

    .yxfw-header .yxfw-action li {
        display: flex;
        align-items: center;
    }

    .yxfw-header .yxfw-action li:first-child {
        margin-right: 0px;
    }

    .yxfw-header .yxfw-action li i {
        display: block;
        width: 18px;
        height: 18px;
        background: #FFFFFF;
        margin-right: 4px;
    }

    .yxfw-header .yxfw-action li .icon-clock {
        background: url("../../../resources/yx/images/icon_xgmm.png");
        background-size: 100% 100%;
    }

    .yxfw-header .yxfw-action li .icon-logout {
        background: url("../../../resources/yx/images/icon_tc.png");
        background-size: 100% 100%;
    }
    .navigation{
    	height: 53px;
    }