﻿.category-box {
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.01);
    z-index: 3;
}

.category {
    display: none;
}

.type {
    width: 250px;
    margin-left: 10px;
    background: white;
    border: 1px solid #f4f4f4;
    float: left;
}

.type-ul {
    padding-left: 0px;
}

    .type-ul > li {
        list-style: none;
        height: 30px;
        line-height: 30px;
        border: 1px solid #f4f4f4;
    }

        .type-ul > li:hover {
            border: 1px solid #289ce9;
        }

        .type-ul > li span {
            display: inline-block;
            width: 210px;
            margin-left: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
        }

        .type-ul > li label {
            margin-left: 5px;
        }

        .type-ul > li a {
            color: black;
            text-decoration: none;
        }

            .type-ul > li a:hover {
                color: #289ce9;
                text-decoration: underline;
            }

.cls {
    width: 250px;
    margin-left: 0px;
    margin-top: 1px;
    float: left;
}

.cls-ul {
    display: none;
    padding-left: 0px;
    border: 1px solid #289ce9;
    background: white;
}

    .cls-ul > li {
        list-style: none;
        width: 241px;
        height: 30px;
        line-height: 30px;
        margin-left: -1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .cls-ul > li a {
            color: black;
            text-decoration: none;
            margin-left: 16px;
        }

            .cls-ul > li a:hover {
                color: #289ce9;
                text-decoration: underline;
            }

/*#category {
    display: none;
}

.category-background {
    width: 1200px;
    height: 565px;
    background: white;
    background: rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

.category {
    width: 1158px;
    height: 535px;
    margin-top: 12px;
    box-shadow: 3px 3px 30px 0;
}

.type {
    width: 250px;
    height: 525px;
    margin-left: 0px;
    margin-top: 5px;
    float: left;
    overflow: hidden;
}

.type-ul {
    padding-left: 0px;
    width: 267px;
    height: 525px;
    overflow: auto;
}

    .type-ul > li {
        list-style: none;
        height: 35px;
        line-height: 35px;
    }

        .type-ul > li:hover {
            background: #000000;
            background: rgba(0,0,0,0.5);
        }

            .type-ul > li:hover a {
                color: white;
            }

        .type-ul > li a {
            display: inline-block;
            width: 220px;
            color: black;
            text-decoration: none;
            padding-left: 10px;
            margin-left: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.cls {
    width: 900px;
    height: 530px;
    padding-top: 5px;
    margin-left: 250px;
    border-left: 8px solid #f4f4f4;
    overflow: hidden;
}

#cls-ul0 {
    display: block;
}

.cls-ul {
    display: none;
    padding-left: 0px;
    width: 915px;
    height: 525px;
    overflow: auto;
}

    .cls-ul > li {
        list-style: none;
        float: left;
        width: 200px;
        height: 35px;
        line-height: 35px;
        margin-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .cls-ul > li a {
            color: black;
            text-decoration: none;
            margin-left: 20px;
        }

            .cls-ul > li a:hover {
                color: #0b62a1;
            }*/
