.czkj-content-all-out{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    clear: both;
}
.czkj-content-all {
    width: 1200px;
    background-color: #fff;
    position: relative;
}

.czkj-content {
    width: 100%;
}

.czkj-content-out {
    position: relative;
    width: 1200px;
    height: 800px;
    margin: 0 auto;
}

.czkj-content-out div {
    box-sizing: border-box;
}

.czkj-chat-body {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), 0px -2px 2px rgba(0, 0, 0, .1);
    height: 710px;
    border-radius: 6px;
    /*overflow: hidden;*/
    position: relative;
}

/*聊天框头部*/
.czkj-chat-title {
    height: 66px;
    background-color: #fff;
    padding-left: 20px;
    line-height: 66px;
    color: #333;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.czkj-logo-icon {
    float: left;
}

.czkj-logo-name {
    font-size: 20px !important;
    font-weight: 700;
}

.czkj-logo-icon img {
    width: 40px;
    height: 40px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.czkj-title-right {
    float: right;
    font-size: 18px !important;
}

.czkj-time, .czkj-help, .czkj-my {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    /*font-size: 18px !important;*/
}

.czkj-back-pc,.czkj-msg-pc{
    display: none;
}

.czkj-help img, .czkj-my img {
    width: 20px;
    height: 20px;
}

.czkj-huidu{
    color: #1989f9;
    border-bottom: 2px solid #1989f9;
    height: 52px;
    cursor: pointer;
    margin-right: 30px;
}

.czkj-huidu img{
    width: 30px;
    height: 30px;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

/*聊天框核心内容*/
.czkj-chat-center {
    padding-right: 300px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 66px;
}

.czkj-word-match {
    width: 100%;
    height: 5%;
    bottom: -40px;
    font-size: 14px !important;
    position: absolute;
}

/*聊天内容左边部分*/
.czkj-chat-left {
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
    position: relative;
    padding-bottom: 159px;
}

.czkj-chat-left .kp-human{
    width: 110px;
    height: 140px;
    position: absolute;
    right: 0;
    bottom: 160px;
    z-index: 30;
    overflow: hidden;
}

.mh-human img{
    padding: 0 !important;
}

.czkj-chat-input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 159px;
}

.czkj-textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: none;
    padding: 6px;
    padding-left: 12px;
    font-size: 14px !important;
    overflow: auto;
    outline-style: none;
    margin-top: 40px;
    color: #000 !important;
}

.czkj-chat-input .czkj-enter {
    position: absolute;
    bottom: 0;
    padding: 10px 12px;
    line-height: 36px;
    width: 100%;
}

.czkj-chat-input .czkj-enter-word {
    color: #9b9898;
    font-size: 14px !important;
    float: left;
}

.czkj-chat-input .czkj-enter-word.red-word {
    color: #f5150b;
}

.czkj-chat-input .czkj-enter-word span {
    color: #f5150b;
    font-size: 14px !important
}

.czkj-chat-input .czkj-enter-btn {
    background: #1989f9;
    border-radius: 100px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px !important;
    text-align: center;
    margin-right: 0;
    float: right;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    bottom: 13px;
    right: 10px;
}

.czkj-chat-right {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 66px;
}

.czkj-chat-right {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 66px;
}

.czkj-common-list, .czkj-history-list {
    height: 50%;
}

.czkj-no-right-data{
    color: #a1a1a1;
    text-align: center;
    margin-top: 10px;
}

.czkj-hot-item {
    padding: 6px 10px;
    line-height: 22px;
    font-size: 14px !important;
    padding-left: 40px;
    position: relative;
    color: #888;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.czkj-hot-item span {
    font-size: 14px !important;
}

.czkj-hot-item {
    background: url('../image/pc-hot.svg') no-repeat;
    background-size: 12px 12px;
    background-position: 22px 12px;
}

.czkj-history-list .czkj-hot-item {
    background: url('../image/pc-history.svg') no-repeat;
    background-size: 12px 12px;
    background-position: 22px 12px;
}

.czkj-hot-item img {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 22px;
    top: 12px;
}

.czkj-right-question-tile {
    border-bottom: 1px solid #e5e5e5;
    color: #2590FC;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 40px;
    padding-left: 24px;
}

.czkj-common-list, .czkj-history-list {
    height: 50%;
    position: relative;
}

.question-radio {
    text-align: center;
    height: 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.no-histroy {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #999;
}

.czkj-history-del{
    float: right;
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
}

.czkj-history-del img{
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.czkj-right-question-tile .czkj-history-del{
    margin-right: 10px;
}

.question-radio i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
    cursor: pointer;
}

.question-radio i.active {
    background-color: #2590FC;
}

#czkj-chat {
    height: 100%;
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
    background-color: #f5f8fa;
    overflow-x: hidden;
    overflow-y: auto;
}

#czkj-chat > li {
    /*overflow: hidden;*/
    margin: 10px 0;
    position: relative;
    padding-left: 30px;
    min-height: 47px;
    padding-bottom: 15px;
    position: relative;
}

#czkj-chat > li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#czkj-chat li.czkj-server {
    text-align: center;
    color: #868686;
    font-size: 12px;
    min-height: 20px;
    margin: 10px 0;
    padding-bottom: 0;
    line-height: 22px;
}

#czkj-chat .czkj-user {
    padding-left: 0;
    padding-right: 30px;
}

.czkj-msg {
    float: left;
    padding: 8px 12px;
    color: #3c3c3c;
    background: #fff;
    max-width: 90%;
    width: auto;
    box-sizing: border-box;
    text-indent: 0;
    font-size: 14px !important;
    line-height: 22px;
    border-radius: 12px;
    border-top-left-radius: 0px;
    padding-left: 18px;
    position: relative;
    word-break: break-all;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.czkj-user .czkj-msg {
    float: right;
    color: #fff;
    border-top-right-radius: 0px;
    border-top-left-radius: 12px;
    background-color: #1989f9;
}

.czkj-robot .czkj-msg:before {
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.czkj-user .czkj-msg:before {
    border-left: 10px solid #1989f9;
    border-bottom: 10px solid #1989f9;
}

.czkj-special-width .czkj-msg {
    width: 60%;
}

#czkj-chat > li.czkj-robot {
    padding-left: 60px;
}

.czkj-robot-avatar {
    position: absolute;
    left: 10px;
    top: 0;
    width: 40px;
    height: 40px;
}

.czkj-robot-avatar img {
    width: 100%;
    height: 100%;
}

.czkj-mobile-common-title {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #d6def1;
    position: relative;
    padding-left: 12px;
}

.czkj-mobile-common-title:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 2px;
    width: 6px;
    height: 18px;
    background-color: #1989f9;
}

/*热门主题*/
.hot-type {
    background-color: #f2f4f5;
    height: 40px;
    width: 100%;
    padding-right: 80px;
    position: absolute;
    top: 0px;
    left: 0;
    padding-left: 12px;
    color: #333;
    overflow: hidden;
    transition: opacity 1s;
}

.hot-type-title {
    line-height: 40px;
    font-size: 14px !important;
    float: left;
    color: #333;
}

.hot-type-item, .last-hot-type-item {
    float: left;
    border: 1px solid #e9edf7;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    cursor: pointer;
    color: #333;
    margin: 7px 4px;
    padding: 2px 11px;
    font-size: 14px !important;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    line-height: 22px;
}

.hot-type-item:hover {
    /*border: 1px solid #bd1a2d;*/
}

.last-hot-type-item:hover {
    background-color: #f2f4f5;
    color: #333;
}

.last-hot-type-item {
    position: absolute;
    right: 10px;
}

.chat-toggle, .voice-hold {
    display: none;
}

.view-mattch {
    color: #5279ef;
    margin-left: 10px;
    cursor: pointer;
}

.czkj-err-msg {
    position: fixed;
    top: -80px;
    left: 50%;
    min-width: 380px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    transform: translateX(-50%);
    background-color: #edf2fc;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    z-index: 2000;
    color: #484c4c;
    transition: top 0.4s;
}

.czkj-user-btns {
    display: none;
}

/*推荐问题*/
.czkj-recommend-title {
    font-weight: 700;
    font-size: 14px !important;
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d6def1;
    position: relative;
    padding-left: 12px;
}

.czkj-recommend-title:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 2px;
    width: 6px;
    height: 18px;
    background-color: #1989f9;
}

.czkj-recommend-item {
    color: #2590FC;
    line-height: 22px;
    padding: 5px 0;
    cursor: pointer;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
}

.czkj-recommend-item:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2590FC;
    left: 0;
    top: 13px;
}

.czkj-view-more-li {
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 30px;
    border-top: 1px dashed #ccc;
}

.czkj-view-more-li:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #2590FC transparent transparent;
    position: absolute;
    top: 12px;
    left: 50%;
}

.czkj-text-title{
    color: #333;
}

/*智能推荐*/
.czkj-suggest {
    position: absolute;
    bottom: 120px;
    left: 2px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 8px;
    width: 96%;
    font-size: 12px;
    z-index: 999;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.czkj-suggest li {
    padding: 5px;
    color: #333;
    cursor: pointer;
    list-style: none;
}

.czkj-suggest li:hover {
    background-color: #dadada;
}


.czkj-no-list {
    /*margin-bottom: 15px;*/
    overflow: hidden;
}

.czkj-no-item {
    float: left;
    border: 1px solid #ccc;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    border-radius: 100px;
    cursor: pointer;
}

.czkj-no-item.active {
    background-color: #639de8;
    color: #fff;
    border: 1px solid #639de8;
}

.czkj-submit-no div {
    float: right;
    width: 60px;
    height: 30px;
    background-color: #639de8;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

.czkj-answer-item {
    cursor: pointer;
    color: #639de8;
    border-bottom: 1px dashed #ccc;
    padding: 4px 0;
    line-height: 22px;
}

.czkj-resource-group {
    margin-top: 15px;
}

.czkj-resource-item img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    margin: 3px;
}

.hide-reslib-text{
    opacity: 0;
    display: none;
}

.czkj-source-out {
    /*max-width: 60%;*/
    width: 380px;
    /* height: 234px; */
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 10px 0;
    transition: padding 0.4s;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.czkj-source-out:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.czkj-source {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    max-height: 214px;
}

.czkj-source img, .czkj-source video, .czkj-source audio {
    width: 100%;
}


.czkj-resource-item, .czkj-resource-view-item a {
    cursor: pointer;
    color: #639de8;
}

.czkj-interface {
    margin-top: 25px;
}

.czkj-resource-item, .czkj-resource-view-text {
    color: #3c3c3c;
}

.czkj-resource-view-text{
    max-height: 110px;
    overflow: hidden;
}

.czkj-resource-more-text{
    max-height: 110px;
    overflow: hidden;
}

.czkj-source-video {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.czkj-source-video img {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    z-index: 30;
    margin-top: -25px;
    margin-left: -25px;
}

.czkj-many-item{
    padding: 2px 0px;
}

.czkj-rele-item {
    color: #2590FC;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 14px;
}

.czkj-rele-question-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.is-border.czkj-rele-question-title{
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
    margin-top: 8px;
}

.czkj-rele-item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2590FC;
    left: 0;
    top: 7px;
    position: absolute;
}

.czkj-rele-change {
    margin-top: 5px;
    /*border-top: 1px solid #e5e5e5;*/
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    color: #2590FC;
}

.czkj-rele-change img {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.more-btn {
    border-radius: 4px;
    position: relative;
    width: 100%;
    left: 0;
    padding-left: 0px;
    color: #7e7e7e;
    height: 25px;
}

.more-btn .more-button, .more-btn .manyanswers-button {
    height: 23px;
    width: 52px;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
}

.more-btn .manyanswers-button {
    right: 0;
}

.more-btn span{
    font-size:10px !important;
    color: #999;
    font-weight: 700;
}

.more-btn .more-button img, .more-btn .manyanswers-button img{
    width: 100%;
    height: 100%;
}

.czkj-more-li .czkj-msg {
    position: relative;
}

.czkj-msg div,.czkj-msg span,.czkj-msg a,.czkj-msg p{
    font-size: 14px;
}

.czkj-tags-group {
    position: relative;
    width: 100%;
    padding-top: 10px;
    /* height: 45px; */
    height: auto;
    overflow: hidden;
}

.czkj-tags-group.actived{
    height: auto;
    overflow: auto;
}


.czkj-tags-group.no-line{
    border-top: none;
}

.czkj-tags-item {
    float: left;
    border: 1px solid #e9edf7;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    cursor: pointer;
    color: #1989f9;
    margin: 4px 4px;
    padding: 0px 11px;
    font-size: 14px !important;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}

.czkj-tags-item.tag-actived {
    background-color: #1989f9;
    color: #fff;
}

.hide-reslib-text .czkj-tags-group{
    height: auto;
    overflow: auto;
}

.czkj-tag-more {
    float: left;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    margin: 5px 4px;
    padding: 2px 11px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background-color: #1989f9;
}

.multi-chat.active .czkj-question-msg {
    color: #fff;
}

.czkj-file-href, .czkj-relevance-item {
    color: #409eff;
    cursor: pointer;
    font-size: 14px;
}

.czkj-file-href img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    margin: 3px;
}

.loading-img{
    text-align:center;
}
.loading-img img{
    height: 6px;
}

.czkj-eval {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 12px;
    width: 380px;
    padding: 0 10px;
}

.czkj-eval .czkj-eval-btns {
    float: right;
    position: relative;
    top: 3px;
}

.czkj-eval {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 12px;
    width: 380px;
    padding: 0 10px;
}

.czkj-eval .czkj-eval-btns {
    float: right;
    position: relative;
    top: 3px;
}

.czkj-eval-btn {
    float: left;
    margin-left: 10px;
    border: 1px solid #2590FC;
    background-color: #fff;
    color: #2590FC;
    padding: 0 8px 0 12px;
    border-radius: 8px;
    cursor: pointer;
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.czkj-eval-btn.actived {
    background: #2590FC;
    color: #fff;
}

.czkj-eval-btns {
    float: left;
}

.czkj-eval-btns img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

/*模态框*/
.czkj-robot-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color: rgba(73, 71, 71, 0.9);
    display: none;
}

.czkj-modal-content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 4%;
    background-color: #fff;
    margin-left: -35%;
    width: 70%;
    height: 92%;
}

.czkj-modal-title {
    font-size: 16px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.czkj-caption {
    float: left;
}

.czkj-tools {
    float: right;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}


.czkj-modal-body {
    padding: 10px;
    padding-right: 25px;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 30px;
    text-align: left;
    height: 85%;
    height: calc(100% - 40px);
}

.czkj-resource-modal-view {
    margin-left: 5%;
    max-width: 90%;
    text-align: center;
    height: 92%;
    overflow: auto;
}

.czkj-resource-modal-view-text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.czkj-resource-modal-view img, .czkj-resource-modal-view video {
    min-width: 300px;
    max-width: 100%;
}

.czkj-resource-modal-view iframe {
    width: 100%;
    height: 100%;
}

.czkj-resource-modal-name {
    text-align: center;
    color: #9b9b9b;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
}

.czkj-source-show{
    font-weight: 700;
    font-size: 14px !important;
}
.czkj-source-show span{
    font-weight: 400;
    font-size: 10px !important;
}

.czkj-level-tag-group, .czkj-level-link-group {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #cccccc;
}

.czkj-level-tag {
    float: left;
    border: 1px solid #e7e7e7;
    margin: 5px;
    border-radius: 100px;
    padding: 4px 8px;
    cursor: pointer;
    color: #2590FC;
}

.czkj-level-tag.actived {
    background-color: #2590FC;
    color: #fff;
    border: 1px solid #2590FC;
}

.czkj-level-link {
    color: #2590FC;
    cursor: pointer;
}

.czkj-many-item {

}

/*录音模态框*/
.voide-modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    width: 120px;
    height: 120px;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.is-record img, .translate img {
    width: 60px;
    height: 60px;
    margin: 15px 0 5px 0;
}

.translate {
    display: none;
}

.voice-hold {
    border: 1px solid #ccc;
    background-color: #fff;
    height: 42px;
    font-size: 14px;
    padding: 10px;
    width: calc(100% - 100px);
    border-radius: 100px;
    outline-style: none;
}

.voice-refresh{
    display: inline-block;
    text-align: center;
    height: 42px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 100px);
    border-radius: 100px;
    outline-style: none;
}
.voice-refresh img{
    width: 20px;
    height: 20px;
}

.czkj-calc-height {
    width: 716px;
    line-height: 22px;
    font-size: 14px;
}

.czkj-code-li .czkj-msg {
    position: relative;
    padding-right: 35px;
}

.czkj-scan-code {
    display: none;
}

.czkj-scan {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url("../image/scan.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.czkj-scan-code {
    position: absolute;
    top: -100px;
    left: -200px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
}

.czkj-scan-code img {
    width: 180px;
    height: 180px;
    margin: 5px;
}

.czkj-scan-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.czkj-href-resource {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    word-break: break-word;
    line-height: 22px;
}

.czkj-href-resource-title {
    font-weight: 700;
    font-size: 18px;
}

.czkj-copy {
    border: 1px solid #2590FC;
    background-color: #2590FC;
    color: #fff;
    padding: 0px 8px;
    border-radius: 2px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
}

.czkj-search-result-item {
    color: #2590FC;
    line-height: 22px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
}

.czkj-no-padding .czkj-msg {
    padding: 0;
}

/*婚姻登记预约模块*/
.czkj-marry {
    background-color: #DFE9F7;
    padding: 8px 12px;
}

.czkj-marry-title {
    font-size: 14px;
    color: #1989FA;
    padding: 4px 0;
    line-height: 18px;
}

.czkj-marry-title img {
    width: 15px;
    height: 14px;
    margin-right: 10px;
}

.red-text {
    color: #ff0000;
}

.black-text{
    color: #adadad;
    margin-left: 10px;
}

.czkj-marry-group {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.czkj-marry-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 6px 10px;
}

.czkj-marry-group .czkj-marry-item:last-child {
    border-bottom: none;
}

.czkj-marry-item-name {
    float: left;
    line-height: 34px;
}

.czkj-marry-item-name .red-text {
    margin: 0 6px;
}

.czkj-marry-item-value {
    float: right;
    position: relative;
}

.czkj-marry-item-value.value-width{
    width: 100%;
}

.czkj-marry-item-value.value-width textarea{
    width: 100%;
    border: 1px solid #fff;
    height: 200px;
    outline:none;
    resize:none;
    margin-bottom: 20px;
    /*padding: 10px;*/
}

.czkj-marry-textarea-body{
    position: relative;
}

.czkj-feed-limit{
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.czkj-feed-limit span{
    color: #cf1122;
}

.czkj-marry-item-value input {
    height: 28px;
    padding: 4px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    width: 200px;
    box-sizing: border-box;
}

.czkj-marry-item-value input:focus {
    border-color: #66afe9;
    outline: 0;
}

.czkj-marry-select {
    width: 200px;
}

/*.czkj-marry-select-item{*/
/*    padding: 4px;*/
/*}*/
.czkj-marry-item-input {
    margin-right: 10px;
    color: #ccc;
    border-bottom: 1px solid #ccc;
}

.czkj-marry-input.red-border:focus {
    border-color: #ff0000;
}

.czkj-marry-input.green-border:focus {
    border-color: #74f66b;
}

.czkj-yzm-input {
    border: 1px solid #ececec;
    height: 26px;
    padding-left: 5px;
    border-radius: 4px;
}

.marry-input::-webkit-input-placeholder {
    color: #ccc;
}

.marry-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.marry-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.marry-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.czkj-select-value {
    color: #6b6b6b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.czkj-marry-btn-row {
    text-align: center;
}

.czkj-marry-btn {
    width: 90%;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    background-color: #3E9DFD;
    line-height: 44px;
    font-size: 14px;
}

.czkj-marry-btn.disabled {
    background-color: #ccc;
}

.selectPickerWrapper {
    height: 30px;
    position: relative;
    line-height: 30px;
}

.selectPickerWrapper .marry-more-icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 8px;
}

.selectPickerWrapper .marry-more-down {
    display: none;
}

.selectPickerWrapper.select-actived .marry-more {
    display: none;
}

.selectPickerWrapper.select-actived .marry-more-down {
    display: block;
}

.czkj-body-top {
    width: 1164px;
    height: 200px;
    position: relative;
    padding-right: 340px;
    margin: 30px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.czkj-body-top div {
    box-sizing: border-box;
}

.czkj-body-top-name {
    width: 100%;
    height: 100%;
    background-color: #fff;
    float: left;
    padding: 30px;
    position: relative;
    padding-left: 200px;
    border: 1px solid #ccc;
}

.czkj-body-top-name-left {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 30px;
    top: 20px;
}

.czkj-body-top-name-left img {
    width: 100%;
    height: 100%;
}

.czkj-body-top-name-right {
    line-height: 30px;
    font-size: 16px;
}

.czkj-body-top-name-right img {
    width: 208px;
    height: 40px;
    margin-bottom: 15px;
}

.czkj-body-top-call {
    width: 320px;
    margin-left: 20px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 1px solid #ccc;
}

.czkj-body-email {
    height: 100%;
    /*border-bottom: 1px solid #e8e8e8;*/
    font-size: 12px;
    color: #6f6f6f;
    padding: 15px 10px;
}

.czkj-body-email .czkj-body-email-name {
    text-align: center;
}

.czkj-body-email .czkj-body-email-name img {
    width: 60px;
    height: 60px;
    /*margin-right: 10px;*/
}

.czkj-body-email-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
    padding: 10px 0px;
    margin: 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.czkj-body-email-content {
    color: #333;
    padding: 0 40px;
}

.czkj-body-top-name, .czkj-body-top-call {
    background-color: #bd1a2d;
    color: #fff;
}

.czkj-body-email-text, .czkj-body-email-content {
    color: #fff;
}


/*日志类型*/
.czkj-log-template.czkj-content-all{
    width: 1500px;
    top: 50px;
}

.czkj-log-template .czkj-chat-center{
    padding-right: 600px;
}

.czkj-log-template .czkj-chat-right{
    width: 600px;
}

.czkj-log-result-item{
    float: left;
    color: #2590FC;
    position: relative;
    margin-right: 5px;
}
.czkj-log-top div{
    font-size: 14px;
}
.czkj-log-top{
    padding: 10px 15px;
    height: 200px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}

.czkj-log-top-result label{
    font-size: 14px;
}
.czkj-log-groups{
    display: none;
    position: absolute;
    top: 20px;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 6px;
    z-index: 2000;
    color: #606266;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    word-break: break-all;
}
.czkj-log-item{
    line-height: 22px;
    padding-left: 4px;
}
.czkj-log-item:hover{
    background-color: #ececec;
    cursor: pointer;
}

.czkj-log-html{
    margin-top: 5px;
}

.czkj-log-chat-info{
    position: absolute;
    right: 10px;
    top: -35px;
    line-height: 30px;
    font-size: 16px;
}

.czkj-log-chat-info span{
    margin-left: 20px;
}

.czkj-mark-group{
    padding: 10px 20px;
    line-height: 22px;
    height: calc(100% - 200px);
    overflow: auto;
}

.czkj-mark-group>img{
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}

.czkj-mark-item{
    padding-left: 5px;
}


.czkj-replace-item{
    margin-bottom: 4px;
}

.czkj-word-tag{
    margin: 0 4px;
    padding: 0 2px;
}

.KEYWORD,.IMPORTANT {
    background-color: #E50000 !important;
    color: #fff !important;
    border: 1px solid #E50000 !important;
}

.OPTIONAL_STOP_WORD,.OPTIONAL {
    background-color: #1890FF !important;
    color: #fff !important;
    border: 1px solid #1890FF !important;
}

.STOPWORD,.STOP {
    background-color: #989794 !important;
    color: #fff !important;
    border: 1px solid #989794 !important;
}

.ORDINARY {
    background-color: #FFB026 !important;
    color: #fff !important;
    border: 1px solid #FFB026 !important;
}

.word-item{
    line-height: 22px;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 4px;
    position: relative;
    margin-right: 10px;
}

.word-item.hide-tag-item{
    display: none;
}

.word-plus{
    line-height: 30px;
    padding: 2px 4px;
    margin-bottom: 5px;
}

.word-item.under-line:after{
    position: absolute;
    content: "";
    width: 80%;
    bottom: 3px;
    left: 10%;
    height: 2px;
    background-color: #fff;
}

.czkj-hover-modal{
    display: none;
    position: fixed;
    left: 20px;
    top: 20px;
    background: #fff;
    min-width: 250px;
    max-width: 400px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 10px;
    z-index: 2000;
    color: #606266;
    text-align: justify;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    word-break: break-all;
}

.czkj-hover-model-item-name {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}
.czkj-hover-model-item-name a{
    margin-left: 10px;
    color: #1890FF;
}

.czkj-hover-model-item-name a:visited{
    color: #1890FF;
}

.czkj-hover-modal .czkj-hover-model-item-name a{
    display: none;
}

.czkj-container div div.czkj-hover-model-item{
    line-height: 26px;
}

.czkj-mark-item-title a img{
    width: 15px;
    height: 15px;
    margin-left: 10px;
}
.czkj-mark-item-title .answer-info {
    cursor: pointer;
    height: 15px;
    margin-left: 10px;
}
.go-answer-edit {
    color: #1890FF;
    cursor: pointer;
}

.czkj-mark-item-asks{
    padding-left: 30px;
}

.czkj-mark-item-asks-name{
    padding-left: 30px;
    padding-right: 60px;
    position: relative;
    margin-bottom: 5px;
}


.czkj-mark-item-asks-name>img{
    position: absolute;
    top: 0px;
    right: 5px;
    width: 50px;
    height: 23px;
    cursor: pointer;
    display: none;
}

.czkj-mark-item-asks-name img.czkj-toggle-img-show{
    display: block;
}
.czkj-mark-item-asks-name.actived img{
    display: block;
}

.czkj-mark-item-asks-name.actived img.czkj-toggle-img-show{
    display: none;
}

.czkj-msg table{
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-collapse:collapse !important;
}

.czkj-msg table td,.policy-body-center table th{
    border-bottom:  1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    padding: 3px 5px;
    height: 30px;
}
.czkj-msg table th{
    border-bottom: 2px solid #ccc !important;
    text-align: center !important;
    background-color: #f1f1f1 !important;
}

.czkj-msg table.czkj-none-table td{
    border: none !important;
}

.czkj-href-modal-out{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: rgba(73, 71, 71, 0.6);
    display: none;
}

.czkj-href-modal{
    position: fixed;
    top: 30%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0px -2px 4px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    z-index: 9999;
    padding: 20px 30px;
    border-radius: 4px;
}

.czkj-href-modal>img{
    width: 40px;
    height: 40px;
}

.czkj-href-modal .czkj-href-text{
    margin: 15px 0;
}

.czkj-href-address{
    word-break: break-all;
    margin-bottom: 15px;
}

.czkj-href-modal .czkj-href-text{
    font-size: 16px;
    /*font-weight: 700;*/
}

.czkj-href-modal-btns-item{
    border: 1px solid #999;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 15px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    html, body {
        height: 100%;
        overflow: hidden;
    }

    .czkj-content-all-out{
        height: 100%;
        padding: 0;
    }

    .czkj-href-modal{
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

    .czkj-content-out {
        height: calc(100% - 100px);
        width: 100%;
    }

    .czkj-log-template .czkj-chat-center{
        padding-right: 0;
    }

    .czkj-log-template.czkj-content-all{
        width: 100%;
        margin-left: 0;
    }

    .czkj-content-all {
        width: 100%;
        height: 100%;
        position: static;
        margin-left: 0;
        margin-top: 0;
    }

    .czkj-content-all.wx-mini-app-container{
        height: calc(100% - 20px);
        border-bottom: 20px solid #edeced;
    }

    .czkj-body-top {
        display: none;
    }

    .czkj-resource-modal-view img, .czkj-resource-modal-view video {
        min-width: 100%;
    }

    .czkj-content {
        padding-top: 0;
        height: 100%;
    }

    .czkj-chat-body {
        height: 100%;
    }

    .czkj-chat-center {
        padding-right: 0;
    }

    .czkj-chat-right {
        display: none;
    }

    .czkj-source-out {
        max-width: 100%;
    }

    .czkj-time, .czkj-word-match {
        display: none;
    }

    .czkj-calc-height {
        width: 274px;
    }

    .czkj-my {
        display: none;
    }

    .czkj-chat-title {
        height: 50px;
        line-height: 50px;
    }

    .czkj-tags-group {
        max-height: none;
        height: auto;

    }

    .czkj-tags-group.actived{
        max-height: none;
        overflow: auto;
    }
    .czkj-chat-center {
        padding-top: 50px;
    }

    .czkj-chat-left {
        height: 100%;
        padding-bottom: 0px;
        border-right: 0;
    }

    .czkj-chat-left.show-user-btn {
        height: calc(100% - 50px);
        padding-bottom: 40px;
    }

    .czkj-special-width .czkj-msg {
        width: 90%;
    }


    #czkj-chat {
        height: calc(100% - 100px);
        border-bottom: none;
    }

    .czkj-chat-input {
        height: 60px;
        padding: 10px;
        background-color: #edeced;
        transition: bottom 0.4s;
    }

    .czkj-user-btns {
        display: block;
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: -70px;
        opacity: 0;
        transition: bottom 0.4s, opacity 0.4s;
        left: 0;
    }

    .czkj-mobile-rules{
        display: none;
    }

    .show-user-btn .czkj-user-btns {
        bottom: -50px;
        opacity: 1;
    }

    .show-user-btn #czkj-chat {
        height: calc(100% - 60px);
        padding-bottom: 60px;
    }

    .show-user-btn .czkj-chat-input {
        bottom: 30px;
    }

    .show-user-btn .hot-type {
        opacity: 0;
    }

    .hot-type-item, .last-hot-type-item{
        line-height: 20px;
    }

    .czkj-user-btn-item {
        width: 25%;
        text-align: center;
        float: left;
        font-size: 12px;
    }

    .czkj-user-btn-item img {
        width: 45px;
        height: 45px;
    }

    .czkj-chat-input .czkj-textarea {
        border: 1px solid #ccc;
        border-radius: 25px;
        height: 42px;
        font-size: 14px;
        padding: 10px;
        width: calc(100% - 50px);
        margin-top: 0;
    }

    .czkj-eval {
        padding: 0;
    }

    .czkj-no-item {
        height: 24px;
        line-height: 22px;
        margin: 5px;
    }

    .czkj-enter-btn {
        display: none;
    }

    .czkj-send {
        position: absolute;
        right: 10px;
        top: 9px;
        height: 40px;
        width: 40px;
        border: 0;
        outline-style: none;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        background: url('../image/mobile-oper-btns.svg') no-repeat;
        background-size: cover;
        user-select: none;
    }

    .czkj-send.send-flag{
        background: url('../image/mobile-send.svg') no-repeat;
    }

    .czkj-send img {
        width: 100%;
        height: 100%;
    }

    .chat-toggle {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        position: relative;
        top: 0;
        display: none;
    }

    .input-btn {
        display: none;
    }

    .chat-toggle img {
        width: 100%;
        height: 100%;
    }

    .czkj-modal-content {
        width: 90%;
        margin-left: 0;
        margin-top: 0;
        transform: translateX(-50%);
    }

    .czkj-modal-body {
        padding: 15px 10px;
    }

    .czkj-file-doc-modal {
        padding: 5px;
    }

    .czkj-file-doc-modal .czkj-resource-modal-view {
        max-width: 100%;
        margin: 0;
    }

    .voice-hold {
        display: none;
        border: 1px solid #ccc;
        background-color: #fff;
        height: 42px;
        font-size: 14px;
        padding: 10px;
        width: calc(100% - 100px);
        float: left;
        border-radius: 100px;
        outline-style: none;
    }

    .czkj-enter {
        display: none;
    }

    .hot-type {
        padding-right: 20px;
        overflow-y: hidden;
        overflow-x: auto;
        top: -40px;
    }

    .hot-type-inner {
        width: 1000%;
    }

    .last-hot-type-item {
        display: none;
    }

    .czkj-scan-code {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .more-btn.more-source-btn{
        height: 50px;
    }

    .more-source-btn .more-button{
        top: 25px;
    }

    .more-button.is-click{
        right: 0;
    }

    /*.czkj-suggest {*/
    /*    display: none;*/
    /*}*/
    .czkj-suggest {
        bottom: 60px;
    }

    .czkj-eval .czkj-eval-btns {
        right: 40px;
    }
    .czkj-marry-item{
        padding: 6px 4px;
    }
    .czkj-marry-item-name .red-text{
        margin: 0 2px;
    }
    .czkj-marry-item-value input,.czkj-marry-select{
        width: 150px;
    }
}

/* 语音样式 */
.czkj-voice-identify {
    display: none;
    background-color: #fff;
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 12px;
    color: #333;
    overflow: hidden;
    transition: opacity 1s;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    top: -130px;
}

.voice-head {
    height: 42px;
    line-height: 42px;
    position: relative;
}

.voice-head-img {
    width: 20%;
}

.voice-head-img img {
    width: 100%;
}

.voice-status-text {
    width: 60%;
    text-align: center;
}

.voice-status-text.err-text{
    color: #d81e06;
    background-color: rgba(216,30,6,0.2);
    border-radius: 100px;
    line-height: 20px;
    transform: translate(-50%,10px);
    width: auto;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
}
.voice-status-text.err-text img{
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.voice-limit{
    position: absolute;
    right: 24px;
    bottom: 2px;
}

.close-voice {
    width: 20%;
    text-align: right;
}

.czkj-voice-text {
    height: 65px;
    width: 100%;
    resize: none;
    border: none;
    padding: 4px 6px;
}

.czkj-eval-false-text {
    margin-top: 40px;
}

.pEvents {
    pointer-events: none;
    color: #999;
    background: #f7fbff;
}

.czkj-more-affairs .czkj-tags-group-out + .czkj-tags-group-out {
    margin-top: 10px;
}

.czkj-server-info {
    background: url('../image/tip1.svg') no-repeat center;
    height: 30px;
    width: 30px;
    background-size: 20px;
    float: left;
    margin-top: 20px;
    cursor: pointer;
}
.czkj-server-modal {
    font-size: 16px;
    margin: 0 30px;
}