@charset "UTF-8";
/*字号*/
/*浮动*/
/* clearfix */
.clearfix:after, .menu-bar ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.menu-bar ul li {
    margin-right: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.menu-bar ul li .m-link {
    display: block;
    color: inherit;
}

.menu-bar ul li .m-link:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.menu-bar ul li .m-link:visited {
    color: inherit;
}

.menu-bar ul li .u-menu-icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-bar ul li .u-menu-icon.u-adv {
    background-image: url("images/adv.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-bugs {
    background-image: url("images/bugs.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-case {
    background-image: url("images/case.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-flow {
    background-image: url("images/flow.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-product {
    background-image: url("images/product.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-talk {
    background-image: url("images/talk.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

.menu-bar ul li .u-menu-icon.u-team {
    background-image: url("images/team.png");
    -webkit-background-size: 100%;
    background-size: 100%;
}

/*# sourceMappingURL=menu.css.map */
