body{
    font-size: 14px;
}
.g-header{
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.top-bar {
    height: 40px;
    border-bottom: 1px #f1f1f1 solid;
    background: #f5f5f5;
    text-align: center;
}
.top-bar span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 9px;
    position: relative;
    margin-left: 20px;
    padding-right: 26px;
}
b, strong {
    font-weight: 700;
}
.top-bar span img {
    margin-top: -2px;
    margin-right: 5px;
}
.top-bar .top-know img,.top-bar .top-complain img {
    margin-bottom: -5px;
}
.sfui-regular {
    font-family: 'SFUIText-Regular';
}
.top-bar a {
    font-size: 13px;
    color: #333;
}
.top-bar span b {
    position: absolute;
    width: 3px;
    height: 22px;
    background: url(../images/vertical.png) no-repeat center center;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: 5;
}



.g-row{
    display: flex;
    flex-direction: column;
}
.g-col{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.g-col:first-child{
    border-bottom: 1px solid #e8e8e8;
    background-color: #f7f7f7;
}
.g-col:last-child{
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.title{
    width: 50%;
    min-width: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 160px;
}
.title img{
    width: 100%;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5%;
}
.logo img{
    width: 60%;
}
.dec{
    width: 60%;
    height: 36px;
    border-left: 1px solid #8d8d8d;
    display: flex;
    align-items: center;
    padding-left: 5%;
    font-size: 16px;
}
.g-menu{
    width: 75%;
    min-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
.g-menu-li{
    width: 80px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #626262;
    border-bottom: 4px solid #fff;
}
.g-menu-li a {
    text-decoration: none;
}
.g-menu-li a:active,.g-menu-li a:hover,.g-menu-li a:after{
    color: #7e8c8d;
}
.active{
    border-bottom: 4px solid #e60027;
    color:  #e60027;
}
.g-menu-li:hover{
    border-bottom: 4px solid #e60027;
    color:  #e60027;
}