@charset "utf-8";
/* CSS Document */
/*-------------category--------------------*/
#category li {
	float: left;
	margin: 0px 10px 10px 0;
}
#category li a {
	display: inline-block;
	border: 1px solid #C8C8C8;
	background: linear-gradient(#FEFEFE, #EFEFEF);
	padding: 5px 10px;
	font-size: 13px;
	width: auto;
	color: #666;
	text-decoration: none;
	border-radius: 3px;
}
#category li a:hover {
	border: 1px solid #64A9FF;
	background: #64A9FF;
	color: #FFF;
}
#category li.select a {
	border: 1px solid #666;
	background: #666;
	color: #FFF;
}
/*---------------vip--------------------*/
span.vip {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background-image: url(../images/vip.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
span.enlarge{ width:100%;
background:rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align:center;
	color:#fff;
}
#product li h4 span {
	font-size: 15px;
	font-weight: normal;
}
/*----------------dropdownBtnOutfit------------------*/
.dropdownWrapper {
	position: relative;
	display: inline-block;
	width: auto;
}
.dropdownBtnOutfit {
	width: auto;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 30px 0 15px;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px 20px;
	/*太長截掉*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dropdownBtnSelect {
	background-color: #eee;
	color: #333;
	background-image: url(../images/closeItem.svg);
}
.dropdownBtnOutfit:hover {
	background-color: #eee;
}
.dropdownOutfit {
	border: 1px solid #eee;
	position: absolute;
	background: #fff;
	z-index: 99;
	padding: 0;
	top: 45px;
	left: 0;
}
.dropdownOutfit li a {
	display: block;
	width: 400px;
	text-decoration: none;
	padding: 6px 10px;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
}
.dropdownOutfit li:last-child a {
	border-bottom: none;
}
.dropdownOutfit li a:hover {
	background-color: #eee;
}
a.BtnOutfit {
	display: block;
	width: auto;
	height: 35px;
	line-height: 35px;
	background-color: #eee;
	cursor: pointer;
	padding: 0 30px;
	color: #000;
}
a.BtnOutfit:hover {
	background-color: #666;
	color: #FFF;
}
.prodShow::before {
	content: "+看更多產品";
}
.prodHide::before {
	content: "看較少產品";
}
/*------News type---------*/
.product li em {
	color: #333;
	font-size: 13px;
	background: #999;
	padding: 0px 4px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.product li em.news {
	background: #3F51B5;
}
.product li em.press {
	background: #FF9800;
}
/*---------------- icon for expo list ---------------------*/
.textLink dd {
	display: inline-block;
}
.textLink dd a {
	display: block;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 15px center;
	padding: 5px 15px 5px 35px;
	color: #333;
	text-decoration: none;
	background-color: #F2F2F2;
	border-radius: 30px;
	margin-right: 5px;
	font-size: 13px;
}
.textLink dd:last-child a{
	margin-right:0;
}
.textLink dd a:hover {
	background-color: #FFF;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------- 內頁 prod 橫向 --------------------*/
.prodList li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 2%;
}
.prodList li:nth-child(5n) {
	margin-right: 0;
}
/*11-50產品先隱藏*/
.prodList li:nth-child(n+11):nth-child(-n+50) {
	display: none;
}
.showAll li:nth-child(n+11):nth-child(-n+50) {
	display: block;
}
/*----------------- 內頁product lsit---------------*/
.product li {
	/*border: 1px solid #ddd;*/
	display: block;
	position: relative;
	padding: 20px;
	width: auto;
	margin:30px 0px;
	background:#fff;
	/*box-shadow:0px 0px 6px rgba(20%,20%,40%,0.2);*/

	
}
.product li:first-child {
	
}
.product li:nth-child(odd) {
	background:#f9f9f9;
}
.product li:nth-child(even) {
	background:#fff;
	/*box-shadow:0px 0px 6px rgba(20%,20%,40%,0.1);*/
}
.product li div.left {
	width: 40%;
	float: left;
	position: relative;
	height:100%;
	display:block;
	border-right: 2px solid #E5E5E5;
}
.product li div.left h3{ width:85%}
.product li div.left span{ float:right; position:absolute; top:30%; right:5%; }
.product li div.right {
	width: 60%;
	display:block;
	float:right;
	padding-left:20px;
}
.product li div.right h4 em {
	font-weight: bold;
}
.product li div.right h4 span {
	font-size: 15px;
}
/*----------------- picMode ---------------*/
.picMode li {
	float: left;
	width: 23.5%;
	border: 0;
	margin: 0 2% 3% 0;
	padding-bottom: 0;
}
.picMode li:nth-child(4n) {
	margin-right: 0;
}
.picMode li div.left {
	float: none;
	width: 100%;
}
.picMode li div.right {
	margin: 0;
}
.picMode li div.right p {
	display: none;
}
.picMode li div.right h4 {
	width: auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin:8px 0 10px 0;
	text-align:center;
}
.picMode li div.right h4 span {
	display: none;
}
.picMode li div.right .textLink {
	text-align:center;
}
/*sorting*/
#DDwrapper dd {
	display: inline-block;
	margin-right: 10px;
}
/*.modeSwitch::before {
	content: "切換圖片模式";
}
.listHide::before {
	content: "切換列表模式";
}*/
.modeSwitch {
	background-image: url(../images/picmode.svg);
	color: #333;
}
.listHide {
	background-image: url(../images/listmode.svg);
	color: #333;
}
/*-------------search--------------------*/
.search {
	background: #eee;
	width: auto;
	padding: 10px;
	overflow: auto;
}
.searchText {
	width: 79%;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	border: 1px solid #E5E5E5;
	color: #666;
	border-radius: 3px;
	float: left;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	display: none;
}
.searchBtn {
	border: 0;
	color: #FFF;
	background: #E9332F;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	float: right;
}
.searchBtn:hover {
	background: #4285F4;
}
/*------------------------- inner prodoct detail ------------------------*/
#prodDetailLeft, #exDetailLeft {
	width: 360px;
	position: relative;
	float: left;
}
#prodDetailRight, #prodDetailRight {
	width: auto;
	margin-left: 380px;
}
.exLeft {
	position: relative;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*--------------------vip--------------------*/
span.vip {
	left: 0px;
	width: 70px;
	height: 70px;
}
.lightLine {
	margin: 20px -15px;
}
/*-------------------- 內頁 prod 橫向 --------------------*/
.prodList li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.prodList li:nth-child(3n) {
	margin-right: 0;
}
/*7-50產品先隱藏*/
.prodList li:nth-child(n+7):nth-child(-n+50) {
	display: none;
}
.showAll li:nth-child(n+7):nth-child(-n+50) {
	display: block;
}
/*----------------- product list ---------------*/
.product li {
	display: block;
	width: auto;
	padding: 20px 10px;
}
.product li:nth-child(odd) {
	background:#f9f9f9;
}
.product li:nth-child(even) {
	background:#fff;
	/*box-shadow:0px 0px 6px rgba(20%,20%,40%,0.1);*/
}
.product li:first-child {
	padding-top: 0;
}
.product li div.left {
	width: 100%;
	float: left;
	position: relative;
	margin:10px 0px;
	
	}
.product li div.left span{ float:right; position:absolute; top:1%; right:1%; }
.product li div.right {
	width: auto;
	
}
/*-------------search--------------------*/
.search {
	width: 100%;
	background: #eee;
	padding: 10px;
	overflow: auto;
}
.searchText {
	width: 85%;
	height: 40px;
	line-height: 40px;
	text-indent: 5px;
	border: 1px solid #E5E5E5;
	color: #666;
	border-radius: 3px;
	float: left;
}
.searchText:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
.searchSelect {
	display: none
}
.searchBtn {
	border: 0;
	background: #E9332F;
	border-radius: 3px;
	cursor: pointer;
	width: 13%;
	height: 40px;
	text-indent: -9999px;
	background-color: #999;
	background-image: url(../images/iconSearch.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 70%;
	float: right
}
.searchBtn:hover {
	border: 0;
	background-color: #4285F4;
}
/*------------------------- inner prodoct detail ------------------------*/
.exLeft {
	margin-bottom: 20px;
}
.exLeft .imgborder {
	width: 70%;
	height: 0;
	padding-bottom: 70%;
	margin: 0 auto;
}
/*----------------dropdownBtnOutfit------------------*/
.dropdownWrapper, .dropdownOutfit, .dropdownOutfit li a {
	width: 100%;
}
#DDwrapper dd {
}
#DDwrapper dd:last-child {
	margin-bottom: 0;
}
/*----------------btn------------------*/
.textLink dd a {
	font-size: 13px;
}
}
