.dealer-vista {
  overflow: hidden;
  position: relative;
  margin: 3.125vw;
  height: 33.33333vw;
  width: calc(100% - 6.25vw);
}
.dealer-vista .bg {
  transform: scale(1);
  animation: scaleChange 6s forwards;
}
@keyframes scaleChange {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.03);
}
}
.dealer-vista .body-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33333vw;
  height: 100%;
  z-index: 2;
  padding: 6.77083vw 2.60417vw 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
}
.dealer-vista .body-title h1 {
  font-weight: bold;
  font-size: 1.875vw;
  color: #ffffff;
  line-height: 2.44792vw;
  margin-bottom: 1.5625vw;
}
.dealer-vista .body-title p {
  font-size: 1.04167vw;
  color: #ffffff;
  line-height: 1.875vw;
}
.dealer-vista .body-title .btn-list {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  margin-top: 1.5625vw;
}
.dealer-vista .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;
}
.dealer-vista .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;
}
.dealer-vista .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;
}
.dealer-vista .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;
}
.dealer-vista .body-title .btn-list .btn:hover::before {
  width: 100%;
}
.dealer-vista .body-title .btn-list .btn:hover a {
  color: #ffffff;
}
.dealer-vista .body-title .btn-list .btn {
  width: 13.54167vw;
  height: 2.70833vw;
  color: #ffffff;
}
.dealer-vista .body-title .btn-list .btn::after {
  border-color: #ffffff;
}
.dealer-vista .body-title .btn-list .btn:nth-child(2n) {
  background: rgba(255, 255, 255, 0.6);
  color: #393939;
}
.dealer-vista .body-title .btn-list .btn:nth-child(2n)::after {
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--dealer-vista {
    margin: 2.66667rem 1.33333rem;
    height: 41.66667rem;
    width: calc(100% - 2.66667rem);
}
.mob--dealer-vista .body-title {
    padding: 10rem 0 0;
    width: 100%;
    padding: 2rem 1.33333rem;
    bottom: 0;
    top: auto;
    height: auto;
}
.mob--dealer-vista .body-title h1 {
    font-family: "BYDcv";
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.56667rem;
    margin-bottom: 0.66667rem;
}
.mob--dealer-vista .body-title p {
    font-size: 0.86667rem;
    color: #ffffff;
    line-height: 1.6rem;
}
.mob--dealer-vista .body-title .btn-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.66667rem;
}
.mob--dealer-vista .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--dealer-vista .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--dealer-vista .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--dealer-vista .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--dealer-vista .body-title .btn-list .btn:hover::before {
    width: 100%;
}
.mob--dealer-vista .body-title .btn-list .btn:hover a {
    color: #ffffff;
}
.mob--dealer-vista .body-title .btn-list .btn {
    height: 2.46667rem;
    width: 18.33333rem;
    color: #ffffff;
    font-size: 0.93333rem;
}
.mob--dealer-vista .body-title .btn-list .btn::after {
    border-color: #ffffff;
}
}