@keyframes scaleOut {
	0% {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: -12px;
		left: -12px;
		right: -12px;
		bottom: -12px;
	}
}

.banner {
	margin-top: 64px;
}
.banner-sub {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.banner-list {
	width: 49%;
}
.banner-list .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.banner .fluid {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.banner .fluid-item img {
	width: 100%;
	height: auto;
	display: block;
}
.bSwiper .swiper-pagination-bullets {
	bottom: 20px;
}
.bSwiper .swiper-pagination-bullet {
    background: #6d5020;
    opacity: .8;
}
.bSwiper .swiper-pagination-bullet-active {
    background: #d69c35;
	opacity: 1;
}
.bSwiper .arrow {
	position: absolute;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	user-select: none;
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0,0,0,.4);
}
.bSwiper .arrow img {
    width: 15.5px;
    height: auto;
}
.bSwiper .arrow-prev {
	left: 15px;
}
.bSwiper .arrow-next {
	right: 15px;
}

.category {
	margin-top: 64px;
}
.category .category-sub {
	background-color: #f9f9f9;
	padding: 0 40px;
}
.category .top {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.category .top .title {
	/* padding: 10px 0;
	margin-top: 10px; */
}
.category .top .title span {
	font-size: 22px;
	color: #535757;
	line-height: 35.2px;
	font-weight: 600;
}
.category .top .more {
	border-radius: 7px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #182121;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ffd800;
	border: 1px solid rgba(234,245,240,0.5);
	padding: 14px 22px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}
.category .top .more::before {
	content: '';
	position: absolute;
	border: 1px solid rgba(0,0,0,.5);
	opacity: 0;
	border-radius: 7px;
	z-index: -1;
}
.category .top .more:hover::before {
	z-index: 1;
	animation: scaleOut .6s linear;
}
.category .top .more:hover {
	border-color: rgba(43,48,47,0.5);
	transition: all .6s;
}
.category .list {
	padding: 80px 24px 32px 24px;
}
.category .list .item {
	width: calc((100% - (54px * 5)) / 6);
	margin-right: 54px;
	margin-top: 30px;
	cursor: pointer;
	text-decoration: none;
}
.category .list .item:nth-child(6n) {
	margin-right: 0;
}
.category .list .item:nth-child(-n+6) {
	margin-top: 0;
}
.category .list .item .img {
	padding: 0 10px;
}
.category .list .item .img img {
	width: 100%;
	height: auto;
	display: block;
}
.category .list .item .img-sub {
	overflow: hidden;
}
.category .list .item .img-sub:hover img {
	transform: scale(1.3);
	transition: all .5s;
}
.category .list .item .name {
	font-size: 22px;
	line-height: 35.2px;
	color: #535757;
	margin-top: 24px;
	text-align: center;
}
.category .list .item:hover .name {
	color: #ED1E24;
}


.goods {
	/* margin-top: 64px; */
	padding: 64px 0;
}
.goods .top .title {
	font-size: 34px;
	color: #182121;
	font-weight: 500;
	padding-bottom: 10px;
}
.goods .top .title img {
	width: 160px;
	height: auto;
}
.goods .top .desc {
	font-size: 18px;
	color: #535757;
	line-height: 28.8px;
}
.goods .top .more {
	margin-top: 20px;
	position: relative;
}
.goods .top .more .more-btn {
	padding: 14px 22px;
	color: #182121 !important;
	border-width: 1px !important;
	border-radius: 2px;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: #EDEFEF;
	cursor: pointer;
	position: relative;
	z-index: 9;
	text-decoration: none;
}
.goods .top .more .more-btn::before {
	content: '';
	position: absolute;
	border: 1px solid rgba(0,0,0,.5);
	opacity: 0;
	border-radius: 2px;
	z-index: -1;
}
.goods .top .more .more-btn:hover::before {
	z-index: 1;
	animation: scaleOut .6s linear;
}
.goods .top .more .more-btn:hover {
	background-color: #ED1E24 !important;
	color: #fff !important;
	transition: all .3s;
}
.goods .top .more:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.goods .btm {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
}
.goods .btm .hot {
	width: 36.7%;
	margin-right: 5.5%;
	padding-right: 44px;
	overflow: hidden;
}
.goods .btm .list {
	width: 57.8%;
}
.goods .btm .hot img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.goods .btm .hot-img {
	overflow: hidden;
}
.goods .btm .hot-img:hover img {
	transform: scale(1.2);
	transition: .5s;
}


.goods .mySwiper {
    width: 100%;
    height: auto;
}
.goods .mySwiper .swiper-slide {
	text-decoration: none !important;
	cursor: pointer;
}
.goods .mySwiper .swiper-slide img {
    display: block;
    object-fit: cover;
}
.goods .btm .list {
	position: relative;
}
.goods .btm .list .cover {
	margin-bottom: 9px;
	background-color: #e5e5e5;
	overflow: hidden;
}
.goods .mySwiper .swiper-slide:hover .cover img {
	transform: scale(1.3);
	transition: .5s;
}
.goods .mySwiper .swiper-slide:hover .name {
	color: #ED1E24;
}
.goods .btm .list .cover img {
	width: 100%;
	height: auto;
}
.goods .btm .list .name {
	padding: 9px 0;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.goods .btm .list .price {
	font-size: 14px;
	color: #666;
}
.goods .btm .list .arrow {
	position: absolute;
	width: 44px;
	height: 44px;
	background: hsla(0, 0%, 100%, .75);
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	user-select: none;
}
.goods .btm .list .arrow:hover {
	background: #fff;
	cursor: pointer;
}
.goods .btm .list .arrow img {
	width: 15.5px;
	height: auto;
}
.goods .btm .list .arrow-prev {
	left: -22px;
}
.goods .btm .list .arrow-next {
	right: -22px;
}

.module-image-403 .item {
	display: flex;
	flex-direction: column;
}
.module-image-403 .item .title {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 10px;
}
.module-image-403 .item .sub-title {
	width: 100%;
	z-index: 9;
	color: #000;
	white-space: nowrap;
}

@media screen and (min-width: 1200px) {
	.module-image-403 .item .title {
		font-size: 28px;
	}
	.module-image-403 .item .sub-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 479px) {
	.banner-sub {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	}
	.banner-list {
	    width: 100%;
	}
	.banner .fluid {
	    width: 100%;
	    display: flex;
	    justify-content: flex-start;
	}
	.banner .fluid-item {
		margin-top: 18px;
	}
	
	.category .category-sub {
	    padding: 0 25px;
	}
	.category .top .title span {
	    font-size: 14px;
	    line-height: 22.4px;
	}
	.category .top .more {
	    border-radius: 7px;
	    letter-spacing: 1px;
	    font-size: 12px;
	    padding: 10px 16px;
	}
	.category .list {
	    padding: 30px 0;
	}
	.category .list .item {
	    width: calc((100% - (35px * 2)) / 3);
	    margin-right: 35px;
	}
	.category .list .item:nth-child(6n) {
		margin-right: 30px;
	}
	.category .list .item:nth-child(3n) {
		margin-right: 0;
	}
	.category .list .item .img {
	    padding: 0;
	}
	.category .list .item .name {
	    font-size: 14px;
	    line-height: 22.4px;
		color: #535757;
		margin-top: 20px;
	}
	.category .list .item:nth-child(-n+6) {
		margin-top: 30px;
	}
	.category .list .item:nth-child(-n+3) {
		margin-top: 0;
	}
	
	.goods .btm {
		flex-direction: column;
	}
	.goods .btm .hot {
	    width: 100%;
	    margin-right: 0;
	    padding-right: 0;
	}
	.goods .btm .hot img {
	    width: 100%;
	    /* height: 168.75px; */
	    object-fit: cover;
	}
	.goods .btm .list {
	    width: 100%;
		margin-top: 30px;
	}
	.goods .btm .list .name {
	    padding: 7px 0;
	    font-size: 14px;
	}
	.goods .btm .list .price {
	    font-size: 12px;
	}
}








