
body{
	margin: 0;
}
.cartbg{
	margin: 20px auto;
	background: #fff;
	width: 1192px;
	margin-bottom: 70px;
}
.columnnav{
	height:50px;
	background:#F7F7F7;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.columnnav span{
	display: flex;
	align-items: center;
	color: #535C67;
	line-height: 20px;
}
.columnnav span:nth-child(1)::before{
	content: "";
	background: url(../images/img_6.png);
	width: 14px;
	height: 14px;
	background-size: cover;
	margin-right: 5px;
}
.columnnav span:nth-child(1).on::before{
	background: url(../images/img_5.png);
	background-size: cover;
}
.columnnav span:nth-child(1){
	margin-left: 14px;
	cursor: pointer;
}
.columnnav span:nth-child(3){
	margin-left: 253px;
}
.columnnav span:nth-child(4){
	margin-left: 156px;
}
.columnnav span:nth-child(2),
.columnnav span:nth-child(5),
.columnnav span:nth-child(6),
.columnnav span:nth-child(7){
	margin-left: 117px;
}
.cartbox{
	margin-bottom: 44px;
	border: 1px solid #E4E4E4;
}
.cartbox{
	border: 1px solid #E4E4E4;
}
.cartbox .storetit{
	background: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
}
.cartbox .storetit div{
	display: flex;
	align-items: center;
	color: #004CDA;
	line-height: 20px;
}
.cartbox .storetit div span{
	color: #959CA5;
}
.cartbox .storetit div i{
	content: "";
	background: url(../images/img_6.png);
	width: 14px;
	height: 14px;
	background-size: cover;
	margin-right: 5px;
	margin-left: 14px;
	cursor: pointer;
}
.cartbox .storetit div i.on{
	background: url(../images/img_5.png);
	background-size: cover;
}
.cartbox .storetit p{
	color: #535C67;
	display: flex;
	margin-right: 43px;
}
.cartbox .storetit p a{
	color: #EA4B4B;
	margin-left: 5px;
}
.cartbox .lump{
	margin-bottom: 24px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.cartbox .lump:last-child{
	margin-bottom: 0;
	border-bottom:none;
}
.cartbox .lump i{
	content: "";
	background: url(../images/img_6.png);
	width: 14px;
	height: 14px;
	background-size: cover;
	margin-right: 5px;
	margin-left: 14px;
	cursor: pointer;
}
.cartbox .lump i.on{
	background: url(../images/img_5.png);
	background-size: cover;
}
.cartbox .lump .texbe{
	border-bottom: 1px solid #E4E4E4;
	margin-left:32px;
	height: 42px;
	display: flex;
	align-items: center;
	color: #535C67;
}
.cartbox .lump .texbe a{
	color: #E60000;
}
.cartbox .lump .lumpcont{
	display: flex;
	padding: 24px 0;
}
.cartbox .lump .img{
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.cartbox .lump .tex{
	color: #333;
	width: 228px;
	margin-left: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}
.cartbox .lump .assembly{
	width: 194px;
	margin-left: 49px;
}
.cartbox .lump .unitPrice{
	color: #535C67;
	width: 145px;
	text-align: center;
	margin-left: 14px;
}
.cartbox .lump .quantity{
	display: flex;
	align-items: center;
	width: 145px;
	justify-content: center;
	height: 20px;
}
.cartbox .lump .quantity input{
	width: 57px;
	height: 20px;
	background:#fff;
	border:1px solid #E4E4E4;
	border-radius:4px;
	margin: 0 5px;
	text-align: center;
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.cartbox .lump .totalPrice{
	width: 145px;
	text-align: center;
}
.cartbox .lump .operate{
	width: 145px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cartbox .lump .operate span{
	margin-bottom: 12px;
	color: #333;
	cursor: pointer;
}
.Settlement{
	height:60px;
	background:#fff;
	border:1px solid #E4E4E4;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Settlement .boxfl{
	display: flex;
	align-items: center;
}
.Settlement .boxfl span{
	color: #535C67;
	line-height: 20px;
	margin-left: 14px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.Settlement .boxfl span:nth-child(1)::before{
	content: "";
	background: url(../images/img_6.png);
	width: 14px;
	height: 14px;
	background-size: cover;
	margin-right: 5px;
}
.Settlement .boxfl span:nth-child(1).on::before{
	background: url(../images/img_5.png);
	background-size: cover;
}
.Settlement .boxfr{
	display: flex;
	align-items: center;
}
.Settlement .boxfr .sum{
	color: #959CA5;
	margin-right: 65px;
}
.Settlement .boxfr p span{
	color: #E60000;
}
.Settlement .boxfr div{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 24px;
}
.Settlement .boxfr div p{
	color: #959CA5;
	display: flex;
	align-items: baseline;
}
.Settlement .boxfr div p span{
	color: #E60000;
	font-size: 22px;
}
.Settlement .boxfr div font{
	color: #535C67;
}
.Settlement .boxfr a{
	width:118px;
	height:60px;
	background:#E60000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.cartbox .lump .quantity img{
	cursor: pointer;
}
.vacuous{
	width:1240px;
	margin: 12px auto 0;
}
.vacuous .remindlump{
	width: 100%;
	height:500px;
	background:#fff;
	border:1px solid #E4E4E4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vacuous .remindlump p{
	display: flex;
	flex-direction: column;
	height: 96px;
	margin-left: 30px;
}
.vacuous .remindlump p font{
	color: #959CA5;
}
.vacuous .remindlump p a{
	color: #217FED;
	margin-top: 8px;
}
.carttit{
	color: #666666;
	font-size: 18px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	line-height: 36px;
	margin-top: 20px;
}
.carttit::after{
	content: "";
	width: 108px;
	height: 2px;
	background: #E1251B;
	position: absolute;
	bottom: -1px;
	left: 0;
}










