﻿.iyunwen_chatbot{
  width: 1000px;
  height:90%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 3px 3px 20px #aaa;
  min-height: 600px;
  
}
.iyunwen_chatbot_lg {
  width: 99%;
  height: 100%;
}
.iyunwen_chatbot_md {
  width: 1100px;
  height:80%;
}
.chatbot_left {
  height: 100%;
  position: relative;
}
.chatbot_right {
  display: block;
  height:100%;
  border-left: 1px solid #BDCFEF ;
  position: relative;
  background: #fff;
}

.chatbot_frame{
  background: #ebeef5;
  height: 80%;
  overflow: hidden;
}
.chatbot_input{
  position: relative;
  background: #fff;
  height: 20%;
  overflow: hidden;
}
.chatbot_frame .chatbot_frame_head{
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  height: 60px;
  position: relative;
}
.chatbot_frame_head {
  height: 100%;
}
.chatbot_frame_head .chatbot_info_wrapper {
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  height: 100%;
  float: left;
  width: 55%;
}
.chatbot_frame_head #chatbotLogo{
  float:left;
  height:42px;
  
  width: 170px;
  max-width: 30%;
  margin-top: 8px;
  margin-left: 20px;
}
.chatbot_frame_head #chatbotLogo > img {
  max-width: 100%;
  height: 100%;
  
}
.chatbot_frame_head #chatbotInfoList {
  float: left;
  max-width: 60%;
  height: 100%;
  width: 100%;
}
.chatbot_frame_head #chatbotInfoList li {
  float: left;
  height: 100%;
  line-height: 64px;
  color: #fff;
}
#chatbotInfoList li{
  max-width: 40%;
}
#chatbotInfoList .ellipsisName {
  max-width: 35%
}
#chatbotInfoList .ellipsiIntroduce {
  max-width: 60%
}
#chatbotInfoList li:first-child{
  position: relative;
}
#chatbotInfoList li:first-child::after{
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #fff;
  top:50%;
  margin-top: -10px;
  right: 0;
}
.chatbot_frame_head #chatbotTitle{
  font-size: 18px;
  padding: 0 10px;
  height: 25px;
  line-height: 20px;
  
  
}
.chabot_body .close_chatbot .layui-icon-close{
  font-size: 25px;
  color: #fff;
}
.chatbot_frame_head #chatbotInfo {
  padding: 0 10px;
  
}
.chatbot_frame_head .sys_notice_wrapper {
  overflow: hidden;
  position: relative;
  height:100%;
  margin-right: 10px;
  line-height:60px;
  width: 35%;
}
.chatbot_frame_head .sys_notice_wrapper #sysNotice{
  white-space: nowrap;
  position: absolute;
  top:0;
  left:0;
}
.chatbot_frame_head .chatbot_operate {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: center;
}
.chatbot_frame_head .chatbot_operate > span {
  font-weight: bold;
  cursor: pointer;
}
.chatbot_frame_body{
  background: #ebeef5;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}
#chatbotMsgContent {
  padding: 20px 10px;
  position: relative;
  background: #ebeef5;
}
.chatbot_input .chatbot_input_ctn{
  width: 100%;
  min-height: 50%;
  position: relative;
}
.chatbot_input .send_ctn{
  position: absolute;
  right: 17px;
  
  bottom: 4px;
  padding: 10px;
}
.chatbot_input #chatbotInput{
  box-sizing: content-box;
  background: #fff;
  border: none;
  resize: none;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  padding: 6px 26px 6px 6px;
}
.chatbot_input .send_btn{
  color: #fff;
  padding: 5px 15px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}

.unread_msg_tip {
  position: absolute;
  bottom: 30%;
  right: 0;
  background: #fff;
  border: 1px solid #5677fc;
  padding: 5px 10px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
}
.layui-form-radio>i:hover,
.layui-form-radioed>i {
  color: #1E9FFF;
}

.chatbotTab {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.chatbotTab .chatbotTabTitle{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #BDCFEF;
}
.chatbotTabTitle .active{
  color:#619AFF;
  font-weight: bold;
}
.chatbotTab .chatbotTabTitle li{
  display: inline-block;
  font-size: 15px;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px !important;
  position: relative;
  text-align: center;
  transition: all 0.3s linear;
  cursor: pointer;
}
.chatbotTab .tab_active {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #619AFF ;
  border-radius: 1.5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.chatbotTab .chatbotTabContent {
  padding: 0;
  overflow-y: auto;
}
.chatbotTab .chatbotTabContent > div {
  display: none;
}
.chatbotTab .chatbotTabContent > div.active {
  display: block;
}


.chatbot_input_tool {
  border-top: 1px solid #ddd;
  background: #fff;
  padding:5px 10px 0 10px;
}
.chatbot_input_tool > span {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}
.chatbot_input_tool > span:hover img {
  transform: scale(1.1)
}
.chatbot_input_tool .tool_btn {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.chatbot_input_tool .tool_transfer_btn{
  display: inline-block;
  height: 18px;
  width: auto;
}


.sys_tip {
  padding: 15px;
  text-align: center;
  color: #aaa;
  font-size: 12px;
}
.robotLogoWrapper {
  text-align: right;
  margin-right: 10px;
}
.robotLogoArea {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.robotLogo {
  height: 100%;
  width: 100%;
}
.left_bubble_wrapper, .right_bubble_wrapper {
  position: relative;
  margin-top: 20px;
}
.right_bubble_wrapper {
  margin-top: 15px;
  padding-right: 10px;
}
.left_bubble_wrapper:hover .robot_time {
  display: inline;
}
.right_bubble_wrapper:hover .custom_time {
  display: inline;
}
.right_bubble_wrapper img{
  width: 100%;
}
.robot_name {
  position: absolute;
  top: -20px;
  left:5px;
  color: #ccc;
  font-size: 12px;
}
.robot_time {
  display: none;
  margin-left: 10px;
}
.left_bubble_content {
  float: left;
  word-break: break-all;
  word-wrap: break-word;
  margin-left: 0;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #eee;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 1px 1px 3px #aaa;
  max-width: 100%;
}
.ans-inner {
  overflow: auto;
  position: relative;
  white-space: pre-line;
  padding: 3px;
}
.custom_time {
  display: none;
  position: absolute;
  right: 16px;
  top: -20px;
  color: #ccc;
  font-size: 12px;
}

.right_bubble_content {
  float: right;
  word-break: break-all;
  word-wrap: break-word;
  margin-right: 0;
  background: #94c4fc;
  color: #fff;
  padding: 10px;
  border: 1px solid #94c4fc;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  box-shadow: -1px 1px 3px #aaa;
} 
.right_bubble_read_state_yd {
  position: absolute;
  right: 15px;
  bottom: -18px;
  color: #ccc;
  font-size: 12px;
  float: right;
  top: 10p;
}
.right_bubble_read_state_wd {
  position: absolute;
  right: 15px;
  bottom: -18px;
  color: #68a7f1;
  font-size: 12px;
  float: right;
  top: 10p;
}
.flod_msg {
  height: 300px;
  overflow: hidden;
}
.showAllAnsBtn {
  display: none;
  text-align: center;
  width: 100%;
  background-image:linear-gradient(-180deg, rgba(255,255,255,0) 0%, #fff 70%);
  padding-bottom: 6px;
  position: relative;
  z-index: 99;
  padding-top: 160px;
  bottom: 0;
  margin-top: -160px;
}
.robot_msg, .custom_msg {
  
   margin-bottom: 25px;
}

.robot_msg a, .custom_msg a {
  text-decoration: underline;
  color: #5677fc;
}

.robot_msg a.link_item, .custom_msg a.link_item {
  text-decoration: none;
}

.picText a {
  text-decoration: none;
}


.ans-question{
  color: #b9b9b9;
  font-size: 12px;
  margin: 2px;
}


.answer_evaluate {
  width: 100%;
  margin-top:10px;
  padding-top:5px;
  border-top:1px solid #ddd;
  text-align: right;
  font-size: 13px;
}
.answer_evaluate .evaluate_praise {
  color: #ff8787;
  cursor: pointer;
}
.answer_evaluate .evaluate_praise i {
  display: inline-block;
  width:12px;
  margin-right: 5px;
}
.answer_evaluate .evaluate_trample {
  margin-right: 20px;
  color: #a2a2a2;
  cursor: pointer;
}
.answer_evaluate .evaluate_trample i {
  display: inline-block;
  width:12px;
  margin-right: 5px;
}
.ansEvaluateWord {
  color: #aaa;
  display: block;
  text-align: left;
}
.ansEvaluateTrampleForm {
  text-align:left;
}
.submitBtnWrapper {
  margin-top: 5px;
  text-align: right;
}
.submitBtnWrapper .submitAnsEvaluate {
  border-radius:4px;
  font-size:13px;
}


.dialog_evaluate_wrapper {
  border-radius: 8px !important;
}
.artifical_evaluate_wrapper{
  border-radius: 22px !important;
}
.dialog_evaluate{
  display: block;
  text-align: center;
  padding: 15px;
}
.dialog_evaluate_artifical{
  display: block;
  text-align: center;
}
.dialog_evaluate > p {
  text-align: left;
  color: #aaa;
}
.evaluate_wrapper {
  margin: 30px 0 20px 0;
  font-size: 14px;
}
.evaluate_star {
  display: inline-block;
  margin: 10px 10px 0 0;
  color: #ffa000;
  font-size: 22px;
}
.evaluate_star > i {
  margin-right: 5px;
}
.evaluate_radio {
  margin:auto;
}
.evaluate_radio.active {
  display: block;
}
.evaluate_radio .radio {
  display: inline-block;
  color: #aaa;
}
.dialog_dissatisfy_reason {
  text-align:center;
}
.dialog_dissatisfy_reason p{
  margin-bottom: 10px;
}
.dialog_dissatisfy_reason span {
  display:inline-block;
  width: 180px;
  margin: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  color: #aaa;
  cursor: pointer;
}
.dialog_dissatisfy_reason span.active {
  background: #ffa000;
  border: 1px solid #ffa000;
  color: #fff;
}
.dialog_dissatisfy_reason textarea {
  width: 90%;
  margin: 10px auto;
  border: 1px solid #ccc;
  resize: none;
}
.btn_wrapper {
  margin:20px;
}
.btn_wrapper .closeDialogEvaluate, .btn_wrapper .submitDialogEvaluate{
  width: 100px !important;
  height: 30px;
  line-height: 30px;
  margin: 10px;
  background: #fff;
  border: 1px solid #1590f8;
  border-radius: 4px;
  color: #1590f8;
  cursor:pointer;
}
.btn_wrapper .submitDialogEvaluate {
  background: #1590f8;
  color: #fff;
}

#ArtEvalLayer>iframe {
  border-radius: 22px !important
}


.dialog_evaluate_result, .leaveMsg_result {
  box-shadow: 1px 1px 3px #aaa;
}


.leave_msg_wrapper {
  display: block;
  text-align: center;
  padding: 15px;
  
  left: 0;
  top: 100px;
  right: 0;
  margin: auto;
  width: 550px;
  z-index: 200;
  background: #fff;
  border-radius: 8px;
}
.leave_msg_title {
  border-bottom: 1px solid #eee;
  height: 45px;
  line-height: 45px;
  margin: -15px -15px 10px -15px;
  padding: 0 15px;
  text-align: left;
}
.leave_msg_title span.title_text {
  font-weight: bold;
}
.leave_msg_title span.closeLeaveMsg {
  float: right;
  cursor: pointer;
}
.custom_leave_msg {
  max-height:440px;
  overflow-y: auto;
  margin-bottom:10px;
}
.custom_leave_msg .layui-layer-title {
  background: #f8cbac;
}
.custom_leave_msg .layui-layer-content, .custom_leave_msg .layui-layer-btn {
  background: #f7f7f7;
}
.custom_leave_msg .form-item {
  margin-bottom: 10px;
}
.custom_leave_msg label {
  font-weight: normal;
}
.custom_leave_msg .required:before{
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 14px;
  color: #f5222d;
}
.custom_leave_msg label.formItem_title:after{
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -0.5px;
}
.custom_leave_msg input {
  vertical-align: sub;
  margin-right: 5px;
}
.custom_leave_msg .layui-layer-btn .layui-layer-btn0 {
  color: #222;
  background: #fff;
  border: 1px solid #dedede;
}
.custom_leave_msg .layui-layer-btn .layui-layer-btn1 {
  color: #fff;
  background: #1E9FFF;
  border: 1px solid #1E9FFF;
}
.custom_leave_msg .layui-form-label {
  padding: 9px 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.custom_leave_msg .layui-input-block {
  margin-left: 0;
  text-align: left;
}
.leave_msg_btn_wrapper {
  text-align:right;
}
.leave_msg_btn_wrapper button {
  height: 30px;
  line-height: 20px;
  padding: 5px 10px;
  cursor:pointer;
  border-radius: 4px;
  
}
.leave_msg_btn_wrapper button.resetLeaveMsg{
  background: #fff;
  border: 1px solid #1590f8;
  color: #1590f8;
}
.shade {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0,0,0,0.4);
}
.shade .shadeContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 235px;
  height: 256px;
  margin: auto;
  text-align: center;
}


.suggestListWrapper {
  box-shadow: 1px 1px 3px #aaa;
}


.welcomePlea {
  box-shadow: 1px 1px 3px #aaa;
  margin-right: 20px;
}


.welcomeCard_wrapper {
  padding-bottom: 10px;
}
.chabot_body{
  background: #619AFF;
  box-shadow: 0 4px 9px 4px rgba(97,154,255,0.35);
  position: absolute;
  width: 100%;
  z-index: 1000;
  height: 60px;
  border-radius: 10px 10px 0 0
}
.welcomeCard_wrapper > div:after {
  content: '';
  display:block;
  clear: both;
}
.chatbot_main{
  margin-top: 64px;
}
.chatbot_main:after {
  content: '';
  display:block;
  clear: both;
}
.welcomeCard_wrapper .welcomeCard_item {
  float: left;
  background: #fff;
  padding: 10px;
  margin-right: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px #aaa;
  cursor: pointer;
}
.welcomeCard_wrapper .welcomeCard_item .item_img_wrapper {
  width: 90px;
  height: 70px;
  overflow: hidden;
  border-radius: 6px;
}
.welcomeCard_wrapper .welcomeCard_item img{
  width: 90px;
  height: 70px;
}
.welcomeCard_wrapper .welcomeCard_item span{
  display: block;
  text-align:center;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  max-width:90px;
  text-overflow: ellipsis;
}
.welcomeCard-span{
  line-height: 20px;
  height: 20px;
  margin-top: 5px;
  width: 90px;
}


.guide_capsule {
  display: block;
  width: 85%;
  height: 30px;
  line-height: 28px;
  position: absolute;
  bottom:21%;
  left: 0;
  z-index: 99;
  margin-left: 15%;
}
.guide_capsule_space {
  padding-bottom: 40px !important;
}
.guide_capsule .capsule_btn {
  color: #ccc;
  cursor: pointer;
  text-align: center;
}
.guide_capsule .capsule_btn:hover {
  color:#666;
}
.guide_capsule .back_up_btn {
  display: none;
  width: 30px;
  height: 30px;
  margin-top:2px;
  background: url('../image/back_up.png') 4px 4px no-repeat;
  cursor: pointer;
}
.guide_capsule .back_up_btn:hover {
  background: url('../image/back_up_hover.png') 3px 3px no-repeat;
}
.guide_capsule .guide_capsule_content {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.guide_capsule .capsule_list {
  display:inline-block;
  width: 4000px;
  position: absolute;
  left: 0;
  top:0;
}
.welcome_icon {
  float:right;
}
.guide_capsule .capsule_item {
  padding: 0px 15px;
  margin:0 3px;
  border-radius: 16px;
  box-shadow: 1px 1px 3px #aaa;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #619AFF;
  border-radius: 24px;
  color:#619AFF;
  max-width: 200px;
  display: inline-block;
}
.guide_capsule .capsule_item:hover {
  color:#fff;
  background: #1590f8;
  border: 1px solid #1590f8;
}


.chatbot_FA {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #aaa;
}
.chatbot_face > div {
  display: none;
}
.chatbot_face > div.active {
  display: block
}
.chatbot_face .chatbot_face_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.chatbot_face .chatbot_face_item:hover {
  background: #eee;
}
.chatbot_face .chatbot_face_item img {
  width: 100%;
}
.chatbot_face_tab {
  height: 2rem;
}
.face_tab_item {
  display: inline-block;
  cursor: pointer;
  padding: 3px 10px 0 10px;
  height: 92%;
}
.face_tab_item.active {
  background: #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.face_tab_item img {
  height: 24px;
}


.toggle_config_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index:99;
  background: #fff;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
}
.chatbot_right #chatbotTab2 {
  display: block;
}
.hotQue ul li, .FAQ ul li, .queryDoc ul li,.documentSearch ul li {
  margin: 10px 10px 10px 20px;
  font-size: 13px;
  cursor: pointer;
}
.hotQue ul li a, .FAQ ul li a, .queryDoc ul li a {
  display: inline-block;
  width: 62%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  font-size: 13px;
}
.documentSearch ul li {
  
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  font-size: 13px;
}
.hotQue ul li > span, .FAQ ul li > span, .documentSearch ul li > span {
  margin-left: 10px;
}
.hotQue ul li > span > i, .FAQ ul li > span > i {
  margin-right: 5px;
  color: #f5a623
}
.hotQue ul li > span > span, .FAQ ul li > span > span {
  color: #b2bbc1;
}
.queryDoc ul li i.downloading {
  margin-right: 5px;
  display: none;
}
.queryDoc ul li .docContent{
  white-space: normal;
  max-height: 0;
  overflow: hidden;
  text-indent: 1rem;
}
.hotQue ul li a, .FAQ ul li a {
  color: #3E4D68 ;
}
.quick_item {
  display: block;
  background:#eff4fd;
  margin: 10px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 4px;
  padding: 10px 0;
}
.quick_item > img {
  width: 30px;
  height: 25px;
}
.quick_item > span {
  display: block;
  margin-top: 10px;
}
.recommend,.graph{
  height: 100%;
}
.recommend,.graph > iframe {
  border: none;
  width: 100%;
  height: 98%;
}
.graph_empty {
  background: url('../image/no_data.svg') no-repeat center;
  width: 100%;
  height: 290px;
}

@media screen and (max-width: 600px) {
  .iyunwen_chatbot {
    width: 100%;
    height: 100%;
    border: none;
  }
  .chatbot_frame_head #chatbotInfoList {
    width: 50%;
  }
  .chatbot_frame_head #chatbotTitle {
    font-size: 16px;
    padding: 0 5px;
  }
  .chatbot_frame_head #chatbotInfo {
    padding: 0 5px;
  }
  .left_bubble_content {
    padding: 5px 8px;
  }
  .robotLogoArea {
    width: 35px;
    height: 35px;
  }
  .welcomePlea {
    float:none;
  }
  .welcomeCard_wrapper {
    overflow-x: scroll
  }
  .welcomeCard_wrapper .welcomeCard_item .item_img_wrapper {
    width:80px;
  }
  .welcomeCard_wrapper .welcomeCard_item img {
    width: 80px;
  }
  .custom_leave_msg {
    width: 380px !important;
  }
  .dialog_evaluate_wrapper {
    width: 380px !important;
  }
}
@media screen and (max-height: 760px) {
  .iyunwen_chatbot {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0 auto;
  }
}
#sysNotice p{
	display: inline-block;
}
.layui-form-item {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.layui-input, .layui-textarea {
  border-radius: 4px;
  border: none;
}
.opacity2{
  -khtml-opacity:0.2;
  -moz-opacity:0.2;
  filter:alpha(opacity=20);
  filter:"alpha(opacity=20)";
  opacity:0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20)
}
.opacity4{
  -khtml-opacity:0.4;
  -moz-opacity:0.4;
  filter:alpha(opacity=40);
  filter:"alpha(opacity=40)";
  opacity:0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40)
}

.opacity6{
  -khtml-opacity:0.6;
  -moz-opacity:0.6;
  filter:alpha(opacity=60);
  filter:"alpha(opacity=60)";
  opacity:0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60)
}

.opacity8{
  -khtml-opacity:0.8;
  -moz-opacity:0.8;
  filter:alpha(opacity=80);
  filter:"alpha(opacity=80)";
  opacity:0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80)
}
.s-loading-mask {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
}
.s-loading-inner {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.s-loading-inner img {
  width: 15px;
}

.lvmsg-file-name{
  display: inline-block;
    width: 80%;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lvmsg-file-tip {
  color: #aaa;
  margin-top: 5px;
}
.leaveMsg_result .result_body p span{
  word-break: break-all;
}
.skin {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.recomandWord{
  margin-bottom: 5px;
  height: 50px;
  line-height: 26px;
  text-align: center;
  margin-left: 9px;
  display: inline-block;
  color: rgb(247,170,41);
  width: 50px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.layui-layer-page .layui-layer-content {
  
}
.originTip{
  text-align: left;
  font-size: 12px;
  color: #b9b9b9;
  
  padding: 5px 0 0 5px;
}

.knowSet-item{
  padding: 0px 15px;
  margin: 0 10px;
  box-shadow: 1px 1px 3px #aaa;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #619AFF;
  border-radius: 8px;
  color: #619AFF;
  margin-top: 8px;
  height: 30px;
  width:100%;
  
}
.knowledge-card{
  width: 160px;
  
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 3px #aaa;
  border-radius: 8px;
  background: #fff;
  float: left;
  text-align: center; 
  padding: 0 10px;
}
.single-qa-bot{
  font-size: 12px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.knowledge-set{
  display: block;
  position: absolute;
  bottom: 22%;
  left: 0;
  z-index: 99;
  height: 30px;
  width: 15%;
  display: inline-block;
}
.knowledge-title{
  display: inline-block;
  margin-top: 6px;
  width: 85%;
}
.knowledge-li{
  line-height: 28px;
  padding: 3px 17px;
  cursor: pointer;
  font-size: 12px;
}
.border-top{
  border-top:none;
  border-radius: 0 0 8px 8px;
  box-shadow:none;
}
.knowledgeSet-tip{
  text-align: center;
  color: #b7b7b7;
  padding-bottom: 10px;
}
.knowledge-set-ul{
  position: absolute;
  bottom: 22px;
  left: 10px;
  z-index: 99;
  
  background: #fff;
  border: 1px solid #619AFF;
  width:100%;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #f1f1f1; 
  overflow: auto;
  max-height: 200px;
}
 .knowledge-set-ul::-webkit-scrollbar {
 
 width : 10px;  
 height: 1px;
 }
 .knowledge-set-ul::-webkit-scrollbar-thumb {
 
 border-radius: 8px;
 box-shadow   : inset 0 0 5px rgba(158, 158, 158, 0.5);
 background   : #b8b7b7;
 }
 .knowledge-set-ul::-webkit-scrollbar-track {
 
 box-shadow   : inset 0 0 5px rgba(158, 158, 158, 0.5);
 border-radius: 8px;
 background   : #ededed;
 }

 .change-knowledgeset{
  background: #fff;
  width: 200px;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-left: 9.4%;
  border-radius: 16px;
  box-shadow: 1px 1px 3px #aaa;
 }
 p.change_item_wrapper {
  border: 1px solid #619aff;
  padding: 5px 10px;
  margin: 8px 0;
  border-radius: 4px;
  cursor: pointer;
}
p.change_item_wrapper.active, p.change_item_wrapper.active a {
  color:#fff;
  background:#619aff;
  border: 1px solid #619aff;
}


.multi-slot{
  margin-top: 5px;
  color: #5677fc;
  cursor: pointer;
}
.wrapper-map{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.search-wrapper{
  padding: 0 10px 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.search-input{
  display: table-column;
  
  height: 32px;
  width: 100%;
  border: 1px solid #d8d8d8;
  outline: none;
  padding-left: 10px;
  box-sizing: border-box;
}
.input-resluts{
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 43px;
  bottom: 0;
  background: #fff;
  z-index: 10;
  overflow-y: auto;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.input-resluts .search-item:hover{
  background-color: #f4f5f5;
}
#map-contianer{
  height: 313px;
}
.search-resluts{
  height: 200px;
  background-color: #f4f5f5;
  overflow-y: auto;
}
.search-item{
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
}
.search-item.active{
  position: relative;
}
.search-item.active .address-wrapper-active{
  display: block;
}
.address-wrapper-active{
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.serch-item-title{
  font-size: 15px;
  color: #484848;
}
.serch-item-address{
  font-size: 12px;
  color: #bababa;
  margin-bottom: 0;
}
.date-time-duration{
  margin-top: 10px;
}
.date-time-duration-input{
  outline: none;
  border: none;
  border-bottom: 1px solid #e3e3e3;
}
.address-wrapper{
  padding: 10px;
  position: relative;
}
.address-wrapper-input{
  display: inline-block;
  width: 240px;
  padding: 5px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.address-wrapper-change{
  width: 40px;
  cursor: pointer;
  margin: 0 20px;
}
.address-wrapper-input.active{
  border-color: #1E9FFF;
}
.cancel-input{
  margin-right: 10px;
  color: #1E9FFF;
  cursor: pointer;
  text-align: right;
}
.display-box{
  position: absolute;
  left: 10px;
  width: 580px;
  top: 15px;
}
.poc{
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.chatbot_artifical_inputing-container{
  width: 60%;
  position: relative; 
  padding-left: 20%;
  padding-top:2px; 
  padding-bottom: 2px; 
  background: linear-gradient(to left,transparent,#c9d3e6,transparent);
  text-align:left; color: #5979bf;
}
.chatbot_artifical_inputing{
  position: absolute;
  bottom: 22%; 
  width: 100%; 
  text-align: center;
  display: none;
}
.chatbot_artifical_inputing-outer{
  width: 50%;
  position: relative;
  left:35%;
}