.header-section {
    position: fixed;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    height: 80px
}
.header-section-container {
    width: 1750px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header-brand {
    margin-left: -15px;
    padding: 10px 8px 20px 8px;
    max-width: 170px;
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    float: left;
}
.header-brand a {
    text-decoration: none;
    cursor: pointer;
}
.header-brand a img {
    height: 50px;
}
.header-page-info {
    width: auto;
    max-width: 800px;
    float: left;
}