.wrap{
	padding-bottom: 168px;
}

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

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

.news-dynamic .news-dy-title {
	margin: 0 28.9%;
	padding-top: 110px;
}

.news-dynamic .news-dy-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: 20%; */
}

.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 0 22px 0;
	display: block;
}
/*幸运动态*/

.news-item-wrap {
	width: 75%;
	margin: 0 auto;
	margin-top: 68px;
	margin-bottom: 80px;
}

.news-item-wrap .news-item {
	width: 30%;
	background: #FAFAFA;
	margin-top: 32px;
	border-radius: 14px;
	overflow: hidden;
	display: inline-block;
	margin-left: 2.6%;
}
.news-item-wrap .news-item .news-a:hover{
	background: #E60012;
}
.news-item-wrap .news-item .news-a {
	width: 100%;
	height: 100%;
}

.news-item-wrap .news-item .news-img {
	width: 100%;
}

.news-item-wrap .news-item .news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item-wrap .news-item .news-title-wrap {

	padding: 24px 24px 0 24px;
}

.news-item-wrap .news-item .news-title-wrap .news-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;
}
.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-title {
	color: #FFFFFF;
}

.news-item-wrap .news-item .news-title-wrap .news-line {
	width: 30px;
	height: 1px;
	margin-top: 20px;
	background-color: #979797;
}
.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-line{
	background-color: #FFFFFF;
}
.news-item-wrap .news-item .news-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 8px 24px 24px 24px;
}

.news-item-wrap .news-item .news-info p {
	font-size: 16px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 21px;
}

.news-item-wrap .news-item .news-a:hover .news-info p{
	color: #FFFFFF;
}

/*分页*/

.news-bottom {
	width: 100%;
	/*height: 50px;*/
	height: auto;
	margin: 0 auto;
	margin-bottom: 52px;
}

.pagination {
	/*max-width: 538px;*/
	/*height: 50px;*/
	list-style: none;
	margin: 48px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination li {
	float: left;
	width: 44px;
	height: 44px;
	background: #F7F7F7;
	border-radius: 50%;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	margin-left: 30px;
	margin-top: 10px;
}

.pagination li:first-child,
.pagination li:last-child {
	font-size: 16px;
}

.pagination li a:hover {
	display: inline-block;
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	background-color: #E60012;
	border-radius: 50%;
}

.pagination li:after {
	clear: both;
}

.pagination li .active {
	display: inline-block;
	width: 44px;
	height: 44px;
	color: #FFFFFF;
	background-color: #E60012;
	border-radius: 50%;
}

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

}

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


@media(max-width:1450px){
	.banner-item{
		height: calc(100vh - 90px);
	}
}
@media(max-width:1440px){
	.list-filtrate a span{
		font-size: 22px;
		padding: 10px 0 10px 0;
	}
}
@media(max-width:1366px){
	
	.index-footer .footer-text{
		padding-top: 26px;
		padding-bottom: 26px;
	}
}


@media(max-width:1024px){
	.wrap{
		padding-bottom: 0;
	}
	.banner-item{
		height: 56vw;
	}
	.news-dynamic .news-dy-title{
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
		padding-top: 80px;
	}
	
	.list-filtrate {
		margin-top: 68px;
		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;
	}
	
	.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: 1;
		padding: 23px 10px 22px 10px;
	}
	
	.news-item-wrap{
		width: 95%;
		margin-top: 16px;
		margin-bottom: 64px;
	}
	.news-item-wrap .news-item{
		width: 47%;
	}
	.news-item-wrap .news-item .news-a:hover{
		background: #FAFAFA;
	}
	.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-title{
		color: #333333;
	}
	.news-item-wrap .news-item .news-a:hover .news-title-wrap .news-line{
		background-color: #979797;
	}
	.news-item-wrap .news-item .news-a:hover .news-info p{
		color: #AAAAAA;
	}
	.news-item-wrap .news-item .news-title-wrap .news-title{
		font-size: 32px;
		line-height: 45px;
	}
	.news-item-wrap .news-item .news-title-wrap .news-line{
		height: 2px;
	}
	.news-item-wrap .news-item .news-info{
		padding: 20px 24px 24px 24px;
	}
	.news-item-wrap .news-item .news-info p{
		font-size: 24px;
	}
	.news-bottom{
		margin-bottom: 80px;
	}
	.index-footer .footer-text{
		display: none;
	}
}
@media(max-width:768px){
	.list-filtrate li{
		width: 31.25vw !important;
	}
	.list-filtrate a span{
		font-size: 3.62vw;
		padding: 3vw 10px;
	}
	.list-filtrate li.on a span{
		font-weight: 700;
	}
	.news-item-wrap{
		width: calc(100% - 76px);
	}
	.news-item-wrap .news-item{
		width: 100%;
		margin-left: 0;
	}
	.news-item-wrap .news-item .news-img{
		height: 42vw;
	}
	.news-item-wrap .news-item .news-title-wrap{
		padding: 32px 26px 0 26px;
	}
	.news-item-wrap .news-item .news-title-wrap .news-title{
		font-size: 4.18vw;
		line-height: 1.4;
	}
	.news-item-wrap .news-item .news-info {
	    padding: 20px 24px 28px 24px;
	}
	.news-item-wrap .news-item .news-info p{
		font-size: 3.14vw;
		line-height: 0.9;
	}
}

@media(max-width:475px){
	.news-dynamic .news-dy-title{
		max-width: 258px;
		padding-top: 40px;
	}
	.list-filtrate{
		margin-top: 34px;
	}
	.list-filtrate ul{
		margin-left: 19px;
	}
	.list-filtrate li{
		width: 27.37vw !important;
		margin-right: 11px;
	}
	.list-filtrate a{
		height: 34px;
	}
	.list-filtrate a span{
		font-size: 14px;
		line-height: 1;
		padding: 10px;
	}
	.list-filtrate a::after{
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		margin: 2px;
	}
	.news-item-wrap{
		width: calc(100% - 38px);
		margin-top: 8px;
		margin-bottom: 32px;
	}
	.news-item-wrap .news-item{
		margin-top: 16px;
		border-radius: 7px;
	}
	.news-item-wrap .news-item .news-title-wrap{
		padding: 16px 13px 0 13px;
	}
	.news-item-wrap .news-item .news-title-wrap .news-title{
		font-size: 16px;
	}
	.news-item-wrap .news-item .news-title-wrap .news-line{
		margin-top: 10px;
		width: 15px;
		height: 1px;
	}
	.news-item-wrap .news-item .news-info{
		padding: 10px 12px 14px 12px;
	}
	.news-item-wrap .news-item .news-info p{
		font-size: 12px;
	}
	.news-bottom{
		margin-bottom: 40px;
	}
	.pagination{
		max-width: 315px;
		margin: 24px auto;
	}
	.pagination li{
		width: 30px;
		height: 30px;
		margin-left: 12px;
		font-size: 12px;
		line-height: 30px;
	}
	.pagination li a:hover{
		width: 30px;
		height: 30px;
	}
	.pagination li:first-child,
	.pagination li:last-child{
		font-size: 12px;
	}
	
	.pagination li .active{
		width: 30px;
		height: 30px;
	}
}