.search-box {
    display: flex;
    align-items: center;
    margin-left: 20px;
    height: 100%;
    border-radius: 0.135rem;
    padding: 0.05rem 0.065rem;
    margin-left: auto;
}

.search-input {
    padding: 8px 12px;
    border: 1px solid #0071BC;
    border-radius: 4px 0 0 4px;
    font-size: .12rem;
    width: 200px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
     padding: 8px 15px;
    background-color: #0071BC;
    color: white;
    border: 4px solid #0071BC;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: .11rem;
    height: 30px;
    box-sizing: border-box;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background-color: #0056b3;
}

.xzz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sx {
    display: flex;
    align-items: center;
    width:100%;
}