#header .w {
    height: 80px;
}

#cart-search {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#cart-search .l {
    display: flex;
    align-items: center;
}

#cart-search .l .settleup {
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 16px;
    font-weight: 300;
    color: #249467;
    line-height: 22px;
    margin-right: 34px;
}

#cart-search .l .settleup .icon {
    position: relative;
    background: url('../assets/icon/cart_default.png') no-repeat;
    background-size: cover !important;
    width: 30px;
    height: 35px;
    margin-right: 10px;
}

#cart-search .r {
    display: flex;
    align-items: center;
    height: 33px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    line-height: 22px;
}

#cart-search .total-info,
.modal.update .total-info {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

#cart-search .r .goods-num,
.modal.update .goods-num {
    color: #2161A5;
    margin: 4px;
}

#cart-search .r .goods-total,
.modal.update .goods-total {
    color: #2161A5;
    margin: 4px; 
    font-size: 24px;
}

#cart-search .r button {
    font-size: 22px;
}

#cart-search .r button.disabled {
    background: #cccccc;
    color: white;
    cursor: not-allowed;
}

#goods-list {
    margin-top: 110px;
}

#goods-list .w {
    width: 1200px;
    margin: 0 auto;
}

.modal.update .modal-wrap {
    width: 960px;
}

.modal.update .goods-list .goods-item .box .check,
.modal.update .goods-list .goods-item .action .check {
    flex: 0 0 32px;
    display: flex;
    align-items: center;
}

.modal.update .goods-list .goods-item .box .price,
.modal.update .goods-list .goods-item .box .amout,
.modal.update .goods-list .goods-item .action .price,
.modal.update .goods-list .goods-item .action .amout {
    flex: 0 0 100px;
    text-align: center;
}

.modal.update .goods-list .goods-item .box .ys,
.modal.update .goods-list .goods-item .action .ys {
    flex: 0 0 120px;
    text-align: center;
}

.modal.update .goods-list .goods-item .box .goods-action,
.modal.update .goods-list .goods-item .action .goods-action {
    flex: 0 0 120px;
    display: flex;
    align-items: center;
}

.modal.update .goods-list .goods-item .box .goods-card .info .brand,
.modal.update .goods-list .goods-item .box .goods-card .info .company,
.modal.update .goods-list .goods-item .box .goods-card .info .code,
.modal.update .goods-list .goods-item .box .goods-card .info .date {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    line-height: 17px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}

.modal.success .modal-wrap {
    width: 450px;
    /* min-height: 260px; */
}

.modal.success .status-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #16AA68;
    padding: 15px;
    margin-bottom: 10px;
}

.modal.success .icon-wp {
    width: 50px;
    height: 50px;
    background: #16AA68;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.modal.success .icon {
    background: url('../assets/icon/gou.png') no-repeat;
    background-size: cover !important;
    width: 32px;
    height: 32px;
}

.modal.success .modal-banner {
    height: 270px;
    background: #F4F9F8;
}

.select-coupon {
    padding: 20px;
    box-sizing: border-box;
}

.select-coupon .label {}

.select-coupon .control {
}

.shopping-cart-goods-list .item {
    position: relative
}

.shopping-cart-goods-list .item .disabledMask {
  opacity: 0.5;
  background-color: white;
  height: 100px;
  position: absolute;
  width: 85%;
  top: 0;
  left: 50px;
}
