.selector{
    margin-top: 38px;
    margin-bottom: 44px;
    width: 100%;
}
.selector dl{
    border-top: 1px solid #ddd;
}
.selector dl.last-item{
    border-bottom: 1px solid #ddd;
}
.selector dl dt{
    display: inline-block;
    padding-left: 16px;
    width: 94px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #4d4d4d;
    background-color: #f3f3f3;
}
.selector dl dd{
    display: inline-block;
    padding: 0 14px;
    width: auto;
    height: 50px;
    line-height: 50px;
}
.selector dl dd>a{
    font-size: 12px;
    color: #4d4d4d;
}
.selector dl dd>a:hover,.selector dl dd>a.on{
    color: #fc0f3d;
    text-decoration: underline;
}

/* 排序 */
.sort{
    padding-left: 10px;
    margin-bottom: 28px;
}
.sort ul li{
    float: left;
    display: inline-block;
    width: 46px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    border-right: 0;
}
.sort ul li.last-item{
    border-right: 1px solid #ccc;
}
.sort ul li>a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.sort ul li>a>span{
    display: inline-block;
    margin-left: 4px;
    width: 6px;
    height: 9px;
    background: url('sort.png') left center no-repeat;
}
.sort ul li>a.asc>span{
    background-position: right center;
}

/* 产品列表 */
.pro-list-wrapper{
    padding: 0 10px;
}
.pro-list-wrapper .pro-item{
    float: left;
    margin-right: 17px;
    margin-bottom: 30px;
    width: 220px;
    /*height: 326px;*/
    /*height: 277px;*/
    height: 300px;
    border: 1px solid #d8d8d8;
}
.pro-list-wrapper .last-item{
    margin-right: 0;
}
.pro-list-wrapper .pro-item .pro-img{
    position: relative;
    width: 220px;
    height: 220px;
    border-bottom: 1px solid #d8d8d8;
}
.pro-list-wrapper .pro-item .pro-img>img{
    width: 100%;
}
.pro-list-wrapper .pro-item .pro-img .aquatic{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}
.pro-list-wrapper .pro-item .pro-info{
    padding: 0 4px;
}
.pro-list-wrapper .pro-item .pro-price{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fc0f3d;
}
.pro-list-wrapper .pro-item .pro-price>span{
    font-size: 14px;
}
.pro-list-wrapper .pro-item .pro-txt{
    /*margin-bottom: 12px;*/
    /*line-height: 14px;*/
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 12px;
    color: #5d5d5d;
}
.pro-list-wrapper .pro-item .pro-other{
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}
.pro-list-wrapper .pro-other span{
    padding-right: 20px;
    font-size: 12px;
    color: #666;
}
.pro-list-wrapper .pro-other span.last-item{
    padding-right: 0;
    padding-left: 20px;
}
