
    /* 核心样式（移植原 scss 并转换为普通 css） */
    .lamp-page {
      padding-bottom: 0.5rem;
      max-width: 750px;
      margin: 0 auto;
    }
    .modal-content {
      text-align: center;
    }
    .modal-content .device-img {
      width: 2rem;
    }
    .modal-content .name {
      font-weight: bold;
      font-size: 0.35rem;
      margin: 0.2rem 0;
    }
    .modal-content .ms1 {
      font-size: 0.27rem;
      text-align: left;
      margin-bottom: 0.1rem;
    }
    .modal-content .ms {
      font-size: 0.27rem;
      color: #999;
      text-align: left;
      margin-bottom: 0.1rem;
    }
    .header {
      padding: 1rem 0.55rem 0.55rem 0.55rem;
      text-align: center;
    }
    .device-img-box {
      position: relative;
    }
    .guang_box {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.2rem;
      height: 2.3rem;
      border-radius: 3.6rem;
      transform: translate(-50%, calc(-50% - 0.4rem));
    }
    .device-img {
      width: 3.05rem;
      margin-bottom: 0.2rem;
    }
    .state_box {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 0.6rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 0.3rem;
      width: 70%;
      margin: 0 auto;
    }
    .state_box .box {
      font-size: 0.22rem;
      color: #5f605b;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .state_box .box:first-child {
      margin-right: 0.3rem;
      border-right: 1px solid #6dd8de;
      padding-right: 0.3rem;
    }
    .state_box .box:nth-child(2) {
      margin-right: 0.3rem;
      border-right: 1px solid #6dd8de;
      padding-right: 0.3rem;
    }
    .state_box .img {
      width: 0.27rem;
      max-height: 0.27rem;
      margin-right: 0.1rem;
    }
    .content {
      padding: 0 0.30rem;
    }
    .content_ln {
      background: #fff;
      border-radius: 0.25rem;
      margin-bottom: 0.1rem;
    }
    .content_ln_1 {
      padding: 0.2rem 0.4rem;
      font-size: 0.27rem;
      color: #000;
      align-items: center;
      font-weight: bold;
      display: flex;
      justify-content: space-evenly;
    }
    .device-switch {
      margin-right: 0.3rem;
      width: 0.8rem;
      cursor: pointer;
    }
    .content_ln_2 {
      padding: 0.2rem 0.2rem;
    }
    .tab-buttons {
      display: flex;
      gap: 0.1rem;
      margin-bottom: 0.16rem;
    }
    .tab-button {
      flex: 1;
      height: 0.60rem;
      line-height: 0.60rem;
      text-align: center;
      border-radius: 0.3rem;
      border: none;
      background: #f3f3f3;
      color: #000;
      font-size: 0.24rem;
      cursor: pointer;
    }
    .tab-button.active {
      background: #3084f2;
      color: #fff;
    }
    .content_ln_2_content {
      padding-top: 0.16rem;
    }
    .but_box {
      flex-wrap: wrap;
      display: flex;
      gap: 0.1rem;
    }
    .but {
      font-size: 0.28rem;
      color: #000;
      width: calc(50% - 0.1rem);
      background: #f5f5f5;
      border-radius: 0.1rem;
      padding: 0.30rem 0;
      text-align: center;
      cursor: pointer;
    }
    .but.active {
      background: #3084f2;
      color: #fff;
    }
    .but.active .icon {
      filter: brightness(0) saturate(100%) invert(100%);
    }
    .but .icon {
      width: 0.5rem;
      margin-bottom: 0.1rem;
    }
    .light-dot {
      width: 0.2rem;
      height: 0.2rem;
      border-radius: 50%;
      background-color: #ffcc99;
      margin-right: 0.08rem;
      display: inline-block;
    }
    .btn-primary {
      width: 100%;
      height: 0.45rem;
      line-height: 0.45rem;
      background: #3084f2;
      color: #fff;
      border: none;
      border-radius: 0.05rem;
      margin-top: 0.1rem;
      cursor: pointer;
    }
    .content_ln_3 {
      padding: 0.2rem 0.2rem;
      cursor: pointer;
    }
    .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .flex {
      display: flex;
      align-items: center;
      font-size: 0.28rem;
      font-weight: bold;
    }
    .flex .icon {
      width: 0.5rem;
      margin-right: 0.1rem;
    }
    .flex .ms {
      font-size: 0.2rem;
      color: #c7c1c1;
      margin-left: 0.15rem;
      font-weight: 400;
    }
    .bottom {
      display: flex;
      align-items: center;
      margin-top: 0.2rem;
    }
    .bottom .box {
      font-size: 0.26rem;
      flex: 1;
    }
    .bottom .box .title {
      color: #c7c1c1;
      margin-bottom: 0.05rem;
    }
    .bottom .box .ms {
      color: #000;
      margin-bottom: 0.05rem;
    }
    .ckfw_text {
      font-size: 0.2rem;
      margin-top: 0.1rem;
      color: #c7c1c1;
      font-weight: 400;
    }
    .content_ln_4 {
      padding: 0.1rem 0.1rem;
      cursor: pointer;
    }
    .progress-box {
      margin-top: 0.1rem;
    }
    .progress-name {
      font-size: 0.28rem;
      margin-bottom: 0.05rem;
    }
    .el-progress {
      --el-progress-text-color: transparent;
    }