.cart-content {
    width: 100%;
}
.cart-content .cart-content-notice {
    color: #565658;
    padding: 1rem;
}
.cart-cell {
    border: 1px solid #3e9241;
    border-radius: 0.5rem;
    margin: 0.5rem 0.3rem;
    width: 30%;
    position: relative;
}
.cart-cell .cart-cell-icon {
    position: absolute;
    top: -0.5rem;
    right: -0.3rem;
    width: 35%;
    z-index: 9;
}
.cart-cell .cart-cell-goods-img {
    width: 90%;
    border-radius: 1rem;
}
.cart-cell .cart-cell-title-bar {
    /*position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 1rem;*/
    width: 100%;
}
.cart-cell .cart-cell-title-bar .cart-cell-title {
    font-size: 10px;
    text-align: center;
    color: white;
    width: 100%;
    opacity: 0.9;
    padding: 0 0.2rem;
}
.cart-cell .cart-cell-title-bar .cart-cell-title:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}
.cart-cell .cart-cell-cnt {
    position: absolute;
    top: -0.3rem;
    left: -0.2rem;
}
.cart-row {
    position: relative;
    padding: 0.5rem 0;
    width: 100%;
}
.cart-row:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.cart-row .cart-row-goods-img {
    width: 70%;
    border-radius: 1rem;
}
.cart-row .cart-row-sale {
    font-size: 14px;
}
.cart-row .cart-row-sale .cart-row-sale-price {
    font-size: 10px;
}
.cart-row .cart-row-sale .cart-row-sale-calc {
    width: 100%;
}
.cart-row .cart-row-sale .cart-row-sale-calc .cart-row-sale-calc-amount {
    color: red;
}
.cart-row .cart-row-sale .cart-row-sale-calc .cart-row-sale-calc-cnt {
    border: 1px solid #c9c9d0;
    padding: 0 1rem;
    background-color: #f8f8f9;
}
.cart-row .cart-row-sale .cart-row-sale-calc .cart-row-sale-calc-symbol {
    color: #565658;
}
.cart-pay {
    width: 100%;
    position: fixed;
    bottom: 50px;
    left: 0;
    border-top: 1px solid #E2E1E1;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
}
.cart-pay .cart-pay-content {
    display: inline-block;
    width: 60%;
    background-color: #272525;
    opacity: 0.8;
    height: 50px;
    margin: 0 !important;
    padding-left: 10px;
}
.cart-pay .cart-pay-btn {
    display: inline-block;
    width: 40%;
    background-color: #0883FC;
    color: #fff;
    font-size: 16px;
    height: 50px;
    border: 0;
    margin: 0 !important;
    border-radius: 0;
}
.cart-pay .cart-pay-content .cart-pay-total-amount {
    font-size: 24px;
    color: #fff;
}
.hidden {
    display: none !important;
}
.customer-service {
    position: fixed;
    right: 14px;
    bottom: 76px;
    z-index: 99;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #1687ff, #4767ed);
    box-shadow: 0 5px 16px rgba(31, 94, 224, 0.35);
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}
.customer-service:active,
.customer-service:visited {
    color: #fff;
}
.customer-service-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 1px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}
.goods-empty {
    width: 100%;
    padding: 80px 20px;
    color: #777;
    text-align: center;
}
body.checkout-open {
    overflow: hidden;
}
.checkout-overlay {
    position: fixed;
    inset: 0;
    z-index: 150;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 23, 42, 0.55);
}
.checkout-panel {
    width: 100%;
    max-width: 520px;
    padding: 0 18px 20px;
    border-radius: 18px 18px 8px 8px;
    background: #fff;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.18);
}
.checkout-header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f5;
    font-size: 18px;
}
.checkout-close {
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #64748b;
    background: #f1f5f9;
    font-size: 24px;
    line-height: 32px;
}
.delivery-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 16px;
}
.delivery-option {
    min-height: 76px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid #dbe1e9;
    border-radius: 10px;
    color: #475569;
    background: #fff;
    text-align: left;
}
.delivery-option span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.delivery-option strong {
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 15px;
}
.delivery-option small {
    font-size: 11px;
    line-height: 16px;
}
.delivery-option.active {
    border-color: #1687ff;
    color: #1d4ed8;
    background: #eff6ff;
    box-shadow: 0 0 0 1px #1687ff;
}
.delivery-option.active strong {
    color: #1565d8;
}
.checkout-total {
    margin: 16px 0;
    padding: 12px 14px;
    border-radius: 10px;
    color: #475569;
    background: #f8fafc;
}
.checkout-total strong {
    float: right;
    color: #e11d48;
    font-size: 18px;
}
.checkout-field {
    display: block;
    margin-bottom: 14px;
    color: #334155;
    font-size: 14px;
}
.checkout-field span {
    display: block;
    margin-bottom: 7px;
}
.checkout-field input,
.checkout-field textarea {
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #dbe1e9;
    border-radius: 9px;
    color: #1e293b;
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: text;
    user-select: text;
}
.checkout-field input {
    height: 44px;
}
.checkout-field input:focus,
.checkout-field textarea:focus {
    border-color: #3b82f6;
}
.checkout-actions {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    margin-top: 20px;
}
.checkout-actions button {
    height: 46px;
    margin: 0;
    border: 0;
    border-radius: 9px;
    font-size: 16px;
}
.checkout-cancel {
    color: #475569;
    background: #eef2f7;
}
.checkout-submit {
    color: #fff;
    background: #1687ff;
}
.checkout-submit:disabled {
    opacity: 0.55;
}