.title-divider{color:var(--primary-6);font-size:18px;font-weight:600;margin-bottom:30px;padding:20px 16px;border-bottom:2px solid var(--primary-6);background-color:#f8f9fa;border-radius:4px}.feedback-container{min-height:100vh;background-color:#f5f7fa;padding:20px}.feedback-form-wrapper{max-width:800px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);padding:30px;transition:all .3s ease}.feedback-form-wrapper:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,.15)}.form-section{margin-bottom:30px}.form-section .section-title{display:flex;align-items:center;margin-bottom:16px}.form-section .section-title .section-number{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;background-color:#e6f7ff;color:var(--primary-6);border-radius:50%;font-size:14px;font-weight:600;margin-right:8px}.form-section .section-title .required{color:#ff4d4f;margin-left:4px}.type-tags{display:flex;flex-wrap:wrap;gap:12px}.type-tags .type-tag-active{color:#fff!important;background-color:var(--primary-6)!important}.problem-title{margin-bottom:16px}.problem-title .problem-title-input{width:100%;border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.problem-title .problem-title-input:hover{border-color:var(--primary-6)}.problem-title .problem-title-input:focus{border-color:var(--primary-6);box-shadow:0 0 0 2px rgba(0,89,193,.2)}.problem-textarea{width:100%;border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease;resize:vertical}.problem-textarea:focus,.problem-textarea:hover{border-color:var(--primary-6)}.problem-textarea:focus{box-shadow:0 0 0 2px rgba(0,89,193,.2)}.upload-section .upload-btn{margin-bottom:12px}.upload-section .upload-hint{font-size:12px;color:#666;margin-bottom:16px}.upload-section .upload-list{display:flex;flex-wrap:wrap;gap:12px}.upload-section .upload-list .upload-item{display:flex;align-items:center;padding:8px 12px;background-color:#f0f0f0;border-radius:4px;font-size:14px}.upload-section .upload-list .upload-item span{margin-right:8px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-section .upload-list .upload-item .anticon-close{cursor:pointer;color:#999}.upload-section .upload-list .upload-item .anticon-close:hover{color:#ff4d4f}.button-section{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.button-section .cancel-button,.button-section .confirm-button{width:100px;height:40px;border-radius:6px}.button-section .confirm-button{transition:all .3s ease}.button-section .confirm-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,89,193,.3)}.button-section .confirm-button:active{transform:translateY(0)}@media (max-width:768px){.feedback-container{padding:10px}.feedback-form-wrapper{padding:20px}.type-tags{gap:8px}.button-section{flex-direction:column}.button-section .cancel-button,.button-section .confirm-button{width:100%}}