.home-swiper {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-swiper .homeSwpier {
  height: 100%;
  width: 100%;
}
.home-swiper .homeSwpier .ani .body-title h1 {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.6s;
}
.home-swiper .homeSwpier .ani .body-title p {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.6s 0.3s;
}
.home-swiper .homeSwpier .ani .btn-list {
  opacity: 1;
  transform: translate(-50%, 0px);
  transition: all 0.6s 0.6s;
}
.home-swiper .homeSwpier .body-title {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.home-swiper .homeSwpier .body-title h1 {
  font-family: "BYDcv";
  font-weight: 400;
  font-size: 4.16667vw;
  color: #ffffff;
  line-height: 4.58333vw;
  margin-bottom: 0.26042vw;
  transform: translateY(10.41667vw);
  opacity: 0;
}
.home-swiper .homeSwpier .body-title p {
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.61458vw;
  letter-spacing: 0.10417vw;
  transform: translateY(10.41667vw);
  opacity: 0;
}
.home-swiper .homeSwpier .btn-list {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 10.41667vw);
  opacity: 0;
}
.home-swiper .homeSwpier .btn-list .btn {
  animation-duration: 0.6s;
  position: relative;
  overflow: hidden;
  width: 9.375vw;
  height: 2.5vw;
  border-radius: 9.375vw;
  font-size: 0.9375vw;
  color: #ffffff;
}
.home-swiper .homeSwpier .btn-list .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2PX);
  z-index: 2;
  display: block;
  border-radius: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper .homeSwpier .btn-list .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2PX);
  height: calc(100% - 2PX);
  border: 1PX solid #ffffff;
  border-radius: 9.375vw;
  z-index: 0;
  box-sizing: border-box;
}
.home-swiper .homeSwpier .btn-list .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #da251c;
  transition: width 0.3s;
  z-index: 1;
}
.home-swiper .homeSwpier .btn-list .btn:hover::before {
  width: 100%;
}
.home-swiper .homeSwpier .btn-list .btn:hover a {
  color: #ffffff;
}
.home-swiper .homeSwpier .btn-list .btn {
  width: 13.54167vw;
  height: 2.70833vw;
  color: #ffffff;
}
.home-swiper .homeSwpier .btn-list .btn::after {
  border-color: #ffffff;
}
.home-swiper .homeSwpier .btn-list .btn:nth-child(2n) {
  background: rgba(255, 255, 255, 0.6);
  color: #393939;
}
.home-swiper .homeSwpier .btn-list .btn:nth-child(2n)::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.home-swiper .homeSwpier::part(pagination) {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}
.home-swiper .homeSwpier::part(bullet) {
  width: 2.08333vw;
  height: 0.15625vw;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.52083vw;
}
.home-swiper .homeSwpier::part(bullet-active) {
  width: 4.89583vw;
  height: 0.15625vw;
  opacity: 1;
  background: #da251c;
  border-radius: 0.52083vw;
}
.home-swiper .next {
  width: 3.125vw;
  position: absolute;
  left: 50%;
  margin-left: -1.5625vw;
  bottom: 1%;
  z-index: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--home-swiper .homeSwpier .body-title {
    top: 20%;
}
.mob--home-swiper .homeSwpier .body-title h1 {
    font-family: "BYDcv";
    font-weight: 400;
    font-size: 2.66667rem;
    color: #ffffff;
    line-height: 2.93333rem;
    margin-bottom: 0.16667rem;
}
.mob--home-swiper .homeSwpier .body-title p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.03333rem;
    letter-spacing: 0.06667rem;
}
.mob--home-swiper .homeSwpier .btn-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    bottom: 15%;
}
.mob--home-swiper .homeSwpier .btn-list .btn {
    animation-duration: 0.6s;
    position: relative;
    overflow: hidden;
    width: 6rem;
    height: 1.6rem;
    border-radius: 6rem;
    font-size: 0.6rem;
    color: #ffffff;
}
.mob--home-swiper .homeSwpier .btn-list .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2PX);
    z-index: 2;
    display: block;
    border-radius: 2.66667rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob--home-swiper .homeSwpier .btn-list .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2PX);
    height: calc(100% - 2PX);
    border: 1PX solid #ffffff;
    border-radius: 6rem;
    z-index: 0;
    box-sizing: border-box;
}
.mob--home-swiper .homeSwpier .btn-list .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #da251c;
    transition: width 0.3s;
    z-index: 1;
}
.mob--home-swiper .homeSwpier .btn-list .btn:hover::before {
    width: 100%;
}
.mob--home-swiper .homeSwpier .btn-list .btn:hover a {
    color: #ffffff;
}
.mob--home-swiper .homeSwpier .btn-list .btn {
    height: 2.46667rem;
    width: 21.66667rem;
    color: #ffffff;
    font-size: 0.93333rem;
}
.mob--home-swiper .homeSwpier .btn-list .btn::after {
    border-color: #ffffff;
}
.mob--home-swiper .homeSwpier::part(bullet) {
    width: 1.33333rem;
    height: 0.1rem;
}
.mob--home-swiper .homeSwpier::part(bullet-active) {
    width: 3.13333rem;
    height: 0.1rem;
}
.mob--home-swiper .next {
    width: 2.66667rem;
    margin-left: -1.33333rem;
    bottom: 2%;
}
}