.car-header {
    padding: 25px 0;
}

.car-logo img {
    vertical-align: middle;
}
.gwc-js-top{
    display: flex;
    align-items: center;
}
.gwc-js a{
    display: block;
    width: 100px;
    height: 30px;
    background: #142d3d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.car-logo b {
    font-size: 24px;
    /* margin-top: 35px; */
    margin-left: 0px;
}
.price-sum2{
    font-size: 16px;
    margin-right: 25px;
}
.price-sum2 em{
    font-size: 16px;
    color: #ff4400;
}
.cart-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}

.cart-filter-bar .cas{
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
}

.cart-thead {
    height: 70px;
    line-height: 70px;
    border-top:1px solid #d2d2d2;
    position: relative;
}

.cart-thead>div,
.cart-item>div {
    float: left;
}
.t-checkbox,
.t-goods,
.t-goods,
.t-num,
.t-sum,
.t-action{
    font-size: 16px;
}
.p-checkbox {
    height: 32px;
    line-height: 32px;
    width: 20%;
    padding-left: 11px;
    display: flex;
    align-items: center;
}
.t-checkbox{
    height:70px;
    line-height: 70px;
    width: 19%;
    padding-left: 11px;
    display: flex;
    align-items: center;
}
.t-goods {
    width: 29%;
}

.t-price {
    width:10%;
    text-align: left;
}

.t-num {
    width: 15%;
    text-align: left;
}

.t-sum {
    width: 15%;
    text-align: left;
}

.t-action {
    width: 10%;
    text-align: left;
}

.cart-item {
    height: 250px;
    border-style: solid;
    border: 1px solid #aaaaaa;
    background: #fff;
    padding: 14px 0;
    margin: 0 0 22px 0;
}

/* .check-cart-item {
    background: #fff4e8;
} */
.j-checkbox{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
}
.p-checkbox input[type='checkbox']{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    outline: none;
    -webkit-appearance:none;
    background-color: #fff;
}
.select-all input[type='checkbox']{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    outline: none;
    -webkit-appearance:none;
}
.t-checkbox input[type='checkbox']{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    outline: none;
    -webkit-appearance:none;
    background-color: #fff;
}
.t-checkbox input[type=checkbox]:checked{
    background: url("../img/dui.png")no-repeat center;
    background-size: 100%;
    background-color: #fff;
 }
 .p-checkbox input[type=checkbox]:checked{
    background: url("../img/dui.png")no-repeat center;
    background-size: 100%;
    background-color: #fff;
 }
 .select-all input[type=checkbox]:checked{
    background: url("../img/dui.png")no-repeat center;
    background-size: 100%;
    background-color: #fff;
 }
.checkall{
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    margin-right: 5px;
}
.p-checkbox {
    width:40px;
}
.p-msg-2{
    font-size: 16px;
    color: #9c9c9c;
    margin-top: 40px;
}
.p-goods {
    margin-top: 8px;
    width: 45%;
}

.p-img {
    width: 30%;
    float: left;
    border: 1px solid #aaaaaa;
}

.p-msg {
    float: left;
    width: 65%;
    margin-left: 5%;
    font-size: 18px;
}

.p-price {
    width: 10%;
    font-size: 18px;
}

.quantity-form {
    width: 115px;
    height: 30px;
}

.p-num {
    width: 15%;
}
.p-action a{
    font-size: 16px;
    color: #000;
}
.decrement,
.increment {
    float: left;
    border: 1px solid #cacbcb;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #000;
    background: #fff;
    font-size: 18px;
    background: #f4f4f4;
}

.itxt {
    float: left;
    border: 1px solid #cacbcb;
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    font-family: verdana;
    color: #333;
    -webkit-appearance: none;
}

.p-sum {
    font-weight: 700;
    width: 16%;
    font-size: 18px;
    color: #ff4400;
}


/* 结算模块 */
.ghc-bottom{
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.cart-floatbar {
		width: 100%;
		overflow: hidden;
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
    height: 70px;
    background: #fff;
    position: relative;
    margin-bottom: 50px;
    line-height: 70px;
    background-color: #142d3d;
}

.select-all {
    height: 70px;
    line-height: 70px;
    margin-left: 50px;
    /* padding: 16px 0 16px 9px; */
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
}

.select-all input {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 0 0;
}

.operation {
    float: left;
    width: 40%;
    margin-left: 40px;
}
.operation a{
    color: #fff;
    font-size: 16px;
}
.clear-all {
    font-weight: 700;
    margin: 0 20px;
}

.toolbar-right {
    width: 40%;
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;

}

.amount-sum {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.amount-sum em {
    font-weight: 700;
    color: #ffff;
    padding: 0 3px;
    font-size: 18px;
}

.price-sum {
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
}

.price-sum em {
    font-size: 24px;
    color: #E2231A;
    font-weight: 700;
}

.btn-area {
    font-weight: 700;
    width:25%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    background: #ff4400;
    overflow: hidden;
}

/* 商品详细模块 */
.cart-item-list{
	width: 100%;
	overflow: hidden;
}


@media (max-width:767px) {
.cart-floatbar {
	height: auto;
	line-height: 30px;
	margin-bottom: 20px;
}
.select-all{
	height: auto;
	line-height: 30px;
	padding: 10px 0;
}
.operation {
	line-height: 30px;
	padding: 10px 0;
}
.amount-sum {
	width: 100%;
	padding: 0 15px;
	text-align: right;
}
.price-sum {
	width: 100%;
	padding: 0 15px;
	text-align: right;
    margin: 0 0;
}
.btn-area {
    width: 100%;
    height: 40px;
    line-height: 40px;
		margin-top: 10px;
}




}