/* 分类筛选 */
.goods .sortBar {
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding: 10px 40px 30px;
    background-color: #fff;
}

.goods .sortBar .category {
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
    line-height: 1;
    padding-top: 20px;
}

.goods .sortBar .sorts {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    line-height: 1;
}

.goods .sortBar .category .name {
    font-size: 14px;
    color: #999;
    float: left;
    margin-right: 28px;
}

.goods .sortBar .area .name {
    margin-right: 0;
}

.goods .sortBar .category .categoryGroup {
    overflow: hidden;
    float: left;
    margin-bottom: 4px;
    width: 930px;
}

.goods .sortBar .category .categoryItem {
    float: left;
    margin-right: 30px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #333;
}

.goods .sortBar .category .categoryItem .icon {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

.goods .sortBar .category .categoryItem .icon-arrow {
    background-image: url(../../image/product/hxm_yanxuan-web_p_20150730_style_img_x1_arrow-s8f43eb714c-d446c53437.png);
    background-image: -webkit-image-set(url(../../image/product/hxm_yanxuan-web_p_20150730_style_img_x1_arrow-s8f43eb714c-d446c53437.png) 1x, url(../../image/product/hxm_yanxuan-web_p_20150730_style_img_x1_arrow-s8f43eb714c-d446c53437.png) 2x);
    background-repeat: no-repeat;
    height: 5px;
    width: 10px;
    display: block;
}

.goods .sortBar .category .categoryItem .arrow-up {
    background-position: 0 -1217px;
    margin-bottom: 2px;
}

.goods .sortBar .category .categoryItem .arrow-down {
    background-position: 0 -709px;
    margin-top: 2px;
}

.goods .sortBar .category .categoryItem .arrow-down-l {
    background-position: 0 -687px;
    height: 12px;
    width: 9px;
    margin-left: 9px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.goods .sortBar .current,
.goods .sortBar .currenta {
    color: #304EBC !important;
}

.goods .sortBar .category .current .arrow-down-l {
    background-position: 0 -633px;
}

.goods .sortBar .category .current .arrow-up {
    background-position: 0 -1186px;
}

.goods .sortBar .category .currenta .arrow-down {
    background-position: 0 -655px;
}

/* 商品列表 */
.goods-list {
    margin: 20px auto 40px;
}

.goods .cart-group {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.goods .cart-group-1,
.goods .cart-item .hr {
    background-color: #fff;
    clear: both;
}

.goods .cart-item {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dashed #eaeaea;
}

.goods .cart-item-last {
    border-bottom: none !important;
}


.goods .cart-group-1 .no-login {
    font-size: 12px;
    color: rgb(234, 95, 22);
    margin-top: 5px;
}

.goods .cart-item .item {
    float: left;
    text-align: center;
    position: relative;
    color: #999;
}

.goods .cart-item .item .pic {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    float: left;
    height: 100px;
    width: 100px;
    border: 1px solid #eaeaea;
}

.goods .cart-item .item .pic img {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.goods .cart-item .item .nameCon {
    padding-top: 10px;
    text-align: left;
    width: 500px;
    min-height: 100px;
    padding-left: 120px;
    float: left;
    line-height: 1;
    box-sizing: border-box;
}

.goods .cart-item .item .nameCon a.pname {
    line-height: 20px;
    font-size: 16px;
    display: block;
    max-width: 390px;
    color: #333;
}

.goods .cart-item .item .nameCon p {
    font-size: 13px;
    display: block;
    max-width: 380px;
    color: #999;
    margin-top: 6px;
}

.f-text-overflow {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.goods .cart-item .item .nameCon .boxline { width: 100%; overflow: hidden;
    font-size: 13px;
    display: block;
    color: #999;
    margin-top: 8px;
}
.goods .cart-item .item .nameCon .boxline span, .goods .cart-item .item .nameCon .boxline a {
     float: left; padding:2px 5px 3px; border:1px solid #ccc; font-size:13px; margin-right:10px; text-align:center;
     color: #666; border-radius:3px;

}
.goods .cart-item .item .nameCon .boxline span { background-color: #f2f2f2}
.goods .cart-item .item .nameCon .boxline.danw { display: none;}
.goods .cart-item .item .nameCon .boxline a.on { background-color: #fff6f1; border:1px solid #ea5f16; }
.goods .cart-item .item .nameCon .boxline a { color: #333;}


.goods .w1 {
    margin-left: 30px;
    width: 650px;
}

.goods .cart-item .item-1,
.goods .cart-item .item-2 {
    margin-top: 25px;
}

.goods .cart-item .item p,
.goods .cart-item .item span {
    color: #ea5f16;
}

.goods .cart-item .item p {
    float: left;
    font-size: 14px;
    margin-top: 3px;
}

.goods .cart-item .item .aprice {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
    line-height: 1;
    color: #333;
}

.goods .cart-item .item-2 {
    margin-left: 40px;
}

.goods .goods-list .item-bom-num {
    width: 100%;
    overflow: hidden;
}

.goods .goods-list .item-bom-num .item-num {
    width: 40px;
    float: left;
    margin-left: 6px;
    height: 20px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 4px;
    color: #666666;
    text-align: center;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.goods .goods-list .item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.item-bom-num .item-num {
    width: 36px;
    float: left;
    margin-left: 6px;
    height: 22px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 4px;
    color: #666666;
    text-align: center;
}

.goods .goods-list .item-bom-num .add {
    background-image: url(../../image/index/add.png);
    height: 24px;
    width: 24px;
    margin-left: 6px;
    float: left;
}

.item-bom-num .add {
    background-image: url(../../image/index/add.png);
    height: 24px;
    width: 24px;
    margin-left: 6px;
    float: left;
}

.goods .goods-list .item-bom-num .jian {
    height: 22px;
    width: 22px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
}

.goods .goods-list .item-bom-num .jian-on {
    color: #5266b3;
}

.item-bom-num .jian {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
    border: 1px solid #989898;
    border-radius: 50%;
}

.item-bom-num .jian.jian-on {
    color: #5266b3;
    border: 1px solid #5266b3;
}

.goods .cart-item .item-5 {
    text-align: left;
    margin-top: 17px;
    margin-left: 30px;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.goods .cart-item .item-5 .operate {
    line-height: 1;
}

.goods .cart-item .item-5 .operate a {
    color: #666;
    font-size: 14px;
}


.goods .salnull { width:50px; margin:12px auto 0}