/* BASIC css start */
.cate-list-wrap{
    position: relative;
    z-index: 10;
}

.cate-list-wrap .now_cate_name {
    width: 100%;
    background: #181818;
    font-size: 15px;
    padding: 15px 0;
    padding-left: 15px;
}

.cate-list-wrap .now_cate_name a{
    color: #fff;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    min-height: 17px;
    font-weight: 500;
}

.cate-list-wrap .now_cate_name .arrow_wrap{
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 47px;
    background: url('/design/catalic/wib/img/m/icon/icon_arrow_bottom_w.png') no-repeat center;
    background-size: 15px;
    border-left: 1px solid #fff;
}

.cate-list-wrap .now_cate_name .arrow_wrap.on{
    background: url('/design/catalic/wib/img/m/icon/icon_arrow_top_w.png') no-repeat center;
    background-size: 15px;
}

.cate-list-wrap ul{
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 12;
    display: none;
}

.cate-list-wrap ul li a{
    display: block;
    font-size: 15px;
    color: #181818;
    padding: 13px 15px;
    border-bottom: 1px solid #dedede;
}

/* BASIC css end */

