@charset "utf-8";
/* CSS Document */
ul.products_area {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.products_area li {
	width: calc(50% - 20px);
	float: left;
	clear: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
ul.products_area_p {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
ul.products_area_p li {
	width: calc(100% - 20px);
	float: left;
	clear: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.pro_box {
	border: 1px solid #E7E7E7;
	width: calc(100% - 2px);
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
a:hover .pro_box {
	background-color: #F0EBE4;
}
.pro_pic {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	line-height: 0px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
	height: 135px;
}
.pro_pic img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
a:hover .pro_pic img {
	transform: scale(1.1);
}
.spro_pic {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	line-height: 0px;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 10px;
	height: 145px;
}
.spro_pic img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
a:hover .spro_pic img {
	transform: scale(1.1);
}
.pro_title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #333333;
	min-height: 50px;
}
.price_area {
	margin: auto;
	text-align: center;
}
.price_area_s {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	float: right;
	clear: right;
	font-size: 22px;
	margin-left: auto;
}
.pro_price {
	color: hsla(355, 100%, 50%, 1.00);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 5px;
}
.pro_price_del {
	color: hsla(0, 0%, 31%, 1.00);
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: line-through;
	clear: both;
	display: inline-block;
	float: none;
	margin-left: 5px;
	margin-right: 5px;
}
.pro_select {
	font-size: 16px;
	line-height: 40px;
	width: 150px;
	float: left;
	clear: none;
	margin-right: 20px;
	border: 1px solid #E1E1E1;
	padding-left: 10px;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: 96% 10px;
	background-image: url("../images/arrow.png");
	background-size: 20px auto;
	margin-bottom: 20px;
}
/*IE隱藏箭頭樣式*/
.pro_select::-ms-expand {
 display: none;
}
.pro_select option::-ms-expand {
 display: none;
}
.pro_select option {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	appearance: none;
}
/* --背景色字體顏色--*/
.form_select option:hover {
	color: #DD0B0B;
	background-color: #000000;
}
/*內頁*/
#sp_pic {
	width: 100%;
	float: left;
	clear: none;
	margin-bottom: 5%;
	line-height: 0px;
	background-repeat: repeat;
}
#sp_pic img {
	width: 100%;
}
#sp_title {
	float: right;
	clear: right;
	margin-bottom: 3%;
	font-size: 29px;
	line-height: 32px;
	width: 100%;
	text-align: left;
}
#sp_banner {
	font-size: 30px;
	color: hsla(5, 96%, 72%, 1.00);
	line-height: 40px;
	margin-bottom: 2%;
}
#sp_info {
	float: right;
	clear: right;
	width: 100%;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
	line-height: 26px;
}

@media only screen and (min-width: 360px) {
.pro_pic {
	height: 155px;
}
	.spro_pic {
	height: 155px;
}
}

@media only screen and (min-width: 375px) {
.pro_pic {
	height: 165px;
}
	.spro_pic {
	height: 165px;
}
}

@media only screen and (min-width: 414px) {
.pro_pic {
	height: 185px;
}
	.spro_pic {
	height: 185px;
}
}

@media only screen and (min-width: 480px) {
ul.products_area_p li {
	width: calc(50% - 20px);
}
.pro_pic {
	height: 215px;
}
	.spro_pic {
	height: 215px;
}
}

@media only screen and (min-width: 533px) {
.pro_pic {
	height: 245px;
}
	.spro_pic {
	height: 245px;
}
}

@media only screen and (min-width: 640px) {
.pro_pic {
	height: 285px;
}
	.spro_pic {
	height: 285px;
}
}

@media only screen and (min-width: 768px) {
ul.products_area li {
	width: calc(33.3% - 20px);
}
ul.products_area_p li {
	width: calc(33.3% - 20px);
}
.pro_pic {
	height: 225px;
}
	.spro_pic {
	height: 225px;
}
}

@media only screen and (min-width: 800px) {
.pro_pic {
	height: 235px;
}
	.spro_pic {
	height: 235px;
}
}

@media only screen and (min-width: 960px) {
.pro_pic {
	height: 295px;
}
	.spro_pic {
	height: 295px;
}
}

@media only screen and (min-width: 1000px) {
ul.products_area li {
	width: calc(33.3% - 20px);
}
.pro_pic {
	height: 235px;
}
	.spro_pic {
	height: 210px;
}
/*商品專區內頁*/
#sp_pic {
	width: 47%;
	float: left;
	clear: none;
	margin-bottom: 3%;
	line-height: 0px;
}
#sp_title {
	float: right;
	clear: right;
	width: 50%;
}
#sp_info {
	float: right;
	clear: right;
	width: 50%;
}
#item_info {
	float: right;
	clear: right;
	width: 50%;
}
.price_area_s {
	float: right;
	clear: right;
	width: 50%;
}
}

@media only screen and (min-width: 1160px) {
ul.products_area li {
	width: calc(25% - 20px);
}
.pro_pic {
	height: 215px;
}
.spro_pic {
	height: 170px;
}
}
@media only screen and (min-width: 1400px) {
	.pro_pic {
	height: 245px;
}
		.spro_pic {
	height: 200px;
}
	}
@media only screen and (min-width: 1580px) {
		.pro_pic {
	height: 290px;
}
			.spro_pic {
	height: 230px;
}
	}
@media only screen and (min-width: 1680px) {
		.pro_pic {
	height: 320px;
}
				.spro_pic {
	height: 250px;
}
	}
@media only screen and (min-width: 1900px) {
		.pro_pic {
	height: 380px;
}
				.spro_pic {
	height: 300px;
}
	}