  /* 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;
  }

  /* 光波扩散效果 */
  @keyframes ripple {
    0% { transform: scale(0.8); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 0.3; }
    100% { transform: scale(1.5); opacity: 0; }
  }

  /* 闪烁发光效果 */
  @keyframes shine {
    0% { background-position: -100% 0; }
    100% { background-position: 200% 0; }
  }

  /* 上下浮动效果 */
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }

  /* 星星旋转效果 */
  @keyframes rotate-star {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1); }
  }

  /* 新签到卡片设计 */
  .sign-in-card {
    background: linear-gradient(135deg, #ff9d00, #ff2f00);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 5px 15px rgba(255, 73, 0, 0.6);
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: auto;
  }

  .sign-in-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
      rgba(255,255,255,0) 0%, 
      rgba(255,255,255,0.4) 50%, 
      rgba(255,255,255,0) 100%);
    background-size: 200% 100%;
    animation: shine 3s infinite;
    z-index: 1;
  }

  .sign-in-card:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(255, 73, 0, 0.7);
  }

  .sign-in-star-icon {
    position: relative;
    z-index: 2;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sign-in-star-icon i {
    animation: rotate-star 5s linear infinite;
    font-size: 16px;
    color: #ffff00;
    text-shadow: 0 0 5px rgba(255, 255, 0, 0.8);
  }

  .sign-in-text-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }

  .sign-in-label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  .sign-in-bonus {
    color: #ffff00;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(255, 255, 0, 0.5);
  }

  .ripple-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    z-index: 0;
  }

  .sign-in-card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(1);
    opacity: 0;
    animation: ripple 2s infinite;
  }

  /* 保留类名用于jQuery事件绑定 */
  .sign-in {
    cursor: pointer;
  }
/* 签到日历样式 */
.popup-sign-in{
    background: var(--electric-orange, #ff7b00);
    color: #fff;
    height: auto !important;
    width: 90% !important;
    left: 5% !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    overflow: hidden;
}

.signin-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.signin-header {
    padding: 20px 20px 40px;
    text-align: center;
    position: relative;
}

.signin-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.8;
}
.signin-close-btn .f7-icons {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.signin-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text-primary);
    margin-bottom: 4px;
}

.signin-subtitle {
    font-size: 14px;
    color: var(--color-text-secondary);
    margin-bottom: 16px;
}

.signin-calendar-body {
    width: 100%;
    background-color: #fff;
    color: #333;
    border-radius: 20px 20px 0 0;
    flex-grow: 1;
    margin-top: -20px;
    position: relative;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    min-height: 44px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-bottom: 1px solid var(--color-border);
}

.calendar-month-year {
    font-size: 18px;
    font-weight: bold;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    color: #999;
    margin: 0 2px 10px;
    font-size: 14px;
    gap: 0 5px;
}

.sg-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px 5px;
    justify-items: center;
    margin: 0 2px;
}

.sg-calendar-day {
    display: inline-block;
    min-width: 43px;
    cursor: pointer;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.sg-calendar-day.other-month {
    color: #ccc;
    cursor: default;
}

.sg-calendar-day.today {
    font-weight: bold;
}

.sg-calendar-day.checked-in {
    text-decoration: line-through;
}

.sg-calendar-day.claimable {
    background-color: #f39c12; /* 黄色背景表示可领取 */
    color: #fff;
    border-radius: 3px;
}

.day-reward {
    font-size: 10px;
    margin-top: 2px;
}

.signin-footer {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    box-shadow: none;
    color: #888;
}

.signin-btn {
    width: 80%;
    padding: 12px;
    border: none;
    background-color: #fec84d;
    color: #333;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
    transition: background-color .3s;
}

.signin-btn.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    color: #888;
}

.signin-footer-note {
    font-size: 12px;
    color: var(--color-text-secondary);
    margin-top: 10px;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

@media (max-width: 450px) {
  .sg-calendar-day {
    min-width: 32px;
    gap: 0.6rem;
  }
  .scan-top>div{
    flex-direction: column;
  }
  .sign-in-card{
    width: 100%;
    box-sizing: border-box;
  }
  .logo-title{
    font-size: 16px;
  }
  .logo-title label{
    font-size: 18px;
  }
  .startScan{
    padding: 10px;
    font-size: 16px;
  }
}