.top {
    position: relative;
   /* background: url("/static/index/images/search/bad/bg.png") no-repeat;
    background-size: 100%;*/
}
body{
    background: #F3F3F4;
}
select{
    appearance: none;
    border: none;
    background-color: transparent;
    font-size: 15px;
    width: 100%;
}

.search_select>div {
    width: 30%;
    text-align: left;
    margin: auto 1%;
}

li.column{
    text-align: center;
}

.search_form {
    position: absolute;
    top: 28%;
    left: 25%;
    display: block;
    /* margin: 100px; */
    /* padding: 120px 25%; */
    text-align: center;
    width: 50.2%;
}

.search_input {

    /* height: 30px; */
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 20px;
}

.search_input>input {
    background: #ffffff;
    margin: 10px 1%;
    padding: 15px 2%;
    width: 44%;
    border-radius: 5px;
    font-size: 15px;
}

.tip {
    display: flex;
    margin-left: 3%;
    color: #FFFFFF;
    margin-top: 1%;
}

.search_button {
    display: flex;
    margin: 1% 1%;
}

.search_select {
    display: flex;
    background: #FFFFFF;
    padding: 10px 1%;
    width: 80%;
    border-radius: 5px;
}

.buttons {
    display: flex;
    width: 26%;
    justify-content: flex-end;
}

.clear_button {
    cursor: pointer;
    margin: auto 0 auto 10%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 9px 7%;
    border-radius: 5px;
    font-size: 14px;
    width: 20%;
}

.confirm_button {
    cursor: pointer;
    margin: auto 0 auto 3%;
    color: #FFFFFF;
    border: 1px solid #FE0202;
    background: #FE0202;
    padding: 10px 11%;
    border-radius: 5px;
    font-size: 14px;
    width: 28%;
}


.list {
    margin: 50px 15%;
    text-align: center;
    background: #FFFFFF;
    padding: 2px;
}

.inner_list {
    border-top: 1px solid #e6e6df;
    border-left: 1px solid #e6e6df;
    /* padding: 10px; */
    margin: 4px 4px;
}
.column{
    width: 10%;
}

.column.content {
    height: 50px;
    border-right: 1px solid #e6e6df;
    border-bottom: 1px solid #e6e6df;
    text-align: center;
}

.line {
    /*display: flex;*/
    justify-content: space-between;
}

.column.head {
    background: #F3F3F4;
    color: #2661f1;
    padding: 5px;
    font-size: 16px;
    border-right: 1px solid #FFFFFF;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
    font-size: 16px;
}

