  /* Main Content Area */
  .page-content {
    padding: 0px;
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    margin-top: 56px;
  }
  
  /* Welcome Section */
  .wechatList-header {
    background: linear-gradient(135deg, #ff6b4a 0%, #ff4500 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .scan-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    object-fit: cover;
  }
  
  .logo-title {
    font-size: 18px;
    font-weight: 600;
  }
  
  .logo-title label {
    font-size: 20px;
  }
  
  /* App Selection Tabs */
  .chose {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 4px;
    margin-top: 16px;
  }
  
  .chose-item1, .chose-item2 {
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: all 0.2s ease;
  }
  
  .chose-item1 img, .chose-item2 img {
    width: 20px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
  }
  
  .active-chose {
    background-color: white;
    color: #ff6b4a;
    width: 100%;
  }
  
  .active-chose img {
    filter: none;
  }
  
  /* Video Section */
  .page-devide-video {
    margin-bottom: 20px;
  }
  
  video {
    border-radius: 12px;
    display: block;
    width: 100%;
  }
  
  .video-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    color: #666;
    font-size: 1rem;
  }
  
  .video-bottom i {
    margin-right: 8px;
    color: #ff6b4a;
    font-size: 1.5rem;
  }
  
  /* Get Income Button */
  .startScan {
    background: linear-gradient(135deg, #ff6b4a 0%, #ff4500 100%);
    color: white;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(255, 107, 74, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .startScan:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 107, 74, 0.4);
  }
  
  .startScan:active {
    transform: translateY(0);
  }
  
  .startScan img.hand {
    width: 26px;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #fff;
    animation: handBlink 3.2s ease-in-out infinite;
  }
  
  @keyframes handBlink {
    0% { opacity: 1; }
    11% { opacity: 0.3; }
    20% { opacity: 1; }
    31% { opacity: 0.3; }
    40% { opacity: 1; }
    100% { opacity: 1; }
  }
  
  /* Empty State */
  .page-devide-tg {
    text-align: center;
    padding: 40px 20px;
  }
  
  .emptys {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
    opacity: 0.7;
  }
  
  /* List Items */
  .list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  
  .list li {
    background: var(--primary-bg) !important;
    border-radius: 16px !important;
    padding: 20px 18px !important;
    margin: 0 !important;
    box-shadow: var(--shadow-md) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    border: 1px solid var(--border-color) !important;
    transition: box-shadow 0.2s, border-color 0.2s;
  }
  
  .list li:hover {
    box-shadow: 0 8px 24px rgba(255,107,74,0.10) !important;
    border-color: var(--accent-blue) !important;
  }
  
  .list li > div:first-child {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .list li img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    background: var(--secondary-bg);
    border: 1px solid var(--border-color);
  }
  
  .list li .device-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 0;
  }
  
  .list li .device-info h1 {
    margin: 0;
    padding: 0;
    font-size: 1.08rem;
    color: var(--text-dark);
    font-weight: 700;
  }
  
  .list li .device-info span {
    font-size: 0.95rem;
    color: var(--text-medium);
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .list li .device-info span i {
    width: 0.7em;
    height: 0.7em;
    border-radius: 100%;
    background: var(--text-medium);
    display: inline-block;
    margin-right: 0.2em;
  }
  
  .list li .device-info-other {
    color: var(--text-medium);
    font-size: 0.86rem;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .list li .device-info-other i {
    color: var(--accent-blue);
    font-style: normal;
    font-weight: 600;
    margin-right: 4px;
  }
  
  .list li .device-info-other b {
    color: var(--text-dark);
    font-weight: 500;
    margin-left: 2px;
  }

  .popup-device .number-box{
      width: 90%;
      height: 100%;
      overflow: hidden;
      overflow-y:auto;
      margin: 0 auto;
      box-sizing: border-box;
}
.popup-device .number-step{
    font-size: .85rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.35rem;
    padding-top: 1.8rem;
}
.popup-device .number-step2{
    margin-top: .5rem;
}
.popup-device .uilist{
    overflow: hidden;
    border-radius: .6rem;
    display: flex;
    background-color: transparent;
    width: 100%;
}
.popup-device .uilist .uilist_div{
    border-bottom: 0 solid #e7e7e7;
    height: 2.88rem;
    display: flex;
    align-items: center;
    padding: 0 .62rem;
    width: auto;
    max-width: 100%;
    background-color: #f6f6f6;
    padding-right: 0;
    justify-content: space-between;
}
.popup-device .uilist .uilist_div > img{
    width: 1.8rem;
}
.popup-device .pre2{
    font-size: .9rem;
    margin-left: .5rem;
    font-weight: 500;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(138deg,var(--accent-blue) 11%,var(--accent-blue) 0,var(--accent-blue) 91%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
}
.popup-device .uilist input{
    background: transparent !important;
    border: transparent;
    outline: none;
    font-size: .9rem;
    color: #000;
    padding-left: .5rem;
    padding-right: .5rem;
    width:50%;
}
.popup-device .uilist input.region{
    padding: 0!important;
    width: auto;
    max-width: 2.88rem;
}
.popup-device .verfy_title{
    font-size: .86rem;
    background: var(--accent-blue);
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 0 .6rem .6rem 0;
    padding: 0 .66rem;
    height: 2.88rem;
    width: fit-content;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    display: block;
}
.popup-device .numbers-code{
    color: #ff5801;
    font-size: .33rem;
    font-weight: 700;
    display: flex;
    gap: .4rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.6rem;
    padding-left: 0.01rem;
}
.popup-device .numbers-copy{
    font-size: 1.15rem;
    font-weight: 700;
    display: block;
    text-align: center;
    align-items: center;
    margin-top: 1.6rem;
    color:#8F00FF;
}
.popup-device .numbers-copy i{
    margin-right: 0.5rem;
    font-size: 1.66rem;
    color: #999;
}
.popup-device .notranslate {
    translate: unset;
}
.popup-device .numbers-code-item{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .1rem 0;
    width: .6rem;
    border-radius: .6rem;
    border: .05rem solid #c1c1c1;
    min-height: 2.25rem;
    transition: all .4s;
    font-size: 1.2rem;
}
.popup-device .numbers-code div{
    flex: 1;
}
.popup-device .line-number {
    border: .03rem solid var(--border-color);
    height: .01rem;
    border-radius: .1rem;
    background: #c1c1c1;
}
.popup-device .show-link-method{
    color: var(--accent-blue);
}
.popup-device .footer-number{
    margin-top: .3rem;
}
.popup-device .footer-number{
    color: var(--accent-blue);
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
    margin-left: -.1rem;
    gap: .6rem;
}
.popup-device .footer-number span {
    font-size: 1.05rem;
    font-weight: 700;
}
.popup-device .imglist{
    display: flex;
    justify-content: space-between;
    gap: .1rem;
    width: 100%;
    margin-top: .9rem;
}
.popup-device .imglist img{
    width: 23%;
}
.popover-phoneList{
    width:10rem;
    height: auto;
    max-height: 20rem;
}
.popover-phoneList .custom-popover-size{
    width: 100%;
    height: 100%;
    max-height: 20rem;
}
  .wechatList .startScan {
      position: fixed;
      left: 50%;
      bottom: 2.5rem;
      transform: translateX(-50%);
      z-index: 10;
  }
  
  @media (max-width: 600px) {
    .list li {
      padding: 14px 8px !important;
      border-radius: 12px !important;
    }
    .list li img {
      width: 36px;
      height: 36px;
      border-radius: 8px;
    }
      .popup-device .number-box{
          padding: 0 .6rem;
          width: 100%;
      }
  }
  
  /* Responsive Adjustments */
  
  /* Animation */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .wechatList-content > div {
    animation: fadeIn 0.4s ease-out forwards;
  }