@charset "utf-8";
#detailsDiv .imgSlides{
	  width: 840px;
/*width:55%;
height: 55%;
overflow-x:scroll;
overflow-y:hidden;
display:inline;*/
}
#detailsDiv .imgSlides img{
/*width:90%;
height:auto;
display:inline;
float:left;*/
}
input{
	font-size: 18px;
	
}
.parent {
  width: 820px;
  height: 1300px;
  overflow-y: scroll;  
	overflow-x: hidden;
	
}
 
.inner {
  height: 10000px;
	 width: 800px;
	/*display:block;
/*	display:grid;/**/
}
.item {
	display:block;
  color: #fff;
  width: 780px;
  height: 430px;/**/
  margin-right: 20px; 
	margin-left: 20px;
  text-align: center;
/*  line-height: 200px;*/
  background-color: #DDDDDD;
	  background: rgba(0, 0, 0, 0.5);
  /*float:inherit;
/*	overflow-x:  scroll;*/
	
}
.item_sub {
	/*display: inline-block;/**/
	width: 750px;
	  height: 330px;/**/
  margin-right: 5px;
  margin-left: 5px;	
	display: block;/**/
	  background: rgba(0, 0, 0, 0);
		 	 /*align:center;
	 vertical-align: middle;/**/
}.item_sub_container {
	/*	display:grid;/**/
} 

 .item_sub2 {
	/*display: flex;*/
  width: 70px;
  height: 70px;
  margin-right: 5px;
  margin-left: 5px;
/*  text-align: center;/**/
  line-height: 20px;
  background-color: #bbb;
  float: left; 
}
 .item_sub img {

  width: auto;
  height : auto;
	  width: 100%;
/*  max-height: 100%;
//  max-width: 100%;/**/
	 object-fit: cover;
	 
} .item_sub2 img {
    width: 100%;
    height: auto;
	 width: auto;
	object-fit: cover;
}
.main_header_t{
		 font-size: 4.2vw;
}


