
.product_container{
	padding: 0px 0 0 30px;
	box-sizing: border-box;	
	width: 100%;
	overflow: auto; 
	display: table;	
}

.pc_title {
    color: #2E385A;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.pc_title .bread_arrow .fa-fw{
	font-size: 16px;
	padding-bottom: 5px;
}

.product_img, .product_info{
	display: inline-block;
}

.product_img{
	width: 500px;
}

.product_info{
	width: calc(96% - 500px);
}

.pd_img_main{
	overflow: hidden;
	background-color: #fff;
	height: 500px;
	text-align: center;
}

.pd_img_main .mbPic,
.pd_img_main .mbPic .pd_img{
	display: none;
}

.pd_img_color{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.pdimgc_container{
	float: left;
	width: calc(96% / 3	);
	margin-right: 2%;
	position: relative;
	/* padding-bottom: 32%; */
    height: 130px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.pdimgc_container:last-child{
	margin-right: 0;
}

/* .pd_img, .pd_img_c{
	max-width: 100%;
	height: auto;
	transition: 1s;
}
 */
.pd_img_c{
	position: absolute;
	max-width: 90%;
	max-height: 90%;
	top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}

@media screen and (min-width: 1024px) {
	.pd_img:hover{
		transform: scale(2.5);
		transition: 1s;
	}
}

.product_info{
	padding-left: 30px;
	vertical-align: top;
	color: #717071;
}

.p_title{
	font-size: 24px;
	font-weight: bold;
	color: #495575;
	margin-bottom: 10px; 
}

@media screen and (max-width: 1023px){
	.product_container{
		padding: 15px 10px 0 10px;
		display: block;
	}

	/* .pdimgc_container{
		height: 150px;
	} */

	.product_img, .product_info{
		float: none;
		width: 100%;
		display: block;
	}

	.product_info {
    	padding-left: 0px;
    	padding-top: 10px;
	}

}


@media screen and (max-width: 768px){
	.pd_img_main {
	    height: auto;
		min-height: 250px;
		max-height: 630px;
	}
	
	.pd_img_main .easyzoom,
	.pd_img_main .easyzoom.active{
		display: none;
	}
	
	.pd_img_main .mbPic,
	.pd_img_main .mbPic .pd_img.active{
		display: inline-block;
		/*width: auto;*/
	}
}

@media screen and (max-width: 480px){
	.pd_img_main {
	    height: /*250px*/auto;
		min-height: 100px;
		max-height: 500px;
	}
	
	.pd_img_main .mbPic,
	.pd_img_main .mbPic .pd_img.active{
		display: inline-block;
		max-width: 100%;
		max-height: 500px;
	}
	
	/**
		.pd_img_main img{
		max-height: 250px;
		width: auto;
	}
	**/
}

/* 相關商品 */

.product_relate{
	clear: both;
	text-align: center;
	color: #2D385A;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px; 
}

.pd_relate_img{
	padding: 20px 15px 15px 15px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.pdre_imggroup{
	width: 90%;
	display: inline-block;
}

.pdre_img{
	max-width: calc(90% / 6);
	height: auto;
}

a.pd_arrow{
	color: #495575;
}

@media screen and (max-width: 1023px){
	
	.pdre_none{
		display: none;
	}

	.pdre_img{
		max-width: calc(90% / 3);
	}
	
}
