#nav-float {
    z-index: 10;
    width: 100%;
    height: 60px;
    text-align: center;
    background: url(/front/images/i/product-detail/nav-float-bg.jpg) 50% 0 no-repeat;
}

.position-absolute {
    position: absolute;
    top: 518px;
}

.position-fixed {
    position: fixed;
    top: 0;
}

#nav-float ul {
    height: 60px;
    padding-left: 22px;
}

#nav-float li {
    font-size: 14px;
    line-height: 60px;
    display: block;
    float: left;
    width: 85px;
    height: 60px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    /* background: #76ff66; */
    color: #fff;
}

#nav-float li:hover {
    color: #03217d;
    background-color: #5FF0FF;
}

#nav-float .on {
    color: #03217d;
    background-color: #5FF0FF;
}
