
#gusu, #gusuh5Chat {
    position: absolute;
    left: -3000px;
}
.czkj-content-body .czkj-content-all {
    padding-top: 100px;
}
.gusu {
    height: calc(33% - 10px);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0px -2px 2px rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    padding: 0 20px;
    background: url("../image/list-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 18px;
}
.gusu-common {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-evenly;
    height: calc(100% - 46px);
}
.gusu-common .gusu-common-a {
    text-align: center;
    flex-basis: 33%;
    box-sizing: border-box;
    font-size: 13px;
    color: #333;
}
.gusu-common .gusu-common-a img{
    display: block;
    padding-bottom: 4px;
    height: 52px;
    margin: auto;
}
.czkj-chat-right .czkj-common-list, .czkj-chat-right .czkj-history-list {
    height: calc(33% - 10px);
}
.czkj-chat-right .czkj-common-list {
    margin-bottom: 19px;
    overflow: hidden;
}
.czkj-hot-item span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.czkj-history-list .czkj-hot-item {
    padding: 2px 10px 2px 20px;
    margin: 0;
}
.czkj-history-list .czkj-hot-item i {
    top: 10px;
}
.czkj-history-list .czkj-right-question-tile .czkj-tile-icon {
    opacity: 0;
}
.gusu .czkj-common-title .czkj-tile-icon {
    background: url("../image/bmfwlogo.png") no-repeat center center !important;
    background-size: 20px !important;
}
@media (max-width: 640px) {
    html, body{
        overflow: auto !important;
    }
    .czkj-content-body{
        height: 100%;
        overflow: hidden;
    }
    .czkj-content-body .czkj-content-all {
        padding-top: 0;
    }
    .czkj-user-btn-item {
        width: 33.3% !important;
    }
    .gusuh5-common-a {
        color: #108EE9;
        line-height: 22px;
        padding: 10px 0;
        cursor: pointer;
        padding-left: 15px;
        font-size: 14px;
        position: relative;
        border-bottom: 1px dashed #ADD1FF;
        display: block;
    }
    .gusuh5-common-a:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #2590FC;
        left: 0;
        top: 18px;
    }
    .gusuh5-common i {
        background: url("../image/bmfw.png") no-repeat center center !important;
        background-size: 50px !important;
    }
}

@media screen and (max-height: 830px)  and (min-width: 640px){
    .czkj-chat-body{
        height: 710px !important;
    }
    .czkj-content-body {
        height: 920px !important;
    }
}
