﻿.sort {
}

    .sort .label {
        height: 27px;
        border-bottom: 2px solid #39f;
    }

        .sort .label h3 {
            float: left;
            background: url(/images/icon.png) right -202px no-repeat;
            overflow: hidden;
            font-size: 14px;
            color: #7DC03A;
            padding-right: 30px;
        }

        .sort .label li {
            float: left;
            width: 84px;
            height: 27px;
            position: relative;
            background: url(/images/base.png) 0 -94px no-repeat;
            text-align: center;
            line-height: 27px;
            margin: 0 5px 0 0;
            color: #666;
            cursor: pointer;
        }

            .sort .label li.current span {
                display: inline-block;
                width: 84px;
                height: 34px;
                position: absolute;
                left: 0;
                bottom: -7px;
                background: url(/images/base.png) -90px -94px no-repeat;
                font-weight: bold;
                color: #FFF;
                font-size: 14px;
            }

    .sort .label_view {
    }

    .sort .label_show {
        display: none;
        border: 1px solid #e5e5e5;
        border-top: none;
        background: #fff;
    }

        .sort .label_show ul {
            padding: 10px 0;
        }

        .sort .label_show li {
            float: left;
            width: 64px;
            margin-left: 4px;
            display: inline;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            text-align: center;
        }

    .sort .label_showZhuanji li {
        width: 114px;
    }

label {
    vertical-align: middle;
    font-family: Arial;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.box {
    width: 960px;
    margin: 0 auto;
}

.mt {
    margin-top: 10px;
}

.bgWrite {
    background: #fff;
    box-shadow: 0 1px 1px rgba(97,97,97,0.1);
}


.navWrap {
    width: 100%;
    height: 41px;
    background: #64b1ff url(/images/icon.png) 0 -599px repeat-x;
    overflow: hidden;
}

.nav {
    width: 960px;
    margin: 0 auto;
}

.navList {
    background: #64b1ff url(/images/icon.png) 0 -599px repeat-x;
}

    .navList li {
        float: left;
        line-height: 41px;
        height: 41px;
        font-family: Microsoft YaHei;
        font-size: 16px;
    }

        .navList li a {
            display: inline-block;
            line-height: 41px;
            height: 41px;
            padding: 0 16px 0 17px;
            text-align: center;
            color: #fff;
            overflow: hidden;
        }

            .navList li a:hover {
                background: #39f url(/images/icon.png) 0 -548px repeat-x;
                text-decoration: none;
                color: #fff;
            }

        .navList li .active, .navList li .active:hover {
            color: #333;
            background: #f5f5f5 url(/images/icon.png) 0 -650px repeat-x;
            font-weight: 800;
        }

        .navList li#navIndex a {
            padding: 0 20px;
        }
