.wrap-banner{
	width: 100%;
}
.banner-item{
	height: calc(100vh - 110px);
}

.banner-img{
	width: 100%;
	height: 100%;
	background-image: url(../img/store/banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-footer{
	position: relative;
}
.index-footer .footer-text{
	background-image: url(../img/common/首页咖啡豆.jpg);
	background-size: cover;
	background-position: center;
}

.index-footer .footer-text {
	width: 100%;
	padding-top: 43px;
	padding-bottom: 42px;
}
.index-footer .footer-text img{
	width: 14.06%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.store-item-none{
	display: none;
}
.store-item-block{
	display: block;
}
@media(max-width:1450px){
	.banner-item{
		height: calc(100vh - 90px);
	}
}
@media(max-width: 1024px){
	.header-m .header-nav-m-item.active-m div {
		background-image: url(../img/common-m/门店展示-fill.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.banner-item{
		height: 56vw;
	}
}

/* 新样式 */

/*门店类型*/
/*门店导航*/
.list-filtrate {
	text-align: center;
	margin-top: 100px;
}
.list-filtrate ul{	
	width: 72.91%;
	margin: 0 auto;
	background-color: #E60012;
	border-radius: 50px;
}
.list-filtrate li {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 2);
}

.list-filtrate li:last-child a:before {
	opacity: 0
}

.list-filtrate li.on a span {
	color: #E60012;
	font-weight: 600;
}

.list-filtrate li.on a:after {
	opacity: 1;
}

.list-filtrate a {
	display: block;
	letter-spacing: 1px;
	border-radius: 36px;
	position: relative;
	overflow: hidden
}

.list-filtrate a::after {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	margin: 8px;
	background-color: #FFFFFF;
	border-radius: 36px;
	opacity: 0
}

.list-filtrate a span {
	-webkit-transition: color .3s, transform .6s;
	transition: color .3s, transform .6s;
	z-index: 20;
	color: #FFFFFF;
	position: relative;
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
	padding: 23px 0 22px 0;
	display: block;
}
@media(max-width:1440px){
	.list-filtrate a span{
		font-size: 22px;
		padding: 10px 0 10px 0;
	}
}
@media(max-width:1300){
	.list-filtrate{
		margin-top: 60px;
	}
}
@media(max-width: 1024px){
	.list-filtrate {
		margin-top: 59px;
		margin-left: 38px;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.list-filtrate::-webkit-scrollbar {
		display: none
	}
	.list-filtrate{
		scrollbar-width: none;
	}
	
	.list-filtrate ul {
		width: 100%;
		font-size: 0;
		background-color: transparent;
	}
	
	.list-filtrate li {
		width: 260px;
		margin-right: 22px;
	}
	
	.list-filtrate li:last-child a:before {
		opacity: 0
	}
	
	.list-filtrate a {
		background-color: #E60012;
	}
	
	.list-filtrate a::after {
		width: calc(100% - 8px);
		height: calc(100% - 8px);
		margin: 4px;
	}
	
	.list-filtrate a span {
		font-size: 28px;
		line-height: 1;
		padding: 23px 10px 22px 10px;
	}
}
@media(max-width:768px){
	.list-filtrate li{
		width: 31.25vw;
	}
	.list-filtrate a span{
		font-size: 3.62vw;
		padding: 3vw 10px;
	}
	.list-filtrate li.on a span{
		font-weight: 700;
	}
}
@media(max-width: 475px){
	.list-filtrate{
		margin-top: 24px;
		margin-left: 19px;
	}
	
	.list-filtrate li{
		width: 27.37vw;
		margin-right: 11px;
	}
	.list-filtrate a{
		height: 34px;
	}
	.list-filtrate a span{
		font-size: 14px;
		padding: 10px;
	}
	.list-filtrate a::after{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		margin: 2px;
	}
}
/*门店类型展示*/
.store-type .store-info-wrapper{
	width: 72.91%;
	max-height: 580px;
	/*height: 580px;*/
	height: 30.2vw;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 140px;
	align-items: center;
}
.store-type .store-type-item-block{
	display: flex;
}
.store-type .store-type-item-none{
	display: none;
}
.store-type .store-info-wrapper .store-info-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	position: relative;
	height: 100%;
	margin-right: 40px;
}
.store-type .store-info-wrapper .store-type-desc{
	/*flex: 1;*/
}
.store-type .store-info-wrapper .store-type-desc .store-type-title{
	font-weight: 600;
	/*font-size: 46px;*/
	font-size: 2.395vw;
	color: #E60012;
	line-height: 1.41;
	display: inline-block;
}
.store-type .store-info-wrapper .store-type-desc .store-type-desc-wrap{
	margin-top: 20px;
}
.store-type .store-info-wrapper .store-type-desc .store-type-desc-text{
	margin-bottom: 10px;
	font-weight: 400;
	/*font-size: 20px;*/
	font-size: 1.04vw;
	color: #000000;
	line-height: 1.75;
	display: inline-block;
}
.store-type .store-info-wrapper .store-swiper-button-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	/*position: absolute;
	bottom: 0;
	left: -424px;*/
	position: absolute;
	bottom: 0;
	left: 0;
}
.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button{
	width: 54px;
	height: 54px;
	/* border-radius: 50%; */
	/* background: #E60012; */
	
	/* font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 24px;
    position: relative;
    color: #FFFFFF; */
    cursor: pointer;
}
.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button::after{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-btn-prev::after{
	content: 'prev';
}
.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-btn-next::after{
	content: 'next';
} */
.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page{
	font-weight: 600;
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	margin-left: 64px;
	margin-right: 64px;
}

.store-type .store-info-wrapper .store-type-swiper{
	max-width: 960px;
	width: 50vw;
	max-height: 576px;
	height: 30vw;
	border-radius: 48px;
	box-shadow: 8px 10px 16px 0px rgba(51,51,51,0.46);
}
.store-type .store-info-wrapper .store-type-swiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}
.store-type .store-info-wrapper .store-type-swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	/*height: 576px;*/
	object-fit: cover;
}
@media(max-width:1300px){
	.list-filtrate{
		margin-top: 60px;
	}
	.store-type .store-info-wrapper{
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-title{
		font-size: 30px;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-text{
		font-size: 14px;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button{
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page{
		font-size: 20px;
		margin-left: 32px;
		margin-right: 32px;
	}
}

/*门店形象升级*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
.store-history__wrap{
	background-color: #FAFAFA;
}
.store-history__full{
	/*padding-top: 100px;*/
	padding-left: 16.7%;
	padding-right: 16.7%;
	padding-bottom: 80px;
}
.bra-history__year {
	position: relative;
	margin-top: 62px;
	width: 100%;
	left: 50%;
    transform: translateX(-50%);
    
}

.bra-history__year .sa-btn {
	position: absolute;
	top: 0;
	/* width: 3em;
	height: 3em; */
	width: 54px;
	height: 54px;
	z-index: 100
}
.bra-history__year .sa-btn img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bra-history__year .sa-btn i {
	font-size: 1em
}

.bra-history__year .sa-prev {
	/*left: 0*/
	left: -78px;
}

.bra-history__year .sa-prev i {
	margin-left: 1px;
	/* content: url(../img/brand/右箭头备份 2.svg); */
}

.bra-history__year .sa-next {
	/*right: 0;*/
	right: -78px;
	margin-right: 1px
}
.bra-history__year .sa-next i{
	/* content: url(../img/brand/右箭头备份.svg); */
}

.bra-year__slick {
	/*padding-top: 5px;*/
	/*padding-top: 28px;*/
	/*width: calc(100% - 30px);*/
	margin: 0 auto
}

.bra-year__slick .item-box {
	font-size: 20px;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 28px
}

.bra-year__slick .item-box::before,
.bra-year__slick .item-box::after {
	content: "";
	display: block
}

.bra-year__slick .item-box::before {
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.26);
}
.bra-year__slick .item-box.half-color::before{
	background: linear-gradient(to right, #E60012 0%,#E60012 48%,rgba(0,0,0,0.26) 48%,rgba(0,0,0,0.26) 100%);
}
.bra-year__slick .item-box.all-color::before{
	background: #E60012;
}
.bra-year__slick .item-box::after {
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translateX(-50%);
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	content: '';
	background: url(../img/brand/2x.png) no-repeat center;
	background-size: 100%;
}

.bra-year__slick .m-item__box {
	display: none
}

.bra-year__slick span {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #888;
	padding-top: 1.44444em
}

.bra-year__slick .slick-current .item-box:after {
	/*background-color: #E60012;*/
	width: 42px;
	height: 42px;
	background: url(../img/brand/2x1.png) no-repeat center;
	background-size: 100%;
	background-color: #FAFAFA;
	top: 7px;
}

.bra-year__slick .slick-current span {
	color: #E60012
}

.bra-year__slick .slick-track{
	margin-top: -9px;
}

.bra-history__slick .slick-track {
	-webkit-transition: transform .8s ease-out;
	transition: transform .8s ease-out
}


@media(max-width: 1250px){
	.bra-history__year .sa-btn{
		width: 38px;
		height: 38px;
	}
}
@media(max-width: 1024px){
	.bra-history__year .sa-btn{
		width: 65px;
		height: 64px;
	}
}
@media(max-width: 750px){
	.bra-history__year .sa-btn{
		width: 8.67vw;
		height: 8.67vw;
	}
}
@media(max-width: 475px){
	.bra-history__year .sa-btn{
		width: 32px;
		height: 32px;
	}
}

/*.bra-history__slick .item-box {
	font-size: 20px;
	margin-bottom: 40px
}

.bra-history__slick .item-cont {
	cursor: pointer
}

.bra-history__slick .pic {
	position: relative
}

.bra-history__slick .pic:after {
	content: "";
	display: block;
	padding-top: 53.19149%
}

.bra-history__slick .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}*/

/*.bra-history__slick .cont {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	height: 600px;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	background-color: #fafafa;
}

.bra-history__slick .txt,
.bra-history__slick .year-dec {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out
}

.bra-history__slick .year {
	width: 312px;
	height: 169px;
	font-size: 60px;
	font-weight: bold;
	color: #E60012;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	margin-top: 294px;
	margin-left: 16.4%;
}*/


/*发展历程内容*/
.bra-history__slick{
	/*margin: 0 320px;*/
	margin-top: 70px;
}
.bra-history__slick .item-cont .cont{
	/* max-width: 1270px; */
	/*max-height: 590px;*/
	height: 30.7vw;
}
.bra-history__slick .item-cont .item-inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*border: 1px solid red;*/
	/*width: calc(100% + 2px);*/
	/*width: calc(100% - 30px);
	height: calc(100% - 30px);*/
	height: 100%;
}
.bra-history__slick .item-cont .item-inner .item-inner-left{
	display: flex;
	flex-direction: column;
	/*width: 52%;
	padding-left: 7.4%;
	padding-top: 6.27%;*/
	/*width: 744px;*/
	width: 58%;
	height: calc(100% - 40px);
	/*height: 570px;*/
	/*height: 29.69vw;*/
	box-shadow: 16px 10px 16px 0px rgba(51,51,51,0.46);
	border-radius: 46px;
	overflow: hidden;
}
.bra-history__slick .item-cont .item-inner .item-inner-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 1920px){
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		max-width: 744px;
		max-height: 570px;
	}
}

.bra-history__slick .item-cont .item-inner .item-inner-right{
	/*width: 48%;
	height: 100%;*/
	/*padding-left: 140px;*/
	/*margin-left: 7.29vw;
	margin-right: 24px;*/
	max-width: 360px;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bra-history__slick .item-cont .item-inner .item-inner-right span{
	display: inline-block;
}
.bra-history__slick .item-cont .item-inner .item-inner-right .store-title{
	font-weight: 600;
	/*font-size: 60px;*/
	font-size: 3.125vw;
	color: #E60012;
	line-height: 1.4;
}
.bra-history__slick .item-cont .item-inner .item-inner-right .store-title-m{
	display: none;
}
.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
	font-weight: 400;
	/*font-size: 20px;*/
	font-size: 1.04vw;
	color: rgba(0,0,0,.58);
	line-height: 1.4;
	margin-top: 37px;
	padding-bottom: 20px;
}


.slick-dot__line {
	font-size: 20px
}

.slick-dot__line .slick-dots {
	width: calc(100% - 174px);
	height: 4px;
	background-color: #f8f8f8;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	margin-left: 16px
}

.slick-dot__line li {
	flex: 1
}

.slick-dot__line li,
.slick-dot__line button {
	height: 100%
}

.slick-dot__line button {
	width: 100%;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
	position: relative;
	border-radius: 30px
}

.slick-dot__line button:after {
	-webkit-transition: width .8s ease-out;
	transition: width .8s ease-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #E60012;
	border-radius: 30px
}

.slick-dot__line .slick-active button:after {
	width: 100%
}

.slick-dot__white li,
.slick-dot__white button,
.slick-dot__round li,
.slick-dot__round button {
	display: inline-block;
	vertical-align: middle
}

.slick-dot__white li,
.slick-dot__round li {
	font-size: 20px;
	margin: 0 .65em
}

.slick-dot__white button,
.slick-dot__round button {
	backface-visibility: hidden;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	text-indent: -999999999px
}

.slick-dot__white button:before,
.slick-dot__white button:after,
.slick-dot__round button:before,
.slick-dot__round button:after {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	content: "";
	display: block
}

.slick-dot__white button:before,
.slick-dot__round button:before {
	position: absolute;
	left: 50%;
	top: -.3em;
	width: .65em;
	height: .7em;
	background: url(../img/icon-wg.html) no-repeat center center;
	background-size: contain;
	margin-left: -.35em;
	opacity: 0
}

.slick-dot__white button:after,
.slick-dot__round button:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1em;
	height: .9em;
	border-radius: 50%;
	background-color: #fff
}

.slick-dot__white .slick-active button::before,
.slick-dot__round .slick-active button::before {
	opacity: 1
}

.slick-dot__round button:before {
	top: -.4em;
	background: url(../img/icon-hg.html) no-repeat center center
}

.slick-dot__round button:after {
	border: 2px solid #E60012
}

.slick-dot__round .slick-active button::after {
	background-color: #E60012
}

.slider-arrow {
	font-size: 20px
}

.slider-arrow .sa-btn {
	display: inline-block !important;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	/*position: relative;*/
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out
}

.slider-arrow .sa-prev {
	/* background-color: #ffffff; */
	/* background-color: #F599A0; */
	background-color: unset !important;
	margin-right: .6em
}

.slider-arrow .sa-prev i {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	/* color: #E60012 */
	color: #FFFFFF;
}

.slider-arrow .sa-next {
	/* background-color: #E60012; */
	background-color: unset !important;
	margin-left: .6em
}

.slider-arrow .sa-next i {
	color: #fff;
	margin-left: 1px;
	margin-top: 1px
}

.slider-arrow i {
	font-size: .8em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow {
	outline: none
}

.slick-slide {
	outline: none
}
@media(max-width: 1550px){
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		box-shadow: 13px 14px 11px -4px rgba(51,51,51,0.46);
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		max-width: 250px;
	}
}


@media(max-width: 1500px){
	.bra-history__slick{
		margin-top: 55px;
	}
	.bra-history__slick .item-cont .cont{
		/*height: 470px;*/
		height: 26.7vw;
	}
}
@media(max-width: 1360px){
	.bra-year__slick .item-box::after{
		width: 18px;
		height: 18px;
		top: 20px;
	}
	.bra-year__slick .slick-current .item-box:after{
		width: 26px;
		height: 26px;
		top: 17px;
	}
	.bra-year__slick span{
		font-size: 16px;
	}
}
@media(max-width: 1300px){
	.bra-history__slick .item-cont .cont{
		/*height: 20.7vw;*/
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		max-width: 200px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title{
		font-size: 34px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
		font-size: 14px;
		margin-top: 14px;
	}
}
@media(max-width: 1150px){
	/*.bra-history__slick .item-cont .item-inner .item-inner-left{*/
	/*	width: 240px;*/
	/*	height: 160px;*/
	/*}*/
	/*.bra-history__slick .item-cont .item-inner .item-inner-right{*/
	/*	max-width: 170px;*/
	/*}*/
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title{
		font-size: 28px;
		line-height: 1.2;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
		font-size: 12px;
	}
}

@media(max-width: 1024px){
	.store-type .store-info-wrapper{
		width: 100%;
		height: 800px;
		max-width: unset;
		max-height: unset;
		flex-direction: column-reverse;
		max-height: 900px;
		margin: unset;
		margin-top: 50px;
    	margin-bottom: 90px
	}
	.store-type .store-info-wrapper .store-type-swiper{
		width: 100%;
		height: 450px;
		border-radius: unset;
		box-shadow: unset;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-wrapper{
		/*height: calc(100% - 99px);*/
		height: calc(100% - 13.2vw);
    	padding-top: 28px;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-slide{
		box-shadow: 0px 2.67vw 2.67vw 0px rgba(51,51,51,0.12);
		border-radius: 34px;
		overflow: hidden;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-slide-active{
		transform: scale(1.15);
		transition: transform .4s;
	}
	.store-type .store-info-wrapper .store-info-left{
		/*margin-top: 120px;*/
		height: unset;
		width: calc(100% - 84px);
		flex: unset;
		padding-top: 88px;
		margin-right: 0;
	}
	.store-type .store-info-wrapper .store-type-desc{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-wrap{
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-title{
		font-size: 48px;
		line-height: 1.625;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-text{
		font-size: 26px;
		line-height: 1.5;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap{
		top: 0;
	    bottom: unset;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button{
		width: 60px;
		height: 60px;
		font-size: 24px;
		font-weight: 600;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page{
		margin-left: 122px;
		margin-right: 122px;
		font-size: 34px;
		line-height: 1.4;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page .current-page{
		color: #E60012;
	}
	
	/*门店形象升级*/
	.store-history__full{
		padding-left: unset;
		padding-right: unset;
		padding-bottom: 90px;
	}
	.bra-year__slick{
		width: calc(100% - 25.6vw); /*- 84px - 108px*/
	}
	.bra-history__year{
		margin-top: 54px;
	}
	.slider-arrow .sa-btn{
		width: 54px;
		height: 54px;
		top: -7px;
	}
	.bra-history__year .sa-prev{
		left: 42px;
	}
	.bra-history__year .sa-next{
		right: 42px;
	}
	.bra-year__slick span{
		font-size: 26px;
		line-height: 1.4;
		padding-top: 21px;
	}
	.bra-year__slick .item-box::after{
		width: 30px;
		height: 30px;
		top: 13px;
	}
	.bra-year__slick .slick-current span{
		font-size: 26px;
		line-height: 1.4;
	}
	.bra-year__slick .slick-current .item-box:after{
		width: 48px;
		height: 48px;
		top: 6px;
	}
	.bra-year__slick .item-box::before{
		height: 1px;
		background: linear-gradient(to right,transparent 0%,transparent 50%,#CED4DA 50%,#CED4DA 100%);
		background-size: 10px 1px;
		background-repeat: repeat-x;
	}
	/* 虚线 */
	.bra-year__slick .item-box.half-color::before{
		/*background: linear-gradient(to right, #E60012 0%,#E60012 50%,transparent 50%,#CED4DA 50%,#CED4DA 100%);*/
		/* background: linear-gradient(to right, #E60012 0%,#E60012 50%,#000 50%,#000 75%,rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);  */
		background: linear-gradient(to right, #E60012 0, #E60012 50%, transparent 0%), linear-gradient(to left, transparent 49.9%, #E60012 50%), repeating-linear-gradient(-45deg, #CED4DA 12.5%, #CED4DA 50%, transparent 50%, transparent 75%, #CED4DA 0) transparent;
	  background-size: 100% 50%, 100% 100%, 10px 10px;
	  background-position: 0% 0%, 0% 100%, 0 0;
    background-repeat: repeat-x;
	}
	.bra-year__slick .item-box.all-color::before{
		background: #E60012;
	}
	.bra-history__slick .slick-slide{
		height: 730px;
	}
	.bra-history__slick .item-cont .cont{
		/*width: calc(100% - 76px);*/
		width: calc(100% - 19.1vw);
		height: auto;
		max-width: unset;
		margin: 0 auto;
	}
	.bra-history__slick .item-cont .item-inner{
		flex-direction: column;

	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		width: 670px;
		height: 513px;
		max-height: unset;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		margin-top: 52px;
		max-width: calc(100% - 84px);
		text-align: center;
    align-items: center;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title{
		display: none;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title-m{
		display: inline-block;
		font-weight: 600;
		font-size: 48px;
		color: #E60012;
		line-height: 1.4;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
		margin-top: 24px;
		font-size: 26px;
		line-height: 1.4;
		padding-bottom: unset;
	}
	/*.bra-year__slick .slick-current .item-box::before{
		background: #E60012;
	}*/
}
@media(max-width: 750px){
	.store-type .store-info-wrapper{
		/*height: 800px;*/
		height: 106.7vw;
		max-height: 900px;
		/*margin-top: 50px;
    	margin-bottom: 90px*/
    	margin-top: 6.67vw;
    	margin-bottom: 12vw;
	}
	.store-type .store-info-wrapper .store-type-swiper{
		/*height: 450px;*/
		height: 60vw;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-wrapper{
		/*height: calc(100% - 13.2vw);/*99px*/
    	/*padding-top: 28px;*/
    	padding-top: 3.7vw;
	}
	.store-type .store-info-wrapper .store-info-left{
		width: calc(100% - 11.2vw);/*84px*/
		padding-top: 11.7vw;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-title{
		font-size: 6.4vw;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-text{
		font-size: 3.47vw;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button{
		width: 8vw;
		height: 8vw;
		font-size: 3.2vw;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page{
		margin-left: 16.27vw;
		margin-right: 16.27vw;
		font-size: 4.5vw;
	}
	
	/*门店形象升级*/
	.store-history__full{
		padding-bottom: 12vw;
	}
	.bra-history__year{
		margin-top: 7.2vw;
	}
	.bra-history__year .sa-prev{
		left: 5.6vw;
	}
	.bra-history__year .sa-next{
		right: 5.6vw;
	}
	.bra-year__slick span{
		font-size: 3.47vw;
		padding-top: 2.8vw;
	}
	.bra-year__slick .slick-current span{
		font-size: 3.47vw;
	}
	.bra-history__slick .slick-slide{
		height: 97.3vw;/*730px*/
	}
	.bra-history__slick .item-cont .cont{
		width: calc(100% - 10.1vw);
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		width: 89.3vw;/*670px*/
		height: 68.4vw;/*513px*/
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		margin-top: 6.9vw;
		max-width: calc(100% - 11.2vw);/*84px*/
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title-m{
		font-size: 6.4vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
		margin-top: 3.2vw;
		font-size: 3.47vw;
	}
	
}
@media(max-width: 475px){
	.store-type .store-info-wrapper{
		height: 400px;
		max-height: 450px;
		margin-top: 25px;
    	margin-bottom: 45px
	}
	.list-filtrate{
		margin-top: 30px;
	}
	.store-type .store-info-wrapper .store-type-swiper{
		height: 225px;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-wrapper{
		height: calc(100% - 50px);
    	padding-top: 14px;
	}
	.store-type .store-info-wrapper .store-type-swiper .swiper-slide{
		box-shadow: 0px 10px 10px 0px rgba(51,51,51,0.12);
		border-radius: 17px;
	}
	.store-type .store-info-wrapper .store-info-left{
		width: calc(100% - 42px);
		padding-top: 44px;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-wrap{
		margin-top: 10px;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-title{
		font-size: 24px;
	}
	.store-type .store-info-wrapper .store-type-desc .store-type-desc-text{
		font-size: 13px;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .swiper-store-button{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.store-type .store-info-wrapper .store-swiper-button-wrap .shk-image-page{
		margin-left: 61px;
		margin-right: 61px;
		font-size: 17px;
	}
	
	/*门店形象升级*/
	.store-history__full{
		padding-bottom: 45px;
	}
	.bra-year__slick{
		width: calc(100% - 42px - 85px);
	}
	.bra-history__year{
		margin-top: 27px;
	}
	.slider-arrow .sa-btn{
		width: 27px;
		height: 27px;
		top: 5px;
	}
	.bra-history__year .sa-prev{
		left: 21px;
	}
	.bra-history__year .sa-next{
		right: 21px;
	}
	.bra-history__year .sa-btn i{
		font-size: 12px;
	}
	.bra-history__slick{
		margin-top: 24px;
		padding-left: 22px;
		padding-right: 0;
	}
	.bra-year__slick span{
		font-size: 13px;
		padding-top: 10px;
	}
	.bra-year__slick .item-box::after{
		width: 15px;
		height: 15px;
		top: 22px;
	}
	.bra-year__slick .slick-current span{
		font-size: 13px;
	}
	.bra-year__slick .slick-current .item-box:after{
		width: 24px;
		height: 24px;
		top: 16px;
	}
	.bra-history__slick .slick-slide{
		height: 365px;
	}
	.bra-history__slick .item-cont .cont{
		width: calc(100% - 24px);
		margin: 0;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		width: 335px;
		height: 256px;
		max-width: 100%;
		border-radius: 23px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		margin-top: 26px;
		max-width: calc(100% - 42px);
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-title-m{
		font-size: 24px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right .store-desc{
		margin-top: 12px;
		font-size: 13px;
	}
}
