input.form_input {
    width: 230px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding-left: 30px;
    font-size: 12px;
}
button.search_yjbtn {
    padding: 8px 18px;
    width: 113px;
    background: #7D75A4;
    border: none;
    margin-top: 11px;
    margin-left: 25px;
    position: relative;
    bottom: 1px;
    /* padding-bottom: 18px; */
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
#date::-webkit-input-placeholder{
    font-size: 14px;
}
#keyword::-webkit-input-placeholder{
    font-size: 14px;
}
.noSearch{
    width: 100%;
}
