#video_159{
	width: 100%;
	height: auto;
	max-width: 1200px;
    margin: 0 auto;
}
#video_159 img{
	width: 96% !important;
    height: auto !important;
    margin: 0 2%;

}
#video_159 .videoBox{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.8);
	display: none;
	z-index: 999999999;
	position: fixed;
	left:0;
	top:0;
	
}
#video_159 .videItem{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	position: relative;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
#video_159 #pcVideo{
	display: block;
}
#video_159 #wapVideo{
	display: none;
}
#video_159 #pcad{
	display: block;
	background-size: cover;
	width: 100%;
}
#video_159 #wapad{
	display: none;
	width: 100%;
}
#video_159 #wapad #pcImg{
	opacity: 0; 
	width: 100% !important; 
	height: auto;
}
@media screen and (max-width: 767px) {
	#video_159 #pcVideo{
		display: none;
	}
	#video_159 #wapVideo{
		display: block;
	}
	#video_159 #pcad{
		display: none;
	}
	#video_159 #wapad{
		display: block;
		width: 100% !important;
		height: auto;
	}
	#video_159 #wapad #pcImg{
		opacity: 1; 
		width: 100% !important; 
		height: auto;
	}
}
/*授权门店*/
/*$$
{"color":[{"val":"#555555","title":"标题颜色+标题引文颜色+正文小标题+列表正文"},
{"val":"#226659","title":"标题颜色"},
{"val":"#f08519","title":"标题颜色"},
{"val":"#04a659","title":"鼠标滑过标题颜色"}],
"background":[{"val":"#f08519","title":"标题横线"}],
"border":[{"val":"#00723c","title":"列表图片边框"}]}
$$*/
#stores_157 {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

#stores_157 .indexTit {
	width: 100%;
}

#stores_157 .indexTit .indexLine {
	width: 1px;
	height: 45px;
	margin: 0 auto;
	background: #f08519;
}

#stores_157 .indexTit .indexTitBold {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#stores_157 .indexTit .indexTitBold span {
	color: #f08519;
}

#stores_157 .indexTit .indexTitChar {
	font-size: 18px;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#stores_157 .storesBody {
	margin-top: 40px;
	width: 100%;
}

#stores_157 .storesBody ul {
	width: 100%;
	overflow: hidden;
}

#stores_157 .storesBody ul li {
	width: calc(25% - 20px);
	margin:0 10px;
	cursor: pointer;
	float: left;
	overflow: hidden;
}

#stores_157 .storesBody ul li .itemImg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	display: block;
	border: rgba(163, 200, 76, 1) solid 1px;
	overflow: hidden;
}
#stores_157 .storesBody ul li .itemImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#stores_157 .storesBody ul li:hover img{
	transform: scale(1.1);
}
#stores_157 .storesBody ul li p {
	font-size: 14px;
	line-height: 46px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #555555;
	height: 46px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#stores_157 .storesBody ul li:hover p{
	color: rgba(163, 200, 76, 1);
}
@media screen and (max-width:1200px) {
	#stores_157 {
		width: 96%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#stores_157 {
		width: 96%;
	}
	#stores_157 .storesBody ul li .itemImg{
		height: 140px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#stores_157 {
		width: 96%;
		padding: 20px 0;
	}
	#stores_157 .storesBody ul li {
		width: calc(50% - 10px);
		margin: 5px;
	}
	#stores_157 .storesBody ul li .itemImg{
		margin:0;
		height:120px;
	}
	#stores_157 .storesBody ul li p{
		line-height: 30px;
		margin: 0;
		height: 30px;
	}
	#stores_157 .indexTit .indexLine{
		height: 30px;
	}
	#stores_157 .indexTit .indexTitBold{
		font-size: 22px;
		line-height: 40px;
	}
	#stores_157 .indexTit .indexTitChar{
		font-size: 16px;
		line-height: 30px;
	}
	#stores_157 .storesBody{
		margin-top: 10px;
	}
}

