/*巨幕动画*/
.guide-wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #FFFFFF;
}
.guide-item{
	position:relative;
	top: -100px;
	width: 100%;
	height: 100%;
}
.guide-item-m{
	display: none;
}

@media(max-width:1024px) {
	.guide-item{
		display: none;
	}
	.guide-item-m{
		position:relative;
		top: -70%;
		width: 100%;
		height: 100%;
		display: block;
	}
}

@media(max-width:768px) {
	.guide-item-m{
		top: -40%;
	}
}

@media(max-width:475px){
	.guide-item-m{
		top: -100px;
	}
}

.swiper-wrap {
	width: 100%;
	position: relative;
}

.swiper-wrap .swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-wrap .swiper-slide {
	height: calc(100vh - 110px);
}

.swiper-wrap .swiper-slide .banner-img-swi {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-container .swiper-pagination-custom {
	bottom: 5%;
	left: 0;
	width: 100%;
	height: 5.4%;
	text-align: center;
}

.swiper-container .swiper-pagination-customs {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 18px;
	outline: 0;
	margin-bottom: 5px;
}

.swiper-container .swiper-pagination-customs-active {
	width: 21px;
	height: 30px;
	z-index: 100;
	border-radius: 0;
	margin-bottom: 0;
	background-color: transparent;
	background-image: url(../img/common/轮播咖啡豆.svg);
	background-position: center bottom;
	background-size: cover;
}


/*品牌介绍*/
.brand-profile {
	width: 100%;
	background: #FFFFFF;
}

.brand-profile-wrap {
	width: 100%;
	height: 100%;
	/* display: flex;
	flex-direction: row;
	align-items: flex-end; */
}

.brand-profile-wrap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brand-profile-left {
	/*width: 50%;*/
	width: 50vw;
	/*height: 30.73vw;*/
	/*height: 590px;*/
	background: url(../img/brand/门店图.png) no-repeat top;
	background-size: 100%;
	background-color: #1E140F;
	overflow: hidden;
}

.brand-profile-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brand-profile-right {
	width: 50%;
	/*padding-top: 5%;*/
	position: relative;
}
.brand-profile-right .module-bg-img{
	/*width: 320px;
	height: 368px;*/
	width: 16.67vw;
	height: 19.17vw;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/brand/咖啡堆堆@2x.png) no-repeat center;
	background-size: 100%;
}

.brand-profile-right .brand-story{
	display: flex;
	flex-direction: column;
	/*padding-top: 5%;*/
	padding-bottom: 5vw;
}

.brand-profile-right .brand-story .brand-title{
	/*margin-left: 97px;*/
	margin-left: 5vw;
	text-align: left;
	padding-top: 0;
}
.brand-profile-right .brand-story .brand-title .module-en-title{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(0);
}

.brand-profile-right .brand-story .brand-story-text{
	max-width: 526px;
	height: 190px;
	font-weight: 400;
	font-size: 20px;
	color: #4D2311;
	line-height: 31px;
	text-align: justify;
	font-style: normal;
	margin-top: 74px;
	/*margin-left: 97px;*/
	margin-left: 5vw;
}
.brand-profile-right .brand-story .brand-story-text .brand-name{
	font-size: 30px;
	color: #E60012;
	font-weight: 600;
	line-height: 38px;
}

@media(max-width: 1700px){
	.brand-profile-right .brand-story{
	    padding-bottom: 3vw;
	}
}
@media(max-width: 1550px){
	.brand-profile-right .brand-story{
	    padding-bottom: 2vw;
	}
	.brand-profile-right .brand-story .brand-story-text{
		margin-top: 55px;
	}
}

@media(max-width: 1400px){
	.brand-profile-right .brand-story .brand-story-text{
		font-size: 18px;
		max-width: 480px;
		height: 170px;
		margin-top: 40px;
	}
}
@media(max-width: 1200px){
	.brand-profile-right .brand-story{
		padding-bottom: 1vw;
	}
	.brand-profile-right .brand-story .brand-story-text{
		font-size: 16px;
		max-width: 400px;
		height: 170px;
		margin-top: 22px;
		line-height: 1.6;
	}
	.brand-profile-right .brand-story .brand-story-text .brand-name{
		font-size: 26px;
		line-height: 1;
	}
}


@media(max-width:1024px) {
	.brand-profile-wrap {
		/* flex-direction: column-reverse; */
	}
	.brand-profile-left {
		width: 100%;
	}
	.brand-profile-right {
		width: 100%;
		text-align: center;
		padding-top: 80px;
		padding-left: 0;
	}
	.brand-profile-right .module-bg-img{
		width: 300px;
		height: 354px;
	}
	.brand-profile-right .brand-story .brand-title{
		margin-left: unset;
		margin-right: unset;
    text-align: center;
	}
	.brand-profile-right .brand-story .brand-title .module-en-title{
		left: 50%;
		transform: translateX(-50%);
	}
	.brand-profile-right .brand-story .brand-story-text{
		margin-left: unset;
		margin: 0 auto;
		margin-top: 34px;
		font-size: 26px;
		line-height: 44px;
		max-width: calc(100% - 120px);
		height: auto;
		padding-bottom: 77px;
	}
	.brand-profile-right .brand-story .brand-story-text .brand-name{
		font-size: 36px;
		line-height: 44px;
	}
	
}
@media(max-width: 750px){
	.brand-profile-right {
		padding-top: 10.67vw;
	}
	.brand-profile-right .module-bg-img{
		width: 40%;
		height: 47.2vw;
	}
	.brand-profile-right .brand-story .brand-story-text{
		margin-top: 4.5vw;
		font-size: 3.47vw;
		max-width: calc(100% - 16vw);
		padding-bottom: 10.27vw;
	}
	.brand-profile-right .brand-story .brand-story-text .brand-name{
		font-size: 4.8vw;
	}
}
@media(max-width:475px){

	/*简介*/
	.brand-profile-left {
		width: 100%;
	}
	.brand-profile-right {
		/*width: 100%;*/
		padding-top: 20px;
	}
	.brand-profile-right .module-bg-img{
		width: 150px;
		height: 177px;
	}
	.brand-profile-right .brand-story .brand-story-text{
		margin-top: 17px;
		font-size: 13px;
		line-height: 22px;
		max-width: calc(100% - 60px);
		padding-bottom: 38px;
	}
	.brand-profile-right .brand-story .brand-story-text .brand-name{
		font-size: 18px;
		line-height: 22px;
	}
	
}

/*品牌历程*/

.brand-history {
	width: 100%;
	background: #E8D3C1;
	position: relative;
}

/* .brand-title {
	margin: 0 28.9%;
	padding-top: 110px;
}

.brand-title img {
	width: 100%;
	height: 100%;
} */


/*新品牌历程*/

.line-swiper {
	width: 50%;
	height: 1px;
	background-color: #211815;
	overflow-x: hidden;
	margin: 0 auto;
	margin-top: 130px;
}
.swiper3wrap{
	width: 100%;
	position: relative;
}
.swiper3 {
	width: 65%;
	margin: 0 auto;
	margin-top: -30px;
	overflow: hidden;
}
.swiper3 .swiper-slide {
	height: 78px;
	position: relative;
}

.swiper3 .swiper-slide .item-box {
	display: block;
	background-color: #F7F0EA;
	border-radius: 10px;
}

.swiper3 .swiper-slide .item-box span {
	display: block;
	/*font-size: 1.4vw;*/
	font-size: 24px;
	font-weight: 400;
	color: #231815;
	line-height: 36px;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

.swiper3 .swiper-slide .js-year-url .swiper3-img {
	position: absolute;
	left: 35px;
	visibility: hidden;
}

.swiper3 .swiper-slide-active .item-box {
	background-color: #E60012;
	background-repeat: no-repeat;
}

.swiper3 .swiper-slide-active .item-box span {
	/*font-size: 1.5625vw;*/
	color: #FFFFFF;
	font-weight: 600;
}

.swiper3 .swiper-slide-active .js-year-url .swiper3-img {
	visibility: visible;
	width: 12%;
}

.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next {
	top: 34%;
	width: 40px;
	height: 40px;
	background-color: #E60012;
	border-radius: 50%;
}

.swiper3 .swiper-button-prev:hover,
.swiper3 .swiper-button-next:hover {
	background-color: rgba(230, 0, 18, 0.5);
}

.swiper3 .swiper-button-prev {
	left: 13.54%;
}

.swiper3 .swiper-button-next {
	right: 13.54%;
}

.swiper3 .swiper-button-prev::after,
.swiper3 .swiper-button-next::after {
	font-size: 18px;
	color: #FFFFE8;
}

.swiper4 {
	margin-left: 13.54%;
	margin-top: 80px;
	padding-bottom: 100px;
	overflow: hidden;
}

.swiper4 .swiper-slide .item-box .item-cont {
	height: 440px;
	background-color: #FFFFFF;
	border-radius: 24px;
	box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
	position: relative;
}

.swiper4 .swiper-slide .item-box .item-cont .pic {
	max-width: 40%;
	max-height: 300px;
	position: absolute;
	right: 10px;
	bottom: 35px;
	overflow: hidden;
}

.swiper4 .swiper-slide .item-box .item-cont .pic-lazy {
	width: 100%;
	height: 100%;
}

.swiper4 .swiper-slide .item-box .item-cont .cont {
	padding-left: 53px;
	padding-top: 42px;
}

.swiper4 .swiper-slide .item-box .item-cont .year-num {
	display: inline-block;
	font-size: 126px;
	font-weight: bold;
	color: #231815;
	line-height: 154px;
}

.swiper4 .swiper-slide .item-box .item-cont .year-txt {
	display: inline-block;
	font-size: 40px;
	font-weight: 600;
	color: #231815;
	line-height: 56px;
}

.swiper4 .swiper-slide .item-box .item-cont .pic-title {
	font-size: 28px;
	font-weight: 600;
	color: #231815;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 12px;
}

.swiper4 .swiper-slide .item-box .item-cont .list-txt {
	width: 288px;
	font-size: 18px;
	font-weight: 400;
	color: #231815;
	line-height: 24px;
}

.swiper4 .swiper-slide-active .item-box .item-cont .year-num,
.swiper4 .swiper-slide-active .item-box .item-cont .year-txt,
.swiper4 .swiper-slide-active .item-box .item-cont .pic-title {
	color: #E60012;
}


/*企业文化*/

.brand-culture {
	width: 100%;
	background-image: url(../img/brand/Image.png);
	background-position: center center;
	background-size: cover;
}

.brand-culture-wrapper {
	margin: 0 10.89%;
	margin-top: 74px;
	padding-bottom: 100px;
}

.brand-culture-wrap {
	padding-top: 26px;
}

.brand-culture-wrap img {
	display: block;
	margin: 0 auto;
}

.brand-culture-wrap .brand-culture-txt-p,
.brand-culture-wrap .brand-culture-txt {
	text-align: center;
	margin: 0 auto;
	margin-top: 17px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
}

.brand-culture-wrap .brand-culture-txt-m {
	display: none;
}


/*品牌形象*/

.brand-image {
	width: 100%;
	background-color: #E60012;
	position: relative;
}

.brand-image-wrap {
	padding-bottom: 100px;
}

.brand-image-left {
	width: 19.5%;
	margin-top: 4.825%;
	margin-left: 17.6%;
}

.brand-image-left img {
	width: 100%;
}

.brand-image-left-m {
	display: none;
}

.brand-image-king {
	position: absolute;
	right: 0;
	bottom: -4.5%;
	width: 39.4%;
	z-index: 201;
}

.brand-image-king img {
	width: 100%;
	height: 100%;
}


/*营销日历*/

.brand-calendar {
	width: 100%;
	background-color: #E60012;
	background-image: url(../img/brand/品牌营销bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	/*box-shadow: 0px 530px 0px 0px #E60012;*/
	position: relative;
	padding-bottom: 300px;
	overflow-x: hidden;
}

.bg-swiper {
	margin-top: 114px;
	width: 100%;
	height: 69px;
	background-color: rgb(255, 255, 232, 0.34);
}

.bg-swiper-img {
	width: 516px;
	height: 88px;
	margin: 0 auto;
	margin-top: -69px;
	background-image: url(../img/brand/选中.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}

.bg-swiper-img .year {
	position: absolute;
	right: 7%;
	top: 21px;
	font-size: 30px;
	color: rgba(255, 255, 232, 1);
	line-height: 34px;
	font-weight: 600;
}

.brand-calendar .sa-prev,
.brand-calendar .sa-next,
.in-product__intro,
.in-product__slick{
	display: none;
}
.swiper1 {
	width: 72%;
	margin: 0 auto;
	margin-top: -125px;
	overflow: hidden;
	position: relative;
}

.swiper1 .swiper-slide {
	margin-top: 41px;
}

.swiper1 .title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	cursor: pointer;
}

.swiper1 .title .in-product-mouth {
	font-size: 42px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 51px;
	font-weight: 600;
}

.swiper1 .title .mouth {
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 51px;
	font-weight: 600;
}

.swiper1 .swiper-slide-active .title .in-product-mouth {
	font-size: 110px;
	line-height: 119px;
	margin-top: -46px;
	color: rgba(255, 255, 232, 1);
}

.swiper1 .swiper-slide-active .title .mouth {
	color: rgba(255, 255, 232, 1);
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
	top: 66px;
	width: 55px !important;
	height: 55px !important;
	background-color: #E60012;
	border-radius: 50%;
}

.swiper1 .swiper-button-prev:hover,
.swiper1 .swiper-button-next:hover {
	background-color: rgba(230, 0, 18, 0.5);
}

.swiper1 .swiper-button-prev:after {
	margin-left: -2px;
}

.swiper1 .swiper-button-next:after {
	margin-left: 2px;
}

.swiper1 .swiper-button-prev::after,
.swiper1 .swiper-button-next::after {
	font-size: 24px !important;
	color: #FFFFE8 !important;
}

.swiper1 .swiper-button-prev {
	left: 0;
}

.swiper1 .swiper-button-next {
	right: 0;
}

.swiper2 {
	margin-top: 130px;
	transform: translate(-2%, 0);
}
.swiper2 .inp-item__wrap{
	cursor: pointer;
}

.swiper2 .inp-item__wrap img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
}

.swiper2 .swiper-slide-active {
	transform: scale(1.2);
	transition: .3s;
}

.swiper2 .swiper-slide-duplicate-next {
	margin-left: -30px;
}

.swiper2 .swiper-slide-prev {
	margin-right: 60px !important;
}

.swiper2 .swiper-slide-next {
	margin-left: 30px;
}

.swiper2 .inp-item__wrap .inp-title {
	text-align: center;
	margin-top: 32px;
	font-size: 28px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
}

.swiper2 .swiper-slide-active .inp-item__wrap .inp-title {
	font-size: 36px;
	font-weight: 600;
	color: #FFFFE8;
	line-height: 50px;
}

.slick-list:focus {
	outline: none
}

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

.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)
}

.index-footer {
	position: relative;
	margin-top: -140px;
}

.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;
}

@media(max-width:1920px) {
	.swiper2 {
		transform: translate(-1%, 0);
	}
}


@media(max-width:1740px) {
	.swiper2 {
		transform: translate(0%, 0%);
	}
}

@media(max-width:1720px) {
	.brand-calendar .sa-btn {
		/*top: 18.8%;*/
	}
}

@media(max-width:1700px) {
	.bra-year__slick .item-box::after {
		height: 54px;
	}
}

@media(max-width:1650px) {
	.history-line {
		width: 44%;
	}
	.brand-image-king {
		bottom: -4.2%;
	}
	.bra-history__year {
		margin-top: -29px;
	}
	.bra-year__slick span {
		font-size: 26px;
		line-height: 21px;
	}
	.bra-year__slick .item-box::after {
		height: 49px;
	}
}


@media(max-width:1560px) {
	.brand-calendar .sa-btn {
		/*top: 18.5%;*/
	}
}

@media(max-width:1550px) {
	.swiper2 {
		transform: translate(1%, 0%);
	}
}

@media(max-width:1450px) {
	.swiper-wrap .swiper-slide {
		height: calc(100vh - 90px);
	}
	.brand-image-king {
		bottom: -3.9%;
	}
	.bra-year__slick span {
		font-size: 22px;
	}
}

@media(max-width:1440px) {
	.bra-year__slick .item-box::after {
		height: 44px;
	}
	.bra-year__slick span {
		padding-top: 5px;
	}
	.bra-history__year .sa-btn {
		top: 8px;
	}
	.bg-swiper {
		height: 55px;
	}
	.bg-swiper-img {
		width: 384px;
		height: 69px;
		margin-top: -55px;
	}
	.bg-swiper-img .year {
		font-size: 26px;
		line-height: 28px;
		top: 15px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 18px !important;
	}
	.swiper1 .title .in-product-mouth,
	.swiper1 .title .mouth {
		font-size: 36px;
	}
	.swiper1 .title .year {
		font-size: 24px;
	}
	.swiper1 .swiper-slide-active .title .in-product-mouth {
		font-size: 86px;
		margin-top: -51px;
	}
	.swiper1 .swiper-slide {
		margin-top: 56px;
	}
	.swiper1 .swiper-button-prev,
	.swiper1 .swiper-button-next {
		width: 35px !important;
		height: 35px !important;
		top: 88px;
	}
	.swiper1 .swiper-button-prev::after,
	.swiper1 .swiper-button-next::after {
		font-size: 20px !important;
	}
	.swiper2 {
		transform: translate(-2%, 0%);
	}
	.swiper2 .inp-item__wrap .inp-title {
		font-size: 24px;
	}
	.swiper2 .swiper-slide-active .inp-item__wrap .inp-title {
		font-size: 30px;
	}
}

@media(max-width:1390px) {
	.brand-calendar-bg {
		height: 60px;
	}
	/*.brand-calendar .sa-btn {
		width: 40px;
		height: 40px;
	}
	.brand-calendar .sa-btn i {
		font-size: 16px;
		padding-top: 13px;
	}*/
	
}

@media(max-width:1366px) {
	.bra-year__slick .slick-current .item-box:after {
		height: 56px;
	}
	.bra-year__slick .item-box::after {
		height: 49px;
	}
	.bra-year__slick span {
		line-height: 27px;
	}
	.index-footer .footer-text {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.swiper3 .swiper-slide-active {
		height: 57px;
		background-size: cover;
	}
	.swiper3 .swiper-slide .item-box span {
		line-height: 30px;
	}
	.swiper3 .swiper-button-prev {
		left: 10%;
	}
	.swiper3 .swiper-button-next {
		right: 10%;
	}
}

@media(max-width:1300px) {
	.bra-year__slick span {
		font-size: 20px;
	}
}

@media(max-width:1280px) {
	.swiper2 {
		transform: translate(-1%, 0);
	}
}

@media(max-width:1220px) {
	.swiper-container .swiper-pagination-customs {
		width: 14px;
		height: 14px;
		margin: 0 14px;
		margin-bottom: 3px;
	}
	.swiper-container .swiper-pagination-customs-active {
		width: 14px;
		height: 20px;
		margin-bottom: 0;
	}
}
@media(max-width:1200px){
	.swiper4 .swiper-slide .item-box .item-cont .list-txt{
		width: 235px;
	}
}
@media(max-width:1150px) {
	.swiper2 {
		transform: translate(-2.5%, 0);
	}
}

@media(max-width:1144px) {
	.bg-swiper {
		height: 48px;
	}
	.bg-swiper-img {
		width: 336px;
		height: 60px;
		margin-top: -48px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 35px !important;
		height: 35px !important;
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		font-size: 14px !important;
	}
	.swiper1 .title .in-product-mouth,
	.swiper1 .title .mouth {
		font-size: 30px;
	}
	.swiper1 .title .year {
		font-size: 20px;
	}
	.swiper1 .swiper-slide-active .title .in-product-mouth {
		font-size: 74px;
	}
	
	.swiper1 .swiper-slide {
		margin-top: 62px;
	}
	.swiper1 .swiper-button-prev,
	.swiper1 .swiper-button-next{
		top: 95px;
	}
	.swiper2 .inp-item__wrap .inp-title {
		font-size: 22px;
	}
	.swiper2 .swiper-slide-active .inp-item__wrap .inp-title {
		font-size: 26px;
	}
}

@media(max-width:1100px) {
	.brand-image-king {
		bottom: -3.5%;
	}
}

@media(max-width:1024px) {
	.swiper-wrap .swiper-slide {
		height: 56vw;
	}
	.swiper-container .swiper-pagination-custom{
		bottom: 21px;
	}
	.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%;
	}
	.brand-tree-img {
		width: 97%;
		flex-direction: column;
		margin: 0 auto;
	}
	.brand-tree-line {
		width: 94.7%;
		height: 1px;
		background-color: #979797;
	}
	.brand-tree-img img {
		width: 62%;
		margin: 6.2% 21.8%;
	}
	.swiper3{
		width: 70.5%;
	}
	.swiper3 .swiper-slide {
		height: 59px;
	}
	.swiper3 .swiper-slide .item-box span {
		font-size: 32px;
	}
	.swiper3 .swiper-button-prev {
		top: 52.7%;
		left: 3.8%;
	}
	.swiper3 .swiper-button-next{
		top: 52.7%;
		right: 3.8%;
	}
	.swiper3 .swiper-button-prev:hover,
	.swiper3 .swiper-button-next:hover{
		background-color: #E60012;
	}
	.swiper4 {
		margin-top: 56px;
		padding-bottom: 80px;
		margin-left: 3.8%;
	}
	.swiper4 .swiper-slide .item-box .item-cont {
		max-width: 630px;
		height: 500px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .cont {
		padding-top: 64px;
		padding-left: 49px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .pic {
		width: 37%;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-num {
		font-size: 118px;
		line-height: 100px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .pic-title {
		padding-top: 43px;
		padding-bottom: 10px;
		font-size: 32px;
		line-height: 45px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .list-txt {
		width: 320px;
		font-size: 24px;
		line-height: 38px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-txt {
		padding-left: 10px;
	}
	.brand-culture-wrapper {
		margin: 0 4.3%;
		margin-top: 20px;
		padding-bottom: 93px;
	}
	.brand-culture-wrap {
		padding-top: 44px;
	}
	.brand-culture-wrap img{
		width: 26vw;
	}
	/*让每个人喝上咖啡的文字*/
	.brand-culture-wrap .brand-culture-txt-p {
		display: none;
	}
	.brand-culture-wrap .brand-culture-txt-m {
		display: block;
		font-size: 28px;
		text-align: center;
		margin: 0 auto;
		margin-top: 17px;
		font-weight: 500;
		color: #FFFFFF;
		line-height: 40px;
	}
	.brand-culture-wrap .brand-culture-txt {
		font-size: 28px;
		margin-top: 34px;
	}
	.brand-image-left {
		display: none;
	}
	.brand-image-left-m {
		display: block;
		width: 76.45%;
		margin: 0 auto;
		margin-top: 66px;
		padding-bottom: 40vw;
	}
	.brand-image-left-m img {
		width: 100%;
		height: 100%;
	}
	.brand-image-king {
		width: 53.7%;
		bottom: -1.9%;
		right: 24%;
	}
	.brand-calendar {
		background-image: url(../img/brand/营销日历bg.png);
		background-position: right bottom;
		background-size: cover;
		position: relative;
		padding-bottom: 100px;
	}
	.bg-swiper {
		height: 57px;
	}
	.bg-swiper-img {
		width: 392px;
		height: 71px;
		margin-top: -57px;
	}
	/*小屏营销日历*/
	.swiper1 {
		display: none;
	}
	.swiper2 {
		display: none;
	}
	.brand-calendar .sa-btn {
		width: 40px;
		height: 40px;
	}
	.brand-calendar .sa-btn i {
		font-size: 16px;
		padding-top: 13px;
	}
	.brand-calendar .sa-prev,
	.brand-calendar .sa-next,
	.in-product__intro,
	.in-product__slick{
		display: inherit;
	}
	.brand-calendar a{
		border: none;
		width: 60px;
		height: 60px;
		text-align: center;
		background-color: rgba(206,0,18,0.6);
		border-radius: 50%;
	}
	.brand-calendar a i{
		display: inherit;
		padding-top: 18px;
		font-size: 24px;
		text-align: center;
		color: rgba(255, 255, 232, 1);
	}
	.brand-calendar .sa-prev{
		position: absolute;
		top: 266px;
		left: 38px;
		z-index: 202;
	}
	.brand-calendar .sa-next{
		position: absolute;
		top: 266px;
		right: 38px;
		z-index: 202;
	}
	.in-product__intro {
		text-align: center;
		width: 100%;
		font-size: 20px;
		position: relative;
		z-index: 200;
		margin-top: -110px;
	}
	
	.in-product__intro .title {
		width: 58.66%;
		position: relative;
		display: inline-block;
		color: #E60012;
		font-weight: 700;
		line-height: 0.85;
		letter-spacing: 1px;
	}
	/*时间*/
	.in-product__intro .title p {
		display: inline;
	}
	.in-product__intro .title .in-product-mouth {
		font-size: 110px;
		color: rgba(255, 255, 232, 1);
		position: relative;
		margin-top: -37px;
		z-index: 201;
		margin-right: -6%;
	}
	.in-product__intro .title .mouth {
		font-size:42px ;
		color: rgba(255, 255, 232, 1);
		position: relative;
		margin-top: -20px;
		z-index: 201;
	}
	
	.in-product__intro .inner {
		font-size: 16px;
		letter-spacing: 1px;
		color: #E60012;
		line-height: 2.5
	}
	.in-product__slick {
		height: 758px;
		text-align: center;
		margin-top: 70px;
	}
	.in-product__slick .slick-ani .inp-item__img {
		-webkit-transform: translate3d(-50%, 40px, 0) scale(2.2);
		transform: translate3d(-50%, 40px, 0) scale(2.2)
	}
	
	.in-product__slick .slick-ani .inp-item__ico {
		visibility: hidden;
		opacity: 0
	}
	.in-product__slick .slick-ani .inp-title {
		opacity: 1;
		visibility: visible
	}
	.inp-item {
		padding-bottom: 57px;
		position: relative
	}
	.inp-item__wrap {
		width: 400px;
		height: 620px;
		position: relative;
	}
	.inp-item__img {
		position: absolute;
		width: 40.625%;
		bottom: 120px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0) scale(1.8);
		transform: translate3d(-50%, 0, 0) scale(1.8);
		-webkit-transform-origin: bottom center;
		transform-origin: bottom center;
		cursor: pointer;
		-webkit-transition: transform .4s linear;
		transition: transform .4s linear
	}
	.inp-item__img>img {
		width: 100%;
		border-radius: 10px;
		box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
	}
	.inp-item__img .leaf {
		opacity: 1;
		margin-top: -81px;
		-webkit-transition: opacity .4s linear;
		transition: opacity .4s linear
	}
	.inp-title {
		position: absolute;
		left: 0;
		bottom: 57px;
		width: 100%;
		letter-spacing: 1px;
		opacity: 0;
		font-size: 36px;
		font-weight: 600;
		color: #FFFFE8;
		line-height: 50px;
	}
	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.in-product__slick .slick-list {
		height: 100%;
	}
	.slick-list:focus {
		outline: none
	}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}
	.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)
	}
	/* .brand-title {
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
		padding-top: 80px;
	} */
	.brand-cal-title {
		width: 90%;
		max-width: 628px;
		margin: 0 auto;
	}
	.history-line {
		width: 30%;
	}
	.bra-year__slick .item-box::after {
		height: 54px;
	}
	.bra-year__slick .slick-current .item-box:after {
		height: 64px;
	}
	.bra-year__slick span {
		padding-top: 10px;
	}
	.bra-history__year .sa-btn {
		width: 60px;
		height: 60px;
	}
	.index-footer .footer-text {
		display: none;
	}
}

@media(max-width:850px) {
	.bra-year__slick .item-box::after {
		height: 49px;
	}
}

@media(max-width:800px) {
	.bra-year__slick .item-box::after {
		height: 45px;
	}
	.bra-year__slick span {
		padding-top: 5px;
	}
}
@media(max-width:768px){
	.swiper4{
		margin-left: 7.8%;
	}
	
	.swiper4 .swiper-slide .item-box .item-cont{
		height: 65.2vw;
		min-height: 220px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .cont{
		padding-top: 8.38vw;
		padding-left: 6.29vw;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-num{
		font-size: 15.38vw;
		line-height: 0.8;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-txt{
		font-size: 5.22vw;
		line-height: 1;
	}
	.swiper4 .swiper-slide .item-box .item-cont .pic-title{
		font-size: 4.2vw;
		line-height: 1.2;
		padding-top: 5.6vw;
	}
	.swiper4 .swiper-slide .item-box .item-cont .list-txt{
		width: 41.85vw;
		font-size: 3.15vw;
		line-height: 1.5;
	}
	
	.brand-culture-wrap .brand-culture-txt{
		font-size: 3.66vw;
		line-height: 1.5;
	}
	.brand-culture-wrap .brand-culture-txt-m{
		font-size: 3.66vw;
		line-height: 1.5;
	}
}

@media(max-width:580px){
	.in-product__intro{
		margin-top: -76px;
	}
	.bg-swiper{
		height: 40px;
		margin-top: 70px;
	}
	.bg-swiper-img{
		width: 278px;
		height: 50px;
		margin-top: -40px;
	}
	.brand-calendar .sa-btn{
		width: 30px;
		height: 30px;
	}
	.brand-calendar .sa-btn i{
		font-size: 12px;
		padding-top: 10px;
	}
	.brand-calendar .sa-prev,
	.brand-calendar .sa-next{
		top: 205px;
	}
	.bg-swiper-img .year{
		font-size: 20px;
		top: 10px;
		right: 4%;
	}
	
	.in-product__intro .title .mouth{
		font-size: 30px;
	}
	.in-product__intro .title .in-product-mouth{
		font-size: 74px;
	}
	.inp-item__wrap{
		width: 337px;
		height: 532px;
	}
	.in-product__slick{
		height: 630px;
	}
	.inp-title{
		font-size: 30px;
	}
}

@media(max-width:475px){
	/*轮播分页器*/
	.swiper-container .swiper-pagination-custom{
		height: 15px;
		bottom: 10px;
	}
	.swiper-container .swiper-pagination-customs{
		width: 7px;
		height: 7px;
		margin: 0 7px;
	}
	.swiper-container .swiper-pagination-customs-active{
		width: 7px;
		height: 10px;
	}
	/*发展历程*/
	/* .brand-title{
		max-width: 258px;
		padding-top: 40px;
	} */
	.line-swiper{
		margin-top: 75px;
	}
	.swiper3 {
		width: 65.5%;
		margin-top: -18px;
	}
	.swiper3 .swiper-slide{
		height: 41px;
	}
	.swiper3 .swiper-slide .item-box span{
		font-size: 16px;
		line-height: 1;
	}
	.swiper-button-prev,
	.swiper-button-next{
		width: 30px;
		height: 30px;
	}
	.swiper4{
		margin-top: 28px;
		padding-bottom: 40px;
	}
	.swiper4 .swiper-slide .item-box .item-cont{
		box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 8%);
		border-radius: 12px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-num{
		font-size: 13vw;
	}
	.swiper4 .swiper-slide .item-box .item-cont .year-txt{
		font-size: 4.35vw;
	}
	.swiper4 .swiper-slide .item-box .item-cont .pic-title{
		font-size: 16px;
	}
	.swiper4 .swiper-slide .item-box .item-cont .list-txt{
		font-size: 12px;
	}
	/*企业文化*/
	.brand-culture-wrapper{
		margin-top: 10px;
		padding-bottom: 46px;
	}
	.brand-culture-wrap{
		padding-top: 22px;
	}
	.brand-culture-wrap img{
		width: 28.74vw;
	}
	.brand-culture-wrap .brand-culture-txt{
		margin-top: 17px;
		font-size: 12px;
	}
	.brand-culture-wrap .brand-culture-txt-m{
		font-size: 12px;
	}
	/*品牌形象*/
	.brand-image-left-m{
		width: 83.45%;
		margin-top: 33px;
	}
	.brand-image-king{
		bottom: -1.7%;
	}
	/*营销日历*/
	.bg-swiper{
		margin-top: 57px;
		height: 31px;
	}
	.brand-calendar .sa-btn{
		width: 25px;
		height: 25px;
	}
	.brand-calendar .sa-btn i{
		font-size: 12px;
		padding-top: 7px;
	}
	.brand-calendar .sa-prev,
	.brand-calendar .sa-next{
		top: 125px;
	}
	.bg-swiper-img{
		width: 216px;
		height: 39px;
		margin-top: -31px;
	}	
	.in-product__intro{
		margin-top: -56px;
	}
	.bg-swiper-img .year{
		font-size: 14px;
		top: 7px;
	}
	.in-product__intro .title .in-product-mouth{
		font-size: 54px;
	}
	.in-product__intro .title .mouth{
		font-size: 20px;
	}
	.inp-item__wrap{
		width: 200px;
		height: 353px;
	}
	.in-product__slick{
		height: 420px;
		margin-top: 35px;
	}
	.in-product__slick .slick-ani .inp-title{
		font-size: 18px;
		line-height: 1;
	}
	.inp-item__img>img{
		border-radius: 5px;
	}
	.inp-title{
		bottom: 93px;
	}
	/* 底部外边距调整 */
	.index-footer{
		margin-top:0;
	}
}
@media(max-width:390px){
	.brand-calendar .sa-prev{
		left: 20px;
	}
	.brand-calendar .sa-next{
		right: 20px;
	}
}
@media(max-width:320px){
	.brand-calendar .sa-prev{
		left: 10px;
	}
	.brand-calendar .sa-next{
		right: 10px;
	}
}


/* 新写样式 */
/*发展历程*/
.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
}
.bra-history__wrap{
	background-color: #FAFAFA;
}
.bra-history__full{
	/*padding-top: 100px;*/
	/*padding-left:320px;
	padding-right:320px;
	padding-bottom: 80px;*/
	padding-left: 16.7%;
	padding-right: 16.7%;
	padding-bottom: 80px;
}
/*.bra-history__full-wrap{
	width: calc(100% - 320px - 320px);
	margin: 0 auto;
}*/
.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/l2x1.png); */
	/* 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/l2x.png); */
	/* 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 50%,transparent 50%,#CED4DA 50%,#CED4DA 100%); */
	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/咖啡,咖啡杯@2x.jpg) no-repeat center; */
	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
}



/*.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: 590px;
}
.bra-history__slick .item-cont .item-inner{
	display: flex;
	flex-direction: row;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: #FFFFFF;
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.16);
	border-radius: 46px;
}
.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%;
}
.bra-history__slick .item-cont .item-inner .item-inner-left .year{
	font-family: ABCMarfaMonoVariable-Trial;
	font-weight: bold;
	font-size: 44px;
	color: #E60012;
	line-height: 1.25;
	font-style: normal;
}
.bra-history__slick .item-cont .item-inner .item-inner-left .number{
	font-family: ABCMarfaMonoVariable-Trial;
	font-weight: bold;
	font-size: 136px;
	color: #E60012;
	/*line-height: 169px;*/
	line-height: 1.24;
	font-style: normal;
}
.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
	font-weight: 600;
	font-size: 30px;
	color: #E60012;
	/*line-height: 42px;*/
	line-height: 1.4;
	font-style: normal;
	margin-top: 39px;
}
.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	/*line-height: 40px;*/
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
	font-style: normal;
	margin-top: 10px;
}
.bra-history__slick .item-cont .item-inner .item-inner-right{
	width: 48%;
	height: 100%;
}
.bra-history__slick .item-cont .item-inner .item-inner-right img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}



.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: 1920px){
	.bra-history__slick .item-cont .item-inner .item-inner-left .year{
		font-size: 2.3vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .number{
		font-size: 7.1vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
		font-size: 1.56vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
		font-size: 1.04vw;
	}
}
@media(max-width: 1500px){
	.bra-history__slick{
		margin-top: 55px;
	}
	.bra-history__slick .item-cont .cont{
		height: 470px;
	}
}
@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: 1250px){
	.bra-history__slick .item-cont .cont{
		height: 395px;
	}
	.bra-history__slick .item-cont .item-inner{
		width: calc(100% - 17px);
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		padding-top: 8%;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .year{
		/*font-size: 24px;*/
		font-size: 1.8vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .number{
		/*font-size: 80px;*/
		font-size: 6.17vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
		margin-top: 20px;
		font-size: 18px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
		font-size: 12px;
	}
}

@media(max-width: 1024px){
	.bra-history__full{
		padding-left: unset;
	    padding-right: unset;
	    padding-bottom: 90px;
	}
	.bra-year__slick{
		width: calc(100% - 25.6vw);
	}
	.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{
		width: calc(100% - 80px);
		/* margin-left: auto;
    	margin-right: auto; */
			margin-left: 40px;
	}
	.bra-history__slick .item-cont .cont{
		height: 528px;
	}
	.bra-history__slick .item-cont .item-inner{
		position: relative;
		border-radius: 36px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		padding-left: 41px;
    	padding-top: 43px;
    	padding-bottom: 51px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .year{
		font-size: 32px;
		line-height: 1.4;
		display: flex;
		align-items: baseline;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .number{
		font-size: 126px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
		font-size: 32px;
		line-height: 1.4;
		margin-top: 18px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
		font-size: 24px;
		line-height: 1.25;
		margin-top: 16px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-right{
		height: 63%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	


}
@media(max-width: 750px){
	/*品牌历程*/
	.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 .item-cont .cont{
		height: 70.4vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		padding-left: 41px;
	    padding-top: 5.7vw;
	    padding-bottom: 51px
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .number{
		font-size: 16.8vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .year{
		font-size: 4.27vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
		font-size: 4.27vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
		font-size: 3.2vw;
	}
}
@media(max-width: 475px){
	.bra-history__full{
		padding-bottom: 45px;
	}
	/*门店形象升级*/
	.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-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-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-history__slick{
		/* width: calc(100% - 40px); */
		width: calc(100% - 20px);
		margin-top: 24px;
		margin-left: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.bra-history__slick .item-cont .cont{
		height: 264px;
	}
	.bra-history__slick .item-cont .item-inner{
		border-radius: 18px;
		width: calc(100% - 27px);
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left{
		padding-left: 20px;
    	/* padding-top: 21px;
    	padding-bottom: 25px; */
		padding-top: 4.4vw;
    padding-bottom: 5.26vw;
		border-radius: 23px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .year{
		font-size: 16px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .number{
		/* font-size: 63px; */
		font-size: 13.26vw;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-title{
		font-size: 16px;
		margin-top: 9px;
	}
	.bra-history__slick .item-cont .item-inner .item-inner-left .item-inner-content{
		font-size: 12px;
		margin-top: 8px;
	}
}


@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;
	}
}

/*严正声明弹窗*/
.yzsm-statement-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	z-index: 999;
}

.yzsm-statement-wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10
}

/*严正声明右上角的关闭*/
.yzsm-statement-wrap .circle-add {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 18px;
	right: 20px;
	z-index: -1;
	cursor:pointer;
}
.yzsm-statement-wrap .circle-add img{
	width: 100%;
	height: 100%;
}


.yzsm-statement-wrap .title {
	color: #E60012;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.3em
}

.yzsm-statement-wrap .st-btn {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #E60012;
	border-radius: 26px
}

/*严正声明*/
.yzsm-statement-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	max-width: 870px;
	max-height: 780px;
	border-radius: 10px;
	padding: 50px;
	z-index: 60
}
.yzsm-statement-box .title{
	font-size: 24px;
}

.yzsm-statement-box .txt {
	display: inline-block
}
/*严正声明 内容部分*/
.yzsm-statement{
	max-height: 450px;
	overflow: auto;
	font-size: 18px;
}
.yzsm-statement-box .close-btn{
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1550px) {
	.yzsm-statement {
		font-size: 18px
	}
}
@media (max-width: 1440px) {
	.yzsm-statement {
		font-size: 16px
	}
}
@media(max-width: 1024px){
	.yzsm-statement-box {
		padding: 40px 30px;
		max-width: 80%;
		width: 100%
	}
}
@media(max-width: 650px){
	.yzsm-statement-box {
		padding-left: 20px;
		padding-right: 20px
	}
}

/* 轮播图中的视频 */
video{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
  display: none;
}

/*video::-webkit-media-controls-enclosure{
	display: none;
}*/
video::-webkit-media-controls-play-button {
  display: block !important;
}