html,body { height:100%;}

body {
	font-family:微軟正黑體, "Arial";
	background:#fff;
	line-height:21px;
	margin:0 auto;
	color:#000;
	}
a {
  background-color: transparent;
  text-decoration:none;
}
a:hover, a:visited, a:link, a:active {
	text-decoration: none;
	outline: 0;
	}

img {
  border: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
tr {
  padding: 0;
}

/*篩選*/
.selectbox {
	width:1080px;
	margin:0 auto 30px;
	}
.selectbox label {
	margin:0 15px 0 0;}
/*舊的瀏覽器字會變成灰色
.filter:checked {
	accent-color: #23BEF3;
	filter: brightness(100%);
        }*/
.productselect {
	display: none;
	margin: 10px 0;
	padding: 10px;
	}
.show {
	display: block;
	}
.filter_list {
	appearance: none; /* 隱藏原本的 checkbox */
    width: 25px; /* 調整大小 */
	height: 21px;
    background: url('../images/icon_dropdown.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    border: none;
	}
.filter_list:checked {
    background: url('../images/icon_itemclose.png') no-repeat center center;
    background-size: contain;
}

.floatbutton {
	position:relative;
	float:right;
	top:-95;
	right:10;
	}
.floatbutton .bottun01 {
	height:32px;
	line-height:32px;
	font-size:12px;
	color:#494641;
	font-weight: bold;
	background-color:#e8e6e5;
	padding:0 10px;
	margin:5px 0px 5px 10px;
	}
.floatbutton .bottun01:hover {
	background-color:#23bef3;
	}
.floatbutton .bottun01 a {
	color:#494641;
	}
.floatbutton .bottun01 a span {
	color:#0c8ce9;
	font-size:14px;
	font-weight: bold;
	}
.floatbutton .bottun01 a:hover {
	color:#fff;
	}
.floatbutton .bottun01 a:hover span {
	color:#fff;
	}	

.header {
	width:1100px; height:400px;
	margin:0 auto;
	}

.topimage {position:relative;}
.topimage img {
  position:absolute;
  /* CSS3淡出淡入效果,1秒 */
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.topimage img:nth-of-type(2):hover{
  opacity:0; /*滑鼠滑入時，透明度變0*/
}


.countdown {
	text-align: center;
	font-size: 20px;
	color:#494641;
	font-weight: bold;
	background: #fff;
	padding: 20px;
	/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
	}
.time {
	font-weight: bold;
	font-size: 20px;
	color:#2C2A27;
	}

.menu {
	width:950px;
	margin:20px 20px 30px 10px;
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	}
.menu .item {
	width:300px;
	text-align:center;
	float:left;
	border:1px #F6F5F5 solid;
	background:#f6f5f5;
	font-size:16px;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item:hover{
	background:#23BEF3;
	border:1px #23BEF3 solid;
	filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.4));
	}
.menu .item:hover a{
	color:#fff;
	font-weight:bold;
	}
.menu .itemhere{
	width:300px;
	text-align:center;
	float:left;
	background:#23BEF3;
	color:#fff;
	font-weight:bold;
	border:1px #23BEF3 solid;
	border-radius:6px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
	}
.menu .item a {
	color:#2C2A27;
	font-weight:bold;
	}
.menu .item a:hover {
	color:#fff;
	font-weight:bold;
	}


.slogan {
	width:768px;
	margin:50 auto;
	font-size:22px;
	color:#2C2A27;
	font-weight:bold;
	text-align:center;
	}

.title{
	width:1080px;
	height:65px;
	margin:50px auto 60px;
	font-size:20px;
	color:#2c2a27;
	font-weight:bold;
	text-align:left;
	}
.title .title_left {
	float:left;
	width:920px;
	height:63px;
	line-height:28px;
	padding:8px 8px 0 8px;
	background:#fff1d9;
	border-radius:4px;
	border-left:8px solid #ffa812;
	}
.title .title_left img {
	vertical-align:middle;
	}
	
	
.subtitle{
	width:1080px;
	margin:30px auto 10px;
	padding:0 0 10px 0;
	font-size:20px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #5a5858;
	clear:both;
	}

.product{
	width:1080px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.content {
	width:252px;/*原240*/
	float:left;
	border-radius:4px;
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
	border:1px solid #D4D0CD;
	margin:10px 8px;
	box-sizing: border-box;
	padding:13px;
	position:relative;
	}
.content:hover {
	border:4px solid #0C8CE9;
	padding:10px;
	}
.content:active {
	border:4px solid #0C8CE9;
	box-shadow: 0px 0px 1px 6px #cceaff;
	padding:10px;
	}
.content table {
	width:100%;
	font-size:12px;
	color:##2C2A27;
	}
.content img {
	width:100%;
	margin:0px 0 16px 0;
	}
/**/
.content div {
	position: absolute; top:12px; left:157px;/*原145*/
	}
.content:hover div {
	background-image: url("../images/botton_more01.jpg");
	border-radius:10px;
	width:74px;
	height:32px;
	line-height:32px;
	font-size:12px;
	text-align:center;
	z-index:1;
	position: absolute; top:12px; left:157px;/*原145*/
	}
.content:active div {
	background-image: url("../images/botton_more02.jpg");
	border-radius:10px;
	width:51px;
	height:32px;
	box-shadow: 0px 0px 1px 6px #cceaff;
	position: absolute; top:12px; left:180px;/*原168*/
	}

/*浮動按鈕文字版
.content div {
	font-size:0px;
	position: absolute; top:12px; left:145px;
	}
.content:hover .hover {
	background: #F42500;
	color: #fff;
	border-radius:10px;
	width:74px;
	height:32px;
	line-height:32px;
	font-size:12px;
	text-align:center;
	z-index:1;
	position: absolute; top:0px; left:0px;
	display:block;
	}
.content:hover .hover a {
	color: #fff;
	}
.hover {display:none;}

.content:active .active {
	background: #F42500;
	color: #fff;
	border-radius:10px;
	box-shadow: 0px 0px 1px 6px #fcbdb2;
	width:51px;
	height:32px;
	line-height:32px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	z-index:1;
	position: absolute; top:0px; left:23px;
	display:block;
	}
.content:active .active a {
	color: #fff;
	}
.content:active .hover{ display:none;}
.active {display:none;}
*/

/*浮動按鈕圖片版
.content div {
	font-size:0px;
	position: absolute; top:12px; left:145px;
	}
.content:hover .hover {
	border-radius:10px;
	width:74px;
	height:32px;
	z-index:1;
	position: absolute; top:0px; left:0px;
	display:block;
	}
.hover {display:none;}
.content:active .active {
	border-radius:10px;
	width:51px;
	height:32px;
	box-shadow: 0px 0px 1px 6px #fcbdb2;
	z-index:1;
	position: absolute; top:0px; left:23px;
	display:block;
	}
.content:active .hover{ display:none;}
.active {display:none;}
*/	

/*整盒優惠*/	
.content2 {
	width:240px;
	float:left;
	border-radius:4px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	border:1px solid #FF8686;
	margin:10px 8px;
	box-sizing: border-box;
	padding:13px;
	}
.content2:hover {
	border:4px solid #FF8686;
	padding:10px;
	}
.content2 table {
	width:100%;
	font-size:12px;
	color:##2C2A27;
	}
.content2:hover table {
	width:100%;
	font-size:12px;
	color:##2C2A27;
	}
.content2 img {
	width:100%;
	margin:0 0 16px 0;
	}
.content2 div {
	border:1px solid #E8E8E8;
	background:#FFF6DA;
	border-radius:4px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	width:210px;
	height:27px;
	line-height:27px;
	font-size:20px;
	text-align:center;
	z-index:1;
	position: relative; top:0px; left:0px;
	}
.content2:hover div {
	font-size:20px;
	}
.font_price3 {
	font-size:20px;
	color: #F00;
	font-weight:bold;
	}
	

.spec_name {
	width:53px;
	color:#2C2A27;
	background:#f3f1f1;
	text-align:center;
	vertical-align:middle;
	border:1px solid #d0d0d0;
	padding:3px;
	}
.spec_name02 {
	font-size:14px;
	font-weight:bold;
	}
.spec_detail {
	border:1px solid #d0d0d0;
	padding:3px;
	}
	
.font_price {
	font-size:20px;
	color:#DC1F24;
	font-weight:bold;
	}
	
.font_price2 {
	font-size:16px;
	color: #F00;
	font-weight:bold;
	}
	
.font_pricedelete {
	font-size:16px;
	color:#544F4A;
	font-weight:bold;
	text-decoration: line-through;
	}

.footer {
	width:1100px;
	margin:15px auto 10px;
	}
.note {
	width:1080px;
	margin:0 auto;
	background:#ffffff;
	color:#2c2a27;
	font-size:20px;
	font-weight:bold;
	border-radius:0px;
	text-align:center;
	padding:10px;
	}
.copyright {
	color: #565657;
	font-size:14px;
	text-align:center;
	margin:60px auto 0;
	padding:0 0 10px 0;
	}

/*浮動manu*/
.floatmenu{
	width:1100px;
	margin:0 auto;
	}

.sticky {
  width:1100px;
  position: fixed;
  top:0;
  background:#fff;
  z-index:10;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}



.content div.content_note {
	border:1px solid #E8E8E8;
	background:#FFF6DA;
	border-radius:4px;
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);*/
	width:220px;
	height:27px;
	line-height:27px;
	font-size:15px;
	text-align:center;
	z-index:2;
	position: absolute; top:214px; left:12px;
	}
.content:hover div.content_note {
	z-index:2;
	position: absolute; top:211px; left:9px;
	}
