#showModel {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#closeBtn{
  display: inline-block;
  float: right;
  font-size: 0.8em;
}
#closeBtn:hover{
  cursor: pointer;
  color: lightgray;
}
#defaultIcon{
  display: inline-block;
}
#showModelContent {
  position: absolute;
  top: 10%; 
  left: 20%;
  border-radius : 1em;
  background-color: #fefefe;
  padding: 2em;
  border: 1px solid black;
  width: 60%;
  height: 70%;
  border-radius: 1em;
}
#showDetail{
  display: none;
}
#showModelContent div img {
  width: 5em;
}

#showModelContent div i {
  font-size: 3em;
}