*{
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}
.search{
    width: 100%;
    height: 100px;
    background-color:  #f5f5f5;
    margin: 20px 0;
}
.search>input{
    width: 100%;
    height: 50px;
    border: 0;
    outline:none;
    appearance: none;
    background-color: #fff;
    margin-bottom: 1px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
.btn{
    text-align: center;
}
.look{
    background-color: #108ee9;
    color: #fff;
}
.reset{
    background-color: #fff;
}
.btn>button{
    width: 90%;
    height: 45px;
    border: 0px;
    border-radius: 5px;
    margin-bottom: 12px;
    font-size: 16px;
    outline: 0;
    appearance: none;
}
.mui-popup-title{
    background-color: #fff !important;
}
.mui-popup-text{
    background-color: #fff !important;
}
.foot {
    position: fixed;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 4.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 100%;
    font-size: .9rem;
    color: #333333;
}
