ul.app {
  display: flex;
  justify-content: space-between;
}

ul.app li {
  width: 577px;
}

ul.app li:nth-child(1) {
  width: 560px;
}

ul.app p {
  width: 100%;
}

.images {
  max-width: 1920px;
  margin: 35px auto 70px;
  background-color: #f3f3f3;
  padding: 110px 0px 125px;
  position: relative;
}

.images .app {
  display: flex;
  justify-content: space-between;
}

.images .box2 {
  width: 1200px;
  margin: 0 auto;
  display: none;
}

.images .box2 .image {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.images .img {
  width: 355px;
  height: 355px;
  background-color: #fff;
}

.images p.title-1 {
  position: absolute;
  top: 40px;
}

.images #more {
  text-align: center;
  position: absolute;
  bottom: -6em;
  width: 100%;
  cursor: pointer;
}

.images #more svg {
  color: #ff7b15;
  font-size: 25px;
  transform: rotate(90deg);
  display: block;
  margin: 0 auto;
}

