.swiper-button-next {
  background: url(../images/new/5.png) no-repeat center center;
  width: 4.8em;
  height: 4.8em;
  background-size: cover;
}
.swiper-button-prev {
  background: url(../images/new/4.png) no-repeat center center;
  width: 4.8em;
  height: 4.8em;
  background-size: cover;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1.5em;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1.5em;
}
.new-bg {
  background: #afb2b6 !important;
  width: 100% !important;
  height: 100%;
}
.new-logo {
  top: 5em;
  width: 12em;
  left: 3em;
  position: absolute;
  z-index: 10;
}
.new-name {
  top: 5em;
  width: 13em;
  right: 3em;
  position: absolute;
  z-index: 10;
}
.new-enter {
  width: 15em;
  height: 4.6em;
  top: 55%;
  left: 50%;
  margin: -2.3em 0 0 -7.5em;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.new-font {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.swiper-button-next,
.swiper-button-prev {
  top: 55%;
}

@media screen and (max-width: 280px) {
  .new-name {
    top: 15em;
  }
}
@media screen and (min-width: 640px) {
  body {
    width: 640px;
    margin: 0 auto;
  }
  .new-logo {
    width: 30em;
  }
  .new-name {
    width: 30em;
  }
  .new-enter {
    width: 23em;
    height: 7.2em;
    margin: -3.6em 0 0 -11.5em;
  }
}

/* 2022 */
.new-bg2022 {
  background: url(../images/2022/bg.png) no-repeat center top;
  width: 100% !important;
  height: 100%;
  background-size: cover;
  text-align: center;
}
.new-logo-2022 {
  width: 90%;
  margin-top: 5em;
}
.new-foot-2022 {
  width: 84%;
  left: 50%;
  margin-left: -42%;
  position: absolute;
  bottom: 5em;
}
.new-enter-2022 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23em;
  margin-left: -11.5em;
}

/* 2023 */
.new-bg2023 {
  background: url(../images/2023/bg.png) no-repeat center top;
  width: 100% !important;
  height: 100%;
  background-size: cover;
  text-align: center;
}
.new-logo-2023 {
  width: 90%;
  margin-top: 5em;
}
.new-enter-2023 {
  position: absolute;
  left: 50%;
  top: 52.5%;
  width: 23em;
  margin-left: -11.5em;
}
.new-foot-2023 {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left:5%;
}