.category-nav {
    display: flex;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: left;
    top: 44px;
    left: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    border-bottom: 1px solid #e6e9ec;
}
.category-nav li a {
    color:#666;
    font-size: 14px;
}
.category-nav ul {
    width: 95%;
    padding-top: 10px;
}
.category-nav li {
    display: inline-block;
    padding: 0px 10px 10px 10px;

}
.category-more {
    color: #666;
    margin-top: 5px;
    padding-right: 10px;
    font-size: 20px;
}

.top-category-menu .top-category-back {
    height: 40px;
    background: rgba(2, 2, 1, 0.12);
    font-size: 16px;
    padding: 8px 0px 0 10px;
}
.top-category-menu .top-category-back i {
    font-size: 20px;
}

.top-category-menu a {
    color:#666;
}
.top-category-menu .top-category-list .p1-nav h5 {
    font-weight: 400;
    font-size: 16px;
}
.top-category-menu .top-category-list .p1-nav {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-category-menu .top-category-list .p1-nav .active {
    color:rgba(219, 37, 14, 0.74);
}
.top-category-menu .top-category-list .p2-nav .active {
    border: 1px solid rgba(219, 37, 14, 0.74);
}
.top-category-menu .top-category-list .p2-nav a {
    float: left;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
    border-radius: 5px !important;
}
.top-category-menu .top-category-list .p2-nav {
    clear: both;
    margin-bottom: 10px;
}
.top-category-menu .top-category-list {
    padding: 10px;
}
.top-category-menu {
    z-index: 999999;
    position: fixed;
    top: 44px;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 50px;
    background: #fff;
}


