
		.container_screen {
			max-width: 100% !important;
		}
		
		.main_title {
			display: none !important;
		}
		
        /* 基础样式 */
        .td-container {
			background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%23d9c8b4" fill-opacity="0.1" fill-rule="evenodd"/></svg>');
            max-width: 600px;
            margin: 0 auto;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
			line-height: 1.6;
        }
        
        .h2Div {
            color: #8b6e4e;
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: 500;
            padding-bottom: 10px;
            border-bottom: 1px dashed #d9c8b4;
        }
        
        /* 选择区域通用样式 */
        .td-section {
            margin-bottom: 35px;
        }
        
        .td-options-star , .td-options-sx {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-bottom: 15px;
        }
        
        /* 星座和生肖按钮样式 */
        .td-horoscope-btn, .td-zodiac-btn {
            flex: 1;
            min-width: 120px;
            padding: 12px 10px;
            background-color: #fff;
            border: 1px solid #d9c8b4;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            color: #5d4b36;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
			display: flex;
			align-items: center;
        }
		
		.td-horoscope-btn  > img , .td-zodiac-btn > img {
			width: 20px;
			height: 20px;
			margin-right: 6px;
		}
        
        .td-horoscope-btn:hover, .td-zodiac-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        }
        
        .td-horoscope-btn.td-selected, .td-zodiac-btn.td-selected {
            background-color: #5d4b36;
            color: #fff;
            border-color: #5d4b36;
            box-shadow: 0 4px 8px rgba(93, 75, 54, 0.2);
        }
        
        /* 改善方向选项样式 */
        .td-improvement-options {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 15px;
        }
        
        .td-improvement-item {
			color: #5d4b36;
            background-color: #fff;
            border: 1px dashed #d9c8b4;
            border-radius: 34px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .td-improvement-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
        }
        
        .td-improvement-item.td-selected {
            border-color: #d9b38c;
            background-color: #5d4b36;
			color: #fff;
            box-shadow: 0 5px 15px rgba(217, 179, 140, 0.15);
        }
        
        .td-improvement-item.td-selected::before {
            opacity: 1;
        }
        
        .td-improvement-icon {
            width: 100%;
			object-fit: fill;
        }
        
        .td-improvement-text {
            font-size: 18px;
			padding: 10px 0;
        }
        
        /* 按钮样式 */
        .td-submit-btn {
            display: block;
            width: 100%;
            padding: 15px;
            background-color: #5d4b36;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(93, 75, 54, 0.2);
        }
        
        .td-submit-btn:hover {
            background-color: #4a3a29;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(93, 75, 54, 0.3);
        }
        
        .td-submit-btn:disabled {
            background-color: #b3a595;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }
        
        /* 响应式调整 */
        @media (max-width: 768px) {
            .td-container {
                padding: 20px 15px;
            }
            
            .h2Div {
                font-size: 20px;
            }
            
            .td-horoscope-btn, .td-zodiac-btn {
                min-width: 120px;
                padding: 10px 5px;
                font-size: 14px;
            }
            
            .td-improvement-options {
                grid-template-columns: repeat(2, 1fr);
            }
              
            .td-improvement-text {
                font-size: 14px;
            }
            
            .td-submit-btn {
                padding: 12px;
                font-size: 16px;
            }
			
			.article_content_box .editor_txt {
				padding: 0 !important;
			}
        }
        
        @media (max-width: 480px) {
            .td-options-star , .td-options-sx {
                gap: 8px;
            }
            
            .td-horoscope-btn, .td-zodiac-btn {
                min-width: 100px;
                font-size: 13px;
            }
            
            .td-improvement-options {
                grid-template-columns: repeat(2, 1fr);
            }
			
			.article_content_box .editor_txt {
				padding: 0 !important;
			}
        }
    