@charset "utf-8";
/* CSS Document */
@-webkit-keyframes animationLeft {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes animationLeft {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes animationRight {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes animationRight {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes bellRing {
    0%,
    100% {
        transform-origin: top;
    }
    15% {
        transform: rotateZ(10deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    45% {
        transform: rotateZ(5deg);
    }
    60% {
        transform: rotateZ(-5deg);
    }
    75% {
        transform: rotateZ(2deg);
    }
}
.ls-ai-body{  background: linear-gradient(180deg, #E7F3FF 0%, #DCEBFF 100%);}
.ls-ai-bodyimg{  background: url("../ai-search/ai-body.png") no-repeat bottom center ;}
/*头部*/
.ls-search-header{height: 150px;border-bottom: 2px solid #015293;background: url("../images-search/banner.png") no-repeat bottom center;}
.ls-search-header .ls-site-logo{margin-top: 32px;min-height: 73px;line-height: 73px;text-align: center;}
.ls-search-header .ls-site-logo img{vertical-align: middle;width: auto;height: auto;}
.ls-search-header .ls-logo-gh,.ls-search-header .ls-unit-name,.ls-search-header .ls-logo-gh li,.ls-search-header .ls-unit-name li{ display: inline;}
.ls-search-header .ls-unit-name img{ padding-left: 16px;}
.ls-search-header .ls-search-right{margin-top: 53px;}
.ls-search-header .ls-search-right ul li{font-size: 16px;margin-left: 14px;height: 31px;line-height: 31px;float: left;}
.ls-search-header .ls-search-right  ul li.num1{margin-left: 0;}
.ls-search-header .ls-search-right  ul li a{color: #345F8C;}
.ls-search-header .ls-search-right  ul li a:hover{ opacity: .9;}
.ls-search-header .ls-search-right  ul li {font-size: 16px;}
.ls-search-header .ls-search-right  ul li.num-wza a,.ls-search-header .ls-search-right  ul li.num-old a{display: block;padding: 0 13px 0 33px;height: 29px;border: 1px solid #396C9F;background: rgba(247,246,245,.7);line-height: 29px;text-align: center;color: #1B5A99!important;border-radius: 6px;font-size: 15px;}
.ls-search-header .ls-search-right  ul li.num-wza a{background:rgba(247,246,245,.7) url("./../images/wza-ico.png") no-repeat 11px;}
.ls-search-header .ls-search-right  ul li.num-old a{background:rgba(247,246,245,.7) url("./../images/old-ico.png") no-repeat 11px;}
.ls-search-header .ls-search-right  ul li.num-wza a:hover,.ls-search-header .ls-search-right  ul li.num-old a:hover{background-color: #fff;}
.ls-search-header .ls-search-right  ul li.num-wza{margin-left: 10px;}
@media (max-width: 767px){
    .ls-search-header{ height: auto; padding-bottom: 20px; background-color: #cae8ff; }
    .ls-search-header .ls-site-logo{ margin: 60px 0 0 10px;}
    .ls-search-header .ls-search-right{ margin: 10px 10px 0 0; position: absolute; right: 0; top:0;}
    .ls-search-header .ls-unit-name img{ box-sizing: border-box; padding: 0 8px; max-width: 100%; height: auto;}
}
.ls-root-container{ margin: 30px 0 25px 0;}
.ls-root-top{ background: #1561AF; height:114px; border-radius: 24px; padding: 0 30px;}
.ls-root-top .img-title{ display: none;}
.ls-root-top ul{ display: block; padding-top: 10px;}
.ls-root-top li{ float: left; margin-right: 30px; line-height: 60px; color: rgba(255, 255, 255, 0.8); font-size: 16px;}

.ls-robot-main{   margin-top: -34px; }
.w40{ width:40%;}
.margin-left30 {margin-left: 30px !important;}
.no_padding{ padding:0 !important;}
.padding_top10{ padding-top:20px !important;}
.padding_bottom10{ padding-bottom:20px !important;}
.padding-top20 {padding-top: 20px !important;}
.padding-left10 {padding-left: 10px !important;}
.padding_side{ padding-left:15px !important; padding-right:15px !important;}
.import-status{ margin:0 !important; line-height:32px;}
.row-fluid{ width:auto!important;*zoom: 1;}
.col100{ margin-right:110px; height:65px;}
.input-block-level{display: block;width: 100%;min-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.mainbox{  width:100%; height:100%;text-align: center;}
.row_fluid{*zoom:1; width:100%; margin:0 auto;}
.chat_conversation{height: 424px; padding-top: 24px; margin-bottom: 10px;background: #F5F7F9;border-radius: 24px 0px 0px 0px;border: 1px solid #d9d9d9;  overflow-x: hidden; overflow-y: auto;}
.conversation_list{list-style: none;  margin: 0;padding:0px 10px 0 0px;  }
.conversation_list li{margin-bottom: 24px;margin-top: 10px; overflow:hidden;}
.conversation_list .conversation_text{ font-size: 12px; margin-left:75px;  color:#333;}
.conversation_list .ctext_wrap{padding: 14px 25px;background: #F5F7F9;opacity: 0.7;border-radius: 24px 0px 0px 0px;-webkit-border-radius: 24px 0px 0px 0px;-moz-border-radius: 24px 0px 0px 0px;position: relative;display: inline-block;-moz-box-shadow:1px 1px 1px #e6e6e6; -webkit-box-shadow:1px 1px 1px #e6e6e6; box-shadow:1px 1px 1px #e6e6e6;}

.conversation_list .answer_text{margin-top: 10px;}
.chat_index{ background:#fff;border-radius:3px;}
.import .chat-input{float: left;overflow: auto;border: none;height: 78px;resize: none;font-size: 12px; outline:none;font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;line-height: 26px;margin-bottom: 0;border-right: none;*padding: 0;border-radius: 0px;box-shadow: none; background:none;}

.conversation_list .odd .chat_avatar {float: right !important;}
.conversation_list .chat_avatar {width: 68px;display: inline-block;text-align: center;float: left;}
.conversation_list .chat_avatar  img{border-radius: 81px;width: 50px;height: 50px;}
 
.conversation_list .odd .conversation_text {width: 70% !important;margin-right: 12px;text-align: right;float: right !important; margin-left:0px;margin-top: 10px;}
/* .conversation_list .odd .conversation_text .after{left: 100%;top: 12px; width:9px; height:15px;position: absolute;pointer-events: none; background: url("/_res/question/images/tips.png") no-repeat;  } */
.conversation_list .odd .conversation_text .ctext_wrap{color: #ffffff;background: #015293;box-shadow: 0px 0px 14px 0px rgb(51 86 115 / 6%);border-radius: 12px 0px 12px 12px;}
.conversation_list .odd .ctext_wrap::after {left: 100% !important;top: 20% !important;border-color: rgba(238,238,242,0) !important;border-left-color: #ccc !important;}
.conversation_list .ctext_wrap i {display: block;font-style: normal;font-weight: bold;position: relative;font-size: 12px;color: #2cb9b3;}
.conversation_list .odd .ctext_wrap i {color: #e72103;}
.conversation_list .ctext_wrap p {margin: 0px;padding-top: 3px;}
.bszn {margin: 0px 0 0 0;overflow: hidden;zoom: 1;border-bottom: 3px solid #cd0c0c;white-space: nowrap;}
.bszn li {list-style: none;float: left;margin-bottom: 0; margin-top:0px;}
.bszn li a {padding: 0 12px;line-height: 26px;}
.bszn li.active {background: #cd0c0c;}
.bszn li.active a {color: #fff;}
.list {overflow: hidden;zoom: 1;padding-bottom:5px;margin: 10px 0 0 0px; padding-right:15px; background:none !important;}
.list li {list-style: none;float: left;margin: 2px 0 2px 0; overflow:hidden;height:22px;}
.list li em {width: 5px;height: 5px;border-radius: 10px;background: #c80000;float: left;margin: 8px 10px 0 0;overflow: hidden;}
.list li a {color: #666; display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding-right:10px;}
.list5 li {width: 20%;*width: 19.98%;}
.list2 li {width: 50%;*width: 49.98%;}

.gac_m {cursor: default;border: 1px solid #90a8c1;z-index: 10001;background: #f2f7fe;position: absolute;margin: 0;font-size: 12px;top: 174px;left: 1px;width: 1151px;display: block;}
.gac_m td {line-height: 15px;}
.gac_d {padding: 0 3px;white-space: nowrap;overflow: hidden;text-align: right;color: green;font-size: 0.77em;}
.gac_b {background: #355fb1;color: #fff;}
.gac_e {padding: 0 3px 2px;text-decoration: underline;text-align: right;color: #00c;font-size: 0.77em;line-height: 0.88em;}
.gac_c {padding-left: 3px;white-space: nowrap;overflow: hidden;text-align: left;padding-bottom: 1px;}
/*回复框 end*/
.span6 {width: 460px;}
.chat-send button {width: 100%;}
.pull-right{ position: absolute; right: 10px; bottom: 35px;}
/*输入框 end*/
.modal{width: 340px !important;margin-left: -170px;}
/*右侧*/
.main_right{ width: 320px; box-sizing: border-box;position: relative;  border-radius: 0 24px 24px 0;    background: #F3FAFF;}
.main-right-box{ padding: 24px;}
.ind_btabs{ height: 36px; font-size: 22px; position: relative; font-weight: bold; color: #015293; }
.ind_btabs li a{  color: #015293; }
.ind_btabs  .clearbtn{ position: absolute; right: 0; top:0; width: 24px; height: 24px; background: url(../ai-search/clear-ico.png) center center no-repeat rgba(207, 229, 246, 0.5);      border-radius: 50%;}
.ind_btabs  .clearbtn:hover{ background-color:rgba(207, 229, 246, 0.8); }
.bmfw-box{ margin-bottom: 20px;}
.bm_fwlist li{  float: left; margin:12px 0 0 0; width: 33.3%;  text-align: center; font-size: 16px;  vertical-align: middle; }
.bm_fwlist li a{ display: block; text-align: center; }
.bm_fwlist li .img-title{ display: block; height: 32px; line-height: 32px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.bm_fwlist li .img-img{ display: block; margin: 0 auto; width: 54px; height: 54px; background: #fff;     border-radius: 50%;}
.bm_fwlist li a:hover img{ animation: bellRing 0.9s both;}
.history-list{ height: 318px; overflow: auto;}
.history-list li{ display: inline-block; margin: 0 10px; padding: 5px 0; line-height: 22px; }
.history-list li a{ display: inline-block; font-size: 16px; color: #666; }
.history-list li a:hover{ color: #1561af; }
/* Webkit 浏览器 */
.history-list::-webkit-scrollbar {width: 6px; }
.history-list::-webkit-scrollbar-track {background-color: #e1effa;}
.history-list::-webkit-scrollbar-thumb {background-color: #1561af;     border-radius: 6px;}
/* Firefox 浏览器 */
.history-list::-moz-scrollbar {width: 6px;}
.history-list::-moz-scrollbar-track {background-color: #e1effa;}
.history-list::-moz-scrollbar-thumb {background-color: #1561af;  border-radius: 6px;}

.text-input{ position:absolute; height:26px; line-height:26px; left:10px; bottom:0px; font-size:12px; color: #333;}
.toolbar{ display: none;}
.search-talk-eva{margin-top: 15px;}
.search-talk-eva-text{line-height: 30px;}
.search-talk-eva-x{line-height: 30px;}
.iconList {overflow: hidden;zoom: 1;margin: 0 0 10px 0;}
.page-header1 {border-bottom: 2px solid #e9e9e9;overflow: hidden;zoom: 1;color: #ec6941;margin-bottom: 5px;height: 34px;}
.iconList li {margin-top: 10px;float: left;list-style: none;width: 33.3%;}
.iconList li a {font-size: 14px;line-height: 26px;text-align: center;display: block;color: #666;background: #fff;outline: none;}
.iconList li.active i {background: #ec6941;}
.iconList li i {cursor: pointer;display: block;width: 54px;height: 54px;font-size: 34px;line-height: 50px;border-radius: 50px;color: #fff;margin: 0 auto;*padding-left: 10px;*width: 64px;_padding-left: 20px;_width: 54px;background: #c4c4c4;}

.inquiry {position: relative;background: #e1e8f1;margin: 0;padding: 5px 0 5px 25px;overflow: inherit;_overflow: hidden;zoom: 1;}
.inquiry::before {position: absolute;top: -12px;left: 15%;display: inline-block;border-right: 15px solid transparent;border-bottom: 15px solid #e1e8f1;border-left: 15px solid transparent;content: '';}
.inquiry li {display: inline-block;float: none;*float: left;width: 24%;}
.inquiry1::before {left: 48%;}
.inquiry2::before {right: 15%;left: auto;}
.impot-tips{ position:absolute; bottom:170px; max-width:895px; left:20px; border:2px solid #ddd; padding:10px;  -webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; font-size:16px;}
.impot-tips .impot-tit{ color:#0000cc; padding-left:26px; height:22px; line-height:22px; background: url(/_res/question/images/ssico.png)  left center no-repeat; margin-bottom:5px;}
.impot-tips .impot-ico{ position:absolute; left:16px; bottom:-10px; width:13px; height:10px; background: url(/_res/question/images/arrow_bot.gif)  0 0 no-repeat;}
.impot-tips ul li{ height:32px; line-height:32px; color:#666; }
.impot-tips ul li a{ text-decoration:underline; color:#666;}
.impot-tips .red{ color:#f00;}
.ui-helper-hidden-accessible{ display:none;}
/*智能搜索-左侧满意度*/
.conversation_list li.is_good{ font-size:14px; color:#777; line-height:22px;  margin:8px 0 8px 60px; }
.is_good .is_goodtext{ padding:2px 0;}
.is_good .gookbtn{ height:22px; line-height:22px; padding:0 10px; background:#efefef;   -webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; margin:0 10px; border:none; font-size:14px; color:#777; cursor:pointer; outline:none;}
.tips_list ul li{ height:32px; line-height:32px;  color: #666;margin:0;}
.tips_list ul li a{ text-decoration:underline; color:#666;}
.tips_list .red {  color: #f00;}
.tips_list .moretips,.ask_content  .moretips{ clear:both; display:block; color:#0000ff; text-decoration:underline; font-size:14px;}
.ask_content{ font-size:14px; color:#666; line-height:25px;}
.conversation_list .chat_index .padding_side,.conversation_text .ctext_wrap .padding_side{ line-height:26px; padding:5px 15px !important;}
.input-area{ height: 88px; padding: 10px; border: 1px solid #d0e0e8; resize: none;}
/*热词*/
.wz_hotword{  height: 40px; line-height: 24px; overflow: hidden;border-bottom: 1px solid #e9e9e9; background:#f8f8f8; padding-top:11px;}
.wz_hotword .wz_tit{ display: block; float: left; width: 47px; font-weight:bold;overflow: hidden; text-align: left; font-size: 15px; color:#333; padding-left:37px;}
.wz_hotword #keyWordsHeat{ margin-left:84px;overflow: hidden;}
.wz_hotword #keyWordsHeat li{float: left; font-size: 15px; padding-right: 10px;}
.wz_hotword #keyWordsHeat li a{ padding: 0 18px; color: #666; background: #ebebeb;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; display: block; height: 24px; white-space: nowrap; line-height:24px; text-decoration: none;}
.wz_hotword #keyWordsHeat li a:hover{ background: #dfeaf3; color:#015293;}

.main_left{ width: 960px; background: #fff; border-radius: 24px 0 0 24px; }
.hide.active{display: block !important;}
.robotright{ width: 384px; height: 551px; padding: 9px; /*background: url(/_res/question/images/arr.png) 0 0; border: 1px solid #d9d9d9;*/ }
.znss_tit{ height: 40px;  border-top: 2px solid #cc0c0d;}
.znss_tit ul li{ float: left; width: 126px; height: 40px; line-height: 40px; text-align: center;}
.znss_tit ul li a{ font-size: 18px; display: block;}
.znss_tit ul li.active a{ color: #fff; background: #cc0c0d}
.znss_btn{ height: auto; overflow: hidden; padding: 15px 0px;}
.znss_btn ul li{ width: 96px; height: 40px; line-height: 40px; float: left;}
.znss_btn ul li a{ font-size: 12px; background: url("/_res/question/images/sjx.png") 5px center no-repeat; padding-left: 16px; display: block;}
.znss_btn ul li.active a,.znss_btn ul li a:hover{ font-weight: bold;}
.znss_list ul{ display: none;}
.znss_list ul.active{display: block;}
.znss_list ul li{ height: 26px; line-height: 26px; background:url("/_res/question/images/dot.png") left center no-repeat; padding-left: 12px;}
.znss_list ul li a{ font-size: 12px; max-width: 335px;display: block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.znss_list ul li img{ float: left; padding-top: 8px;}
.cjwtlist li .date{ display: none;}
.search-hot{ text-align: right; padding:0 20px; margin-top: 5px; display: none;}
.search-hot .clear-btn{ display: inline-block; color: #90B5D1;   border-radius: 16px; padding: 0 10px; height: 28px; line-height: 28px;background: rgba(208, 221, 231, 0.25); }
.search-hot .clear-btn:hover{ color: #90B5D1;}
/* 检索 */
.search-wrap .search-chat-wrap {position: relative; padding: 20px 25px 0 25px; height: 472px;}
.search-wrap .search-chat {height: 472px;overflow: hidden}
.search-wrap .search-chat, .search-wrap .slimScrollDiv {height: 472px !important;}
.search-wrap .search-left {padding: 5px 2px;display: inline-block;vertical-align: top;width: 65%;border-right: 1px solid #ccc}
.search-wrap .search-right {display: inline-block;vertical-align: top;width: 33%;height: 520px}
.search-talk-wrap {margin-top: 24px;padding: 0 8px}
.search-talk-wrap .search-avatar {width: 48px;height: 48px;display: inline-block;text-align: center;vertical-align: top;overflow: hidden;border-radius: 50%}
.search-talk-wrap .search-talk {display: inline-block;font-size: 14px;margin-left: 10px;width: 75%;vertical-align: middle;position: relative}
.search-talk-wrap .search-talk-tips {width: 100%;border-radius: 0 5px 5px 5px;position: relative;display: inline-block;text-align: justify;background: #f3f3f3}
.search-talk-wrap .search-talk-tips:after {right: 100%;top: 16px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #F5FBFF;border-width: 10px;}
.search-talk-wrap .search-talk-ask,.search-talk-wrap .search-talk-text {padding: 6px 10px}
.search-talk-ask .search-talk-question {margin: 0 0 16px}
.search-talk-ask .search-talk-question label {color: #03f;font-size: 16px;font-weight: 700}
.search-talk-ask .search-talk-question-content {color: #505050}
.search-talk-ask .search-talk-answers label {color: #1561af;font-size: 16px;font-weight: bold;}
.search-talk-answers .search-talk-answers-content {overflow: auto}
.search-talk-wrap .search-talk-text>span {color: #015293;font-size: 16px}
.search-talk-wrap .search-talk-text>p {padding: 4px 0}
.search-answers .search-avatar {margin-right: 8px;float: right;overflow: hidden;border-radius: 50%}
.search-answers .search-talk-tips {background: #ecf9e4;border-radius: 5px 0 5px 5px}
.search-answers .search-talk {float: right;margin: 0 16px 0 0;text-align: right}
.search-answers .search-talk-tips:after {left: 100%;right: 0;border-right: 0;border-left-color: #1561AF}
.search-talk-wrap .search-question,.search-talk .search-talk-text {font-size: 16px}
.search-talk-wrap .search-question span {color: #015293}
.search-talk-text .search-talk-list a {display: inline-block;line-height: 30px;height: 30px}
.search-talk-text .search-talk-eva {margin-top: 16px}
.search-talk-text .search-talk-eva .search-talk-eva-text {margin: 4px 0}
.search-sendbox-wrap {margin-top: 15px;padding-top: 6px;border-top: 1px solid #efefef}
.search-sendbox-wrap .search-sendbox-tips {width: 90%;margin: auto}
.search-sendbox-wrap .search-sendbox-icon {float: left;width: 30px;height: 30px;background: url(/assets/search/images/keyboard.png) no-repeat 50%}
.search-sendbox-wrap .search-sendbox-text {float: none; position: absolute; left:20px; bottom: 20px;}
.search-sendbox-wrap .search-sendbox-text #text_Connt{ color: #f60; margin: 0 2px; }
.search-sendbox-wrap .search-sendbox-body {width: 100%;margin: 0 auto;position: relative; height: 140px;}
.search-sendbox-wrap .search-sendbox-textarea {border: none; box-sizing: border-box; padding: 0 20px; width: 100%; background:none;}
.search-sendbox-wrap .search-send-question {width: 100%;display: block;box-sizing: border-box; padding: 5px 0;height: 75px;resize: none;outline: 0;background: 0 0;color: #666;border: none}
.search-sendbox-wrap .search-sendbox-btn {position: absolute; top:auto; bottom: 20px; right: 20px}
.search-sendbox-wrap .btn-search-send {height: 32px;color: #015293;padding: 0 18px;line-height: 32px;border-radius: 24px;font-size: 16px;background: #F5FAFF;border: 1px solid #93B7D4;  text-align: center; cursor: pointer;}
.search-sendbox-wrap .btn-search-send .ico{ margin-right: 8px;}
.search-autocomplete-tips {position: absolute;bottom: -40px;max-width: 895px;left: 40px;border: 1px solid #ddd;padding: 15px;border-radius: 5px;font-size: 16px;background: #fff}
.search-autocomplete-tips .autocomplete-tips-icon {display: inline-block}
.search-autocomplete-tips .autocomplete-tips-text {display: inline-block;color: #00c}
.search-autocomplete-tips .autocomplete-tips-question {color: red;padding: 0 5px}
.search-autocomplete-tips .ui-autocomplete {overflow: hidden;top: 0;left: 0;border: none;margin-top: 20px;position: static}
.search-autocomplete-tips .ui-menu-item-wrapper,.search-autocomplete-tips .ui-state-active {background: none;color: #212121;border: none;line-height: 28px;height: 28px;margin: 0}
.search-autocomplete-tips .ui-state-active {text-decoration: underline}
.search-sendbox-textarea .ph-label {position: absolute}
.search-question {-webkit-animation: animationLeft .5s ease-in-out;animation: animationLeft .5s ease-in-out;}
.search-answers {-webkit-animation: animationRight .5s ease-in-out;animation: animationRight .5s ease-in-out;}
.history-clear {float: right;color: #a6a6a6;font-size: 14px;cursor: pointer}
/*---new---*/
.red {color: #cc0000;}
.line {text-decoration: underline;}
.search-talk-wrap .search-talk {margin-top: 5px;}
.search-talk-wrap .search-talk-tips{background: #F5FBFF;width: auto;max-width: 100%;border-radius: 10px;float: left;}
.search-answers .search-talk{width: auto;max-width: 80%;}
.search-answers .search-talk-tips{ background: #1561AF;border-radius: 10px;}
.search-answers .search-talk-text{color: #fff !important;}
.search-talk-wrap .search-question, .search-talk .search-talk-text{font-size: 16px;color: #404040;}
.search-talk-wrap .search-talk-ask, .search-talk-wrap .search-talk-text{padding: 10px 15px;}
.search-talk-wrap .search-talk-text>p{padding: 0;}
/*---回答列表---*/
.tab-answer {margin-top: 10px;  background: #D1E9FF; margin-bottom: 10px;}
.tab-nav {border-bottom: 0;overflow: hidden;margin: 0;}
.tab-nav li {list-style: none;float: left;position: relative;display: block;margin-top: 0;}
.tab-nav li a {line-height: 42px;position: relative;font-size: 18px; padding: 0 20px;}
.tab-nav li.active {background: #1561AF;}
.tab-nav li.active a { color: #fff;}
.tab-search-content > ul {display: none;}
.tab-search-content > ul.active {display: block;}
.tab-search-content .list li {float: none;margin: 2px 0;height: 32px;overflow: hidden; line-height: 32px; font-size: 16px;}
.tab-search-content .list li em{display:none;}
.tab-search-content .list li a{color:#333;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:15px;    background: url(../images/icon.png) no-repeat  left 14px;float: none;}
.tab-search-content .list li a:hover {color: #1561af;text-decoration: underline;}
/*---回答列表评价---*/
.search-talk-text .search-talk-eva{margin-top: 15px;}
.search-talk-eva-text{line-height:22px; color: #666; font-size: 15px;}
.search-talk-eva-x{line-height:22px;  color: #666; font-size: 15px;}
.search-talk-eva .btn-satisfactory,.search-talk-eva .btn-unsatisfactory{height:24px;line-height:24px;padding:0 10px;background:#D1E9FF;border-radius:3px;margin:0 5px;border:none; font-size:14px; color:#1561AF; cursor:pointer; outline:none; width: auto;}
.search-talk-eva .btn-satisfactory:hover,.search-talk-eva .btn-unsatisfactory:hover{  background: #1561AF; color: #fff;}

.conversation_list .ctext_wrap {border-radius: 5px;}
.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;}
@media (max-width: 767px){
    .search-leader-info .search-leader-img{ float: none; margin: 8px auto;}
    .search-leader-info .search-leader-personal {margin-left: 0;}
}
/*热门主题*/
.search-hot-labels {height:40px;background: #F2F2F2;position: absolute;overflow: hidden; width: 100%;}
.search-hot-labels .tit {display: block;float: left;width: 96px;text-align: right;line-height: 40px;color: #555;font-size: 14px;}
.search-hot-labels ul {margin-left: 96px;margin-right: 30px;width: 70%;}
.search-hot-labels ul li {float: left;margin-right: 15px; margin-top: 6px;}
.search-hot-labels ul li a{display:block;padding:0 10px;border-radius:20px;background:#fff;line-height:28px;font-size:14px;cursor:pointer;box-shadow:0 1px 4px 0 rgba(0, 0, 0, .1);}
.search-hot-labels 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;}
.hot_zt_close:hover{transition: all .8s;transform: rotateZ(360deg);}
.hot_zt_more {display: block;position: absolute;right: 50px;top: 6px;padding: 0 10px;border-radius: 20px;background: #fff;line-height: 28px;font-size: 14px;cursor: pointer;box-shadow:0 1px 4px 0 rgba(0, 0, 0, .1);}


.search-hot-service-table td{font-size: 14px;padding: 8px 10px;border: 1px solid #e0e1e1;}
.search-hot-service-table td.table-bt{color: #868686;}
.search-hot-service-table td.table-bt.w90{width: 90px;}
.search-hot-detail,
.search-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;}
.search-autocomplete-tips{z-index:1;left:20px;bottom:-16px;}
.search-autocomplete-tips .autocomplete-tips-text{color: #333;font-size: 16px;}
.search-autocomplete-tips .ui-autocomplete{margin-top: 10px; }
.ui-widget.ui-widget-content{  padding:0;  max-width: 890px !important; }
.search-autocomplete-tips .ui-menu-item-wrapper, .search-autocomplete-tips .ui-state-active{color: #555;font-size: 16px;}
#hot_label_wrap {position: relative;height: 40px;}

.ui-autocomplete {overflow: hidden;}
.ui-menu .ui-menu-item-wrapper {display: inline-block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding: 0 !important;}
.ui-menu .ui-menu-item {list-style-image: none;}
.impot-tips {background: #fff;}
.impot-tips ul {width: 100% !important;left: 10px !important;top: 10px !important;}
.ui-menu .ui-menu-item-wrapper {width: 95%;}
.ui-dialog {*zoom: 1;_float: left;position: relative;background-color: #fff;border: 1px solid #999;border-radius: 6px;outline: 0;background-clip: padding-box;font-family: Helvetica, arial, sans-serif;font-size: 16px;line-height: 1.428571429;color: #333;opacity: 0;-webkit-transition:-webkit-transform 0.15s ease-in-out, opacity 0.15s ease-in-out;transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;}
.ui-popup-show .ui-dialog {opacity: 1;}
.ui-popup-focus .ui-dialog {box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);}
.ui-popup-modal .ui-dialog {box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, 0.3);}
.ui-dialog-grid {width: auto;margin: 0;border: 0 none;border-collapse: collapse;border-spacing: 0;background: transparent;}
.ui-dialog-header, .ui-dialog-body, .ui-dialog-footer {padding: 0;border: 0 none;text-align: left;background: transparent;}
.ui-dialog-header {white-space: nowrap;border-bottom: 1px solid #e5e5e5;}
.ui-dialog-close {position: relative;_position: absolute;float: right;top: 13px;right: 13px;_height: 26px;padding: 0 4px;font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: 0.2;filter: alpha(opacity=20);cursor: pointer;background: transparent;_background: #fff;border: 0;-webkit-appearance: none;}
.ui-dialog-close:hover, .ui-dialog-close:focus {color: #000;text-decoration: none;cursor: pointer;outline: 0;opacity: 0.5;filter: alpha(opacity=50);}
.ui-dialog-title {margin: 0;line-height: 1.428571429;min-height: 16.428571429px;padding: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;cursor: default;}
.ui-dialog-body {padding: 20px;text-align: center;}
.associate {color: #333;background-color: #eff1ef;border-color: #ccc;}
.associate button:hover, .associater button:focus, .associate button:active {color: #333;background-color: #ebebeb;border-color: #adadad;}
.ui-dialog-footer button {color: #333;background-color: #fff;border-color: #ccc;}
.ui-dialog-footer button:hover, .ui-dialog-footer button:focus, .ui-dialog-footer button:active {color: #333;background-color: #ebebeb;border-color: #adadad;}
.ui-dialog-footer button:active {background-image: none;}
.ui-dialog-footer button[disabled],
.ui-dialog-footer button[disabled]:hover,
.ui-dialog-footer button[disabled]:focus,
.ui-dialog-footer button[disabled]:active {background-color: #fff;border-color: #ccc;}
.ui-dialog-footer button.ui-dialog-autofocus {color: #fff;background-color: #428bca;border-color: #357ebd;}
.ui-dialog-footer button.ui-dialog-autofocus:hover,
.ui-dialog-footer button.ui-dialog-autofocus:focus,
.ui-dialog-footer button.ui-dialog-autofocus:active {color: #fff;background-color: #3276b1;border-color: #285e8e;}
.ui-dialog-header, .ui-dialog-body, .ui-dialog-footer {border: 0 none;text-align: left;background: transparent;}
.ui-dialog-footer {padding: 0 20px 20px 20px;text-align: right;}
.ui-dialog-header {border-bottom: none;}
.ui-dialog-footer button {width: auto;overflow: visible;display: inline-block;padding: 6px 12px;_margin-left: 5px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.428571429;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;}
.ui-dialog-footer button {color: #333;background-color: #fff;border-color: #ccc;margin-left: 5px;}
.conversation_list .answer_text {-webkit-animation: animationLeft 0.5s ease-in-out;animation: animationLeft 0.5s ease-in-out;}
.conversation_list .conversation_text {-webkit-animation: animationRight 0.5s ease-in-out;animation: animationRight 0.5s ease-in-out;}
.red {color: red;}
.line {text-decoration: underline;}
.hot_service_item {float: left;line-height: 2;font-size: 15px;padding: 0 15px;background: #f6f9fa !important;border-radius: 30px;margin: 10px 5px 0;transition: 0.4s all; cursor: pointer;}
.hot_service_item:hover {color: #fff; background: #015293 !important;}
.hot_service_table td {font-size: 14px;padding: 8px 10px;border: 1px solid #e0e1e1; background: #fff;}
.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;}
.input-area {position: relative;}
#hotlabels {height: 38px;position: absolute;top: 0;}
#hotlabels .tit {display: block;float: left;width: 61px;text-align: right;line-height: 38px;}
#hotlabels ul {margin-left: 69px;}
#hotlabels ul li {float: left;margin-right: 15px;margin-top: 4px;}
#hotlabels ul li a {display: block;padding: 0 10px;border-radius: 20px;background: #fff;line-height: 28px;cursor: pointer;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);}
#hotlabels ul li a:hover {color: #fff;background: #cd0c0c;}
.chat_conversation {margin-bottom: 0;border-bottom: none;}
.col100 {margin-right: 110px;height: auto;margin-top: 20px;}

@media (max-width: 1279px) and (min-width: 992px){
    .main_left {width: 672px;}
    .ui-widget.ui-widget-content{  width: 600px !important;}
}
@media (max-width: 991px){
    .ls-root-container{ margin: 20px 10px;}
    .main_left,.main_right{width: auto; float:none; clear:both;     border-radius: 20px;}
    .main_right{  margin-top: 20px;}
    .search-chat-wrap,.search-sendbox-wrap{border-right: 0;}
    .search-wrap .search-chat-wrap, .search-wrap .search-chat, .search-wrap .slimScrollDiv{ height: auto !important;}
    .search-wrap  .search-chat {height: 380px !important; overflow-x: hidden; overflow-y: auto !important;}
    .search-chat-wrap .slimScrollBar,.search-chat-wrap .slimScrollRail{ display: none !important; }
    .search-wrap .search-chat-wrap{border-radius: 20px;   padding: 10px 15px 0 15px;}
    .history-list{ height: auto; }
    .search-talk-wrap{ margin-top: 20px;}
    .search-autocomplete-tips{ left:20px !important; right: 20px !important;   padding: 10px 10px 0 10px !important; }
    .ui-widget.ui-widget-content{ left:0 !important; right: 0 !important; width: auto !important;}
    .tab-nav li a{ padding: 0 15px;}
    .tab-search-content .list li{ height: auto;}
    .tab-search-content .list li a{ white-space:normal;}
    .search-hot{ margin-top: 10px;}
}
@media (max-width: 767px){
    .ls-root-container{ margin: 10px;}
    .ls-root-top{ height: auto; padding: 0 15px 25px 15px;    border-radius: 10px;}
    .ls-root-top li{ float: none; text-align: center; margin-right: 0; line-height: 40px;}
    .ls-root-top li img{ max-width: 100%; height: auto;}
    .ls-root-top li.font{  margin-bottom: 5px;}
    .ls-robot-main{  margin-top: -25px; border-radius: 10px; }
    .main_left{  border-radius: 10px;}
    .main-right-box{ padding: 15px 10px;}
    .search-wrap .search-chat-wrap{border-radius: 10px;     padding: 10px 10px 0 10px;}
    .search-talk-wrap{ margin-top: 10px;}
    .search-autocomplete-tips{ left:10px !important; right: 10px !important; padding: 10px 10px 0 10px !important; }
    .tab-nav li a{ padding: 0 10px;}
    .hot_service_table td{ display: block; width: 100% !important; box-sizing: border-box;}
    .ui-dialog-body {padding: 10px;}
    .ui-dialog-content{    min-height: 100px !important;}
    .suggest-wrapper textarea{ width: 100% !important; box-sizing: border-box;}
}




