@charset "utf-8";
/* 智能问答 */
.znwd-mainbox {
    background: #3270b3 url("./../images/znwd-bg.png") no-repeat center top;
    padding-top: 96px;
}

.znwd_banner {
    height: auto;
    padding: 48px 0 20px;
    text-align: center;
}

.znwd_banner .img_title {
    display: none;
}

.zc_banner .znwd_logo img {
    max-width: 100%;
    height: auto;
}

.conversation_list .conversation_text {
    width: 80%;
    /*border-radius: 36px;*/
    /*overflow: hidden;*/
    /*border-top-left-radius: 0px*/
}

/* frame */
.robotbox {
    border-radius: 36px;
}

.clear-msg {
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.clear-msg a {
    display: inline-block;
    border-radius: 20px;
    width: 100px;
    font-size: 15px;
    color: #a6a7ab;
    background: #edeff8;
}

.clear-msg a:hover {
    background: #2d6fb5;
    color: #fff;
}

.conversation_list .ctext_wrap, .conversation_list .ctext_wrap .chat_index {
    border-radius: 0 24px 0 24px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
}

.conversation_list .ctext_wrap:after {
    display: none;
}

.tab-search-content > ul {
    display: none;
}

.tab-search-content > ul.active {
    display: block;
    height: 220px;
    overflow: auto;
}

.tab-search-content .list li {
    float: none;
}

.list li {
    height: 35px;
}

.conversation_list .ctext_wrap {
    font-size: 16px;
    border-radius: 24px;
    overflow: hidden;
    border-top-left-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.conversation_list .odd .ctext_wrap {
    font-size: 16px;
    border-radius: 24px;
    overflow: hidden;
    border-top-right-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.search-leader-info {
    padding: 10px;
}

.search-leader-info .search-leader-img {
    width: 120px;
    height: 160px;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    float: left
}

.search-leader-info .search-leader-img img {
    max-width: 100%;
    max-height: 100%;
}

.search-leader-info .search-leader-personal {
    margin-left: 140px;
    position: relative
}

.search-leader-personal .search-leader-name {
    height: 36px;
    line-height: 36px;
    padding: 8px 0;
    font-size: 15px
}

.search-leader-personal .search-leader-name .leader-name {
    font-size: 20px;
    font-weight: bold;
    margin-right: 18px;
}

.search-leader-personal .search-leader-resume {
    font-size: 15px;
    line-height: 24px;
    padding-top: 5px
}

.search-leader-info .leader-detail {
    color: #0154c8;
    padding-left: 10px;
}

/* 猜你想问 */
.cnxw-box {
    border-radius: 0 24px 24px 24px;
    background: #fff url("./../images/znwd-cnxw-bg.png") no-repeat center top;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.cnxw-tit {
    height: 41px;
    line-height: 41px;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.cnxw-tit .lt-tit {
    float: left;
    display: block;
    padding-left: 28px;
    background: url("./../images/znwd-cnxw-icon.png") no-repeat center left;
    color: #2d6fb5;
    font-weight: bold;
    font-size: 18px;
}

.cnxw-tit a {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #79a4d1;
    padding-left: 18px;
    background: url("./../images/znwd-refresh.png") no-repeat center left;
}

.conversation_list .cnxw-list li {
    float: left;
    margin: 0 auto;
    padding-left: 22px;
    width: 180px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    background: url("./../images/icon.png") no-repeat center left;
}

.conversation_list .cnxw-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.qyqh-box {
    padding: 15px 20px;
    background: #fff;
}

.qyqh-box .qyqh-char {
    font-size: 16px;
    line-height: 32px;
}

.qyqh-box .qyxz-list {
    line-height: 32px;
}

.qyqh-box .qyxz-list .now-pos {
    float: left;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    background: url("./../images/znwd-pos.png") no-repeat center left;
    margin-right: 20px;
}

.qyqh-box .qyxz-list a {
    color: #2d6fb5;
    text-decoration: underline;
    font-size: 16px;
}

.qyqh-box .qy-choose-top {
    width: 630px;
    font-size: 16px;
    color: #2d6fb5;
    line-height: 32px;
}

.qyqh-box .qy-choose-top span {
    color: #666;
}

.qyqh-box .qy-choose-top a {
    text-decoration: underline;
    color: #2d6fb5;
}

.qyqh-box .qy-choose-setail {
    padding: 20px 0;
    background: #f3f8ff;
    border-radius: 8px;
}

.qyqh-box .qy-choose-setail ul li {
    float: left;
    margin: 0 auto;
    text-align: center;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
}

.qyqh-box .qy-choose-setail ul li a {
    color: #333;
    font-size: 16px;
    width: auto;
}

.choose-btn {
    margin-top: 10px;
}

.choose-btn input {
    margin-left: 20px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 0 none;
    color: #fff;
}

.choose-btn input.choose-btn-s {
    background: #2d6fb5;
}

.choose-btn input.choose-btn-q {
    background: #b4c7da;
}

.main_left {
    width: 840px;
    height: 725px !important;
}

.conversation_list {
    height: 470px !important;
    background: #F5F8FC;
    padding: 30px 15px 20px;
    border-right: #ddd 1px solid;
    position: relative;
}

.conversation_list .ctext_wrap:after {
    display: none;
    position: relative;
    right: 0;
    bottom: 0;
    /*height: ;*/
}

.conversation_list .ctext_wrap .padding_side {
    background: #fff;
    border-radius: 5px;
}

.conversation_list li.odd .ctext_wrap .padding_side {
    background: #3573B5;
    color: #fff;
}

.conversation_list .ctext_wrap .chat_index {
    position: relative;
}

.conversation_text .chat_ico {
    position: absolute;
    left: -6px;
    top: 10px;
    width: 6px;
    height: 10px;
    background: url("../images/wd_dico.png") center no-repeat;
    z-index: 9;
    display: none;
}

.conversation_list .odd .conversation_text .chat_ico {
    right: -6px;
    left: auto;
    background: url("../images/wd_dico2.png") center no-repeat;
    display: none;
}


.tab-answer {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
    height: auto;
    position: relative;
    width: 640px;
}

.tab-nav {
    border-bottom: 0;
    overflow: hidden;
    margin: 0;
}

.tab-nav li {
    list-style: none;
    float: left;
    position: relative;
    display: block;
    padding: 4px;
    margin: 0 10px;
}

.tab-nav li a {
    color: #333333;
}

.tab-nav li:first-child {
    margin-left: 7px;
}

.tab-nav li a {
    line-height: 30px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    /*padding: 4px 9pt;*/
}

.tab-nav li.active {
    /*background: #fff;*/
    border-bottom: 2px solid rgb(45, 111, 181);
    height: 28px;
}

.tab-nav li.active a {
    color: rgb(45, 111, 181);
}

.tab-search-content > ul {
    display: none;
}


.tab-search-content .list li {
    float: none;
}

/*.tab-content .list li a {display: inline-block;}*/
.conversation_list .ctext_wrap {
    /*border-radius: 5px;*/
    /*width: 100%;*/
}

.search-leader-info {
    padding: 10px;
}

.search-leader-info .search-leader-img {
    width: 120px;
    height: 160px;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    float: left
}

.search-leader-info .search-leader-img img {
    max-width: 100%;
    max-height: 100%;
}

.search-leader-info .search-leader-personal {
    margin-left: 140px;
    position: relative
}

.search-leader-personal .search-leader-name {
    height: 36px;
    line-height: 36px;
    padding: 8px 0;
    font-size: 15px
}

.search-leader-personal .search-leader-name .leader-name {
    font-size: 20px;
    font-weight: bold;
    margin-right: 18px;
}

.search-leader-personal .search-leader-resume {
    font-size: 15px;
    line-height: 24px;
    padding-top: 5px
}

.search-leader-info .leader-detail {
    color: #0154c8;
    padding-left: 10px;
}


.robot_line {
    border-bottom: #ddd 1px solid;
    margin-top: 10px;
}

.main_right {
    width: 360px;
    height: 688px !important;
}

.main_right .module {
    padding-top: 15px;
}

.main_right .cjwt {
    padding-right: 20px;
}

.main_right .page-header {
    margin-top: 5px;
    border: none;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
    background: url("./../images/znwd-tit-bg.png") repeat-x left center;
    position: relative;
}

.page-header > li {
    border-top: none;
    float: left;
    padding-right: 16px;
    background: #fff;
}

.page-header > li a {
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #333;
    background: none;
}

.page-header > li.active a {
    color: #2d6fb5;
    font-weight: bold;
}

.wd_bmfw_link li {
    float: left;
    width: 33.333%;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.wd_bmfw_link li img {
    display: block;
    width: 60 p;
    height: 60px;
    margin: 0 auto;
}

.wd_bmfw_link li .img-title {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.page-header a.clear-all {
    position: absolute;
    right: 26px;
    top: 0;
    display: block;
    padding: 0 5px 0 18px;
    background: #fff url("./../images/znwd-clear.png") no-repeat 5px;
    color: #999;
    font-size: 15px;
    width: auto;
}

.history-list {
    padding: 0 20px;
}

.history-list li {
    line-height: 34px;
    font-size: 15px;
}

.history-list li a {
    display: block;
    color: #666;
}

.hot_zt {
    height: 40px;
    background: #F2F2F2;
    border-right: #ddd 1px solid;
    position: relative;
}

.hot_zt .tit {
    display: block;
    float: left;
    width: 96px;
    text-align: right;
    line-height: 40px;
}

.hot_zt ul {
    margin-left: 96px;
}

.hot_zt ul li {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.hot_zt ul li a {
    display: block;
    padding: 0 10px;
    border-radius: 20px;
    background: #fff;
    line-height: 28px;
    cursor: pointer;
}

.hot_zt ul li a:hover {
    color: #fff;
    background: #3573b5;
}

.hot_zt_close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 10px;
    cursor: pointer;
    background: url("../images/robot_close.png") 0 0 no-repeat;
}

.hot_zt_close:hover {
    transition: all .8s;
    transform: rotateZ(360deg);
}

.import {
    border-right: #ddd 1px solid;
}

.ctext_wrap {
    max-width: 100%;
}

.import {
    height: 166px;
}

.importon {
    height: 206px;
}

.import .input-area {
    padding: 15px 0 0;
}

.import .input-area .btn-send {
    width: 70px;
    height: 32px;
    background: #3573B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.input-wrapper {
    padding-right: 0px;
    margin-right: 0;
}

.import .enter-input {
    background: #fff;
    height: 100px;
}

.red-txt {
    font-size: 18px;
    color: #cc0000;
    font-style: normal;
}

.answer-tab {
    margin-top: 15px;
}

.red {
    color: #cc0000;
}

.line {
    text-decoration: underline;
}

.hot_service_item {
    float: left;
    color: #333;
    margin: 0 10px 5px 0;
    padding: 0 10px;
    border-radius: 20px;
    background: #fff;
    line-height: 28px;
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.hot_service_item:hover {
    color: #fff;
    background: #3573b5;
}

.hot_service_table td {
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid #e0e1e1;
}

.hot_service_table td:nth-child(2n-1) {
    background: rgb(248, 248, 248);
    text-align: right;
}

.hot_service_table td.table-bt {
    color: #868686;
}

.hot_service_table td.table-bt.w90 {
    width: 90px;
}

.knowledge_box {
    margin: 8px 0;
}

.blod {
    font-weight: bold;
}

.hot_detail,
.hot_detail:hover {
    display: inline-block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #3573b5;
    border-radius: 17px;
    font-size: 14px;
    color: #fff;
    margin-top: 9px;
}

.hot_zt ul li a {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.conversation_list .item {
    margin: 0 !important;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conversation_list .item a {
    color: #333333;
    font-size: 16px;
    padding-right: 0;
}

.conversation_list .item > span {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    min-width: 40px;
}

.conversation_list .item-span {
    text-align: center;
    cursor: pointer;
}

.conversation_list .item1 {
    height: 28px;
    line-height: 28px;
}

.conversation_list .item2 {
    text-indent: 10px;
    height: 30px;
    font-size: 13px;
    color: #999999;
    line-height: 30px;
}

.list {
    margin-right: 0;
}

.conversation_list .item3 {
    text-indent: 10px;
}

.conversation_list .item3 button {
    font-size: 12px;
    border: none;
    background: #0073ff;
    color: #ffffff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px
}

.conversation_list .item4 {
    text-indent: 10px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.item-quest {
    text-align: center;
    cursor: pointer;
}

.conversation_list .item-span1 {
    color: #0073ff !important;
    font-weight: bold;
}
.conversation_list .item-questfy1 {
    color: #0073ff !important;
    font-weight: bold;
}
.conversation_list .item-questfy{
    text-align: center;
    cursor: pointer;
}
.questlist {
    width: 630px;
    margin-bottom: 10px;
    overflow: hidden;
}

.questlist_w {
    float: left;

}

.questlist_d {
    float: left;
    max-width: 90%;
    margin-left: 10px;
}

.search-talk-eva-text {
    font-size: 16px;
    margin-top: 40px;
}

.btn-satisfactory {
    border: 1px solid rgb(45, 111, 181);
    font-size: 14px;
    color: rgb(45, 111, 181);
    padding: 5px 20px;
    border-radius: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.btn-unsatisfactory {
    border: 1px solid rgb(236, 114, 48);
    font-size: 14px;
    color: rgb(236, 114, 48);
    padding: 5px 20px;
    border-radius: 40px;
    cursor: pointer;
}

.list li em {
    margin: 16px 10px 0 0 !important;
}

.result-li {
    position: relative;
    left: -800px;
}

.nicescroll-rails-hr {
    display: none !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main_left {
        width: 685px;
    }

    .main_right {
        width: 300px;
    }

    .conversation_list .cnxw-list li {
        width: 219px;
    }
}

@media only screen and (max-width: 991px) {
    .main_right {
        display: none !important;
    }

    .main_left {
        width: 100%;
        float: none;
        height: auto !important;
    }

    .input-area {
        margin: 0 10px;
    }

    .cnxw-box {
        padding: 10px;
    }

    .conversation_list .cnxw-list li {
        width: 262px;
    }
}

@media only screen and (max-width: 767px) {
    .conversation_list .cnxw-list li {
        width: auto;
        float: none;
    }

    .znwd-mainbox {
        padding-top: 0;
    }

    .zndw-logo {
        width: 100%;
        height: auto;
    }

    .zndw-logo img {
        width: auto;
        max-width: 96%;
        text-align: center;
    }

    .conversation_list {
        padding: 10px;
    }

    .znwd-main {
        margin: 0 10px;
    }

    .import {
        border-right: 0 none;
    }

    .hot_zt ul {
        height: 40px;
        overflow-y: auto;
    }

    .hot_zt ul li {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .conversation_list .conversation_text {
        display: block;
        width: 100%;
        float: none;
    }
}

.dnbutton {
    font-size: 14px;
    border: none;
    background: #f0f6fe;
    color: #2d6fb5;
    border-radius: 5px;
    height: 30px;
    line-height: 30px
}
.dnbutton:hover{
    background: #3573b5;
    color: #ffffff;
}

/*20240506*/
.znwd-mainbox .container{position: relative;}
.shadow {display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); z-index: 9999; }
.popbox{display: none;width: 400px;height: 413px;position: fixed;top: 50%;left: 50%;margin-top: -206px;margin-left: -200px;z-index: 9999;}
.popbox-top{height: 173px;background: url("../images/znwd-pop-top.png") top center no-repeat;}
.popbox-con{background: #fff;padding: 16px 10px;height: 208px; text-align: center;border-radius: 0 0 5px 5px;}
.popbox-title{font-size: 24px;}
.popbox-title span{color: #3573B5;}
.popbox-info{font-size: 14px;color: #666;margin-top: 12px;}
.popbox-btn{width: 160px;margin:24px auto 0;}
.popbox-btn a{display: block;line-height: 48px;font-size: 16px;color: #3573B5;}
.popbox-btn a.new-a{color: #fff; background: #3573B5;border-radius: 4px;}

.xf-zwwd{ width: 96px;height: 102px; text-align: center;padding-top: 91px; background: url("../images/xf-AI.png") top center no-repeat; position: absolute;left: -116px;top: 136px;z-index: 9;}
.xf-zwwd-info{font-size: 16px;line-height: 23px;color: #EAF3FF;}
.xf-zwwd-a{display: block;width: 78px;height: 28px;font-size: 14px;line-height: 28px; color: #784200;margin: 17px auto 0; border-radius: 4px;background: #FFC544;}
.xf-zwwd-a:hover{font-weight: bold; color: #784200;}