* {
    padding: 0;
    margin: 0;
}

body {
    background: #F6F6F6;
}

a {
    text-decoration: none;
    color: #333333;
    text-align: center;
}

table,
td,
th {
    border-collapse: collapse;
    border: none;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 去掉边框线 */

li {
    list-style: none;
}

.command {
    margin: 0 auto;
    width: 1520px;
    height: 45px;
}

.command .index {
    float: left;
    margin-left: 40px;
    /* width: 32px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .greater-than-sign {
    float: left;
    margin: 0 16px;
    width: 12px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.command .shopping-cart {
    float: left;
    /* width: 48px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    opacity: 1;
}

.shopping-cart-list {
    margin: 0 auto 25px;
    width: 1520px;
    background-color: #FFFFFF;
    opacity: 1;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
}

.shopping-cart-list .sample-car-title {
    height: 26px;
    font-size: 20px;
    margin: 18px 0 0 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table {
    margin: 30px auto 0;
    width: 1440px;
    height: 50px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head {
    width: 1440px;
    height: 58px;
    background: #F7F7F7;
    opacity: 1;
    border-radius: 0px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head tr th {
    /* width: 56px; */
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #333333;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head .checkbox1 {
    width: 54px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head .checkbox2 {
    width: 650px;
    text-align: left;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head .checkbox3 {
    width: 225px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head .checkbox4 {
    width: 120px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-head .checkbox-operation {
    width: 195px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body {
    margin: 0 auto;
    text-align: center;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body tr {
    width: 54px;
    height: 164px;
    border: 1px solid #CCCCCC;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body tr td {}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-pic {
    float: left;
    margin-top: 30px;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 0px;
    border: 1px dashed #333333;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-pic img {
    /* margin-top: 20%; */
    width: 100%;
    height: 100%;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe {
    float: left;
    width: 550px;
    /* width: 482px; */
    height: 100%;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-number {
    position: relative;
    float: left;
    width: 98px;
    height: 21px;
    margin-top: 30px;
    margin-left: 24px;
    border: 1px solid #D9001B;
    opacity: 1;
    border-radius: 4px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-number span {
    position: absolute;
    width: 98px;
    display: inline-block;
    width: 100%;
    height: 21px;
    top: 0px;
    left: 0px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #D9001B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-title {
    float: left;
    width: 242px;
    height: 19px;
    margin-top: 30px;
    margin-left: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-num {
    float: left;
    width: 242px;
    /* height: 19px; */
    margin-top: 8px;
    margin-left: 24px;
    text-align: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 19px; */
    color: #333333;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-volume {
    float: left;
    width: 242px;
    height: 19px;
    margin-top: 8px;
    margin-left: 22px;
    text-align: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-weight {
    float: left;
    width: 242px;
    height: 19px;
    margin-top: 8px;
    margin-left: 24px;
    text-align: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-describe .shopping-cart-volume1 {
    float: left;
    width: 242px;
    height: 19px;
    margin-top: 8px;
    margin-left: 22px;
    text-align: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-price {
    margin: 0 auto;
    /* width: 75px; */
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #DC122B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes {
    margin-left: 66px;
    /* margin: 0 auto; */
    /* width: 107px; */
    height: 26px;
    line-height: 26px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-left {
    float: left;
    width: 24px;
    height: 26px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 0px;
    cursor: pointer;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-left img {
    width: 12px;
    height: 12px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-num {
    float: left;
    width: 55px;
    height: 26px;
    margin-left: -1px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 0px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-num input {
    width: 55px;
    height: 24px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 0px;
    color: #333333;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-right {
    float: left;
    width: 24px;
    height: 26px;
    margin-left: -1px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    opacity: 1;
    border-radius: 0px;
    cursor: pointer;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .number-of-purchased-boxes .number-of-purchased-boxes-right img {
    width: 12px;
    height: 12px;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-price-add {
    margin: 0 auto;
    width: 85px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #DC122B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-move-to-favorites {
    margin: 0 auto;
    width: 100px;
    height: 24px;
    background: #D9001B;
    opacity: 1;
    border-radius: 100px;
    cursor: pointer;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-move-to-favorites span {
    width: 70px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-delete {
    margin: 14px auto 0;
    width: 100px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9001B;
    opacity: 1;
    border-radius: 100px;
    cursor: pointer;
}

.shopping-cart-list .shopping-cart-table .shopping-cart-body .shopping-cart-delete span {
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
}

.shopping-cart-list .remark {
    margin: 14px auto 0;
    width: 1440px;
    height: 90px;
}

.shopping-cart-list .shopping-cart-end {
    margin: 16px auto 24px;
    width: 1440px;
    height: 60px;
    /* background: #F6F6F6; */
    background: rgba(255, 255, 255, 0.3900);
    border: 1px solid #F0F0F0;
    opacity: 1;
    border-radius: 0px;
}

.shopping-cart-list .shopping-cart-end .checkbox4 {
    float: left;
    margin-left: 20px;
    height: 60px;
    /* background: #FFFFFF; */
    /* border: 1px solid #707070; */
    line-height: 60px;
    opacity: 1;
    border-radius: 0px;
}

.shopping-cart-list .shopping-cart-end .checkbox4 span {
    width: 28px;
    height: 60px;
    margin-left: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    color: #666666;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-end .delete-all {
    float: left;
    margin-top: 16px;
    margin-left: 121px;
    width: 100px;
    height: 25px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3900);
    border: 1px solid #D81E06;
    border-radius: 30px;
    /* line-height: 60px; */
    cursor: pointer;
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .delete-all span {
    width: 56px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    opacity: 1;
    color: #D9001B;
}

.shopping-cart-list .shopping-cart-end .total {
    float: left;
    /* margin-left: 46px; */
    padding-left: 390px;
    width: 152px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 60px; */
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
    color: #333333;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-end .collect {
    float: left;
    margin-top: 16px;
    margin-left: 25px;
    width: 100px;
    height: 25px;
    opacity: 1;
    border-radius: 4px;
    background: #D9001B;
    border: 1px solid #D81E06;
    border-radius: 30px;
    /* line-height: 60px; */
    cursor: pointer;
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .collect span {
    width: 56px;
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    opacity: 1;
    color: #FFFFFF;
}

.shopping-cart-list .shopping-cart-end .total span {
    width: 20px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D9001B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-end .total-gross-weight {
    float: left;
    /* margin-left: 28px; */
    padding: 0 10px;
    width: 132px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    color: #333333;
    opacity: 1;
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-gross-weight>span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-end .total-net-weight {
    float: left;
    /* margin-left: 28px; */
    padding: 0 10px;
    width: 132px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 60px;
    color: #333333;
    opacity: 1;
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-net-weight span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
}

.shopping-cart-list .shopping-cart-end .total-volume {
    float: left;
    /* margin-left: 28px; */
    padding: 0 10px;
    width: 158px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 60px; */
    color: #333333;
    opacity: 1;
    text-align: center;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-volume span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-bigness {
    float: left;
    /* margin-left: 28px; */
    padding: 0 10px;
    width: 160px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 60px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-bigness span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-boxes {
    float: left;
    /* margin-left: 28px; */
    padding: 0 10px;
    width: 115px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 60px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-boxes span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-amount {
    float: left;
    padding-left: 36px;
    width: 160px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 60px; */
    color: #333333;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .total-amount span {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0px;
    color: #D9001B;
    opacity: 1;
    /*设置为伸缩容器*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*垂直居中*/
    -webkit-box-align: center;
    /*旧版本*/
    -moz-box-align: center;
    /*旧版本*/
    -ms-flex-align: center;
    /*混合版本*/
    -webkit-align-items: center;
    /*新版本*/
    align-items: center;
    /*新版本*/
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .submit {
    float: right;
    margin-right: 30px;
    margin-top: 4px;
    width: 160px;
    height: 53px;
    background: #D9001B;
    opacity: 1;
    border-radius: 4px;
    /* line-height: 60px; */
    cursor: pointer;
    text-align: center;
}

.shopping-cart-list .shopping-cart-end .submit span {
    width: 80px;
    height: 53px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 53px;
    color: #FFFFFF;
    opacity: 1;
}

.notclick {
    pointer-events: none;
}