﻿/*搜索模板*/
.sousuo_div {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
}

.ss_main {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.k_div {
    width: 75%;
    height: 30px;
}

.sousuo_div input, .sousuo_div button {
    width: 100%;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 9pt;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sousuo_div button {
    color: #444;
    background: #eee;
}

.rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fonts {
    color: #fff;
    font-size: 10pt;
    line-height: 45px;
}

.mui-bar .mui-icon {
    font-size: 17pt;
}
