.container {
  max-width: 1920px;
  height: 1005px;
  margin: 0 auto;
  overflow: hidden;
}
.layout {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.layout .btn {
  position: absolute;
  top: 720px;
  left: 820px;
}

.btn img {
  width: 232px;
  height: 79px;
}
#box2 {
  background: url(../imgs/bg2.png) top left no-repeat;
  background-size: 100% 100%;
}

.content {
  width: 1300px;
  height: 750px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 5%;
}

.swiper-button-prev {
  background-image: url(../imgs/left.png);
  left: 8%;
  width: 49px;
  height: 98px;
}

.swiper-button-next {
  background-image: url(../imgs/right.png);
  right: 8%;
  width: 49px;
  height: 98px;
}

.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide img {
  width: 350px;
  height: 675px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 10;
}

.swiper-wrapper {
  padding-top: 5%;
  margin-left: 10px;
}

.swiper-slide-next img {
  margin-left: -320px;
}
.swiper-slide-prev img {
  margin-right: -320px;
}

@media screen and (max-width: 1299px) {
  .layout,
  .box1,
  .box2,
  .container {
    min-width: 1300px;
    margin: 0 auto;
    width: 100%;
  }
  .content {
    min-width: 1300px;
    margin: 0 auto;
    width: 100%;
    margin-top: 10%;
  }
  .swiper-container {
    margin-top: -2%;
  }
  img {
    width: 100%;
  }
  .layout .btn {
    position: absolute;
    top: 490px;
    left: 590px;
  }
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-02-10 16:10:04" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->