/*order-option*/
/*order-option*/
.aboutBYD-cardSwitch {
  width: 85vw;
  margin: 50px auto;
}
.aboutBYD-cardSwitch .card-container {
  margin-bottom: 40px;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img {
  width: 120%;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img picture {
  width: 100%;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img picture img {
  width: 100%;
  height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-txt {
  width: 80%;
  padding: 10px 50px;
  color: #252728;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-txt .txt-title {
  margin-bottom: 20px;
  font-size: 26px !important;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-txt .txt-desc {
  margin-top: 10px;
  font-size: 16px !important;
}
.aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-txt .txt-desc span {
  font-weight: 900;
}
.aboutBYD-cardSwitch .switchButton-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutBYD-cardSwitch .switchButton-container .switchButton {
  cursor: pointer;
  width: 100%;
  padding: 25px 12.5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279px) {
  .aboutBYD-cardSwitch {
    margin: 0 auto;
    padding: 50px 0;
  }
  .aboutBYD-cardSwitch .card-container .cardSwitch-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img {
    width: 100%;
  }
  .aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img picture {
    width: 100%;
  }
  .aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-img picture img {
    width: 100%;
    height: 49vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .aboutBYD-cardSwitch .card-container .cardSwitch-card .cardSwitch-txt {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .aboutBYD-cardSwitch {
    width: 100%;
    height: calc(var(--maxContainerHeight) + 100px);
    padding: 50px 10vw;
    background-color: #f7f7f7;
    position: relative;
  }
  .aboutBYD-cardSwitch .containerMob {
    height: var(--maxContainerHeight);
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper {
    height: var(--maxContainerHeight);
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper {
    height: var(--maxContainerHeight);
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide {
    height: var(--maxContainerHeight);
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide .card-container {
    margin-bottom: 0;
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide .card-container .cardSwitch-card .cardSwitch-txt {
    padding: 10px 0;
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide .card-container .cardSwitch-card .cardSwitch-txt .txt-title {
    margin-top: 40px;
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide .card-container .cardSwitch-card .cardSwitch-txt .txt-desc {
    font-size: 14px !important;
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper-operation .cardSwitch-swiper-pagination {
    bottom: calc(var(--maxContainerHeight) - 49vw + 12px);
  }
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper-operation .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 25px;
    background-color: #252728;
  }
}
@media screen and (max-width: 430px) {
  .aboutBYD-cardSwitch .containerMob .cardSwitch-swiper .cardSwitch-swiper-wrapper .cardSwitch-swiper-slide .card-container .cardSwitch-card .cardSwitch-txt .txt-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}