.banner {

	position : absolute; 

	bottom : 0.5em ; left : 1%;height : 5.3em; width : 48%;

	background-size: cover; 

}

.goods-box {

	display : inline-block; 

	width : 24em; min-height : 37em; 

	margin : 1%; 

	text-align : center;

	color : black;

}

.goods-picture-box {

	display : inline-block;

	width : 22em; 
	height : 22em;

	margin : 0.5em 0; padding : 0;

	text-align : center;

}

.goods-picture-box img{

	width : 100%;
	height : 100%;
	object-fit: cover;

	border-radius : <?php echo $border_radius; ?>;

}

.fusen-color {

	background-color : lightyellow; 
	border : 1px solid khaki;
	box-shadow: 2px 3px 4px gray;

}




@media screen and (max-device-width:1281px) and (orientation: portrait){

	.banner { bottom : 0.5em ; left : 1%; height : 5.3em; width : 98%; }

	.banner-mobile { background-size: cover; left : 1%; height : 5.3em; width : 98%; }

}