@charset "utf-8";
/* CSS Document */
/*-------------category--------------------*/
#category {
}
#category li {
	float: left;
	margin: 5px 10px 5px 0;
}
#category li a {
	display: inline-block;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	/*text-shadow:0px -1px 0px rgba(000, 000, 000, 0.2);*/
	padding: 5px 10px;
	font-size: 13px;
	width: auto;
	color: #666;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#category li a:hover {
	border: 1px solid #26BFBF;
	background: #70c5c8;
	color: #FFF;
}
#category li.select a {
	border: 1px solid #666;
	background: #666;
	color: #FFF;
}
/*---------------visited--------------------*/
#product li h3 a:visited, .prodList li a:visited {
	color: #888;
}
/*---------------vip--------------------*/
span.vip {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(../images/vip.png) no-repeat;
	display: block;
}
/*--------------------list 首頁精選產品--------------------*/
.prodList li {
	display: inline-block;
	width:160px;
	height:190px;
	margin-right:10px;
}
.prodList li div.hoverDesc {
	width: 160px;
	height: 160px;
	color: rgba(255,255,255,0);
	background-color: rgba(0, 0, 0,0);
	background-image: url(../images/iconEnlarge.png);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center center;
	opacity: 0.0;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
.prodList li:hover div.hoverDesc {
	color: rgba(255,255,255,1);
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
.prodthumb {
	width: 160px;
	height: 160px;
	overflow: hidden; border:1px solid #ededed;
}
.prodListIndex li {
	margin-right:0;/*for index*/
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------product---------------*/
#product {
}
#product li {
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
	overflow: auto;
	width: auto;
	padding:10px;
}
#product li p a{
	color: #333;
}
.forNews li a{
	text-decoration:none;
	color: #333;
}
.forNews li:hover {
	background: #eee;
}
#product li p a:hover{
	color: #4AD9D9;
}
#product li div.left {
	width:160px;
	height:160px;
	float: left;
	overflow: hidden;
	background-color:#fff; border:1px solid #ededed;
}
#product li div.right h3 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
#product li div.right {
	width: auto;
	margin-left:180px;
}
/*------------thumb-----------------*/
.thumb {
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.prodLargthumb {
	width: 360px;
	height: 360px;
	border: 1px solid #ededed;
	overflow: hidden;
}
.exThumb {
	width: 250px;
	height: 250px;
	border: 1px solid #ededed;
	overflow: hidden;
}
/*-------------search--------------------*/
.search {
	position: relative;
	background: #eee;
	width: auto;
	height: 55px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.searchText {
	width:64%;
	height:35px;
	line-height: 35px;
	text-indent:10px;
	position: absolute;
	border: 1px solid #E5E5E5;
	padding:0;
	top: 10px;
	color: #666;
	left:24%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	color: #666;
	width: 20%;
	border: none;
	height: 35px;
	padding: 0 0 0 5px;
	line-height: 35px;
	text-indent: 10px;
	position: absolute;
	border: 1px solid #E5E5E5;
	left:2%;
	top: 10px;
}
select.searchSelect option {
	height: 30px;
	line-height: 30px;
}
.searchBtn {
	border: 1px solid #999;
	color: #FFF;
	background: #999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	width:8%;
	height:35px;
	line-height: 35px;
	padding: 0;
	text-decoration: none;
	position: absolute;
	right:2%;
	top: 10px;
}
.searchBtn:hover {
	border: 1px solid #8FC31F;
	background: #8FC31F;
}
/*------------------------- inner prodoct detail ------------------------*/
#prodDetailLeft {
	width: 360px;
	position: relative;
	float: left;
}
#prodDetailRight {
	width: auto;
	margin-left: 390px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------------list 首頁精選產品--------------------*/
.prodList {
	text-align: center;
}
/*-----------------product list ---------------*/
#product {
}
#product li {
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
	overflow: auto;
	width: auto;
	padding:10px 0;
}
#product li p a{
	color: #333;
}
.forNews li a{
	text-decoration:none;
	color: #333;
}
#product li p a:hover{
	color: #4AD9D9;
}
#product li div.left {
	width:90px;
	height:90px;
	float: left;
	overflow: hidden;
}
#product li div.right h3 {
	font-size:18px;
	font-weight: bold;
	color: #333;
}
#product li div.right {
	width: auto;
	margin-left:100px;
}
/*------------thumb-----------------*/
.prodLargthumb, .exThumb {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	margin: 0 auto;
}
/*-------------search--------------------*/
.search {
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 15px;
}
.searchText {
	width: 50%;
	position: absolute;
	left: 35%;
	height: 40px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #E5E5E5;
	color: #666;
	padding: 0;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	border-radius: 3px;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	width: 33%;
	position: absolute;
	left: 0;
	color: #666;
	border: none;
	height: 40px;
	background: #fff;
	padding: 0 0 0 5px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select.searchSelect option {
}
.searchBtn {
	border: 1px solid #999;
	color: #FFF;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 13%;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #999;
	background-image: url(../images/iconSearch.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.searchBtn:hover {
	border: 1px solid #FAC300;
	background-color: #FAC300;
}
/*------------------------- inner prodoct detail ------------------------*/
#prodDetailLeft {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}
#prodDetailRight {
	width: 100%;
}
}
