body {
    background: #fff;
}

body, .czkj-container div, .czkj-chat-input textarea, .czkj-modal-body {
    font-family: 'ArialMTPro' !important;
}

.czkj-container {
    max-width: 1000px;
}

.czkj-content {
    padding-top: 80px;
}

.czkj-chat-center {
    background-color: #f8f8f8;
}

.czkj-chat-body {
    padding-right: 0;
}

.czkj-chat-title {
    background-color: #fff;
}

.czkj-logo-title {
    padding-left: 100px;
    width: 70%;
}

.czkj-logo-icon {
    position: absolute;
    background-color: transparent;
    width: 84px;
    height: 84px;
    left: 10px;
    top: 12px;
    z-index: 1;
    padding: 12px;
}

.czkj-rules {
    letter-spacing: 0px;
    padding-right: 20px;
    color: #333333;
    font-weight: 400;
}

.czkj-rules img {
    width: 30px;
    height: 30px;
    top: -2px;
}

.czkj-logo-icon img {
    width: 60px;
    height: 60px;
    position: relative;
    top: -6px;
}

.czkj-chat-input .czkj-enter-btn {
    background-color: #004ea2;
    color: #fff;
}

.czkj-logo-name .czkj-top-name {
    color: #000;
}

.czkj-chat-left {
    border: 1px solid #e4e4e4;
}

.czkj-evaluation .czkj-evaluation-btn {
    left: 250px;
}

.czkj-evaluation .czkj-evaluation-no {
    left: 300px;
}

.czkj-file-href img {
    top: 0;
}

.czkj-send {
    display: none;
}

.czkj-modal-title {
    background-color: #004ea2;
}


.czkj-modal-content {
    width: 640px;
    margin-left: -320px;
}

@media screen and (max-width: 1000px) and (min-width: 640px) {
    .czkj-rules {
        display: block;
    }

}

@media screen and (max-width: 640px) {
    .czkj-content {
        padding-top: 0;
    }


    .mobile-top-name img {
        display: none;
    }


    .czkj-view-more-li {
        font-weight: 700;
        margin-top: 8px;
    }

    .mobile-body-top {
        background-color: #fff;
        color: #1e1e1e;
    }

    .czkj-send {
        display: block;
        border-radius: 100px;
        width: 90px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        margin-right: 0;
        float: right;
        font-weight: 700;
        cursor: pointer;
        background: none;
        background-color: #004ea2;
        color: #fff;
        right: 5px;
        width: 70px;
        font-size: 12px;
        top: 11px;
        -webkit-tap-highlight-color: transparent;
    }

    .czkj-chat-input .czkj-question {
        width: calc(100% - 70px);
    }
}
