 .property_name_introduction{
 	margin-left:20px;
 	font-weight:normal;
 	color: #999;
 }
  .property_name_introduction img{
 	vertical-align:middle;
 	margin-right:5px;
 	max-width: 16px;
 }
 .property_name_introduction span{
 	display: inline-block;
 	vertical-align: middle;
   text-decoration: underline;
 }

  .property_name_introduction:hover{
  	color: #333;
  }
 .show-more{
 	background:rgba(0,0,0,.5);
 	position:fixed;
 	left:0;
 	top:0;
 	width:100%;
 	height:100%;
 	z-index:949000;
 	display:none;
 }
 .show-more-box{
 	background:#fff;
 	width:700px;
 	position:fixed;
 	left:50%;
 	top:50%;
 	transform:translate(-50%,-50%);
 	padding:40px 20px 20px;
 	border-radius:5px;
 	height:550px;
 }
 .attrbute-close-btn{
 	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
 }

 .div_scroll{
  width: 100%;
  height: 100%;
  overflow-y: auto;
 }
  .attrbute-close-btn{
  	width:20px;
  	height:20px;
  	fill:#000;
  }
.show-more-box img{
   	max-width:100%;
   }

.product_detail_2016 .property_name_introduction span{
	display:none;
}
.product_detail_2016 .property_name_introduction{
  margin: 0; 
}
.product_detail_2016 .property_name_introduction.first{
  margin-left: 10px;
}
@media screen and (max-width:1366px){
  .show-more-box{
    height: 400px;
    width: 600px;
  }
} 
@media screen and (max-width:768px){
	.show-more-box{
		width: 90%;
		height: 70%;
		box-sizing: border-box;
	}
} 