.photo-wall-imgs {
  cursor: pointer;
}

.photo-wall-imgs .top {
  height: 4.36rem;
  display: flex;
}

.photo-wall-imgs .top .top-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.photo-wall-imgs .top .top-left img {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all .4s;
}

.photo-wall-imgs .top .top-left img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .top .top-left p {
  position: relative;
  padding: 0 1.3rem;
  font-weight: 700;
  font-size: .76rem;
  color: #FFFFFF;
  z-index: 1;
}

.photo-wall-imgs .top .top-right {
  width: 50%;
  height: 100%;
}

.photo-wall-imgs .top .top-right .top-right-top {
  height: 50%;
}

.photo-wall-imgs .top .top-right .top-right-top ul {
  display: flex;
  height: 100%;
}

.photo-wall-imgs .top .top-right .top-right-top ul li {
  width: 50%;
  overflow: hidden;
}

.photo-wall-imgs .top .top-right .top-right-top ul li img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .top .top-right .top-right-top ul li img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .top .top-right .top-right-top ul .li1 {
  background-color: #0F3052;
  font-size: .5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-wall-imgs .top .top-right .top-right-bottom {
  height: 50%;
  overflow: hidden;
}

.photo-wall-imgs .top .top-right .top-right-bottom img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .top .top-right .top-right-bottom img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .bottom {
  height: 4.36rem;
  display: flex;
}

.photo-wall-imgs .bottom .bottom-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.photo-wall-imgs .bottom-left-l {
  width: 50%;
}

.photo-wall-imgs .bottom-left-l ul {
  height: 100%;
}

.photo-wall-imgs .bottom-left-l ul li {
  height: 50%;
  overflow: hidden;
}

.photo-wall-imgs .bottom-left-l ul li img {

  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .bottom-left-l ul li img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .bottom-left-l ul .text {
  font-size: .5rem;
  color: #fff;
  background-color: #C18C3A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-wall-imgs .bottom-left-r {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.photo-wall-imgs .bottom-left-r img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .bottom-left-r img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .bottom-right {
  width: 50%;
  height: 100%;
}

.photo-wall-imgs .bottom-right .bottom-right-top {
  width: 100%;
  height: 50%;
}

.photo-wall-imgs .bottom-right .bottom-right-top ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.photo-wall-imgs .bottom-right .bottom-right-top ul li {
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.photo-wall-imgs .bottom-right .bottom-right-top ul li img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .bottom-right .bottom-right-top ul li img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .bottom-right .bottom-right-top ul .text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D4793;
  color: #fff;
  font-size: .5rem;
}

.photo-wall-imgs .bottom-right .bottom-right-bt {
  height: 50%;
}

.photo-wall-imgs .bottom-right .bottom-right-bt ul {
  height: 100%;
  display: flex;
}

.photo-wall-imgs .bottom-right .bottom-right-bt ul li {
  width: 50%;
  overflow: hidden;
}

.photo-wall-imgs .bottom-right .bottom-right-bt ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  object-fit: cover;
}

.photo-wall-imgs .bottom-right .bottom-right-bt ul li img:hover {
  transform: scale(1.1);
}

.photo-wall-imgs .bottom-right .bottom-right-bt ul .text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4A99D8;
  color: #fff;
  font-size: .5rem;
}