.images {
  width: 1200px;
  height: 1007px;
  padding-top: 80px;
  margin: 0px auto 120px;
  display: flex;
  justify-content: space-between;
}

.images .img {
  overflow: hidden;
  position: relative;
}

.images .img::before {
  content: "";
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/images/about/campus/more.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.images .img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.images .img:hover::before {
  opacity: 1;
}

.images .img:hover img {
  transform: scale(1.1);
}

.images .left {
  width: 385px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.images .left .i1 {
  width: 385px;
  height: 378px;
}

.images .left .i2 {
  width: 385px;
  height: 540px;
}

.images .right {
  width: 805px;
  height: 927px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.images .right .top {
  width: 805px;
  height: 442px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.images .right .top .i3 {
  width: 398px;
  height: 199px;
}

.images .right .top .i4 {
  width: 397px;
  height: 199px;
}

.images .right .top .i5 {
  width: 450px;
  height: 234px;
}

.images .right .top .i6 {
  width: 345px;
  height: 234px;
}

.images .right .bottom {
  width: 805px;
  height: 475px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}

.images .right .bottom .i7 {
  width: 410px;
  height: 475px;
}

.images .right .bottom .i8 {
  width: 384px;
  height: 229px;
}

.images .right .bottom .i9 {
  width: 384px;
  height: 236px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #ff7b15;
}

.images .right .bottom .i9 a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}

.images .right .bottom .i9 a:hover .icon {
  left: 250px;
}

.images .right .bottom .i9 a .icon {
  position: absolute;
  left: 160px;
  top: 150px;
  transition: all 0.5s;
}

.imgPopUp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.75);
}

.imgPopUp .icon-off {
  width: 65px;
  height: 60px;
  background-color: #373839;
  font-size: 26px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 100;
}

.imgPopUp .icon-off:hover {
  background-color: #101111;
  font-weight: bold;
}

.imgPopUp .icon-full-screen,
.imgPopUp .icon-play {
  font-size: 26px;
  position: absolute;
  left: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}

.imgPopUp .icon-play {
  left: 80px;
}

.imgPopUp .icon-play .stop {
  display: none;
}

.imgPopUp #gallery {
  width: 100%;
  height: 100%;
}

.imgPopUp #gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgPopUp #gallery .swiper-slide img {
  max-width: 80vw;
  max-height: 80vh;
  margin-top: -80px;
}

.imgPopUp #gallery .swiper-lazy-preloader {
  border-color: #fff;
  border-top-color: transparent;
}

.imgPopUp #gallery .swiper-button-next,
.imgPopUp #gallery .swiper-button-prev {
  width: 40px !important;
  height: 58px !important;
  background-image: url(/images/about/campus/icon.png);
}

.imgPopUp #gallery .swiper-button-next::after,
.imgPopUp #gallery .swiper-button-prev::after {
  content: "" !important;
}

.imgPopUp #gallery .swiper-button-prev {
  transform: rotateY(180deg);
}

.imgPopUp #thumbs {
  width: 1600px;
  z-index: 10;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -800px;
}

.imgPopUp #thumbs .swiper-slide {
  width: 100px;
  background-color: #fff;
  color: #000;
  height: 80px;
  position: relative;
}

.imgPopUp #thumbs .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.imgPopUp #thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.imgPopUp #thumbs .swiper-slide-thumb-active::after {
  display: none;
}

