.header-content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0px;
}
.header-content * {
    box-sizing: border-box;
}
.header-content:after{
    content: "";
    display: table;
    clear: both;
}
.header-content .hmall-logo{
    display: inline-block;
}
.header-left{
    float: left;
    width: 220px;
}
.header-left a{
    float: left;
}
.header-left a img{
    float: left;
}
.header-right{
    float: right;
    line-height: 28px;
}
.header-right a:hover{
    color: #29BECE;
}
.header-right a{
    font-size: 12px;
    color: #666666;
}
.header-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-right ul li{
    font-size: 12px;
    display: inline-block;
    margin-left: 12px;
}
.header-right ul .line{
    width: 1px;
    height:12px;
    background: #666666;
}
.header-content a {
    color: inherit;
    text-decoration: none;
}
.header-content img {
    border: none;
}
.header-content .hmall-logo img{
    margin: 0 auto;
    height: 32px;
}