:root {
    --colorz: #C30310;
}
a{
    text-decoration: none;
}
.czkj-resource-view-text,.czkj-resource-view-text div, .czkj-resource-view-text span,.czkj-resource-view-text p,.czkj-resource-view-text nav,.czkj-resource-view-text b,
.czkj-resource-view-text dd,.czkj-resource-view-text dl,.czkj-resource-view-text dt,.czkj-resource-view-text em,.czkj-resource-view-text footer,
.czkj-resource-view-text form,.czkj-resource-view-text h1,.czkj-resource-view-text h2,.czkj-resource-view-text h3,.czkj-resource-view-text h4,
.czkj-resource-view-text h5,.czkj-resource-view-text h6,.czkj-resource-view-text header,.czkj-resource-view-text label,.czkj-resource-view-text li,
.czkj-resource-view-text font
{
    line-height: 23px !important;
    letter-spacing: .5px;
}

body,p,h1,h2,h3,h4,h5,img,ul,li,table,dl,dd,dt,button{
    color:#333;
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica;
}
body {
    background: url("../image/background1.png") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.czkj-gj-head {
    position: relative;
    z-index: 999; 
}
.headtit {
    box-sizing: border-box;
}
.czkj-content-body{
    height: 900px;
    clear: both;
    background: none !important;
}
.czkj-href-list{
    margin-bottom: 15px;
    padding: 0 0px;
    box-sizing: border-box;
}

.czkj-href-list-item{
    float: left;
    width: 100%;
    cursor: pointer;
}

.czkj-href-list-item img{
    width: 100%;
}
.czkj-right-hot-groups .czkj-hot-item {
    -webkit-line-clamp: 1;
    padding: 4px 20px 4px 24px;
}

.czkj-right-hot-groups .czkj-hot-item i{
    top: 10px;
}
.czkj-msg {
    background-color: #fff;
}
.czkj-tags-group {
    border: none;
}
.czkj-tags-group-title {
    /* border-left: 3px solid var(--colorz); */
    padding-left: 6px;
    font-size: 15px;
    margin-bottom: 0;
}
.czkj-tags-item {
    background: #f1f1f1;
    color: #333;
    border-color: #f1f1f1;
    border-radius: 4px;
}
.czkj-tags-item:hover, .czkj-tags-item.tag-actived {
    background: #fff3f4;
    color: #c30310;
    border-color: #fff3f4;
} 
.pEvents {
    color: #cecece !important;
    background: #f1f1f1 !important;
}

.czkj-textarea{
    font-family: Microsoft YaHei, sans-serif;
}

.czkj-history-del {
    font-size: 13px;
    color: #a5a5a5;
    position: relative;
    padding-left: 18px;
}
.czkj-history-del::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 25px;
    display: block;
    background: url("../image/znwd-icon.png");
    background-position: -13px -193px;
    left: 0;
    top: 8px;
}
.czkj-history-del:hover {
    color: var(--colorz);
}
.czkj-history-del:hover::after {
    content: '';
    background: url("../image/znwd-icon.png");
    background-position: -50px -193px;
}
.czkj-chat-right .czkj-common-list .czkj-change-icon, .czkj-recommend-title .czkj-change-icon {
    font-size: 13px;
    color: var(--colorz);
    position: relative;
    /* background: none  !important; */
    display: block;
    padding-left: 20px;
    width: 60px;
    right: 0;
    height: 42px;
}
.czkj-recommend-title .czkj-change-icon {
    top: 0;
    color: #333;
}
.czkj-chat-right .czkj-common-list .czkj-change-icon::after, .czkj-recommend-title .czkj-change-icon::after {
    content: '';
    background: url("../image/hyp.png");
    height: 16px;
    width: 16px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 14px;
    display: none;

}
.czkj-recommend-title .czkj-change-icon::after {
    top: 4px;
}

.czkj-eval-btn {
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    color: #959595;
    position: relative;
    padding-left: 30px;
    letter-spacing: 1px;
}
.czkj-eval-btn.actived, .czkj-eval-btn:hover, .czkj-no-item.active {
    background-color: var(--colorz);
    color: #fff;
    border-color: var(--colorz);
}
.czkj-eval-true.czkj-eval-btn::after, .czkj-eval-false.czkj-eval-btn::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../image/znwd-icon.png") no-repeat;
    background-position: -12px -234px;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.czkj-eval-true.czkj-eval-btn:hover::after, .czkj-eval-true.czkj-eval-btn.actived::after{
    content: '';
    background: url("../image/znwd-icon.png") no-repeat;
    background-position: -50px -234px;
}
.czkj-eval-false.czkj-eval-btn::after {
    content: '';
    background: url("../image/znwd-icon.png") no-repeat;
    background-position: -12px -269px;
}
.czkj-eval-false.czkj-eval-btn:hover::after, .czkj-eval-false.czkj-eval-btn.actived::after{
    content: '';
    background: url("../image/znwd-icon.png") no-repeat;
    background-position: -50px -269px;
}

.czkj-history-del img, .czkj-eval-btns img{
    display: none;
}
.guide-btn, .czkj-submit-no div {
    background-color: var(--colorz);
}
.czkj-text-title.not-found a, .czkj-file-href, .czkj-relevance-item {
    color: var(--colorz);
}
.czkj-many-group-title {
    color: #333;
}
.no-histroy {
    /* font-size: 0;
    background: url("../image/nohistory.png") no-repeat center; */
    height: 220px;
    margin-top: 10px;
}
.czkj-resource-item, .czkj-resource-view-item a{
    color: var(--colorz) !important;
}
.more-btn .more-button {
    width: 78px;
    right: 0;
}
.more-btn .more-button.is-click {
    width: 58px;
}
.czkj-robot.m0 {
    margin-top: -15px !important;
}
.czkj-robot.m0 .czkj-msg {
    box-shadow: none;
    background-color: transparent !important;
    padding: 0;
}
.czkj-robot.m0 .czkj-msg .fl {
    display: none;
}
.czkj-robot.m0 .czkj-msg .czkj-eval-true {
    margin-left: 0;
}
.czkj-no-hot .czkj-chatsse-info, .czkj-chatsse-info {
    color: var(--colorz);
}
@media (min-width: 641px) {
    .czkj-logo-radio,.czkj-send, .czkj-user-copy, .positioning-robot, .czkj-radio-title, .czkj-chat-input .input-before, .czkj-chat-input .czkj-enter-word, .czkj-enter-btn img , .czkj-suggest, .czkj-recommend-title .czkj-hot-change, .czkj-recommend-group .czkj-recommend-item::before, .hot-type{
        display: none !important;
    }
    .czkj-no-hot .czkj-chatsse-info, .czkj-chatsse-info {
        top: -24px;
        background: transparent;
    }
    .czkj-recommend-title {
        font-size: 16px !important;
        color: #333 !important;
    }

    .czkj-recommend-title i {
        background: url("../image/znwd-icon.png");
        background-position: -4px -296px;
        width: 30px;
        height: 25px;
    }
    .czkj-recommend-group {
        display: flex;
        flex-wrap: wrap;
    }
    .czkj-recommend-group .czkj-recommend-item  {
        background: #f1f1f1;
        color: #333;
        padding: 5px 15px;
        line-height: 24px;
        border-radius: 6px;
        margin: 2px 10px 5px;
        border: none;
        display: block !important;
    }
    .czkj-recommend-group .czkj-recommend-item:hover {
        color: var(--colorz);
        background: #fff3f4;
    }
    .czkj-welcome-msg .czkj-msg {
        width: auto;
        max-width: 70%;
    }
    .czkj-welcome-msg + .czkj-special-width .czkj-msg {
        width: 70%;
    }

    .czkj-content-all {
        padding-top: 20px;
    }
    .czkj-logo-title-out {
        background: transparent;
        box-shadow:none;
        left: 0px;
        width: 100%;
        top: 0;
        overflow: visible;
        height: 90px;
        z-index: 1;
    }
    .czkj-logo-title {
        background: transparent;
        padding-left: 0;
    }
    .czkj-logo-name {
        font-size: 34px !important;
    }
    .czkj-logo-icon .tip {
        line-height: 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        color: var(--colorz);
        position: relative;
        top: -8px;
        align-items: center;
    }
    .czkj-logo-icon .tip cite {
        position: relative;
        height: 2px;
        width: 30px;
        background: var(--colorz);
        margin: 0 6px;
    }
    .czkj-logo-icon .tip cite::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        background: var(--colorz);
        border-radius: 7px;
        right: 0;
        top: -2px;
        display: none;
    }
    .czkj-logo-icon .tip .right::after {
        content: '';
        left: 0;
    }
    .czkj-logo-icon {
        padding-top: 16px;
    }
    .czkj-logo-positioning {
        border: 1px solid var(--colorz);
        border-radius: 30px;
        line-height: 20px;
        margin-top: 30px;
        position: relative;
        padding: 5px 40px 1px 16px;
        line-height: 20px;
        margin-top: 34px;
        position: relative;
        float: right;
        margin-right: 20px;
    }
    .czkj-logo-positioning .positioning-icon {
        background: url("../image/znwd-icon.png") no-repeat !important;
        background-position: -7px -22px !important;
        height: 24px;
        width: 24px;
        margin-right: 5px;
    }
    .czkj-logo-positioning .positioning-text {
        color: #333 !important;
    }
    .czkj-logo-positioning::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color:  var(--colorz) transparent transparent transparent;
        height: 0;
        margin: auto;
    }
    .czkj-logo-positioning::before {
        content: '';
        position: absolute;
        height: 18px;
        right: 34px;
        width: 1px;
        background-color: var(--colorz);
        top: 0;
        bottom: 0;
        margin: auto;
        display: none;
    }
    .czkj-helps {
        width: 130px;
    }
    .czkj-helps i {
        background: url("../image/znwd-icon.png");
        width: 32px;
        height: 32px;
        background-position: -72px -61px;
        display: block;
        display: none;
    }
    .czkj-phone {
        background: none;
        display: flex !important;
        font-size: 16px !important;
        color: #333;
        width: auto;
        margin-right: 10px;
        position: relative;
        
    }
    .czkj-phone i {
        background: url("../image/shouji.svg");
        width: 32px;
        height: 32px;
        margin-left: 5px;
        background-size: 34px;
    }
    .czkj-phone:hover .code {
        display: block;
    }
    .czkj-phone .code {
        position: absolute;
        background: #676767;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
        padding: 6px;
        color: #fff;
        border-radius: 5px;
        top: 42px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 20px;
        left: 16px;
        display: none;
        
    }
    .czkj-phone .code::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #676767 transparent;
        top: -8px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
    }
    .czkj-phone .code img {
        width: 120px;
    }
    .czkj-title-right {
        margin-top: 16px;
    }
    .czkj-chat-right {
        width: 330px;
        border-radius: 15px;
        overflow: hidden;
    }
    .czkj-chat-center {
        padding-right: 340px;
        border-radius: 15px;
    }
    .czkj-content {
        width: 1200px;
    }
    .czkj-common-list {
        margin-bottom: 0;
        margin-bottom: 10px;
    }
    .czkj-common-list, .czkj-history-list {
        height: calc(50% - 0px);
        box-shadow: none;
        border-radius: 0;
        background: #fff;
        border-radius: 15px;
    }
    .czkj-chat-input {
        height: 119px;
        /* box-shadow: -3px 0px 15px rgb(0 0 0 / 8%) inset; */
    }
    .czkj-chat-center {
        /* box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2); */
    }
    .czkj-chat-left {
        padding-bottom: 119px;
        /* box-shadow: -5px 0px 5px rgb(0 0 0 / 2%) inset; */
        border-radius: 15px;
        box-shadow: none;
    }
    #czkj-chat {
        /* box-shadow: -3px -10px 15px rgb(0 0 0 / 8%) inset; */
    }
    .question-radio {
        bottom: 20px;
    }
    .czkj-textarea {
        padding-left: 20px;
        background: transparent;
        margin-top: 0 !important;
    }
    .czkj-chat-input .czkj-enter-btn {
        background-color: var(--colorz) !important;
        bottom: 20px;
        right: 20px;
    }
    .czkj-chat-body{
        height: 740px;
    }
    .czkj-common-groups .czkj-hot-item i {
        background: url("../image/znwd-icon.png") no-repeat !important;
        background-position: -9px -114px !important;
        width: 24px;
        height: 24px;
        display: none;
    }
    .czkj-hot-item {
        padding-left: 18px;
        color: #333;
        position: relative;
    }
    .czkj-hot-item::before {
        content: '';
        position: absolute;
        height: 6px;
        width: 6px;
        background: var(--colorz);
        border-radius: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .czkj-hot-item span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .czkj-common-groups .czkj-hot-item:hover i {
        background: url("../image/znwd-icon.png") no-repeat !important;
        background-position: -46px -114px !important;
    }
    .czkj-common-groups .czkj-hot-item:hover span , .czkj-history-list .czkj-hot-item:hover span  {
        color: var(--colorz);
    }
    .czkj-right-question-tile {
        border: none;
        font-size: 18px !important;
    }
    /* .czkj-history-list .czkj-right-question-tile {
        border-top: 1px solid #dbdbdb;
    } */
    .czkj-history-list .czkj-hot-item i {
        background: url("../image/znwd-icon.png") no-repeat !important;
        background-position: -9px -157px !important;
        width: 24px;
        height: 24px;
        display: none;
    }
    .czkj-history-list .czkj-hot-item:hover i {
        background: url("../image/znwd-icon.png") no-repeat !important;
        background-position: -46px -157px !important;
    }
    .czkj-textarea::placeholder, .czkj-textarea {
        font-size: 14px;
        color: #666;
    }
    .zkf-modal {
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        display: none;
    }
    .zkf-content {
        height: 660px;
        width: 1000px;
        position: relative;
    }
    .zkf-content .title {
        text-align: right;
        margin-bottom: 20px;
    }
    .zkf-content .title img {
        cursor: pointer;
    }
    .zkf-content .content {
        width: 1000px;
        margin: auto;
        overflow: hidden;
    }
    .zkf-content .content {

    }
    .zkf-modal .swiper-button-next, .zkf-modal .swiper-button-prev {
        color: #fff !important;
    }
    .zkf-modal .swiper-wrapper {
        width: 900px;
    }
    .zkf-modal .swiper {
        padding-left: 50px !important;
    }
    .zkf-modal .swiper-slide {
    }
    .swiper-pagination {
        bottom: 20px !important;
    }
    .swiper-pagination-bullet-active {
        background-color: var(--colorz) !important;
    }
}

@media (max-width: 640px) {
    html, body{
        overflow: auto;
    }
    .czkj-recommend-title .czkj-change-icon {
        top: -12px;
    }
    .czkj-textarea::placeholder, .czkj-textarea {
        color: #666;
        font-size: 14px;
    }
    .czkj-content-body{
        height: 100%;
        overflow: hidden;
    }
    .czkj-helps, .czkj-user-copy, .positioning-robot, .czkj-logo-radio, .czkj-suggest, .czkj-user-btns, .zkf-modal, .czkj-chat-title, .czkj-radio-title, .czkj-server {
        display: none !important;
    }
    .czkj-send {
        background: var(--colorz) !important;
        line-height: 32px;
        text-align: center;
        border-radius: 4px;
        width: 50px;
        height: 32px;
        top: 15px;
        font-size: 14px;
        right: 5px;
    }
    .show-user-btn .czkj-chat-input {
        bottom: 0;
    }
    .czkj-chat-left.show-user-btn {
        height: calc(100% - 0px);
        padding-bottom: 0;
    }
    .show-user-btn .czkj-user-btns {
        bottom: -70px;
        opacity: 0;
    }
    .czkj-chat-input .czkj-textarea {
        border-radius: 5px;
        background-color: #f6f6f6;
        border-color: #f6f6f6;
    }
    .czkj-chat-input {
        background-color: #fff;
    }
    #czkj-chat {
        background-color: #f6f6f6 !important;

    }
    .czkj-logo-title-out {
        padding-left: 0;
        height: 150px;
    }
    .czkj-logo-name {
        color: #fff !important;
        width: 100%;
        font-size: 20px !important;
        white-space: normal;
        line-height: 30px;
        font-weight: normal;
    }
    .czkj-logo-title {
        padding-left: 10px;
        padding-right: 0px;
        height: 150px;
    }
    .czkj-chat-center {
        padding-right: 0;
        padding-top: 0px;
        top: 0px;
        height: calc(100% - 0px);
    }
    .czkj-logo-icon {
        width: calc(100% - 120px);
        height: 100%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
    .czkj-logo-positioning .positioning-text {
        color: #fff !important;
        background: url("../image/dqqh.png") no-repeat center top  !important;
        padding: 0 15px;
        border-left: 2px solid #fff;
        padding-top: 28px;
        white-space: normal;
        text-align: center;
        line-height: 18px;
    }
    #czkj-chat li.czkj-server {
        min-height: 1px;
    }
    .czkj-logo-positioning .positioning-icon, .czkj-recommend-title i {
        display: none;
    }
    .czkj-logo-positioning {
        display: flex !important;
        height: 100%;
        align-items: center;
        line-height: 20px;
        justify-content: center;
    }
    .wap-tip {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        margin-top: 5px;
    }
    .czkj-recommend-title {
        color: #333 !important;
        border-bottom: 2px solid #f1f1f1;
        position: relative;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .czkj-recommend-title::after {
        content: '';
        width: 60px;
        height: 4px;
        background-color: #dc3c3b;
        position: absolute;
        bottom: -3px;
        left: 0;
    }
    .czkj-recommend-item  {
        border-bottom: 1px dashed #f4f4f4;
        color: #333;
        padding-top: 8px;
        padding-bottom: 8px;
        
    }
    .czkj-recommend-item:before {
        background-color: #fcc8c7;
        top: 16px;
    }
    .hot-type {
        background: #fff !important;
        padding-left: 10px;
        padding-right: 0;
    }
    .hot-type-inner {
        width: 100% !important;
        display: flex;
        white-space: nowrap;
        position: relative;
        padding-left: 0;
        overflow: auto;
    }
    .hot-type-item {
        background: #f7f7f7;
        border: 1px solid #dfdfdf;
        color: #292929;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }
    .chat-toggle i.voice-btn {
        background: url("../image/yuyin.png") no-repeat !important;
        width: 34px;
        height: 34px;
        margin-top: 4px;
        background-size: 34px 34px !important;
    }
    .chat-toggle i.input-btn {
        background: url("../image/wenben.png") no-repeat !important;
        width: 34px;
        height: 34px;
        margin-top: 4px;
        background-size: 34px 34px !important;
    }
    .czkj-chat-input {
        padding-left: 5px;
    }
    .chat-toggle {
        height: 34px;
        width: 34px;
        margin-right: 5px;
    }
    .hot-type-title {
        position: sticky;
        left: 0;
        background: #fff;
        padding-right: 10px;
        margin-right: 0;
    }
    .voice-hold {
        border: 1px solid #f6f6f6;
        color: #c5c4c4;
        background-color: #f6f6f6;
    }
    .czkj-recommend-item:hover, .czkj-history-item:hover {
        background-color: transparent;
    }
    .hot-type-item:hover {
        background: #f7f7f7;
        color: #292929;
    }
    #czkj-chat li.zkf3-logo {
        margin: 0;
        padding-left: 0;
        display: block;
    }

}

@media screen and (max-height: 830px) and (min-width: 640px) {
    .czkj-chat-body{
        height: 740px;
    }
}
