.searchHeaderBar {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    z-index: 10
}

.searchHeaderBar input {
    width: 100%;
    height: 45px;
    padding: 0 25px;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #f2f3f4;
    border-radius: 18px;
    background-size: 17px;
    background-position: calc(100% - 17px) 50%;
    background-repeat: no-repeat
}

.searchHeaderBar .searchBtn {
    position: absolute;
    top: 0;
    right: -50px;
    width: 80px;
    height: 45px;
    background-color: #45a0ea;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    cursor: pointer
}

.searchHeaderBar .searchBtn span {
    display: inline-block;
    vertical-align: middle
}

.searchHeaderBar .searchBtn img {
    width: 14px;
    height: 14px;
    vertical-align: middle
}