.epCubeNew {
  word-break: auto-phrase;
}
.epCubeNew .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
.epCubeNew .font-regular-18 {
  font-size: 18px;
}
.epCubeNew .font-medium-16 {
  font-size: 16px;
}
.epCubeNew .font-bold-16 {
  font-size: 16px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-18 {
  font-size: 18px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-20 {
  font-size: 20px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-22 {
  font-size: 22px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-36 {
  font-size: 36px;
  line-height: 48px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-48 {
  font-size: 48px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-52 {
  font-size: 52px;
  font-family: roboto-bold;
}
.epCubeNew .font-bold-80 {
  font-size: 80px;
  font-family: roboto-bold;
}
.epCubeNew .wrapper {
  background-color: #000;
  color: #fff;
  padding-bottom: 200px;
}
.epCubeNew .common-page {
  max-width: 1200px;
  margin: 0 auto;
}
.epCubeNew .mt-200 {
  margin-top: 200px;
}
.epCubeNew .mb-200 {
  margin-bottom: 200px;
}
.epCubeNew .pt-200 {
  padding-top: 200px;
}
.epCubeNew .mb-40 {
  margin-bottom: 40px;
}
.epCubeNew .mb-60 {
  margin-bottom: 60px;
}
.epCubeNew .mb-24 {
  margin-bottom: 24px;
}
.epCubeNew .banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47.8125%; /* 918/1920 = 0.478125 */
  overflow: hidden; /* 确保超出部分被隐藏 */
}

.epCubeNew .banner .banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; /* 当屏幕宽度大于图片宽度时限制图片宽度 */
}

@media (max-width: 1199px) {
  .epCubeNew .banner .img {
    width: unset;
  }
}

.epCubeNew .content {
  position: absolute;
  top: 152px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.epCubeNew .content .title {
  margin-bottom: 12px;
}

.epCubeNew .banner .buttons {
  text-align: center;
  gap: 20px;
}

.epCubeNew .banner .buttons .btn {
  color: #fff;
  padding: 4px 12px;
  border: 2px solid #fff;
  border-radius: 36px;
  min-width: 180px;
}

.epCubeNew .award-list {
  position: absolute;
  bottom: 8.7%;
  left: 50%;
  transform: translateX(-50%);
}
.epCubeNew .award-item {
  flex: 1;
}

.epCubeNew .award-item img {
  position: relative;
  top: 0;
  left: 0;
  max-height: 50px;
  height: 52px;
  width: auto;
}

.divider-line {
  height: 52px;
  width: 1px;
  background-color: #ccc;
  margin: 0 28px;
}

.epCubeNew .spot {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  cursor: pointer;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.epCubeNew .spot-container {
  position: absolute;
}

/* 调整spot-content的位置 */
.epCubeNew .spot-content {
  position: absolute;
  left: 20px; /* 相对于spot的偏移量 */
  bottom: 100%;
  display: none;
  width: 353px;
  z-index: 2025;
  color: #fff;
  font-size: 16px !important;
  min-height: 160px;
}

.epCubeNew .spot-content p {
  margin-bottom: 0;
}

.epCubeNew .spot-content ul {
  position: relative;
  left: -15px;
}

.epCubeNew .spot-content p {
  margin-bottom: 0;
}

/* 调整connector-line的位置 */
.epCubeNew .connector-line {
  position: absolute;
  left: 5px;
  bottom: 50%; /* 改为从spot向上延伸 */
  width: 5px;
  height: 0;
  background: white;
  z-index: 2025;
}

/* 为每个spot设置特定位置 */
.epCubeNew .spot1-container {
  top: 48%;
  left: 43%;
}
.epCubeNew .spot2-container {
  top: 49%;
  left: 56%;
}
.epCubeNew .spot3-container {
  top: 58%;
  left: 56%;
}

/* 遮罩层样式 */
.epCubeNew #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  color: white;
}

.epCubeNew .why-choose .desc {
  margin-bottom: 119px;
}
.epCubeNew .why-choose .desc-list {
  margin-top: 60px;
}
.epCubeNew .why-choose .left {
  margin-right: 80px;
}
.epCubeNew .why-choose .desc-item {
  margin-bottom: 22px;
}
.epCubeNew .why-choose .desc-item .text {
  color: #969696;
}
.epCubeNew .carousel-container .content-right {
  color: #969696;
  width: 70%;
  position: relative;
  top: 16px;
}

.epCubeNew .carousel-container strong,
.epCubeNew.carousel-container b {
  color: #fff;
  font-size: 24px;
}

.epCubeNew .power-outage-tabs {
  margin-top: 30px;
}

.epCubeNew .carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.epCubeNew .carousel-images {
  display: flex;
  transition: transform 0.5s ease;
  position: relative;
}

.epCubeNew .carousel-item {
  min-width: 100%;
  display: none;
}

.epCubeNew .carousel-item.active {
  display: block;
}

.epCubeNew .carousel-indicators{
  display: flex;
  justify-content: center;
  margin: 20px 0;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  gap: 10px;
}
.epCubeNew .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.epCubeNew .carousel-indicators button.active {
  background-color: #fff;
}

.epCubeNew .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.epCubeNew .dot.active {
  background: #333;
}

.epCubeNew .carousel-content {
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.epCubeNew .carousel-content .content-item {
  display: none;
}

.epCubeNew .carousel-content .content-item.active {
  display: flex;
}

.epCubeNew .content-left {
  width: 30%;
  padding-right: 20px;
}

.epCubeNew .specs-tabs {
  flex: 1;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 52px;
}
.epCubeNew .specs-tabs .spec-tab {
  border: none;
  cursor: pointer;
  color: #969696;
}
.epCubeNew .specs-tabs .spec-tab.active {
  color: #fff;
  font-weight: bold;
}
.epCubeNew .specs-tabs .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #fff;
  transition: all 0.3s ease;
  width: 0; /* 初始宽度为0 */
}
.epCubeNew .specs .title {
  min-width: 353px;
  margin-right: 117px;
  margin-bottom: 0;
  align-items: center;
}
.epCubeNew .specs-tabs-container {
  gap: 125px;
  height: 52px;
  align-items: center;
}
.epCubeNew .specs .first-line {
  margin-bottom: 60px;
}
.epCubeNew .specs-content .left-column {
  margin-right: 117px;
  width: 353px;
}
.epCubeNew .specs-content p {
  margin: 0;
}
.epCubeNew .specs-content b,
.epCubeNew .specs-content strong {
  display: inline-block;
  margin-bottom: 10px;
}

.epCubeNew .specs-content .data-sheet {
  margin-top: 30px;
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.epCubeNew .benefits .benefits-cont .left,
.epCubeNew .benefits .benefits-cont .right {
  /* flex: 1; */
  width: 50%;
}
.epCubeNew .benefits .benefits-cont .right img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.epCubeNew .benefits .benefits-cont .left {
  padding-right: 9%;
}
.epCubeNew .benefits .benefits-cont .item-img {
  width: 64px;
  text-align: left;
  margin-top: 10px;
}
.epCubeNew .benefits .benefits-cont .item-img img {
  max-width: 40px;
  max-height: 40px;
}
.epCubeNew .benefits .benefits-cont .item-text {
  flex: 1;
}
.epCubeNew .benefits .benefits-item {
  margin-bottom: 14px;
  min-height: 70px;
}
.epCubeNew .benefits .benefits-item:last-child {
  margin-bottom: 0;
}

.epCubeNew .benefits .benefits-cont .item-desc {
  color: #969696;
  line-height: 24px;
}

.epCubeNew .versatile .right {
  width: 56%;
}
.epCubeNew .versatile .right img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.epCubeNew .versatile .left {
  width: 36%;
}
.epCubeNew .friendly .left {
  width: 56%;
}
.epCubeNew .friendly .left img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.epCubeNew .friendly .right {
  width: 36%;
}
.epCubeNew .real-story .desc {
  margin-bottom: 50px;
}

.epCubeNew .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
}

.epCubeNew .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.epCubeNew .distributor-list,
.epCubeNew .design-tool-list {
  gap: 60px;
}
.epCubeNew .distributor .desc,
.epCubeNew .design-tool .desc  {
  margin-bottom: 80px;
}
.epCubeNew .distributor-item,
.epCubeNew .design-tool-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #fff;
  margin-bottom: 60px;
}
.epCubeNew .design-tool-item a {
  width: 100%;
}
.epCubeNew .distributor .img-container,
.epCubeNew .design-tool .img-container {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.epCubeNew .design-tool .img-container {
  aspect-ratio: 360/140;
  height: auto;
}
.epCubeNew .distributor .img-container  img,
.epCubeNew .design-tool .img-container img {
  width: 100%;
}
.epCubeNew .contact-info {
  width: 100%;
  margin-top: 24px;
}
.epCubeNew .contact-info a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.epCubeNew .contact-info a:hover {
  color: #0066cc;
}
.epCubeNew .carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .epCubeNew .content {
    top: 130px;
  }
}
@media (max-width: 1500px) {
  .epCubeNew .banner {
    min-height: 700px;
  }

  .epCubeNew .banner .banner-img {
    height: 100%;
    width: auto;
  }

  .epCubeNew .award-item img {
    height: 40px;
  }
}
@media (max-width: 1300px) {
  .epCubeNew .spot1-container {
    left: 42%;
  }
}
@media (max-width: 1200px) {
  .epCubeNew {
    background: #000;
  }
  .epCubeNew img {
    width: 100%;
  }
  .epCubeNew .award-list {
    bottom: 5%;
  }
  .epCubeNew .content {
    width: 90%;
  }
  .epCubeNew .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .epCubeNew .mb-200 {
    margin-bottom: 80px;
  }
  .epCubeNew .pt-200 {
    padding-top: 60px;
  }
  .epCubeNew .font-bold-52 {
    font-size: 36px;
  }
  .epCubeNew .spot1-container {
    left: 41%;
  }
  .epCubeNew .spot2-container {
    left: 57.5%;
  }
  .epCubeNew .spot3-container {
    left: 57.5%;
  }

  .epCubeNew .versatile {
    flex-direction: column-reverse !important;
  }
  .epCubeNew .versatile .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .epCubeNew .versatile .left {
    width: 100%;
  }
  .epCubeNew .versatile .right {
    width: 100%;
  }
  .epCubeNew .why-choose .desc-list {
    margin-top: 0;
  }
  .epCubeNew .friendly {
    flex-direction: column !important;
  }
  .epCubeNew .friendly .left {
    width: 100%;
  }
  .epCubeNew .friendly .right {
    width: 100%;
  }
  .epCubeNew .friendly .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .epCubeNew .why-choose .left {
    margin-right: 0;
  }
  .epCubeNew .why-choose img {
    border-radius: 10px;
    overflow: hidden;
  }
  .epCubeNew .content-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .epCubeNew .content-left {
    width: 100%;
  }
  .epCubeNew .carousel-container .content-right {
    width: 100%;
  }
  .epCubeNew .benefits-cont {
      flex-direction: column-reverse;
  }
  .epCubeNew .benefits .benefits-cont .left, .epCubeNew .benefits .benefits-cont .right {
    width: 100%;
    padding-right: 0;
  }
  .epCubeNew .benefits .benefits-cont .left, .epCubeNew .benefits .benefits-cont .right img {
    width: 100%;
  }
  .epCubeNew .benefits .benefits-cont .right {
    margin-bottom: 20px;
  }
  #contactFormFragment .submit {
    margin-bottom: 100px;
  }
}

@media (max-width: 1000px) {
  .epCubeNew .spot1-container {
    left: 38.5%;
  }
  .epCubeNew .spot2-container {
    left: 58.5%;
  }
  .epCubeNew .spot3-container {
    left: 58.5%;
  }
  .epCubeNew .distributor-item,
  .epCubeNew .design-tool-item {
    width: 45%;
  }
  .epCubeNew .real-story .desc {
    margin-bottom: 24px;
  }
}

@media (max-width: 880px) {
  .epCubeNew .spot-content {
    width: 250px;
    font-size: 14px !important;
  }
  .epCubeNew .spot1-container {
    left: 36.5%;
  }
  .epCubeNew .spot2-container {
    left: 60.5%;
  }
  .epCubeNew .spot3-container {
    left: 60.5%;
  }
}

@media (max-width: 768px) {
  .epCubeNew .award-list {
    bottom: 9%;
  }
  .epCubeNew .banner {
    min-height: 650px;
  }
  .epCubeNew .divider-line {
    margin: 0 15px;
    height: 40px;
}
  .epCubeNew .mb-24 {
    margin-bottom: 12px;
  }
  .epCubeNew .font-bold-52 {
    font-size: 24px !important;
  }
  .epCubeNew .font-regular-16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .epCubeNew .font-medium-16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  body .font-bold-24 {
    font-size: 14px !important;
    line-height: 20px;
  }
  .epCubeNew .content .title {
    margin-bottom: 0;
  }
  .epCubeNew .why-choose .desc {
    margin-bottom: 20px;
  }
  .epCubeNew .benefits .benefits-cont .item-img {
    width: 50px;
    margin-top: 5px;
  }
  .epCubeNew .benefits .benefits-cont .item-img img {
    max-width: 30px;
    max-height: 30px;
  }
  .epCubeNew .banner .buttons {
    gap: 15px;
  }
  .epCubeNew .carousel-indicators {
    bottom: 8%;
  }
  .epCubeNew .carousel-container strong, .epCubeNew.carousel-container b {
    font-size: 18px;
  }
  .epCubeNew .distributor-item,
  .epCubeNew .design-tool-item {
    margin-bottom: 0;
    width: 100%;
  }
  .epCubeNew .wrapper {
    padding-bottom: 80px;
  }
  .epCubeNew .distributor .desc,
  .epCubeNew .design-tool .desc {
    margin-bottom: 20px;
  }
  .epCubeNew .carousel-container .content-right {
    font-size: 14px;
  }
  .epCubeNew .banner .buttons .btn {
    border: 1px solid #fff;
  }
  .epCubeNew .content {
    top: 105px;
  }
  .epCubeNew .contact-info {
    margin-top: 8px;
  }
  .epCubeNew .specs-items {
    font-size: 14px !important;
  }
  .epCubeNew .specs .title {
    margin-bottom: 20px;
  }
  .epCubeNew .specs-tabs .underline {
    height: 2px;
  }
}

@media (max-width: 600px) {
  .epCubeNew .banner .buttons {
    flex-wrap: wrap;
  }
  .epCubeNew .spot-content {
    width: 200px;
  }
  .epCubeNew .spot1-container {
    left: 29.5%;
  }
  .epCubeNew .spot1-container {
    left: 36.5%;
  }
  .epCubeNew .spot2-container {
    left: 65.5%;
  }
  .epCubeNew .spot3-container {
    left: 65.5%;
  }
  .epCubeNew .distributor-item .img-container {
    height: 120px;
  }
  .epCubeNew .design-tool-item .img-container {
    aspect-ratio: 360/140;
    height: auto;
  }
  .epCubeNew .distributor .img-container, .epCubeNew .design-tool .img-container {
    margin-bottom: 0;
  }
  .epCubeNew .distributor-list, .epCubeNew .design-tool-list {
    gap: 24px;
  }
  .epCubeNew .specs-items {
    flex-direction: column;
  }
  .epCubeNew .specs .first-line {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .epCubeNew .spot-content {
    width: 125px;
  }
  .epCubeNew .spot1-container {
    left: 26%;
  }
  .epCubeNew .spot2-container {
    left: 69.5%;
  }
  .epCubeNew .spot3-container {
    left: 69.5%;
  }
  .epCubeNew .versatile .right {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .epCubeNew .versatile .right img {
    max-width: unset;
    height: 250px;
    width: unset;
  }
  .epCubeNew .carousel-item {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .epCubeNew .carousel-item img {
    height: 220px;
    width: unset;
    margin-bottom: 0;
    position: relative;
    left: -43px;
  }
}

@media (max-width: 400px) {
  .epCubeNew .spot-content {
    width: 200px;
  }
  .epCubeNew .spot1-container {
    left: 20%;
  }
  .epCubeNew .spot2-container {
    left: 72%;
  }
  .epCubeNew .spot3-container {
    left: 72%;
  }
  .epCubeNew .spot-content.spot2-content {
    left: unset;
    right: 0px;
  }
  .epCubeNew .spot-content.spot3-content {
    left: unset;
    right: 0px;
  }
}
