
/* 搜索框样式修改 */
.search-input .line-form .search-input-text input {
    border: none; /* 去除黑边 */
    height: 36px; /* 设置与按钮相同的高度 */
    padding: 0 10px;
    background-color: transparent;
}

/* 确保搜索按钮高度为36px */
.search-input .line-form button.but {
    height: 36px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
