p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}
ul li{
	list-style: none;
}

.layout {
	width: 1200px;
	margin: 0 auto;
}

.famousBrand_Title {
	color: #E6002D;
	font-size: 25px;
	font-weight: 700;
	float: left;
}


.famousBrand_box {
	height: 60px;
	line-height: 60px;
	margin-top: 30px;
}

.enterBrand {
	float: right;
	line-height: 66px;
	text-align: right;
	font-size: 16px;
	margin-right: 20px;
}

.viewMore1 {
	float: right;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px solid red;
	border-radius: 20px;
	color: red;
}

.viewMore1:hover {
	color: white;
	background-color: red;
}

.brandInformation {
	width: 1200px;
	height: 350px;
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
}

.logo_box {
	display: block;
	float: left;
	width: 120px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	margin: 13px 0 0 12px;
	box-sizing: border-box;
	position: relative;
}
.logoName{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100px;
	text-align: center;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	border-radius:5px;
}

.logoName p{
	font-size: 12px;
	color: #fff;
	width:120px;
	margin: 8px auto;
	text-align: center;
	padding-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.logoName a{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background-color: red;
	width: 80px;
	display: block;
	margin: 0px auto;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
}

.logo_box:hover .logoName{
	opacity: 1;
	transition: .3s linear;
}
.logoImg img{
	width: 120px;
	height: 100px;
	border-radius: 5px;
}



.SpikeKillZone {
	width: 1200px;
	height: 330px;
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
}

.HotGift {
	width: 1200px;
	height: 842px;
	background-color: #f2f2f2;
	border-radius: 10px;
	overflow: hidden;
}

.newProducts {
	margin-top: 14px;
	margin-left: 16px;
	width: 280px;
	height: 400px;
	background-color: #ffffff;
	/*border-radius: 10px;*/
	display: block;
	float: left;
	box-sizing: border-box;
}
.newProducts:hover{
	cursor:pointer;
}

.commodityImg {
	width: 280px;
	height: 220px;
	margin-bottom: 10px;
	display: flex;
	/*border-radius: 10px 10px 0px 0px;*/
}

.commodityImg img {
	width: 230px;
	height: 200px;
	margin: 15px auto;
}

.imgbox {
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
}
.onBack{
	float: left;
}
.imgsbox {
	float: left;
	width: 240px;
	margin: 0 4px;
}
.onNext{
	float: left;
}

.Photos {
	float: left;
	width: 39px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 5px;
	margin: 0 4px;
}

.Photos img {
	width: 39px;
	height: 44px;
	border-radius: 5px;
}

.br2 {
	border: 2px solid #ff7b7b;
}

.productBox {
	margin: 0 5px;
}

.price1 {
	height: 30px;
	line-height: 30px;
}

.company {
	display: flex;
	flex-direction: row;
	font-size: 12px;
}

.activity {
	margin-top: 10px;
}

.num {
	float: left;
	font-size: 18px;
	color: red;
}

.addUp {
	float: right;
	font-size: 12px;
	color: #666666;
	text-align: right;
}
.seckillFullMinus{
	float: left;
	margin-left: 10px;
}
.seckill {
	color: white;
	background-color: #e30c33;
	font-size: 14px;
	padding: 2px 6px;

}

.fullMinus {
	color: white;
	background-color: #e30c33;
	font-size: 14px;
	padding: 2px 6px;
	margin-left: 10px;
}

.firm {
	float: left;
	width: 210px;
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.melt {
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #ffffff;
	border: solid 1px #e30c33;
	border-radius: 50%;
	color: #e51c40;
	margin-right: 5px;
}

.companyName {
	height: 18px;
	line-height: 18px;
	color: #666666;
	flex: 1;
}

.year {
	color: #e51c40;
	height: 18px;
	line-height: 18px;
}

.tradeName {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	height: 20px;
}
.tradeName:hover{
	color: red;
}
.priceNumBox {
	display: flex;
	flex-direction: row;
	margin-top: 8px;
	height: 40px;
}

.numBox1 {
	flex: 1;
}

.numBox2 {
	flex: 1;
	text-align: center;
}

.numBox3 {
	flex: 1;
	text-align: right;
}

.num1 {
	font-size: 18px;
	color: red;
}

.num2 {
	font-size: 18px;
	color: red;
	margin-right: 4px;
}

.num3 {
	font-size: 18px;
	color: red;
	margin-right: 14px;
}

.sectionNum1 {
	font-size: 12px;
	color: #666666;
	margin-left: 5px;
}

.sectionNum {
	font-size: 12px;
	color: #666666;
}

.certifiedCompany {
	display: flex;
	flex-direction: row;
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
}

.companyName1 {
	flex: 1;
}

.countDown {
	width: 225px;
	height: 302px;
	background-color: #e30c33;
	border-radius: 10px;
	margin-top: 14px;
	margin-left: 13px;
	overflow: hidden;
	float: left;
	z-index: 3;
}

.seckillLogo {
	margin-top: 28px;
	margin-left: 26px;
}

.seckillTime {
	text-align: center;
	color: white;
	margin-top: 23px;
}

.countZero {
	text-align: center;
	margin-top: 5px;
	color: white;
	font-size: 20px;
}

.clock {
	text-align: center;
	margin-top: 10px;
}

.seckillCommodity {
	width: 225px;
	height: 302px;
	background-color: white;
	border-radius: 10px;
	margin-right: 12px;
	overflow: hidden;
	float: left;
	position: relative;
}

.merchandiseImg {
	width: 225px;
	height: 190px;
	border-radius: 10px 10px 0px 0px;
}

.merchandiseImg img {
	width: 225px;
	height: 190px;
}

.tradeName1 {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 5px 0;
	padding: 0 10px;
}

.seckillRunOn {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

}

.seckillPricebox {
	width: 130px;
	padding: 0 15px;
	position: relative;
}

.seckillPrice {
	color: #e30c33;
	font-size: 18px;
	padding-right: 15px;
}

.delNum {
	color: #666666;
	font-size: 14px;
}

.runOn {
	background-color: #e30c33;
	text-align: center;
	color: #FFFFFF;
	width: 100px;
	height: 57px;
	line-height: 57px;
	border-radius: 0px 0px 10px 0px;
	font-size: 16px;
}

.ivu-progress-bg {
	background-color: #e30c33 !important;
	height: 6px !important;
}

.ivu-progress-inner {
	background-color: #c5c5c5 !important;
}

.pmgressbar {
	position: absolute;
	bottom: 2px;
	left: 15px;
	right: 15px;
}

.priceNum {
	height: 22px;
	line-height: 22px;
}

.seckillCommodityBOX {
	margin:14px 13px 0;
	position: relative;
	overflow: hidden;
	width: 950px;
	flex: 1;
}
.seckillCommodityBOX ul li {
	width: 950px;
	float: left;

}

.backImg {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 28px;
	height: 52px;
	padding-top: 17px;
	text-align: center;
	opacity: 0.6;
	z-index: 1;
	background-color: white;
}

.nextImg {
	position: absolute;
	right: 0px;
	top: 125px;
	width: 28px;
	height: 52px;
	padding-top: 17px;
	text-align: center;
	opacity: 0.6;
	z-index: 1;
	background-color: white;
}

.backImg:hover {
	opacity: 0.8;
}

.nextImg:hover {
	opacity: 0.8;
}

.hide {
	display: none;
}
.pricebox{
	padding: 0 5px;
}
