html,
body {
  overflow: unset;
  min-width: 100%;
  max-width: 100%;
}
#epCubeSolution {
  color: #fff;
  background: #000;
  position: relative;
}
.epCubeSolution .font-bold-52 {
  font-size: 52px;
  font-family: roboto-bold;
}
.epCubeSolution .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
.epCubeSolution .font-medium-16 {
  font-size: 16px;
  line-height: 28px;
  font-family: roboto-medium;
}
#epCubeSolution img {
  width: 100%;
}
#epCubeSolution a {
  color: #fff;
}
#epCubeSolution a:hover {
  text-decoration: none;
}
#epCubeSolution .flex-1 {
  flex: 1;
}
#epCubeSolution .button {
  border: 1px solid #fff;
  width: 7.66rem /* 147/19.2 */;
  height: 2.14rem /* 41/19.2 */;
  border-radius: 2.08rem /* 40/19.2 */;
}
#epCubeSolution .common-full-page {
  position: relative;
  color: #fff;
  min-height: 400px;
  overflow: hidden;
}

#epCubeSolution .common-full-page .title {
  margin-bottom: 10px;
}

#epCubeSolution .common-full-page .bac-img {
  width: 100%;
}

#epCubeSolution .common-full-page .cont {
  position: absolute;
  top: 6.51rem /* 125/19.2 */;
  left: 50%;
  max-width: 1200px;
  width: 90%;
  transform: translateX(-50%);
  right: 0;
  z-index: 2;
}

#epCubeSolution .common-full-page .shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(39, 44, 53, 0.8) 0%,
    rgba(0, 0, 0, 0) 28.64%,
    rgba(0, 0, 0, 0) 76.39%,
    rgba(0, 0, 0, 0) 82.29%,
    rgba(61, 61, 61, 0.8) 100%
  );
}

#epCubeSolution .common-full-page .links {
  margin-top: 1.72rem /* 33/19.2 */;
  gap: 0.78rem /* 15/19.2 */;
}

#epCubeSolution .common-full-page .links .link {
  min-width: 12.29rem /* 236/19.2 */;
  height: 2.92rem /* 56/19.2 */;
  border-radius: 2.08rem /* 40/19.2 */;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 2.08rem /* 40/19.2 */;
}

#epCubeSolution .message-contact {
  width: 3.75rem /* 72/19.2 */;
  position: fixed;
  right: 2.6rem /* 50/19.2 */;
  bottom: 6.56rem /* 126/19.2 */;
  z-index: 7;
  transition: opacity 0.3s ease-in-out; /* 添加淡入淡出效果 */
}

#epCubeSolution .back-to-top {
  width: 3.75rem /* 72/19.2 */;
  position: fixed;
  right: 2.6rem /* 50/19.2 */;
  bottom: 3.96rem /* 76/19.2 */;
  display: none;
  z-index: 7;
  transition: opacity 0.3s ease-in-out; /* 添加淡入淡出效果 */
}

#epCubeSolution .back-to-top.show {
  display: block;
  opacity: 1;
}

#epCubeSolution .common-wrapper {
  max-width: 76.88rem /* 1476/19.2 */;
  margin: 0 auto;
}

#epCubeSolution .color-white {
  color: #fff;
}

#epCubeSolution .color-white60 {
  color: rgba(255, 255, 255, 0.6);
}

#epCubeSolution .carousels-section {
  position: relative;
}
#epCubeSolution .carousels-section .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 80%;
  top: 80px;
  padding: 0 10px;
  z-index: 2;
}
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(43, 43, 43, 0) 50%, 
        rgba(29, 29, 29, 0) 80%, 
        rgba(58, 58, 58, 0.15) 100%);
}
#epCubeSolution .carousel-indicators {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#epCubeSolution .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#epCubeSolution .carousel-indicators button.active {
  background: #fff;
}

#epCubeSolution .carousel-item {
  position: relative;
}
#epCubeSolution .carousel-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
}
#epCubeSolution .carousel-item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1660px) {
  #epCubeSolution .common-full-page .cont {
    top: 4.17rem /* 80/19.2 */;
  }
}

@media (max-width: 1200px) {
  .epCubeSolution .font-bold-52 {
    font-size: 28px !important;
  }
  .epCubeSolution .font-regular-16 {
    font-size: 14px !important;
    line-height: 20px;
  }
  #epCubeSolution .carousels-section .text,
  #epCubeSolution .common-full-page .cont {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .epCubeSolution .font-bold-52 {
    font-size: 20px !important;
  }
  .epCubeSolution .font-regular-16 {
    font-size: 12px !important;
    line-height: 20px;
  }
  #epCubeSolution .common-full-page .bac-img {
    width: unset;
    height: 500px;
    position: relative;
    left: -50px;
  }
  #epCubeSolution .carousels-section .text {
    position: relative;
    padding: 20px 0;
    width: 90%;
  }
  #epCubeSolution .common-full-page .cont {
    padding: 0 10px;
  }
  #epCubeSolution .carousel-indicators {
    bottom: 48px;
  }
  #epCubeSolution .carousel {
    padding-bottom: 40px;
  }
  #epCubeSolution .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
  #epCubeSolution .carousel-item .image-container::after {
    display: none;
  }
  #epCubeSolution .carousel-item:last-child {
    position: relative;
    top: -20px;
  }
}
