
.czkj-content-body {
    height: auto !important;
    padding-bottom: 120px;
    padding-top: 20px;
}
iframe {
    display: block;
}
#xinjiang {
    position: absolute;
    left: -3000px;
}
.czkj-common-list, .czkj-history-list {
    height: calc(33% - 10px);
    overflow: hidden;
    background: #fff;
}
.czkj-convenient-list {
    height: calc(34% - 20px);
    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-size: 100% 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.question-radio {
    display: none !important;
}
.convenient-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14px;
}
.convenient-content a {
    flex-basis: calc(50% - 6px);
    box-sizing: border-box;
    background: #f2f2f2;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 6px;
}
.convenient-content img {
    width: 100%;
}
@media screen and (max-width: 640px) {
    html, body{
        overflow: auto !important;
        background-color: #e5ecf2 !important;
    }
    .czkj-content-body{
        height: 100% !important;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
    }
    .head-iframe {
        height: 372px;
    }
    .foot-iframe {
        height: 372px;
    }
}
@media screen and (max-height: 830px) and (min-width: 640px) {
    .czkj-chat-body {
        height: 710px;
    }
}
