.swiper-slide {
	text-align: center;
	background: transparent;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide-radius img {
	border-radius: 0.6rem;
	-moz-border-radius: 0.6rem;
	-webkit-border-radius: 0.6rem;
}
.swiper-slide .product-box .pro-icon img {
	display:inline-block;
	width:auto;
	height:auto;
	object-fit: none;
}

a.blank_link {
	display:block;
	width: 100%;
	height: 100%;
}

/*-----*/
.swiperVisual {
	width: 100%;
	height: 100%;
}
.swiperVisual .swiper-slide {}
.swiperVisual .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
}
.swiperVisual .swiper-button-next, .swiperVisual .swiper-button-prev {
	width:44px;
	height:44px;
	top:60%;
}
.swiperVisual .swiper-button-next {
	right:7.5%;
}
.swiperVisual .swiper-button-prev {
	left:7.5%;
}
@media (max-width:1599px) {
.swiperVisual .swiper-button-next {
	right:25px;
}
.swiperVisual .swiper-button-prev {
	left:25px;
}
}
@media (max-device-width:1399px) {}
@media (max-device-width:1023px) {
.swiperVisual .swiper-button-next, .swiperVisual .swiper-button-prev {
	width:28px;
	height:28px;
	top:50%;
}
}
@media (max-device-width:767px) {
.swiperVisual .swiper-button-next {
	right:15px;
}
.swiperVisual .swiper-button-prev {
	left:15px;
}
}
@media (max-device-width:539px) {
.swiperVisual .swiper-button-next {
	right:10px;
}
.swiperVisual .swiper-button-prev {
	left:10px;
}
.swiperVisual .swiper-button-next, .swiperVisual .swiper-button-prev {
	width:22px;
	height:22px;
}
}
@media (max-device-width:359px) {
.swiperVisual .swiper-slide {
	border-radius:1.614rem;
}
}


/*-----*/
.swiper-textbanner {
	width: 94%;
	height: 100%;
	margin:0 auto;
}
.swiper-textbanner .swiper-slide {
	width:auto;
	height: 100%;
	font-size:14px;
	font-weight:400;
	color:#555;
}
.swiper-textbanner .swiper-slide a {
	color:#555;
}

/*-----*/
.Goodsbest-swiper {
	width: 100%;
	height: 100%;
}
.Goodsbest-swiper .swiper-slide {
	width:410px;
}
.mGoods-Best-List .swiper-button-next, .mGoods-Best-List .swiper-button-prev {
	*margin-top:0;
	top:50%;
}


/*-----*/
.guideSwiper {
	width: 100%;
	height: 100%;
	box-sizing:border-box;
}
.guideSwiper .swiper-slide {
	height:210px;
	padding:20px 25px;
	word-break:keep-all;
	text-align: center;
	line-height:1.4;
	font-size: 14px;
	font-weight:700;
	color:#ffffff;
	background:#04061f;
	border-radius:1.25rem;
	display: grid;
	align-content:space-between;
	justify-content:center;
}
.guideSwiper .swiper-slide a {
	display: block;
	text-decoration:none;
	color:#fff;
}
.guideSwiper .swiper-slide i {
	display:block;
	width: 108px;
	height: 108px;
	margin-left:auto;
	margin-right:auto;
}
.guideSwiper .swiper-slide p {
	margin-top:6px;
	text-align:left;
	font-size:14px;
}
.guideSwiper .swiper-slide h5 {
	display:inline-block;
	margin-top:6px;
	line-height:1.2;
	text-align:left;
	font-size:21px;
}
#mainGuide-section .swiper-button-next,
#mainGuide-section .swiper-button-prev {
	display:flex;
	width:44px;
}
@media (max-device-width:1279px) {
.guideSwiper .swiper-slide {
	padding:18px 20px;
}
.guideSwiper .swiper-slide h5 {
	font-size:18px;
}
}
@media (max-device-width:1199px) {
#mainGuide-section .swiper-button-next {
	right:5px;
}
#mainGuide-section .swiper-button-prev {
	left:5px;
}
}
@media (max-device-width:1110px) {
.guideSwiper .swiper-slide h5 {
	font-size:17px;
}
}
@media (max-device-width:1079px) {
.guideSwiper .swiper-slide {
	padding:18px 15px;
}
}
@media (max-device-width:1023px) {
.guideSwiper .swiper-slide {
	height:174px;
	border-radius:1.0rem;
}
.guideSwiper .swiper-slide i {
	width:82px;
	height: 82px;
}
.guideSwiper .swiper-slide p {
	font-size:13px;
}
#mainGuide-section .swiper-button-next,
#mainGuide-section .swiper-button-prev {
	width:28px;
}
}
@media (max-device-width:900px) {
.guideSwiper .swiper-slide {
	height:180px;
}
/*
.guideSwiper .swiper-slide h5 {
	font-size:16px;
}
.guideSwiper .swiper-slide p {
	font-size:12px;
}*/
}
@media (max-device-width:767px) {
.guideSwiper .swiper-slide {
	height:164px;
}
.guideSwiper .swiper-slide i {
	width:72px;
	height:72px;
}
#mainGuide-section .swiper-button-next,
#mainGuide-section .swiper-button-prev {
	width:22px;
}
}
@media (max-device-width:479px) {
.guideSwiper .swiper-slide {
	height:158px;
	padding:12px;
}
}
@media (max-device-width:359px) {}


/*-----*/
.RmdSwiper {
	width: 100%;
	height: 100%;
}
.RmdSwiper .swiper-slide {
	width:400px;
	height:570px;
	border-radius:2.2rem 0rem 2.2rem 0rem;
	overflow:hidden;
	transform:scale(85%);
}
.RmdSwiper .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
}
.RmdSwiper .swiper-slide.swiper-slide-active {
	transform:scale(100%);
}
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	width:128px;
	height:64px;
}
@media (max-device-width:1079px) {
.RmdSwiper .swiper-slide {
	width:330px;
	height:471px;
}
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	width:96px;
	height:44px;
}
}
@media (max-device-width:1023px) {
.RmdSwiper .swiper-slide {
	border-radius:1.75rem 0rem 1.75rem 0rem;
}
}
@media (max-device-width:900px) {
.RmdSwiper .swiper-slide {
	width:290px;
	height:414px;
	border-radius:1.6rem 0rem 1.6rem 0rem;
}
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	width:68px;
	height:44px;
	top:58%;
}
}
@media (max-device-width:767px) {
.RmdSwiper .swiper-slide {
	width:252px;
	height:360px;
}
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	width:56px;
	height:44px;
}
}
@media (max-device-width:699px) {
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	top:70%;
}
}
@media (max-device-width:539px) {
.RmdSwiper .swiper-slide {
	width:210px;
	height:300px;
}
#mainGoods-Rmd .swiperbt-rmd-next,
#mainGoods-Rmd .swiperbt-rmd-prev {
	display:none;
	width:44px;
	height:22px;
	top:80%;
}
}

/*-----*/
.swiper-Breview {
	width: 100%;
	height: 100%;
}
.swiper-Breview .swiper-pagination {
	bottom: 40px;
}
.swiper-Breview .swiper-button-next, .swiper-Breview .swiper-button-prev {
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,0.7);
	background-size: 18px;
	border-radius: 50%;
}
.swiper-Breview .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
@media (max-device-width:767px) {
.swiper-Breview .swiper-button-next, .swiper-Breview .swiper-button-prev {
	width: 36px;
	height: 36px;
	background-size: 12px;
}
}

/*-----*/
.swiperReview {
	width: 100%;
	height: 100%;
}
.swiperReview .swiper-slide:nth-child(even) {
	padding-top:75px;
}
#mainReview-section .swiper-button-next, #mainReview-section .swiper-button-prev {
	top:85px;
	width:48px;
	height:24px;
}
#mainReview-section .swiper-button-next {
	right:10%;
}
#mainReview-section .swiper-button-prev {
	left:10%;
}
@media (max-device-width:1399px) {
.swiperReview .swiper-slide:nth-child(even) {
	padding-top:0;
}
}
@media (max-device-width:1110px) {
#mainReview-section .swiper-button-next, #mainReview-section .swiper-button-prev {
	top:75px;
}
#mainReview-section .swiper-button-next {
	right:25px;
}
#mainReview-section .swiper-button-prev {
	left:25px;
}
}
@media (max-device-width:767px) {
#mainReview-section .swiper-button-next {
	right:15px;
}
#mainReview-section .swiper-button-prev {
	left:15px;
}
}
@media (max-device-width:539px) {
#mainReview-section .swiper-button-next, #mainReview-section .swiper-button-prev {
	width:28px;
}
#mainReview-section .swiper-button-next {
	right:10px;
}
#mainReview-section .swiper-button-prev {
	left:10px;
}
}

/*-- SUB TOP Ranking --*/
.swiper-subRank {
	width: 100%;
	height: 100%;
	box-sizing:border-box;
}
.swiper-subRank .swiper-slide {
	width:240px;
}
.goods-Rank-section .swiper-button-next,
.goods-Rank-section .swiper-button-prev {
	width:32px;
	filter: brightness(0) saturate(100%) invert(37%) sepia(73%) saturate(498%) hue-rotate(191deg) brightness(99%) contrast(91%);
}
@media (max-device-width:1023px) {
.swiper-subRank .swiper-slide {
	width:180px;
}
.goods-Rank-section .swiper-button-next,
.goods-Rank-section .swiper-button-prev {
	width:28px;
}
}
@media (max-device-width:767px) {
.swiper-subRank .swiper-slide {
	width:148px;
}
.goods-Rank-section .swiper-button-next,
.goods-Rank-section .swiper-button-prev {
	width:14px;
}
}
@media (max-device-width:539px) {
.swiper-subRank .swiper-slide {
	width:120px;
}
}

