.banner {
  display: block;
  height: 620px;
}

.banner img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.banner .container {
  position: relative;
  margin-top: -620px;
  /* padding: 140px 0 0 23.888888888%; */
  line-height: 1;
  color: #B8B8B8;
}

.container_position {
  /* padding: 0; */
  top: 140px;
  left: 23.888888888%;
}

.banner .h1 {
  font-weight: 400;
  font-size: 16px;
  color: #B8B8B8;
}

.banner .h2 {
  color: #fff;
  font-size: 36px;
  margin: 10px 0 80px;
}

.banner .item {
  width: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}

.banner .item span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.banner .btn {
  position: relative;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: solid 1px #fff;
}

.banner .btn+.btn {
  margin-left: 30px;
}

.banner .btn--reverse,
.banner .btn:hover {
  background: #fff;
  color: #262626;
}

.space {
  padding: 60px 0 70px;
  background: #f5f5f5;
}

/* .space .h2 {
  margin-top: -15px;
} */

.space-items {
  margin-top: 30px;
  aspect-ratio: 1800/510;
  justify-content: space-between;
}

.space-items::after {
  content: '';
  padding-top: 28.33333333333333%;
}

.space-items li {
  position: relative;
  width: 24.16666666666667%;
  /* height: 100%; */
  /* aspect-ratio: 450/616; */
  overflow: hidden;
  transition: width .25s ease-out;
}

.space-items li.mini {
  width: 15.44444444444444%;
  /* aspect-ratio: 300/616; */
}

.space-items li.active {
  width: 50.27777777777778%;
  /* aspect-ratio: 900/616; */
}

.space-items img {
  /* display: none; */
  width: auto;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 915/510; */
}

.space-items li .wrap {
  height: 100%;
  aspect-ratio: 915/510;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.space-items .wrap>.title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  transition: opacity .25s ease-out;

}

.space-items .des {
  -webkit-line-clamp: 6;
}

.space-items li .content {
  position: absolute;
  top: 17.222222222%;
  right: 5.55555555%;
  bottom: 17.777777777%;
  left: 5.55555555%;
  padding: 5% 6.25%;
  overflow: hidden;
  background: rgba(89, 89, 89, .49);
  color: #fff;
  transform: translateX(-115%);
  transition: transform .35s ease-out;
  /* display: none; */
}

.space-items li.active .content {
  transform: translateX(0);
}

.space-items li.active .wrap>.title {
  opacity: 0;
}

.space-items .title {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1680px) {
  .space-items .title {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .space-items .title {
    font-size: 18px;
  }
}

@media (max-width: 128px) {
  .space-items .title {
    font-size: 16px;
  }
}

/* .space-items .des {
  display: none;
  margin-top: -8px;
} */

/* .space-items li:hover>div>div {
  top: 17.222222222%;
  right: 5.55555555%;
  bottom: 17.777777777%;
  left: 5.55555555%;
  padding: 5% 6.25%;
  overflow: hidden;
  background: rgba(89, 89, 89, .49);
} */

/* .space-items li:hover .des {
  display: block;
} */

@media (max-width: 1024px) {
  .banner .container {
    /* padding-left: 16%; */
    left: 13.888889%;
  }
}

.banner_url {
  cursor: pointer;
}

i.icon.icon-eye {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: url(../images/icon_eye@2x.png) center center no-repeat;
  background-size: 16px;
  margin-right: 10px;
}