.energy_main {
  height: 8rem;
  background: #FAFAFA;
}
.energy_main .en_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.energy_main .en_content img {
  width: 1.6rem;
  height: 1.6rem;
}
.energy_main .en_content h2 {
  margin-top: 0.48rem;
  font-size: 0.56rem;
  font-weight: 500;
  color: #262626;
}
.energy_main .en_content p {
  margin-top: 0.16rem;
  font-size: 0.4rem;
  font-weight: 300;
  color: rgba(38, 38, 38, 0.7);
}
.discount {
  margin-top: 0.16rem;
}
.discount .discont_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discount .discont_items .discount_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.68rem;
  height: 2.38rem;
  background: #FAFAFA;
  border-radius: 0.16rem;
}
.discount .discont_items .discount_item img {
  width: auto;
  height: 0.6rem;
}
.discount .discont_items .discount_item p {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  color: #262626;
}
.view {
  margin: 1.8rem 0;
}
.view .view_items {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.view .view_items .view_desktop {
  position: relative;
  width: 9.8rem;
  height: 5.6rem;
  background: url('../images/energy/computer.png') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 0.25rem;
}
.view .view_items .view_desktop .mySwiper_computer {
  width: 7.8rem;
  height: 4.82rem;
}
.view .view_items .view_desktop .mySwiper_computer .swiper-slide {
  width: 7.8rem;
  height: 4.82rem;
}
.view .view_items .view_desktop .mySwiper_computer .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view .view_items .view_phone {
  position: relative;
  width: 2.2rem;
  height: 4.55rem;
  background: url('../images/energy/phone.png') no-repeat center center;
  background-size: 100% 100%;
  padding-top: 0.06rem;
  padding-left: 0.08rem;
}
.view .view_items .view_phone .mySwiper_computer {
  width: 2rem;
  height: 4.4rem;
  border-radius: 0.32rem;
  overflow: hidden;
}
.view .view_items .view_phone .mySwiper_computer .swiper-slide {
  width: 2rem;
  height: 4.4rem;
}
.view .view_items .view_phone .mySwiper_computer .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.32rem;
  object-fit: cover;
}
.funcation .funcation_items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.funcation .funcation_items .funcation_item {
  display: flex;
  margin-bottom: 0.6rem;
}
.funcation .funcation_items .funcation_item img {
  margin-top: 0.04rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.funcation .funcation_items .funcation_item .fun_content {
  width: 2.3rem;
}
.funcation .funcation_items .funcation_item .fun_content .title {
  font-size: 0.16rem;
  font-weight: 500;
  color: #262626;
}
.funcation .funcation_items .funcation_item .fun_content .content {
  font-size: 0.14rem;
  color: rgba(38, 38, 38, 0.7);
  margin-top: 0.08rem;
}
.platform .plat {
  position: relative;
  margin-top: 1.6rem;
  width: 100%;
  height: 6rem;
  background: url('../images/energy/platform.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.platform .plat .plat_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.platform .plat .plat_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.8rem;
  height: 2.8rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFFFFF;
}
.platform .plat .plat_content .plat_more {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.2rem;
}
.platform .plat .plat_content .plat_more .plat_moretitle {
  display: flex;
  align-items: center;
  font-size: 0.56rem;
  font-weight: 500;
}
.platform .plat .plat_content .plat_more .plat_moretitle .num {
  color: #004C97;
}
.platform .plat .plat_content .plat_more .plat_moretitle .title {
  color: #262626;
}
.platform .plat .plat_content .plat_more .plat_morecontent {
  width: 5.6rem;
  line-height: 1.67;
  font-size: 0.16rem;
  color: #262626;
}
.platform .plat .plat_content .plat_list {
  height: 0.96rem;
  width: 100%;
  border-radius: 0px 0px 0.2rem 0.2rem;
  background: #FFFFFF;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0 0.48rem;
}
.platform .plat .plat_content .plat_list .plat_icons::-webkit-scrollbar {
  display: none;
}
.platform .plat .plat_content .plat_list .plat_icons {
  display: flex;
  align-items: center;
  margin-top: 0.16rem;
  overflow-x: auto;
  width: max-content;
  animation: scrollLeft 6s linear infinite alternate;
}
.platform .plat .plat_content .plat_list .plat_icons:first-child {
  animation-name: scrollLeft;
}
.platform .plat .plat_content .plat_list .plat_icons:last-child {
  animation-name: scrollRight;
}
.platform .plat .plat_content .plat_list .plat_icons:hover {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(-30%);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20%);
  }
}
.platform .plat .plat_content .plat_list .plat_icons .plat_icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.72rem;
}
.platform .plat .plat_content .plat_list .plat_icons .plat_icon img {
  opacity: 1;
}
