.smartEnergy .achieve-results img {
  width: 100% !important;
}

.smartEnergy .system-architecture img {
  width: 1175px !important;
}

.smartEnergy .system-architecture .instrument-introduction {
  width: 1175px;
  margin: 80px auto 0;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left {
  width: 290px;
  padding: 20px 0;
  background: #eaf4ff;
  margin-right: 100px;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu {
  cursor: pointer;
  padding: 0 24px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #0a1a3c;
  position: relative;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu::after {
  position: absolute;
  content: '';
  bottom: 0px;
  width: calc(100% - 30px);
  height: 1px;
  left: 15px;
  background-color: #e5ebf4;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu:first-child::before {
  position: absolute;
  content: '';
  top: 0px;
  width: calc(100% - 30px);
  height: 1px;
  left: 15px;
  background-color: #e5ebf4;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu-active {
  color: #fff;
  background: linear-gradient(90deg, #3c45f4 0%, #7399ff 100%);
  z-index: 10;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu-active::after {
  width: 0;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-left .left-menu-active::before {
  width: 0 !important;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-right {
  flex: 1;
  min-width: 100px;
  height: 440px;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-right .right-img {
  display: none;
}

.smartEnergy .system-architecture .instrument-introduction .introduction-right .right-img img {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 800px) {
  #smartProperty .platform-composition {
    width: 92%;
    display: block;
  }
}