.czkj-logo-radio {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.czkj-logo-title {
    padding-left: 160px;
}
.czkj-logo-title-out {
    left: 0;
    width:100%;
}
.czkj-chat-left .kp-human {
    width: 110px;
    height: 140px;
    position: absolute;
    right: 0;
    bottom: 160px;
    z-index: 30;
    overflow: hidden;
}
.czkj-chat-left .kp-human .mh-human img {
    padding: 0 !important;
}
.last-hot-type-item {
    display: none;
}
.czkj-content-body {
    height: auto !important;
    padding-bottom: 120px;
    padding-top: 20px;
}
#kpNumberRobotClose {
    display: none !important;
}
@media screen and (min-width: 641px) {
    .czkj-help {
        display: none !important;
    }
    .czkj-sc-mzsm {
        height: 40px;
        line-height: 40px;
        margin: 15px 30px;
        cursor: pointer;
    }
    .czkj-sc-mzsm img {
        margin-right: 6px;
    }
}
@media screen and (max-width: 640px) {
    html, body{
        overflow: auto !important;
    }
    .czkj-content-body{
        height: 100% !important;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
    }
    .czkj-logo-title {
        padding-left: 0;
    }
    .czkj-logo-name {
        width: 100%;
    }
    .czkj-chat-left .kp-human {
        bottom: 110px;
        right: 4px;
    }
    #kpNumberRobotClose {
        position: absolute;
        bottom: 124px;
        right: 14px;
        height: 19px;
        z-index: 31;
        cursor: pointer;
        display: block !important;
    }
}