﻿
.maininfo {
    width: 100%;
    /* height: 100%; */
    position: fixed;
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    background: rgba(225, 227, 230, 0.5);
    overflow-x: auto;
    background-color: rgba(245,245,245,1);
    padding: 15px;
}


.shoppingCarContent {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.corecontent_box {
    margin-top: 0px;
    width: 100%;
    margin: 0 220px;
}



.shoppingCar_table_head {
    height: 64px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    border: 1px solid rgba(194,199,204,1);
    display: flex;
    align-items: center;
    padding: 0 24px;
/*    position: fixed;
    width: calc(100% - 48px);*/
}


    .shoppingCar_table_head > .checkbox_box {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(194, 199, 204, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
    }

        .shoppingCar_table_head > .checkbox_box:active {
            background-color: #f5f5f5;
        }

        .shoppingCar_table_head > .checkbox_box > i {
            color: #ffffff00;
        }

        .shoppingCar_table_head > .checkbox_box > .icon_sel {
            color: #F74747;
        }

    .shoppingCar_table_head > .productName {
        color: rgba(0, 0, 0, 1);
        font-size: 20px;
        font-family: PingFangSC-regular;
        flex: 1;
        text-align: center;
        min-width: 300px;
        padding: 0 12px;
    }

    .shoppingCar_table_head > .quantity {
        width: 110px;
        min-width: 110px;
        margin: 0 12px;
        font-size: 20px;
        text-align: left;
        font-family: PingFangSC-regular;
    }

    .shoppingCar_table_head > .subtotal {
        width: 100px;
        min-width: 100px;
        margin: 0 12px;
        font-size: 20px;
        text-align: left;
        font-family: PingFangSC-regular;
    }

    .shoppingCar_table_head > .remove {
        width: 80px;
        min-width: 80px;
        margin: 0 12px;
        font-size: 20px;
        text-align: left;
        font-family: PingFangSC-regular;
    }

.shoppingCar_table_body {
    width: 100%;
    padding: 11px 9px;
    /*height: 139px;*/
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(225,227,230,1);
    /*margin-top: 72px;*/
    padding-bottom: 350px;
}

    .shoppingCar_table_body > .shoppingCar_table_body_box {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px;
        height: 139px;
        background-color: #ffffff;
    }


    .shoppingCar_table_body > .shoppingCar_table_body_box_sel {
        background-color: rgba(247,71,71,0.05);
    }

    .shoppingCar_table_body > .shoppingCar_table_body_box > .checkbox_box {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(194, 199, 204, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
    }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .checkbox_box:active {
            background-color: #F5f5f5;
        }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .checkbox_box > i {
            color: #ffffff00;
        }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .checkbox_box > .icon_sel {
            color: #F74747;
        }

    .shoppingCar_table_body > .shoppingCar_table_body_box > .productName {
        min-width: 300px;
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 12px;
    }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .productName > img {
            width: 83px;
            height: 83px;
            margin-right: 16px;
        }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .productName > .name_box {
            width: calc(100% - 120px);
        }

            .shoppingCar_table_body > .shoppingCar_table_body_box > .productName > .name_box > .name {
                height: 23px;
                line-height: 23px;
                color: rgba(0,0,0,1);
                font-size: 16px;
                text-align: left;
                font-family: PingFangSC-regular;
            }

            .shoppingCar_table_body > .shoppingCar_table_body_box > .productName > .name_box > .linebox {
                height: 20px;
                line-height: 20px;
                color: rgba(140,162,170,1);
                font-size: 14px;
                text-align: left;
                font-family: PingFangSC-regular;
                margin-top: 11px;
            }


    .shoppingCar_table_body > .shoppingCar_table_body_box > .quantity {
        width: 110px;
        margin: 0 12px;
        height: 50px;
        line-height: 23px;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        text-align: left;
        font-family: PingFangSC-regular;
        border: 1px solid rgba(187, 187, 187, 1);
        min-width: 110px;
    }


        .shoppingCar_table_body > .shoppingCar_table_body_box > .quantity > input {
            border: none;
            width: 100%;
            height: 100%;
            padding: 0 24px;
        }

    .shoppingCar_table_body > .shoppingCar_table_body_box > .subtotal {
        width: 100px;
        margin: 0 12px;
        min-width: 100px;
    }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .subtotal > .price {
            color: rgba(0,0,0,1);
            font-size: 16px;
            text-align: left;
            font-family: PingFangSC-regular;
        }

    .shoppingCar_table_body > .shoppingCar_table_body_box > .remove {
        width: 80px;
        margin: 0 12px;
        min-width: 80px;
    }

        .shoppingCar_table_body > .shoppingCar_table_body_box > .remove > .remove_icon {
            width: 40px;
            height: 40px;
            background-color: rgba(247,71,71,1);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 40px;
        }

            .shoppingCar_table_body > .shoppingCar_table_body_box > .remove > .remove_icon:hover {
                background-color: #CF1322;
            }

            .shoppingCar_table_body > .shoppingCar_table_body_box > .remove > .remove_icon:active {
                background-color: rgba(247,71,71,1);
            }

            .shoppingCar_table_body > .shoppingCar_table_body_box > .remove > .remove_icon > i {
                color: #FFFFFF;
                font-size: 20px;
            }

.settlementBox {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    bottom: 16px;
    right: 32px;
    z-index: 111;
}

    .settlementBox > .settlementBox_right {
        width: 459px;
        height: 341px;
        background-color: rgba(255,255,255,1);
        border: 1px solid rgba(194,199,204,1);
        padding: 0 32px;
    }

        .settlementBox > .settlementBox_right > .linebox {
            margin-top: 24px;
            justify-content: space-between;
        }


        .settlementBox > .settlementBox_right > .checkout_btn {
            margin-top: 40px;
            height: 60px;
            line-height: 60px;
            border-radius: 8px;
            background-color: rgba(247,71,71,1);
            color: rgba(255,255,255,1);
            font-size: 24px;
            text-align: center;
            font-family: PingFangSC-bold;
            width: 100%;
        }

            .settlementBox > .settlementBox_right > .checkout_btn:hover {
                background-color: rgba(207,19,34,1);
                color: rgba(255,255,255,1);
            }

            .settlementBox > .settlementBox_right > .checkout_btn:active {
                background-color: rgba(247,71,71,1);
                color: rgba(255,255,255,1);
            }

        .settlementBox > .settlementBox_right > .continueshopping_btn {
            width: 100%;
            margin-top: 16px;
            height: 60px;
            line-height: 60px;
            border-radius: 8px;
            background-color: rgba(44,48,56,1);
            color: rgba(255,255,255,1);
            font-size: 24px;
            text-align: center;
            font-family: PingFangSC-bold;
        }

            .settlementBox > .settlementBox_right > .continueshopping_btn:hover {
                background-color: rgb(5 5 6);
                color: rgba(255,255,255,1);
            }

            .settlementBox > .settlementBox_right > .continueshopping_btn:active {
                background-color: rgba(44,48,56,1);
                color: rgba(255,255,255,1);
            }
