
.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;
	margin-bottom: 5px;
	outline: 0;
}

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


/*产品幻灯片*/

.index-product {
	width: 100%;
	height: 1122px;
	background-image: url(../img/index/%c3%a5%c2%92%c2%96%c3%a5%c2%95%c2%a1%c3%a8%c2%b1%c2%86-bg.html);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	/* background: #090504; */
}

.index-p-title {
	padding-top: 100px;
	margin: 0 28.9%;
}

.index-p-title img {
	width: 100%;
	height: 100%;
}


/*幻灯片*/

.in-product__slick {
	width: 68%;
	height: 942px;
	text-align: center;
	margin: 0 auto;
}

.in-product__slick .slick-ani .inp-item__img {
	-webkit-transform: translate3d(-50%, 40px, 0) scale(1.58);
	transform: translate3d(-50%, 40px, 0) scale(1.58)
}

.in-product__slick .slick-ani .inp-item__img:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.in-product__slick .slick-ani .inp-item__img p {
	color: #FFE9D3;
}

.in-product__slick .slick-ani .inp-item__ico {
	visibility: hidden;
	opacity: 0
}

.in-product__slick .slick-ani .inp-title {
	opacity: 0;
	visibility: hidden
}

.inp-item {
	position: relative;
}

.inp-item.delighter {
	transition: all 1.2s ease-out;
	transform: translateX(100%);
	opacity: 0;
}

.inp-item.delighter.started {
	transform: none;
	opacity: 1;
}

.inp-item__wrap {
	width: 24vw;
	position: relative;
}

.inp-item__img {
	position: absolute;
	width: 210px;
	top: 280px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0) scale(1);
	transform: translate3d(-50%, 0, 0) scale(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	cursor: pointer;
	-webkit-transition: transform .4s linear;
	transition: transform .4s linear;
}

.inp-item__img::before {
	content: "";
	display: block;
	padding-top: 105.76923%
}

.inp-item__img::after {
	-webkit-transition: transform .8s ease-out;
	transition: transform .8s ease-out;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-size: contain;
	padding-top: 63.16%;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.inp-item__img>img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 0);
}

.inp-item__img>p {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inp-item__img .leaf {
	width: 72px;
	height: 42px;
	opacity: 1;
	margin-top: -61px;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

/* .inp-item__img .leaf svg .fill-color{
	fill:#221814;
}

.slick-current .inp-item__img .leaf svg .fill-color{
	fill:#DF0012;
} */

.inp-item__img p {
	position: relative;
	bottom: 220px;
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 37px;
}

.inp-item__img .text-bottom-img {
	margin-top: 18px;
	width: 56%;
}

.inp-item__img .pic {
	width: 175px;
	height: 413px;
	margin-top: 74px;
	object-fit: contain;
}

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

.in-product__slick .slick-list {
	height: 942px;
}

.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-product a {
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: #E60012;
	border-radius: 50%;
}

.index-product a i {
	line-height: 58px;
	font-size: 24px;
	color: #FFFFFF;
}
.index-product a .icon-next{
	margin-left: 4px;
}
.index-product a .icon-prev{
	margin-left: -4px;
}
.index-product .sa-prev {
	position: absolute;
	top: 630px;
	left: 10%;
	z-index: 210;
}

.index-product .sa-next {
	position: absolute;
	top: 630px;
	right: 10%;
	z-index: 210;
}

.index-product .sa-btn:hover {
	background-color: rgba(230, 0, 18, 0.5);
}


/*产品系列*/

.product-series {
	background: #E8D3C1;
}

.product-title {
	margin: 0 28.9%;
	padding-top: 110px;
}

.product-title img {
	width: 100%;
	height: 100%;
}


/*导航部分*/

.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: 25%; */
}

.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 10px 22px 10px;
	display: block;
}


/*产品系列 下面的产品图*/

.product-series-item {
	margin: 0 13.54%;
	min-height: 400px;
	display: flex;
	flex-direction: row;
	margin-top: 70px;
	padding-bottom: 100px;
	font-size: 20px;
	justify-content: space-between;
}

.product-series-img {
	width: 25%;
}

.product-series-img img {
	width: 100%;
	height: 100%;
}

.product-series-img-2 {
	width: 49%;
}

.product-series-img-2 img {
	width: 100%;
	height: 100%;
}

.product-series-item .product-series-img:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
}

.product-series-item-m {
	display: none;
}

/*产品原料产地*/

.product-material {
	position: relative;
}

.product-material-item {
	position: relative;
}

.product-material-item .product-material-bg {
	margin-top: -205px;
	position: relative;
	z-index: -1;
}

.product-material-item img {
	width: 100%;
	height: 100%;
}


/*地图上的四个小的*/

.product-material-y {
	width: 10.3%;
	position: absolute;
	top: 20.719%;
	left: 13%;
}

.product-material-a {
	width: 10.3%;
	position: absolute;
	top: 27%;
	right: 26%;
}

.product-material-b {
	width: 10.3%;
	position: absolute;
	top: 46.9%;
	left: 37%;
}

.product-material-g {
	width: 10.3%;
	position: absolute;
	top: 70%;
	left: 48%;
}

.product-m-wrap {
	display: none;
}


/*点击之后的弹窗*/

.d-none {
	display: none
}

[class*='modal-product-'] {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	font-size: 20px;
	display: none;
}

[class*='modal-product-'] .modal-vg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

[class*='modal-product-'] .m-mv__close {
	display: none
}

[class*='modal-product-'] .coo-close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	font-size: 24px;
	position: absolute;
	bottom: -83px;
	left: calc((100% - 40px) / 2);
	color: #fff;
	padding: 10px;
	z-index: 100;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out
}

[class*='modal-product-'] .modal-cont {
	width: 52.2%;
	height: 37vw;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[class*='modal-product-'] .coo-close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

[class*='modal-product-'] .modal-cont .modal-coo {
	width: 100%;
	height: 100%;
	margin-left: 23px;
	margin-right: 23px;
	border-radius: 20px;
	background: #FFFFFF;
}

[class*='modal-product-'] .modal-cont .modal-coo .modal-fa-img {
	width: 100%;
	height: 100%;
}

[class*='modal-product-'] .modal-cont .modal-coo img {
	width: 100%;
	height: 100%;
}


/*一杯咖啡的寻味之旅*/

.product-birth {
	background: #FAFAFA;
}

.product-birth-img {
	margin: 0 11.92%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.product-birth-img img {
	width: 100%;
	height: 100%;
}

.product-birth-img-m {
	display: none;
}

.product-item-none{
	display: none;
}
.product-item-block{
	display: block;
}
/*幸运咖大讲堂*/

.product-forum .product-forum-item {
	min-height: 240px;
	margin: 0 13.54%;
	padding-top: 80px;
	padding-bottom: 220px;
}

.product-forum .product-forum-item .product-forum-item-1 {
	width: 100%;
	height: 100%;
}

.product-forum .product-forum-item .product-forum-item-1 img {
	width: 100%;
	height: 100%;
}

.product-forum-item-1-m {
	display: none;
}
/*咖啡百科    在家做咖啡*/
.make-item-wrap {
	width: 75%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 220px;
}

.make-item-wrap .make-item {
	width: 31%;
	background: #FAFAFA;
	margin-top: 32px;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
	margin-left: 1.6%;
}

.make-item-wrap .make-item .make-a:hover {
	background: #E60012;
}

.make-item-wrap .make-item .make-a {
	width: 100%;
	height: 100%;
}
.make-item-wrap .make-item .make-a-img:hover {
	background: #E60012;
}
.make-item-wrap .make-item .make-a-img {
	width: 100%;
	height: 100%;
}
.make-item-wrap .make-item .make-img {
	width: 100%;
	position: relative;
}

.make-item-wrap .make-item .make-img:nth-child(1) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.make-item-wrap .make-item .make-img .make-img-vid {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.make-item-wrap .make-item .make-img .make-img-vid img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.make-item-wrap .make-item .make-title-wrap {
	padding: 24px 24px 20px 24px;
}

.make-item-wrap .make-item .make-title-wrap .make-title {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.make-item-wrap .make-item .make-a:hover .make-title-wrap .make-title {
	color: #FFFFFF;
}

.make-item-wrap .make-item .make-a:hover .make-img-vid {
	opacity: 1;
	background-color: rgba(51, 51, 51, .5);
}
.make-item-wrap .make-item .make-a-img:hover .make-title-wrap .make-title {
	color: #FFFFFF;
}

/*奇思妙想研发室*/
.research-item{
	/*max-width: 1400px;*/
	/*width: 90%;*/
	width: 74%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 292px;
}
.research-item-wrap{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 10px rgba(238, 238, 238, 0.4);
	border-radius: 32px;
}
.research-item-wrap .research-txt{
	font-size: 36px;
	font-weight: 600;
	color: #333333;
	line-height: 50px;
	padding-top: 48px;
	padding-left: 60px;
}
.answer-item{
	max-width: 1280px;
	margin: 0 4.25%;
	margin-top: 48px;
}
.answer-item-wrap{
	width: 100%;
	background: #FAFAFA;
	border-radius: 12px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.answer-item-wrap input{
	width: 80%;
	padding: 20px 28px 20px 28px;
	border: none;
	background: #FAFAFA;
	border-radius: 12px;
	font-size: 20px;
}
.answer-item-wrap button{
	width: 7.55%;
	background: #E60012;
	border-radius: 8px;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 46px;
	margin: 10px 12px 10px 12px;
}
.answer-list{
	padding-bottom: 20px;
}

.answer-list ul{
	max-width: 1364px;
	max-height: 560px;
	white-space: nowrap;
	overflow-y: auto;
	margin: 0 0.9%;
	margin-bottom: 20px;
}
.answer-list ul::-webkit-scrollbar{
	width: 8px;
}
.answer-list ul::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background: #CCCCCC;
}
/*设置滚动条的轨道背景样式*/
.answer-list ul::-webkit-scrollbar-track{
	border-radius: 6px;
	background: #F7F7F7;
}
.answer-list li{
	max-width: 1280px;
	margin: 0 3.9%;
	white-space: normal;
	border-top: 1px solid #EEEEEE;
}
.answer-list li .answer-list-wrap{
	display: flex;
	flex-direction: row;
}
.answer-list li .answer-list-wrap .answer-list-left{
	width: 48px;
	height: 48px;
	padding: 36px 0 0 2px;
}
.answer-list li .answer-list-wrap .answer-list-left img{
	width: 100%;
	height: 100%;
}
.answer-list li .answer-list-wrap .answer-list-right{
	padding: 36px 0 36px 17px;
}
.answer-list li .answer-list-wrap .answer-list-right .answer-txt{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.answer-list li .answer-list-wrap .answer-list-right .answer-time{
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	margin-top: 12px;
}

/*点击之后的视频    图片*/

.modal-video__wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	font-size: 20px;
	display: none
}

.modal-video__wrap .mv-vg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9)
}

.modal-video__wrap .mv-close {
	position: absolute;
	right: 1.2em;
	top: 1.2em;
	color: #fff;
	font-size: .9em;
	z-index: 100;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out
}

.modal-video__wrap .mv-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1000px
}

.modal-video__wrap video {
	width: 100%;
	height: 65vh;
}
.modal-video__wrap .imgs-bg{
	width: 60%;
	max-height: 100vh;
	white-space: nowrap;
	overflow-y: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
}
.modal-video__wrap img {
	width: 100%;
	margin: 0 auto;
}

.modal-video__wrap .mv-close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}


/*宝藏库*/

.index-treasure {
	background: #E60012;
	box-shadow: 0px 404px 0px 0px #E8D3C1 inset;
}

.index-fa-king {
	width: 15.15%;
	margin-top: -126px;
	position: absolute;
	right: 200px;
	z-index: 200;
}

.index-fa-king img {
	width: 100%;
	height: 100%;
}


/*店铺图片*/

.index-fa-title {
	padding-top: 100px;
	margin: 0 28.9%;
}

.index-fa-title img {
	width: 100%;
	height: 100%;
}

.index-trea-img {
	margin: 87px 13.243% 0 12.402%;
	padding-bottom: 284px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index-trea-big {
	width: 48.693%;
}
.index-trea-big.delighter{
	transition: all .7s ease-out;
	transform: translateX(-100%);
	opacity: 0;
}

.index-trea-big.delighter.started {
	transform: none;
	opacity: 1;
}

.index-trea-big .index-big-img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
}

.index-big-store {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 8px;
	margin-top: -60px;
}

.index-store {
	background-color: rgba(51, 51, 51, 0.68);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	margin-left: 26px;
	width: 41.118%;
}

.index-store a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.index-store-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 3.93%;
}

.index-store img:nth-child(1) {
	width: 32px;
	height: 32px;
}

.index-store .store-txt {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 6px 0 6px 6px;
}

.index-store img:nth-child(2) {
	padding-right: 5%;
}


/*小图*/

.index-trea-small {
	width: 50%;
}
.index-trea-small.delighter{
	transition: all .7s ease-out;
	transform: translateX(100%);
	opacity: 0;
}
.index-trea-small.delighter.started {
	transform: none;
	opacity: 1;
}
.index-trea-small .index-trea-sm {
	width: 50%;
	display: inline-block;
	margin-bottom: 2.52%;
}

.index-trea-small .index-trea-sm .index-sm-img {
	width: 95.268%;
	box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
	border-radius: 18px;
}

.small-store {
	width: 77.456%;
	border-radius: 6px;
	background-color: rgba(51, 51, 51, 0.68);
	position: relative;
	z-index: 201;
	margin-left: 31px;
	margin-top: -63px;
	margin-bottom: 1.4vw;
}

.small-store a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.small-store img:nth-child(2) {
	padding-right: 14px;
}

.small-store .store-txt {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 6px 0 6px 12px;
}


/*尾部 咖啡大咖幸运咖*/

.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:1600px) {
	.index-product {
		height: 1032px;
	}
	.inp-item__img {
		width: 177px;
	}
	.inp-item__img p {
		bottom: 186px;
		font-size: 20px;
	}
	.inp-item__img .pic {
		width: 145px;
		height: 370px;
		margin-top: 59px;
	}
	.inp-item__img .text-bottom-img {
		width: 51%;
		margin-top: 16px;
	}
	.index-product .sa-prev {
		left: 8%;
	}
	.index-product .sa-next {
		right: 8%;
	}
}

@media(max-width:1450px) {
	.swiper-wrap .swiper-slide {
		height: calc(100vh - 90px);
	}
	.index-fa-king {
		margin-top: -100px;
	}
	.index-store img:nth-child(1) {
		width: 26px;
		height: 26px;
	}
	.index-store .store-txt {
		font-size: 14px;
	}
	.small-store .store-txt {
		font-size: 14px;
		line-height: 20px;
	}
	.small-store {
		margin-left: 20px;
		margin-top: -50px;
	}
}

@media(max-width:1440px) {
	.list-filtrate a span {
		font-size: 22px;
		padding: 10px;
	}
	.list-filtrate a::after{
		margin: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}
	.product-series-item {
		min-height: 300px;
	}
	.product-material-y {
		width: 8.3%;
		top: 25.5%;
		left: 14%;
	}
	.product-material-a {
		width: 8.3%;
		top: 31%;
		right: 27%;
	}
	.product-material-b {
		width: 8.3%;
		top: 49.9%;
		left: 38%;
	}
	.product-material-g {
		width: 8.3%;
		top: 73%;
		left: 49%;
	}
}

@media(max-width:1366px) {
	.index-product {
		height: 930px;
	}
	.in-product__slick {
		width: 71%;
	}
	.inp-item__img {
		width: 160px;
	}
	.inp-item__img p {
		bottom: 163px;
		font-size: 18px;
	}
	.inp-item__img .pic {
		width: 120px;
		height: 306px;
	}
	
	.inp-item__img .leaf {
		width: 55px;
		height: 36px;
		margin-top: -44px;
	}
	.index-product .sa-prev {
		top: 540px;
	}
	.index-product .sa-next {
		top: 540px;
	}
	.index-product a {
		width: 45px;
		height: 45px;
	}
	.index-product a i {
		font-size: 18px;
		line-height: 44px;
	}
	.index-footer .footer-text {
		padding-top: 26px;
		padding-bottom: 26px;
	}
}

@media(max-width:1260px) {
	.index-store {
		width: 44%;
		margin-left: 10px;
	}
}
@media(max-width: 1250px){
	.list-filtrate{
		margin-top: 60px;
	}
}
@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:1160px) {
	.index-fa-king {
		margin-top: -80px;
	}
	.index-big-store {
		margin-left: 0;
	}
	.index-store {
		width: 48%;
		margin-left: 6px;
	}
	.small-store .store-txt {
		padding: 4px 0 4px 6px;
	}
	.small-store img:nth-child(2) {
		padding-right: 6px;
	}
}

@media(max-width:1024px) {
	.swiper-wrap .swiper-slide {
		height: 56vw;
	}
	.swiper-container .swiper-pagination-custom {
		bottom: 21px;
	}
	.index-p-title {
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
	}
	.index-product .sa-prev {
		left: 5%;
		top: 480px;
		display: none;
	}
	.index-product .sa-next {
		right: 5%;
		top: 480px;
		display: none;
	}
	.in-product__slick {
		width: 100%;
		height: 685px;
	}
	.index-product {
		height: 835px;
	}
	.in-product__slick .slick-list {
		height: 685px;
	}
	.inp-item__wrap {
		width: 33vw;
	}
	.inp-item__img .leaf {
		margin-top: -87px;
	}
	.inp-item__img p {
		font-size: 20px;
		bottom: 203px;
	}
	.inp-item__img .text-bottom-img {
		width: 53%;
		margin-top: -22px;
	}
	.inp-item__img .pic {
		margin-top: 0;
	}
	
	.product-title {
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
		padding-top: 80px;
		position: relative;
		z-index: 201;
	}
	.list-filtrate {
		margin-top: 48px;
		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;
		margin-left: 38px;
		background-color: transparent;
		border-radius: inherit;
	}
	.list-filtrate li {
		width: 260px !important;
		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: 27px;
		padding: 23px 10px 22px 10px;
	}
	.product-series-item {
		display: none;
	}
	.product-series-item-m {
		width: calc(100% - 76px);
		min-height: 500px;
		margin: 0 auto;
		margin-top: 40px;
		display: block;
		padding-bottom: 80px;
	}
	.product-series-item-m img {
		width: 100%;
		height: 100%;
	}
	.product-material-item {
		display: none;
	}
	.product-material {
		background-image: url(../img/product/%c3%a8%c2%83%c2%8c%c3%a6%c2%99%c2%af.html);
		background-position: center;
		background-size: cover;
	}
	.product-m-wrap {
		display: block;
	}
	.product-material .product-m-wrap {
		padding: 32px 30px 68px 30px;
	}
	.product-material .product-m-wrap .product-m-item {
		width: 100%;
	}
	.product-material .product-m-wrap .product-m-item li {
		width: calc((100% - 32px) / 2);
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 16px;
		display: inline-block;
	}
	.product-material .product-m-wrap .product-m-item li a {
		width: 100%;
	}
	.product-material .product-m-wrap .product-m-item li img {
		width: 100%;
		height: 100%;
	}
	.product-birth-img {
		display: none;
	}
	.product-birth-img-m {
		display: block;
		width: calc(100% - 76px);
		margin: 0 auto;
		margin-top: 48px;
		padding-bottom: 34px;
	}
	.product-birth-img-m img {
		width: 100%;
		height: 100%;
	}
	.product-forum-item-1 {
		display: none;
	}
	.product-forum-item-1-m {
		display: block;
	}
	.product-forum-item-1-m img {
		width: 100%;
		height: 100%;
	}
	.make-item-wrap {
		width: 95%;
		padding-top: 16px;
	}
	.make-item-wrap .make-item {
		width: 47%;
	}
	.make-item-wrap .make-item .make-a:hover {
		background: #FAFAFA;
	}
	.make-item-wrap .make-item .make-a:hover .make-title-wrap .make-title {
		color: #333333;
	}
	.make-item-wrap .make-item .make-a-img:hover {
		background: #FAFAFA;
	}
	.make-item-wrap .make-item .make-a-img:hover .make-title-wrap .make-title {
		color: #333333;
	}
	.make-item-wrap .make-item .make-title-wrap .make-title {
		font-size: 32px;
		line-height: 45px;
	}
	
	/*奇思妙想*/
	.research-item{
		width: calc(100% - 76px);
		margin: 0 auto;
		padding-top: 58px;
		padding-bottom: 176px;
	}
	.research-item-wrap .research-txt{
		font-size: 36px;
		line-height: 60px;
		padding-top: 51px;
		padding-left: 26px;
	}
	.answer-item{
		width: calc(100% - 54px);
		margin: 0 auto;
		margin-top: 30px;
	}
	.answer-item-wrap{
		margin-bottom: 28px;
	}
	.answer-item-wrap input{
		width: 65%;
		font-size: 28px;
		padding: 20px 33px 20px 33px;
	}
	.answer-item-wrap button{
		width: 20.1%;
		font-size: 28px;
	}
	.answer-list ul{
		max-height: 1040px;
	}
	.answer-list li .answer-list-wrap .answer-list-right{
		padding: 36px 0 36px 20px;
	}
	.answer-list li .answer-list-wrap .answer-list-left{
		width: 80px;
		height: 80px;
		padding: 36px 0 0 4px;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-txt{
		font-size: 28px;
		line-height: 40px;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-time{
		font-size: 20px;
		line-height: 28px;
		margin-top: 20px;
	}
	
	/*幸运宝藏库*/
	.index-fa-title {
		width: 90%;
		max-width: 608px;
		margin: 0 auto;
		position: relative;
		z-index: 201;
	}
	.index-trea-img {
		width: calc(100% - 76px);
		flex-direction: column-reverse;
		margin: 80px auto 0;
	}
	.index-trea-big,
	.index-trea-small {
		width: 100%;
	}
	.index-trea-big .index-big-img {
		width: 98%;
	}
	.small-store .store-txt {
		font-size: 2.61vw;
		padding: 1.3vw 0 1.3vw 2.87vw;
	}
	.small-store {
		margin-top: -8.5vw;
		margin-bottom: 23px;
	}
	.index-store {
		width: 43%;
	}
	.index-store .store-txt {
		font-size: 2.61vw;
		padding: 10px 0 10px 6px;
	}
	.index-fa-king {
		width: 17.58%;
		margin-top: -6.85%;
		right: 100px;
	}
	.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%;
	}
	.index-footer .footer-text {
		display: none;
	}
	.index-trea-img{
		padding-bottom: 120px;
	}
	.index-footer{
		margin-top: 0;
	}
	
}

@media(max-width:768px) {
	.inp-item__wrap {
		width: 47vw;
	}
	/*产品系列*/
	.list-filtrate li {
		width: 31.25vw !important;
	}
	.list-filtrate a span {
		font-size: 3.62vw;
		line-height: 1;
		padding: 3vw 10px 3vw 10px;
	}
	.list-filtrate li.on a span {
		font-weight: 700;
	}
	.index-fa-king {
		width: 24%;
		margin-top: -10.2%;
		right: 39px;
	}
	.product-forum .product-forum-item{
		padding-bottom: 28vw;
	}
	.make-item-wrap {
		width: calc(100% - 76px);
		padding-bottom: 28vw;
	}
	.make-item-wrap .make-item {
		width: 100%;
		margin-left: 0;
	}
	.make-item-wrap .make-item .make-img {
		height: 42vw;
	}
	.make-item-wrap .make-item .make-title-wrap {
		padding: 32px 26px 32px 26px;
	}
	.make-item-wrap .make-item .make-title-wrap .make-title {
		font-size: 4.18vw;
		line-height: 1.4;
	}
	
	/*奇思妙想*/
	.research-item{
		width: calc(100% - 10vw);
		padding-top: 7.74vw;
		padding-bottom: 23.5vw;
	}
	.research-item-wrap .research-txt{
		font-size: 4.8vw;
		line-height: 1.67;
		padding-top: 6.8vw;
	}
	.answer-item{
		width: calc(100% - 7vw);
	}
	.answer-item-wrap input{
		width: 65%;
		font-size: 3.7vw;
		padding: 20px 4vw;
	}
	.answer-item-wrap button{
		width: 20.1%;
		font-size: 3.74vw;
		margin: 10px 3.2vw 10px 3.2vw;
	}
	
	.answer-list li .answer-list-wrap .answer-list-left{
		width: 10.75vw;
		height: 10.42vw;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-txt{
		font-size: 3.74vw;
		line-height: 1.42;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-time{
		font-size: 2.67vw;
		line-height: 1.4;
		margin-top: 20px;
	}
	
	/*幸运宝藏库*/
	.index-trea-img{
		padding-bottom: 16%;
	}
	
}
@media(max-width:580px){
	.small-store{
		margin-bottom: 1.4vw;
	}
}
@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;
	}
	/*产品轮播*/
	.index-p-title {
		max-width: 258px;
		padding-top: 50px;
	}
	.index-product {
		height: 495px;
	}
	.in-product__slick .slick-list {
		height: 420px;
	}
	.in-product__slick {
		height: 408px;
	}
	.inp-item__img {
		top: 202px;
	}
	.inp-item__img .leaf {
		width: 27px;
		height: 18px;
		margin-top: -62px;
	}
	.inp-item__img p {
		font-size: 12px;
		line-height: 16px;
	}
	.inp-item__img .text-bottom-img {
		width: 34%;
		margin-top: -27px;
	}
	.inp-item__img .pic {
		width: 60px;
		height: 153px;
	}
	.slick-dots {
		height: 11px;
		margin-top: -54px;
	}
	.slick-dots li {
		margin: 0 9px;
	}
	.slick-dots li button {
		width: 7px;
		height: 7px;
	}
	.slick-dots .slick-active button {
		width: 7px;
		height: 10px;
	}
	/*产品系列*/
	.product-title {
		max-width: 258px;
		padding-top: 40px;
	}
	.list-filtrate {
		margin-top: 24px;
	}
	.list-filtrate ul {
		margin-left: 19px;
	}
	.list-filtrate li {
		width: 130px !important;
		margin-right: 11px;
	}
	.list-filtrate a span {
		font-size: 14px;
		line-height: 1;
		padding: 11px 10px 11px 10px;
	}
	.list-filtrate a::after {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		margin: 2px;
	}
	.product-series-item-m {
		width: calc(100% - 38px);
		min-height: 250px;
		margin-top: 20px;
		padding-bottom: 40px;
	}
	/*四个产地*/
	.product-material .product-m-wrap {
		padding: 16px 15px 34px 15px;
	}
	.product-material .product-m-wrap .product-m-item li {
		width: calc((100% - 16px) / 2);
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 8px;
	}
	/*原材料*/
	.product-birth-img-m {
		width: calc(100% - 38px);
		margin-top: 24px;
		padding-bottom: 17px;
	}
	.product-forum .product-forum-item{
		padding-top: 40px;
		padding-bottom: 110px;
	}
	/*大讲堂*/
	/*.product-forum .product-forum-item{
		min-height: 120px;
		padding-top: 40px;
		padding-bottom: 62px;
	}*/
	.make-item-wrap {
		width: calc(100% - 38px);
		margin-top: 8px;
		margin-bottom: 32px;
		padding-bottom: 68px;
	}
	.make-item-wrap .make-item {
		margin-top: 16px;
		border-radius: 7px;
	}
	.make-item-wrap .make-item .make-title-wrap {
		padding: 16px 13px 16px 13px;
	}
	.make-item-wrap .make-item .make-title-wrap .make-title {
		font-size: 16px;
	}
	
	/*奇思妙想*/
	.research-item{
		width: calc(100% - 38px);
		padding-top: 29px;
		padding-bottom: 88px;
	}
	.research-item-wrap .research-txt{
		font-size: 18px;
		padding-top: 25px;
	}
	.answer-item{
		width: calc(100% - 27px);
	}
	.answer-item-wrap input{
		width: 190px;
		font-size: 14px;
		padding: 10px 16px;
	}
	.answer-item-wrap button{
		width: 58px;
		font-size: 14px;
		margin: 5px 7px;
		line-height: 2.8;
	}
	.answer-list ul{
		height: 520px;
	}
	.answer-list ul::-webkit-scrollbar{
		width: 4px;
	}
	.answer-list li .answer-list-wrap .answer-list-right{
		padding: 18px 0 18px 10px;
	}
	.answer-list li .answer-list-wrap .answer-list-left{
		width: 40px;
		height: 40px;
		padding: 18px 0 0 2px;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-txt{
		font-size: 14px;
	}
	.answer-list li .answer-list-wrap .answer-list-right .answer-time{
		font-size: 12px;
		margin-top: 10px;
	}
	
	/*幸运宝藏库*/
	.index-fa-title {
		max-width: 258px;
		padding-top: 50px;
	}
	.index-trea-img {
		width: calc(100% - 38px);
		margin: 40px auto 0;
		/*padding-bottom: 209px;*/
		padding-bottom: 60px;
	}
	.index-trea-small .index-trea-sm {
		margin-bottom: 0;
	}
	.index-trea-big{
		/*max-height: 350px;*/
		max-height: 400px;
	}
	.small-store {
		margin-left: 3.8vw;
		margin-bottom: 23px;
	}
	.small-store .store-txt {
		line-height: 1;
		padding: 1.15vw 0 1.15vw 2vw;
	}
	.index-big-store {
		margin-top: -40px;
	}
	.index-store img:nth-child(1) {
		width: 12px;
		height: 12px;
	}
	.small-store img:nth-child(2) {
		width: 15px;
		height: 7px;
		padding-right: 3px;
	}
	.index-store .store-txt {
		padding: 5px 0 5px 3px;
		line-height: 1;
	}
	.index-store img:nth-child(2) {
		width: 15px;
		height: 7px;
		padding-right: 3px;
	}
}

@media(max-width:390px) {
	.small-store {
		width: 82.456%;
		margin-left: 2.8vw;
	}
	.index-store {
		width: 46%;
	}
}
@media(max-width:375px){
	.answer-item-wrap input{
		font-size: 12px;
		padding: 10px 8px;
	}
	.answer-item-wrap button{
		font-size: 12px;
	}
}
@media(max-width:320px){
	.index-store{
		margin-left: 2px;
	}
	.index-big-store .index-store:nth-child(2){
		width: 52%;
	}
}
.make-item-wrap .make-item .make-title-wrap .make-title{
	height:54px;
}
@media(max-width:1024px){
	.make-item-wrap .make-item .make-title-wrap .make-title{
		height:90px;
	}
}
@media(max-width:768px){
	.make-item-wrap .make-item .make-title-wrap .make-title{
		height:11vw;
	}
}
@media(max-width:475px){
	.make-item-wrap .make-item .make-title-wrap .make-title{
		height:46px;
	}
}



/* 新写样式 */
/*产品系列*/
.product-series {
	width: 100%;
	/*height: 1270px;*/
	/* height: 72.15vw; */
	background: linear-gradient( 180deg, rgba(230,0,18,0.2) 0%, rgba(235,51,65,0) 35%, rgba(237,76,88,0) 81%, rgba(231,22,35,0.1) 100%);
}

.product-title {
	margin: 0 28.9%;
	padding-top: 110px;
}

.product-title img {
	width: 100%;
	height: 100%;
}


/*导航部分*/

.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: 25%;
}

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

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

.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 10px 22px 10px;
	display: block;
}
.slick-dots {
	width: 100%;
	height: 22px;
	margin-top: -68px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 19px;
}

.slick-dots li button {
	width: 14px;
	height: 14px;
	font-size: 0px;
	color: #FFFFFF;
	opacity: 0.56;
	padding: 0;
	cursor: pointer;
	border: none;
	border-radius: 50%;
	background: #FFFFFF;
	margin-top: 18.185%;
}

.slick-dots .slick-active button {
	width: 15px;
	height: 20px;
	background: url(../img/common-m/%c3%a5%c2%92%c2%96%c3%a5%c2%95%c2%a1%c3%a8%c2%b1%c2%86.html);
	background-size: cover;
	opacity: 1;
	margin-top: 0;
}
@media(max-width:1440px) {
	.list-filtrate a span {
		font-size: 22px;
		padding: 10px;
	}
	.list-filtrate a::after{
		margin: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}
}
@media(max-width: 1024px){
	.list-filtrate {
		margin-top: 48px;
		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;
		margin-left: 38px;
		background-color: transparent;
		border-radius: inherit;
	}
	.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: 27px;
		padding: 23px 10px 22px 10px;
	}
}

@media(max-width: 768px){
	.list-filtrate li {
		width: 31.25vw;
	}
	.list-filtrate a span {
		font-size: 3.62vw;
		line-height: 1;
		padding: 3vw 10px 3vw 10px;
	}
	.list-filtrate li.on a span {
		font-weight: 700;
	}
}
@media(max-width: 475px){
	.list-filtrate {
		margin-top: 24px;
	}
	.list-filtrate ul {
		margin-left: 19px;
	}
	.list-filtrate li {
		width: 130px;
		margin-right: 11px;
	}
	.list-filtrate a span {
		font-size: 14px;
		line-height: 1;
		padding: 11px 10px 11px 10px;
	}
	.list-filtrate a::after {
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		margin: 2px;
	}
	.slick-dots {
		height: 11px;
		margin-top: -54px;
	}
	.slick-dots li {
		margin: 0 9px;
	}
	.slick-dots li button {
		width: 7px;
		height: 7px;
	}
	.slick-dots .slick-active button {
		width: 7px;
		height: 10px;
	}
}

/*产品系列中的产品轮播*/
.product-info-wrap{
	display: flex;
	align-items: flex-end;
	width: 100%;
	/*height: 770px;*/
	height: 40vw;
	/*margin-left: 250px;*/
	margin-top: 63px;
	padding-bottom: 85px;
}
.product-item-block{
	display: flex;
}
.product-item-none{
	display: none;
}

.product-info-wrap .product-info-left{
	width: 33%;
	height: 100%;
	padding: 10px 50px 10px 0;
	/*margin-left: 250px;*/
	margin-left: 13.02vw;
}

.product-info-wrap .product-info-left img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-info-wrap .product-info-right{
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.product-info-wrap .product-info-right .product-desc-wrap{
	flex: 1;
	max-width: 700px;
}

.product-info-wrap .product-info-right .product-desc-wrap .product-category-title{
	/*display: flex;*/
	display:inline-flex;
	flex-direction: row;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAAAAA;
	
	font-weight: 600;
	font-size: 54px;
	/*line-height: 75px;*/
	line-height: 1.4;
}

.product-info-wrap .product-info-right .product-desc-wrap .product-category-title .product-category{
	color: #E60012;
}

.product-info-wrap .product-info-right .product-desc-wrap .product-category-title .product-sub-category{
	color: #4D2311;
	margin-left: 30px;
}

.product-info-wrap .product-info-right .product-desc-wrap .product-desc-name{
	display: block;
	font-weight: 600;
	font-size: 38px;
	color: #4D2311;
	/*line-height: 53px;*/
	line-height: 1.39;
	margin-top: 22px;
}
.product-info-wrap .product-info-right .product-desc-wrap .product-profile{
	margin-top: 28px;	
}
.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items{
	display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-circle{
	width: 14px;
	height: 14px;
	object-fit: contain;
	display: inline-block;
	/* margin: 0 10px 0 5px; */
}

.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-text{
	display: inline-block;
	margin-left: 16px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(0,0,0,0.58);
	/*line-height: 28px;*/
	line-height: 1.4;
}

.product-info-wrap .product-info-right .swiper-product{
	overflow: hidden;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
}

.product-info-wrap .product-info-right .swiper-product .swiper-button-wrap{
	display: flex;
}
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
	width: 54px;
	height: 54px;
	/* border-radius: 50%; */
	/* background: #E60012; */
	margin-right: 50px;
	margin-bottom: 50px;
	display: inline-block !important;
	/* 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;
	
}
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev img,
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* .product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev::after,
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next::after{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev::after{
	content: 'prev';
}

.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next::after{
	content: 'next';  	
} */

.product-info-wrap .product-info-right .swiper-product .swiper-wrapper{
	display: flex;
	flex-direction: row;
	height: unset !important;
	padding-bottom: 30px;
}

.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	/*min-width: 130px;*/
	width: 200px;
	height: 124px;
	background: #FFFFFF;
	box-shadow: 8px 10px 20px 0px rgba(0,0,0,0.18);
	border-radius: 87px;
	border: 1px solid rgba(230,0,18,0.42);
	/*padding: 40px 19px 40px 25px;*/
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}
.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content{
	display: flex;
	flex-direction: column;
	/*margin-right: 20px;*/
	position: relative;
	z-index: 10;
	/*padding: 40px 10px 40px 25px;*/
	padding-left: 25px;
}

.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-text{	
	font-weight: 400;
	font-size: 14px;
	color: #D1B9A5;
	line-height: 20px;
	text-transform: uppercase;
}

.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-name{
	font-weight: 600;
	font-size: 14px;
	color: #4D2311;
	line-height: 20px;
	margin-top: 4px;
}
.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
	position: absolute;
	right: -9px;
	top: 10px;
	width: 94px;
	height: 103px;
	background: rgba(230,0,18,0.05);
	border-radius: 56px;
}

.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* margin-left: -5px; */
}
.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide-active{
	background: #E60012;
}
.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide-active .product-content .product-text{
	color: #FFFFFF;
}
.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide-active .product-content .product-name{
	color: #FFFFFF;
}
@media(max-width: 1920px){
	.product-info-wrap .product-info-right .product-desc-wrap .product-desc-name{
		font-size: 1.97vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-text{
		font-size: 1.05vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
		height: 6.46vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
		width: 5.36vw;
		height: 5.36vw;
	}
}
@media(max-width: 1520px){
	.product-info-wrap .product-info-right .product-desc-wrap .product-category-title{
		font-size: 2.8125vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items{
		margin-bottom: 12px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		margin-bottom: 25px;
		margin-right: 25px;
	}
}
@media(max-width: 1250px){
	.product-info-wrap{
		margin-top: 45px;
		padding-bottom: 60px;
	}
	/* .list-filtrate{
		margin-top: 60px;
	} */
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		width: 38px;
		height: 38px;
		margin-bottom: 15px;
		margin-right: 15px;
		font-size: 14px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
		width: 150px;	
		height: 60px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content{
		padding-left: 18px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-text{
		font-size: 12px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-name{
		font-size: 12px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
		width: 50px;
		height: 50px;
		top: 4px;
		right: -5px;
	}
}
@media(max-width: 1024px){
	.product-series{
		height: unset;
	}
	.product-info-wrap{
		flex-direction: column;
		align-items: center;
		height: unset;
		margin-top: 50px;
		padding-bottom: 43px;
		position: relative;
	}
	.product-info-wrap .product-info-left{
		width: 532px;
		height: 720px;
		padding: unset;
		margin-left: unset;
	}
	.product-info-wrap .product-info-right{
		position: static;
		width: 100%;
		margin-top: 31px;
		align-items: center;
	}
	.product-info-wrap .product-info-right .product-desc-wrap{
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.product-info-wrap .product-info-right .swiper-product{
		width: calc(100% - 80px);
		padding-left: 40px;
		padding-right: 40px;
		/*width: 100%;*/
		overflow-x: auto;
		scrollbar-width: none;
	}
	/* .product-info-wrap .product-info-right .swiper-product .swiper-wrapper{
		padding-bottom: 73px;
	} */
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
		width: 230px;
		height: 124px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content{
		padding-left: 24px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-text{
		font-size: 20px;
		line-height: 1.4;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-name{
		margin-top: 4px;
		font-size: 20px;
		line-height: 1.4;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
		width: 94px;
		height: 103px;
		top: 10px;
		right: -9px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-button-wrap{
		position: absolute;
		/*bottom: 412px;*//*212px + 底部*/
		top: 444px;
		width: 100%;
		justify-content: space-between;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		width: 65px;
		height: 64px;
		margin-right: unset;
		margin-bottom: unset;
		font-size: 24px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev{
		left: -8px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		right: 73px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-category-title{
		font-size: 48px;
		line-height: 1.4;
		max-width: 250px;
		white-space: nowrap;
		justify-content: center;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-desc-name{
		font-size: 36px;
		line-height: 1.4;
		margin-top: 16px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile{
		margin-top: 11px;
		margin-bottom: 26px;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items{
		margin-bottom: 14px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-circle{
		display: none;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-text{
		font-size: 24px;
		line-height: 1.375;
	}
}
@media(max-width: 750px){
	.product-info-wrap{
		margin-top: 6.67vw;
	}
	.product-info-wrap .product-info-left{
		max-width: 532px;
		max-height: 720px;
		width: 70.9vw;
		height: 96vw;
	}
	.product-info-wrap .product-info-right{
		margin-top: 4.14vw;
	}
	.product-info-wrap .product-info-right .swiper-product{
		width: calc(100% - 10.67vw);
		padding-left: 5.35vw;
		padding-right: 5.35vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper{
		/* padding-bottom: 9.7vw; */
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
		max-width: 230px;
		max-height: 124px;
		width: 30.67vw;
		height: 16.5vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content{
		padding-left: 3.2vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-text{
		font-size: 2.67vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-name{
		font-size: 2.67vw;
		line-height: 1.4;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
		width: 12.5vw;
		height: 13.7vw;
		top: 10px;
		right: -9px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-button-wrap{
		/*top: 444px;*/
		top: 59.2vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		width: 8.67vw;
		height: 8.67vw;
		font-size: 3.2vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev{
		/*left: -8px;*/
		left: -1.07vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		/*right: 73px;*/
		right: 9.7vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-category-title{
		font-size: 6.4vw;
		max-width: 33.33vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-desc-name{
		font-size: 4.8vw;
		margin-top: 2.13vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile{
		margin-top: 1.47vw;
		margin-bottom: 3.47vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items{
		margin-bottom: 1.87vw;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-text{
		font-size: 3.2vw;
	}
}
@media(max-width: 475px){
	.product-info-wrap{
		margin-top: 25px;
		padding-bottom: 11px;
	}
	.product-info-wrap .product-info-left{
		/* width: 266px;
		height: 360px; */
		width: 35.47vw;
		height: auto;
	}
	.product-info-wrap .product-info-right{
		margin-top: 15px;
	}
	.product-info-wrap .product-info-right .swiper-product{
		width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper{
		/* padding-bottom: 37px; */
		padding-bottom: 26px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide{
		width: 115px;
		height: 62px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content{
		padding-left: 12px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-text{
		font-size: 10px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-content .product-name{
		margin-top: 2px;
		font-size: 10px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-wrapper .swiper-slide .product-img{
		width: 47px;
		height: 51px;
		top: 5px;
		right: -4px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-button-wrap{
		/* top: 222px; */
		top: 29.6vw;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev,
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-prev{
		left: 37px;
	}
	.product-info-wrap .product-info-right .swiper-product .swiper-product-btn-next{
		right: 77px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-category-title{
		font-size: 24px;
		max-width: 125px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-desc-name{
		font-size: 18px;
		margin-top: 8px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile{
		margin-top: 5px;
		margin-bottom: 13px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items{
		margin-bottom: 7px;
	}
	.product-info-wrap .product-info-right .product-desc-wrap .product-profile .product-profile-items .item-text{
		font-size: 12px;
	}
}

/*原材故事*/
.product-material{
	background: #FFFFFF;
}
.product-material .product-material-items{
	width: calc(100% - 27.08vw);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 100px auto;
}
.product-material .product-material-items .product-material-item{
	display: flex;
	flex-direction: column;
	/*width: 440px;*/
	width: 22.9vw;
	/*height: 480px;*/
	/*height: 25vw;*/
}
.product-material .product-material-items .product-material-item .img-wrap{
	width: 100%;
	/*height: 58%;*/
	height: 14.58vw;
	border-radius: 30px 30px 0px 0px;
	overflow: hidden;
}
.product-material .product-material-items .product-material-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-material .product-material-items .product-material-item .material-item-content{
	/*width: 100%;*/
	/*min-height: 140px;*/
	height: calc(42% - 26px - 53px);
	background: #FAFAFA;
	border-radius: 0px 0px 34px 34px;
	display: flex;
	flex-direction: column;
	padding: 26px 16px 53px 16px;
	text-align: center;
}
.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
	font-weight: 600;
	font-size: 26px;
	color: #000000;
	line-height: 1.4;
}
.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
	margin-top: 12px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}
.product-material .product-material-items .product-material-item:hover .material-item-content{
	background: #E60012;
}
.product-material .product-material-items .product-material-item:hover .material-item-title,
.product-material .product-material-items .product-material-item:hover .material-item-text{
	color: #FFFFFF;
}
.product-material .product-material-items .product-material-item:hover .img-hover{
	transform: scale(1.2);
  transition: transform .3s
}
@media(max-width: 1920px){
	.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
		font-size: 1.35vw;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
		font-size: 0.83vw;
	}
}
@media(max-width: 1520px){
	.product-material .product-material-items .product-material-item .img-wrap{
		height: 12.58vw;
	}
}
@media(max-width: 1300px){
	.product-material .product-material-items{
		margin: 60px auto;
	}
	.product-material .product-material-items .product-material-item .material-item-content{
		padding: 13px 8px 20px 8px;
		min-height: 120px;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
		font-size: 16px;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
		font-size: 12px;
		margin-top: 6px;
	}
}
@media(max-width: 1024px){
	.product-material .product-material-items{
		width: calc(100% - 80px);
		flex-direction: column;
		margin-top: 47px;
		margin-bottom: 20px;
	}
	.product-material .product-material-items .product-material-item{
		width: 100%;
		margin-bottom: 30px;
		background: #FAFAFA;
		border-radius: 34px;
	}
	.product-material .product-material-items .product-material-item .img-wrap{
		margin: 20px;
		width: calc(100% - 40px);
		height: auto;
		max-height: 400px;
		border-radius: 30px;
		overflow: hidden;
	}
	.product-material .product-material-items .product-material-item .material-item-content{
		padding: 8px 28px 25px 28px;
		min-height: unset;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
		font-size: 36px;
		line-height: 1.4;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
		margin-top: 13px;
		font-size: 24px;
		line-height: 1.375;
	}
	.product-material .product-material-items .product-material-item:hover .material-item-content{
		background: #FAFAFA;
	}
	.product-material .product-material-items .product-material-item:hover .material-item-title,
	.product-material .product-material-items .product-material-item:hover .material-item-text{
		color: #000000;
	}
}
@media(max-width: 750px){
	.product-material .product-material-items{
		width: calc(100% - 10.67vw);
		margin-top: 6.27vw;
		margin-bottom: 2.67vw;
	}
	.product-material .product-material-items .product-material-item{
		margin-bottom: 4vw;
	}
	.product-material .product-material-items .product-material-item .img-wrap{
		margin: 2.67vw;
		width: calc(100% - 5.34vw);
		max-height: 53.3vw;
	}
	.product-material .product-material-items .product-material-item .material-item-content{
		padding: 8px 28px 25px 28px;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
		font-size: 4.8vw;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
		margin-top: 13px;
		font-size: 3.2vw;
	}
}
@media(max-width:475px){
	.product-material .product-material-items{
		width: calc(100% - 40px);
		margin-top: 23px;
		margin-bottom: 10px;
	}
	.product-material .product-material-items .product-material-item{
		margin-bottom: 15px;
		border-radius: 17px;
	}
	.product-material .product-material-items .product-material-item .img-wrap{
		margin: 10px;
		width: calc(100% - 20px);
		max-height: 200px;
		border-radius: 15px;
	}
	.product-material .product-material-items .product-material-item .material-item-content{
		padding: 4px 14px 12px 14px;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-title{
		font-size: 18px;
	}
	.product-material .product-material-items .product-material-item .material-item-content .material-item-text{
		margin-top: 6px;
		font-size: 12px;
	}
}

