.jxt-chatbot-container {
  background-image: url('../images/yj_jxt_chatbot_img_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jxt-chatbot-container * {
  position: relative;
}
.jxt-chatbot-container .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 55px;
}

.jxt-chatbot-container .top-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  padding: 0 16px;
}
.jxt-chatbot-container .top-container .biaoyu {
}
.jxt-chatbot-container .top-container .btns-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jxt-chatbot-container .top-container .btns-container a {
  width: 110px;
  height: 34px;
  border-radius: 17px;
  background-image: linear-gradient(to right, #397adf, #71b5f5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.jxt-chatbot-container .top-container .btns-container a + a {
  margin-left: 16px;
}
.jxt-chatbot-container .top-container .btns-container a img {
  height: 18px;
  width: auto;
}
.jxt-chatbot-container .top-container .btns-container a span {
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
}

.jxt-chatbot-container .chatbot-box {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(21, 93, 183, 0.25);
  background-color: rgba(243, 249, 254, 0.53);
  height: 713px;
  overflow: hidden;
  margin-top: -20px;
}
.jxt-chatbot-container .chatbot-box .left-container {
  flex: 1;
  border: solid 2px #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
}
.chat-container::-webkit-scrollbar {
  width: 3px;
}
.chat-container::-webkit-scrollbar-thumb {
  background: #71b5f5;
}
.chat-container::-webkit-scrollbar-track {
  background: transparent;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container {
  border-radius: 10px;
  border: solid 1px #fff;
  background-image: linear-gradient(to bottom, #dcedfb, #fff);
  padding: 15px;
  margin-bottom: 15px;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .section-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags span {
  border-radius: 17px;
  background-color: #d1ecfc;
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags span:hover {
  background-image: linear-gradient(to right, #3d7de0, #70b5f5);
  color: #fff;
}
.jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags span + span {
  margin-left: 10px;
}
.jxt-chatbot-container .chatbot-box .left-container .input-container {
  flex-shrink: 0;
  border-radius: 26px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 53px;
  line-height: 53px;
  padding-left: 18px;
  margin: 0 20px;
  overflow: hidden;
}
.jxt-chatbot-container .chatbot-box .left-container .input-container > img {
}
.jxt-chatbot-container .chatbot-box .left-container .input-container input {
  flex: 1;
  margin-left: 15px;
  word-break: keep-all;
  border: none;
  outline: none;
}
.jxt-chatbot-container .chatbot-box .left-container .input-container .send-btn {
  background-image: linear-gradient(to right, #3d7de0, #70b5f5);
  width: 53px;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-right: 5px;
  box-sizing: border-box;
}

.jxt-chatbot-container .chatbot-box .right-container {
  flex-shrink: 0;
  width: 300px;
  background-image: linear-gradient(to bottom, #dcedfb, #fff);
  padding: 0 20px;
  box-sizing: border-box;
}
.jxt-chatbot-container .chatbot-box .right-container .section-title {
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: dashed 1px #4e98e1;
}
.jxt-chatbot-container .chatbot-box .right-container .section-title span {
  display: inline-block;
  position: relative;
  color: #155db7;
  font-size: 18px;
  font-weight: bold;
}
.jxt-chatbot-container .chatbot-box .right-container .section-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 80px;
  height: 8px;
  z-index: 0;
  background-image: linear-gradient(to right, rgba(120, 228, 251, 0.47), #deedfb);
}
.jxt-chatbot-container .chatbot-box .right-container .cjwt-list > div {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  color: #333;
  padding-left: 14px;
  cursor: pointer;
}
.jxt-chatbot-container .chatbot-box .right-container .cjwt-list > div::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0.39;
  background-color: #4583e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jxt-chatbot-container .chatbot-box .right-container .cjwt-list > div .hot {
  border-radius: 4.5px;
  background-color: #fc5938;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
}

.bot-message .list-card .card-title,
.bot-message .tags-card .card-title,
.bot-message .group-list-card .card-title {
  background-color: #4583e1 !important;
  color: #fff !important;
}
.user-message .message-content {
  background-image: linear-gradient(to right, #3d7de0, #70b5f5);
  padding: 8px !important;
}

@media screen and (max-width: 991px) {
  .jxt-chatbot-container .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }

  .jxt-chatbot-container .top-container {
    display: none;
  }

  .jxt-chatbot-container .chatbot-box {
    margin-top: 0;
    height: 600px;
  }

  .jxt-chatbot-container .chatbot-box .right-container {
    display: none;
  }

  .jxt-chatbot-container .chatbot-box .left-container {
    padding-bottom: 10px;
  }

  .jxt-chatbot-container .chatbot-box .left-container .chat-container {
    padding: 0px !important;
  }
  .jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container {
    padding: 10px;
  }
  .jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags {
    margin-top: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .jxt-chatbot-container .chatbot-box .left-container .chat-container .example-container .tags span {
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    word-break: keep-all;
    font-size: 14px;
  }
  .jxt-chatbot-container .chatbot-box .left-container .input-container {
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
  }
  .jxt-chatbot-container .chatbot-box .left-container .input-container .send-btn {
    width: 40px;
  }
}
