$font-family-S:"PingFangSC-Regular", "Microsoft YaHei";
$font-family-H:"Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB", SimSun, STHeitiSC, sans-serif;
.upaas-header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 980px;
    z-index: 1200;
    border-bottom: 1px solid #e4ebf0;
    font-family: $font-family-H;
    box-shadow: 1px 3px 11px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 3px 11px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 3px 11px rgba(0, 0, 0, .2);
    .header-left {
        float: left;
        width: 450px;
        height: 100%;
        .company-icon {
            float: left;
            margin-top: 5px;
            margin-left: 20px;
            min-width: 200px;
            .company-logo {
                height: 30px;
                width: 79.4118px;
                display: inline-block;
            }
            .company-name {
                display: inline-block;
                margin-left: 15px;
                color: #66757f;
                line-height: 30px;
                font-size: 14px;
                max-width: 160px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
            }
        }
    }
    .header-right {
        float: right;
        height: 100%;
        .header-right-module {
            float: right;
            height: inherit;
        }
        .header-webim-region {
            height: inherit;
            border-left: 1px solid #E4EBF0;
            color: #4AB1B1;
            text-align: center;
            width: 50px;
            cursor: pointer;
            line-height: 40px;
            span {
                display: inline-block;
                width: 40px;
                height: 30px;
                vertical-align: middle;
                background: url('../../../../static/favicon.png') no-repeat;
            }
        }
    }
}
