/* ===================================================
					store-index			
 ===================================================== */
 /* 头部 */
.header_box .header .header_search form input{
	border: 2px solid var(--maincolor);
}
.header_search_btn{
	background-color: var(--maincolor);
}
.header_box .header .header_cart a em{
	background: var(--maincolor);
} 
.header_box .navbar .container{
	 border-bottom: 1px solid var(--maincolor);
}
.header_box .navbar .indshow{
	 height: 45px;
}
.header_box .indshow h1{
	height: 45px;
	width: 210px;
	border-radius: 0;
	text-align: center;
	background: var(--maincolor);
 }
.header_box .indshow h1 a{
	font-size: 16px;
}
.header_box .indshow h1 img{
	display: none;
}
.header_box .indshow h1 span{
	margin: 0;
}
.header_box .horizontal_nav li a{
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}
.header_box .horizontal_nav .avtive a,
.header_box .horizontal_nav li:hover a{
	color: var(--maincolor);
}



/* 海报 */
.guide_banner{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
}
.guide_banner .container{
	position: relative;
}
.store_banner{
	overflow: hidden;
	height: 500px;
}
.store_banner ul li img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* 分类侧栏 */
.store_cate {
	margin-right: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.store_cate ul {
    width: 210px;
    height: 500px;
    color: #fff;
	background: rgba(49,49,50,0.9);
	overflow: hidden;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	overflow: -moz-scrollbars-none;
}
.store_cate ul::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}
.store_cate ul::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #999;
}
.store_cate ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #333;
}
.store_cate ul li {
    position: relative;
    width: 210px;
    font-size: 14px;
    overflow: hidden;
	padding-top: 16px;
}
.store_cate ul li .nava{
	height: 20px;
	padding-left: 25px;
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
	*display: inline;
	width: 210px;
	color: #fff;
	vertical-align: middle;
	overflow: hidden;
	zoom: 1;
}
.store_cate ul li .nava i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.store_cate ul li p {
    width: 210px;
    height: 40px;
    padding-left: 0;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 25px;
}
.store_cate ul li span {
    position: relative;
    display: block;
    height: 42px;
    overflow: hidden;
    margin-left: -1px;
} 
.store_cate ul li span a {
    position: relative;
    display: inline-block;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0 5px 0 0;
    overflow: hidden;
}
 
 /* 右侧登录侧栏 */
.store_login {
 	margin-right: 0;
 	position: absolute;
 	top: 0;
 	right: 0;
 	z-index: 9;
	background: rgba(255,255,255,0.9);
	width: 210px;
	height: 500px;
 }
.store_login .store_login_user{
	overflow: hidden;
	padding: 25px 12px;
}
.store_login .store_login_avatar{
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}
.store_login .store_login_avatar img{
	width: 100%;
	height: 100%;
	display: block;
}
.store_login .store_login_user p{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 15px 0;
}
.store_login .store_login_btn a:first-child{
	background: #FFFFFF;
	width: 86px;
	height: 26px;
	color: #ff8000;
	border-radius: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.06);
	display: block;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
.store_login .store_login_btn a:last-child{ 
	background: #ff8000;
	width: 86px;
	height: 26px;
	color: #fff;
	border-radius: 30px;
	display: block;
	line-height: 26px;
	text-align: center;
	float: right;
}
/* 右侧登录侧栏-公告 */
.store_announcement{
	overflow: hidden;
	padding: 0 12px 25px;
}
.store_announcement .hd{
	overflow: hidden;
}
.store_announcement .hd ul li{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-left: 1px solid #999999;
	float: left;
	padding: 0 10px;
	cursor: pointer;
}
.store_announcement .hd ul li:first-child{
	border-left: 0;
	padding-left: 0;
}
.store_announcement .hd ul li.on{
	color: #FF8000;
}
.store_announcement .bd{
	overflow: hidden;
	margin-top: 20px;
}
.store_announcement .bd li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.store_announcement .bd li:last-child{
	margin-bottom: 0;
}
.store_announcement .bd li a{
	font-size: 12px;
	color: #666666;
}

/* 右侧登录侧栏-快捷入口 */
.store_quick{
	overflow: hidden;
}
.store_quick h2{
	font-size: 14px;
	font-weight: normal;
	padding: 0 12px;
	margin-bottom: 10px;
}
.store_quick ul{
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	padding: 0 12px;
}
.store_quick ul li{
	overflow: hidden;
	float: left;
	width: 33.33333%;
	padding: 10px 0;
} 
.store_quick ul li dt{
	width: 33px;
	height: 33px;
	overflow: hidden;
	margin: 0 auto;
} 
.store_quick ul li dd{
	font-size: 12px;
	text-align: center;
}

/* 首页限时活动 */
.guide_timelimit{
	overflow: hidden;
	height: 266px;
	margin-top: 35px;
} 
.guide_timelimit .guide_timelimit_fl{
	overflow: hidden;
	width: 210px;
	background: url(../images/store/activity_bg.png) no-repeat;
	height: 100%;
	padding: 48px;
	text-align: center;
	background-size: cover;
}
.guide_timelimit .guide_timelimit_fl h2{
	color: #f5f5f5;
	font-size: 28px;
    margin-bottom: 22px;
}
.guide_timelimit .guide_timelimit_fl p{
	font-size: 16px;
	color: #f5f5f5;
}
.guide_timelimit .guide_timelimit_fl em{
	width: 18px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin: 14px auto;
}
.guide_timelimit .guide_timelimit_fl span{
	font-size: 16px;
	color: #f5f5f5;
}
.guide_timelimit .guide_timelimit_fl ul{
	overflow: hidden;
	margin-top: 22px;
}
.guide_timelimit .guide_timelimit_fl ul li{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: left;
	background-color: #222222;
	color: #fff;
	margin-right: 15px;
}
.guide_timelimit .guide_timelimit_fl ul li:last-child{
	margin-right: 0;
}
.guide_timelimit .guide_timelimit_fr{
	overflow: hidden;
	height: 266px;
	background: #fff;
	padding: 20px;
    width: calc(100% - 210px);
	float: right;
}
.guide_timelimit .guide_timelimit_list{
	overflow: hidden;
}
.guide_timelimit .guide_timelimit_fr ul li dt{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.guide_timelimit .guide_timelimit_fr ul li dd{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.guide_timelimit .guide_timelimit_fr ul li dd h3{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
.guide_timelimit .guide_timelimit_fr ul li dd span{
	font-size: 16px;
	font-weight: bold;
	color: #e93423;
}

/* 逛好店 */
.guide_goodshop{
	overflow: hidden;
	margin-top:25px;
}
.guide_goodshop ._title{
	overflow: hidden;
	height: 25px;
	position: relative;
	margin-bottom:8px;
}
.guide_goodshop ._title h2{
    position: relative;
    padding-left: 12px;
    float: left;
    font-size: 18px;
    color: #333;
}
.guide_goodshop ._title h2::before{
    content: '';
    position: absolute;
    left: 0;
    top:3px;
    height:18px;
    width:4px;
    background-color: var(--maincolor);
}
.guide_goodshop ._title a{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #666;
    transform: translateY(-50%);
}
.guide_goodshop .guide_goodshop_list{
	overflow: hidden;
	margin-bottom: -2%;
}
.guide_goodshop .guide_goodshop_list ul li{
	width: 49%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
}
.guide_goodshop .guide_goodshop_list ul li:nth-child(2n){
	margin-right: 0;
}
.guide_goodshop .guide_goodshop_list ul li dt{
	overflow: hidden;
	width: 190px;
	height: 225px;
	float: left;
	text-align: center;
	padding:35px 15px 0;
	background: url(../images/store/goodshop01.png) no-repeat;
}
.guide_goodshop .guide_goodshop_list ul li:nth-child(2n) dt{
	background: url(../images/store/goodshop02.png) no-repeat;
}
.guide_goodshop .guide_goodshop_list ul li dt span{
	width: 70px;
	height: 70px;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.guide_goodshop .guide_goodshop_list ul li dt span img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.guide_goodshop .guide_goodshop_list ul li dt h3{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.guide_goodshop .guide_goodshop_list ul li dt p{
	font-size: 14px;
	color: #fff;
	margin-bottom:10px;
}
.guide_goodshop .guide_goodshop_list ul li dt em{
	overflow: hidden;
	width: 74px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
}
.guide_goodshop .guide_goodshop_list ul li dd{
	overflow: hidden;
	background: #fff;
	width: calc(100% - 190px);
	float: right;
	height: 225px;
	padding: 20px 10px;
}
.guide_goodshop .guide_goodshop_list ul li dd ol{
	overflow: hidden;
}
.guide_goodshop .guide_goodshop_list ul li dd a{
	overflow: hidden;
	float: left;
}
.guide_goodshop .guide_goodshop_list ul li dd .img{
	overflow: hidden;
	width: 145px;
	height: 145px;
	display: block;
	margin: 0 auto;
	position: relative;
	padding-top: 100%;
}
.guide_goodshop .guide_goodshop_list ul li dd .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.guide_goodshop .guide_goodshop_list ul li dd h4{
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin: 4px 0;
}
.guide_goodshop .guide_goodshop_list ul li dd span{
	font-size: 14px;
	color: #E93423;
	text-align: center;
}

/* 门店首页产品 */
.guide_storepro{
	overflow: hidden;
	margin-top:25px;
}
.guide_storepro:last-child{
	margin-bottom: 60px;
}
.guide_storepro ._title{
	overflow: hidden;
	height: 25px;
	margin-bottom:8px;
}
.guide_storepro ._title ul{
    float: right;
    overflow: hidden;
    text-align: right;
    line-height: 24px;
}
.guide_storepro ._title ul a{
    margin-left: 5px;
}
.guide_storepro ._title h2{
    position: relative;
    padding-left:12px;
    float: left;
	font-size: 18px;
	color: #333;
}
.guide_storepro ._title h2::before{
    content: '';
    position: absolute;
    left: 0;
    top:3px;
    height:18px;
    width:4px;
    background-color: var(--maincolor);
}
.guide_storepro .guide_storepro_list{
    display: flex;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.guide_storepro .guide_storepro_list .adv_box{
    overflow: hidden;
    display: block;
    float: left;
    width: 290px;
    background: #f2f2f2;
}
.guide_storepro .guide_storepro_list .adv_box a{
	display: block;
}
.guide_storepro .guide_storepro_list ._list{
    flex: 1;
    overflow: hidden;
    display: block;
    float: left;
    background: #faf7f7;
    padding:15px;
}
.guide_storepro .guide_storepro_list ._list ul{
	overflow: hidden;
	margin-bottom: -30px;
}
.guide_storepro .guide_storepro_list ._list ul li{
    width: 185px;
    float: left;
    overflow: hidden;
    margin-right:12.5px;
    margin-bottom: 15px;
}
.guide_storepro .guide_storepro_list ._list ul li dt{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.guide_storepro .guide_storepro_list ._list ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}
.guide_storepro .guide_storepro_list ._list ul li dd{
	overflow: hidden;
}
.guide_storepro .guide_storepro_list ._list ul li dd h3{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
    height: 44px;
    margin: 5px 0;
}
.guide_storepro .guide_storepro_list ._list ul li dd span{
	font-size: 20px;
	color: #E93423;
	display: block;
}
.guide_storepro .guide_storepro_list ._list ul li:nth-child(4n){
	margin-right: 0;
}
.guide_storepro .guide_popularity{
	width: 300px;
	overflow: hidden;
	background: #fff;
	padding: 20px 15px;
}
.guide_storepro .guide_popularity h2{
	font-size: 16px;
	margin-bottom: 12px;
}
.guide_storepro .guide_popularity ul li{
	overflow: hidden;
	padding: 12px 0;
	border-bottom: 1px solid #f2f2f2;
}
.guide_storepro .guide_popularity ul li dt{
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	position: relative;
}
.guide_storepro .guide_popularity ul li dt i{
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #f19336;
	color: #fff;
    left: 5px;
	top: 0;
}
.guide_storepro .guide_popularity ul li dt img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}

.guide_storepro .guide_popularity ul li dd{
	overflow: hidden;
	width: calc(100% - 90px);
	float: right;
}
.guide_storepro .guide_popularity ul li dd h3{
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	font-weight: normal;
}
.guide_storepro .guide_popularity ul li dd span{
	display: block;
	font-size: 14px;
	color: #E93423;
	margin-top: 6px;
}
@media (max-width:1650px) {
	.guide_storepro .guide_storepro_list ._list ul li{
		margin-right:12px;
	}
	.guide_storepro .guide_storepro_list ._list ul li:nth-child(3n){
		margin-right: 0;
	}
	.guide_storepro .guide_storepro_list ._list ul li:nth-child(4n){
		margin-right:12px;
	}
	.guide_storepro .guide_storepro_list ._list ul li:nth-of-type(n+7){
		display: none;
	}
}
@media (max-width:1250px) {
	.guide_storepro .guide_popularity{
		display: none;
	}
	.guide_storepro .guide_storepro_list ._list ul li{
		margin-right: 20px;
	}
	.guide_storepro .guide_storepro_list ._list ul li:nth-child(4n){
		margin-right: 20px;
	}
}

.footer .footer_txt a{
	background: var(--maincolor);
}

/* ===============================================================================================================
				red style
=============================================================================================================== */
.store_cate2{position: absolute;top: 0;left: 0;z-index: 9;width: 210px;height: 500px;font-size: 14px;}
.store_cate2 ul{height: 500px;border: 0;color: #fff;background: rgba(105,101,101,.6);padding: 20px 0;}
.store_cate2 ul li .nava {position: relative;display: block;padding-left: 30px;height: 42px;line-height: 42px;color: #fff;height: 100%;}
.store_cate2 ul li:hover .nava{background: var(--maincolor);}
.store_cate2 ul li .nava i {display: inline-block;vertical-align: middle;margin-right: 10px;}
.store_cate2 ul li ol{position: absolute;left: 210px;top: 0;z-index: 24;height: 500px;border: 1px solid #e0e0e0;border-left: 0;background: #fff;-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.18); box-shadow: 0 8px 16px rgba(0,0,0,.18);width: 780px;display: none;}
.store_cate2 ul li ol.active{display: block;}
.store_cate2 ul li ol li{position: relative;float: left;width: 25%;height: 76px;}
.store_cate2 ul li ol li a{display: block;padding: 18px 20px;height: 100%;color: #333;-webkit-transition: color .2s;transition: color .2s;}
.store_cate2 ul li ol li i{float: left;margin-right: 12px;vertical-align: middle;width: 40px;height: 40px;}   
.store_cate2 ul li ol li span{float: left;width: 102px;line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}  

.store_bottom{overflow: hidden;margin-top: 14px;}
.store_bottom .store_quick2{width: 210px;float: left;margin-right: 14px;}
.store_bottom .store_quick2 ul{margin: 0;padding: 3px;font-size: 12px;text-align: center;background: #5f5750;overflow: hidden;}
.store_bottom .store_quick2 ul li{position: relative;float: left;width: 68px;height: 82px;padding: 0 3px;}
.store_bottom .store_quick2 ul li:before{top: -1px;left: 6px;width: 58px;height: 1px;position: absolute;content: "";background: #665e57;}
.store_bottom .store_quick2 ul li:after{position: absolute;content: "";background: #665e57;top: 6px;left: 0;width: 1px;height: 70px;}
.store_bottom .store_quick2 ul li a{display: block;padding-top: 18px;text-overflow: ellipsis;color: #fff;opacity: .7;-webkit-transition: opacity .2s;transition: opacity .2s;}
.store_bottom .store_quick2 ul li img{display: block;width: 24px;height: 24px;margin: 0 auto 4px;}
.store_bottom .store_adv{overflow: hidden;}
.store_bottom .store_adv ul li{overflow: hidden;float: left;width: 24%;margin-right: 1.33333%;height: 170px;background: #fff;}
.store_bottom .store_adv ul li:last-child{margin-right: 0;}
.store_bottom .store_adv ul li a{position: relative;display: block;padding-top: 60%;}
.store_bottom .store_adv ul li a img{width: 100%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
@media (max-width:1650px) {
	.store_bottom .store_adv ul li a{padding-top: 72%;}
}
@media (max-width:1250px) {
	.store_bottom .store_adv ul li a{padding-top: 92%;}
}














