.__window {
  width: 1232px;
  position: relative;
  overflow: hidden;
  padding-top: 16px;
  margin-top: -16px;
  padding-left: 16px;
  margin-left: -16px;
  padding-bottom: 16px;
}
.__window * {
  box-sizing: border-box;
}
.__window .__window_item {
  width: 580px;
  height: 660px;
  border: 1px solid #dee2e6;
  padding-top: 60px;
  text-align: center;
  float: left;
  cursor: default;
}
.__window .__window_item:nth-child(1) {
  margin-right: 40px;
}
.__window .__window_item p {
  color: #45cf5f;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 16px;
  font-family: "思源黑体";
}
.__window .__window_item span {
  font-size: 22px;
  color: #adb5bd;
  font-weight: lighter;
}
.__window .__window_item.__window_item-software {
  background: url(../image/05.jpg) 0 0 no-repeat;
}
.__window .__window_item.__window_item-hardware {
  background: url(../image/06.jpg) 0 0 no-repeat;
}
.__window .__window_modal {
  position: absolute;
  width: 1200px;
  height: 660px;
  overflow: hidden;
  left: -1232px;
  top: 16px;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  transition: all 600ms;
}
.__window .__window_modal.__window_modal-hardware {
  right: -1232px;
  left: unset;
}
.__window .__window_modal .__window_modal_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  display: flex;
}
.__window .__window_modal .__window_modal_content .__window_modal_img {
  width: 580px;
  height: 100%;
}
.__window .__window_modal .__window_modal_content .__window_modal_img img {
  width: 100%;
  height: 100%;
  display: block;
}
.__window .__window_modal .__window_modal_content .__window_modal_list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.__window .__window_modal .__window_modal_content .__window_modal_list li {
  width: 240px;
  margin: 24px;
}
.__window .__window_modal .__window_modal_content .__window_modal_list li a:hover img {
  max-width: 110%;
  max-height: 110%;
  transform: scale(1.1);
  transition: all 600ms;
}
.__window .__window_modal .__window_modal_content .__window_modal_list li a:hover p {
  /*font-size: 18px;*/
}
.__window .__window_modal .__window_modal_content .__window_modal_list li .__window_modal_list_thumbnail {
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.__window .__window_modal .__window_modal_content .__window_modal_list li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms;
  z-index: 1;
}
.__window .__window_modal .__window_modal_content .__window_modal_list li p {
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #45cf5f;
  transition: all 600ms;
  z-index: 2;
}
/*# sourceMappingURL=index.css.map */
