@charset "UTF-8";
body {
    text-align: center;
}
.search {
    font-family: -apple-system,BlinkMacSystemFont,opensans,Optima,"Microsoft Yahei",sans-serif;
    text-align: center;
    padding: 0 0 4em;
}
.search_input {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 1em 0 1em;
    border-radius: 2.5em;
    box-shadow: 0 0 18px #E1D8D8;
}
.search_submit {
    transition: background-color 2s;
}
.search_submit:hover {
    background-color: #3385ff;
}
.search_submit {
    margin: 0px 0px 0px 10px;
    font-weight: 500;
    height: 42px;
    border: none;
    padding: 0 1em 0 1em;
    border-radius: 2.5em;
    box-shadow: 0 0 18px #E1D8D8;
}
.col-md-1 {
    margin: 5px 0px 5px 0px;
}
.col-xs-3 {
    margin: 5px 0px 5px 0px;
}
