#app .robot-window {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 10px;
  cursor: auto;
  width: 700px;
  height: 600px;
  background: #fff;
  border: 1px solid #b1b1b1;
}
#app .robot-window .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px 5px 50px;
  color: #fff;
  background: #da3434 url(https:/credit.dt.gov.cn/resources/images/right-fiexd/credit.png) no-repeat 5px 5px;
}
#app .robot-window .top-bar .title {
  font-size: 12px;
}
#app .robot-window .top-bar .title p {
  line-height: 20px;
}
#app .robot-window .top-bar .close {
  cursor: pointer;
}
#app .robot-window .top-bar .close span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#app .robot-window .top-bar .close .el-icon-minus {
  font-size: 12px;
}
#app .robot-window .top-bar .close .el-icon-close {
  font-size: 18px;
}
#app .robot-window .content {
  height: 550px;
}
#app .robot-window .content .left {
  width: 480px;
}
#app .robot-window .content .left .message-box {
  height: 420px;
  box-sizing: border-box;
  padding: 10px;
  overflow-y: auto;
}
#app .robot-window .content .left .message-box .item {
  margin-bottom: 20px;
  text-align: right;
}
#app .robot-window .content .left .message-box .item .avatar {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f8f9fb;
  text-align: center;
  padding-top: 10px;
}
#app .robot-window .content .left .message-box .item .inner {
  display: inline-block;
  vertical-align: top;
  max-width: 350px;
  padding: 0 10px;
}
#app .robot-window .content .left .message-box .item .inner .timer {
  padding-top: 5px;
}
#app .robot-window .content .left .message-box .item .inner .value {
  margin-top: 8px;
  position: relative;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #4e5d74;
  background-color: #4e5d74;
  line-height: 1.4;
  color: #fff;
  white-space: normal;
  word-break: break-all;
  text-align: left;
}
#app .robot-window .content .left .message-box .item .inner .value::before,
#app .robot-window .content .left .message-box .item .inner .value::after {
  content: '';
  position: absolute;
  top: 5px;
}
#app .robot-window .content .left .message-box .item .inner .value::before {
  right: 0;
  margin-right: -16px;
  border-width: 8px;
  border-style: dashed solid dashed dashed;
  border-color: transparent transparent transparent #4e5d74;
}
#app .robot-window .content .left .message-box .item .inner .value::after {
  right: 0;
  margin-right: -15px;
  border-width: 8px;
  border-style: dashed solid dashed dashed;
  border-color: transparent transparent transparent #4e5d74;
}
#app .robot-window .content .left .message-box .item.robot {
  text-align: left;
}
#app .robot-window .content .left .message-box .item.robot .inner .value {
  border: 1px solid #e6e7e9;
  background-color: #f8f9fb;
  color: #222;
}
#app .robot-window .content .left .message-box .item.robot .inner .value::before {
  left: 0;
  right: unset;
  margin-right: unset;
  margin-left: -16px;
  border-width: 8px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #e6e7e9 transparent transparent;
}
#app .robot-window .content .left .message-box .item.robot .inner .value::after {
  left: 0;
  right: unset;
  margin-right: unset;
  margin-left: -15px;
  border-width: 8px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #f8f9fb transparent transparent;
}
#app .robot-window .content .left .message-box .item.robot .inner .html {
  width: 350px;
}
#app .robot-window .content .left .message-box .item.robot .inner .html p {
  line-height: 1.5;
}
#app .robot-window .content .left .message-box .item.robot .inner .html p a {
  color: #00f;
  text-decoration: underline;
}
#app .robot-window .content .left .message-box .item.robot .inner .html p.keys {
  border-bottom: 1px solid #d1d2d4;
}
#app .robot-window .content .left .message-box .item.robot .inner .html p.keys a {
  display: block;
}
#app .robot-window .content .left .message-box .item.robot .inner .html p.more {
  border-top: 1px solid #d1d2d4;
  padding: 8px 0;
}
#app .robot-window .content .left .message-box .item.robot .inner .html .tip .news-title {
  position: relative;
  line-height: 1.5;
  padding: 8px 0 8px 10px;
  font-size: 15px;
}
#app .robot-window .content .left .message-box .item.robot .inner .html .tip .news-title:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #d93533;
}
#app .robot-window .content .left .message-box .item.robot .inner .html .tip .news a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#app .robot-window .content .left .message-box .item.robot .inner .html .tip .news a > b {
  color: #f00;
}
#app .robot-window .content .left .input-box {
  position: relative;
  height: 130px;
  border-top: 1px solid #d1d2d4;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}
#app .robot-window .content .left .input-box textarea {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
  resize: none;
}
#app .robot-window .content .left .input-box .send {
  position: absolute;
  right: 20px;
  bottom: 10px;
  background-color: #555b73;
  border-radius: 5px;
  padding: 6px 15px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
#app .robot-window .content .right {
  width: 220px;
  background-color: #f8f9fb;
  border-left: 1px solid #d1d2d4;
  box-sizing: border-box;
  padding: 10px;
}
#app .robot-window .content .right .tip {
  margin-bottom: 15px;
}
#app .robot-window .content .right .tip .news-title {
  position: relative;
  line-height: 1.5;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
#app .robot-window .content .right .tip .news-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #d93533;
}
#app .robot-window .content .right .tip .news a {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  padding-left: 10px;
  color: #8f8f8f;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#app .robot-window .content .right .tip .news a:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #909193;
}
