/*
* style.css
*/
.itemListWrapper {
  width: 100%;
  display: block;
  margin: 0 auto 3em;
}
.itemlist {
  width: 700px;
  margin: 10px auto;
}


.itemlist li {
  overflow: hidden;
  width: 128px;
  height: 128px;
  float: left;
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 1%;

}
.itemlist li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tt {
  /* width: auto;
  height: 100%;
  position: absolute;
  left: 25%; */
}
.yk {
  /* width: 100%;
  height: auto;
  position: absolute;
  top: 22%; */
}
.square {
  /* width: 100%;
  height: auto; */
}
.itemlist:after {
  clear: both;
  float: none;
}
.itemlist li a img {
  position: absolute;
  width: 30vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bigfont {
  display: block;
  width: 100%;
  clear: both;
}
