
@charset "utf-8";
#detailsDiv .imgSlides{
/*width:55%;
height: 55%;
overflow-x:scroll;
overflow-y:hidden;
display:inline;*/
}
#detailsDiv .imgSlides img{
/*width:90%;
height:auto;
display:inline;
float:left;*/
}
.parent {
  width: 100%;
  height: 450px;
  overflow-x: scroll;
	overflow-y:hidden;
}
 
.inner {
  width: 10000px;
	  height: 430px;
		display:block;
}
 
.item {
	
  color: #fff;
  width: 550px;
  height: 380px;
  margin-right: 20px;
  text-align: center;
/*  line-height: 200px;*/
  background-color: #DDDDDD;
  /*float: left;/**/
	display:inline-block;
/*	overflow-x:  scroll;*/
	  background: rgba(0, 0, 0, 0.5);
}
.item_sub {
	display: block;
	width: 550px;
	  height: 350px;/**/
  background: rgba(0, 0, 0, 0);	
}
.item_sub_container {
	/*	display:inline-grid;/**/
		  height: 50px;/**/
	display:inline-block;
/*display: grid;
  
  grid-template-columns: repeat(5, 50px); /**/

}
 .item_sub2 {
		display: flex;
  width: 40px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  background-color: #bbb;
  float: left; 
	 display:inline-grid;
}
 .item_sub img {
	 width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
 object-fit: cover;
	 
    width: auto;
    height: 300px;
} .item_sub2 img {
	 width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
 object-fit: cover;
	 
    width: auto;
    height: 30px;
}
.main_header_t{
		 font-size: 4.2vw;
}
