/* 分类筛选 */
.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 {
    float: left;
    width: 65%;
    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: 450px;
    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: 480px;
}

.goods .cart-item .item-1,
.goods .cart-item .item-2 {
    margin-top: 25px;
}

.goods .cart-item .item-1 {
    width: 208px;
    text-align: right;
    margin-top: 0;
    padding: 0 30px;
}

.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 {
    text-align: center;
    margin-left: 10px;
    line-height: 1;
    color: #333;
}

.goods .cart-item .item .aprice .moneyss {
    font-size: 22px;
    font-weight: 700;
}

.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
}

.outchanp {
    width: 100%;
    border: 1px solid #ddd;
    float: right;
    margin: 20px auto 40px;
    position: relative;
    padding-top: 42px;
}

.outchanp .title {
    width: 100%;
    /* font-size: 13px; */
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.outchanp .out-group {
    max-height: 1140px;
    overflow-y: scroll;
}

.outchanp .out-group::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.outchanp .out-group::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.outchanp .out-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.outchanp .out-group .out-item {
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.outchanp .out-group .out-item:last-child {
    border-bottom: none;
}

.outchanp .out-group .out-item .item {
    float: left;
    text-align: center;
    position: relative;
    color: #999;
    margin-left: 20px;
}

.w8 {
    width: 350px;
}

.outchanp .out-group .out-item .item .dell {
    position: absolute;
    right: 0;
    top: -12px;
    color: #888;
    font-size: 16px
}

.outchanp .out-group .out-item .item .dell:hover {
    color: #369;
}

.outchanp .out-group .out-item .item .pic {
    position: absolute;
    top: 0;
    float: left;
    height: 70px;
    width: 70px;
    border: 1px solid #eaeaea;
}

.nospin {
    text-align: center;
    height: 68px;
    line-height: 68px;
    color: #888;
    background: #ffff;
    font-size: 14px;
}

.outchanp .out-group .out-item .item .pic img {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

.outchanp .out-group .out-item .item .nameCon {
    width: 100%;
    min-height: 60px;
    text-align: left;
    padding-left: 90px;
    float: left;
    line-height: 1;
    box-sizing: border-box;
}

.outchanp .out-group .out-item .item .nameCon a.pname {
    font-size: 14px;
    display: block;
    max-width: 248px;
    color: #333;
}

.outchanp .out-group .out-item .item .aprice {
    margin-top: 8px;
    color: #999;
    font-size: 15px;
}

.outchanp .out-group .out-item .hr {
    background-color: #fffbf0;
    clear: both;
}

.cart-total {
    font-size: 14px;
    position: relative;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    height: 60px;
    box-sizing: border-box;
}

/* .cart-total-fixed {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    max-width: 1200px
} */

.cart-total:after,
.cart-total:before {
    content: " ";
    display: table;
}

.cart-total .w-chkbox {
    width: 263px;
}


.cart-total .mgl30 {
    margin-left: 30px;
    color: #333;
    display: inline-block;
}

.w-chkbox>a,
.w-chkbox>label,
.w-chkbox>span,
.w-radio>a,
.w-radio>label,
.w-radio>span {
    vertical-align: middle;
}

.w-button-xl {
    width: 168px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.w-button-primary {
    color: #fff;
    border: 1px solid #b4a078;
    background-color: #b4a078;
}

.cart-total .w-button {
    border-radius: 0;
    width: 80px;
    height: 60px;
    margin-top: -1px;
    margin-right: -1px;
    cursor: pointer;
}

.cart-total .shouldPayMoney .moneyInfo {
    color: #BE4141;
}

.cart-total .shouldPayMoney .moneyInfo .priceNum {
    font-size: 14px;
}

.cart-total .itemsPrice {
    margin: 10px 0;
    padding: 0 30px;
    border-right: 1px solid #ddd;
    line-height: 14px;
    height: 50px;
    font-size: 14px;
    color: #999;
}

.cart-total .info .line {
    padding-top: 6px;
    text-align: right;
    overflow: hidden;
    height: 32px;
}

.cart-total .itemsPrice .amount {
    display: inline-block;
    text-align: right;
    float: right;
}

.u-selnum {
    border: 1px solid #ddd;
    overflow: hidden;
}

.m-crumbs-filter .crumb-url:hover .close8-hover,
.u-selnum {
    display: inline-block;
}

.u-selnum .less,
.u-selnum .more,
.u-selnum input {
    position: relative;
    float: left;
    width: 36px;
    height: 30px;
    line-height: 28px;
    background: #fff;
}

.u-selnum-cart .less,
.u-selnum-cart .more,
.u-selnum-cart input {
    width: 24px;
    height: 24px;
    line-height: 22px;
}

.u-selnum .less {
    border-right: 1px solid #ddd;
}

.u-selnum .less,
.u-selnum .more {
    cursor: pointer;
}

.u-selnum .z-dis {
    cursor: not-allowed;
}

.u-selnum .z-dis .hx,
.u-selnum .z-dis .sx {
    background: #d3d3d3;
}

.u-selnum .hx,
.u-selnum .sx {
    position: absolute;
    width: 2px;
    height: 2px;
    overflow: hidden;
    background: #999;
}

.u-selnum .hx {
    top: 15px;
    left: 12px;
    width: 10px;
}

.u-selnum-cart .hx {
    top: 11px;
    left: 7px;
    width: 10px;
}

.u-selnum-cart input {
    width: 58px;
}

.u-selnum input {
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    width: 60px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #333;
    outline: none;
}

.u-selnum .more {
    border-left: 1px solid #ddd;
}

.u-selnum .sx {
    top: 11px;
    left: 16px;
    height: 10px;
}

.u-selnum-cart .sx {
    top: 7px;
    left: 11px;
    height: 10px;
}