.container {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
}

.table .thead-light th {
    background-color: #F2F3F4;
}

.table td,
.table th {
    border-color: #eee;
}

.second_headernav {
    border-color: var(--primaryColor);
    border-width: 4px;
}

.buy_procedure {
    background: url(../image/procedure_bg.png) 0 0 no-repeat;
    float: right;
    width: 634px;
    height: 36px;
    font: bold 14px/36px "Microsoft Yahei";
    color: #646464;
    margin: 30px 0 0;
}

.buy_procedure span.current {
    color: #fff;
    width: 206px;
}

.buy_procedure span {
    width: 206px;
    display: inline-block;
    text-align: center;
}

.cart_table .product_info {
    align-items: flex-start;
    width: 600px;
}

.product_info .product_img {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    float: left;
}

.product_info .product_title {
    color: black;
}

th.th_select {
    min-width: 80px;
}

th.th_price,
th.th_count,
th.th_operate {
    min-width: 80px;
}

th.th_amount {
    width: 140px;
}

.input_amount {
    border-left: none;
    border-right: none;
}

.amount_group input.form-control {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

.amount_group .btn-amount {
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.td_price,
.td_count,
.text_total>span {
    color: orangered;
}

.text_total {
    font-weight: bold;
}

.text_total>span {
    font-size: 18px;
    font-weight: 900;
}

.shopping_total {
    width: 960px;
    height: 72px;
    z-index: 10;
    margin: 20px auto;
    padding: 0 62px;
    background: url(../image/shopping_total.png) 0 center no-repeat;
    position: relative;
    box-sizing: content-box;
}
.shopping_total_left {
    float: left;
    line-height: 58px;
    width: 430px;
    position: relative;
}
.shopping_total_right {
    float: right;
    margin: 24px 0 0;
    width: 530px;
    position: relative;
    text-align: right;
}
.btn-buy {
    background-color: var(--primaryColor);
    color: white;
    padding: 6px 32px;
    border-radius: 0;
}
.btn-buy:hover {
    color: white;
}
.btn-buy:active {
    background-color: var(--primaryDarkerColor);
}