@media (max-width: 992px) {
	.container{
		overflow: hidden;
	}
	.logoImg img{
		width: 70px;
	}
	.cart-head{
		display: none;
	}
	.w1200{
		width: 100%;
	}
	.cart-item .item-list .item-item{
		margin: 10px 0px;
		border-bottom: 1px solid #ddd;
		padding: 0px;
		padding-bottom: 20px;
	}
	.item-form .s-checkbox{
		position: relative;
		width: 10%;
		left: 0px;
	}
	.cart-checkbox{
		padding-left:0px;
	}
	.item-form .s-goods{
		width: 100%;
	}
	.item-form .s-props{
		width: 100%;
		padding-left: 80px;
	}
	.item-form .s-price{
		width: calc(100% - 60px);
		text-align: right;
		margin-top: 10px;
		padding: 0px;
	}
	.item-form .s-quantity{
		padding: 0px;
	}
	.item-form .s-quantity .amount-warp{
		float: right;
	}
	.item-form .s-sum {
	    width: 100%;
	    padding: 10px 10px 0 0;
	    text-align: right;
	}
	.item-form .s-action{
		width: 100%;
		padding: 10px 10px 0 0;
		text-align: right;
	}
	.cart-message{
		background: none;
		padding: 10px;
	}
}