.JPEPCUBE {
  position: relative;
}
.JPEPCUBE .common-page {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.JPEPCUBE .mb-200 {
  margin-bottom: 200px;
}
.JPEPCUBE .banner .JPEPCUBE-header-img {
  position: relative;
}
.JPEPCUBE .banner .JPEPCUBE-header-img > img {
  width: 100%;
}
.JPEPCUBE .banner .banner-content {
  position: absolute;
  top: 0rem;
  width: 100%;
  margin: 80px auto 0rem auto;
}

.JPEPCUBE .banner .banner-content .banner-desc {
  font-size: 14px;
  color: #dcdcdc;
}

.JPEPCUBE .banner .banner-buttons {
  text-align: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.JPEPCUBE .banner .banner-buttons .btn {
  color: #fff;
  padding: 4px 8px;
  border: 2px solid #fff;
  border-radius: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  min-width: unset;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
}
.JPEPCUBE .banner .banner-content .banner-container {
  width: 100%;
  height: 8.65rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.JPEPCUBE .banner .banner-content .banner-container > h1 {
  color: #ffffff;
  font-size: 44px;
}
.JPEPCUBE .banner .banner-content .banner-container .btn:hover {
  color: #64dca0;
  border: 0.05rem solid #64dca0;
}

section {
  width: 100%;
  background: #000;
}
section {
  margin: 0 auto;
  position: relative;
}

section .safe {
  padding: 0px 15px 0px 15px;
  position: relative;
}

section .safe .section-right-text {
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 193px;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
section .safe .section-right-text p {
  width: 45.21rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
section .capacity {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #191919;
  position: relative;
}
section .capacity .capacity-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
section .capacity .capacity-container img {
  width: 100%;
  position: relative;
  background-color: #191919;
  padding: 40px;
}
section .capacity .capacity-container .capacity-number {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 35%;
  margin: auto;
  position: absolute;
  bottom: 9%;
  max-width: 820px;
  left: 5px;
  right: 0;
  z-index: 11;
}
section .capacity .capacity-container .capacity-number > span {
  font-size: 16px;
  margin-top: 30px;
  color: #00ce7a;
}

section .convenient {
  padding: 90px 0 50px;
}

section .convenient .p2 {
  width: 65%;
  margin-left: 50px;
}

.epcubeh5-bottom {
  display: none;
}
.JPEPCUBE-bottom {
  background: #000;
  width: 100%;
}
.JPEPCUBE .product-intro .animation-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.JPEPCUBE .product-intro .animation-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00ce7a;
  z-index: 2;
}
.JPEPCUBE .product-intro .dot1 {
  top: 36%;
  left: 63.5%;
}
.JPEPCUBE .product-intro .dot2 {
  top: 55.5%;
  left: 63.5%;
}
.JPEPCUBE .product-intro .dot3 {
  top: 55.5%;
  left: 53%;
}
.JPEPCUBE .product-intro .animation-line {
  position: absolute;
  background: #fff;
  z-index: 1;
}
/* 竖线 */
.JPEPCUBE .product-intro .line1 {
  top: 39%;
  left: 64%;
  width: 1px;
  height: 18%;
}
/* 横线 */
.JPEPCUBE .product-intro .line2 {
  top: 56.9%;
  left: 54%;
  width: 10%;
  height: 1px;
}
.JPEPCUBE .product-intro .green-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00ce7a;
  top: 20%;
  left: 20%;
  animation: moveBall 3s infinite;
  z-index: 2;
}

@keyframes moveBall {
  0% {
    top: 36%;
    left: 63.5%;
  }
  50% {
    top: 55.5%;
    left: 63.5%;
  }
  100% {
    top: 55.5%;
    left: 53%;
  }
}
/* 平板设备 */
@media screen and (max-width: 1024px) {
  .JPEPCUBE .product-intro .line2 {
    top: 58%;
  }
}

/* 手机设备 */
@media screen and (max-width: 768px) {
  .JPEPCUBE .product-intro .animation-dot {
    width: 4px;
    height: 4px;
  }
  .JPEPCUBE .product-intro .green-ball {
    width: 4px;
    height: 4px;
  }
}

/* 大屏设备 */
@media screen and (min-width: 1440px) {
  .JPEPCUBE .product-intro .dot1 {
    top: 37%;
    left: 63.8%;
  }
  .JPEPCUBE .product-intro .dot2 {
    top: 56.5%;
    left: 63.8%;
  }
  .JPEPCUBE .product-intro .dot3 {
    top: 56.5%;
    left: 53%;
  }
  .JPEPCUBE .product-intro .line1 {
    top: 37%;
    left: 64.3%;
    height: 20%;
  }
  .JPEPCUBE .product-intro .line2 {
    top: 57.5%;
    left: 53.5%;
    width: 10.5%;
  }
  @keyframes moveBall {
    0% {
      top: 37%;
      left: 63.8%;
    }
    50% {
      top: 56.5%;
      left: 63.8%;
    }
    100% {
      top: 56.5%;
      left: 53%;
    }
  }
}
/* 大屏设备 */
@media screen and (min-width: 2000px) {
  .JPEPCUBE .product-intro .dot1 {
    top: 37%;
    left: 64%;
  }
  .JPEPCUBE .product-intro .dot2 {
    top: 56.5%;
    left: 64%;
  }
  .JPEPCUBE .product-intro .dot3 {
    top: 56.5%;
    left: 53%;
  }
  .JPEPCUBE .product-intro .line1 {
    top: 37%;
    left: 64.3%;
    height: 20%;
  }
  .JPEPCUBE .product-intro .line2 {
    top: 57.5%;
    left: 53.5%;
    width: 10.5%;
  }
  @keyframes moveBall {
    0% {
      top: 37%;
      left: 64%;
    }
    50% {
      top: 56.5%;
      left: 64%;
    }
    100% {
      top: 56.5%;
      left: 53%;
    }
  }
}
/* 大屏设备 */
@media screen and (min-width: 2800px) {
  .JPEPCUBE .product-intro .dot1 {
    top: 37%;
    left: 64.1%;
  }
  .JPEPCUBE .product-intro .dot2 {
    top: 56.7%;
    left: 64.1%;
  }
  .JPEPCUBE .product-intro .dot3 {
    top: 56.7%;
    left: 53%;
  }
  .JPEPCUBE .product-intro .line1 {
    top: 37%;
    left: 64.3%;
    height: 20%;
  }
  .JPEPCUBE .product-intro .line2 {
    top: 57.5%;
    left: 53.5%;
    width: 10.5%;
  }
  @keyframes moveBall {
    0% {
      top: 37%;
      left: 64.1%;
    }
    50% {
      top: 56.7%;
      left: 64.1%;
    }
    100% {
      top: 56.7%;
      left: 53%;
    }
  }
}
.JPEPCUBE .product-intro {
  color: #fff;
  width: 100%;
  position: relative;
  margin-top: 200px;
}
.JPEPCUBE .product-intro .intro_img {
  position: relative;
}
.JPEPCUBE .product-intro .product-intro-img {
  width: 100%;
  display: block;
}
.JPEPCUBE .product-intro .product-intro-container {
  top: 4.95rem;
  padding: 0 15px;
  margin: 60px auto 200px;
}
.JPEPCUBE .product-intro .product-intro-container > h3 {
  margin-left: 1.56rem;
}
.JPEPCUBE .product-intro .product-intro-container > p {
  color: rgba(255, 255, 255, 0.7);
  width: 77%;
  margin-left: 1.04rem /* 20/19.2 */;
}
.JPEPCUBE .column-wrapper {
  padding: 0px 15px 0px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.JPEPCUBE .column-wrapper .info_img {
  margin-right: 2.9rem;
  flex-basis: calc((100% - 30px) / 2);
}
.JPEPCUBE .column-wrapper .info-container a {
  color: rgb(170, 170, 170);
  text-decoration: underline;
}
.JPEPCUBE .column-wrapper .info-img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.JPEPCUBE .column-wrapper .info-container {
  justify-content: center;
  flex-direction: column;
  align-items: start;
  text-align: left;
  width: 38.65rem;
  padding-left: 40px;
  padding-top: 40px;
}
.JPEPCUBE .column-wrapper .info-container > h3 {
  width: 23.33rem;
  font-weight: 600;
  text-align: left !important;
}
.JPEPCUBE .column-wrapper .info-container > p {
  color: rgba(255, 255, 255, 0.7);
}
.JPEPCUBE-bottom .section9 {
  color: #fff;
  position: relative;
}
.JPEPCUBE-bottom .section9 > img {
  width: 100%;
}
.JPEPCUBE-bottom .section9 .section9-title {
  position: absolute;
  top: 1.04rem;
  left: 20.1rem;
  width: 60%;
  display: flex;
  margin: 0 auto;
}
.JPEPCUBE-bottom .section9 .section9-title > h3 {
  margin-top: 3.75rem;
  font-weight: 600;
  font-size: 1.67rem;
}
.JPEPCUBE-bottom .section9 .section9-title > p {
  width: 40.52rem;
  font-weight: 400;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.7);
}
.JPEPCUBE-bottom .section10 {
  color: #fff;
  width: 56.77rem;
  min-width: 56.77rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.JPEPCUBE-bottom .section10 > img {
  width: 23.8rem;
  height: 37.34rem;
}
.JPEPCUBE-bottom .section10 .section10-right {
  margin-left: 2.19rem;
}
.JPEPCUBE-bottom .section10 .section10-right > h3 {
  width: 10.83rem;
  font-weight: 600;
  font-size: 1.67rem;
}
.JPEPCUBE-bottom .section10 .section10-right > p {
  font-weight: 400;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.7);
}
.JPEPCUBE .specs-tabs {
  flex: 1;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 90px;
}
.JPEPCUBE .specs-tabs .spec-tab {
  border: none;
  cursor: pointer;
  color: #969696;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}
.JPEPCUBE .specs-tabs .spec-tab.active {
  color: #fff;
  font-weight: bold;
}
.JPEPCUBE .specs-tabs .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #00ce7a;
  transition: all 0.3s ease;
  width: 10%;
}
.JPEPCUBE .specs .title {
  min-width: 353px;
  margin-right: 117px;
  margin-bottom: 0;
  align-items: center;
}
.JPEPCUBE .specs-tabs-container {
  gap: 125px;
  align-items: center;
}

.JPEPCUBE .specs-content .specs-items {
  align-items: center;
}
.JPEPCUBE .specs .first-line {
  margin-bottom: 60px;
}
.JPEPCUBE .specs-content .left-column {
  margin-right: 117px;
  width: 55%;
  color: #aaa;
}
.JPEPCUBE .specs-content .left-column strong,
.JPEPCUBE .specs-content .left-column b {
  color: #fff;
}
.JPEPCUBE .specs-content .right-column {
  width: 40%;
}
.JPEPCUBE .specs-content .right-column img {
  width: 100%;
}

.JPEPCUBE .specs-content p {
  margin: 0;
}
.JPEPCUBE .specs-content b,
.JPEPCUBE .specs-content strong {
  display: inline-block;
  margin-bottom: 10px;
}

.JPEPCUBE .specs-content .data-sheet {
  margin-top: 30px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.JPEPCUBE .specs-tabs-right .download-link {
  padding-right: 20px;
  background: url('/s/images/epcube/download.png') right center no-repeat;
  background-size: 16px 16px;
  text-decoration: underline;
  color: #00ce7a;
}

.JPEPCUBE .bottom-links {
  padding-bottom: 200px;
}

.JPEPCUBE .bottom-container {
  align-items: center;
  justify-content: space-between;
}

.JPEPCUBE .bottom-container .bottom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.JPEPCUBE .bottom-container .bottom-item h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.JPEPCUBE .bottom-container .bottom-item p {
  color: rgb(170, 170, 170);
}
.JPEPCUBE .bottom-container .bottom-item a {
  margin-top: 20px;
}

@media screen and (max-width: 1800px) {
  .JPEPCUBE .banner .banner-content {
    margin-top: 50px !important;
  }
  .JPEPCUBE .banner .banner-content .banner-container {
    height: unset;
  }
}
@media screen and (max-width: 1700px) {
  .JPEPCUBE .banner .banner-content {
    margin-top: 40px !important;
    line-height: normal;
  }
}
@media screen and (max-width: 1600px) {
  .JPEPCUBE .banner .banner-content {
    margin-top: 30px !important;
    line-height: normal;
  }
}
@media screen and (max-width: 1400px) {
  .JPEPCUBE .banner .banner-content {
    margin-top: 20px !important;
    line-height: normal;
  }
  .JPEPCUBE .banner .banner-content .banner-container > h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .JPEPCUBE .banner .banner-content {
    margin-top: 5px !important;
    line-height: normal;
  }
  .JPEPCUBE .banner .banner-content .banner-container > h1 {
    font-size: 30px;
  }
  .JPEPCUBE .banner .banner-content .banner-container .btn {
    padding: 10px 24px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .JPEPCUBE .mb-200 {
    margin-bottom: 120px;
  }

  .JPEPCUBE .capacity {
    padding: 30px 20px;
  }

  .JPEPCUBE .convenient {
    padding: 40px 20px;
    width: 90%;
    margin: 0 auto;
  }

  .JPEPCUBE .convenient .p1 {
    font-size: 36px;
    min-width: 300px;
  }

  .JPEPCUBE .convenient .p2 {
    font-size: 18px;
  }

  .JPEPCUBE .safe {
    padding: 40px 20px;
    width: 90%;
    margin: 0 auto;
  }

  .JPEPCUBE .product-intro {
    margin-top: 120px;
  }

  .JPEPCUBE .product-intro .product-intro-container {
    width: 90%;
    margin: 40px auto 120px;
    padding: 0 20px;
  }

  .JPEPCUBE .column-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .JPEPCUBE .column-wrapper .info-container {
    width: 45%;
    padding-left: 30px;
  }

  .JPEPCUBE .specs {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .JPEPCUBE .specs-tabs-container {
    gap: 80px;
  }

  .JPEPCUBE .specs-tabs .spec-tab {
    font-size: 36px;
  }

  .JPEPCUBE .specs-content .left-column {
    margin-right: 60px;
  }

  .JPEPCUBE .bottom-links {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #JPEPCUBE .banner {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-size: cover;
  }
  #JPEPCUBE .banner .JPEPCUBE-header-img {
    height: 656.064px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  #JPEPCUBE .banner .JPEPCUBE-header-img > img {
    height: 100%;
    width: auto;
  }
  #JPEPCUBE .banner .banner-content {
    width: 100%;
    position: absolute;
    top: 75px;
    margin-top: 0;
  }
  #JPEPCUBE .banner .banner-content .banner-container > h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 25.92px;
    line-height: normal;
  }
  #JPEPCUBE .banner .banner-content .banner-container > a {
    margin: 18.048px auto 0px auto;
    color: #fff;
    padding: 10.944px 24.96px 10.944px 27.072px;
    border: 0.96px solid #fff;
    border-radius: 29.952px;
    font-size: 12.096px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #JPEPCUBE .banner .linear_gradient {
    width: 100%;
    height: 87.936px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: -1px;
  }
  #JPEPCUBE .section-container {
    background: #000;
    section .section6 .section6-bottom {
      bottom: -15px;
    }

    #JPEPCUBE .section-container .safe {
      display: none !important;
    }
    #JPEPCUBE .section-container .specialbattery {
      display: none;
    }
    #JPEPCUBE .section-container .capacity {
      display: none;
    }
    #JPEPCUBE .section-container .section7h5 {
      margin-top: 76.032px;
      display: block;
    }
    #JPEPCUBE .section-container .section7h5 .section7h5_1 {
      width: 92%;
      margin: 0 auto;
      color: #fff;
      display: flex;
      align-items: left;
      flex-direction: column;
    }
    #JPEPCUBE .section-container .section7h5 .section7h5_1 .p1 {
      /* width: 115.968px; */
      /* height: 46.08px; */
      font-size: 19.968px;
      font-style: normal;
      font-weight: 600;
      margin-bottom: 18px;
    }
    #JPEPCUBE .section-container .section7h5 .section7h5_1 .p2 {
      font-size: 14.016px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.968px;
    }
    #JPEPCUBE .section-container .section7h5 .section7h5_2 {
      width: 80%;
      margin: 18.048px auto 0px auto;
    }
    #JPEPCUBE
      .section-container
      .section7h5
      .section7h5_2
      .capacity-container
      > img {
      width: 100%;
      margin-top: 110.016px;
    }
    #JPEPCUBE
      .section-container
      .section7h5
      .section7h5_2
      .capacity-container
      .capacity-number {
      color: #84d9a5;
      font-size: 12px;
      font-style: normal;
      margin-top: 5px;
      font-weight: 500;
      justify-content: space-around;
    }
    #JPEPCUBE .section-container .section6 {
      width: 92%;
      margin: 135.936px auto 0px auto;
    }
    #JPEPCUBE .section-container .section6 > h3 {
      font-size: 19.968px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      color: #fff;
      margin-bottom: 18px;
      text-align: left;
      width: 100%;
    }
    #JPEPCUBE .section-container .section6 > p {
      color: #fff;
      font-size: 14.016px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.968px;
      text-align: left;
      margin-top: unset;
    }
    #JPEPCUBE .section-container .section6 > h1 {
      margin-top: 61.056px;
      font-size: 57.984px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      color: #82f0ad;
      background: linear-gradient(
        179.59deg,
        #82f0ad 0.36%,
        rgba(147, 255, 189, 0.96875) 24.81%,
        rgba(132, 217, 165, 0) 83.67%
      );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
    }
    #JPEPCUBE .section-container .section6 > div > img {
      width: 100%;
    }
    #JPEPCUBE .section-container .section6 .section6-bottom {
      width: 100%;
      height: 7.68px;
      display: block;
      font-size: 12.096px;
      transform: scale(0.5);
      font-style: normal;
      font-weight: 300;
      line-height: 7.68px;
      white-space: nowrap;
      margin: 5.184px auto 0px auto;
      text-align: center;
    }
    #JPEPCUBE .center-images {
      display: none !important;
    }
    #JPEPCUBE .JPEPCUBE-bottom {
      display: none;
    }
    #JPEPCUBE .epcubeh5-bottom {
      background: #000;
      padding-bottom: 46px;
      display: block;
    }
    /* #JPEPCUBE .section8_img_container:last-of-type {
        padding-bottom: 46px;
      } */
    #JPEPCUBE .epcubeh5-bottom .product-intro:nth-child(1) {
      color: #fff;
      position: relative;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .product-intro-container {
      color: #fff;
      width: 92%;
      margin: 0px auto;
      padding-top: 76.032px;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .product-intro-container
      > h3 {
      /* width: 67.008px; */
      /* height: 52.032px; */
      font-size: 22.08px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .product-intro-container
      > p {
      padding-top: 18.048px;
      font-size: 14.016px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.968px;
      padding-bottom: 61.056px;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .section8_img_container {
      position: relative;
    }

    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .section8_img_container
      .product-intro-img {
      width: 100%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(1)
      .section8_img_container
      .linear_gradient {
      width: 100%;
      height: 87.936px;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.89) 0%,
        #000 35.18%,
        rgba(0, 0, 0, 0) 100%
      );
      position: absolute;
      top: -24px;
    }
    #JPEPCUBE .epcubeh5-bottom .product-intro:nth-child(2) {
      color: #fff;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .product-intro-container {
      color: #fff;
      width: 92%;
      margin: 0px auto;
      padding-top: 76.032px;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .product-intro-container
      > h3 {
      /* width: 67.008px; */
      /* height: 52.032px; */
      font-size: 22.08px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .product-intro-container
      > p {
      padding-top: 18.048px;
      font-size: 14.016px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.968px;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .section8_img_container {
      position: relative;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .section8_img_container
      .product-intro-img {
      margin-top: 57.984px;
      width: 100%;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .product-intro:nth-child(2)
      .section8_img_container
      .linear_gradient {
      width: 100%;
      height: 87.936px;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.89) 0%,
        #000 35.18%,
        rgba(0, 0, 0, 0) 100%
      );
      position: absolute;
      top: 71.04px;
    }
    #JPEPCUBE .epcubeh5-bottom .column-wrapper {
      color: #fff;
      position: relative;
    }
    #JPEPCUBE .epcubeh5-bottom .column-wrapper .info-container {
      color: #fff;
      width: 92%;
      margin: 0px auto;
      padding-top: 76.032px;
    }
    #JPEPCUBE .epcubeh5-bottom .column-wrapper .info-container > h3 {
      /* width: 67.008px; */
      /* height: 52.032px; */
      font-size: 22.08px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 0;
    }
    #JPEPCUBE .epcubeh5-bottom .column-wrapper .info-container > p {
      padding-top: 18.048px;
      font-size: 14.016px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.968px;
    }
    #JPEPCUBE .epcubeh5-bottom .column-wrapper .info-img {
      /* width: 293.952px;
        height: 461.952px;
        margin: 56.064px auto 0 auto; */
      width: 100%;
      height: auto;
      padding: 56px 25px 0 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    #JPEPCUBE
      .epcubeh5-bottom
      .column-wrapper
      .section8_img_container
      .linear_gradient {
      width: 100%;
      height: 87.936px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.06%, #000 100%);
      position: absolute;
      bottom: 0px;
    }
  }
}
@media screen and (max-width: 768px) {
  .JPEPCUBE .mb-200 {
    margin-bottom: 100px !important;
  }

  .JPEPCUBE .capacity {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #191919;
    position: relative;
    padding: 40px 20px;
  }

  .JPEPCUBE .capacity .capacity-container {
    width: 100%;
  }

  .JPEPCUBE .capacity .capacity-container img {
    width: 220%;
    padding: 0;
  }

  .JPEPCUBE .capacity .capacity-container .capacity-number {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
  }

  .JPEPCUBE .convenient {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .JPEPCUBE .convenient .p1 {
    min-width: unset;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .JPEPCUBE .convenient .p2 {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }

  .JPEPCUBE .safe {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }

  .JPEPCUBE .safe .safe-images {
    margin-bottom: 30px;
  }

  .JPEPCUBE .safe .section-right-text {
    position: static !important;
    text-align: center;
    width: 100% !important;
  }

  .JPEPCUBE .safe .section-right-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .JPEPCUBE .safe .section-right-text p {
    font-size: 16px;
    width: unset;
  }

  .JPEPCUBE .product-intro {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
  }

  .JPEPCUBE .product-intro .intro_img {
    order: 1;
  }

  .JPEPCUBE .product-intro .product-intro-container {
    order: 2;
    position: static !important;
    flex-direction: column !important;
    text-align: center;
    padding: 30px 20px;
    margin: 30px auto 60px;
    width: 100% !important;
  }

  .JPEPCUBE .product-intro .product-intro-container h3 {
    margin-left: 0;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
  }

  .JPEPCUBE .product-intro .product-intro-container p {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }

  .JPEPCUBE .column-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }

  .JPEPCUBE .column-wrapper .info_img {
    margin-right: 0;
    margin-bottom: 30px;
    flex-basis: unset;
  }

  .JPEPCUBE .column-wrapper .info-container {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .JPEPCUBE .column-wrapper .info-container h3 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .JPEPCUBE .column-wrapper .info-container p {
    font-size: 16px;
  }

  .JPEPCUBE .specs {
    padding: 40px 20px;
  }

  .JPEPCUBE .specs .first-line {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .JPEPCUBE .specs-tabs {
    height: auto;
    border-bottom: 1px solid #fff;
  }

  .JPEPCUBE .specs-tabs-container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .JPEPCUBE .specs-tabs .spec-tab {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .JPEPCUBE .specs-tabs-right {
    margin-top: 20px;
  }

  .JPEPCUBE .specs-tabs-right a {
    padding-right: 20px;
    background: url(/s/images/epcube/download.png) right center no-repeat;
    font-size: 16px;
    text-decoration: underline;
  }

  .JPEPCUBE .specs-content .specs-items {
    flex-direction: column;
  }

  .JPEPCUBE .specs-content .left-column {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .JPEPCUBE .specs-content .right-column {
    width: 100%;
  }

  .JPEPCUBE .bottom-links {
    padding: 40px 20px;
  }

  .JPEPCUBE .bottom-container {
    flex-direction: column;
    gap: 40px;
  }

  .JPEPCUBE .bottom-container .bottom-item {
    width: 100%;
    text-align: center;
  }

  .JPEPCUBE .bottom-container .bottom-item h3 {
    font-size: 18px;
  }

  .JPEPCUBE .bottom-container .bottom-item p {
    font-size: 14px;
  }
}
