/*
 * iweb32-style02
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 10 / 19
 */


/* + traiList
*----------------------------------------------------------------------------*/
#traiList p.chAll {
	padding: 5px 10px;
	background: #696969;
	color: #fff;
}

#traiList ul {
	overflow: hidden;
}

#traiList ul li {
	margin: 10px 1%;
	float: left;
	width: 31%;
}

#traiList ul li .info {
	border: 1px #e3e3e3 solid;
	border-radius: 5px;
}

#traiList ul li .info .productPhoto {
	margin-bottom: 10px;
}

#traiList ul li .info h3 {
	overflow: hidden;
	height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: center;
	font-size: 18px;
}

#traiList ul li .info h3 a {
	color: #1e1e1e;
	font-weight: bold;
}

#traiList ul li .info p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #f76666;
	text-align: center;
}

#traiList ul li .info p a.more {
	margin-left: 5px;
	color: #aeaeae;
}

#memberCenter .memberInfo .function {
	margin-top: 30px;
	text-align: right;
}

#memberCenter .memberInfo .function a {
	padding: 5px 10px;
	background: #60af00;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
}


/* + pointList
*----------------------------------------------------------------------------*/
#pointList ul {
	margin: 10px 0;
	font-size: 16px;
	border: 1px #e3e3e3 solid;
}

#pointList ul li {
	overflow: hidden;
	margin: 1px;
}

#pointList ul li p {
	margin: 10px 0;
	float: left;
	width: 10%;
	text-align: center;
}

#pointList ul li p b {
	font-weight: normal;
}

#pointList ul li p:nth-child(3) {
	width: 20%;
}

#pointList ul li p:last-child {
	width: 60%;
}

#pointList ul li:first-child p {
	margin-top: 0;
}

#pointList ul li p label {
	padding: 5px 0;
	margin-bottom: 10px;
	background: #696969;
	color: #fff;
	display: none;
	text-align: center;
}

#pointList ul li:first-child p label {
	display: block;
}


/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#traiList ul li:hover .productPhoto i {
		padding: 90px 0;
	}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#traiList ul li {
		width: 48%;
	}
	#traiList ul li:hover .productPhoto i {
		padding: 160px 0;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#traiList ul li:hover .productPhoto i {
		padding: 130px 0;
	}
	#pointList ul li {
		margin-bottom: 1px;
		border-bottom: 1px #949292 solid;
	}
	#pointList ul li:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	#pointList ul li p ,
	#pointList ul li p:nth-child(3) ,
	#pointList ul li p:last-child {
		margin: 0;
		width: 100%;
		border-bottom: 1px #fff solid;
		text-align: left;
	}
	#pointList ul li p label ,
	#pointList ul li:first-child p label {
		margin-bottom: 0;
		width: 49%;
		display: inline-block;
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#traiList ul li:hover .productPhoto i {
		padding: 90px 0;
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#traiList ul li {
		margin: 10px 0;
		width: 100%;
	}
	#pointList ul li {
		margin-bottom: 5px;
	}
	#pointList ul li:last-child {
		margin-bottom: 0;
	}
	#traiList ul li:hover .productPhoto i {
		padding: 130px 0;
	}
	#pointList ul li p label ,
	#pointList ul li:first-child p label {
		width: 100%;
	}
	#pointList ul li p b {
		padding: 5px 0;
		min-height: 27px;
		display: block;
		text-align: center;
	}
}