﻿/**购物车新-**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.sc2-line {
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}

.sc2-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    clear: both;
}

.sc2-list-picture {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
    text-align: center;
}


.sc2-list-content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 1020px;
}

.sc2-list-product {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 520px;
}

.sc2-list-data {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 500px;
}

.sc2-list-price {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 140px;
    text-align: right;
}

.sc2-list-quantity {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 160px;
    text-align: right;
}

.sc2-list-subtotal {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 140px;
    text-align: right;
}

.sc2-list-delete {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 60px;
    text-align: center;
}

.sc2-list-picture .product-picture {
    width: 90%;
}

.sc2-list-product .product-info {
    float: left;
    width: 100%;
}

.sc2-list-product .product-delete {
    float: left;
    width: 0%;
    text-align: right;
    display: none;
}

.sc2-list-product .product-name {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 5px;
}

.sc2-list-product .choose-title {
    color: #000000;
}

.sc2-list-product .product-model {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.sc2-list-product .product-size {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.sc2-list-product .product-color {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}


.sc2-list-price .product-price-title {
    display: none;
}

.sc2-list-price .product-price {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}

.sc2-list-quantity .product-quantity-title {
    display: none;
}

.sc2-list-quantity .quantity-sub {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -5px;
    height: 40px;
}

.sc2-list-quantity .quantity-number {
    width: 40px;
    text-align: center;
    display: inline-block;
    height: 40px;
}

.sc2-list-quantity .quantity-add {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -5px;
    height: 40px;
}

.sc2-list-subtotal .product-subtotal-title {
    display: none;
}

.sc2-list-subtotal .product-subtotal {
    color: #111;
    font-size: 18px;
    font-weight: 300;
}

.sc2-list-delete .delete-icon {
    color: #aaa;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.sc2-list .list-head {
    font-size: 16px;
    padding-top: 25px;
}

    .sc2-list .list-head .sc2-line {
        padding-top: 25px;
    }

.sc2-list .list-row {
    margin: 0px;
    padding: 0px;
    clear: both;
    padding-top: 25px;
}

    .sc2-list .list-row .sc2-line {
        padding-top: 25px;
    }

.sc2-stat {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 20px;
    clear: both;
}

.sc2-stat-picture {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
    text-align: center;
}

.sc2-stat-content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 960px;
}

.sc2-stat-delete {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 60px;
}

.sc2-stat-content-title {
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 18px;
}

.sc2-stat-content-price {
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: right;
}

    .sc2-stat-content-price .amount {
        text-align: right;
        font-size: 20px;
        font-weight: 300;
    }

    .sc2-stat-content-price .amount-shipping {
        color: #111;
    }

    .sc2-stat-content-price .amount-voucher {
        color: #00aa00;
    }

    .sc2-stat-content-price .amount-total {
        color: #cc0000;
        font-weight: 400;
    }

    .sc2-stat-content-price .remark {
        font-size: 14px;
        color: #888;
        line-height: 10px;
        text-align: right;
    }

.sc2-stat-content-remark {
    font-size: 14px;
    color: #888;
    line-height: 14px;
    text-align: right;
    clear: both;
}

.sc2-stat-content-price input {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    width: 200px;
    height: 26px;
    font-size: 14px;
    padding-left: 5px;
}

.sc2-stat-content-price button {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    width: 50px;
    height: 26px;
    font-size: 14px;
    color: #333;
}

.sc2-stat-checkout {
    clear: both;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}



@media screen and (max-width: 1199px) {
    .sc2-list {
    }

    .sc2-list-picture {
        width: 25%;
    }


    .sc2-list-content {
        width: 75%;
        padding-right: 10px;
    }

    .sc2-list-product {
        width: 100%;
    }

    .sc2-list-data {
        width: 100%;
    }

    .sc2-list-price {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
    }

    .sc2-list-quantity {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
    }

    .sc2-list-subtotal {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
    }

    .sc2-list-delete {
        display: none;
    }

    .sc2-list-picture .product-picture {
    }

    .sc2-list-product .product-info {
        float: left;
        width: 90%;
    }

    .sc2-list-product .product-delete {
        float: left;
        width: 10%;
        text-align: right;
        display: block;
    }

    .sc2-list-product .delete-icon {
        color: #aaa;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
    }

    .sc2-list-product .product-name {
        color: #111;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .sc2-list-product .choose-title {
    }

    .sc2-list-product .product-model {
        font-size: 12px;
        line-height: 20px;
    }

    .sc2-list-product .product-size {
        font-size: 12px;
        line-height: 20px;
    }

    .sc2-list-product .product-color {
        font-size: 12px;
        line-height: 20px;
    }


    .sc2-list-price .product-price-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        color: #888;
    }

    .sc2-list-price .product-price {
        float: right;
        font-size: 16px;
        color: #666;
        line-height: 32px;
    }

    .sc2-list-quantity .product-quantity-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        color: #888;
    }

    .sc2-list-quantity .quantity-sub {
        height: 30px;
        padding-top: 4px;
    }

    .sc2-list-quantity .quantity-number {
        height: 30px;
    }

    .sc2-list-quantity .quantity-add {
        height: 30px;
        padding-top: 4px;
    }

    .sc2-list-subtotal .product-subtotal-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        color: #888;
    }

    .sc2-list-subtotal .product-subtotal {
        color: #000;
        font-size: 16px;
        font-weight: 300;
    }

    .sc2-list-delete .delete-icon {
        display: none;
    }

    .sc2-list .list-head {
        display: none;
    }

        .sc2-list .list-head .sc2-line {
        }

    .sc2-list .list-row {
        padding-top: 15px;
    }

        .sc2-list .list-row .sc2-line {
            padding-top: 0px;
        }

    .sc2-stat {
        padding-top: 15px;
    }

    .sc2-stat-picture {
        width: 25%;
    }

    .sc2-stat-content {
        width: 75%;
        padding-right: 10px;
    }

    .sc2-stat-delete {
        display: none;
    }

    .sc2-stat-content-title {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: 28px;
    }

    .sc2-stat-content-price {
        text-align: right;
    }

        .sc2-stat-content-price .amount {
            text-align: right;
            font-size: 16px;
            font-weight: 300;
        }

        .sc2-stat-content-price .amount-shipping {
        }

        .sc2-stat-content-price .amount-voucher {
        }

        .sc2-stat-content-price .amount-total {
        }



        .sc2-stat-content-price input {
            width: 80px;
            height: 26px;
            font-size: 12px;
        }

        .sc2-stat-content-price button {
            border-color: #ccc;
            border-width: 1px;
            border-style: solid;
            width: 50px;
            height: 26px;
            font-size: 14px;
            color: #333;
        }

        .sc2-stat-content-price .remark {
            font-size: 12px;
            color: #888;
            line-height: 10px;
            text-align: right;
        }

    .sc2-stat-content-remark {
        font-size: 12px;
        color: #888;
        line-height: 14px;
        text-align: right;
    }

    .sc2-stat-checkout {
    }
}


/**订单商品信息新-**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.og2-line {
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}

.og2-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    clear: both;
}

    .og2-list .list-head {
        font-size: 16px;
        padding-top: 25px;
    }

        .og2-list .list-head .og2-line {
            padding-top: 25px;
        }

    .og2-list .list-row {
        margin: 0px;
        padding: 0px;
        clear: both;
        padding-top: 25px;
    }

.og2-list-picture {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 200px;
    text-align: center;
}


.og2-list-content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 1000px;
}

.og2-list-product {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 500px;
}

.og2-list-data {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 500px;
}

.og2-list-price {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
    text-align: right;
}

.og2-list-quantity {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 200px;
    text-align: center;
}

.og2-list-subtotal {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 20px;
}

.og2-list-picture .product-picture {
    width: 80%;
}

.og2-list-product .product-name {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 5px;
}

.og2-list-product .choose-title {
    color: #000000;
}

.og2-list-product .product-model {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.og2-list-product .product-size {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.og2-list-product .product-color {
    color: #888;
    font-size: 16px;
    line-height: 22px;
}

.og2-list-price .product-price-title {
    display: none;
}

.og2-list-price .product-price {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}

.og2-list-quantity .product-quantity-title {
    display: none;
}

.og2-list-quantity .product-quantity {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

.og2-list-subtotal .product-subtotal-title {
    display: none;
}

.og2-list-subtotal .product-subtotal {
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}


.og2-stat {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 20px;
    clear: both;
}

.og2-stat-picture {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 200px;
    text-align: center;
}

.og2-stat-content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 1000px;
    padding-right: 20px;
}

.og2-stat-content-title {
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 18px;
}

.og2-stat-content-price {
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: right;
}

    .og2-stat-content-price .amount {
        text-align: right;
        font-size: 20px;
        font-weight: 300;
    }

    .og2-stat-content-price .amount-shipping {
        color: #111;
    }

    .og2-stat-content-price .amount-voucher {
        color: #00aa00;
    }

    .og2-stat-content-price .amount-discount {
        color: #00aa00;
    }

    .og2-stat-content-price .amount-total {
        color: #cc0000;
        font-weight: 400;
    }

    .og2-stat-content-price .remark {
        font-size: 14px;
        color: #888;
        line-height: 10px;
        text-align: right;
    }

    .og2-stat-content-price input {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        width: 200px;
        height: 26px;
        font-size: 14px;
        padding-left: 5px;
    }

    .og2-stat-content-price button {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        width: 50px;
        height: 26px;
        font-size: 14px;
        color: #333;
    }

.og2-stat-content-remark {
    font-size: 14px;
    color: #888;
    line-height: 10px;
    text-align: right;
    clear: both;
}

.og2-enter {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 20px;
    clear: both;
}

.og2-enter-title {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: 500;
    color: #222333;
    line-height: 40px;
}

.og2-enter-content {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 1000px;
    text-align: left;
}

    .og2-enter-content .content-input {
        background-color: #fefffe;
        border: solid;
        border-width: 1px;
        border-color: #ccc;
        height: 38px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
        width: 100%;
    }

    .og2-enter-content .content-select {
        background-color: #fefffe;
        border: solid;
        border-width: 1px;
        border-color: #ccc;
        height: 38px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }

    .og2-enter-content .content-textarea {
        background-color: #fefffe;
        border: solid;
        border-width: 1px;
        border-color: #ccc;
        height: 50px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
        width: 100%;
        line-height: 20px;
    }

    .og2-enter-content .first-name {
        float: left;
        width: 30%;
    }


    .og2-enter-content .last-name {
        float: left;
        width: 70%;
    }

    .og2-enter-content .country {
        float: left;
        width: 30%;
    }

    .og2-enter-content .currency {
        float: left;
        border: 0px;
        color: #888;
        background-color: transparent;
        width: 60px;
    }

    .og2-enter-content .vat {
        font-size: 16px;
        color: #333;
        float: left;
        padding-left: 10px;
        line-height: 38px;
    }

    .og2-enter-content .email-remark {
        font-size: 16px;
        color: #999;
    }

    .og2-enter-content .warning {
        border-color: #ff0000;
    }

.og2-address .am-icon-map-marker {
    font-size: 36px;
    line-height: 72px;
    color: #333;
}

.og2-address p {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
}

.og2-address .name {
    font-size: 24px;
    color: #000;
}

.og2-address .phone {
    font-size: 16px;
    color: #888;
}

.og2-address .email {
    font-size: 16px;
    color: #888;
}

.og2-address .address {
    font-size: 18px;
    color: #333;
}

.og2-address .note {
    font-size: 16px;
    color: #888;
}

@media screen and (max-width: 1199px) {

    .og2-list {
    }

        .og2-list .list-head {
            display: none;
        }

            .og2-list .list-head .og2-line {
            }

        .og2-list .list-row {
            padding-top: 15px;
        }

    .og2-list-picture {
        width: 25%;
    }


    .og2-list-content {
        width: 75%;
        padding-right: 10px;
    }

    .og2-list-product {
        width: 100%;
    }

    .og2-list-data {
        width: 100%;
    }

    .og2-list-price {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
    }

    .og2-list-quantity {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
    }

    .og2-list-subtotal {
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        border-bottom-color: #eee;
        margin-bottom: 5px;
        padding-right: 0px;
    }

    .og2-list-picture .product-picture {
        width: 90%;
    }

    .og2-list-product .product-name {
        color: #111;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .og2-list-product .choose-title {
        color: #000000;
    }

    .og2-list-product .product-model {
        font-size: 12px;
        line-height: 20px;
    }

    .og2-list-product .product-size {
        font-size: 12px;
        line-height: 20px;
    }

    .og2-list-product .product-color {
        font-size: 12px;
        line-height: 20px;
    }

    .og2-list-price .product-price-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        color: #888;
    }

    .og2-list-price .product-price {
        float: right;
        font-size: 16px;
        color: #666;
        line-height: 32px;
    }

    .og2-list-quantity .product-quantity-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 36px;
        color: #888;
    }

    .og2-list-quantity .product-quantity {
        text-align: right;
        font-size: 16px;
    }

    .og2-list-subtotal .product-subtotal-title {
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        color: #888;
    }

    .og2-list-subtotal .product-subtotal {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        text-align: right;
    }

    .og2-stat {
        padding-top: 15px;
    }

    .og2-stat-picture {
        width: 25%;
    }

    .og2-stat-content {
        width: 75%;
        padding-right: 10px;
    }

    .og2-stat-content-title {
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .og2-stat-content-price {
        text-align: right;
    }

        .og2-stat-content-price .amount {
            text-align: right;
            font-size: 16px;
            font-weight: 300;
        }

        .og2-stat-content-price .amount-shipping {
        }

        .og2-stat-content-price .amount-voucher {
        }

        .og2-stat-content-price .amount-total {
        }

        .og2-stat-content-price .remark {
            font-size: 12px;
            color: #888;
            line-height: 10px;
            text-align: right;
        }

        .og2-stat-content-price input {
            width: 80px;
            height: 26px;
            font-size: 12px;
        }

        .og2-stat-content-price button {
            border-color: #ccc;
            border-width: 1px;
            border-style: solid;
            width: 50px;
            height: 26px;
            font-size: 14px;
            color: #333;
        }

    .og2-stat-content-remark {
        font-size: 12px;
        color: #888;
        line-height: 10px;
        text-align: right;
        clear: both;
    }

    .og2-enter {
        padding-top: 20px;
    }

    .og2-enter-title {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 300;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }

    .og2-enter-content {
        margin: 0px;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        width: 100%;
        text-align: left;
    }

        .og2-enter-content .content-input {
            background-color: #fefffe;
            border: solid;
            border-width: 1px;
            border-color: #ccc;
            height: 36px;
            padding-left: 8px;
            padding-right: 8px;
            font-size: 16px;
            width: 100%;
        }

        .og2-enter-content .content-select {
            background-color: #fefffe;
            border: solid;
            border-width: 1px;
            border-color: #ccc;
            height: 36px;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 16px;
        }

        .og2-enter-content .content-textarea {
            background-color: #fefffe;
            border: solid;
            border-width: 1px;
            border-color: #ccc;
            height: 50px;
            padding-left: 8px;
            padding-right: 8px;
            font-size: 16px;
            line-height: 18px;
        }

        .og2-enter-content .first-name {
            float: left;
            width: 50%;
        }

        .og2-enter-content .last-name {
            float: left;
            width: 50%;
        }

        .og2-enter-content .country {
            float: left;
            width: 50%;
        }

        .og2-enter-content .currency {
            float: left;
            border: 0px;
            color: #888;
            background-color: transparent;
            width: 65px;
        }

        .og2-enter-content .vat {
            font-size: 16px;
            color: #333;
            float: left;
            padding-left: 10px;
            line-height: 38px;
        }

        .og2-enter-content .email-remark {
            font-size: 14px;
            color: #999;
            line-height: 20px;
        }


    .og2-address .am-icon-map-marker {
        font-size: 24px;
        color: #666;
    }


    .og2-address p {
        line-height: 20px;
    }

    .og2-address .name {
        font-size: 16px;
    }

    .og2-address .phone {
        font-size: 14px;
    }

    .og2-address .email {
        font-size: 14px;
    }

    .og2-address .address {
        font-size: 14px;
    }

    .og2-address .note {
        font-size: 14px;
    }
}
