.promo-container{
	width: 1160px;
	margin:0 auto;
}

.promo-container .module-title{
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0;
	font-weight: 700;
	padding-bottom: 0;
}

.bs-c-promotion .bs-c-promotion-list {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    /* width: 1160px; */
    /* margin: 10px auto 0; */
	margin-top:10px;
	margin-right: -10px;
	margin-left: -10px;
}

.bs-c-promotion .bs-c-promotion-list > div {
    padding: 0 0 20px;
}

.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item {
    /* width: 32.6%;*/
    height: 100%; 
    margin: 0 10px 0 10px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 11px 0 rgb(184 195 209 / 30%);
    display: block;
	text-decoration:none;
	padding:0;
}

.bs-c-promotion .bs-c-promotion-list .owl-carousel .bs-c-promotion-item{margin:0 0 20px;}
/* .bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item:nth-child(3n+1) {
    margin-left: 0;
} */

.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 12%), 0 -1px 2px 0 rgb(0 0 0 / 8%);
}

.bs-c-promotion .bs-c-promotion-list .owl-carousel .bs-c-promotion-item:hover{
	transform:initial;
}

.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    -moz-justify-content: center;
    justify-content: center;
    -o-box-align: center;
    -moz-align-items: center;
    align-items: center;
    background-color: rgba(96,105,151,.05);
}
.lazy-img[lazy=loaded] {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -ms-background-size: cover;
    background-size: cover;
}
/* .bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-img>img[lazy=loaded] {
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
} */
.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-promotion-name {
    font-size: 16px;
    color: #222;
    font-weight: 700;
    margin: 15px 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:left;
}
.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-promotion-date {
    font-size: 12px;
    margin: 10px 15px 15px;
    color: #666;
	text-align:left;
}

.bs-c-promotion-list .hot-sale-wrapper {
    padding-top: 60px;
}
.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list {
    width: 100%;
    height: 240px;
    padding-left:0;
}
.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item {
    /* width: 33.33333%; 
    height: 240px; */
    float: left;
    /*margin: 0 10px;*/
    position: relative;
    overflow: hidden;
	padding: 0 0 20px;
    /*background-color: rgba(96,105,151,0.05);*/
}

/* .bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item:nth-child(3n+1) > a {
    margin-left: 0;
} */

.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item a {
    display: block;
	margin: 0 10px;
    overflow: hidden;
	border-radius:4px;
}
.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item img {
    -webkit-transition: all 1s ease-in-out,background .3s ease-in-out;
    transition: all 1s ease-in-out,background .3s ease-in-out;
    opacity: .9;
	width:100%;
}

.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate(.01deg);
    transform: scale3d(1.1, 1.1, 1) rotate(.01deg);
    opacity: 1;
}

.bs-c-bg-img{
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    height: 190px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

/* .bs-c-bg-img.bnr-img{height: 150px;} */

/* #promoslide_section .bs-c-bg-img{display:block;}
#promoslide_section .bs-c-img{display:none;} */
.BSParent {
    width: 850px;
    margin: 0 auto;
    padding: 15px;
}
.home-promo-banner img {
    width: 100%;
}
.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-promotion-slogan{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section-1 .bs-c-img img{max-height:150px;}

@media (min-width:1024px){
	/* .promo-info {
		position: relative;
		min-height: 91px;
	}
	.bs-c-promotion-date {
		position: absolute;
		bottom: 0;
		width: 100%;
	} */
}

@media (max-width:1024px){
	.promo-container{width:100%;}
	/* .bs-c-promotion{ padding: 0 20px;} */
	
}

@media (max-width:768px){
	.over-hidden { overflow: hidden;}
	.over-hidden .owl-carousel .owl-stage-outer {overflow: visible;}
	.promo-container .module-title{font-size:28px;}
	.module-sub-title{font-size:18px; margin:5px 0;}
	/* #promoslide_section .bs-c-bg-img{display:none;}
	#promoslide_section .bs-c-img{display:block;} */
	.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item .bs-c-promotion-slogan{padding-top:0 !important;}
	.promo-container .module-title{line-height:30px;}
	.BSParent {width: 100%; padding:15px 15px 0;}
	.prmoslider .item .bnr-img {height: 180px;}
	.prmoslider .item {width: 275px;}
	
}

@media (max-width:640px){
	.prmoslider .item .bnr-img {height: 180px;}
	.prmoslider .item {width: 275px;}
}

@media (max-width:460px){
	.bs-c-promotion .bs-c-promotion-list{margin-left:0; margin-right:0;}
	.bs-c-promotion .bs-c-promotion-list > div{width:100%;}
	.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item{width:100%; padding: 0 0 20px; height:auto;}
	.bs-c-promotion-list .hot-sale-wrapper .hot-sale-list .hot-sale-item a{margin:0;}
	.bs-c-promotion .bs-c-promotion-list .bs-c-promotion-item{margin:0;}
}
