.search{
    width: 270px;
    position: relative;
}
.inputBox_02{
    width: 260px;
    height: 46px;
    float: left;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    padding: 0 0 0 10px;
    outline: none;
}
.searchBox_01{
    background: url(../images/search.png) no-repeat;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 0;
}