.lumenhaus_toast {
  position: fixed;
  top: -100px;
  /* 初始位置在屏幕外 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #35312b;
  font-size: 14px;
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: top 0.5s ease;
}

.navge {
  display: none !important;
}

.nav_design {
  display: none !important;
}

.phone_menu {
  display: none !important;
}

.layui-layer {
  background: #fff !important;
}

.layui-layer-hui {
  background: #fff !important;
  color: #35312b !important;
  border-radius: 20px !important;
  font-family: "Satoshi-Regular" !important;
}

.layui-layer-hui .layui-layer-content {
  padding: 0px !important;
}

.layui-layer-dialog {
  padding: 20px !important;
}

.layui-layer {
  color: #35312b !important;
  border-radius: 20px !important;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.layui-layer .layui-layer-title {
  font-size: 16px !important;
  font-family: "Satoshi-Black" !important;
  border-bottom: 0 !important;
  padding: 0px !important;
}

.layui-layer-dialog .layui-layer-padding {
  padding: 0 0px 0px 0px !important;
}

.layui-layer-dialog .layui-layer-padding i {
  display: none !important;
}

.layui-layer-dialog .layui-layer-btn {
  display: inline-block;
  overflow: hidden;
  border-radius: 100px;
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
  float: right;
}

.layui-layer-dialog .layui-layer-btn a {
  color: #fff;
  font-family: "Satoshi-Medium";
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  padding: 6px 40px;
  margin: 0;
  line-height: 1.5;
  height: auto;
  font-size: 16px;
}

.layui-layer-dialog .layui-layer-btn::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
}

.layui-layer-dialog .layui-layer-btn:hover::after {
  left: -100%;
}

.ctn .input-group {
  position: relative;
}

.ctn * {
  color: #4c4948;
  font-family: "Satoshi-Regular";
}

.ctn .msg {
  font-style: initial;
  font-size: 14px;
  color: red;
  position: absolute;
  top: 100%;
  left: 0;
}

.ctn {
  background-size: cover;
  position: relative;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.ctn .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 500px;
  bottom: 0;
  height: 100%;
}

.ctn .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ctn .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 600px;
  bottom: 0;
}

.ctn .image-bg .default {
  width: 100%;
  height: 100%;
}

.ctn .image-bg .svgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  animation: fadeIn 0.5s forwards;
}

.ctn .image-bg .svgWrapper img {
  height: 100%;
  width: 100%;
  /* 确保图片占满容器 */
  object-fit: cover;
  /* 保持图片比例填充 */
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear;
}

.ctn .image-bg .svgWrapper svg {
  width: 100%;
  /* 和 img 保持一致 */
  height: 100%;
  object-fit: cover;
  /* 和 img 保持一致 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* .ctn .image-bg .svgWrapper svg .fade-in {
  animation: fadeIn 1s forwards;
} */

/* @keyframes fadeIn {
  0% {
      opacity: 0.3;
  }

  100% {
      opacity: 1;
  }
} */

.ctn .image-bg .dynamic-ele-container {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 477px;
  height: 278px;
  border-radius: 16px;
  overflow: hidden;
  z-index: 10;
  display: none;
}

.ctn .image-bg .dynamic-ele-container .content {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('/static/cn/system/img/dynamic_price.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ctn .image-bg .dynamic-ele-container .content .mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.ctn .image-bg .dynamic-ele-container .content .mark:nth-child(1) {
  left: 57%;
  top: 74%;
}
.ctn .image-bg .dynamic-ele-container .content .mark:nth-child(2) {
  left: 83%;
  top: 31%;
}

/* 选中状态样式 */
.ctn .image-bg .dynamic-ele-container .mark.selected {
  width: 18px;
  height: 18px;
  background-color: white;
  box-shadow: 0px 0px 12px 0px #FF9500;
  /* 选中后内圆的颜色 */
}

.ctn .image-bg .dynamic-ele-container .mark.selected::before,
.ctn .image-bg .dynamic-ele-container .mark.selected::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform-origin: center;
  /* 环的颜色和透明度 */
  animation: radarPulse 2s infinite linear;
}

.ctn .image-bg .dynamic-ele-container .mark.selected::before {
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #FF9500;
  /* 外环的颜色 */
}

.ctn .image-bg .dynamic-ele-container .mark.selected::after {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.3);
  border: 1px solid #FF9500;
  /* 更外环的颜色 */
}
/* 雷达扩散效果 */
@keyframes radarPulse {
  0% {
      transform: scale(0.5);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}

.ctn .image-bg .option {
  display: none;
}

.ctn .image-bg img {
  display: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all linear;
}

.ctn .image-bg-content {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 80px;
  padding-left: 60px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.ctn .image-bg-content div:nth-child(1) {
  font-family: "Satoshi-Bold";
  color: white;
}
.ctn .image-bg-content div:nth-child(2) {
  max-width: 650px;
  color: white;
}

.ctn .landing-page {
  position: relative;
  z-index: 2;
  width: 600px;
  /* padding: 80px 60px 40px; */
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(239, 204, 153, 0.19);
  /* border-radius: 55px 0 0 55px; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}

.ctn .page1,.page2,.page3,.page4,.page5 {
  padding: 80px 60px 40px;
  height: 100%;
  overflow-y: auto;
}

.ctn .page3 {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding: 70px 0 0 0; /* 滚动顶部捕捉的padding */
}

.ctn .page3 .section__item {
  width: 100%;
  margin-bottom: 2rem;
  scroll-snap-align: start;
  /* scroll-snap-stop: always; */
}

/* .ctn .landing-page::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 100px 0 0 0;
  background: #fff;
  width: 710px;
  height: 30px;
  z-index: 30;
}

.ctn .landing-page::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 0 0 0 100px;
  background: #fff;
  width: 710px;
  height: 30px;
  z-index: 30;
} */

.ctn .landing-page .title {
  font-family: "Satoshi-Black";
  color: #4c4948;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  display: none;
}

/* .ctn .landing-page .title span {
  color: #FD972C;
} */

.ctn .landing-page .line-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.ctn .landing-page .next {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  /* position: relative; */
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 16px;
  height: 48px;
}

.ctn .landing-page .next::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #ff9500 0%, #ffc418 100%);
  transition: all 0.5s;
  z-index: 1;
}

.ctn .landing-page .next p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Bold";
}

.ctn .landing-page .next svg {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: 15px;
}

.ctn .landing-page .next:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}

.ctn .landing-page .next:hover::after {
  left: -100%;
}

.ctn .landing-page .back {
  width: 100px;
  height: 48px;
  text-align: center;
  padding: 15px 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #e8edee;
  transition: all 0.3s;
  margin-top: 40px;
}

.ctn .landing-page .back p {
  font-family: "Satoshi-Medium";
  color: #474747;
  transition: all 0.3s;
}

.ctn .landing-page .back:hover {
  background: #474747;
}

.ctn .landing-page .back:hover p {
  color: #fff;
}

.ctn .landing-page .page1 .label {
  font-family: "Satoshi-Black";
  color: #474747;
}

.lumen_input::placeholder {
  color: #b5b0af;
}

.lumen_unit {
  font-size: 14px;
  color: #757575;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.lumen_unit::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #d8d8d8;
}

.select-products {
  display: flex;
  gap: 38px;
  flex-direction: column;
}

.select-products li {
  height: 134px;
  position: relative;
}

.select-products li:hover {
  background: #fff5eb !important;
}

.select-products li:nth-child(2) {
  height: 134px;
  position: relative;
}

.ctn .landing-page .page1 .label2 {
  margin-top: 32px;
}

.ctn .landing-page .page1 .input-group {
  background: #f8f8fa;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  transition: all 0.3s;
}

.ctn .landing-page .page1 .input-group input {
  height: 100%;
  line-height: 60px;
}

.ctn .landing-page .page1 .input-group.on {
  background: #fff5eb;
  border: 1px solid #fd972c;
}

.ctn .landing-page .page1 .input-group #searchInput {
  width: calc(100% - 40px);
}

.ctn .landing-page .page1 .input-group #getLocation {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

.ctn .landing-page .page1 .input-group #price {
  width: calc(100% - 100px);
  color: #4c4948;
}

.ctn .landing-page .page1 .input-group i {
  /* width: 208px; */
  text-align: center;
  display: flex;
  font-size: 14px;
}

.ctn .landing-page .page1 .line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin: 40px 0;
}

.ctn .landing-page .page1 ul li {
  width: 100%;
  background: #f8f8fa;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 15px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}

.ctn .landing-page .page1 ul li.on {
  background: #fff5eb;
  border: 1px solid #fd972c;
}

.ctn .landing-page .page1 ul li p {
  display: block;
  width: calc(100% - 80px);
}

.ctn .landing-page .page1 ul li .img {
  display: flex;
  justify-content: space-between;
  height: 160px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.ctn .landing-page .page1 ul li .img img {
  object-fit: contain;
  height: 100%;
  width: auto;
}

.ctn .landing-page .page1 ul li:hover .dian {
  border: 1px solid #fd972c;
  transform: all 0.3s;
}

.ctn .landing-page .page1 ul li .dian {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #d9ddde;
  position: relative;
}

.ctn .landing-page .page1 ul li .dian::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fd972c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ctn .landing-page .page1 ul li.on .dian {
  border: 1px solid #ff9500;
  transform: all 0.3s;
}

.ctn .landing-page .page1 ul li.on .dian::after {
  opacity: 1;
  transform: all 0.3s;
}

/* .ctn .landing-page .page1 ul li .img .pic1 {
  width: 33px;
}
.ctn .landing-page .page1 ul li .img .pic2 {
  width: 20px;
  margin-left: 24px;
} */

.ctn .landing-page .page1 .product {
  margin-top: 48px;
}

.ctn .landing-page .page1 .product .design-title {
  font-family: "Satoshi-Bold";
}
.ctn .landing-page .page1 {
  position: relative;
}
.ctn .landing-page .page1 .next-bottom {
  /* position: absolute; */
  /* bottom: 32px; */
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: translate(0px, 0px);
  width: 100%;
  /* padding: 0 32px; */
  box-sizing: border-box;
}

.ctn .landing-page .page2 {
  display: none;
}

.ctn .landing-page .page2 .warn {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ctn .landing-page .page2 .warn .icon {
  width: 20px;
}

.ctn .landing-page .page2 .warn .txt {
  width: calc(100% - 40px);
}

.ctn .landing-page .page2 .warn .txt p {
  font-family: "Satoshi-Black";
  display: block;
  color: #474747;
}

.ctn .landing-page .page2 .warn .txt span {
  font-family: "Satoshi-Regular";
  display: block;
  color: #474747;
  line-height: 1.2;
  width: 90%;
  margin-top: 8px;
}

.ctn .landing-page .page2 .line {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin: 40px 0;
}

.ctn .landing-page .page2 .next {
  cursor: no-drop;
  opacity: 0.6;
  pointer-events: none;
}

.ctn .landing-page .page2 .next.on {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

.ctn .landing-page .page2 .layui-form .suggested {
  margin-top: 40px;
}

.ctn .landing-page .page2 .layui-form .layui-unselect i {
  margin-right: 18px;
  font-size: 24px;
  color: #d9ddde;
}

.ctn .landing-page .page2 .layui-form .layui-unselect div {
  font-size: 18px;
  font-family: "Satoshi-Black";
  color: #474747 !important;
}

.ctn .landing-page .page2 .layui-form .layui-unselect.layui-form-radioed i {
  color: #fd972c;
}

.ctn .landing-page .page2 .layui-form .item {
  padding-left: 43px;
  margin-top: 8px;
}

.ctn .landing-page .page2 .layui-form .item * {
  font-family: "Satoshi-Regular";
  color: #474747;
}

.ctn .landing-page .page2 .layui-form .item a {
  border-bottom: 1px solid #474747;
  transition: all 0.3s;
}

.ctn .landing-page .page2 .layui-form .item a:hover {
  color: #fd972c;
  border-bottom: 1px solid #fd972c;
}

.ctn .landing-page .page2 .layui-form .zip_code {
  display: none;
  width: 100%;
  padding-left: 43px;
  margin-top: 10px;
}

.ctn .landing-page .page2 .layui-form .zip_code p {
  font-family: "Satoshi-Regular";
  color: #474747;
  padding-left: 10px;
}

.ctn .landing-page .page2 .layui-form .zip_code .input-group {
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 25px;
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  transition: all 0.3s;
}

.ctn .landing-page .page2 .layui-form .zip_code .input-group input {
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.ctn .landing-page .page2 .layui-form .det_infor {
  padding-left: 43px;
  display: none;
}

.ctn .landing-page .page2 .layui-form .det_infor p {
  font-family: "Satoshi-Black";
  color: #474747;
  margin-top: 10px;
}

.ctn .landing-page .page2 .layui-form .det_infor .input-group {
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 25px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  transition: all 0.3s;
}

.ctn .landing-page .page2 .layui-form .det_infor .input-group input {
  width: 100%;
  height: 100%;
  line-height: 50px;
}

.ctn .landing-page .page3 .p3-prompt {
  background: #f4f8f9;
  border-radius: 15px;
  padding: 15px 20px;
  margin-top: 10px;
  margin-bottom: -10px;
}

.ctn .landing-page .page3 .p3-prompt p span {
  color: #999;
}

.ctn .landing-page .page3 .p3-prompt p {
  color: #999;
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 10px;
}

.ctn .landing-page .page3 .p3-prompt svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.ctn .landing-page .page3 {
  display: none;
}

.ctn .landing-page .page3 .top_back {
  display: flex;
  justify-content: right;
}

.ctn .landing-page .page3 .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 48px;
  text-align: center;
  background: #f8f8fa;
  border-radius: 8px;
}

.ctn .landing-page .page3 .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.ctn .landing-page .page3 .option {
  margin-top: 64px;
}

.ctn .landing-page .page3 .option .tit {
  color: #474747;
  font-family: "Satoshi-Black";
  margin-bottom: 14px;
}

.ctn .landing-page .page3 .option .des {
  color: #757575;
  font-family: "Satoshi-Regular";
}

.ctn .landing-page .page3 .option ul {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 16px;
}

.ctn .landing-page .page3 .option .ul-battery-system {
  margin-top: 16px;
  gap: 16px;
}
.ctn .landing-page .page3 .option .ul-battery-system li {
  margin-top: 0px;
}

.ctn .landing-page .page3 .option ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  border-radius: 15px;
  padding: 16px 30px;
  background: #f8f8fa;
  border: 1px solid transparent;
  margin-top: 12px;
  cursor: pointer;
  position: relative;
  min-height: 130px;
}

.ctn .landing-page .page3 .option ul li:hover {
  background: #fff4e5;
}

.ctn .landing-page .page3 .option ul li:hover .dian {
  border: 1px solid #fd972c;
}

.ctn .landing-page .page3 .option ul li:nth-child(1) {
  margin-top: 0;
}

.ctn .landing-page .page3 .option ul li .dian {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #d9ddde;
  position: relative;
}

.ctn .landing-page .page3 .option ul li .dian::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fd972c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ctn .landing-page .page3 .option ul li .txt {
  width: calc(100% - 112px);
}

.ctn .landing-page .page3 .option ul li .txt p {
  color: #474747;
  display: block;
  font-family: "Satoshi-Bold";
  margin-bottom: 10px;
  width: 100%;
  padding-left: 14px;
}

.ctn .landing-page .page3 .option ul li .txt span {
  display: block;
  color: #757575;
  font-family: "Satoshi-Regular";
  position: relative;
  padding-left: 14px;
}
.ctn .landing-page .page3 .option ul li .txt span:not(:last-child) {
  margin-bottom: 8px;
}

.ctn .landing-page .page3 .option ul li .txt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #474747;
}

.ctn .landing-page .page3 .option ul li .img {
  display: flex;
  justify-content: space-between;
  height: 160px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.ctn .landing-page .page3 .option ul li .img i {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 41px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.ctn .landing-page .page3 .option ul li .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.ctn .landing-page .page3 .option ul li.on {
  background: #fff5eb;
  border: 1px solid #fd972c;
}

.ctn .landing-page .page3 .option ul li.on .dian {
  border: 1px solid #ff9500;
  transform: all 0.3s;
}

.ctn .landing-page .page3 .option ul li.on .dian::after {
  opacity: 1;
  transform: all 0.3s;
}

.ctn .landing-page .page3 .option ul li.on .txt p {
  color: #fd972c;
}

.ctn .landing-page .page3 .option .btns {
  width: 100%;
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.btns_column {
  flex-direction: column;
}

.compare {
  background: none;
  color: #ff9500;
}

.ctn .landing-page .page3 .option .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f8f8fa;
  height: 59px;
  color: #4c4948;
  border-radius: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.ctn .landing-page .page3 .option .btns .compare {
  background: none !important;
  color: #ff9500 !important;
}

.ctn .landing-page .page3 .option .btns a svg {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.ctn .landing-page .page3 .option .btns a svg path {
  transition: all 0.3s;
}

.ctn .landing-page .page3 .option .btns a:hover {
  background: #fff5eb;
  color: #474747;
}

.ctn .landing-page .page3 .option .btns a:hover svg path {
  fill: #474747;
}

.ctn .landing-page .page3 .option.battery_system {
  margin-top: 64px;
}

.ctn .landing-page .page3 .option.battery_system ul li .txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #757575;
}

.ctn .landing-page .page3 .option.battery_system ul li .txt span {
  width: 90%;
}

.ctn .landing-page .page3 .option.battery_system ul li .txt span:nth-last-child(1) {
  width: 51%;
}

.ctn .landing-page .page3 .option.battery_system ul li .txt span i {
  display: block;
  font-style: initial;
  width: 100%;
  color: #757575;
  line-height: 1.3;
}

.ctn .landing-page .page3 .state1 {
  display: none;
}

.ctn .landing-page .page3 .state2 {
  margin-top: 5px;
}

.ctn .landing-page .page3 .state2 .tit {
  color: #474747;
  font-family: "Satoshi-Black";
}

.ctn .landing-page .page3 .state2 .des {
  color: #474747;
  font-family: "Satoshi-Regular";
}

.ctn .landing-page .page3 .state2 .any {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.ctn .landing-page .page3 .state2 .any div {
  width: 220px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #b5b0af;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 20px;
}

.ctn .landing-page .page3 .state2 .any div:nth-last-child(1) {
  margin-right: 0;
}

.ctn .landing-page .page3 .state2 .any div p {
  color: #333;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
}

/* .ctn .landing-page .page3 .state2 .any div.on::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #eb701d 0%,
    #fcad1d 50%,
    #fcad1d 50%,
    #eb701d 100%
  );
  transition: all 0.5s;
  z-index: 1;
} */
.ctn .landing-page .page3 .state2 .any div.on {
  border: 1px solid #ff9500;
  transition: all 0.5s;
}

.ctn .landing-page .page3 .state2 .any div.on p {
  color: #ff9500;
}

.ctn .landing-page .page3 .state2 .any div.on:hover::after {
  left: -100%;
}

.ctn .landing-page .page3 .state2 .solar_panel_size {
  margin-top: 20px;
  display: none;
}

.ctn .landing-page .page3 .state2 .solar_panel_size p {
  display: block;
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Black";
}

.ctn .landing-page .page3 .state2 .solar_panel_size .input-group {
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  transition: all 0.3s;
}

.ctn .landing-page .page3 .state2 .solar_panel_size .input-group input {
  width: calc(100% - 60px);
  color: #474747;
  height: 100%;
  line-height: 60px;
}

.ctn .landing-page .page3 .state2 .solar_panel_size .input-group i {
  width: 50px;
  text-align: center;
  display: block;
  color: #474747;
  font-family: "Satoshi-Regular";
}

.ctn .landing-page .page3 .get_estimate {
  width: 100%;
  height: 48px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ff9500 0%, #ffc418 100%);
}

.ctn .landing-page .page3 .get_estimate::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, #ff9500 0%, #ffc418 100%);
  transition: all 0.5s;
  z-index: 1;
}

.ctn .landing-page .page3 .get_estimate p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
}

.ctn .landing-page .page3 .get_estimate:hover::after {
  left: -100%;
}

.ctn .landing-page .page4 {
  display: none;
}

.ctn .landing-page .page4 .top_back {
  display: flex;
  justify-content: right;
}

.ctn .landing-page .page4 .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 48px;
  text-align: center;
  background: #f4f8f9;
  border-radius: 100px;
  color: #4c4948;
}

.ctn .landing-page .page4 .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.ctn .landing-page .page4 .tit {
  color: #474747;
  margin-top: 5px;
  font-family: "Satoshi-Black";
}

.ctn .landing-page .page4 .des {
  color: #474747;
  font-family: "Satoshi-Regular";
}

.ctn .landing-page .page4 ul {
  margin-top: 20px;
}

.ctn .landing-page .page4 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  border-radius: 15px;
  padding: 20px 35px;
  background: #f4f8f9;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  min-height: 130px;
}

.ctn .landing-page .page4 ul li .txt {
  width: calc(100% - 145px);
}

.ctn .landing-page .page4 ul li .txt p {
  color: #474747;
  display: block;
  font-family: "Satoshi-Bold";
  margin-bottom: 3px;
  width: 100%;
}

.ctn .landing-page .page4 ul li .txt span {
  display: block;
  color: #474747;
  font-family: "Satoshi-Regular";
  position: relative;
  padding-left: 20px;
}

.ctn .landing-page .page4 ul li .txt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #474747;
}

.ctn .landing-page .page4 ul li .img {
  display: flex;
  justify-content: space-between;
  height: 160px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.ctn .landing-page .page4 ul li .img i {
  display: block;
  position: absolute;
  right: 0px;
  width: 41px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.ctn .landing-page .page4 ul li .img img {
  width: auto;
}

.ctn .landing-page .page4 ul li.on {
  background: #fff5eb;
  border: 1px solid #fd972c;
}

.ctn .landing-page .page4 ul li.on .txt p {
  color: #fd972c;
}

.ctn .landing-page .page4 .custom_size {
  margin-top: 60px;
}

.ctn .landing-page .page4 .input-group {
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  transition: all 0.3s;
}

.ctn .landing-page .page4 .input-group input {
  width: calc(100% - 60px);
  color: #474747;
  height: 100%;
  line-height: 60px;
}

.ctn .landing-page .page4 .input-group i {
  width: 50px;
  text-align: center;
  display: block;
  color: #474747;
  font-family: "Satoshi-Regular";
  cursor: pointer;
}

.ctn .landing-page .page4 .input-group i svg {
  width: 24px;
  height: 24px;
}

.ctn .landing-page .page4 .choose {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 33px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctn .landing-page .page4 .choose::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
}

.ctn .landing-page .page4 .choose p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
}

.ctn .landing-page .page4 .choose:hover::after {
  left: -100%;
}

.ctn .landing-page .page5 {
  display: none;
}

.ctn .landing-page .page5 .top_back {
  display: flex;
  justify-content: right;
}

.ctn .landing-page .page5 .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 35px;
  text-align: center;
  background: #f4f8f9;
  border-radius: 100px;
}

.ctn .landing-page .page5 .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.ctn .landing-page .page5 .tit {
  color: #474747;
  margin-top: 5px;
  font-family: "Satoshi-Black";
}

.ctn .landing-page .page5 form {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctn .landing-page .page5 .input-group {
  width: 100%;
  transition: all 0.3s;
  margin-bottom: 24px;
}

.ctn .landing-page .page5 .input-group:nth-child(1),
.ctn .landing-page .page5 .input-group:nth-child(2) {
  width: 48%;
}

.ctn .landing-page .page5 .input-group p {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Black";
  display: block;
  margin-bottom: 5px;
}

.ctn .landing-page .page5 .input-group p span {
  color: #c1c1c1;
  font-family: "Satoshi-Regular";
}

.ctn .landing-page .page5 .input-group input {
  color: #474747;
  line-height: 60px;
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
}

.ctn .landing-page .page5 .term {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.ctn .landing-page .page5 .term .cancel {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: #f4f8f9;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #d9ddde;
  position: relative;
}

.ctn .landing-page .page5 .term .cancel::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #fd972c;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ctn .landing-page .page5 .term .txt {
  width: calc(100% - 50px);
  font-family: "Satoshi-Medium";
  color: #474747;
  line-height: 1.3;
}

.ctn .landing-page .page5 .term .txt span,
.ctn .landing-page .page5 .term .txt a {
  color: #fd972c;
}

.ctn .landing-page .page5 .term.act .cancel::after {
  opacity: 1;
}

.ctn .landing-page .page5 .sub {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 55px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ctn .landing-page .page5 .sub::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
}

.ctn .landing-page .page5 .sub p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
}

.ctn .landing-page .page5 .sub:hover::after {
  left: -100%;
}

.ctn .landing-page .page5 .des {
  margin-top: 50px;
  color: #c1c1c1;
  font-family: "Satoshi-Regular";
}

.ctn .battery {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: none;
}

.ctn .battery .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  overflow: overlay;
}

.ctn .battery .top_back {
  display: flex;
  justify-content: right;
  cursor: pointer;
}

.ctn .battery .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 35px;
  text-align: center;
  background: #f4f8f9;
  border-radius: 100px;
}

.ctn .battery .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.ctn .battery .tit {
  font-family: "Satoshi-Bold";
  color: #333;
  margin-bottom: 50px;
}

.mt-48 {
  margin-top: 48px;
}

.design-title {
  font-family: "Satoshi-Black";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.ctn .battery ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ctn .battery ul li .img {
  width: 100%;
}

.ctn .battery ul li .img img {
  margin: 0 auto;
  display: block;
}

.ctn .battery ul li:nth-child(1) {
  width: 12%;
}

.ctn .battery ul li:nth-child(1) .img img {
  max-width: 134px;
}

.ctn .battery ul li:nth-child(2) {
  width: 12%;
}

.ctn .battery ul li:nth-child(2) .img img {
  max-width: 134px;
}

.ctn .battery ul li:nth-child(3) {
  width: 22.3%;
}

.ctn .battery ul li:nth-child(3) .img img {
  max-width: 233px;
}

.ctn .battery ul li:nth-child(4) {
  width: 22.1%;
}

.ctn .battery ul li:nth-child(4) .img img {
  max-width: 233px;
}

.ctn .battery ul li:nth-child(5) {
  width: 22.2%;
}

.ctn .battery ul li:nth-child(5) .img img {
  max-width: 233px;
}

.ctn .battery ul li .txt {
  width: 100%;
  text-align: center;
}

.ctn .battery ul li .txt p {
  text-align: center;
  font-family: "Satoshi-Bold";
  color: #333;
}

.ctn .battery ul li .txt .specs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}

.ctn .battery ul li .txt .specs .size {
  flex: 0 1 47%;
  text-align: center;
  white-space: nowrap;
}

.ctn .battery ul li .txt .specs .size:only-child {
  flex: 0 0 100%;
}

.ctn .battery ul li .txt .btn {
  text-align: center;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 45px;
  display: inline-block;
  background: #faf3e9;
  transition: all 0.3s;
}

.ctn .battery ul li .txt .btn::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
}

.ctn .battery ul li .txt .btn p {
  color: #e49235;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
  padding: 15px 50px;
  white-space: nowrap;
}

.ctn .battery ul li .txt .btn .current-selection {
  display: none;
  padding: 15px 30px;
  color: #fff !important;
}

.ctn .battery ul li .txt .btn .replace {
  cursor: pointer;
}

.ctn .battery ul li .txt .btn:hover {
  background: #e49235;
}

.ctn .battery ul li .txt .btn:hover p {
  color: #fff;
}

.ctn .battery ul li .txt .btn.on::after {
  opacity: 1;
}

.ctn .battery ul li .txt .btn.on .current-selection {
  display: block;
}

.ctn .battery ul li .txt .btn.on .replace {
  display: none;
}

.guide {
  width: 100%;
  height: 100vh;
  overflow: overlay;
  position: relative;
  z-index: 3;
  background: #fff;
  display: none;
}

.guide .content {
  margin-top: 30px;
}

.guide .content .w1440 {
  overflow: initial;
}

.guide .content .top_back {
  display: flex;
  justify-content: right;
}

.guide .content .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 35px;
  text-align: center;
  background: #f4f8f9;
  border-radius: 100px;
}

.guide .content .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.guide .content .describe {
  background: #f4f8f9;
  border-radius: 30px 30px 30px 30px;
  padding: 38px 60px;
  margin-top: 30px;
}

.guide .content .describe div {
  padding-left: 40px;
  font-family: "Satoshi-Medium";
  position: relative;
  margin-bottom: 28px;
}

.guide .content .describe div:nth-last-child(1) {
  margin-bottom: 0;
}

.guide .content .describe div::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 4px 4px 4px 4px;
}

.guide .content .describe div.type1::after {
  background: #dde4e7;
}

.guide .content .describe div.type2::after {
  background: #ffe484;
}

.guide .content .describe div.type3::after {
  background: #fd972c;
}

.guide .content .histogram {
  width: 100%;
  height: 360px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.guide .content .histogram .axis {
  width: 160px;
  height: 100%;
}

.guide .content .histogram .axis .axis-tick {
  width: 100%;
  height: 33.33%;
  text-align: right;
  font-family: "Satoshi-Medium";
}

.guide .content .histogram .columns {
  width: calc(100% - 200px);
  position: relative;
  height: 100%;
}

.guide .content .histogram .columns .axis-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
}

.guide .content .histogram .columns .axis-bottom .axis-t {
  width: 1px;
  position: relative;
}

.guide .content .histogram .columns .axis-bottom .axis-t p {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: "Satoshi-Medium";
}

.guide .content .histogram .columns .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.guide .content .histogram .columns .line p {
  width: 1px;
  height: 100%;
  background: #d0d0d0;
}

.guide .content .histogram .columns .bar-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1% 0;
}

.guide .content .histogram .columns .bar-box .group {
  width: 100%;
  height: 33.33%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.guide .content .histogram .columns .bar-box .group div {
  border-radius: 5px 5px 5px 5px;
  height: 33.33%;
}

.guide .content .histogram .columns .bar-box .group .bar1 {
  background: #dde4e7;
  width: 20%;
}

.guide .content .histogram .columns .bar-box .group .bar2 {
  background: #f9eebe;
  width: 30%;
}

.guide .content .histogram .columns .bar-box .group .bar3 {
  background: #fd972c;
  width: 50%;
}

.guide .content .hr1 {
  margin: 180px 0 67px;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.guide .content .hr2 {
  margin: 80px 0 47px;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.guide .content .block-t {
  display: flex;
  justify-content: space-between;
}

.guide .content .block-t .capacity {
  width: 50%;
}

.guide .content .block-t .capacity p {
  color: #474747;
  font-family: "Satoshi-Black";
  display: block;
  width: 100%;
}

.guide .content .block-t .capacity ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guide .content .block-t .capacity ul li {
  background: #e8ecee;
  border-radius: 100px;
  height: 55px;
  line-height: 55px;
  width: 19.5%;
  text-align: center;
  color: #474747;
  cursor: pointer;
}

.guide .content .block-t .capacity ul li.on {
  background: #fd972c;
}

.guide .content .block-t .capacity ul li.on p {
  color: #fff;
}

.guide .content .block-t .backup {
  width: 40%;
  margin-bottom: 76px;
}

.guide .content .block-t .backup .input-group {
  width: 100%;
  transition: all 0.3s;
}

.guide .content .block-t .backup .input-group p {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Black";
  display: block;
  margin-bottom: 20px;
}

.guide .content .block-t .backup .input-group input {
  color: #474747;
  line-height: 60px;
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
}

.guide .content .block-t .backup .input-group span {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Medium";
  display: block;
  margin-top: 20px;
}

.guide .content .block-b {
  display: flex;
  justify-content: space-between;
}

.guide .content .block-b .infor {
  width: 50%;
}

.guide .content .block-b .infor .tit {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Medium";
  display: block;
  margin-bottom: 35px;
}

.guide .content .block-b .infor ul {
  display: flex;
  justify-content: space-between;
  width: 560px;
}

.guide .content .block-b .infor ul * {
  box-sizing: content-box;
}

.guide .content .block-b .infor ul li {
  width: 200px;
}

.guide .content .block-b .infor ul li p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fd972c;
  font-family: "Satoshi-Black";
  margin-bottom: 5px;
}

.guide .content .block-b .infor ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Medium";
}

.guide .content .block-b .infor ul li span svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-left: 5px;
}

.guide .content .block-b .infor ul li span .prompt {
  position: relative;
}

.guide .content .block-b .infor ul li span .prompt em {
  width: 200px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0%;
  font-style: initial;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 10px;
}

.guide .content .block-b .infor ul li span .prompt:hover em {
  opacity: 1;
  left: 100%;
  pointer-events: auto;
}

.guide .content .block-b .infor ul li:nth-child(1) {
  margin-right: 80px;
  padding-right: 80px;
  border-right: 1px solid #d3d3d3;
}

.guide .content .block-b .consumption {
  width: 40%;
}

.guide .content .block-b .consumption .input-group {
  width: 100%;
  transition: all 0.3s;
}

.guide .content .block-b .consumption .input-group p {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Black";
  display: block;
  margin-bottom: 20px;
}

.guide .content .block-b .consumption .input-group input {
  color: #474747;
  line-height: 60px;
  background: #f4f8f9;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0 25px;
  width: 100%;
  height: 60px;
}

.guide .content .block-b .consumption .input-group span {
  width: 100%;
  color: #474747;
  font-family: "Satoshi-Medium";
  display: block;
  margin-top: 20px;
}

.guide .content .btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}

.guide .content .btn .confirm {
  width: 330px;
  text-align: center;
  padding: 18px 0;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guide .content .btn .confirm::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
}

.guide .content .btn .confirm p {
  color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
}

.guide .content .btn .confirm:hover::after {
  left: -100%;
}

.comparison-system {
  width: calc(100% - 600px);
  height: 100vh;
  overflow: overlay;
  position: relative;
  z-index: 3;
  /* background: url(../img/comparison_bg.png) center bottom; */
  background-size: cover;
  padding: 60px 0;
  display: none;
  backdrop-filter: blur(10px);
  background: rgba(248, 248, 250, 0.9);
}

.comparison-system .top_back {
  display: flex;
  justify-content: right;
}

.comparison-system .top_back p {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 150px;
  height: 35px;
  text-align: center;
  background: #f4f8f9;
  border-radius: 100px;
}

.comparison-system .top_back p svg {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.comparison-system .system-list {
  display: flex;
  justify-content: center;
  width: 94%;
  margin: 10px auto 0;
  height: 100%;
  /* background: rgba(248, 248, 250, 0.9);
  backdrop-filter: blur(10px); */
}

.comparison-system .system-list .item {
  width: 33%;
  /* border-right: 1px solid #D9D9D9; */
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.comparison-system .system-list .item:hover {
  background: linear-gradient(180deg,
      rgba(255, 149, 0, 0) 0%,
      rgba(255, 149, 0, 0.1) 50%,
      rgba(255, 149, 0, 0) 100%);
  transform: all 1s;
}

.comparison-system .system-list .act {
  background: linear-gradient(180deg,
      rgba(255, 149, 0, 0) 0%,
      rgba(255, 149, 0, 0.1) 50%,
      rgba(255, 149, 0, 0) 100%);
  transform: all 1s;
}

.comparison-system .system-list .item:nth-last-child(1) {
  border-right: 0;
}

.comparison-system .system-list .item.act .img {
  background: url(../img/comparison_icon.png) center center no-repeat;
  background-size: 90%;
}

.comparison-system .system-list .item .img {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}

.comparison-system .system-list .item .img i {
  display: block;
  position: absolute;
  top: 1%;
  left: 21%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100%;
  background: #fd972c;
  color: #fff;
}

.comparison-system .system-list .item .img.ic1 i {
  left: 21%;
}

.comparison-system .system-list .item .img.ic2 i {
  left: 21%;
}

.comparison-system .system-list .item .img.ic3 i {
  left: 3%;
}

.comparison-system .system-list .item .img.ic4 i {
  left: 3%;
}

.comparison-system .system-list .item .img.ic5 i {
  left: 3%;
}

.comparison-system .system-list .item .line {
  /* margin-top: 55px; */
}

.comparison-system .system-list .item .line p {
  display: block;
  text-align: center;
  font-family: "Satoshi-Regular";
  color: #757575;
}

.comparison-system .system-list .item .line span {
  display: block;
  text-align: center;
  font-family: "Satoshi-Black";
  color: #4c4948;
  margin-top: 8px;
}

.comparison-system .system-list .item .line span.black {
  color: #474747;
}

.comparison-system .hr {
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  margin: 40px 0 55px;
}

.comparison-system .btns {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.comparison-system .btns .btn {
  text-align: center;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  background: #ffedcb;
  transition: all 0.3s;
  width: 25%;
  margin-right: 20px;
}

.comparison-system .btns .btn:nth-last-child(1) {
  margin-right: 0;
}

.comparison-system .btns .btn::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right,
      #eb701d 0%,
      #fcad1d 50%,
      #fcad1d 50%,
      #eb701d 100%);
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
}

.comparison-system .btns .btn p {
  color: #474747;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Satoshi-Medium";
  white-space: nowrap;
  width: 100%;
  padding: 16px 0;
}

.comparison-system .btns .btn .selected {
  display: none;
  color: #fff !important;
}

.comparison-system .btns .btn .choose {
  cursor: pointer;
}

.comparison-system .btns .btn:hover {
  background: #e49235;
}

.comparison-system .btns .btn:hover p {
  color: #fff;
}

.comparison-system .btns .btn.on::after {
  opacity: 1;
}

.comparison-system .btns .btn.on .selected {
  display: block;
}

.comparison-system .btns .btn.on .choose {
  display: none;
}

.comparison-system .close-comparison-icon {
  position: absolute;
  right: 32px;
  top: 92px;
  cursor: pointer;
}

.customized_option .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.customized_option .line p {
  width: auto !important;
}

.customized_option .line label {
  font-family: "Satoshi-Regular";
  display: inline;
  cursor: pointer;
  color: #fd972c;
  display: none;
  cursor: pointer;
}

.customized_option .line .showEditText {
  display: block;
  margin-bottom: 10px;
}

/* ----------Sunheat & Suncharger -------- */
.ctn .landing-page .page3 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  display: none;
  padding-bottom: 0;
}

.ctn .landing-page .page3 .option .inline-tit {
  max-width: 60%;
  color: #474747;
  font-family: "Satoshi-Black";
}

.ctn .landing-page .page3 .option .des {
  color: #757575;
  font-family: "Satoshi-Regular";
  line-height: 1.3;
}

.ctn .landing-page .page3 .product-details {
  position: relative;
  width: 100%;
  border-radius: 16px;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  gap: 10px;
  align-self: stretch;
  background: #f8f8fa;
  margin-top: 60px;
}

.ctn .landing-page .page3 .product-details .product-pic {
  position: absolute;
  right: 0;
  top: -35px;
  width: 182px;
  object-fit: contain;
}

.ctn .landing-page .page3 .product-details .product-header {
  font-family: "Satoshi-Bold";
  margin-bottom: 14px;
}

.ctn .landing-page .page3 .product-details .product-details-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  max-width: 62%;
}
.ctn .landing-page .page3 .product-details .product-details-item i {
  height: 24px;
}

.ctn .landing-page .page3 .product-details .product-details-item .des {
  color: "#757575";
}

.ctn .landing-page .page3 .opt {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 18px;
}

.ctn .landing-page .page3 .opt .tit {
  font-family: "Satoshi-Bold";
}

.ctn .landing-page .page3 .opt .sysBtns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ctn .landing-page .page3 .opt .sysBtns .btn,
.svg-icon {
  /* width: 57px; */
  height: 28px;
  line-height: 16px;
  border-radius: 8px;
  padding: 4px 16px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #b5b0af;
  color: #757575;
  cursor: pointer;
  white-space: nowrap;
}

.ctn .landing-page .page3 .opt .sysBtns .svg-icon {
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;

  .fill-svg path,
  rect {
    fill: #b5b0af;
  }
}

.ctn .landing-page .page3 .opt .sysBtns .btn:hover {
  color: #ff9500;
  border: 1px solid #ff9500;
  transform: all 0.3s;
}

.ctn .landing-page .page3 .opt .sysBtns .selected {
  color: #ff9500;
  border: 1px solid #ff9500;
  transform: all 0.3s;
}

.ctn .landing-page .page3 .opt .sysBtns .svg-icon:hover {
  color: #ff9500;
  border: 1px solid #ff9500;
  transform: all 0.3s;
}

.ctn .landing-page .page3 .quantity .sysBtns .svg-icon:hover {

  .fill-svg path,
  rect {
    fill: #ff9500;
    transform: all 0.3s;
  }
}

.ctn .landing-page .page3 .quantity .sysBtns .selected-icon {
  color: #ff9500;
  border: 1px solid #ff9500;
  transform: all 0.3s;

  .fill-svg path,
  rect {
    fill: #ff9500;
    transform: all 0.3s;
  }
}

.ctn .landing-page .page3 .opt .sysBtns .quantity-value {
  color: #4c4948;
  font-family: "Satoshi-Bold";
  width: 14px;
}

.ctn .landing-page .page3 .sunheat {
  margin-top: 64px;
  padding-bottom: 110%;
}

.ctn .landing-page .page3 .suncharger {
  margin-top: 64px;
}

.estimate_done {
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 9;
  background: white;
}
.estimate_done img {
  width: 208px;
  margin-bottom: 32px;
}
.estimate_done .estimate_done_msg {
  color: #3D3D3D;
  max-width: 602px;
  text-align: center;
  margin: 0 18px;
  font-family: 'Satoshi-Regular';
}

.estimate_done .estimate_done_btn {
    width: 200px;
    height: 48px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(90deg, #ff9500 0%, #ffc418 100%);
    font-size: 16px;
    color: white;
    margin-top: 92px;
    font-family: 'Satoshi-Regular';
}

/* ------------------ */

@keyframes arrX {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1600px) {
  .ctn .image-bg {
    right: 600px;
  }

  .ctn .landing-page {
    width: 600px;
  }
  .ctn .page1,.page2,.page3,.page4,.page5 {
    padding: 80px 32px 32px;
  }

  .ctn .comparison-system {
    width: calc(100% - 600px);
  }

  .ctn .battery ul li:nth-child(1),
  .ctn .battery ul li:nth-child(2) {
    width: 10.8%;
  }

  .ctn .battery ul li .txt .btn p {
    font-size: 14px;
    padding: 15px 35px;
  }

  .ctn .battery ul li .txt .btn .current-selection {
    padding: 15px 20px;
  }

  .ctn .landing-page::before,
  .ctn .landing-page::after {
    width: 610px;
  }
}

/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .battery ul li .txt .btn p {
    font-size: 12px;
    padding: 12px 25px;
  }

  .ctn .battery ul li .txt .btn .current-selection {
    padding: 12px 10px;
  }

  .ctn .landing-page .page3 .product-details .product-header {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  .ctn .battery ul li {
    width: 33% !important;
    margin-bottom: 40px;
  }

  .ctn .battery .item {
    display: block;
    padding: 50px 0;
  }

  .ctn .battery ul li .txt .btn {
    margin-top: 20px;
  }

  .ctn .battery ul li .txt .btn p {
    font-size: 14px;
    padding: 12px 35px;
  }

  .ctn .battery ul li .txt .btn .current-selection {
    padding: 12px 20px;
  }
}

/* 150 */
@media screen and (max-width: 1024px) {
  .ctn .battery ul li {
    width: 50% !important;
  }
}

@media screen and (max-width: 998px) {
  .ctn .landing-page {
    width: 100%;
    border-radius: 0;
  }
  .ctn .page1,.page2,.page3,.page4,.page5 {
    padding: 20px 20px 20px;
  }
  .ctn .page3 {
    height: calc(100vh - 60px);
  }

  .ctn .video-bg {
    display: none;
  }

  .ctn .image-bg {
    display: none;
  }

  .ctn  .comparison-system {
    width: 100%;
  }

  .ctn .landing-page .title  {
    display: block;
  }
  .ctn .landing-page .page1 .label {
    margin-top: 15px;
  }


  .ctn .landing-page .page1 .input-group {
    border-radius: 15px;
    height: 45px;
    padding: 0 15px;
  }

  .ctn .landing-page .page1 .input-group input {
    line-height: 45px;
  }

  .ctn .landing-page .page1 .line {
    margin: 30px 0;
  }

  .ctn .landing-page .page2 .warn {
    margin-top: 20px;
  }

  .ctn .landing-page .page2 .line {
    margin: 30px 0;
  }

  .ctn .landing-page .page2 .layui-form .suggested {
    margin-top: 30px;
  }

  .ctn .landing-page .page2 .layui-form .zip_code .input-group {
    width: 100%;
    border-radius: 5px;
    height: 45px;
  }

  .ctn .landing-page .page3 .option.battery_system ul li .txt span {
    width: 100% !important;
  }

  .ctn .landing-page .page3 .option ul li {
    padding: 12px 15px;
  }

  .ctn .landing-page .page4 {
    margin-top: 10px;
  }

  .ctn .landing-page .page4 .input-group {
    padding: 0 15px;
    border-radius: 5px;
    height: 45px;
  }

  .ctn .landing-page .page4 .input-group input {
    line-height: 45px;
  }

  .ctn .landing-page .page4 .custom_size {
    margin-top: 30px;
  }

  .ctn .landing-page .page4 ul li {
    padding: 12px 15px;
  }

  .ctn .landing-page .page4 ul li .txt {
    width: calc(100% - 90px);
  }

  .ctn .landing-page .page5 {
    margin-top: 10px;
  }

  .ctn .landing-page .page5 form {
    margin-top: 25px;
  }

  .ctn .landing-page .page5 .input-group:nth-child(1),
  .ctn .landing-page .page5 .input-group:nth-child(2) {
    width: 100%;
  }

  .ctn .landing-page .page5 .input-group input {
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    height: 45px;
  }

  .ctn .landing-page .page5 .term .txt {
    width: calc(100% - 35px);
  }

  .ctn .landing-page .page5 .sub {
    margin-top: 35px;
  }

  .ctn .landing-page .page5 .des {
    margin-top: 30px;
  }

  .guide .content .histogram .axis .axis-tick i {
    display: none;
  }

  .guide .content .histogram .axis {
    width: 70px;
  }

  .guide .content .histogram .columns {
    width: calc(100% - 80px);
  }

  .guide .content .histogram {
    height: 250px;
    margin-top: 40px;
  }

  .guide .content {
    margin-top: 40px;
  }

  .guide .content .describe {
    padding: 20px;
    border-radius: 10px;
  }

  .guide .content .hr1 {
    margin: 80px 0 30px;
  }

  .guide .content .block-t {
    flex-wrap: wrap;
  }

  .guide .content .block-t .capacity {
    width: 100%;
  }

  .guide .content .block-t .backup {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .guide .content .block-t .capacity ul {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .guide .content .block-t .capacity ul li {
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
    height: 40px;
    line-height: 40px;
  }

  .guide .content .block-t .backup .input-group p {
    margin-bottom: 5px;
  }

  .guide .content .block-t .backup .input-group input {
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
  }

  .guide .content .block-t .backup .input-group span {
    margin-top: 5px;
  }

  .guide .content .block-b {
    flex-wrap: wrap;
  }

  .guide .content .block-b .infor {
    width: 100%;
    order: 3;
  }

  .guide .content .block-b .infor ul {
    width: 100%;
    justify-content: center;
  }

  .guide .content .block-b .infor ul li {
    width: 45%;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: 0 !important;
  }

  .guide .content .block-b .consumption {
    width: 100%;
  }

  .guide .content .block-b .consumption .input-group p {
    margin-bottom: 5px;
  }

  .guide .content .block-b .consumption .input-group input {
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
  }

  .guide .content .block-b .consumption .input-group span {
    margin-top: 5px;
  }

  .guide .content .hr2 {
    margin: 40px 0 30px;
  }

  .guide .content .btn .confirm {
    width: 100%;
    padding: 15px 0;
  }

  .comparison-system .system-list .item .line {
    /* margin-top: 25px; */
  }

  .comparison-system .system-list .item .line span {
    margin-top: 3px;
  }

  .comparison-system .hr {
    margin: 30px 0 30px;
  }

  .comparison-system .btns .btn p {
    padding: 8px 0;
  }

  .ctn .landing-page::before,
  .ctn .landing-page::after {
    width: 100%;
    border-radius: 0;
    height: 10px;
  }

}

@media screen and (max-width: 768px) {
  .ctn .landing-page .page1 .input-group i {
    font-size: 12px;
  }

  .guide .content .histogram .axis {
    width: 60px;
  }

  .guide .content .histogram .columns {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 1200px) {
  .ctn .landing-page .page3 .option .des {
    font-size: 14px;
  }

  .ctn .landing-page .page3 .product-details .product-header {
    font-size: 14px;
  }
}

@media screen and (max-height: 876px) {
  .ctn .page3 .section__item {
    scroll-snap-align: none; /* 高度不够时禁用整屏滚动 */
  }

  .ctn .landing-page .page3 .option {
    margin-top: 32px;
  }
  
} 

@media screen and (max-width: 768px) {
  .ctn .landing-page .page3 .product-details .product-pic {
    width: 38%;
  }
  .page1 .fnt_16 {
    font-size: 12px !important;
  }
  .page2 .fnt_16 {
    font-size: 12px !important;
  }
  .ctn .landing-page .page3 .opt .sysBtns .btn {
    font-size: 12px;
  }

  .ctn .landing-page .page3 .state2 .des {
    font-size: 12px;
  }

  .ctn .landing-page .page3 .option .btns a {
    font-size: 12px;
  }
  .ctn .landing-page .page3 .get_estimate p {
    font-size: 12px;
  }
  .ctn .landing-page .page5 .top_back p {
    font-size: 12px;
  }

  .comparison-system {
    padding: 0;
  }
  .comparison-system .close-comparison-icon {
    top: calc(36/750*100vw);
  }
  /* 移动端Compare System样式 */
.system-list-w768 {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
}
.system-list-w768 .system-title {
  text-align: center;
  font-size: calc(32/750*100vw);
  font-family: 'Satoshi-Bold';
  margin-top: calc(36/750*100vw);
}
.system-list-w768 .system-list {
  flex: 1;
  overflow-x: auto;
  padding-top: calc(57/750*100vw);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}
.system-list-w768 .system-list .system-li {
  min-width: calc(208/750*100vw) !important;
  width: calc(208/750*100vw) !important;
  display: inline-flex;
  flex-direction: column;
  gap: calc(40/750*100vw);
  border-right: 1px solid #F3F3F6;
}
.system-list-w768 .system-list .system-li:nth-child(1) {
  position: sticky;
  left: 0;
  background: #fff;
  padding: 0 calc(24/750*100vw);
}

.system-list-w768 .system-list .system-li .content {
  font-size: calc(28/750*100vw);
  color: #4C4948;
  font-family: 'Satoshi-Bold';
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-list-w768 .system-list .system-li .fixed-left {
  font-size: calc(24/750*100vw);
  color: #757575;
  justify-content: flex-start;
}
.system-list-w768 .system-list .system-li .imgArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:calc(24/750*100vw);
  height: calc(360/750*100vw);
}
.system-list-w768 .system-list .system-li .imgArea  .capacity {
  font-size: calc(33/750*100vw);
  color: #4C4948;
  font-family: 'Satoshi-Bold';
}
.system-list-w768 .system-list .system-li .imgArea  .slected-circle {
  height: calc(40/750*100vw);
  width: calc(40/750*100vw);
  border-radius: 50%;
  border: 1px solid #FF9500;
}
.system-list-w768 .system-list .act .slected-circle {
  background: url('/static/cn/system/img/selected.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
}
.system-list-w768 .system-list .system-li .content:nth-child(2) {
  height: calc(126/750*100vw);
  justify-content: center;
}
.system-list-w768 .system-list .system-li .content:nth-child(n+3):nth-child(-n+7) {
  height: 11.19vw; /* 84/750*100 = 11.19 */
}

.system-list-w768 .choose-icon {
  height: calc(98/750*100vw);
  margin: calc(20/750*100vw) calc(64/750*100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF9500;
  border-radius: calc(32/750*100vw);
}

}

@media screen and (min-width: 769px) {
  .system-list-w768 .system-title {
    display: none;
  }
  .system-list-w768 .choose-icon {
    display: none;
  }
}

@media screen and (max-width: 376px) {
  .select-products li {
    height: 110px;
  }

  .ctn .landing-page .page1 ul li .img {
    height: 130px;
    right: 12px;
  }
  .select-products li:nth-child(2) {
    height: 110px;
  }
  .ctn .landing-page .page3 .option ul li .img {
    height: 144px;
    right: 12px;
  }
  
}
/*# sourceMappingURL=./system.css.map */