.jsme_box{
    color: #fff;
    align-items: center;
    justify-content: center;
}
.jsme_tex{
    margin-left: 1.25rem;
}
.jsme_tex .tex_text{
    font-size: 1.4375rem;
}
.tex_but{
    margin: 1.25rem 0;
    font-size: 1.125rem;
}
.table_box{
    margin-top: 1.875rem;
}
.search{
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.25rem 0;
    /* background-color: #F1F1F1; */
    border-radius: .375rem;
}
.search_inp {
    width: 60%;
    margin-left: .9375rem;
}
.search_inp input {
    padding: 1.375rem;
    width: 100%;
    font-size: 1.25rem;
}
.search_but {
    height: 2.875rem;
    font-size: 1.25rem;
}
.search_pad{
    padding: 0 2.5rem;
}
.search_but:hover {
    background-color: #409EFF;
    color: #fff;
    border-color: #409EFF;
}
.el-autocomplete {
    width: 100%;
}