@charset "UTF-8";
.header-wrap{
    position: fixed;
    width: 100%;
    top: 0px;
    height: 70px;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(146,157,154, 0.2) 0px 4px 10px 0px;
}
.header-logo{
    display: inline-block;
    float: left;
    margin: 5px 12px 12px 0;
    width: 180px;
    height: 60px;
    background: url("../../static/logo-fliplus.png") no-repeat center;
    background-size: 100% 100%;
}
.header-menu a{
    float: left;
    position: relative;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: 0 20px ;
    color: #34495e;
    text-align: center;
    box-sizing: initial;
    font-size: 16px;
}
.header-menu a.active,.header-menu a:hover{
    color: #3D7EFF;
}
.header-menu a.active:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #3D7EFF;
    border-radius: 2px;
}
.header-login{
    float: right;
    line-height: 70px;
}
.header-login a{
    display: inline-block;
    height: 70px;
    margin-left:20px;
}
.header-login i{
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 20px;
    background: #444;
}
