.afterSale-banner {
  position: relative;
}
.afterSale-banner .image-or-video-bottom {
  position: static;
}
.afterSale-banner .body-title {
  position: absolute;
  z-index: 2;
  padding: 6.77083vw 3.125vw 4.16667vw;
  text-align: center;
}
.afterSale-banner .body-title h1 {
  font-family: "BYDcv";
  font-weight: 400;
  font-size: 2.5vw;
  color: #ffffff;
  line-height: 3.48958vw;
  margin-bottom: 1.04167vw;
}
.afterSale-banner .body-title p {
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.71875vw;
}
.afterSale-banner .body-title .btn-list {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  position: absolute;
  bottom: 6.25vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.afterSale-banner .body-title .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;
}
.afterSale-banner .body-title .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;
}
.afterSale-banner .body-title .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;
}
.afterSale-banner .body-title .btn-list .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #da251c;
  transition: width 0.3s;
  z-index: 1;
}
.afterSale-banner .body-title .btn-list .btn:hover::before {
  width: 100%;
}
.afterSale-banner .body-title .btn-list .btn:hover a {
  color: #ffffff;
}
.afterSale-banner .body-title .btn-list .btn {
  width: 13.54167vw;
  height: 2.70833vw;
  color: #ffffff;
}
.afterSale-banner .body-title .btn-list .btn::after {
  border-color: #ffffff;
}
.afterSale-banner .body-title .btn-list .btn:nth-child(2n) {
  background: rgba(255, 255, 255, 0.6);
  color: #393939;
}
.afterSale-banner .body-title .btn-list .btn:nth-child(2n)::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.afterSale-banner .top-left {
  top: 0;
  left: 0;
  text-align: left;
}
.afterSale-banner .top-right {
  top: 0;
  right: 0;
  text-align: right;
}
.afterSale-banner .top-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.afterSale-banner .center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
}
.afterSale-banner .center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.afterSale-banner .center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
}
.afterSale-banner .bottom-left {
  bottom: 0;
  left: 0;
  text-align: left;
}
.afterSale-banner .bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.afterSale-banner .bottom-right {
  bottom: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--afterSale-banner .body-title {
    padding: 4.33333rem 1.66667rem 2.66667rem;
}
.mob--afterSale-banner .body-title h1 {
    font-family: "BYDcv";
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 2.23333rem;
    margin-bottom: 0.66667rem;
}
.mob--afterSale-banner .body-title p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.1rem;
}
.mob--afterSale-banner .body-title .btn-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    bottom: 6.66667rem;
}
.mob--afterSale-banner .body-title .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--afterSale-banner .body-title .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--afterSale-banner .body-title .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--afterSale-banner .body-title .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--afterSale-banner .body-title .btn-list .btn:hover::before {
    width: 100%;
}
.mob--afterSale-banner .body-title .btn-list .btn:hover a {
    color: #ffffff;
}
.mob--afterSale-banner .body-title .btn-list .btn {
    height: 2.46667rem;
    width: 21.66667rem;
    color: #ffffff;
    font-size: 0.93333rem;
}
.mob--afterSale-banner .body-title .btn-list .btn::after {
    border-color: #ffffff;
}
}