.useSystem {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px 10px 10px;
}
.useSystem img {
  width: 160px;
  margin: 0 5px 5px 5px;
}
.useFramework {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px 40px 10px;
}
.useFramework img {
  height: 22px;
  margin: 0 5px 5px 5px;
}
.image-show-box {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000000;
  background: #000000d9;
  z-index: 1050;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
}
.image-show-box .image-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-show-box .image-box .close {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
}
.image-show-box .image-box img {
  max-width: 100%;
}
/*# sourceMappingURL=styles.css.map */