
.searchpre {
    width: 548px;
    height: 40px;
    border: 2px solid #78B7FF;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.search-btn {
    width: 90px;
    height: 40px;
    background-color: #78B7FF;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.shop-cat {
    height: 40px;
    width: 120px;
    border: 1px solid #78B7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-left: 32px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
}