.last-watch-history[data-v-01d2f96a] {
    border-radius: 16px;
    background-color: var(--tm-bg);
    color: var(--color-text-3);
    padding: 9px 10px 9px 7px;
    transition: all .2s ease-in-out
}

.history-item[data-v-01d2f96a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.history-info[data-v-01d2f96a] {
    flex: 1
}

.history-delete[data-v-01d2f96a] {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.history-delete[data-v-01d2f96a]:hover {
    background-color: var(--color-fill-2)
}

.history-delete img[data-v-01d2f96a] {
    width: 100%;
    height: 100%
}

.hito[data-v-775c975d]{white-space:nowrap;z-index:10}.hito p[data-v-775c975d]{overflow:hidden;text-overflow:ellipsis}

 /* 底部导航栏样式 */
    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 0px 0;
        height: 50px;
    }
    .nav-container {
        display: flex;
        justify-content: space-around;
        max-width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .nav-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #999 !important;
        padding: 3px 10px;
        font-size: 14px;
        transition: all 0.3s;
        height: 100%;
    }
    
    /* 小蓝条样式 - 调整到文字下方 */
    .nav-indicator {
        position: absolute;
        bottom: 3px;  /* 调整到文字下方 */
        left: 50%;
        width: 30px;  /* 缩短蓝条宽度 */
        height: 3px;
        background-color: #409eff;
        border-radius: 3px;  /* 添加圆角 */
        transform: translateX(-50%);
        transition: all 0.3s;
        opacity: 0;
    }
    
    .nav-item.active .nav-indicator {
        opacity: 1;
    }
    
    /* 调整导航项内部布局 */
    .nav-item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 8px;  /* 为小蓝条留出空间 */
    }
    .nav-item.active {
        color: #999 !important;
    }
    .nav-item i {
        font-size: 18px; //图标大小
        margin-bottom: 1px;
        color: #999 !important;
    }
    .nav-item.active i {
        color: #999 !important;
    }
    
    /* 移除点击高亮效果 */
    .nav-item:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    
    /* 防止内容被底部导航遮挡 */
    body {
        padding-bottom: 80px;
    }
    
    /* 确保模态框显示在导航栏上方 */
    .modal {
        z-index: 1050;
    }
    
    /* 为最后一个内容块添加额外底部间距
    .home-main > div:last-child {
        margin-bottom: 50px !important;
    } */
    
    /* 默认无底部间距 */
    .home-main > div:last-child {
    margin-bottom: 0;
    }

    /* 只有当 body 有 .show-bottom-nav 时才生效 */
    .show-bottom-nav .home-main > div:last-child {
    margin-bottom: 50px !important;
    }
    
    /* 滑块容器样式调整 */
    .slider-container {
        margin: 15px 0;
    }
    
    /* 确保颜色在深色背景上可见 */
    .bottom-nav {
        background-color: #fff; /* 改为深色背景确保浅色文字可见 */
    }
    /* 新增的去下划线样式 */
    .bottom-nav a {
        text-decoration: none !important;
    }
    .bottom-nav .nav-item,
    .bottom-nav .nav-item i,
    .bottom-nav .nav-item span {
        text-decoration: none !important;
    }
    .bottom-nav .nav-item:active,
    .bottom-nav .nav-item:focus,
    .bottom-nav .nav-item:hover {
        text-decoration: none !important;
    }
    .bottom-nav .nav-item {
        outline: none !important;
    }
    
.bg {
  background-image: url('/assets/img/bg.svg') !important;
  background-size: cover;
  background-position: center;
}

.qa-sdk-wrapper {
            position: fixed;
            width: 400px;
            right: -600px;
            max-height: 530px;
            overflow: hidden;
            border-radius: 4px;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
            transition: all 0.5s ease-in-out;
            background: #fff;
        }
        
        .qa-sdk-close-btn {
            display: inline-block;
            width: 18px;
            height: 18px;
            cursor: pointer;
            position: absolute;
            top: 16px;
            right: 16px;
        }
        
        .qa-sdk-close-btn:hover {
            border-radius: 50%;
            background-color: #d5d9df;
        }
        
        #qa-sdk-iframe {
            width: 400px;
        }
        
        @media (min-width: 1024px) and (max-width: 1366px) {
            .qa-sdk-wrapper{
                width: 356px;
            }
            #qa-sdk-iframe {
                width: 356px;
            }
        }
        
        .add {
            width: 100%;
            padding: 12px 12px;
            background-color: var(--color-bg-2);
            border-radius: 12px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            color: var(--color-text-2);
            line-height: 1.5;
        }
        
        .add img {
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }

        /* 新增滑动轮盘样式 */
        .slider-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            margin: 12px 0;
        }

        .step-slider {
            -webkit-appearance: none;
            width: 280px;
            height: 5px;
            background: #e0e0e0;
            border-radius: 2.5px;
        }

        .step-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 25px;
            height: 25px;
            background: #409eff; /* 主题色 */
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s;
        }

        .step-slider::-webkit-slider-thumb:hover {
            background: #2d8cf0;
        }

        .slider-value {
            font-size: 14px;
            color: #666;
            font-weight: 500;
        }
        
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.page-content {
                display: none;
                padding: 1px;
                animation: fadeIn 0.5s ease-in-out;
                min-height: 0px; /* 设置最小高度避免切换时跳动 */
            }
            
            .page-content.active {
                display: block;
            }
            
            .faq-item {
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
            }
            
            .faq-item:last-child {
                border-bottom: none;
            }
            
            /* 加载动画样式 */
            .loading-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(255, 255, 255, 0.8);
                z-index: 99999;
                display: none; /* 默认隐藏 */
                justify-content: center;
                align-items: center;
            }
            
            /* 确保没有其他 CSS 覆盖 .loading-overlay */
            .loading-overlay.active {
                display: flex !important;
            }
            
            .loading-spinner {
                border: 3px solid #f3f3f3;
                border-top: 3px solid #409eff;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                animation: spin 1s linear infinite;
            }
            
            @keyframes spin {
                0% { transform: rotate(0deg); }
                100% { transform: rotate(360deg); }
            }
            
            @keyframes fadeIn {
                from { opacity: 0; transform: translateY(10px); }
                to { opacity: 1; transform: translateY(0); }
            }
            
            /* 代理页面美化样式 */
            .agent-container {
                padding: 0px 15px;
                max-width: 500px;
                margin: 0 auto;
            }
            .agent-header {
                text-align: center;
                padding: 20px 0;
                background: linear-gradient(135deg, #409eff 0%, #4aa1ff 100%);
                border-radius: 12px;
                color: white;
                margin-bottom: 15px;
                box-shadow: 0 8px 20px rgba(64, 158, 255, 0.25);
                position: relative;
                overflow: hidden;
            }
            .agent-header::before {
                content: '';
                position: absolute;
                top: -20px;
                right: -20px;
                width: 100px;
                height: 100px;
                background: rgba(255,255,255,0.1);
                border-radius: 50%;
            }
            .agent-header::after {
                content: '';
                position: absolute;
                bottom: -15px;
                left: -15px;
                width: 100px;
                height: 100px;
                background: rgba(255,255,255,0.1);
                border-radius: 50%;
            }
            .agent-badge {
                display: inline-block;
                background: rgba(255,255,255,0.2);
                padding: 3px 12px;
                border-radius: 30px;
                font-size: 12px;
                margin-bottom: 10px;
                backdrop-filter: blur(5px);
            }
            .agent-title {
                font-size: 26px;
                margin: 0 0 10px 0;
                position: relative;
                z-index: 2;
            }
            .agent-subtitle {
                font-size: 14px;
                opacity: 0.9;
                margin: 0;
                position: relative;
                z-index: 2;
            }
            
            .agent-price-card {
                background: white;
                border-radius: 12px;
                padding: 15px;
                margin-bottom: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.05);
                text-align: center;
                transition: transform 0.3s ease;
            }
            .agent-price-card:hover {
                transform: translateY(-5px);
            }
            .price-label {
                color: #666;
                font-size: 14px;
                margin-bottom: 5px;
            }
            .agent-price {
                font-size: 36px;
                font-weight: bold;
                color: #ff4500;
                margin: 10px 0;
                position: relative;
                display: inline-block;
            }
            .agent-price::before {
                content: '¥';
                font-size: 15px;
                vertical-align: top;
                margin-right: 5px;
                opacity: 0.8;
            }
            .agent-price::after {
                content: '/位';
                font-size: 14px;
                color: #666;
                font-weight: normal;
                margin-left: 5px;
            }
            
            .agent-features {
                background: white;
                border-radius: 12px;
                padding: 15px;
                margin-bottom: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            }
            .features-title {
                font-size: 18px;
                color: #333;
                margin-bottom: 15px;
                padding-left: 5px;
                border-left: 3px solid #409eff;
            }
            .feature-item {
                display: flex;
                align-items: flex-start;
                margin-bottom: 15px;
                padding-left: 5px;
                transition: all 0.2s ease;
                opacity: 0;
                transform: translateX(-20px);
            }
            .feature-item.visible {
                opacity: 1;
                transform: translateX(0);
            }
            .feature-item:hover {
                padding-left: 10px;
            }
            .feature-icon {
                color: #409eff;
                margin-right: 10px;
                margin-top: 3px;
                flex-shrink: 0;
            }
            .feature-text {
                color: #555;
                line-height: 1.5;
            }
            
            .agent-contact {
                background: linear-gradient(135deg, #f5f8ff 0%, #eef2ff 100%);
                border-radius: 12px;
                padding: 15px;
                text-align: center;
                margin-bottom: 15px;
            }
            .contact-title {
                color: #333;
                margin-bottom: 15px;
                font-size: 16px;
            }
            .wechat-container {
                background: white;
                display: inline-flex;
                align-items: center;
                padding: 8px 15px;
                border-radius: 8px;
                margin-bottom: 15px;
                box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            }
            .wechat-icon {
                color: #07c160;
                font-size: 15px;
                margin-right: 10px;
            }
            .wechat-number {
                font-weight: bold;
                color: #333;
            }
            .contact-note {
                font-size: 12px;
                color: #888;
                margin-top: 5px;
            }
            
            .copy-btn {
                background-color: #409eff !important;
                border-color: #409eff !important;
                color: white !important;
                height: 40px !important;
                border-radius: 8px !important;
                font-size: 16px !important;
                transition: all 0.3s ease !important;
                width: 100% !important;
                margin-top: 10px !important;
            }
            .copy-btn:hover {
                background-color: #2d8cf0 !important;
                transform: translateY(-2px) !important;
                box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3) !important;
            }
            .copy-btn:active {
                transform: translateY(0) !important;
            }
            
            /* 代理导航图标高亮 */
            .nav-item[data-nav="agent"] .fa-briefcase {
                color: #409eff;
            }
            .nav-item[data-nav="agent"].active .nav-indicator {
                background-color: #409eff;
            }
            
            /* 平滑滚动 */
            html {
                scroll-behavior: smooth;
            }
            
            /* 导航栏过渡效果 */
            .nav-item {
                transition: all 0.3s ease;
            }
            
            .nav-indicator {
                transition: all 0.3s ease;
            }
