@import "/webeip/HT00100/becky/css/reset.css";
/* 以下是swiper-4.5.0 css */
@import url(/webeip/HT00100/Peggy/swiper-4.5.0/css/swiper.min.css);

/* 形象大圖輪播 */

	.shoppingCarousel_main{
		width: 1150px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: hidden;
		position: relative;
	}

	.shoppingCarousel_wrap{
		position: relative;
		width: 100%;
	}
	.shoppingCarousel_a{
		display: block;
	    width: 100%;
	    position: relative;
	}
	.shoppingCarousel_img{
		display: block;
	    width: 100%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
	    vertical-align: top;
	}
	/* 點點 */
		.shoppingCarousel-pagination .swiper-pagination-bullet{
			width: 15px;
			height: 15px;
		}
		.shoppingCarousel-pagination .swiper-pagination-bullet-active{ background: #303030; }

.shoppinghome_category{
	width: 1150px;
    margin: 2em auto 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.15rem;
    background-color: #f44336;
    padding: 5px 5px 5px 15px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 10px;
	text-align: justify;
	word-break: break-all;
}
.shoppinghome_wrap{
	width:1150px;
	margin: 2em auto 1em;
	
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	
	background-color: white;
}

/*目前位置*/
.shoppinghome_location{
	width: 100%;
	padding: 0.5em 0 1em;
	box-sizing: border-box;
}
.shoppinghome_location_link{
	color: black;
}