@charset "utf-8";
/* CSS Document */
body{ font-size: 16px;}
#home_web{ display: none !important;}
a:focus,input:focus,textarea:focus,select:focus,button:focus,textarea:focus{outline:none;}
.wza a:focus, .wza  input:focus, .wza  textarea:focus, .wza  select:focus .wza  button:focus, .wza  textarea:focus{outline:auto;}
a:hover{ color: #2069ba; }
/*--动画--*/
@-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; }
}

.suggest-wrapper  textarea{ width: 100% !important; box-sizing: border-box;}
.suggest-wrapper  .ui-dialog-content{ width: 100% !important; box-sizing: border-box;}


/*右侧悬浮*/
.robot-couplet{  width: 90px;height: auto;position: fixed;_position: absolute;left: 50%; margin-left: 620px; top: 170px;z-index: 98;}
.robot-couplet .couplet-close{text-align:center;cursor: pointer; height: auto; display: block; line-height: 1.6}
.robot-couplet li{ height: 90px; margin-bottom: 12px;  text-align: center; border-radius: 8px; -moz-border-radius: 8px;  background: #fff; }
.robot-couplet li a{display: block; padding-top: 14px;}
.robot-couplet li a:hover{ color: #0c9aff;}
.robot-couplet li a:hover img{webkit-transition:  -webkit-transform 0.7s ease-out; -moz-transition: -moz-transform 0.7s ease-out; transition: transform 0.7s ease-out; transform: rotateY(360deg); -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); }
.robot-couplet li .img-title{ display: block; margin-top: 4px; line-height: 32px; height: 32px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; }

.robot-bodybg{ background: url("../images-znwd/znwd-bodybg.png") center top no-repeat #f7f7f7;}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{background-color: #fff;border: 1px solid #ccc;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border linear .2s,box-shadow linear .2s;-moz-transition: border linear .2s,box-shadow linear .2s;-o-transition: border linear .2s,box-shadow linear .2s;transition: border linear .2s,box-shadow linear .2s;}

.margin-left30 { margin-left: 30px !important;}
.no_padding{ padding:0 !important;}
.padding_top10{ padding-top:10px !important;}
.padding_bottom10{ padding-bottom:10px !important;}
.padding-top20 {padding-top: 20px !important;}
.padding-left10 {padding-left: 10px !important;}
.padding_side{ padding: 12px 15px !important;}
.import-status{ margin:0 !important;}
.row-fluid{width: 100%;*zoom: 1;}
.col100{ width:100%;}
.input-block-level{display: block;width: 100%;min-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.row_fluid{*zoom:1; width:100%; margin:0 auto;}
/*头部 > logo*/
.robot-head{ padding: 10px 0 0 0;}
.robot-head .robot-logo{ float: left; }
.robot-head .robot-logo .img_title{ display: none;}
.robot-head .robot-links{ float: right; }
.robot-head .robot-links li{ display: inline; float: left;  }
.robot-head .robot-links li a{ display: inline-block; margin: 0 5px; height: 30px; line-height: 30px; padding: 0 15px; border-radius: 4px; -moz-border-radius: 4px;  font-size: 14px; color: #fff; background: rgba(255, 255, 255, 0.2);}
.robot-head .robot-links li a:hover{background: rgba(255, 255, 255, 0.4); }
.robot-title{line-height: 0; font-size: 0; margin: 20px 0 10px 0;}
.robot-title .img{ float: left; display: block;}
.robot-title .font{ display: block; float: left; background-image:  url("../images-znwd/robot-line.png") !important;  margin: 35px 0 0 25px; font-size: 24px; color: #fff;   height: 28px; line-height: 28px; background-position: left center; background-repeat: no-repeat; padding-left: 26px;}
/*头部 > 导航*/
/*内容盒子*/
.robot-box{ border-radius: 4px; background: #fff; margin-bottom: 30px; box-shadow: 3px 0 4px rgba(243, 244, 245, 0.2);}
.robot-left{ width: 837px;  background: #EAF3FC; border-right: 1px solid #d8d8d8; border-radius: 4px 0 0 4px;}
.robot-right{ width: 322px; padding: 20px 20px 0 20px;}
/*右侧*/
.robot-atabs{  padding-bottom: 2px;}
.robot-atabs li{float: left; padding-right: 20px;}
.robot-atabs li a,.robot-atabs li span{ font-size: 20px; font-weight: bold; line-height: 40px;}
.robot-atabs .robot-del{ float: right; line-height: 22px; margin-top: 10px; padding-left: 20px; background: left center no-repeat; color: #666; background-image:  url("../images-znwd/delete-ico.png") !important; }
.robot-atabs .robot-del:hover{color: #2069ba; }
.robot-atabs .robot-change{ float: right; line-height: 22px; margin-top: 10px; padding-left: 20px; background: left center no-repeat; color: #666; background-image:  url("../images-znwd/f5-ico.png") !important; font-size: 14px; }
.robot-atabs .robot-change:hover{color: #2069ba; }
.robot-atabs-knowledge{border-bottom: 0; padding-bottom: 3px;}
/*热门问题*/
.robot-host{ height: 254px; border-bottom: 1px solid #d8d8d8; margin-bottom: 10px; }
.robot-host-list li{ height: 40px; line-height: 40px; font-size: 16px; position:relative; padding: 0 0 0 32px;}
.robot-host-list li .num { display:block; width: 20px; height: 20px; position: absolute; left:0; top:50%; margin-top: -10px; text-align: center; line-height: 20px; background: #C1C1C1; font-size: 14px; color: #fff;}
.robot-host-list li a{ display: block;  white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.robot-host-list li .num1{ background: #fc5643;}
.robot-host-list li .num2{ background: #fc7a43;}
.robot-host-list li .num3{ background: #ffbd71;}
/*高频搜索推荐*/
.robot-sell{ height: 158px;  border-bottom: 1px solid #d8d8d8; margin-bottom: 10px;}
.robot-sell-list ul{ margin-right: -12px;}
.robot-sell-list li{ float: left; margin:10px  12px 0 0;  font-size: 16px; width: 155px; text-align: center; }
.robot-sell-list li a{  display: block; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;  height: 38px; line-height: 38px;  background: #F6F6F6; }
.robot-sell-list li a:hover{  color: #2069ba; }
/*历史记录*/
.robot-history{ padding: 10px 0 0; height: 238px; overflow: auto;}
.robot-history li{float: left; overflow: hidden; margin:0 10px 10px 0;}
.robot-history li a{display: block;  border-radius: 20px; -moz-border-radius: 20px;  line-height: 24px; background: #f6f6f6;  padding: 2px 14px; overflow: hidden; text-overflow: ellipsis;}
.robot-history li a:hover{  color: #2069ba;}
/*左侧*/
.main_left{overflow:hidden;}
.chat_conversation{ margin: 20px 20px 20px;}
.conversation_list{list-style: none; height: 570px; padding: 0 20px;}
.conversation_list li{margin-bottom: 24px;margin-top: 10px;}
.conversation_list .chat_avatar{width: 52px;display: inline-block;text-align: center;float: left;}
.conversation_list .chat_avatar img {border-radius: 52px;}
.conversation_list .conversation_text{font-size: 14px;margin-left: 60px;float: none; margin-right: 36px;}
.conversation_list .ctext_wrap{padding: 10px 15px; text-align: justify; background: #fff; position: relative;float: left; border: 1px #ebf5f8 solid;  border-radius: 0 12px 12px 12px; font-size: 15px; max-width: 98%;  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);}
.conversation_list .ctext_wrap.question{ background: #7195DF; max-width: none; border-color: #7195DF; color: #fff; border-radius: 12px 0 12px 12px;}
.conversation_list .ctext_wrap .after,.conversation_text .afterr {right: 100%; top: 0; height: 8px; width: 7px; position: absolute; pointer-events: none; background: url("../images-znwd/ljzs_jtl_.png") 0 0 no-repeat; display: none;}
.conversation_list .ctext_wrap i {display: block;font-style: normal;font-weight: bold;position: relative;font-size: 12px;color: #2cb9b3;}
.conversation_list .ctext_wrap p {margin: 0;}
.chat_index{border-radius:4px;}
.import .chat-input{float: left;overflow: auto;border: none;height: 66px;resize: none;font-size: 14px;font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;line-height: 22px;margin-bottom: 0;border-right: none;*padding: 0;border-radius: 0;box-shadow: none;padding: 5px 10px;}
.conversation_list .odd .chat_avatar {float: right !important;}
.conversation_list .odd .conversation_text {max-width: 70% !important; margin-right: 2px;text-align: right;float: right !important; position: relative;}
.conversation_list .odd .ctext_wrap i {color: #e72103;}
.conversation_list .afterr {left: 100% !important; background: url("../images-znwd/ljzs_jtr.png") 0 0 no-repeat !important; display: none;}

.asking-title{ height: 22px; line-height: 22px;}
.asking-title .title{  font-size: 18px; font-weight: bold; color: #166BDB; display: block;}
.asking-change{ padding: 0 1px 0 23px; display: block; background: left center no-repeat; background-image: url("../images-znwd/f5-ico.png") !important; color: #666;}
.asking-change:hover{  color: #2069ba;}
.asking-content{ padding: 7px 0 0; text-align: left; margin: 0 -5px; line-height: 0; font-size: 0;}
.asking-content li{display: inline; margin: 0;}
.asking-content li a{display: inline-block; line-height: 2; font-size: 15px; padding: 0 15px; background: #F1F3F7 !important; border-radius: 30px; margin: 10px 5px 0; transition: 0.4s all; color: #666;}
.asking-content li a:hover{color: #fff; text-decoration: none; background: #7195DF !important;}
.bszn {margin:0;overflow: hidden;zoom: 1; background:url("../images-znwd/t1bg.gif") left bottom repeat-x; white-space: nowrap;}
.bszn li {list-style: none;float: left;margin-bottom: 0;line-height: 2.5; font-size: 16px; margin: 0 7px;}
.bszn li:first-child{ margin-left: 0;}
.bszn li.active {  background:url("../images-znwd/t1bg-aon.gif") left bottom repeat-x;}
.bszn li.active a {color: #196DDB;}
.list {overflow: hidden;zoom: 1;padding:8px 0 5px 0;margin: 0; background:none !important;}
.list li {list-style: none;float: left;padding: 2px 0; margin: 0; overflow:hidden;height:28px; line-height: 28px;}
.list li em {width: 5px;height: 5px;border-radius: 10px;background: #ccc;float: left;margin: 10px 10px 0 0;overflow: hidden; display: none;}
.list li a { display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; }
.list li a:hover {color: #d00;}
.questlist{ min-height: 32px; line-height: 32px; position: relative; margin-bottom: 10px;}
.questlist .questlist_w{ display: block; position: absolute; font-size: 14px; left:0; top:4px; width: 24px; line-height: 24px;  background:url("../images-znwd/wen-bg.png") 0 0 no-repeat; text-align: center; color: #fff; }
.questlist  .questlist_dico{ background:url("../images-znwd/da-bg.png") 0 0 no-repeat;}
.questlist .questlist_d{ margin-left: 32px; }
.questinfo{ color: #9E9E9E; line-height: 1.6; font-size: 14px; padding-top: 6px; border-top:1px solid #d8d8d8;}
.questinfo .sp{ display: inline-block;   margin-right: 20px;}
.questinfo .sp .num{ display:inline-block; font-weight: normal; font-size: 14px; position: static; color: #666; font-style: normal;}
.questinfo .sp .num.green{ display:inline-block; color: #16AC63;}

.conversation_list li._pagination {text-align: center;margin: 10px 0;}
._pagination a.page-item {font-size: 16px;display: inline-block; padding: 0 12px; background: #f5f5f5; margin: 0 3px;}
._pagination a.page-item:hover {color: #0073ff;}
._pagination a.page-item.active {color: #0073ff;font-weight: bold;}
.qyqh-box .qyqh-char {font-size: 16px;line-height: 32px;}
.qyqh-box .qyqh-char span {font-weight: bold;}
.qyqh-box .qyxz-list {line-height: 32px;}
.qyqh-box .qyxz-list a {color: #2d6fb5;text-decoration: underline;font-size: 16px;}
.qyqh-box .qy-choose-top {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: 10px 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;}
.qyqh-box .qy-choose-setail ul li a.noData {color: #999999;cursor: default;}
.qyqh-box .qy-choose-setail ul li a.active {color: #2d6fb5;}
.qyqh-box .list-content {margin-top: 10px;}
.qyqh-box .item {margin: 0 0 10px 0;}
.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;}
.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*/
.sendbox{ height: 32px; padding: 17px 20px 0;}
.keyboard_ico{ display: inline-block; width: 26px; height: 32px; background: url("../images-znwd/ljzs_ico.png") 0 2px no-repeat;}
.ljzs_btn{ position: relative;}
.ljzs_btn .sendfont{ position: absolute; right: 98px; bottom: 0; line-height: 32px; font-size: 14px; color: #BBB;}
.imprttxt{ color: #999999; font-size: 16px; line-height: 26px; letter-spacing: 0;}

.textabox{ margin: 10px 15px 0; width: auto; position: relative;}
.textabox .textarea{padding: 0; margin: 0 auto; width: auto;}
.textabox .textarea textarea{font-size: 16px; line-height: 25px; padding: 0; float: none; width: 100%; height: 50px; resize: none; outline: none; background: none; color: #666;}
.textabox .textarea textarea::-webkit-input-placeholder{color:#999999;}
.textabox .textarea textarea:-moz-placeholder {color:#999999;}
.textabox .textarea textarea::-moz-placeholder {color:#999999;}
.textabox .textarea textarea:-ms-input-placeholder {color:#999999;}
.ljzs_btn .send{ background-color:#196DDB; border: none; height: 32px;color: #fff;text-shadow: none;font: 16px/32px 'Microsoft YaHei'; padding: 0 16px 0 38px; border-radius: 4px; letter-spacing:0 !important; position: relative; box-shadow: 0 1px 6px rgba(19, 105, 253, 0.6);}
.ljzs_btn .send:before{ width: 20px; display: block; content: ""; background: url("../images-znwd/robot_send.png") 0 center no-repeat; left: 15px; top: 0; bottom: 0; position: absolute;}
.import{background: #fff;position:relative; height: 156px; border-radius: 0 0 0 4px;}
.span6 {width: 460px;}
.chat-send {padding: 5px 0;}
.chat-send button {width: 100%;}
/*输入框 end*/
.modal{width: 340px !important;margin-left: -170px;}
/*左侧 end*/
.main_right{ background:#fff;}
.tab_pages{ border-bottom:solid 2px #f59744; height:36px; padding-top:8px;}
.tab_pages li{ float:left; font-size:14px; font-weight:bold; height:36px; line-height:36px;}
.tab_pages li .tab_text{ padding-left:10px;}
.tab_pages li.tab_selected{ background:#f59744; color:#fff;}

.tips_list ul li{ height:32px; line-height:32px;  color: #666; background: url(../images-znwd/ico.png) left center no-repeat; padding: 0 0 0 8px; 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;}
/**评价**/
.search-talk-eva{ padding: 0 19px 15px;}
.search-talk-eva-text{line-height: 30px;}
.search-talk-eva-x{line-height: 30px;}
.search-talk-eva .btn-satisfactory,.search-talk-eva .btn-unsatisfactory{ height:22px; line-height:22px; padding:0 10px 0 28px; background:url(../images-znwd/goodico.png) 10px center no-repeat #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;}
.search-talk-eva .btn-satisfactory:hover,.search-talk-eva .btn-unsatisfactory:hover{ color: #d00;}
.search-talk-eva .btn-unsatisfactory{background:url(../images-znwd/nogoodico.png) 10px center no-repeat #efefef;  outline:none; }

.search-talk-eva-btn{ position: absolute; right: -36px; bottom: 0;}
.search-talk-eva-btn .btn-eva{ font-size: 0; border: none; padding: 0;  display: block; margin-bottom: 10px; width: 24px; height: 24px; background-color: #fff;  border-radius: 50%; -moz-border-radius: 50%; background-image:url("../images-znwd/yes.png") !important; background-position: center center; background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.2);  }
.search-talk-eva-btn .btn-unsatisfactory{background-image:url("../images-znwd/no.png") !important; margin-bottom: 0; }
.search-talk-eva-btn .btn-eva:hover,.search-talk-eva-btn .btn-eva.btn-eva-active{background-color: #2B7CDE;   background-image:url("../images-znwd/yes-aon.png") !important;  }
.search-talk-eva-btn .btn-unsatisfactory:hover,.search-talk-eva-btn .btn-unsatisfactory.btn-eva-active{ background-image:url("../images-znwd/no-aon.png") !important;  }
/*智能搜索-左侧满意度*/
.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 0 28px; background:url(../images-znwd/goodico.png) 10px center no-repeat #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;}
.is_good .no_gookbtn{background:url(../images-znwd/nogoodico.png) 10px center no-repeat #efefef;  outline:none; }

.impot-tips{ position:absolute; bottom:120px; max-width:596px; left:20px; border:2px solid #ddd; padding:10px;  -webkit-border-radius: 3px; -moz-border-radius: 3px;  border-radius: 3px; font-size:16px; z-index: 20;background: #FFF;}
.impot-tips .impot-tit{ color:#0000cc; padding-left:26px; height:22px; line-height:22px; background: url(../images-znwd/sm_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(../images-znwd/arrow_bot.gif) 0 0 no-repeat;}
.impot-tips ul{position: relative; width: 100% !important; left: 10px !important; top: 0 !important; }
.impot-tips ul li{ height:32px; line-height:32px; color:#666; background: url(../images-znwd/ico.png)  left center no-repeat; padding:0 0 0 8px;}
.impot-tips ul li a{ text-decoration:underline; color:#666;}
.impot-tips .red{ color:#f00;}
.fontnum{ color:#999; font-size:14px;  position:absolute; top:-35px; left:10px;}
.fontnum #textCount{ color:#333; padding:0 5px; }


.page-header1 {border-bottom: 2px solid #e9e9e9;overflow: hidden;zoom: 1;color: #ec6941;margin-bottom: 5px;height: 34px;}
.page-header1 h3 {border-bottom: 2px solid #ec6941;position: absolute;margin: 0;height: 34px;line-height: 34px; font-size: 16px;font-weight: bold;padding: 0 20px;float: left;margin-right: 10px;}
.module {background: #fff;margin-top: 5px;}
.page-header2 {background: #e9e9e9;overflow: hidden;zoom: 1; margin-bottom:10px;}
.page-header2 li {float: left;list-style: none;height: 40px;line-height: 40px;padding: 0;font-size: 16px;font-weight: 100;}
.page-header2 li a {color: #666;padding: 0 20px;display: block;}
.page-header2 li.active {background: #fff;border-top: 2px solid #ec6941;}
.page-header2 li.active a {color: #ec6941;font-weight: bold;}
.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;}
.nicescroll-rails{ background: #ededed;}
.nicescroll-cursors{ background-image: url("../images-znwd/wsbs_bar.gif"); background-position: center center; background-repeat: no-repeat;}

/*热词*/
.wz_hotword{ background: #fff; border-bottom: 1px solid #dcdcdc; height: 50px; line-height: 50px; overflow: hidden; position: relative;}
.wz_hotword .wz_tit{ display: block; width: 110px; overflow: hidden; text-align: center; font-size: 16px;position: absolute;left: 0;top: 0;}
#hotlabels { margin-left: 110px; overflow: hidden;}
#hotlabels ul li {float: left;margin-right: 10px; margin-top: 10px;}
#hotlabels ul li a {display: block;padding: 0 10px;border-radius: 20px; font-size: 16px; background: #F7F7F7; height: 30px; line-height: 30px;cursor: pointer;}
#hotlabels ul li a:hover {color: #fff;background: #7195DF;}

.ui-autocomplete { overflow: hidden; }
.ui-menu .ui-menu-item-wrapper { display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ui-menu .ui-menu-item { list-style-image: none;}
.ui-menu .ui-menu-item-wrapper { width: 95%;}
.ui-menu .ui-menu-item-wrapper { display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.impot-tips ul li a { text-decoration: underline; color: #666; }
.ui-widget.ui-widget-content { border: none; }

.ui-autocomplete {overflow: hidden;}
.ui-menu .ui-menu-item-wrapper {display: inline-block;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ui-menu .ui-menu-item {list-style-image: none;}
.ui-autocomplete .ui-menu-item {line-height: 34px; height: 34px;  list-style-image: none; font-size: 16px;}
.ui-menu .ui-menu-item {margin: 0;cursor: pointer;list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);}
#ui-id-1{width: 400px;background-color: #fafafa;padding: 5px 0px;outline: 1px solid #e0e0e0;}
#ui-id-1 li{padding: 1px 10px;}
#ui-id-1 li:hover{outline: 1px solid #e0e0e0;background-color: #f1f1f1;}
.AccTab a{cursor: default}


.conversation_list .answer_text {-webkit-animation: animationLeft .5s ease-in-out; animation: animationLeft .5s ease-in-out;}
.conversation_list .conversation_text {-webkit-animation: animationRight .5s ease-in-out; animation: animationRight .5s ease-in-out; }

.red {color: #cc0000;}
.line {text-decoration: underline;}
.hot_service_item {float: left;line-height: 2;font-size: 16px;padding: 0 15px;background: #f6f9fa !important;border-radius: 30px;margin: 10px 5px 0;transition: 0.4s all; cursor: pointer; color: #666;}
.hot_service_item:hover {color: #fff; background: #7195DF !important;}
.hot_service_table td {font-size: 14px;padding: 8px 10px;border: 1px solid #e0e1e1;}
.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;}
.conversation_list .odd .ctext_wrap .padding_side {color: #fff;}

.hot_detail,
.hot_detail:hover {display: inline-block;width: 98px;height: 34px;line-height: 34px;text-align: center;background: #2069ba;border-radius: 17px;font-size: 14px;color: #fff;margin-top: 9px;}

@media(max-width:1199px) and (min-width:992px){
    .robot-left{width: 629px;}

}
@media(max-width:991px){
    .robot-title{ text-align: center;}
    .robot-title .img{ float: none;}
    .robot-title .img img{ max-width: 98%; height: auto;}
    .robot-title .font{ float: none; margin:10px 0 0 0; height: auto; line-height: 1.6; background-image: none !important; padding: 0;}

    .robot-box{ margin: 0 15px 15px;}
    .robot-left,.robot-right{float: none; width: auto;}
    .robot-left{border-radius: 4px 4px 0 0; border-right: 0 none;}
    .chat_conversation{ margin: 30px 5px 10px;}
    .import{ border-radius: 0; height: auto; padding-bottom: 10px; }
    .textabox .textarea textarea{ height: 100px;}
    .conversation_list{padding: 0 10px; height: 400px;}
    .ljzs_btn .sendfont{ display: none;}
    /*右侧*/
    .robot-right{padding: 15px; border-top:1px solid #d8d8d8;}
    .robot-host{ height: auto; padding-bottom: 8px;}
    .robot-sell{ height: auto; padding-bottom: 10px;}
    .robot-sell-list ul{ margin-right: -1%;}
    .robot-sell-list li{ width: 24%; margin-right: 1%;}
    .robot-history{ height: auto;}

}
@media(max-width:767px){
    .robot-head .robot-logo{ float: none; text-align: center;}
    .robot-head .robot-links ul{ float: right;}
    .robot-head .robot-links{float: none; margin-top: 20px;}
    .robot-box{margin: 0 10px 10px;}
    .textabox{width: auto;}
    .wz_hotword{height: auto; display: none;}
    #hotlabels ul li{margin-right: 10px;margin-bottom: 10px;}
    #hotlabels{width: auto;}

    .sendbox{padding: 7px 10px 0;}
    .wz_hotword{padding-bottom: 0;}
    .import{ padding: 10px 0; height: auto;}
    .textabox{margin: 0 10px;height: auto;}
    .textabox .textarea textarea{ height: 100px;}
    .chat_conversation{ margin: 20px 0 10px;}
    .conversation_list .conversation_text{margin-left: 50px;}
    .conversation_list .odd .conversation_text{margin-right: 10px;}
    .conversation_list{padding-left: 10px;}
    .padding_side{padding: 10px !important;}
    .list{margin-left: 0; padding-right: 0;}
    .search-talk-eva{ padding: 0 10px 10px;}
    /*右侧*/
    .robot-right{padding: 10px;}
    .robot-sell-list li{ width: 49%; }
}

/*配色-弹窗内容*/
.wza-on.wza-black-white .ui-dialog-title{color: #fff !important;}
.wza-on.wza-yellow-black .ui-dialog-title{color: #000 !important;}
.wza-on.wza-blue-yellow .ui-dialog-title{color: yellow !important;}
.wza-on.wza-yellow-blue .ui-dialog-title{color: blue !important;}
.wza-on.wza-white-black .ui-dialog-title{color: #000 !important;}
.wza-on.wza-black-yellow .ui-dialog-title{color: yellow !important;}

.wza-on.wza-black-white .ui-dialog{ background:black !important; }
.wza-on.wza-yellow-black .ui-dialog{ background:yellow !important; }
.wza-on.wza-blue-yellow .ui-dialog{ background:blue !important; }
.wza-on.wza-yellow-blue .ui-dialog{ background:yellow !important; }
.wza-on.wza-white-black .ui-dialog{ background:white !important; }
.wza-on.wza-black-yellow .ui-dialog{background: black !important;}
