.content {
    position:relative;
    top:3.5rem;
    left:1%;
    width:98%;
    height:89%;
    display:block;
}
.content searchcontent {
    height: 3rem;
    width: 100%;
    position: relative;
    display: block;

}
.content contentlist{
    height: 82%;
    width: 100%;
    position: relative;
    display: block;
    top:1rem;
    overflow: auto;
}

.content fixedcontent {
    position: fixed;
    display: block;
    bottom: 3.5rem;
    height: 3.5rem;
    width: 100%;
}