
/* =====================零售店样式======================== */
.store_ban{}
.store_ban.com_banner2 .txt{
	position: absolute;
	left: 0;
	top: 22%;
	width: 100%;
	text-align: center;
}
.store_ban.com_banner2 .txt h4 {
	font-size: 20px;
	font-family: "OP-JH";
	line-height: 30px;
	display: inline-block;
}
.store_ban.com_banner2 .txt h4 span{
	display: inline-block;
	color: #cb0012;
}
/* 零售店地图 */

.store_dizhi{}
.store_dizhi .tit{
	padding: 1rem 0;
	text-align: center;
}
.store_dizhi .tit h4{
	font-size: 20px;
	line-height: 30px;
	font-family: "OP-JH";
}
.store_dizhi .tit h4 span{
	display: inline-block;
	color: #cb0012;
}

.store_dizhi .w15{
	position: relative;
	padding: 0 60px;
}
.store_dizhi ul{}
.store_dizhi ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.store_dizhi ul li:last-child{
	margin-right: 0;
}
.store_dizhi ul li a{}
.store_dizhi ul li a .pic{}
.store_dizhi ul li a .pic img{
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 5.4rem;
}
.store_dizhi ul li a .info{
	font-size: 16px;
	line-height: 20px;
	color: black;
	font-family: "OP-R";
	text-align: center;
	margin-top: 0.15rem;
}
.store_dizhi .store_more{
	text-align: center;
	margin: 0.9rem 0;
}
.store_dizhi .store_more a{
	display: inline-block;
	width: 275px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #231815;
	text-align: center;
	font-size: 16px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s; 
	-o-transition:all 0.3s;
}
.store_dizhi .store_more a:hover{
	background-color: black;
	color: white;
}

.store_dizhi .swiper-button-prev,.store_dizhi .swiper-button-next{
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
}
.store_dizhi .swiper-button-prev{
	background: url(../image/ico_prev.png) no-repeat center;
	left: 0;
}
.store_dizhi .swiper-button-next{
	background: url(../image/ico_next.png) no-repeat center;
	right: 0;
}
/* 零售店导航列表页 */

.store_nav{
	padding-bottom: 0.6rem;
}
.store_nav .tit{
	text-align: center;
	font-size: 22px;
	font-family: "OP-JH";
	padding: 0.8rem 0 1rem;
}
.store_nav .tit span{
	display: inline-block;
	color: #cb0012;
}
.store_nav ul{}
.store_nav ul li{
	float: left;
	width: 25%;
	margin-bottom: 0.7rem;
	text-align: center;
}

.store_nav ul li a{
	font-size: 16px;
	line-height: 1;
	font-family: "OP-R";
	color: #000000;
}
.store_nav ul li a span{
	display: inline-block;
	color: #cb0012;
}

.store_nav .info{
	font-size: 12px;
	line-height: 20px;
	color: #727171;
	font-family: "OP-R";
	text-align: center;
	margin-top: 0.2rem;
}

/* 零售店列表页 */
.store_list{
	padding: 0.8rem 0;
}
.tit_back{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-family: "OP-JH";
	color: #000000;
	text-align: center;
}
.tit_back .back{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 35px;
	background: url(../image/ico_fanghui.png) no-repeat left;
	line-height: 30px;
}
.tit_back span{
	display: inline-block;
	color: #cb0012;
}

.store_list ul{
	padding-top: 0.9rem;
}
.store_list ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
	text-align: center;
}
.store_list ul li:nth-child(3n){
	margin-right: 0;
}
.store_list ul li a{}
.store_list ul li a .pic{}
.store_list ul li a .pic img{
	width: 100%;
}
.store_list ul li a .info{
	padding-top: 20px;
	text-align: left;
}
.store_list ul li a .info h4{
	font-size: 16px;
	line-height: 1;
	font-family: "OP-JH";
}
.store_list ul li a .info p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	font-family: "OP-R";
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* 零售店详情页 */
.store_det{
	padding: 0.75rem 0 0.9rem;
}
.store_det .con{}
.store_det .con .logo{
	text-align: center;
	margin-top: 40px;
}
.store_det .con .logo img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.store_det .con .info{
	padding: 0.9rem 4%;
	font-size: 18px;
	line-height: 32px;
	font-family: "OP-R";
	color: #000000;
	text-align: center;
}
.store_det .con ul{}
.store_det .con ul li{}
.store_det .con ul li .pic{}
.store_det .con ul li .pic img{}

.store_det .com_navigate{
	margin-top: 0.6rem;
}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width:768px) {
    /* 移动终端以上 360 适配 */
}
@media all and (max-width:640px) {
}
@media all and (max-width:420px) {
}
@media all and (max-width:376px) {
}
