.mod,
.mod .mod-bd {
  padding: 0;
}

.row-type {
  padding: 0.8rem 0 1.2rem;
}

.row-type .mod .mod-hd {
  margin-bottom: 0.46rem;
}

.mod .mod-hd h3 {
  --mod-title-font-size: 0.48rem;
}

.button {
  --sk-button-width: 1.24rem;
  --sk-button-height: 0.3rem;
  --sk-button-font-size: 0.12rem;

  --sk-button-background: var(--square-linear-gradient);
  --sk-button-background-hover: var(--square-linear-gradient);
  --sk-button-background-active: var(--square-linear-gradient);

  border: 0 none;
}

.row-overview,
.row-advantage,
.row-banner,
.row-battery {
  box-sizing: border-box;
  height: calc(100vh - var(--global-header-height));
}

.row-banner {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.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;
}

.row-banner .more-area {
  position: absolute;
  left: 4%;
  bottom: 9%;
}

.row-banner .more {
  color: #fff;
  font-size: 0.24rem;
  line-height: 2;
  padding-right: 0.32rem;
  background-image: url(../images/icons/arrow-dot-right-white.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 0.2rem auto;
  transition: all 0.3s;
}

.row-banner .focus-pic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15.625%;
  /* width: 41.8%; */
  width: 38%;
}

.row-banner .focus-pic img {
  width: 100%;
}

.row-banner .aniTxt span {
  font-size: inherit;
  color: transparent;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 80px;
}

.row-banner .aniTxt span:after {
  content: attr(title);
  position: absolute;
  color: #fff;
  font-size: 80px;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  transition: transform 1.2s cubic-bezier(0, 0, 0, 1);
  transition-delay: 0.1s;
  transform: translate3d(0, 100%, 0);
}

.banner-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10vh 0 0;
}

.banner-box .banner-box-left {
  box-sizing: border-box;
  width: 44%;
  padding-top: 0.1rem;
  padding-left: 8%;
}

.banner-box .banner-box-right {
  box-sizing: border-box;
  width: 49%;
  padding-right: 8%;
}

.row-banner .txt1 {
  box-sizing: border-box;
  width: 3.6rem;
  display: flex;
  visibility: hidden;
}

.row-banner .txt1 img {
  max-width: 100%;
}

.row-banner .txt2 {
  visibility: hidden;
  font-size: 0.2rem;
  line-height: 2;
}

.row-banner .txt-area {
  /* padding: 14vh 6.5% 0; */
  padding: 12vh 4% 0;
}

.row-banner .txt2_1 {
  margin-bottom: 0.1rem;

  /* width: 27%; */

  width: 25%;
}

.row-banner .txt2_2 {
  /* margin-bottom: 1.12rem;
*/
  width: 24.7%;
  margin-bottom: 1rem;
}

.row-banner .txt2_3 {
  width: 46%;
  /* width: 49.6%; */
}

.page-pro3 .row-banner .title {
  padding: 8% 6.7% 6%;
}

.page-pro3 .row-banner .txt3_0 {
  width: 30%;
}

.page-pro3 .row-banner .desc {
  padding: 36px 10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-pro3 .row-banner .txt3_1 {
  width: 26%;
}

.page-pro3 .row-banner .txt3_2 {
  display: flex;
  width: 26%;
  justify-content: flex-end;
}

@media only screen and (max-width: 1600px) {
  .banner-box {
    padding: 10vh 0 0;
  }

  .banner-box .banner-box-left {
    width: 40%;
  }

  .banner-box .banner-box-right {
    width: 60%;
    padding: 0 5%;
  }

  .row-banner .txt1 {
    padding-right: 0;
  }

  .row-banner .txt1 img {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-box {
    padding-top: 15vh;
  }

  .banner-box .banner-box-left {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 24px;
  }

  .banner-box .banner-box-right {
    width: 100%;
    padding: 0 16px;
  }

  .row-banner .focus-pic {
    width: 50%;
  }

  .row-banner .txt1 img {
    width: 120px;
  }

  .row-banner .more-area {
    left: 24px;
  }

  .row-banner .more-area.center {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-pro2 .row-banner {
    height: 240px;
  }

  .page-pro3 .row-banner {
    height: 260px;
  }

  .page-pro1 .row-banner {
    height: 400px;
  }

  .page-pro1 .banner-box {
    padding-top: 24px;
  }

  .row-banner .txt2 {
    font-size: 12px;
  }

  .row-banner .txt-area {
    padding: 5vh 20px 0;
  }

  .row-banner .txt2_1 {
    margin-bottom: 0;
    width: 47%;
  }

  .row-banner .txt2_2 {
    margin-bottom: 12px;
    width: 44%;
  }

  .row-banner .txt2_3 {
    width: 60%;
  }

  .page-pro3 .row-banner .title {
    padding: 15% 24px 20px;
  }

  .page-pro3 .row-banner .txt3_0 {
    width: 50%;
  }

  .page-pro3 .row-banner .desc {
    padding: 0 24px;
  }

  .page-pro3 .row-banner .txt3_1,
  .page-pro3 .row-banner .txt3_2 {
    width: 30%;
  }
}

.type-area {
  --swiper-navigation-color: #000;

  padding: 0 0.8rem;
  margin: 0 auto;
  position: relative;
}

.type-area .swiper-button-next,
.type-area .swiper-rtl .swiper-button-prev {
  right: 0;
}

.type-area .swiper-button-prev,
.type-area .swiper-rtl .swiper-button-next {
  left: 0;
}

@media only screen and (min-width: 768px) {
  .type-area .swiper-pagination {
    display: none;
  }

  .type-area .swiper-button-next,
  .type-area .swiper-button-prev {
    display: flex;
  }
}

.type-list-item {
  box-sizing: border-box;
  background-color: rgb(240, 240, 240);
  max-width: 3.2rem;
  margin: 0 auto;
  padding: 0.32rem 0.2rem;
}

.type-list-item .meta {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.type-list-item .title {
  transition: all 0.3s;
  font-size: 0.32rem;
  color: rgb(50, 50, 50);
}

.type-list-item .subtitle {
  color: rgb(120, 120, 120);
  font-size: 0.16rem;
  margin-bottom: 0.24rem;
}

.type-list-item .desc {
  width: 100%;
}
.type-list-item .desc-list {
  margin-bottom: 0.36rem;
}

.type-list-item .desc-list > li {
  box-sizing: border-box;
  line-height: 2.5;
  color: rgb(120, 120, 120);
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.3rem;
}

.type-list-item .desc-list > li:after {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.07rem;
  background: #3a3a3a;
}
.type-list-item .desc-list > p {
  box-sizing: border-box;
  line-height: 2.5;
  color: rgb(120, 120, 120);
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.3rem;
}

.type-list-item .desc-list > p:after {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.07rem;
  background: #3a3a3a;
}
@media only screen and (max-width: 767px) {
  .row-type {
    padding: 24px 0;
  }

  .row-type .mod .mod-hd {
    margin-bottom: 12px;
  }

  .mod .mod-hd h3 {
    --mod-title-font-size: 18px;
  }

  .button {
    --sk-button-width: 120px;
    --sk-button-height: 28px;
    --sk-button-font-size: 12px;
  }

  .type-area .swiper-button-next,
  .type-area .swiper-button-prev {
    display: none;
  }

  .type-area {
    padding: 0 0 40px;
  }

  .type-list-item {
    max-width: 100%;
    padding: 24px 20px;
  }

  .type-list-item .title {
    font-size: 16px;
  }

  .type-list-item .subtitle {
    font-size: 12px;
  }

  .type-list-item .desc-list > li {
    line-height: 2.5;

    font-size: 12px;
    padding-left: 24px;
  }

  .type-list-item .desc-list > li:after {
    left: 12px;
    width: 4px;
    height: 4px;
  }
  .type-list-item .desc-list > p {
    line-height: 2.5;

    font-size: 12px;
    padding-left: 24px;
  }

  .type-list-item .desc-list > p:after {
    left: 12px;
    width: 4px;
    height: 4px;
  }
}

.pro1_r4 {
  padding: 0.8rem 0;
}

.pro1_r4 .type-list-item {
  padding: 0;
  max-width: 616px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
}

.pro1_r4 .type-list-item .title {
  font-size: 0.38rem;
  margin-bottom: 0.2rem;
}

.pro1_r4 .type-list-item .desc-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.44rem;
}

.pro1_r4 .type-list-item .desc-list > li {
  width: 50%;
  border-bottom: 1px dotted #ddd;
  font-size: 0.2rem;
  margin-bottom: 0.12rem;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}

.pro1_r4 .button {
  --sk-button-width: 1.92rem;
  --sk-button-height: 0.45rem;
  --sk-button-font-size: 0.16rem;
}

@media only screen and (max-width: 767px) {
  .pro1_r4 {
    padding: 0.8rem 0;
  }

  .pro1_r4 .type-list-item {
    padding: 0;
    max-width: 616px;
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
  }

  .pro1_r4 .type-list-item .title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .pro1_r4 .type-list-item .desc-list {
    margin-bottom: 24px;
  }

  .pro1_r4 .type-list-item .desc-list > li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pro1_r4 .button {
    --sk-button-width: 120px;
    --sk-button-height: 28px;
    --sk-button-font-size: 12px;
  }
}

.row-overview .focus-box {
  display: flex;
  flex-wrap: wrap;
}

.row-overview .focus-box .focus-box-left {
  box-sizing: border-box;
  width: 42%;
  padding-right: 1rem;
}

.row-overview .focus-box .focus-box-right {
  box-sizing: border-box;
  width: 58%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .row-overview .focus-box {
    padding: 0;
  }

  .row-overview .focus-box .focus-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .row-overview .focus-box .focus-box-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}

.row-overview {
  /* padding: 1.3rem 0 1.8rem; */

  padding: 0.4rem 0;
  display: flex;
  align-items: center;
}

.page-pro3 .row-overview {
  background-color: rgb(240, 240, 240);
  /* padding: 1.52rem 0 0.08rem; */
  padding: 0.4rem 0 0.2rem;
  display: flex;
  align-items: center;
}

/* .page-pro3 .summary {
  margin-bottom: 1.56rem;
} */

.page-pro3 .row-overview .media-pic img {
  width: 3.6rem;
  max-height: 60vh;
}

.page-pro2 .summary {
  margin-bottom: 10vh;
}

.summary {
  color: rgb(120, 120, 120);
  font-size: 0.2rem;
  line-height: 2;
  margin-bottom: 8vh;

  /* margin-bottom: 1.78rem; */
}

.row-overview .media-pic img {
  width: 3.6rem;
}

.row-overview .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
  /* padding-top: 0.2rem; */
}

.row-overview .list li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
}

.row-overview .list .icon {
  margin-bottom: 0.16rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
}

.row-overview .list li:nth-child(1) .icon img {
  height: 0.37rem;
}

.row-overview .list li:nth-child(2) .icon img {
  height: 0.57rem;
}

.row-overview .list li:nth-child(3) .icon img {
  height: 0.6rem;
}

.row-overview .list li:nth-child(4) .icon img {
  height: 0.37rem;
}

.row-overview .list li:nth-child(5) .icon img {
  height: 0.57rem;
}

.row-overview .list li:nth-child(6) .icon img {
  height: 0.31rem;
}

.row-overview .list .title {
  font-size: 0.2rem;
  margin-bottom: 0.02rem;
}

.row-overview .list .desc {
  font-size: 0.16rem;
  height: 0.72rem;
}

@media only screen and (max-width: 767px) {
  .row-overview {
    padding: 24px 0 0 !important;
  }

  .summary {
    font-size: 12px;
    margin-bottom: 24px !important;
  }

  .row-overview .media-pic {
    display: flex;
    justify-content: center;
  }

  .row-overview .media-pic img {
    width: 50%;
  }

  .row-overview .list {
    padding-top: 0;
    margin: 0;
  }

  .row-overview .list li {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .row-overview .list .icon {
    margin-bottom: 12px;
    height: 32px;
  }

  .row-overview .list .title {
    font-size: 14px;
    margin-bottom: 4x;
  }

  .row-overview .list .desc {
    font-size: 12px;
    height: auto;
  }
}

.row-overview .list2 {
  display: flex;
  flex-wrap: wrap;
}

.row-overview .list2 li {
  box-sizing: border-box;
  width: 50%;
  padding: 0.28rem 0;
  display: flex;
  margin-bottom: 0.6rem;
}

.row-overview .list2 li .wrap {
  width: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row-overview .list2 .icon {
  margin-bottom: 0.24rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.row-overview .list2 li:nth-child(2),
.row-overview .list2 li:nth-child(4) {
  justify-content: flex-end;
}

.row-overview .list2 li:nth-child(3) .icon {
  margin-bottom: 0.1rem;
}

.row-overview .list2 li:nth-child(1) .icon img {
  width: 0.6rem;
}

.row-overview .list2 li:nth-child(2) .icon img {
  width: 0.62rem;
}

.row-overview .list2 li:nth-child(3) .icon img {
  width: 0.86rem;
}

.row-overview .list2 li:nth-child(4) .icon img {
  width: 0.9rem;
}

.row-overview .list2 .title {
  font-size: 0.24rem;
  line-height: 1.2;
}

.list2-wrap {
  position: relative;
}

.list2-wrap .media-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .row-overview .list2 li {
    padding: 24px 0;
    margin-bottom: 0;
  }

  .row-overview .list2 li .wrap {
    width: 100%;
  }

  .row-overview .list2 .title {
    font-size: 14px;
  }

  .list2-wrap .media-pic {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    padding: 48px 0;
  }
}

/* 優勢 */

.row-advantage {
  /* padding: 0.84rem 0 0.68rem; */

  padding: 0.4rem 0;
  margin-bottom: 0.4rem;
  background-image: url("../images/pro/cate2/bg1.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
}

.row-advantage .mod .mod-hd {
  /* margin-bottom: 0.7rem; */
  margin-bottom: 4vh;
}

.row-advantage .mod .mod-hd h3 {
  color: #fff;
}

.advantage-list-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.48rem;
  padding-top: 0.2rem;
}

.advantage-list {
  box-sizing: border-box;
  width: 50%;
}

.advantage-list li {
  box-sizing: border-box;
  padding: 0.38rem 0.48rem;
}

.advantage-list li .wrap {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.16rem;
  padding: 0 0.24rem 0 0.32rem;
  height: 1.08rem;
  display: flex;
  align-items: center;
}

.advantage-list li .num {
  color: rgb(214, 0, 15);
  font-size: 0.76rem;
  margin-right: 0.24rem;
  letter-spacing: -1px;
}

.advantage-list li .desc {
  font-size: 0.18rem;
}

@media only screen and (max-width: 767px) {
  .row-advantage {
    padding: 24px 0;
    margin-bottom: 0;
  }

  .row-advantage .mod .mod-hd {
    margin-bottom: 0;
  }

  .advantage-list-wrap {
    margin: 0;
    padding-top: 0.2rem;
  }

  .advantage-list {
    width: 100%;
  }

  .advantage-list li {
    padding: 0;
    margin-bottom: 24px;
  }

  .advantage-list li .wrap {
    padding: 12px;
    height: auto;
  }

  .advantage-list li .num {
    font-size: 24px;
    margin-right: 0.24rem;
  }

  .advantage-list li .desc {
    font-size: 12px;
    line-height: 2;
  }
}

.row-statistic {
  box-sizing: border-box;
  padding: 1.04rem 0 0.4rem;
  height: 10.32rem;
  background-image: url("../images/pro/cate1/statistic-bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.row-statistic .pro-pic {
  position: absolute;
  right: 0;
  bottom: -1.14rem;
}

.row-statistic .pro-pic img {
  width: 13.23rem;
}

.row-battery {
  box-sizing: border-box;
  /* padding: 1.22rem 1.2rem 0.86rem; */
  padding: 0 1.2rem;
  background-image: url("../images/pro/cate1/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  display: flex;
  align-items: center;
}

.battery-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}

.battery-box .battery-box-left {
  box-sizing: border-box;
  width: 42%;
  padding: 16% 0.48rem 0 0;
}

.battery-box .battery-box-left .summary {
  max-width: 460px;
}

.battery-box .battery-box-right {
  box-sizing: border-box;
  width: 58%;
  position: absolute;
  right: 0;
  top: 18%;
}

@media only screen and (max-width: 767px) {
  .row-battery {
    background-size: cover;
  }

  .battery-box {
    padding: 0;
  }

  .battery-box .battery-box-left {
    width: 100%;
    padding: 0;
  }

  .battery-box .battery-box-right {
    width: 100%;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
  }
}

.row-battery .meta .title {
  color: #fff;
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
}

.row-battery .meta .summary {
  color: #fff;
  margin-bottom: 0;
}

.row-battery .pro-pic {
  width: 100%;
}

.row-battery .pro-pic img {
  width: 100%;
}

.statistic-list {
  display: flex;
  flex-wrap: wrap;
}

.statistic-list li {
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid rgba(214, 0, 15, 0.8);
}

.statistic-list li:last-child {
  border-right: 0 none;
}

.statistic {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.statistic-title {
  color: rgb(69, 69, 69);
  font-size: 0.24rem;
  margin-top: 0.28rem;
}
.statistic-content {
  color: rgb(69, 69, 69);
}
.statistic-content-value {
  font-size: 0.65rem;
  font-weight: bold;
}

.statistic-content-suffix {
  font-size: 0.28rem;
  margin-left: 0.04rem;
}

.row-step {
  padding: 1.44rem 0 1.54rem;
}

.row-step .wrapper {
  max-width: 1600px;
  padding: 0 24px;
}

.row-step .summary {
  max-width: 748px;
  margin-bottom: 1.28rem;
}

.steps-list {
  display: flex;
  flex-wrap: wrap;
  height: 2.89rem;
  background-image: url("../images/pro/cate1/step-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  padding: 0 0.12rem;
}

.steps-list li {
  box-sizing: border-box;
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.steps-list li:first-child {
  padding-right: 0.4rem;
}

.steps-list li .steps-item-num img {
  width: 1.94rem;
}

.steps-list li .steps-item-title {
  font-size: 0.26rem;
  margin-top: 0.32rem;
  line-height: 1.5;
  height: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tabs-nav {
  position: relative;
  margin-bottom: 0.68rem;
  margin-top: -0.22rem;
}

.tabs-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-nav-list li {
  position: relative;
  cursor: pointer;
  color: #787878;
  font-size: 0.24rem;
  font-weight: 400;
  padding: 0.1rem 0.28rem;
  margin: 0 0.24rem;
}

.tabs-nav-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 0;
  height: 0.02rem;
  background: var(--square-linear-gradient);
  opacity: 0;
}

.tabs-nav-list li.active {
  color: #323232;
}

.tabs-nav-list li.active::after {
  opacity: 1;
  width: 4em;
}

.tabs-content .tabs-tabpane {
  display: none;
}

@media only screen and (max-width: 767px) {
  .row-statistic {
    padding: 36px 0;
    height: 380px;
  }

  .row-statistic .pro-pic {
    position: absolute;
    right: 0;
    bottom: -1.14rem;
  }

  .row-statistic .pro-pic img {
    width: 13.23rem;
  }

  .row-battery {
    padding: 36px 20px;
  }

  .row-battery .meta .title {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }

  .row-battery .meta .summary {
    margin-bottom: 0;
  }

  .row-battery .pro-pic {
    width: 100%;
  }

  .statistic-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .statistic-list li {
    width: 50%;
    margin-bottom: 24px;
  }

  .statistic-list li:nth-child(2),
  .statistic-list li:last-child {
    border-right: 0 none;
  }

  .statistic-title {
    font-size: 12px;
    margin-top: 4px;
  }

  .statistic-content-value {
    font-size: 24px;
  }

  .statistic-content-suffix {
    font-size: 12px;
    margin-left: 4px;
  }

  .row-step {
    padding: 36px 0;
  }

  .row-step .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }

  .row-step .summary {
    max-width: 100%;
    margin-bottom: 1.28rem;
  }

  .steps-list {
    height: 90px;
    padding: 0;
    margin: 0 -16px;
  }

  .steps-list li {
    width: 25%;
  }

  .steps-list li:first-child {
    padding-right: 4px;
  }

  .steps-list li:nth-child(2) {
    padding-left: 12px;
  }

  .steps-list li .steps-item-num img {
    width: 48px;
  }

  .steps-list li .steps-item-title {
    transform: scale(0.9);
    font-size: 12px;
    margin-top: 4px;
    height: 36px;
  }

  .tabs-nav {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .tabs-nav-list li {
    font-size: 14px;
    padding: 4px 12px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 700px) {
  .row-overview,
  .row-advantage,
  .row-banner,
  .row-battery {
    height: auto;
    min-height: calc(100vh - var(--global-header-height));
  }

  .row-overview .media-pic img {
    width: auto;
    height: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .row-overview,
  .row-advantage,
  .row-banner,
  .row-battery {
    height: auto;
  }
}
