.right_storeIntroduce_box{
	width:calc(100% - 300px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	padding-top:0px;
}
.introduce_min_box{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	
	/*background-color:#FFCC33;*/
}
.introduce_photo{
	width:400px;
	height:auto;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image:url(../images/titlePhoto01.jpg);
	
	background-color:#EEEEEE;	
}
.introduce_text_box{
	width:calc(100% - 400px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	padding-left:20px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:20px;
	
	/*background-color:#FFFF66;*/
}
.introduce_name{
	color:#000000;
	font-size: 24px;
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width:100%;
}
.introduce_name.typeB{
	padding-bottom:5px;
}
.introduce_price{
	color:#C92929;
	font-size:18px;
	font-weight: bold;
}
.introduce_text{
	padding-top:20px;
	padding-bottom:30px;
}
.introduce_otherPhoto{
	width:100%;
	padding-left:30px;
	padding-top:30px;
	
	/*background-color:#66CC99;*/
}
.introduce_buy{
	padding-top:15px;
}
.introduce_text_itemBox{
	padding-bottom:20px;
}
.introduce_sku{
	font-size:12px;
	color:#CCCCCC;
}
.introduce_sku:before{
	content:'ID(SKU)：';
}
@media (max-width: 1024px) {
	.introduce_text_box{
		width:calc(100% - 300px);
		padding-right:30px;
	}
	.introduce_photo{
		width:300px;	
	}
}
@media (max-width: 768px) {
	.right_storeIntroduce_box{
		width:100%;
		margin-top:20px;
	}	
}
@media (max-width: 430px) {

	.introduce_otherPhoto{
		padding-left:0px;
	}
	.introduce_min_box {
		flex-direction: column-reverse
	}
	.introduce_text_box{
		width:100%;
		padding-left:20px;
		padding-right:20px;
		padding-top:30px;		
	}
	.introduce_photo{
		width: calc(100% - 40px);
		margin-left:20px;
		margin-right:20px;
	}	

}