.carts {
	width: 100%;
	border-top: 2px solid #F66D0A;
}

.carts .carts-x {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.carts .carts-x .nav {
	font-size: 18px;
	margin-top: 29px;
}

.carts .carts-x .nav>b {
	color: #F66D0A;
}

.carts .carts-x .header {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-bottom: 10px;
}

.carts .carts-x .header div {
	float: left;
    font-size: 16px;
    margin: 0 !important;
    width: 170px;
    text-align: center;
}

.carts .carts-x .shop {
	/*overflow: hidden;*/
	/*height: 90px;*/
	position: relative;
	overflow: hidden;
}

.carts .carts-x .shop:last-child {
	margin-bottom: 50px;
}

.carts .carts-x .shop .shop-x {
	height: 90px;
}

.carts .carts-x .shop .shop-x>img {
	width: 30px;
	height: 30px;
	/*background: #F66D0A;*/
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 55px;
}

.carts .carts-x .shop .shop-x>b {
	position: absolute;
	top: 35px;
	left: 96px;
}

.carts .carts-x .shop .goods {
	/*overflow: hidden;*/
	border: 1px solid #E5E5E5;
}

.carts .carts-x .shop .goods .goods-x {
	height: 110px;
	padding-left: 80px;
}

.carts .carts-x .shop .goods .goods-x div {
	float: left;
	/*height: 110px;*/
}

.carts .carts-x .shop .goods .goods-x div>img {
	width: 80px;
	height: 80px;
	margin-top: 14px;
}

.carts .carts-x .shop .goods .goods-x .bag,
.carts .carts-x .shop .goods .goods-x .num {
	height: auto;
}

.carts .carts-x .shop .goods .goods-x .bag {
	margin-top: 26px;
}

.carts .carts-x .shop .goods .goods-x .num {
	margin-top: 12px;
}

.carts .carts-x .shop .goods .goods-x .bag span {
	width: 64px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	/*border: 1px solid #F66D0A;*/
	color: #F66D0A;
	text-align: center;
	font-size: 16px;
	float: left;
}

.carts .carts-x .shop .goods .goods-x .num span {
	width: 26px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #E5E5E5;
	display: inline-block;
	float: left;
}

.carts .carts-x .shop .goods .goods-x .num>input {
	display: inline-block;
	width: 111px;
	height: 27px;
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	border: none;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}

.carts .carts-x .shop .goods .goods-x div>p {
	text-align: center;
}

.carts .carts-x .shop .goods .goods-x {
	border-bottom: 1px solid #E5E5E5;
}

.carts .carts-x .shop .goods .goods-x:last-child {
	border-bottom: none;
}

.header .checkboxFive {
	position: relative;
	padding-left: 45px;
	font-size: 16px;
	color: #333;
}

.header .checkboxFive label,
.header .checkboxFive input {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 18px;
}

.header .checkboxFive input {
	z-index: 2;
	opacity: 0;
}

.header .checkboxFive input[type=checkbox]:checked+label:after,
.header .checkboxFive input[type=checkbox]:checked+label {
	/*opacity: 1;*/
	/*background: #EF425A;*/
	width: 13px;
	height: 12px;
	background: url(../../img/splbqq.png) no-repeat;
	background-size: 100% 100%;
	border: none;
}

.shop-x .checkboxFive {
	position: relative;
	padding-left: 45px;
	font-size: 16px;
	color: #333;
	top: 50%;
}

.shop-x .checkboxFive label,
.shop-x .checkboxFive input {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 18px;
}

.shop-x .checkboxFive input {
	z-index: 2;
	opacity: 0;
}

.shop-x .checkboxFive input[type=checkbox]:checked+label:after,
.shop-x .checkboxFive input[type=checkbox]:checked+label {
	/*opacity: 1;*/
	/*background: #EF425A;*/
	width: 13px;
	height: 12px;
	background: url(../../img/splbqq.png) no-repeat;
	background-size: 100% 100%;
	border: none;
}

.goods-x .checkboxFive {
	position: absolute;
	right: 80px;
	top: 22px;
	padding-left: 45px;
	font-size: 16px;
	color: #333;
}

.goods-x .checkboxFive label,
.goods-x .checkboxFive input {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 18px;
}

.goods-x .checkboxFive input {
	z-index: 2;
	opacity: 0;
}

.goods-x .checkboxFive input[type=checkbox]:checked+label:after,
.goods-x .checkboxFive input[type=checkbox]:checked+label {
	/*opacity: 1;*/
	/*background: #EF425A;*/
	width: 13px;
	height: 12px;
	background: url(../../img/splbqq.png) no-repeat;
	background-size: 100% 100%;
	border: none;
}

.carts .bottons {
	background: #EEEEEE;
	border: none;
	margin: 0;
	padding: 0;
	height: 72px;
	font-size: 16px;
	margin-bottom: 118px;
	position: relative;
	margin-top: 0 !important;
}

.carts .bottons .p1 {
	font-size: 18px;
	margin-top: 14px;
}

.carts .bottons .p2 {
	font-size: 13px;
	margin-top: 6px;
}

.carts .bottons b {
	color: #F66D0A;
	min-width: 50px;
	text-align: center;
	display: inline-block;
}

.carts .bottons .s1 {
	display: inline-block;
	width: 143px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F66D0A;
	color: #fff;
	font-weight: bold;
	margin-left: 80px;
	/*margin-top: 11px;*/
	font-size: 16px;
}

.carts .recommend {
	width: 1200px;
	overflow: hidden;
	margin-top: 50px;
	/*margin-bottom: 139px;*/
}

.carts .recommend>p {
	padding-left: 46px;
	margin-bottom: 30px;
}

.carts .recommend>p>b {
	border-bottom: 2px solid #F66D0A;
	padding: 0 3px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.carts .recommend .imgs {
	width: 222px;
	float: left;
	border: 1px solid #e0e0e0;
	margin-right: 14px;
	/*box-sizing: border-box;*/
}

.carts .recommend .imgs:hover {
	border: 1px solid #F66D0A;
}

.carts .recommend .imgs:last-child {
	margin: 0;
}

.carts .recommend .imgs img {
	width: 222px;
	height: 222px;
}

.carts .recommend .imgs p {
	font-size: 18px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.carts .recommend .imgs p:last-child {
	font-size: 24px;
	color: #E22C2C;
}

.carts .settlement {
	position: absolute;
	width: 1200px;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	/*position: relative;*/
}

.carts .settlement .goods-d {
	background: #fff;
	border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
	width: 1180px;
	left: 50%;
	margin-left: -590px;
}

.carts .settlement .goods-d>p {
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}

.carts .settlement .goods-d>p>b {
	position: absolute;
	right: 25px;
	/*top: 20px;*/
}

.carts .settlement .goods-d .goods-x {
	height: 108px;
	border-bottom: 1px solid #E5E5E5;
}

.carts .settlement .goods-d .goods-x .img,
.carts .settlement .goods-d .goods-x .closing {
	float: right;
}

.carts .settlement .goods-d .goods-x .img img {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
}

.carts .settlement .goods-d .goods-x .closing {
	width: 370px;
}

.carts .settlement .goods-d .goods-x .closing p:nth-child(1) {
	font-size: 14px;
	color: #000;
	margin-left: 79px;
	margin-top: 11px;
}

.carts .settlement .goods-d .goods-x .closing p:nth-child(2) {
	font-size: 18px;
	color: #E22C2C;
	margin-left: 167px;
	margin-top: 5px;
}

.carts .settlement .goods-d .goods-x .closing p:nth-child(3) {
	margin-top: 5px;
}

.carts .settlement .goods-d .goods-x .closing p:nth-child(3)>a b {
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background: #F66D0A;
	margin-left: 209px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.bag_x_img {
	width: 40px !important;
	background: url(../../img/xb_img2.png) no-repeat;
	background-size: 100% 100%;
}

.bag_d_img {
	width: 40px !important;
	background: url(../../img/db_img2.png) no-repeat;
	background-size: 100% 100%;
}

.bg_x {
	width: 40px !important;
	background: url(../../img/xb_img.png) no-repeat;
	background-size: 100% 100%;
}

.bg_d {
	width: 40px !important;
	background: url(../../img/db_img.png) no-repeat;
	background-size: 100% 100%;
}