.sortArr{
    border: 1px solid #eee;
    padding: 0 1.66%;
    margin-bottom: 20px;
}
.sortArr li{
    padding: 11px 0;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}
.sortArr li:last-child{
    border-bottom: none;
}
.sortArr h4{
    width: 68px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
}
.bg-theme{
    background: #076eba!important;
}
.c-theme{
    color: #076eba!important;
}
.c-red{
    color: #e1000f!important;
}
.crumbs{
    padding: 1.5% 0;
}
.crumbs span{
    color: #999;
}
.sortList{
    float: left;
    margin-left: 30px;
width:85%;
height:32px;
overflow:hidden
}
.sortList a{
    float: left;
    color: #444;
    margin-right: 28px;
}
.sortList a.hover, .sortList a:hover{
    color: #076eba;
}
.uplow{
    background: #f7f7f7;
    line-height: 36px;
    border: 1px solid #eeeeee;
    border-bottom: none;
}
.uplow a{
    float: left;
    width: 70px;
    text-align: center;
    color: #333;
}
.uplow a em{
    width: 8px;
    height: 12px;
    background: url(../images/up.png) no-repeat center;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.uplow a.hover{
    color: #076eba;
    background: #fff;
}
.uplow a.hover em{
    display: none;
}

.goods{
    margin-bottom: 14px;
}
.commidi{
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 20px;
}
.commidi-img{
    float: left;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.commidi-txt{
    float: left;
    width: 88%;
    margin-left: 20px;
}
.commidi-txt h3{
    font-size: 16px;
    margin: 8px 0;
    color: #222;
}
.commm-bh p{
    display: inline-block;
    margin-right: 20px;
    color: #444;
    font-size: 13px;
    cursor: pointer;
}
.commm-bh p:hover{
    color: #076eba;
    border-bottom: 1px solid #076eba;
}

.goosW{
    padding-bottom: 20px;
}
.priceTab{
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 12px;
}
.priceTab th{
    background: #f7f7f7;
    color: #444;
    line-height: 40px;
}
.priceTab td{
    line-height: 42px;
    color: #444;
}
.priceTab th, .priceTab td{
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.priceTab tbody tr{
    display: none;
}
.priceTab tbody tr:nth-of-type(1){
    display: table-row;
}
.open{
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 19px 0;
    font-size: 12px;
}
.open a{
    width: 100%;
}
.open em{
    width: 10px;
    height: 6px;
    background: url(../images/open.png) no-repeat center;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.down{
    background: url(../images/down.png) no-repeat center!important;
}
.handle a{
    margin: 0 5px;
}
.priceTab a:hover{
    text-decoration: underline;
}

.page{
    margin: 30px 0 6.75% 0;
}
.page a{
    color: #555;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    padding:0px 16px;
}
.page a:hover, .page a.hover{
    background: #076eba;
    border: 1px solid #076eba;
}
/**/


@media all and (max-width: 640px){
    .sortArr{
        padding: 0 0.2rem;
    }
    .commidi{
        padding: 0.4rem 0.2rem;
    }
    .sortArr h4{
        float: none;
        line-height: 28px;
        margin-bottom: 10px;
        /*background: none;
        color: #000;
        text-align: left;*/
    }
    .sortList a{
        width: 25%;
        text-align: left;
        margin: 0;
        font-size: 12px;
        line-height: 28px;
    }
    .sortList{
        float: none;
        width: 100%;
        margin: 0;
    }
    .commidi-txt{
        width: 67%;
        margin-left: 4%;
    }
    .commm-bh p{
        line-height: 160%;
        font-size: 12px;
    }
    .commidi-txt h3{
        margin-top: 0;
    }
    .priceTab td:nth-of-type(2), .priceTab td:nth-of-type(3), .priceTab td:nth-of-type(4), .priceTab td:nth-of-type(5), .priceTab td:nth-of-type(8), .priceTab th:nth-of-type(2), .priceTab th:nth-of-type(3), .priceTab th:nth-of-type(4), .priceTab th:nth-of-type(5), .priceTab th:nth-of-type(8){
        display: none;
    }
}