.btn.btn-outlined {
  --sk-button-bg: rgba(0, 0, 0, 0.1);
  --sk-button-bg-hover: rgba(0, 0, 0, 0);

  --sk-button-color: rgba(255, 255, 255, 1);
  --sk-button-color-hover: var(--primary-color);

  --sk-button-border-color: rgba(255, 255, 255, 0.5);
  --sk-button-border-color-hover: var(--primary-color);
}

.mod {
  padding: 1rem 0;
}

.summary {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.96rem;
  text-align: center;
  line-height: 1.667;
  padding-top: 0.32rem;
}

@media only screen and (max-width: 767px) {
  .mod {
    padding: 36px 0;
  }

  .summary {
    text-align: left;
    margin-bottom: 36px;
  }
}

.row-banner {
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}

.row-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.row-banner .meta {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: var(--global-header-height);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-product1 .row-banner .meta {
  justify-content: flex-start;
}

.row-banner .txt-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-product1 .row-banner .txt-area {
  padding-top: 6vh;
}

.row-banner .title {
  font-size: 0.64rem;
}

.page-product1 .row-banner .title {
  font-size: 0.48rem;
  margin-bottom: 0.12rem;
}

.page-product2 .row-banner .title {
  margin-bottom: 7vh;
}

.page-product3 .row-banner .title {
  margin-bottom: 4vh;
}

.row-banner .desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.3rem;
}

.row-banner .focus-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-product2 .row-banner .focus-pic {
  width: 5.24rem;
}

.page-product3 .row-banner .focus-pic {
  width: 3rem;
}

.row-banner .focus-pic img {
  max-width: 100%;
  max-height: 100%;
}

.row-banner .more-area {
  position: absolute;
  left: 8%;
  bottom: 9%;
  display: none;
}

.row-banner .more {
  padding: 0 0.32rem;
}

@media only screen and (max-width: 767px) {
  .row-banner {
    height: 400px;
  }

  .row-banner .meta {
    padding-bottom: 40px;
  }

  .page-product1 .row-banner .txt-area {
    padding-top: 24px;
  }

  .row-banner .title {
    font-size: 24px;
  }

  .page-product1 .row-banner .title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .page-product2 .row-banner .title {
    margin-bottom: 20px;
  }

  .page-product3 .row-banner .title {
    margin-bottom: 20px;
  }

  .row-banner .desc {
    font-size: 16px;
  }

  .row-banner .focus-pic {
    max-height: 200px;
  }

  .row-banner .more-area {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .row-banner .more {
    padding: 0 12px;
  }
}

.pro-feature-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.36rem;
}

.pro-feature-list > li {
  box-sizing: border-box;
  padding: 0 0.36rem;
  margin-bottom: 0.72rem;
}

.pro-feature-list.col-12 > li {
  width: 50%;
}

.pro-feature-list > li .wrap {
  position: relative;
  padding-left: 1.36rem;
}

.pro-feature-list > li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
}

.pro-feature-list > li .icon img {
  width: 100%;
}

.pro-feature-list > li .title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.list-circle {
  --list-circle-text-color: rgba(153, 153, 153, 1);
  --list-circle-border-color: rgba(153, 153, 153, 1);
}

.r3 .flex-box .flex-box-right .pic-area {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .list-circle p {
    font-size: 0.16rem;
    line-height: 1.875;
    padding: 0 0 0 0.24rem;
    margin-bottom: 0;
  }

  .list-circle > li::after,
  .list-circle p::after {
    top: 0.09rem;
  }
}

@media only screen and (max-width: 767px) {
  .pro-feature-list {
    margin: 0;
  }

  .pro-feature-list > li {
    padding: 0;
    margin-bottom: 32px;
  }

  .pro-feature-list.col-12 > li {
    width: 100%;
  }

  .pro-feature-list > li .wrap {
    padding-left: 0;
  }

  .pro-feature-list > li .icon {
    width: 52px;
    top: -12px;
    left: auto;
    right: 4px;
  }

  .pro-feature-list > li .title {
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 4px;
  }
}

/* 表格 */
.table-wrapper {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}

.page-product2 .r3 .table-wrapper {
  max-width: 664px;
  margin: 0;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.24rem;
}

.info-list > li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 0.24rem;
}

.info-list-item {
  box-sizing: border-box;
}

.info-list-item .meta {
  box-sizing: border-box;
  padding: 0.24rem 0 0;
}

.info-list-item .title {
  font-size: 0.24rem;
  margin-bottom: 0.08rem;
}

.info-list-item .desc {
  color: rgba(153, 153, 153, 1);
  line-height: 1.6667;
}

@media only screen and (max-width: 767px) {
  .info-list > li {
    width: 100%;
    margin-bottom: 12px;
  }

  .info-list > li:last-child {
    margin-bottom: 0;
  }

  .info-list-item .meta {
    padding: 16px 0;
  }

  .info-list-item .title {
    font-size: 16px;
  }

  .info-list-item .desc {
    font-size: 14px;
  }
}

.overview-list {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.overview-list > li {
  box-sizing: border-box;
  width: 50%;
  padding: 0.28rem 0;
  display: flex;
  margin-bottom: 0.64rem;
}

.overview-list > li:nth-child(2),
.overview-list > li:nth-child(4) {
  justify-content: flex-end;
}

.overview-list > li .wrap {
  width: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overview-list > li .icon {
  margin-bottom: 0.32rem;
  width: 1rem;
  height: 1rem;
}

.overview-list > li .icon img {
  width: 100%;
  height: 100%;
}

.overview-list > li .title {
  font-size: 0.3rem;
}

@media only screen and (max-width: 767px) {
  .overview-list {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 24px;
  }

  .overview-list > li {
    padding: 24px 0;
    margin-bottom: 0;
  }

  .overview-list > li > .wrap {
    width: 100%;
  }

  .overview-list > li .title {
    font-size: 14px;
  }
}

.row-overview .mod {
  padding-bottom: 0.6rem;
}

.pro-area-wrap {
  position: relative;
  min-height: 5.72rem;
}

.pro-area {
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-size: 18px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
}

.pro-area {
  max-width: 6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding-bottom: 0.8rem;
}

.media-area.center {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-product2 .r3 .pic-area {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .row-overview .mod {
    padding-bottom: 24px;
  }

  .pro-area {
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  .pro-area {
    max-width: 80%;
    padding-bottom: 48px;
  }

  .media-area.center {
    height: 360px;
  }

  .page-product2 .r3 .pic-area {
    padding: 24px;
  }

  .page-product2 .r3 .pic-area img {
    max-width: 200px !important;
  }
}

.video-area {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 2.4rem;
}

.video-area .video-item {
  position: relative;
  width: 100%;
}

.video-area #pro-video {
  width: 100%;
  object-fit: cover;
}

.video-play-text {
  margin-top: 0.08rem;
  text-align: center;
}

.video-play-icon {
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ctitle%3EPlay_40x40%3C%2Ftitle%3E%3Cpath%20d%3D%22M20%20.833a19.167%2019.167%200%201%200%2019.167%2019.167%2019.167%2019.167%200%200%200-19.167-19.167z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M20%202a18%2018%200%201%201-18%2018%2018.02%2018.02%200%200%201%2018-18m0-2a20%2020%200%201%200%2020%2020%2020%2020%200%200%200-20-20zm8.072%2020.9a1.671%201.671%200%200%201-.513.513l-9.99%206.357a1.671%201.671%200%200%201-2.569-1.413v-12.715a1.671%201.671%200%200%201%202.569-1.41l9.99%206.358a1.671%201.671%200%200%201%20.513%202.31z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: 0 0;
  height: 0.36rem;
  width: 0.36rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
