.dealsCon{
	width: auto;
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
}
.dealsCon .bannerCon{
	margin-bottom: 60px;
}
.dealsCon .bannerCon img{
	width: 100%;
}
.todayCon .todayBox{
	padding: 0;
}
.todayBox .t-title{
	color: #1C201E;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	border-left:0;
	padding-left:0;
}
.list-box{
	padding-bottom: 10px;
	margin-left:-16px;
}
.listArrs{
	width: 276px;
	height: auto;
	position: relative;
	margin-left:32px;
	margin-bottom: 40px;
}
.listArrs .currCon{
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(25, 38, 52, 0.17), 0px 1px 1px 0px rgba(15, 15, 14, 0.18);
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	z-index: 9;
}
.listArrs .currCon img{
	width: 18px;
}
.listArrs .u-img{
	width: 100%;
	margin-bottom: 18px;
	max-height: 186px;
	overflow: hidden;
}
.listArrs .newCardName{
	padding-left: 10px;
	font-size: 16px;
	color: #1C201E;
	font-weight: 600;
	margin-bottom: 16px;
	overflow: hidden;
	height: 20px;
}
.listArrs .listImg{
	width: 100%;
	/* max-height: 112px; */
}
.listArrs .offerShow{
	width: 64px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	background: linear-gradient(270deg, #F64C00 0%, #FF824B 100%);
	border-radius: 0px 16px 16px 0px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 9;
	color: #FFFFFF;
}
.listArrs .cardMem{
	background-color:rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	border-radius: 6px;
}
.listArrs .cardMem .tag{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	border-radius: 22px;
	padding: 10px 18px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	position: relative;
    top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	display: inline-block;
	min-width: 104px;
}
.listArrs .newMoneyCon{
	padding-left: 10px;
	font-size: 18px;
	color: #1C201E;
}
.listArrs .newMoneyCon .sale{
	color: #FF5306;
	font-size: 24px;
	font-weight: 600;
}
.listArrs .newMoneyCon .oldSale{
	color: #8F9391;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px;
}
.listImg{
	width: 100%;
}
.todayCon{
	width: auto;
}
.rightTopCon{
	padding: 0;
	margin-bottom:30px;
}
.rightTopCon .topCon{
	margin-bottom: 30px;
}
.rightTopCon h3{
	color: #1C201E;
	font-size: 30px;
	font-weight: 600;
}
.rightTopCon .chooseCon p{
	color: #1C201E;
	font-size: 16px;
	font-weight: 600;
}
.screenCon{
	margin-bottom: 30px;
}
.screenCon span{
	color: #1C201E;
	font-size: 14px;
	border: 0;
	width: 87px;
}
.screenCon span.active{
	color: #0C80F4;
}
.screenCon span:first-child{
	border: 0;
	color: #535659;
}
.u-tab li span{
	color: #535659;
	font-size: 14px;
	padding-right:28px;
}
.u-tab li{
	color: #1C201E;
}
.u-tab li.active{
	color: #0C80F4;
	background: none;
}
.newBox .listArrs{
	width: 214px;
}
@media screen and (max-width: 1222px) {
	.todayCon{
		padding: 0 20px;
	}
	.rightTopCon{
		padding: 0 20px;
	}
	.newBox{
		padding: 0 20px;
	}
}