footer .quickmessageview dd {
    color: orange;
}

.quickcontent {
    height: 90%;
    width: 98%;
    position: absolute;
    display: block;
    left: 1%;
    top:3.5rem;
}

.quickcontent searchfixed{
    height: 3rem;
    width: 98%;
    position: fixed;
    display: block;
}
.quickcontent quicklist{
    height: 81%;
    width: 100%;
    position: absolute;
    display: block;
    overflow: auto;
    top:7rem;
}

.quickcontent quicklist quickcard {
    height: 25rem;
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
}
.quickcontent quicklist quickcard quickiamge{
    height: 10rem;
    width: 100%;
    position: absolute;
    display: block;
}

.quickcontent quicklist quickcard quickcont {
    height: 10rem;
    width: 100%;
    position: absolute;
    display: flex;
}

.quickcontent quickfixed {
    height: 3.5rem;
    width: 98%;
    position: fixed;
    display: block;
    bottom: 3.5rem;
}
