.search {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}


.mui-search:before {
    top: 44%;
}

.mui-search .mui-placeholder {
    background-color: white;
    height: 49px;
    line-height: 49px;
}

input[type=search] {
    background-color: white;
    height: 49px;
    line-height: 49px;
}


#box {
    height: 90vh;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .list {
        width: 95%;
        margin: 0 auto;
        max-width: 1080px;
    }
}

.list .item{
    display: flex;
    background-color: #fff;
    padding: 5vw;
    margin-bottom: 10px;
    align-items: center;
}

.list .item .avatar{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 200px;
    margin-right: 50px;
    margin-top: -20px;
}

.list .item img{
    width: 100%;
}

.list .item .info{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.list .item .name{
    margin-top: 10px;
    max-width: 200px;
    font-size: 18px;
    font-weight: bold;
}

.list .item .info .type{
    margin-bottom: 2px;
    color: #888;
}