 /* 目标区域样式 - 需要截图的部分 */
        #targetDiv {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            margin-bottom: 0px;
            border: 0px solid #e0e6ed;
        }
        
       
        
        .head-bar-left {
            display: flex;
            align-items: center;
        }
        
        .head-bar-left img {
            height: 38px;
            margin-right: 15px;
        }
        
        .head-bar-left .site-name {
            font-size: 1.3rem;
            font-weight: bold;
        }
        
        .head-bar-right a {
          
            font-size: 1.8rem;
          
        }
        
        .head-bar-fix {
           
           /* background: linear-gradient(90deg, #e74c3c, #c0392b);*/
        }
        
        .btntu {
            display: block; /* 改为块级元素 */
margin: 10px auto; /* 上下10px，左右自动 */
            align-items: center;
            background: linear-gradient(90deg, #3498db, #2980b9);
            color: white;
            border: none;
            padding: 14px 28px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(50, 152, 219, 0.3);
            margin-top: 10px;width: 70%;
        }
        
        .btntu:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 10px rgba(50, 152, 219, 0.4);
            background: linear-gradient(90deg, #2980b9, #2573a7);
        }
        
        .btntu:active {
            transform: translateY(0);
        }
        
        .btn-icon {
            margin-right: 10px;
            font-size: 1.3rem;
        }
        
        .preview-container {
            margin-top: 30px;
            width: 100%;
            text-align: center;
            display: none;
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .preview-title {
            color: #2c3e50;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        #previewImage {
            max-width: 100%;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .solution-section {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 30px;
            margin-top: 30px;
        }
        
        .section-title {
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 15px;
            margin-bottom: 25px;
            font-size: 1.8rem;
        }
        
        .solution-details li {
            margin-bottom: 12px;
            line-height: 1.6;
            color: #34495e;
        }
        
        .solution-details li:before {
            content: "✓";
            color: #27ae60;
            font-weight: bold;
            margin-right: 8px;
        }
   
        .main {padding: 0 auto;margin:0 auto;
            width: 100%;
            background: rgba(19, 28, 46, 0.7);
            border-radius: 0px;
            border: 0px solid rgba(255, 255, 255, 0.1);
            overflow: hidden;
           /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
            backdrop-filter: blur(10px);
        }
        .baojiashuoming{font-size: 12px;padding: 10px; width: 100%;background:#ffffff;}
        .cankaojiage {
            background: rgba(40, 51, 69, 0.9);
            padding: 5px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .fr {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #a0aec0;
        }
        
        .fr i {
            color: #ffcc33;
        }
        
        #time {
            font-weight: 500;
            color: #ffcc33;
        }
        
        .cankaojia-nav-jiage {
            display: flex;
            background: rgba(40, 51, 69, 0.9);
           
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .nav-1h, .nav-2h, .nav-4h, .nav-5h {
            font-weight: 600;
            color: #ffcc33;text-align: center;
        }
        
        .nav-1h { width: 30%; }
        .nav-2h { width: 22%; }
        .nav-4h { width: 22%; }
        .nav-5h { width: 20%; }
        
        .main_title_active {
            padding: 0;
        }
        
        .main-price-content {
            padding: 0;
        }
        
        .main-content {
      background: #ffffff;
        }
        .main-content li {
           display: flex;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.3s ease;
            align-items: center;
                line-height: 45px!important;
    height: 45px!important;
        }
        
        .main-content li:hover {
            background-color: #f8fafc;
        }
        /* 解决悬停与隔行背景色冲突 */
        .main .main-content li {padding: 5px;
            transition: background-color 0.3s ease;
        }
        
        .main .main-content li:nth-child(2n) {
            background-color: #f8fafc; /* 浅灰色背景 */
        }
        
        .main .main-content li:nth-child(2n+1) {
            background-color: #ffffff; /* 白色背景 */
        }
        
        .main .main-content li:hover {
            background-color: #edf2f7 !important; /* 悬停时使用更深的蓝色 */
        }
        
        .content-111, .content-222, .content-333, .content-444 {
        /*居左
        display: flex;
        */
            align-items: center;
        }
        
        .content-111 { width: 30%!important; }
        .content-222 { width: 22%!important; }
        .content-333 { width: 22%!important; }
        .content-444 { width: 20%!important; }
        
       .size20chanpin {
            font-size: 20px!important;
            font-weight: 500;
          /*居左
          display: flex;
          */
            align-items: center;
            gap: 12px;color:#000000;
        }
        
        
        .size20chanpin::before {
        /*   content: ""; */
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #ffcc33;
            border-radius: 50%;
        }
        
        .content-average {
            font-size: 18px;
            font-weight: 500;line-height: 20px;
        }
        
        .cl-red {
            color: #ff6b6b;
        }
        
        .change_value {
            
            border-radius: 15px;
            font-size: 14px;
          /*  display: inline-flex;*/
         
        }
        
        .change_value::before {
            /* content: "▲";*/
            font-size: 12px;
        }
        
        .change_value.negative {
            background: rgba(231, 76, 60, 0.2);
            color: #e74c3c;
        }
        
        .change_value.negative::before {
           /* content: "▼";*/
        }
        
        .change_value.positive {
            background: rgba(46, 204, 113, 0.2);
            color: #2ecc71;
        }
        
       .gaodi {align-items: flex-start !important;
            flex-direction: column;
           /* display: grid;*/
            gap: 5px;
            font-size: 14px;
        }
        
        .gaodi div::before {
            margin-right: 8px;
        }
        
        .gaodi div:first-child::before {
            content: "";
            color: #e53e3e;
        }
        
        .gaodi div:last-child::before {
            content: "";
            color: #38a169;
        }
        
        /* 新增的样式用于调整对齐方式 */
.content-222, .content-333, .content-444 {
    justify-content: flex-start !important;
    text-align: center !important;
}

.content-222 .content-average,
.content-333 .content-average,
.content-444 .content-average {
    width: 100%;
    text-align: center;
}
        
        [data-content="sRcw415189"] {padding: 0 auto;margin:0 auto;
            background: rgba(19, 28, 46, 0.7);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
           
            width: 100%;
            max-width: 1000px;
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        [data-content="sRcw415189"] p {padding: 0 auto;margin:0 auto;
            line-height: 1.8;
            color: #cbd5e0; padding: 20px;
        }
        
        [data-content="sRcw415189"] b {
            color: #ffcc33;
        }
         [data-content="sRcw415189"] p a{
            color: #cbd5e0;
        }
        .footerbj {padding: 0 auto;margin:0 auto;
            text-align: center;
            padding: 20px;
            color: #a0aec0;
            font-size: 14px;
            margin-top: 20px;
        }
        
        .logo-section {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
            width: 100%;
            max-width: 1000px;
        }
        
     
        
        .title-text h1 {
            font-size: 28px;
            font-weight: 700;
            background: linear-gradient(to right, #ffb347, #ffcc33);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 5px;
        }
        
        .title-text p {
            font-size: 14px;
            color: #a0aec0;
        }
         /* 二维码区域样式 */
        .qr-section {padding: 0 auto;margin:0 auto; margin-top: 20px;
            width: 100%;
            max-width: 1000px;
            background: rgba(19, 28, 46, 0.7);
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 25px;
        }
        
        .qr-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 25px;
            text-align: center;
            color: #ffcc33;
            position: relative;
            padding-bottom: 15px;
        }
        
        .qr-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #ffb347, #ffcc33);
            border-radius: 3px;
        }
        
        .qr-container {padding: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
        }
        
        .qr-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            background: rgba(30, 41, 59, 0.5);
            border-radius: 16px;
            transition: all 0.3s ease;
            width: 220px;
        }
        
        .qr-card:hover {
            transform: translateY(-8px);
            background: rgba(40, 51, 69, 0.7);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
        
        .qr-image {
            width: 160px;
            height: 160px;
            background: linear-gradient(135deg, #1a2a3a, #0d1b29);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }
        
        .qr-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                linear-gradient(135deg, transparent 49%, rgba(255, 204, 51, 0.1) 50%, transparent 51%),
                linear-gradient(45deg, transparent 49%, rgba(255, 204, 51, 0.1) 50%, transparent 51%);
            background-size: 20px 20px;
        }
        
        .qr-image img {
            width: 140px;
            height: 140px;
            border-radius: 8px;
            background: #fff;
            padding: 10px;
        }
        
        .qr-text {
            text-align: center;
            font-size: 16px;
            color: #ffcc33;
            font-weight: 500;
            margin-bottom: 8px;
        }
        
        .qr-desc {
            text-align: center;
            font-size: 14px;
            color: #a0aec0;
            line-height: 1.5;
        }
          .error {
            color: red;
            margin-top: 10px;
            display: none;
        }
        /* 本地字体图标 */
        .dt-iconfont {
            font-family: Arial, sans-serif;
            font-weight: bold;
        }
        
        .dt-icon-caidan::before {
            content: "☰";
        }
        
        .dt-icon-quxiao::before {
            content: "✕";
        }