.search_m{
    padding:1.24rem 0.24rem;
    background: #fff;
}
.search_form{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height:1.15rem;
}
.search_form input{
    width: 77%;
    display: block;
    height:1.11rem;
    background: #fff;
    border: 0.02rem solid #eeeeee;
    font:0.4rem/1.11rem "Arial";
    color:#333;
}
.search_form button{
    width: 23%;
    display: block;
    height:1.11rem;
    background-color: #e62129;
    font:0.5rem/1.11rem "Arial";
    color:#fff;
    border-radius: 0;
}
.search_maybe{
    padding:0.24rem;
    background: #fff;
}
.search_maybe ul li{
    font:0.8rem/1.24rem "Arial";
    color:#3a3c3e;
    text-align: center;
}
.search_maybe ul li a{
    display: block;
    width: 100%;
    font:0.44rem/1rem "Arial";
    color:#3a3c3e;
    text-align: center;
}