body{
	background: #FFDA45;
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
.logo{
	background: #FF6243;
	padding-bottom: 20px;
}
.logo a{
	display: block;
    overflow: hidden;
}
.top-dv{
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
	height: 60px;
}
.top-dv img{
	height: 40px;
    display: inline-block;
}
.logo-time{
	font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #9D1900;
}
/*.logo-time img{
	height: 50px;
    padding: 4px 0 6px;
    display: inline-block;
}*/
.logo-time .timer{
	font-family: 'OpenSans-Semibold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-shadow: initial;
}
.logo-time .timer label{
	color: #BB1E00;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 4px 3px;
	margin-right: 1px;
}
.logo-time .timer .maohao{
	background: #FF6243;
	color: #FFFFFF;
}
.logo .banner-bg{
	/*background: url(../img/flashsale/banner-2.png);
	background-size: contain;
	background-position: center;*/
}
.ban-top-con{
	width: 1200px;
	margin: 0 auto;
}
.ban-top-con:before,.ban-top-con:after{
	display: block;
    content: '';
    width: 360px;
    height: 500px;
    position: absolute;
    top: 0;
}
.ban-top-con:before{
	background: url(../img/flashsale/top-left.png) repeat;
	left: -359px;
}
.ban-top-con:after{
	background: url(../img/flashsale/top-right.png) repeat;
	left: 1200px;
}
.ban-top-con .banner,.ban-top-con .banner-1{
	width: 100%;
}
.logo .banner-1{
	top: 70px;
}
.ban-tip{
    width: 606px;
    top: 228px;
	left: 50%;
    margin-left: -303px;
	text-align: center;
	font-size: 21px;
    color: #870000;
    line-height: 24px;
    font-family: 'OpenSans-Semibold', Helvetica, Arial, sans-serif;
}
/*.ban-tip .tip-last{
	font-size: 16px;
	margin-top: 7px;
}*/
.bot-dv{
	background: #f0723a;
	height: 250px;
	width: 100%;
}
.bot-ban{
	width: 100%;
	background: #5e2ebe;
	height: 230px;
}
.bot-ban img{
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}
.sale-con{
	width: 1200px;
	background: #F1F1F1;
	margin: 0 auto;
	transition: all 0.6s; 
	position: relative;
}
.sale-con:before,.sale-con:after{
	display: block;
    content: '';
    width: 360px;
    height: 360px;
    position: absolute;
    top: 0;
}
.sale-con:before{
	background: url(../img/flashsale/left.png) repeat;
	left: -360px;
}
.sale-con:after{
	background: url(../img/flashsale/right.png) repeat;
	left: 1200px;
}
.sale-list{
	padding: 30px 30px 10px;
	font-family: 'OpenSans-Semibold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
}
.sale-item{
	display: block;
	width: 265px;
	/*height: 372px;*/
	float: left;
	background: #FFFFFF;
	box-shadow: 0 5px 10px 1px rgba(0,0,0,0.16);
	margin-right: 26px;
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 20px;
	transition: 0.3s;
}
.sale-item:nth-child(4n){
	margin-right: 0;
}
.sale-item:hover{
	box-shadow: none;
	transform: translateY(-5px);
}
.sale-item a{
	text-decoration: none;
	font-size: 14px;
	color: #3C3C3C;
}
.sale-item img{
	width: 265px;
	height: 199px;
	object-fit: cover;
}
.sale-item .name{
	width: 200px;
	margin: 5px auto;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
}
.sale-item .price-dis{
	font-size: 13px;
	color: #9C9C9C;
	text-decoration: line-through;
	line-height: 18px;
	margin: 5px 32px 0;
}
.sale-item .price{
	font-size: 21px;
	color: #FF6243;
	line-height: 28px;
	margin: 0 32px;
	font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
}
.sale-item .save{
	font-size: 14px;
	font-family: 'OpenSans-Semibold', Helvetica, Arial, sans-serif;;
}
.sale-item .btn{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #FF6243;
	border: 1px solid #D83110;
	box-shadow: inset 0 2px 0 0 #FF876F;
	border-radius: 2px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.10);
	margin: 12px auto 0;
	cursor: pointer;
}
.sale-item .btn:hover{
	background: #FB4825;
	border: 1px solid #AF1C00;
	box-shadow: inset 0 2px 0 0 #FF7155;
}
.sale-item .dis-btn{
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #DFDFDF;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0 2px 0 0 #EDEDED;
	border-radius: 2px;
	color: #9C9C9C;
	text-shadow: 0 1px 1px rgba(0,0,0,0.10);
	margin: 12px auto 0;
	cursor: no-drop;
}
.sale-item .stock{
	position: absolute;
	top: 0;
	right: 20px;
	background: #FFCF45;
	width: 48px;
	height: 40px;
	font-size: 12px;
	color: #D83110;
	line-height: 17px;
}
.sale-item .stockAll{
	position: absolute;
	top: 0;
	left: 20px;
	background: #ADCF45;
	width: 55px;
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
}
.sale-item .dis-stock{
	color: #9C9C9C;
	background: #DFDFDF;
}
.sale-item .stock:after,.sale-item .stock:before,.sale-item .stockAll:after,.sale-item .stockAll:before{
	display: block;
	content: '';
	width:0; 
	height:0; 
	border-style:solid; 
	position: absolute;
	bottom: 0;
	border-width: 5px 12px;
    bottom: -10px;
}
.sale-item .stockAll:after,.sale-item .stockAll:before{
	border-width: 5px 14px;
}
.sale-item .stock:after{
	right: 0;
	border-color:#FFCF45 #FFCF45 transparent transparent;
}
.sale-item .stockAll:after{
	right: 0;
	border-color:#ADCF45 #ADCF45 transparent transparent;
}
.sale-item .dis-stock:after{
	border-color:#DFDFDF #DFDFDF transparent transparent;
}
.sale-item .stock:before{
	left: 0;
    border-color: #FFCF45 transparent transparent #FFCF45;
}
.sale-item .stockAll:before{
	left: 0;
	border-color:#ADCF45 transparent transparent #ADCF45;
}
.sale-item .dis-stock:before{
	border-color:#DFDFDF transparent transparent #DFDFDF;
}
.js-add-scc{
	left: 0;
	bottom: -20px;
	font-size: 12px;
}
.loading-block {
    height: 500px;
    background-color: #fff;
    text-align: center;
}
.loading-block img { display: inline-block; margin-top: 200px; vertical-align: middle;}

.cart{
	position: fixed;
	display: block;
    right: 50px;
    bottom: 25px;
    width: 100px;
    height: 75px;
    border-radius: 10px;
    background: #FF6243;
}
.cart img{
	margin: 21px 0 0 10px;
}
.cart .count{
	color: #FF6243;
    background: #FFFFFF;
    padding: 0 5px;
    border-radius: 7px;
    font-size: 13px;
    position: absolute;
    right: 30px;
    top: 18px;
    line-height: 14px;
    min-width: 10px;
    text-align: center;
    display: none;
    transform: translateX(50%);
}
.flash-tip{
	font-size: 13px;
    color: #9C9C9C;
    padding-bottom: 20px;
    line-height: 24px;
    padding-left: 10px;
}
