.search-info {
    background-color: #F8F8F8;
    padding: .52rem 0 .91rem;
    min-height: calc(100vh - 1rem);
}

.search-box {
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.search-form {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    
    border-radius: .28rem;
    border: 0.01rem solid #0A549C;
    height: .56rem;
    width: 6.11rem;
}

.search-btn {
    width: 1.12rem;
    height: 100%;
    height: .54rem;
    border-radius: 0rem 0.26rem 0.26rem 0rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    background-color: var(--c1);
    border: none;
    cursor: pointer;
}

.search-item {
    flex: 1;
    display: flex;
    padding-left: .3rem;
    align-items: center;
}

.search-item label {
    width: .18rem;
    height: .16rem;
}

.search-item input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding-left: .12rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #787878;
}

.search-item input::placeholder {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #787878;
}

.search_main {
    max-width: 17.76rem;
    max-height: 60vh;
    margin-top: .54rem;
    background: #fff;
    overflow-x: scroll;
    border: 0.01rem solid #DEDEDE;
}

.search-table {
    min-width: 26.73rem;
}

.search-table th {
    font-family: Catamaran, Catamaran;
    font-weight: 600;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    height: .76rem;
    padding: 0 .1rem;
}

.search-table th:not(:last-child) {
    border-right: 0.01rem solid #fff;
}

.search-table tbody tr {
    border-left: 0.01rem solid #DEDEDE;
    border-right: 0.01rem solid #DEDEDE;
}

.search-table td {
    font-family: Catamaran, Catamaran;
    font-weight: 400;
    font-size: 0.16rem;
    color: #2E2E2E;
    text-align: center;
    height: .55rem;
    background: #FFFFFF;
    border-bottom: 0.01rem solid #DEDEDE;
    border-top: 0.01rem solid #DEDEDE;
}

.search-table td {
    border-right: 0.01rem solid #DEDEDE;
}

.search-table td:first-child {
    border-left: 0.01rem solid #DEDEDE;
}

.search-table thead {
    background: var(--c1);
    position: sticky;
    top: 0;
}

.search-table td span {
    padding: .08rem .11rem;
    font-family: Catamaran, Catamaran;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}

.search-table td .complete {
    background-color: #05BA6E;
}

.search-table td .progress {
    background-color: #F38011;
}

.search-table td .closed {
    background-color: #D3D3D3;
}
.footer{
    display: none;
}

/*分页*/
.layui-laypage{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .1rem;
    
}
.layui-laypage a, .layui-laypage span{
    max-width: none;
    width: fit-content;
}
.layui-laypage .layui-laypage-count{
    max-width: max-content;
    background: transparent;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: var(--c1);
}