

.icon_sprite {
    display: inline-block;
    vertical-align: top;
    background: url(../image/index/sprite.png) no-repeat;
}

.icon_down {
    width: 10px;
    height: 10px;
    background-position: -18px -118px;
    margin: 7px 0 0 5px;
    position: absolute;
    right: 6px;
    top: 2px;

}

.icon_warn {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../image/common/icon_warn.png) no-repeat center;
    vertical-align: top;
    margin-right: 5px;
}

.cart_top .icon_warn {
    margin-top: 8px;
}

.cart_main {
    padding-bottom: 20px;
}

.cart_top {
    height: 28px;
    line-height: 28px;
    padding: 15px 28px;
    border-bottom: 3px solid #006837;
}

.cart_top .bt {
    font-weight: 600;
    font-size: 20px;
    color: #35364F;
}

.cart_top .num {
    font-weight: 600;
    font-size: 15px;
    color: #ED2E50;
    display: inline-block;
    margin-right: 30px;
}

.cart_top .nologin {
    font-size: 14px;
    color: #646877;
}

.cart_top .nologin a {
    color: #006837;
    font-weight: 700;
    text-decoration: underline;
}

.decrement {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    padding: 10px 45px;
    color: #646877;
    border-bottom: 1px solid #E6EFF9;
    border-left: 1px solid #E6EFF9;
    border-right: 1px solid #E6EFF9;
    border-top: 1px solid #E6EFF9;
    background-color: #fff;
}
.decrementon{
    height: auto;
    overflow: initial;
    padding: 10px 45px 0px;
}
.decrement  .icon_down {
    right: 16px;
    top: 10px;
}
.decrement .items {
    padding: 0px 0 10px;
}

.decrement .bt {
    border: 1px solid #FA7E7E;
    border-radius: 3px;
    color: #FA7E7E;
    padding: 0 5px;
}

.decrement .price {
    color: #ED2E50;
}


.cart_infos .cart_hd {
    height: 18px;
    line-height: 18px;
    padding: 10px 0;
    background-color: 255, 255, 255, 0.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #F4F5F8;
}

.cart_infos .cart_hd>div,
.cart_infos_ul .items .box>div {
    float: left;
    font-size: 13px;
    text-align: center;
    color: #646877;
}

.cart_infos .cart_hd>div.col01 {
    width: 140px;
    text-align: left;
    padding-left: 20px;
}

.cart_infos .cart_hd>div.col02 {
    width: 350px;
    text-align: left;
    padding-left: 50px;
}

.cart_infos .cart_hd>div.col03 {
    width: 150px;
}

.cart_infos .cart_hd>div.col04 {
    width: 100px;
}

.cart_infos .cart_hd>div.col05 {
    width: 140px;
}

.cart_infos .cart_hd>div.col06 {
    width: 130px;
    text-align: right;
}

.cart_infos .cart_hd>div.col07 {
    width: 120px;
}

.cart_infos_ul .items .box {
    height: 100px;
    padding: 10px 0;
    border-top: 1px solid #E6EFF9;
    border-left: 1px solid #E6EFF9;
    border-right: 1px solid #E6EFF9;
    margin-top: -1px;
}
.cart_infos_ul .items:last-child .box{
    border-bottom: 1px solid #E6EFF9;
}
.cart_infos_ul .tips {
    width: 1198px;
    padding: 8px 0;
    height: 18px;
    background-color: #FFF8F8;
    color: #ED2E50;
    text-align: center;
    border-left: 1px solid #E6EFF9;
    border-right: 1px solid #E6EFF9;
}

.sellerList>.items:hover {
    background-color: #FFEFC6;
}

.cart_infos .cart_infos_ul div.col01 {
    width: 105px;
    text-align: left;
    padding-left: 55px;
}

.cart_infos .cart_infos_ul div.col02 {
    width: 350px;
    text-align: left;
    padding-left: 20px;
    padding-right: 30px;
}

.cart_infos .cart_infos_ul div.col03 {
    width: 150px;
}

.cart_infos .cart_infos_ul div.col04 {
    width: 100px;
    line-height: 100px;
    font-size: 14px;
    color: #000;
}

.cart_infos .cart_infos_ul div.col05 {
    width: 140px;
}

.cart_infos .cart_infos_ul div.col06 {
    width: 130px;
    line-height: 100px;
    color: #35364F;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.cart_infos .cart_infos_ul div.col07 {
    width: 118px;
}
.cart_infos_ul div.col01 .pic p{
    position: absolute;
    width: 100px;
    height: 28px;
    display: block;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.30);
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.cart_infos_ul div.col01 .pic img {
    width: 100px;
    height: 100px;
}

.cart_infos_ul div.col01 .checkbox {
    left: 20px;
    top: 40px;
}

.cart_infos .cart_infos_ul div.col02 .name {
    height: 42px;
    font-size: 14px;
    color: #35364F;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.cart_infos .cart_infos_ul div.col02 .name a{
    color: #000;
}
.cart_infos .cart_infos_ul div.col02 .name2{
    margin-top: 29px;
}
.cart_infos .cart_infos_ul div.col02 .name3 a{
    color: #ED2E50;
}
.cart_infos .cart_infos_ul div.col02 .model {
    font-size: 12px;
    color: #9297A5;
    margin: 5px 0;
}

.cart_infos .cart_infos_ul div.col02 .zp {
    font-size: 12px;
    color: #646877;
    margin: 5px 0;
}

.cart_infos .cart_infos_ul div.col02 .zp>span {
    border: 1px solid #FA7E7E;
    border-radius: 3px;
    color: #FA7E7E;
    padding: 0 5px;
    margin-right: 5px;
}

.numbox {
    width: 82px;
    height: 28px;
    background: #F4F5F8;
    border-radius: 3px;
    margin: 36px 0 0 29px;
}

.numbox>div {
    float: left;
}

.numbox>div.input input {
    width: 30px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #D9DEE3;
    border-radius: 3px;
    text-align: center;
}

.numbox>div.add,
.numbox>div.reduce {
    width: 25px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.cart_infos_ul .del {
    margin-top: 38px;
}

.cart_infos_ul .del a {
    color: #ED2E50;
}

.cart_infos_ul .addfav {
    margin-top: 10px;
}

.cart_infos_ul .addfav a {
    color: #000;
}

.modelitem {
    width: 105px;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    text-align: left;
    margin: 37px 0 0 15px;
    background: #FFFFFF;
    border: 1px solid #D9DEE3;
    border-radius: 3px
}
.modelitem>span{
    height: 26px;
    width: 85px;
    display: inline-block;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;
    color: #000;
    padding-right: 30px;
}
.options-box>.box {
    padding: 15px;
    border: 1px solid #E6EFF9;
    height: 40px;
    background-color: #fff;
    margin-top: 15px;
}
.foot-fixed{
    width: 100%;
    left: 0%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.3);
}
.foot-fixed .box{
    width: 1170px;
    margin: 0 auto;
    border: 0;
}
.options-box .left {
    height: 26px;
    line-height: 26px;
    padding-top: 7px;
    font-size: 14px;
}

.options-box .left .checkbox {
    margin: 5px 5px 0 0;
}

.operation>a {
    margin-left: 25px;
}

.combine {
    padding-right: 112px;
}

.btn-area {
    width: 110px;
    height: 72px;
    line-height: 72px;
    background-color: #ED2E50;
    right: 0;
    top: -1px;
    text-align: center;
}

.btn-area>a {
    font-size: 18px;
    color: #FFFFFF;
}

.recommend,
.buying {
    border: 1px solid #D9DEE3;
    padding: 15px 0px 15px 34px;
}

.buying_bd .items {
    width: 156px;
    float: left;
    margin-right: 38px;
    margin-bottom: 20px;
}

.buying_bd .items img {
    width: 100%;
}
.buying_bd .items img.label_img_url {
    max-width: 100%;
}
.recommend .bt,
.buying .bt {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #646877;
}

.recommend_bd .suits .items .p-name,
.buying_bd .items .p-name {
    height: 36px;
    line-height: 18px;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.recommend_bd .suits .items .p-price,
.buying_bd .items .p-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ED2E50;
}
.buying_bd .items .p-price {
    margin: 5px 0;
}
.price-show {
    width: 360px;
    text-align: right;
}
.price-show2 {
    padding-top: 9px;
    word-break: break-all;
}
.price-show .txt {
    font-size: 18px;
    line-height: 25px;
    color: #35364F;
}

.price-show .priceShow {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #ED2E50;
}

.price-tipsbox-new {
    font-size: 12px;
    line-height: 20px;
    color: #646877;
}

.amount-sum {
  
    font-size: 14px;
    line-height: 25px;
    color: #35364F;
    padding-right: 20px;
}

.amount-sum em {
    font-size: 16px;
    font-weight: 700;
    color: #ED2E50;
}

.sellerTop{
    padding: 20px 0 20px 20px;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-size: 16px;
}
.sellerTop>span{
    position: absolute;
    left: 0px;
    top:20px;
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    z-index: 9;
}
.sellerTop .checkbox{
    margin: 3px 5px 0 0;
}
.sellerTop::after{
    content: '';
    height: 0px;
    background-color: #BFC3CF;
    width: 100%;
    top:50%;
    position: absolute;
    display: inline-block;
    right: 0;z-index: 5;
}
.nocart{
    padding: 10px 0 30px 0;
}
.cartImg{
    padding: 25px 0 0;
}

.nocart .p{
    color: #646877;
    margin-bottom: 30px;
}

.nocart a{
    width: 150px;
    height: 44px;
    border: 1px solid #D9DEE3;
    line-height: 44px;
    display: inline-block;font-size: 18px;
    color:#006837;
    border-radius: 3px;
    margin: 0 20px;
}
.nocart a.login{
    background-color:#006837 ;
    border: 1px solid #006837;
    color:#fff;
}
.model_view {
    width: 400px;
    height: auto;
    top:27px;
    left:-1px;
    background-color: #fff;
    border:1px solid #DCDCDC;
    z-index: 99;
    border-radius: 3px;
    padding: 10px 5px 10px 15px;
}
.model_view{
    color:#666;
    font-size: 14px;
    line-height: 26px;
    max-height: 180px;
    overflow-y: auto;
}
.model_view li{
    width: 75px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    border:1px solid #D9DEE3;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;border-radius: 2px;
    position: relative;
    margin-top: 5px;
}
.model_view li.on{
    border:1px solid #006837;
}
.model_view li.on::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../image/icon_jiao.png) no-repeat;
    display: inline-block;
    right: 0;
    bottom: 0;
    position: absolute;
}
.model_view li:hover{
    opacity: 0.5;
}

#speciaUl .tags>span {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-family: "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
    border-radius: 2px;
}

#speciaUl .goods-icons4 {
    border: 1px solid #006837;
    color: #006837;
}


#speciaUl .goods-icons2 {
    border: 1px solid #FA7E7E;
    color: #FA7E7E;
}


.sellerTop  .icon_kf {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background: url(../image/member/icon_kefu.png) center no-repeat;
    cursor: pointer;
}