.top-submenu {
    background-color: #565a5c;
    height: 50px;
    text-align: center;
}
.top-submenu .menu-items {
    display: inline-block;
    padding-left: 0;
    width: 1010px;
}
.top-submenu .menu-items .item {
    line-height: 50px;
    width: 110px;
    float: left;
}
.top-submenu .menu-items .item a {
    color: #fff;
    font-size: 16px;
}
.top-submenu .menu-items .item.active a ,
.top-submenu .menu-items .item a:hover {
    color: #ff5f69;
}
.top-submenu .menu-items .sep {
    width: 20px;
    height: 1px;
    float: left;
}