.container{display:flex;justify-content:space-between;width:85vw;height:85vh;margin:0 auto}.search-container{flex:1;max-width:40vw;margin:40px;padding:20px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);font-size:16px}.form-group,h1,h2{margin-bottom:20px}h1,h2{text-align:center;font-size:24px;color:#333}.required{color:red}.fixed-width{width:100%}.el-table{border:1px solid #e0e0e0}.el-table td,.el-table th{text-align:center;border:1px solid #e0e0e0}.el-table th{background-color:#f5f5f5}.record-header{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:20px}.record-header h2{margin:0}