@charset "UTF-8";
.ul-icons li {
  float: left;
  width: 20%;
}

.ul-icons .con {
  display: block;
  font-size: 0;
  height: 120px;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
}

.ul-icons .con img {
  display: inline-block;
  vertical-align: middle;
  max-height: 88px;
}

/* 弹窗 */
.laybox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none;
}

.laybox .innerBox {
  max-width: 1300px;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  text-align: center;
}

.laybox .innerBox .contbox {
  text-align: center;
}

.laybox .innerBox .contbox img {
  width: auto !important;
  max-height: 75vh;
}

.laybox .closeBtn {
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  z-index: 22;
}