/* #LOGO{
	height:18vmin;
	margin:1vmin;
	margin-right:3vim;
	//z-index:100;
} */


.BOX{
	width:	256px;//20vw;
	height:186px;
	margin-left:50px;//4vw;
	margin-bottom:30px;//5vh;
}

.BOX_li{
	position: relative;
	width:15%;
	height:80%;
	float:right;
	//overflow:hidden;
	margin-top:1%;
	margin-right:0.5%;
	display:inline;
	border-radius: 4px;
}

.RebarSize{
	position: relative;
	//position: absolute;
	top: 0px;
	//bottom:-100px;
	right: 0 px;
	float: right;
	//height:auto;
	width: 100vw;
	background-color:#bbbbbb;
	margin-top:5vh;
	//text-align : center;
	//line-height : 50%;
	//vertical-align : middle;
}
h1{
	position: relative;
	margin-left:5vw;
}
.BOX_li h1
{
	font-size: 1em;
	position: absolute;
	z-index:100;
	margin-left:3%;
	//width:30%;
	//background-color:#000000;
}
/* .BOX_li img
{
	position: absolute;
	top:   10%;
	right: 5%;
	float: right;
	height:80%;
	width: 90%;
	overflow:hidden;
} */
.BoxImg{
	background-color: rgba(255,255,255,0);
}

.BoxImg img{
	bottom:-20%;
}
.BOX_C img{
	bottom:-45%;
}
@media screen and (max-width:1000px){
	.BoxImg img{bottom:0;}
}
@media screen and (max-width:622px){
	.BOX_li{
		width:43px;
	}
}
