<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.shopcart_main_box{
    padding: 30px 0px 0px 0px;
}
.sub_title_1_3{
    text-align: left;
    border-bottom: solid 1px #e1e1e1;
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}

.car_style_check{
    display: none;
}
.car_style_check + label {
    background-color: #fff;
    border: 1px solid #9b9999;
    box-shadow: 0px 0px 2px #5b5b5b;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px 5px 0px 0px;
    padding: 0px 2px 15px 0px;
}
.car_style_check:checked + label:after {
    content: "\2713";
    font-size: 17px;
    position: relative;
    top: -4px;
    left: 1px;
}

.tb-check-ad{
    text-align: center;
}
.cartm_pset{
    white-space: nowrap;
}
.art_num{
    border: none;
    outline: none;
}


/*ç»“ç®—çš„æ&nbsp;*/
.shop-cart-buy-mes-class{
    background-color: #fdfbf5;
    border-top: 1px solid #ddd;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
}
.shopcart_bottominfo li{
    margin-left: 20px;
    list-style: none;
    line-height: 40px;
    font-size: 16px;
}.shop-cart-buy-mes-class button{
     width: 100px;
     height: 100%;
     background-color: #b4a078;
     border: none;color: #fff;
 }</pre></body></html>