@charset "utf-8";
body{
	font-family:Tahoma, "微軟正黑體", "sans-serif";
	font-size: 100%;
	margin: 0;
	background: #c3e4e7;
	max-width: 2000px;
}

#bblogo{
	display: block;
	width: 200px;
	height: auto;
}
#slider{
	position: relative;
	border: 0;
}
@media (min-width: 768px){
	#slider2{
		display:none;
	}
}
@media (max-width: 767px){
	#slider{
		display:none;}
	#slider2{
		display:block;
		height: auto;
	}
}

#subNav{
	text-align: center;
	margin: 10px 0;
}
#subNav div{
	margin: 2px 2px;
	justify-content: space-between;
}
#hotSale {
	display: flex;
	padding: 10px 30px;
}
#intro1{
	padding: 30px;
}

#compare{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1030;
	}
footer {
	text-align: center;
	padding: 15px;
}
footer.about{
	margin-top:200px}
#products {
	text-align: center;
}
.w75vw {
	width: 75vw;
	margin: auto;
}
.w90vw {
	width: 90vw;
	margin: auto;
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
}
#productsDetail {
	background: rgba(255,255,255,1.00);
	border-radius: 5px;
}

#compareList th,#compareList td {
	vertical-align: middle;
}
#compareList li{
	list-style-type: none;
}
