/*order-option*/
.p06-product-appointment img {
  width: 100%;
  height: 100%;
  display: block;
}

.p06-product-appointment .p06-media {
  position: relative;
  font-size: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 991px) {
  .p06-product-appointment .p06-only-can-img img, .p06-only-can-video video {
    height: 100%;
    min-height: 40vw;
    max-height: 56.25vw;
  }
}
.p06-product-appointment .p06-only-can-img, .p06-product-appointment .p06-only-can-video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment .p06-only-can-img img, .p06-product-appointment .p06-only-can-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p06-product-appointment .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.p06-product-appointment .byd-product-detail-page-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p06-product-appointment .product-last-img {
  position: relative;
  font-size: 0;
  color: #fff;
}

.p06-product-appointment .product-last-img .product-last-img-contant {
  position: absolute;
  width: 1440px;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p06-product-appointment .product-last-img .product-last-img-contant h3 {
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 600;
}

.p06-product-appointment .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p06-product-appointment .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p06-product-appointment .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.p06-product-appointment .byd-product-detail-page-btns a{
  display: block;
  min-width: 200px;
  text-align: center;
}

.p06-product-appointment .text-color-black {
  color: #000;
}

.byd-page .p06-product-appointment .btn + .btn {
  margin-left: 67px;
}

@media screen and (max-width: 991px) {
  .p06-product-appointment .byd-product-detail-page-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .p06-product-appointment .p06-media {
    height: 200vw;
  }
  .p06-product-appointment .byd-product-detail-page-btns button {
    width: 53.333333vw;
  }

  .p06-product-appointment .byd-product-detail-page-btns a{
    display: block;
    width: 86%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 3.611111vw;
  }

  .p06-product-appointment .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .p06-product-appointment .product-last-img .product-last-img-contant {
    width: 86%;
    max-width: 86%;
    top: 27.777778vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .p06-product-appointment .product-last-img .product-last-img-contant h3 {
    font-size: 4.444444vw;
    margin-bottom: 8.333333vw;
    text-align: center;
    padding-left: 0;
  }
  .byd-page .p06-product-appointment .btn + .btn {
    margin-left: 0px;
    margin-top: 5.277778vw;
  }
  .byd-page .p06-product-appointment .btn {
    padding: 3.472222vw;
  }
}

.p05-product-compare-content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p05-product-compare-content .specs-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.p05-product-compare-content .specs-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p05-product-compare-content .specs-tit {
  color: #fff;
}

.p05-product-compare-content .specs-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  max-width: 95%;
  position: relative;
  padding: 80px 0 60px;
}

.p05-product-compare-content .specs-tit>h2 {
  font-size: 40px;
  line-height: 1.375;
  font-weight: 600;
  text-align: center;
}

.p05-product-compare-content .specs-tit p {
  font-size: 18px;
  line-height: 1.375;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}

.p05-product-compare-content .switch {
  text-align: right;
  margin-top: 40px;
  opacity: 0;
  pointer-events: none;
}

.p05-product-compare-content .switch.is-show {
  opacity: 1;
  pointer-events: all;
}

.p05-product-compare-content .switch>div {
  width: 32px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p05-product-compare-content .switch>div>div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p05-product-compare-content .compare-active {
  left: 50% !important;
}

.p05-product-compare-content .compare-bg {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

@media (max-width: 991px) {
  .p05-product-compare-content .specs-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .p05-product-compare-content .specs-bg {
    width: 100%;
  }

  .p05-product-compare-content .specs-tit>h2 {
    font-size: 4.444444vw;
  }

  .p05-product-compare-content .specs-tit p {
    font-size: 3.333333vw;
    margin-left: 2vw;
  }

  .p05-product-compare-content .switch>div>div {
    width: 2.777778vw;
    height: 2.777778vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p05-product-compare-content .switch>div {
    width: 5vw;
    height: 2.5vw;
    border-radius: 15px;
  }

  .p05-product-compare-content .specs-content {
    width: 86.111111vw;
    max-width: 100%;
    padding: 10.833333vw 0 10.833333vw;
  }

  .p05-product-compare-content .switch {
    margin-top: 7.916667vw;
  }
}

.p05-product-compare-content .p05-product-add-new-des {
  margin: auto;
  width: 100%;
  max-width: 95%;
  font-size: 12px;
  z-index: 10;
  color: #fff;
  position: relative;
  min-height: 60px;
  padding-bottom: 16px;
}

.p05-product-compare-content .p05-product-add-new-des .new-des-in-left {
  width: 48%;
  line-height: 1.375;
  left: 0;
  bottom: 0;
}

.p05-product-compare-content .p05-product-add-new-des .new-des-in-right {
  width: 48%;
  line-height: 1.375;
  margin-left: auto;
  bottom: 0;
}

@media (max-width: 991px) {
  .p05-product-compare-content .p05-product-add-new-des {
    padding-bottom: 4.4444444vw;
    width: 100%;
    max-width: 86%;
    font-size: 3.3333333333vw;
    min-height: 8.333333vw;
  }

  .p05-product-compare-content .p05-product-add-new-des .new-des-in-left {
    width: 100%;
  }

  .p05-product-compare-content .p05-product-add-new-des .new-des-in-right {
    width: 100%;
  }
}

.p05-product-compare-content .specs-list {
  margin: 30px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  width: 100%;
  position: relative;
  max-height: 720px;
  overflow: hidden;
}

.p05-product-compare-content .specs-list-content {
  position: relative;
  background-color: rgba(22, 24, 28, 0.9);
  width: 100%;
  display: inline-block;
  height: 100%;
  overflow: auto;
  max-height: 720px;
}

.p05-product-compare-content .specs-list-content table {
  width: 100%;
  table-layout: fixed;
}

.p05-product-compare-content .specs-list-content tbody {
  width: 100%;
}

.p05-product-compare-content .specs-list-content tr {
  position: relative;
}

.p05-product-compare-content .specs-list-content td {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.9);
  line-height: 1.375;
  text-align: center;
  width: 360px;
  min-width: 360px;
}

.p05-product-compare-content .specs-list-content tr td:first-child {
  position: sticky;
  -webkit-box-shadow: 20px 7px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 20px 7px 20px 0px rgba(0, 0, 0, 0.35);
  z-index: 22;
  width: 360px;
  text-align: left;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  background-color: #16181C;
  right: 0;
}

.p05-product-compare-content .specs-list-content tr:first-child td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 22223;
  background-color: #111214;
  padding: 30px 0 30px 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p05-product-compare-content .specs-list-content tr:first-child {
  position: sticky;
  top: 0;
  background-color: #111214;
  z-index: 222;
}

.p05-product-compare-content .specs-list-content tr:first-child td {
  line-height: 1.375;
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 0;
  font-weight: 600;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar-thumb {
  background-color: #707070;
}

.p05-product-compare-content .specs-list-content::-webkit-scrollbar-track {
  background-color: transparent;
}

.p05-product-compare-content ::-webkit-scrollbar-corner {
  background-color: transparent;
}

.p05-product-compare-content table {
  border-collapse: initial;
}

.p05-product-compare-content td {
  vertical-align: middle;
}

.p05-product-compare-content .animation-out-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p05-product-compare-content .animation-dom-aitive {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .p05-product-compare-content .specs-list-content td {
    padding: 3.472222vw 2vw !important;
    text-align: center;
    padding-left: 0;
    width: 43.055556vw !important;
    min-width: 43.055556vw !important;
  }

  .p05-product-compare-content .specs-list {
    margin: 4.166667vw auto 0;
    font-size: 3.333333vw;
    max-height: 144.055556vw;
  }

  .p05-product-compare-content .specs-list-content {
    max-height: 144.055556vw;
  }

  .p05-product-compare-content .specs-list-content tr td:first-child {
    padding-left: 0;
    text-align: center;
  }

  .p05-product-compare-content .specs-list-content tr:first-child td:first-child {
    padding: 2.777778vw 0;
  }

  .p05-product-compare-content .specs-list-content tr:first-child td {
    font-size: 4.444444vw;
    padding: 2.777778vw 0 !important;
  }
}
/*order-option*/
/*order-option*/
.p04-product-card-info {
  position: relative;
  min-height: 44.2708333333vw;
}

.p04-product-card-info .blackTxt {
  color: #000 !important;
}

.p04-product-card-info img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.innovative-technology-bg {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding-bottom: 5.7291666667vw;
}

.innovative-technology-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.p04-product-card-info-media {
  position: relative;
  font-size: 0;
  margin-bottom: 3vh;
}

.p04-product-card-info-section {
  text-align: center;
  position: relative;
  width: 100%;
}

.p04-product-card-info-des {
  display: inline-block;
  color: #ffffff;
  font-size: 0.9375vw !important;
  text-align: left;
  width: 86%;
  margin: 5.7291666667vw 5% 5.2083333333vw 5%;
}

.p04-product-card-info video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p04-product-card-info .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 10px;
  cursor: pointer;
}

.p04-product-card-info .innovative-technology {
  position: relative;
  font-size: 0;
  color: #ffffff;
}

.p04-product-card-info .innovative-technology h2 {
  left: 0;
  right: 0;
  margin: auto;
  width: 86%;
  max-width: 86%;
  text-align: center;
  font-size: 2.0833333333vw;
  top: 5.7291666667vw;
  font-weight: 600;
}

.p04-product-card-info .des-container {
  width: 86%;
  max-width: 86%;
  margin: auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p04-product-card-info .innovative-technology .Innovative-product-bg {
  width: 55%;
}

.p04-product-card-info .innovative-technology .innovative-technology-coancent {
  list-style: disc;
  line-height: 1.6;
  width: 40%;
  text-align: left;
}

.p04-product-card-info .innovative-technology .innovative-technology-coancent li {
  margin-bottom: 2vw;
  font-size: 1.0416666667vw;
  list-style-type: none;
  word-wrap: break-word;
}

.p04-product-card-info .innovative-technology .innovative-technology-coancent li:hover {
  opacity: 0.8;
}

.p04-product-card-info .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p04-product-card-info .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p04-product-card-info .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.p04-product-card-info .text-color-black {
  color: #000;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: inherit;
  margin-top: 2vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.byd-p04-kvBanner-container .byd-background-img .h01-media {
  height: 23.4375vw;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 1366px) {
  .p04-product-card-info .innovative-technology .innovative-technology-coancent li {
    font-size: 16px !important;
    margin-bottom: 30px;
    padding-right: 10px;
    list-style-type: none;
  }
  .byd-p04-kvBanner-container .byd-background-img .h01-media video,
  .byd-p04-kvBanner-container .byd-background-img .h01-media img {
    width: 100%;
    height: 42.4597364568vw;
    -webkit-transition: 10s;
    transition: 10s;
  }
  .p04-product-card-info-des {
    display: inline-block;
    color: #ffffff;
    font-size: 1.317715959vw !important;
    text-align: left;
    padding-bottom: 2vh;
    width: 90%;
    margin: 8.0527086384vw 5% 6.588579795vw 5%;
  }
  .p04-product-card-info-media {
    position: relative;
    font-size: 0;
    margin-bottom: 1vh;
  }
  .p04-product-card-info-des li {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 1200px) {
  .p04-product-card-info .innovative-technology .innovative-technology-coancent li {
    font-size: 16px !important;
    margin-bottom: 20px;
    list-style-type: none;
  }
  .byd-p04-kvBanner-container .byd-background-img .h01-media video,
  .byd-p04-kvBanner-container .byd-background-img .h01-media img {
    width: 100%;
    height: 48.3333333333vw;
    -webkit-transition: 10s;
    transition: 10s;
  }
  .p04-product-card-info-des {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5vw;
    text-align: left;
    width: 90%;
    margin: 9.1666666667vw 5% 7.5vw 5%;
  }
  .p04-product-card-info-des li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .p04-product-card-info .innovative-technology .innovative-technology-coancent li {
    font-size: 16px !important;
    margin-bottom: 16px;
    list-style-type: none;
  }
  .byd-p04-kvBanner-container .byd-background-img .h01-media video,
  .byd-p04-kvBanner-container .byd-background-img .h01-media img {
    width: 100%;
    height: 56.640625vw;
    -webkit-transition: 10s;
    transition: 10s;
  }
  p04-product-card-info-des {
    display: inline-block;
    color: #ffffff;
    font-size: 2.5vw;
    text-align: left;
    width: 90%;
    margin: 10.7421875vw 5% 8.7890625vw 5%;
  }
  .p04-product-card-info-des li {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 991px) {
  .p04-product-card-info .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: inherit;
    margin-top: 1vh;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .innovative-technology-bg {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    display: block;
    padding-bottom: 0px;
  }
  .innovative-technology-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
  }
  .p04-product-card-info-media {
    position: relative;
    font-size: 0;
  }
  .p04-product-card-info .innovative-technology h2 {
    width: 86%;
    max-width: 86%;
    font-size: 4.444444vw;
    top: 6.944444vw;
    margin-bottom: 2vw;
  }
  .p04-product-card-info .des-container {
    width: 86%;
    max-width: 86%;
    top: 26%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15.2777777778vw;
  }
  .p04-product-card-info .innovative-technology .Innovative-product-bg {
    width: 100%;
  }
  .p04-product-card-info .innovative-technology .innovative-technology-coancent {
    width: 100%;
    padding-left: 4vw;
    margin-top: 4.1666666667vw;
    text-align: left;
  }
  .p04-product-card-info .innovative-technology .innovative-technology-coancent li {
    font-size: 2.7777777778vw !important;
    font-weight: 500;
  }
  .byd-p04-kvBanner-container .video-play {
    position: absolute;
    right: 90px !important;
    bottom: 40px !important;
    z-index: 20;
  }
  .p04-product-card-info-section {
    text-align: center;
    width: 100%;
  }
  .p04-product-card-info-des {
    display: inline-block;
    color: #ffffff;
    font-size: 2.5vw;
    text-align: left;
    width: 90%;
    margin: 20.8333333333vw 5% 13.8888888889vw 5%;
  }
  .p04-product-card-info-des li {
    font-size: 2.5vw;
  }
}
.byd-p04-kvBanner-container {
  height: 30.2083333333vw;
  overflow: hidden;
}

.byd-p04-kvBanner-container .byd-background-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.byd-p04-kvBanner-container .background-wrapper {
  height: 100% !important;
}

.byd-p04-kvBanner-container .byd-background-img .h01-media video,
.byd-p04-kvBanner-container .byd-background-img .h01-media img {
  width: 100%;
  height: 30.2083333333vw;
  -webkit-transition: 10s;
  transition: 10s;
}

.byd-p04-kvBanner-container .byd-background-img .h01-media video,
.byd-p04-kvBanner-container .byd-background-img .h01-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.byd-p04-kvBanner-container .byd-title {
  position: absolute;
  font-size: 68px;
  font-weight: 700;
  line-height: 90px;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 85%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.byd-p04-kvBanner-container .text-black {
  color: #000;
}

.byd-p04-kvBanner-container .text-white {
  color: #fff;
}

.byd-p04-kvBanner-container .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.title-container {
  top: 110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.byd-p04-kvBanner-container .byd-page-new-text-desc {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  text-align: center;
}

.byd-p04-kvBanner-container .byd-title .title-icon {
  margin-right: 18px;
}

.byd-p04-kvBanner-container .byd-title h2 {
  width: auto;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.375;
  text-align: center;
}

.byd-p04-kvBanner-container .byd-title img {
  width: 60px;
  height: 60px;
}

.byd-page .btn + .btn {
  margin-left: 0;
}

.byd-p04-kvBanner-container .byd-page-button {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.byd-p04-kvBanner-container .byd-page-button .btn {
  margin: 0 33px;
  min-width: 200px;
  max-width: 600px;
  border-radius: 0;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* swiper-pagination */
.byd-p04-kvBanner-container .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 12px;
  background-color: #ccc;
  opacity: 1;
  border-radius: 6px;
}

.byd-p04-kvBanner-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #7a8080;
}

.byd-p04-kvBanner-container .swiper .swiper-pagination .swiper-pagination-bullet-active:hover {
  -webkit-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}

.byd-p04-kvBanner-container .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* mob */
@media (max-width: 991px) {
  .byd-p04-kvBanner-container .video-play {
    bottom: auto;
    right: auto;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .byd-p04-kvBanner-container {
    height: auto;
  }
  .byd-p04-kvBanner-container .byd-title h2 {
    font-size: 8.8888888889vw;
  }
  .byd-p04-kvBanner-container .byd-page-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .byd-p04-kvBanner-container .byd-background-img .h01-media {
    width: 100%;
    height: 48.4722222222vw;
  }
  .byd-p04-kvBanner-container .byd-background-img .h01-media img {
    width: 100%;
    height: 100%;
    max-height: 397px;
    -webkit-transition: 10s;
    transition: 10s;
  }
  .byd-p04-kvBanner-container .byd-page-button .btn {
    margin-bottom: 8px;
  }
  .byd-p04-kvBanner-container .byd-page-new-text-desc {
    font-size: 4.266667vw;
    line-height: 6.133333vw;
    margin-top: 2.666667vw;
  }
  .byd-p04-kvBanner-container .byd-title {
    height: 100%;
    top: 0;
    font-size: 6.666667vw;
    line-height: 8.333333vw;
    z-index: 10;
  }
  .byd-p04-kvBanner-container .title-container {
    top: 132px;
    width: 100%;
  }
  .byd-p04-kvBanner-container .text {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .byd-p04-kvBanner-container .byd-title .title-icon {
    width: 8.333333vw;
    height: 8.333333vw;
    margin-right: 2.777778vw;
  }
  .byd-p04-kvBanner-container .byd-title img {
    width: 8.333333vw;
    height: 8.333333vw;
    margin-top: 0;
  }
  .byd-p04-kvBanner-container .btn.btn-arrow::after {
    display: none;
  }
}
.byd-p04-kvBanner-container .video-play {
  position: absolute;
  right: 64px;
  bottom: 64px;
  z-index: 20;
}

.button-voice {
  position: absolute;
  bottom: 20px;
  right: 2vw;
  width: 1.25vw;
  height: 1.25vw;
  cursor: pointer;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}
/*order-option*/
.p03-img-text-popup img {
  width: 100%;
  height: 100%;
  display: block;
}

.p03-img-text-popup .p03-media,
.p03-img-text-popup,
.p03-img-text-popup .p03-child-media {
  position: relative;
  font-size: 0;
}

.p03-img-text-popup .p03-media {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.p03-img-text-popup .p03-only-can-img {
  height: 100%;
}

.p03-img-text-popup .p03-media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.p03-img-text-popup video {
  width: 100%;
}

.p03-img-text-popup .world-class-design-team {
  height: 56.25vw;
  position: relative;
  color: #fff;
}

.p03-img-text-popup .world-class-contant {
  width: 1064px;
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5.7291666667vw;
  text-align: center;
}

.p03-img-text-popup .world-class-contant h2 {
  font-size: 40px;
  line-height: 1.375;
  margin-bottom: 16px;
  font-weight: 600;
}

.p03-img-text-popup .world-class-contant .world-class-txt {
  font-size: 16px;
  line-height: 1.6;
}

.p03-img-text-popup .world-class-contant .world-class-txt-commont {
  font-size: 14px;
  margin-top: 10px;
}

.p03-img-text-popup .p03-popup-container {
  position: relative;
  bottom: 88px;
  z-index: 100;
  font-size: 0;
}

.p03-img-text-popup .p03-open-prompt-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 52px;
  z-index: 110;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.p03-img-text-popup .world-class-contant-open {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 100%;
  font-size: 38px;
  color: #7D7D7D;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  -moz-transform: scale(1, 1) rotate(0deg);
  -webkit-transform: scale(1, 1) rotate(0deg);
  -o-transform: scale(1, 1) rotate(0deg);
  z-index: 100;
  -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
}

.p03-img-text-popup .world-class-contant-close {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -o-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
  transform: scale(1, 1) rotate(45deg);
  -ms-transform: scale(1, 1) rotate(45deg);
  -moz-transform: scale(1, 1) rotate(45deg);
  -webkit-transform: scale(1, 1) rotate(45deg);
  -o-transform: scale(1, 1) rotate(45deg);
}

.p03-img-text-popup .world-class-contant-open:hover {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
}

/* pc- 5 */
.p03-img-text-popup .product-details-item {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
  z-index: -1;
  position: relative;
}

.p03-img-text-popup .product-details-open {
  max-height: 4000px;
  overflow: hidden;
  -webkit-transform: translateY(131px);
  transform: translateY(131px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  position: relative;
}

.p03-img-text-popup .product-details-item ul {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 9.416667vw;
}

.p03-img-text-popup .product-details-item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.6875vw;
}

.p03-img-text-popup .product-details-item li > div {
  width: 50%;
}

.p03-img-text-popup .img-in-left .product-details-show-txt {
  padding-left: 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p03-img-text-popup .img-in-right .product-details-show-txt {
  padding-right: 5vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p03-img-text-popup .product-details-show-txt h3 {
  color: #000000;
  font-size: 24px;
  line-height: 1.375;
  margin-bottom: 45px;
  font-weight: 600;
}

.p03-img-text-popup .product-details-show-txt > div {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.p03-img-text-popup .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.p03-img-text-popup .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p03-img-text-popup .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p03-img-text-popup .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.p03-img-text-popup .p03-open-btn-container {
  position: sticky;
  top: 150px;
}

.p03-img-text-popup .text-color-black {
  color: #000000;
}

@media screen and (max-width: 991px) {
  .p03-img-text-popup .p03-open-prompt-text {
    font-size: 3.5vw;
    line-height: 1;
    top: 13.0555555556vw;
  }
  .p03-img-text-popup .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .p03-img-text-popup .world-class-design-team {
    height: 200vw;
  }
  .p03-img-text-popup .world-class-contant {
    max-width: 86.111111vw;
    top: 18.333333vw;
  }
  .p03-img-text-popup .world-class-contant h2 {
    font-size: 4.444444vw;
    margin-bottom: 5.555556vw;
  }
  .p03-img-text-popup .world-class-contant .world-class-txt {
    font-size: 3.333333vw;
  }
  .p03-img-text-popup .world-class-contant .world-class-txt-commont {
    font-size: 3.0555555556vw;
  }
  .p03-img-text-popup .p03-open-btn-container {
    top: 27.777778vw;
  }
  .p03-img-text-popup .p03-popup-container {
    bottom: 20.138889vw;
  }
  .p03-img-text-popup .world-class-contant-open {
    width: 10.138889vw;
    height: 10.138889vw;
    line-height: 10.138889vw;
    font-size: 6.944444vw;
  }
  .p03-img-text-popup .product-details-open {
    max-height: 6000px;
    -webkit-transform: translateY(30.8125vw);
    transform: translateY(30.8125vw);
  }
  .p03-img-text-popup .product-details-item ul {
    width: 86%;
    max-width: 86%;
    margin-top: 18.888889vw;
    margin-bottom: 13.888889;
  }
  .p03-img-text-popup .product-details-item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25.277778vw;
  }
  .p03-img-text-popup .product-details-item .img-in-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p03-img-text-popup .product-details-item li > div {
    width: 100%;
  }
  .p03-img-text-popup .img-in-left .product-details-show-txt {
    padding-left: 0;
  }
  .p03-img-text-popup .img-in-right .product-details-show-txt {
    padding-right: 0;
  }
  .p03-img-text-popup .product-details-show-txt h3 {
    font-size: 3.888889vw;
    margin-bottom: 3.472222vw;
    text-align: center;
  }
  .p03-img-text-popup .product-details-show-txt > div {
    font-size: 3.333333vw;
    text-align: center;
  }
  .p03-img-text-popup .product-details-item .product-details-show-img-container {
    margin-bottom: 5.555556vw;
  }
  .p03-img-text-popup .world-class-contant-open:hover {
    background: #fff;
    color: #7d7d7d;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.57);
  }
}

.p02-sell-point {
  overflow: hidden;
  color: #ffffff;
}

.p02-sell-point img {
  width: 100%;
  height: 100%;
  display: block;
}

.p02-sell-point .p02-only-can-img,
.p02-sell-point .p02-only-can-video {
  height: 100%;
}

.p02-sell-point .byd-product-detail-page-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p02-sell-point .byd-product-detail-page-btns a {
  display: block;
  min-width: 200px;
  text-align: center;
}

.p02-sell-point .pc-show {
  display: block;
}

.p02-sell-point .performance-benchmark {
  position: relative;
  font-size: 0;
}

.p02-sell-point .performance-benchmark .performance-benchmark-concent {
  position: absolute;
  width: 1064px;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 5.7291666667vw;
  margin: auto;
  text-align: center;
}

.p02-sell-point .performance-benchmark .performance-benchmark-concent1 {
  position: absolute;
  width: 30%;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 5.7291666667vw;
  margin: auto;
  text-align: center;
}

.p02-sell-point .performance-benchmark-concent .banner-img {
  width: 20%;
  margin: 0 auto;
}

.p02-sell-point .performance-benchmark-concent .width-25 {
  width: 25% !important;
  margin: 0 auto;
}

.p02-sell-point .performance-benchmark-concent .width-30 {
  width: 30% !important;
  margin: 0 auto;
}

.p02-sell-point .performance-benchmark-concent .width-35 {
  width: 35% !important;
  margin: 0 auto;
}

.p02-sell-point .performance-benchmark-concent .banner-img img {
  width: 100%;
  height: auto;
}

.p02-sell-point .performance-benchmark-concent h2 {
  font-size: 40px;
  line-height: 1.375;
  margin-bottom: 16px;
  font-weight: 600;
}

.p02-sell-point .performance-benchmark-concent .performance-benchmark-txt {
  font-size: 16px;
  line-height: 1.6;
}

.p02-sell-point .performance-benchmark-concent .performance-benchmark-comment {
  font-size: 14px;
  margin-top: 10px;
}

.p02-sell-point .performance-benchmark-list {
  position: absolute;
  top: 25.1458vw;
  width: 1440px;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}

.p02-sell-point .performance-benchmark-list li {
  border-left: 1px solid #ffffff;
  padding-left: 30px;
  margin-bottom: 3.125vw;
}

.p02-sell-point .performance-benchmark-list li h3 {
  font-size: 32px;
  line-height: 1.375;
  margin-bottom: 10px;
  font-weight: 600;
}

.p02-sell-point .performance-benchmark-list li p {
  font-size: 16px;
  line-height: 1.6;
}

.p02-sell-point .performance-benchmark-btns-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3.3333333333vw;
}

.p02-sell-point .p02-media {
  position: relative;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) {
  .p02-sell-point .p02-only-can-img img, .p02-only-can-video video {
    height: 100%;
    min-height: 40vw;
    max-height: 56.25vw;
  }
}
.p02-sell-point .p02-media img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p02-sell-point .p02-media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.byd-page .p02-sell-point .btn + .btn {
  margin-left: 67px;
}

.p02-sell-point .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.p02-sell-point .animation-true-dom {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}

.p02-sell-point .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p02-sell-point .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.byd-page .p02-sell-point .text-color-black {
  color: black;
}

.p02-sell-point .p02-product-add-new-des {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 95%;
  font-size: 12px;
  z-index: 10;
}

.p02-sell-point .p02-product-add-new-des .new-des-in-left {
  width: 48%;
  line-height: 1.375;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p02-sell-point .p02-product-add-new-des .new-des-in-right {
  width: 48%;
  line-height: 1.375;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1366px) {
  .p02-sell-point .performance-benchmark-list {
    top: 23.1458vw;
  }
  .p02-sell-point .performance-benchmark-list li h3 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .p02-sell-point .performance-benchmark-list {
    top: 23.1458vw;
  }
  .p02-sell-point .performance-benchmark-list li h3 {
    font-size: 38px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p02-sell-point .performance-benchmark-concent h2 {
    margin-bottom: 20px;
  }
  .p02-sell-point .performance-benchmark-list {
    top: 23.1458vw;
  }
  .p02-sell-point .performance-benchmark-list li h3 {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .p02-sell-point .p02-media {
    height: 200vw;
  }
  .p02-sell-point .pc-show {
    display: none;
  }
  .p02-sell-point .byd-product-detail-page-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p02-sell-point .byd-product-detail-page-btns a {
    width: 53.333333vw;
    font-size: 3.611111vw;
  }
  .p02-sell-point .performance-benchmark .performance-benchmark-concent {
    width: 86%;
    top: 26.111111vw;
  }
  .p02-sell-point .performance-benchmark .performance-benchmark-concent1 {
    width: 86%;
    top: 26.111111vw;
  }
  .p02-sell-point .performance-benchmark-concent .banner-img {
    width: 86% !important;
    margin: 0 auto;
  }
  .p02-sell-point .performance-benchmark-concent h2 {
    font-size: 4.444444vw;
    margin-bottom: 5.555556vw;
  }
  .p02-sell-point .performance-benchmark-concent .performance-benchmark-txt {
    font-size: 3.333333vw;
  }
  .p02-sell-point .performance-benchmark-concent .performance-benchmark-comment {
    font-size: 3.0555555556vw;
  }
  .p02-sell-point .performance-benchmark-list {
    position: absolute;
    top: 91.388889vw;
    left: 0;
    right: 0;
    width: 86%;
    text-align: center;
    margin: auto;
  }
  .p02-sell-point .performance-benchmark-list li {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 9.722222vw;
  }
  .p02-sell-point .performance-benchmark-list li h3 {
    font-size: 4.166667vw;
    margin-bottom: 2.222222vw;
  }
  .p02-sell-point .performance-benchmark-list li p {
    font-size: 3.333333vw;
  }
  .p02-sell-point .performance-benchmark-btns-container {
    bottom: 8.333333vw;
  }
  .p02-sell-point .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .byd-page .p02-sell-point .btn {
    padding: 3.472222vw 0;
  }
  .byd-page .p02-sell-point .btn + .btn {
    margin-left: 0px;
    margin-top: 5.277778vw;
  }
  .byd-page .p02-sell-point .text-color-black {
    color: black;
  }
  .p02-sell-point .p02-product-add-new-des {
    position: absolute;
    bottom: 4.4444444444vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 86%;
    font-size: 3.3333333333vw;
    z-index: 10;
  }
  .p02-sell-point .p02-product-add-new-des .new-des-in-left {
    width: 100%;
    line-height: 1.375;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p02-sell-point .p02-product-add-new-des .new-des-in-right {
    width: 100%;
    line-height: 1.375;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/*order-option*/
.p01-product-banner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.p01-product-banner .product-banner {
  position: relative;
  overflow: hidden;
  font-size: 0;
  color: #fff;
}

.p01-product-banner .p01-media {
  position: relative;
  font-size: 0;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.p01-product-banner .performance-benchmark-concent {
  position: absolute;
  width: 1064px;
  max-width: 90%;
  left: 0;
  right: 0;
  top: 5.7291666667vw;
  margin: auto;
  text-align: center;
}

.p01-product-banner .performance-benchmark-concent h2 {
  font-size: 40px;
  line-height: 1.375;
  margin-bottom: 16px;
  font-weight: 600;
}

.p01-product-banner .performance-benchmark-concent .performance-benchmark-txt {
  font-size: 24px;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 10px;
}

.p01-product-banner .performance-benchmark-concent .performance-benchmark-txt .font-weight {
  font-weight: 600;
}

@media (min-width: 991px) {
  .p01-product-banner .p01-only-can-img img,
  .p01-only-can-video video {
    width: 100%;
    height: 100%;
    min-height: 40vw;
    max-height: 56.25vw;
  }
}
.p01-product-banner .p01-media .p01-only-can-video,
.p01-product-banner .p01-media .p01-only-can-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p01-product-banner .video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 75px;
  height: 75px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  background: none;
}

.p01-product-banner .video-play-active {
  opacity: 0;
}

.p01-product-banner .product-introduction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 1440px;
  max-width: 90%;
}

.p01-product-banner .product-introduction li {
  position: relative;
  min-width: 400px;
}
@media (min-width: 991px) and (max-width: 1214px) {
  .p01-product-banner .product-introduction li {
    min-width: 248px;
  }
}
@media (min-width: 1215px) and (max-width: 1500px) {
  .p01-product-banner .product-introduction li {
    min-width: 312px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .p01-product-banner .product-introduction li {
    min-width: 380px;
  }
}

.p01-product-banner .product-introduction li .border-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #707070;
  height: 80%;
}

.p01-product-banner .product-introduction li:last-child .border-line {
  background: none;
}

.p01-product-banner .product-introduction li h3 {
  font-size: 32px;
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 18px;
}

.p01-product-banner .product-introduction li p {
  font-size: 16px;
  line-height: 1.375;
}

.p01-product-banner .product-banner video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p01-product-banner .product-add-new-des {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 95%;
  font-size: 12px;
  z-index: 10;
}

.p01-product-banner .product-add-new-des .new-des-in-left {
  width: 48%;
  line-height: 1.375;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p01-product-banner .product-add-new-des .new-des-in-right {
  width: 48%;
  line-height: 1.375;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p01-product-banner .animation-true-dom {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.p01-product-banner .animation-dom-aitive .animation-true-dom {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p01-product-banner .popup-video-button {
  cursor: pointer;
  background-color: inherit;
  width: 100%;
}

.byd-page .p01-product-banner .text-color-black {
  color: black;
}

@media screen and (max-width: 991px) {
  .p01-product-banner .p01-media {
    height: 200vw;
  }
  .p01-product-banner .performance-benchmark-concent h2 {
    font-size: 7.444444vw;
    margin-bottom: 2.555556vw;
  }
  .p01-product-banner .performance-benchmark-concent .performance-benchmark-txt {
    margin-bottom: 2.666667vw;
  }
  .p01-product-banner .product-banner .product-introduction {
    top: 45.833333vw;
    bottom: auto;
    max-width: 86.416667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p01-product-banner .product-introduction li:nth-child(n+5) {
    display: none;
  }
  .p01-product-banner .product-introduction li:nth-child(n+4) .border-line {
    display: none;
  }
  .p01-product-banner .product-introduction li:nth-child(2) .border-line {
    display: none;
  }
  .p01-product-banner .product-introduction li {
    padding: 0 4.166667vw;
    width: 50%;
    min-width: unset;
    margin-bottom: 5vw;
  }
  .p01-product-banner .product-introduction li h3 {
    font-size: 4.444444vw;
    margin-bottom: 0;
    min-width: 80px;
    text-align: left;
  }
  .p01-product-banner .product-introduction li p {
    font-size: 3.333333vw;
    text-align: left;
  }
  .p01-product-banner .video-play {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  .byd-page .p01-product-banner .text-color-black {
    color: black;
  }
  .p01-product-banner .product-add-new-des {
    position: absolute;
    bottom: 4.4444444444vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 86%;
    font-size: 3.3333333333vw;
    z-index: 10;
  }
  .p01-product-banner .product-add-new-des .new-des-in-left {
    width: 100%;
    line-height: 1.375;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p01-product-banner .product-add-new-des .new-des-in-right {
    width: 100%;
    line-height: 1.375;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
