html {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  /* background-color: #eee;
  background: -moz-linear-gradient(top, #7899b6 0%, #ffffff 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #7899b6),
      color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #7899b6 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #7899b6 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #7899b6 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #7899b6 0%, #ffffff 100%); */
  background: url("../image/pcHtmlbg.png") no-repeat fixed center / cover;
}

@keyframes dots {

  0%,
  20% {
    content: '.';
  }

  40% {
    content: '..';
  }

  60%,
  100% {
    content: '...';
  }
}

@keyframes blink {

  0%,
  80%,
  100% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: auto;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a,
a:focus,
a:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}

body {
  position: relative;
  background: #f0f2f5;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

p {
  margin: 0;
}

td {
  border: 1px solid;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1890ff;
  margin-right: 5px;
  animation: blink 1.4s infinite both;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.tooltip-left {
  left: 150% !important;
}

.tooltip-bottom {
  bottom: 125%;
  left: 160% !important;

}

.tooltip-bottom::after {
  top: 100% !important;
  left: 10% !important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  /* margin: 50px; */
}

.tooltip-text {
  font-size: 12px;
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  /* bottom: 125%; */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text1 {
  font-size: 12px;
  visibility: hidden;
  /* width: 120px; */
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
  margin-right: 0;
}

/* 新增折叠框样式 */
.collapsible-reasoning {
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  margin-bottom: 10px;
  /* overflow: hidden; */
}

.collapsible-header {
  padding: 8px 12px;
  /* background-color: rgb(245, 245, 245); */
  cursor: pointer;
  /* display: flex; */
  /* align-items: center; */
  user-select: none;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.thinkFoldImg{
  width: 16px;
  height: 16px;
}
.thinkFoldImg1{
  width: 16px;
  height: 16px;
}
/* .collapsible-header:hover {
  /* background-color: #e9e9e9; */
/* } */ */

.toggle-icon {
  margin-right: 8px;
  transition: transform 0.3s;
  font-size: 12px;
  position: absolute;
  /* 绝对定位 */
  right: 12px;
  /* color:rgb(245, 245, 245);; */
}

.header-text {
  font-weight: bold;
  color: #555;
}

.thinking::after {
  content: '...';
  position: absolute;
  animation: dots 1.5s infinite;
}

.reasoning-content {
  padding: 10px;
  /* max-height: 300px; */
  /* overflow-y: auto; */
  /* background-color: #fff; */
  /* border-top: 1px solid #eee; */
    border-bottom: 1px dashed #a1a5ac;

}

/* 折叠状态 */
.collapsible-reasoning.collapsed .reasoning-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
}

.collapsible-reasoning.collapsed .toggle-icon {
  transform: rotate(-90deg);
}

.ou-color {
  background-color: #F6F8F9 !important;
}

.tooltip-container1.show-tooltip .tooltip-text1 {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
.hotBtn{
  display: none;
}
.typeText1{
  display: none;
}
.hot-container{
  display: none;
}
  .base-container {
    position: absolute;
    left: 0rem;
    right: 17.5rem;
    bottom: 6rem;
    height: 2.15rem;
    background: #fff;
    display: block;
        z-index: 2;
  }

  .base-container-content {
    position: relative;
    padding: 0 40px;
    height: 100%;
  }

  .left5 {
    margin-right: 10px;
  }

  .tooltip-bottom {
    bottom: 150%;
    left: 200% !important;
  }

  .tooltip-bottom::after {
    left: 10% !important;
  }

  .collapsible-reasoning {
    min-width: 80%;
  }

  .empty-img {
    display: block;
    width: 60%;
    margin: 50px auto;
  }

  .yesImg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }

  #dataInput {
    padding-bottom: 0px;
    padding-top: 0px;
    border: none;
    width: 100%;
    padding: 0.5rem;
    /*line-height: 44px;*/
  }

  .typeInput {
    display: none;
  }

  @media only screen and (min-width: 600px) {
    html {
      padding: 2rem 0;
      min-height: 30rem;
    }

    body {
      margin: 0 auto;
      max-width: 834px;
      min-height: 10rem;
      /* max-height: 24rem; */
      border-radius: 1.7rem 1.7rem ;
    }
  }

  @media screen and (max-width: 1920px) and (min-width: 1367px) {
    html {
      padding: 3rem 0;
      min-height: 30rem;
    }

    body {
      margin: 0 auto;
      max-width: 1166px;
      min-height: 10rem;
      /* max-height: 24rem; */
      border-radius: 1.7rem 1.7rem ;

    }
  }

  .head {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    height: 3rem;
    position: absolute;
    padding: 0 1rem;
    background: url("../image/pcHeadBg.png") no-repeat;
    background-size: cover;
    /* background: #fff; */
    color: #33353d;
    line-height: 2.5rem;
    box-shadow: 0px 10px 10px #e1e1e1;
    font-size: 0.9rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .tool {
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
  }

  .describtion {
    /* font-size: 0.8em; */
    font-size: 0.65rem;
    color: #fff;
  }

  .describtion2 {
    font-size: 0.9rem;
    color: #fff;

    border-right: 1px solid c0c4cc;
  }

  .main {
    top: 2.5rem;
    bottom: 8rem;
    left: 0rem;
    right: 0rem;
    position: absolute;
    padding: 1.9rem 0.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    padding-right: 17.9rem;
    padding-top: 1rem;
    /* padding-bottom: 8rem; */
  }

  .main::-webkit-scrollbar {
    display: none;
  }

   .scroll-btn-group {
    position: absolute;
    right: 18.5rem;
    bottom: 10rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }

  .scroll-btn {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 1px solid #d0d3d9;
    background: #fff;
    color: #909399;
    font-size: 0.75rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.2s;
    box-shadow: 0 3px 8px rgba(24, 143, 255, 0.3);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .scroll-btn.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .scroll-btn:hover {
    border-color: #188fff;
    color: #188fff;
    box-shadow: 0 6px 16px rgba(24, 143, 255, 0.45);
  }

  .scroll-btn:active {
    box-shadow: 0 2px 8px rgba(24, 143, 255, 0.35);
  }

  .deepThinking {
    background: white;
    padding: 0.2rem 0.3rem 0.1rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    border: 1px solid #dcdddf;
    float: left;
    overflow: hidden;
    margin-left: 0.8rem;
    border-radius: 8px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    /* 改为行内块，更稳定 */
  }

  .sendBtn,
  .sendBtn1,
  .sendBtnStop {
    /* 可选：让发送按钮也垂直居中，保持整体布局一致 */
    vertical-align: middle;
  }

  .deepThinkinged {
    color: rgb(84, 128, 223);
    background-color: #edf2fd !important;
    border: 1px solid #bdcff7;
  }

  .input {
    background: #ffffff;
    /* border-top: 1px solid #d3d9dc; */
    /* height: 7.5rem; */
    bottom: 0rem;
    left: 0rem;
    right: 17.5rem;
    position: absolute;
    padding: 0.5rem;
    border-radius: 0.7rem
  }

  .inputBox {
    width: 100%;
    height: 3.3rem;
    background: #fafbfd;
    /* border: 1px solid #ECEFF5; */
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
  }

  #form_input {
    border: 1px solid #aecdff;
    background: #fafbfd;
    border-radius: 1rem;
  }

  .inputBox.focus {
    /* border: 1px solid #188FFF; */
  }

  .inputBox textarea {
    /* float: left; */

    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  #voiceBtn {
    height: 0.8rem;
    margin: 0.2rem 1rem 0.2rem;
    cursor: pointer;
    /* 修复：统一垂直对齐方式 */
    vertical-align: middle;
  }

  .inputBox img {
    /* position: absolute;
    right: 0px;
    height: 100%;
    width: 2rem;
    border: none;
    padding: 0.6rem; */
    height: 0.8rem;
    margin: 0.5rem 0.5rem 0.2rem;
    cursor: pointer;
  }

  .dialog {
    position: relative;
    margin-top: 1rem;
    padding: 0 2.5rem;
  }

  .dialog .portrait {
    width: 2rem;
    height: 2rem;
    float: left;
    padding: 0rem;
  }

  .dialog.user .portrait {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0rem;
  }

  .dialog.robot .portrait {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0rem;
  }

  .dialog.robot {
    padding-right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .dialog.user {
    padding-left: 2.5rem;
    text-align: right;
    margin-bottom: 50px;
  }

  .dialog .dialogText {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.6rem;
    background: #f1f2f5;
    /* width: 100%; */
    /* max-width: 80%; */
    position: relative;
    left: 0.2rem;
    word-break: break-all;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .btnBox {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #71a3f8 0%, #2667d6 100%);
    text-align: center;
    line-height: 1rem;
    color: #fff;
    font-size: 0.5rem;
    transition: 0.3;
    cursor: pointer;
  }
   .copySign{
    display: block;
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 auto;
   }
  .btnTts img {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem auto;
    animation: turn 1s linear infinite;
  }

  @keyframes turn {
    0% {
      -webkit-transform: rotate(360deg);
    }

    25% {
      -webkit-transform: rotate(270deg);
    }

    50% {
      -webkit-transform: rotate(180deg);
    }

    75% {
      -webkit-transform: rotate(90deg);
    }

    100% {
      -webkit-transform: rotate(0deg);
    }
  }

  .btnBox:hover {
    opacity: 0.8;
  }


  /* .dialog .dialogTextSelect:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -0.4rem;
    position: absolute;
    width: 0;
  } */


  .dialog .dialogTextAction:before {
    border: solid transparent;
    /* content: " "; */
    height: 0;
    left: -0.6rem;
    position: absolute;
    width: 0;
  }

  .dialog .dialogText:after {
    border-width: 9px;
    border-right-color: #ccc;
    top: 15px;
  }

  .dialog .dialogText:before {
    border-width: 6px;
    border-right-color: #fff;
    top: 0.75rem;
  }

  .dialog.user .portrait {
    width: 2rem;
    height: 2rem;
    /* position: absolute;
    right: 0px; */
  }

  .dialog.user .dialogText {
    width: auto;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.6rem;
    color: #fff;
    /* background: #188fff; */
    /* position: absolute; */
    right: 0.2rem;
    left: inherit;
    top: 0rem;
    text-align: left;
    word-break: break-all;
    position: relative;
    background: linear-gradient(90deg, #a3c0f0 0%, #517bdd 100%);
  }

  .dialog.user .dialogText:before {
    border: solid transparent;
    /* content: " "; */
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
  }

  .dialog.user .dialogText:after {
    border-width: 9px;
    border-left-color: #ccc;
    top: 15px;
  }

  .dialog.user .dialogText:before {
    border-width: 6px;
    border-left-color: #188fff;
    top: 0.75rem;
  }

  /* a:visited {
    color: #F00; 
} */

  /* a {
    color: #188FFF;
    text-decoration: underline;
} */

  .right-info {
    width: 17.5rem;
    background: #f3f5ff;
    top: 2.5rem;
    bottom: 0;
    right: 0rem;
    position: absolute;
    /* padding: 0.5rem; */
    overflow: hidden;
    border: 2px solid #f0f2f5;
    border-radius: 0 0 0.7rem 0;
    display: flex;
    flex-direction: column;
  }
.typeText7{
  padding-top: 0.2rem;
                text-align: right;
                padding-bottom: 0.3rem;
                padding-right: 0.4rem;
                overflow: hidden;
                line-height: 1;
                display: flex;
                justify-content: flex-end;
                align-items: center;
}
.typeText7 .deepThinking {
                margin-right: auto;
                margin-left: 0.8rem;
}
  .sendBtn1 img{
    /* background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: relative;
    z-index: 11; */
    width: 1.6rem;
    height: 1.6rem;
  }

  .sendBtnStop img {
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
  }

  .sendBtnStop:hover {
    opacity: 0.8;
  }

  .quoteImg {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
 .quoteContent {
    cursor: pointer;
     padding-left: 0.2rem !important;
 }
  .quoteContent span {
    margin: 0 0.3rem;
    vertical-align: middle;
    color: #8f8f8f;
    cursor: pointer;

  }
.quetoBox{
  border: 1px solid #8f8f8f;
    padding: 3px 5px;
    border-radius: 8px;
}
  .quoteMoreImg {
    width: 8px;
    height: 8px;
    cursor: pointer;

  }

  .sendBtn1:hover {
    opacity: 0.9;
  }

  .sendBtn1:active {
    opacity: 0.8;
  }

   .sendBtn img{
    /* background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: relative;
    z-index: 11; */
    width: 1.6rem;
    height: 1.6rem;
  }


  .sendBtn:hover {
    opacity: 0.5;
  }

  .tool_logo {
    height: 2.25rem;
    width: inherit;
  }

  .currentServer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* .currentServer img {
    width: 2rem;
    height: 2rem;
  } */

.hello {
    padding: 2rem 2.5rem;
    color: #6b6d72;
    font-size: 0.7rem;
    display: inline-block;
    border-radius: 0.4rem;
    position: relative;
    min-width: 400px;
    max-width: 400px;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../image/pchello-bg.png) no-repeat center center;
    background-size: 100% 45%;  /* 只有背景可拉伸 */
    z-index: 1;
}

.hello-logo {
    position: absolute;
    left: 10px;  /* 根据实际logo位置调整 */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;   /* 固定宽度 */
    height: 60px;  /* 固定高度 */
    object-fit: contain;
}

/* .hello::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: url(../image/pchello.png) no-repeat center center !important;

  /* 👇 只改这一行，让宽度铺满，高度自动适应 */
  /* background-size: 100% auto !important;

  z-index: -1;
  border-radius: 0.4rem;
  display: block;
  pointer-events: none;
} */ */

  .hello span {
    color: #188fff;
  }

  .dialog .dialogText.dialogTextSelect {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    /* padding: 0.3rem 1rem; */
    padding: 0;
    border-radius: 0.6rem;
    background: transparent;
    /* width: 100%; */
  }

  .dialog .dialogText.dialogTextSelect .selectTit {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.5rem;
    background: #f1f2f5;
    /* width: 100%; */
    word-break: break-all;
    position: relative;
    left: 0.2rem;
    letter-spacing: 0;
  }

  /* .dialog .dialogText.dialogTextSelect .selectTit:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -0.6rem;
    position: absolute;
    width: 0;
  } */

  .dialog .dialogText.dialogTextSelect .selectTit:after {
    border-width: 9px;
    border-right-color: #ccc;
    top: 15px;
  }

  /* .dialog .dialogText.dialogTextSelect .selectTit:before {
    border-width: 6px;
    border-right-color: #fff;
    top: 0.75rem;
  } */

  .dialog .dialogText.dialogTextSelect .selectAnswer,
  .dialog .dialogText.dialogTextSelect .selectAnswer {
    margin-top: 0.6rem;
    min-height: 2rem;
    min-width: 10rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.6rem;
    background-color: #fff;
    display: inline-block;
    word-break: break-all;
    position: relative;
    padding-right: 2rem;
    /* background-image: url('../image/right.png');
    background-repeat: no-repeat;
    background-position: right 0.47rem;
    background-size: .7rem .7rem; 
    padding-right: 1.5rem; */
    cursor: pointer;
    left: 0.2rem;
    border:1px solid #dedddd;
    /* border-radius: 0.2rem; */
  }

  .dialog .dialogText.dialogTextSelect .selectAnswer span {
    position: absolute;
    right: 0.9rem;
    font-size: 0.5rem;
    top: 0.65rem;
    color: #188fff;
  }

  a {
    color: #188fff;
    text-decoration: none;
  }

  .dialog .dialogText.dialogTextSelect .selectAnswer:hover a {
    color: #188fff;
    text-decoration: underline;
  }

  .selectAnswerModel {
    margin-top: 0.6rem;
    min-height: 2rem;
    min-width: 10rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.2rem;
    background-color: #fff;
    display: inline-block;
    word-break: break-all;
    position: relative;
    padding-right: 2rem;
    /* background-image: url('../image/right.png');
    background-repeat: no-repeat;
    background-position: right 0.47rem;
    background-size: .7rem .7rem; 
    padding-right: 1.5rem; */
    cursor: pointer;
    left: 0.2rem;
  }

  .selectAnswerModel span {
    position: absolute;
    right: 0.9rem;
    font-size: 0.5rem;
    top: 0.65rem;
    color: #188fff;
  }

  a {
    color: #188fff;
    text-decoration: none;
  }

  .selectAnswerModel:hover a {
    color: #188fff;
    text-decoration: underline;
  }

  .changeTips {
    color: #188fff;
    position: relative;
    left: 0.2rem;
    /* background-image: url('../image/sx.png');
    background-position: right center;
    background-size: 0.7rem 0.7rem;
    background-repeat: no-repeat; */
    display: inline-block;
    padding: 0.6rem 1rem;
    font-size: 0.65rem;
    cursor: pointer;
  }

  .changeTips span {
    font-size: 0.6rem;
  }

  .right-info-default {
    display: none;
  }

  .right-info-business {
    display: none;
  }

  .right-info-default .rhead {
    border-bottom: 1px solid #BFC3CB;
  }

  .right-info-show {
    display: flex !important;
    flex-direction: column;
  }

  .hotQuestion {
    padding: 0.9rem 0.6rem 0.6rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
  }

  .rhead {
    padding: 0.9rem 0.6rem 0.6rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
    background: #e1e9fc;
    border-top: 2px solid #d0d3dd;
  }

  .rhead .glyphicon {
    color: #bfc3cb;
  }

  #code {
    width: 6.5rem;
    margin: 0.8rem auto 1rem;
    display: block;
  }

  .miniName {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0 2rem;
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0.8rem;
  }

  .miniLabel {
    display: block;
    color: #000;
    /* border: 1px solid #000; */
    border-radius: 0.6rem;
    line-height: 1rem;
    text-align: center;
    width: 5rem;
    margin: 0.7rem auto;
    padding: 0.25rem 0;
    background-color: #e3efff;
  }

  .playRow {
    text-align: right;
  }

  .rightHeadImg {
    height: 0.9rem;
    position: relative;
    top: -0.1rem;
    margin-right: 0.2rem;
    float: left;
  }

  .rightHeadImgDefault {
    height: 0.9rem;
    position: relative;
    top: -0.1rem;
  }


  #container {
    text-align: center;
    height: 1.5rem;
    margin: 0.7rem 0;
  }

  #container .one {
    animation: yuying1 1s infinite;
    -webkit-animation: yuying1 1s infinite;
  }

  #container .two {
    animation: yuying1 1s infinite 0.3s;
    -webkit-animation: yuying1 1s infinite 0.3s;
  }

  #container .three {
    animation: yuying1 1s infinite 0.5s;
    -webkit-animation: yuying1 1s infinite 0.5s;
  }

  #container .four {
    animation: yuying1 1s infinite 0.7s;
    -webkit-animation: yuying1 1s infinite 0.7s;
  }

  #container .five {
    animation: yuying1 1s infinite 0.9s;
    -webkit-animation: yuying1 1s infinite 0.9s;
  }

  #container .six {
    animation: yuying1 1s infinite 1.1s;
    -webkit-animation: yuying1 1s infinite 1.1s;
  }

  #container .seven {
    animation: yuying1 1s infinite 1.3s;
    -webkit-animation: yuying1 1s infinite 1.3s;
  }

  .wave {
    width: 2px;
    /* height: 100%; */
    margin: 0 3px;
    border-radius: 50px;
    background-color: #188fff;
    vertical-align: middle;
    display: inline-block;
  }

  @keyframes yuying1 {
    0% {
      height: 10%;
    }

    50% {
      height: 90%;
    }

    100% {
      height: 10%;
    }
  }

  @keyframes yuying2 {
    0% {
      height: 50%;
    }

    25% {
      height: 90%;
    }

    50% {
      height: 50%;
    }

    75% {
      height: 10%;
    }

    100% {
      height: 50%;
    }
  }

  #luyin {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: #4c4c4c;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #luyin .text {
    text-align: center;
    font-size: 12px;
    color: #f7f7f7;
    margin-top: 5px;
  }

  .voiceIcon {
    height: 1rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.2rem;
  }

  .sendVoice {
    text-align: center;
  }

  .sendVoice .sendBtn {
    background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    opacity: 1;
    transition: 0.9s;
  }

  .sendVoice .sendBtn:hover {
    opacity: 0.9;
  }

  .menuTop {
    text-align: left;
    max-height: 11rem;
    overflow-y: auto;
    padding-left: 10px;
    scrollbar-width: thin;
    -ms-overflow-style: none;
        padding-bottom: 0.6rem;
  }

  .menuTop::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .menuTopItem {
    width: 104px;
    border: 1px solid #a3cefc;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 0.6rem;
    padding: 10px 8px;
    line-height: 0.6rem;
    background: #fff;
    color: #2b63e9;
    cursor: pointer;
    transition: 0.1s;
    margin: 3px;
  }
}

.menuTopItem:hover {
  opacity: 0.8;
}

.menuTopItem.active {
  /* background: #3291f7; */
  color: #ffffff;
  /* border: 1px solid #3291f7; */
  background: linear-gradient(90deg, #71a3f8 0%, #2667d6 100%);
}

.menuStandeard,
.menuStandeard1 {
  /* padding: 0 0.6rem; */
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.menuStandeardScroll {
  flex: 0 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
  position: relative;
}

.menuStandeardScroll::-webkit-scrollbar {
  width: 4px;
}

.menuStandeardScroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}

.menuStandeardScroll::-webkit-scrollbar-track {
  background: transparent;
}

.menuStandeardItem {
  transition: 0.2s;
  cursor: pointer;
  line-height: 1.25rem;
  /* font-weight: 600; */
  font-size: 0.65rem;
  padding: 0 0.6rem;
}

.menuStandeardItemDiv {
  padding: 0.35rem 0;
  border-bottom: 2px dashed #e4e6eb;
}

.menuStandeardItem:hover {
  /* opacity: 0.8;
    background-color: #eaf4fe; */
  color: #2962ee;
}

.deepImg {
  width: 12px;
    height: 12px;
   margin-bottom: 1px;
    margin-right: 2px;
}

.deepImg1 {
 width: 12px;
    height: 12px;
    margin-bottom: 1px;
    margin-right: 2px;
}



.menuStandeardItem.current {
  /* opacity: 0.8; */
  /* background-color: #eaf4fe; */
  color: #2962ee;
}

.menuStandeardMore {
  text-align: center;
  padding: 0.6rem 0;
  border-top: 1px solid #e4e6eb;
  background: #fff;
  flex-shrink: 0;
}

.viewMoreBtn {
  display: inline-block;
  font-size: 0.7rem;
  color: #188fff;
  border: 1px solid #188fff;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.viewMoreBtn:hover {
  background: #188fff;
  color: #fff;
}

.hotQuestion1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotQuestionMore {
  display: none;
}

.viewMoreText {
  font-size: 0.7rem;
  color: #188fff;
  cursor: pointer;
  transition: all 0.2s;
}

.viewMoreText:hover {
  color: #2962ee;
}

.line-box {
  padding: 0 0.6rem 0.6rem;
}

.line {
  border-top: 1px solid #d8d8d8;
}

.line-box {
  padding: 0 0.6rem 0.6rem;
}

.line {
  border-top: 1px solid #d8d8d8;
}

.rightHeadText {
  float: left;
  line-height: 0.8rem;
}

.rightHeadTextDefault {
  float: left;
  line-height: 0.8rem;
}

.rightHeadTextBottom {
  height: 0.8rem;
  position: relative;
  top: -0.1rem;
  margin-right: 0.2rem;
}

/* 引用样式 */
.css-69i1ev {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.css-8atqhb {
  width: 100%;
}

.css-12y02ob {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.5em 0 0;
  gap: var(--chakra-space-2);
}

.css-1oqdn2q {
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: var(--chakra-colors-myGray-900);
  width: 14px;
  height: auto;
  box-sizing: content-box;
  vertical-align: top;
  fill: currentcolor;
  margin: 0 5px 0 -10px;
}

.css-aldedn {
  color: orange;
  /* font-size:14px; */
}

.css-1slyee5 {
  height: 0;
  background: none;
  border: none;
  border-top: 1px dashed #a1a5ac;
  margin-top: var(--chakra-space-1);

  /* 关键代码：使用负margin抵消父级padding */
  margin-left: calc(-1 * var(--parent-padding-left, 16px));
  margin-right: calc(-1 * var(--parent-padding-right, 16px));
  width: calc(100% + var(--parent-padding-left, 16px) + var(--parent-padding-right, 16px));
}

.css-taf1xc {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 8px;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.css-9uomx0 {
  display: inline-flex;
  padding-inline-start: 0.625rem;
  padding-inline-end: 0.625rem;
  line-height: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.375rem;
  font-size: 14px;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;

  background: transparent;
  cursor: pointer;
  border: 1px solid #6593ef;
  color: #188FFF;

}

.css-1fd49jt {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: var(--chakra-space-2);
  overflow: hidden;
}

.css-l04kgc {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /* font-size: 14px; */
  /* border: 1px solid #E8EBF0; */
  padding: 0px 5px 5px;
  padding-inline-start: 10px;
  padding-inline-end: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  /* cursor: pointer; */
}

.css-vml4m9 {
  display: inline-block;
  line-height: 1em;
  color: currentcolor;
  width: 18px;
  height: auto;
  box-sizing: content-box;
  vertical-align: top;
  fill: currentcolor;
  margin-right: 5px;
  flex-shrink: 0;
}

.css-2bm0ma {
  word-break: break-all;
  flex: 1 0 0px;
}

.textEllipsis3 {
  -webkit-line-clamp: 3;
}

.textEllipsis2,
.textEllipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.css-1wjdvhz {
  flex: 1 0 0px;
  padding: 10px;
  border-radius: 0.375rem;
  border: 1px solid #bdbdbd;
  background: #f1f2f5;
}

.scrollable-content {

  padding: 1rem 1rem;
  flex: 1 1 0%;
  overflow: auto;
  cursor: pointer;
}

.scrollable-content {
  /* max-height: 450px; 设置最大高度 */
  overflow-y: auto;
  /* 垂直方向超出时显示滚动条 */
  padding: 15px;
  line-height: 1.6;
}

/* 可选：美化滚动条（Webkit浏览器） */
.scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.css-1adujo5 {
  position: relative;
  overflow: hidden;
  font-size: var(--chakra-fontSizes-sm);
  word-break: break-all;
  height: 100%;
  flex-direction: column;
}

.css-185djds {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.css-1y3x0yc {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 7px;
  gap: 10px;
  color: #667085;
  font-size: 12px;
}

.css-70qvj9 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.css-vvcgd3 {
  max-width: 200px;
  word-break: break-all;
}

.textEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.css-f4b2j7 {
  flex: 0 1 0%;
  /* padding-inline-start:1.5rem; */
  padding-inline-end: 1.5rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(251, 251, 252);
  border-bottom: 1px solid rgb(244, 246, 248);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  /* padding-top: 10px;
    padding-bottom: 10px; */
  font-size: 16px;
  font-weight: 700;
}

.css-1ip0143 {
  object-fit: contain;
  width: 20px;
  height: 20px;
  border-radius: 0.375rem;
}

.css-12s4rpl {
  margin-left: 0.75rem;
  color: #111824;
  font-weight: 500;
}

.css-1j7mzlo {
  color: #111824;
  font-weight: 500;
  display: inline-flex;
  white-space: nowrap;
}

.myskinContent .layui-layer-title {
  padding: 5px 80px 0 20px !important;
  height: 47px !important;
  line-height: normal !important;
border-radius: 0.8rem 0.8rem 0 0;
}

.myskinContent .layui-layer-content {
  height: 463px !important;
}

.css-1nwte17 {
  font-size: 0.6rem;
  color: #667085;
  font-weight: 400;
}

.css-5arv8s {
  display: flex;
 

  border-width: 1px;
  border-color: #C5D7FF;
  -webkit-box-align: flex;
  align-items: flex-start;
  font-size: 16px;
}
.css-0{
  color: #2B5FD9;
    background: #F0F4FF;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.5rem;
    /* 核心新增：解决换行问题 */
    min-width: 40px; /* 最小宽度，确保容纳“14”（可根据实际调整） */
    display: inline-block; /* 让盒子随内容宽度自适应，且不独占一行 */
    text-align: center; /* 可选：让数字居中显示，视觉更美观 */
    white-space: nowrap; /* 强制文字不换行（关键） */
}
.css-x23m55 {
  border-right-color: var(--chakra-colors-primary-700);
  border-right-width: 1px;
  height: 14px;
  margin-inline-start: var(--chakra-space-2);
  margin-inline-end: var(--chakra-space-2);
}

.css-dw5ttn {
  font-size: var(--chakra-fontSizes-xs);
}

.css-1fgw3hd {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: var(--chakra-space-1);
}

.css-1bpp37t {
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  border-width: 1px;
  border-radius: 0.375rem;
  margin-right: 2px;
  color: rgb(111, 93, 215);
  background: rgb(240, 238, 255);
  border-color: rgb(211, 202, 255);
}

.css-12bg8nh {
  transform: scale(0.9);
}

.css-m6r3o1 {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 4px;
  width: 100%;
  background: rgb(232, 235, 240);
}

.css-czxh72 {
  height: 100%;
  /* transition-property: var(--chakra-transition-property-common); */
  transition-duration: 300ms;
  background-color: #805AD5;
  border-radius: 20px;
}

.css-79elbk {
  position: relative;
}

.css-79elbk td {

  border: 1px solid;

}

.css-1baulvz {
  display: inline-block;
}

.css-70qvj9 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.css-5zrgzv {
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: var(--chakra-colors-myGray-500);
  width: 14px;
  height: auto;
  box-sizing: content-box;
  vertical-align: top;
  fill: currentcolor;
  margin-right: var(--chakra-space-1);
}

.css-qo1q80 {
     color: #667085;
    /* font-weight: 700; */
    display: inline-flex;
    white-space: nowrap;
}

.css-2xp4qi {
  flex: 1 0 0px;
  padding: var(--chakra-space-2);
  border-radius: 0.375rem;
  border: 1px solid rgb(223, 226, 234);
  background: var(--chakra-colors-myWhite-500);
}

.css-1lgi0mt {
  display: inline-block;
  line-height: 1em;
  flex-shrink: 0;
  color: currentcolor;
  width: 1rem;
  height: auto;
  box-sizing: content-box;
  vertical-align: top;
  fill: currentcolor;
  margin-right: var(--chakra-space-2);
}

.textEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}



/* 容器基础样式 */
.base-container {
  /* position: relative;
      width: 100%; */
  min-height: 70px;
  /* 容器最小高度（按钮高度+1行小盒子高度） */
  /* border: 1px solid #eee; */
  padding: 10px;
  margin-top: 300px;
  /* 上方预留空间，避免向上展开时被遮挡 */
}

/* 折叠内容容器（向上展开） */
.collapse-content {
  position: absolute;
  bottom: 7px;
  left: 10px;
  right: 10px;
  max-height: 51px;
  /* 默认收起：1行小盒子高度 */
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #edf2fd;
  padding: 0 10px;
  /* border-radius: 15px; */
  margin: 0 -10px;
}

/* 小盒子容器（横向排列+换行） */
.box-container {
  display: flex;
  flex-wrap: wrap;
  /* 宽度不足时自动换行 */
  gap: 10px;
  padding: 10px 0;
  align-items: center;
  /* 小盒子垂直居中对齐 */
  max-height: 145px;
  overflow-y: hidden;
}

/* Webkit滚动条 */
.box-container::-webkit-scrollbar {
  width: 0.2rem;
}

.box-container::-webkit-scrollbar-track {
  background: #edf2fd;
  border-radius: 0.1rem;
}

.box-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.1rem;
}

/* 单个小盒子样式（核心修改） */
.small-box {
  padding: 6px 12px;
  background: #fff;
  border-radius: 15px;
  /* border: 1px solid #ddd; */
  white-space: nowrap;
  overflow: visible;
  flex-shrink: 0;
  color: #6895f0;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}

/* 展开/收起按钮 */
.collapse-btn {
  text-align: center;
  position: absolute;
  bottom: 65px;
  left: 50%;
  right: 50%;
  /* height: 30px; */
  background: #edf2fd;
  border: 1px solid #e4ebf8;
  border-radius: 12px;
  width: 35px;
  height: 15px;
  cursor: pointer;
}

.expandImg {
  width: 24px;
  height: 24px;
  margin-top: -9px;
}

.foldImg {
  width: 24px;
  height: 24px;
  margin-top: -9px;
}

/* ========== source-box 桌面端（允许换行，防止撑开对话框） ========== */
@media (min-width: 769px) {
.source-box {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border: 1px solid #dcdddf;
  border-radius: 8px;
  background: #fff;
  padding:0rem 0.3rem;
  cursor: pointer;
  user-select: none;
          line-height: 1rem;
}
.source-box:hover {
  border-color: #bdcff7;
  background-color: #f5f7fa;
}
.source-box.expanded:hover {
  background: #fff;
  border-color: #dcdddf;
}
.source-box.expanded {
  display: flex;
  flex-wrap: wrap;
}
.source-header {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
  user-select: none;
  color: #606266;
  font-size: 0.55rem;
  flex-shrink: 0;
}
.source-header .source-icon {
  font-size: 0.55rem;
  display: inline-flex;
  align-items: center;
}
.source-header .source-label {
  font-size: 0.55rem;
}
.source-header .source-arrow {
  font-size: 0.8rem;
  margin-left: 0.1rem;
}
.source-box:hover .source-header {
  color: #188fff;
}
/* 展开态 — header 保留，content 从右侧滑入 */
.source-box.expanded .source-header {
  opacity: 1;
  max-height: 2rem;
  margin: 0;
  pointer-events: auto;
}
 .source-box.expanded .source-header {
    display: none !important;
  }
.source-box.expanded .source-header .source-arrow {
  transform: rotate(90deg);
}
.source-content {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  overflow: hidden;
  flex-wrap: nowrap;
  max-width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  pointer-events: none;
}
.source-box.expanded .source-content {
  max-width: 515px;
  opacity: 1;
  padding: 0 0.15rem;
  flex: 1 1 auto;
  pointer-events: auto;
  flex-wrap: wrap;
  height: auto;
}
.source-box.expanded .source-list {
  flex-wrap: wrap;
}
.source-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.3rem;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.source-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.55rem;
  color: #188fff;
  padding: 0.15rem 0.4rem;
  background: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  max-width: 8rem;
}
.source-item .file-icon {
  color: #188fff;
  font-size: 0.55rem;
  flex-shrink: 0;
}
.source-item .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.source-tooltip {
  position: fixed;
  max-width: 20rem;
  min-width: 14rem;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 0.3rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 0.5rem 0.6rem;
  z-index: 1000;
  display: none;
  font-size: 0.5rem;
  line-height: 1.5;
  color: #606266;
  pointer-events: none;
}
.source-tooltip .tt-title {
  font-weight: 600;
  color: #303133;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.55rem;
}
.source-tooltip .tt-body {
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.source-collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #909399;
  font-size: 1.2rem;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
  line-height: 1.2;
}
.source-collapse:hover {
  color: #188fff;
}
}
/* ========== 文档弹窗（仅桌面端限制弹窗高度） ========== */
@media (min-width: 769px) {
.docSkinContent .layui-layer-title {
  padding: 0 20px !important;
  height: 48px !important;
  line-height: 48px !important;
  border-bottom: 1px solid #e4e7ed;
  border-radius: 0.8rem 0.8rem 0 0;
}
.docSkinContent .layui-layer-content {
  height: calc(100% - 48px) !important;
  overflow: auto;
}
}
.docSkinContent .layui-layer-content a {
  pointer-events: none;
}
.doc-layer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
.doc-layer-title span {
  font-size: 0.7rem;
  font-weight: 600;
  color: #303133;
}
.doc-view-original {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
    color: #ffffff;
    background: linear-gradient(90deg, #71a3f8 0%, #2667d6 100%);
  border: none;
  border-radius: 1rem;
  font-size: 0.5rem;
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
}

.doc-modal {
  padding: 0.6rem 0.8rem;
  height: 100%;
  box-sizing: border-box;
}
.doc-modal-body {
  font-size: 0.55rem;
  line-height: 1.6;
  color: #606266;
  height: 100%;
}
.doc-modal-body .doc-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.3rem;
}
.doc-loading,
.doc-empty {
  text-align: center;
  padding: 2rem 0;
  color: #909399;
  font-size: 0.6rem;
}
.action-bar {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.3rem;
  margin-left: 0.2rem;
  align-items: center;
}
.action-bar .btnBox {
  position: relative;
  right: auto;
  bottom: auto;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #d0d3d9;
  background: #fff;
  color: #909399;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.action-bar .btnBox:hover {
     border-color: #909399;
    color: #909399;
}
.action-bar .btnBox.active {
  border-color: #188fff;
  color: #188fff;
  background: #e6f2ff;
}
.action-bar .btnBox .glyphicon {
  font-size: 0.65rem;
}
.action-bar .btnTts {
  background: linear-gradient(135deg, #3d7eef 0%, #2667d6 100%);
  border-color: #2667d6;
  box-shadow: 0 2px 8px rgba(24, 143, 255, 0.4);
}
.action-bar .btnTts img {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  animation: turn 1s linear infinite;
  filter: brightness(0) invert(1);
}
.action-bar .btnBox.playing {
  animation: action-pulse 1.5s ease-in-out infinite;
  border-color: #188fff;
  color: #188fff;
}
.action-loading {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.action-loading img {
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.feedback-reason-box {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}
.feedback-reason-item {
  padding: 0.35rem 1rem;
  border: 1px solid #dcdcdc;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 0.7rem;
  color: #333;
  transition: all 0.2s;
  user-select: none;
}
.feedback-reason-item:hover {
  border-color: #188fff;
  color: #188fff;
}
.feedback-reason-item.active {
  border-color: #188fff;
  color: #188fff;
  background: #e6f2ff;
}
.feedback-other-input {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0 0.2rem;
}
.feedback-other-text {
  width: 100%;
  padding: 0.5rem 0.7rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #333;
  background: #fff;
  outline: none;
  resize: none;
  min-height: 70px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.feedback-other-text:focus {
  border-color: #188fff;
}
.feedback-other-text::placeholder {
  color: #bbb;
}
@keyframes action-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(24, 143, 255, 0.3); }
  50% { box-shadow: 0 0 0 6px rgba(24, 143, 255, 0); }
}
/* ========== 全局样式结束 ========== */

.hiddenImg {
  display: none;
}


@media (max-width: 768px) {
  .right-hot-question{
        padding: 0.75rem 1rem 1rem;
        display: flex;
        flex-direction: column;
        height: 100%;
  }

  .hotQuestionMore {
    display: block;
  }

  .menuStandeard1 .menuStandeardMore {
    display: none;
  }

   .menuTop {
    text-align: left;
    max-height: 11rem;
    overflow-y: auto;
    padding-left: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menuTop::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .menuTopItem {
    width: 104px;
    border: 1px solid #a3cefc;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 0.6rem;
    padding: 10px 8px;
    line-height: 0.6rem;
    background: #fff;
    color: #2b63e9;
    cursor: pointer;
    transition: 0.1s;
    margin: 3px;
  }

    .rhead {
        padding: 0.9rem 0.6rem 0.6rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
        font-weight: 600;
        background: #e1e9fc;
        border-top: 2px solid #d0d3dd;
    }
.menuTopItem:hover {
  opacity: 0.8;
}

.menuTopItem.active {
  /* background: #3291f7; */
  color: #ffffff;
  /* border: 1px solid #3291f7; */
  background: linear-gradient(90deg, #71a3f8 0%, #2667d6 100%);
}
  .hiddenImg {
    display: none;
  }

  .base-container {
    display: none;
  }

  .left5 {
    margin-right: 10px;
  }

  .myskinContent {
    z-index: 19891019;
    width: 100% !important;
    height: 510px;
    top: auto !important;
    bottom: 1px !important;
 
    left: 0px !important;
    overflow: visible;
border-radius: 0.8rem;

  }

  .css-1nwte17 {
    font-size: 0.5rem;
    color: #667085;
    font-weight: 400;
  }

  .css-f4b2j7 {
    flex: 0 1 0%;
    /* padding-inline-start:1.5rem; */
    padding-inline-end: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(251, 251, 252);
    border-bottom: 1px solid rgb(244, 246, 248);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    font-size: 16px;
    font-weight: 700;
  }

  .css-1ip0143 {
    object-fit: contain;
    width: 20px;
    height: 20px;
    border-radius: 0.375rem;
  }

  .css-12s4rpl {
    margin-left: 0.75rem;
    color: #111824;
    font-weight: 500;
  }

  .css-5arv8s {
    display: flex;
 
    border-color: #C5D7FF;
    -webkit-box-align: center;
    align-items: flex-start;
    font-size: 16px;
  }
.css-0{
  color: #2B5FD9;
    background: #F0F4FF;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.5rem;
    /* 核心新增：解决换行问题 */
    min-width: 40px; /* 最小宽度，确保容纳“14”（可根据实际调整） */
    display: inline-block; /* 让盒子随内容宽度自适应，且不独占一行 */
    text-align: center; /* 可选：让数字居中显示，视觉更美观 */
    white-space: nowrap; /* 强制文字不换行（关键） */
}
  .css-x23m55 {
    border-right-color: var(--chakra-colors-primary-700);
    border-right-width: 1px;
    height: 14px;
    margin-inline-start: var(--chakra-space-2);
    margin-inline-end: var(--chakra-space-2);
  }

  .css-dw5ttn {
    font-size: var(--chakra-fontSizes-xs);
  }

  .css-1fgw3hd {
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    margin-bottom: var(--chakra-space-1);
  }

  .css-1bpp37t {
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    border-width: 1px;
    border-radius: 0.375rem;
    margin-right: 2px;
    color: rgb(111, 93, 215);
    background: rgb(240, 238, 255);
    border-color: rgb(211, 202, 255);
  }

  .css-12bg8nh {
    transform: scale(0.9);
  }

  .css-m6r3o1 {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    height: 4px;
    width: 100%;
    background: rgb(232, 235, 240);
  }

  .css-czxh72 {
    height: 100%;
    /* transition-property: var(--chakra-transition-property-common); */
    transition-duration: 300ms;
    background-color: #805AD5;
    border-radius: 20px;
  }

  .css-79elbk {
    position: relative;
  }

  .css-79elbk td {

    border: 1px solid;

  }

  .css-70qvj9 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .css-5zrgzv {
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: var(--chakra-colors-myGray-500);
    width: 14px;
    height: auto;
    box-sizing: content-box;
    vertical-align: top;
    fill: currentcolor;
    margin-right: var(--chakra-space-1);
  }

  .css-qo1q80 {
       color: #667085;
    /* font-weight: 700; */
    display: inline-flex;
    white-space: nowrap;
  }

  .css-2xp4qi {
    flex: 1 0 0px;
    padding: var(--chakra-space-2);
    border-radius: 0.375rem;
    border: 1px solid rgb(223, 226, 234);
    background: var(--chakra-colors-myWhite-500);
  }

  .css-1lgi0mt {
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    width: 1rem;
    height: auto;
    box-sizing: content-box;
    vertical-align: top;
    fill: currentcolor;
    margin-right: var(--chakra-space-2);
  }

  .textEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .css-1lgi0mt {
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    width: 1rem;
    height: auto;
    box-sizing: content-box;
    vertical-align: top;
    fill: currentcolor;
    margin-right: 0.5rem;
  }

  .css-1adujo5 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    font-size: var(--chakra-fontSizes-sm);
    word-break: break-all;
    height: 100%;
    flex-direction: column;
  }

  .css-185djds {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .css-1y3x0yc {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 7px;
    gap: 10px;
    color: #667085;
    font-size: 12px;
  }

  .myskinContent .layui-layer-title {
    padding: 5px 80px 0 20px !important;
    height: 52px !important;
    line-height: normal !important;
  }

  .css-vvcgd3 {
    max-width: 200px;
    word-break: break-all;
  }

  .textEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .css-1j7mzlo {
    color: #111824;
    font-weight: 500;
    display: inline-flex;
    white-space: nowrap;

  }

  .css-69i1ev {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  .css-8atqhb {
    width: 100%;
  }

  .css-12y02ob {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.5em 0 0;
    gap: var(--chakra-space-2);
  }

  .css-1oqdn2q {
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: var(--chakra-colors-myGray-900);
    width: 14px;
    height: auto;
    box-sizing: content-box;
    vertical-align: top;
    fill: currentcolor;
    margin: 0 10px 0 -10px;

  }

  .css-aldedn {
    color: orange;
    /* font-size:0.875rem; */
  }

  .css-1slyee5 {
    height: 0;
    background: none;
    border: none;
    border-top: 1px dashed #a1a5ac;
    margin-top: var(--chakra-space-1);

    /* 关键代码：使用负margin抵消父级padding */
    margin-left: calc(-1 * var(--parent-padding-left, 10px));
    margin-right: calc(-1 * var(--parent-padding-right, 10px));
    width: calc(100% + var(--parent-padding-left, 10px) + var(--parent-padding-right, 10px));
  }
.menuTop1{
  text-align: left;
    max-height: 9rem;
    overflow-y: auto;
    /* padding-left: 10px; */
    scrollbar-width: thin;
    -ms-overflow-style: none;
    padding-bottom: 0.6rem;
}
  .css-taf1xc {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0.3rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .css-9uomx0 {
    display: inline-flex;
    padding-inline-start: 0.625rem;
    padding-inline-end: 0.625rem;
    line-height: 1;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;

    background: transparent;
    cursor: pointer;
    border: 1px solid #6593ef;
    color: #188FFF;
  }

  .css-1fd49jt {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: var(--chakra-space-2);
    overflow: hidden;
  }

  .css-1baulvz {
    display: inline-block;
  }

  .css-l04kgc {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* font-size: 14px; */
    /* border: 1px solid #E8EBF0; */
    padding: 0px 5px 5px;
    padding-inline-start: 10px;
    padding-inline-end: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    /* cursor: pointer; */
  }

  .css-vml4m9 {
    display: inline-block;
    line-height: 1em;
    color: currentcolor;
    width: 18px;
    height: auto;
    box-sizing: content-box;
    vertical-align: top;
    fill: currentcolor;
    margin-right: 5px;
    flex-shrink: 0;
  }

  .css-2bm0ma {
    word-break: break-all;
    flex: 1 0 0px;
  }

  .textEllipsis3 {
    -webkit-line-clamp: 3;
  }

  .textEllipsis2,
  .textEllipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .head {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    height: 2.5rem;
    position: absolute;
    padding: 0 0.5rem;
    /* background: #188FFF; */
    background: #fff;
    color: #33353d;
    line-height: 2.5rem;
    box-shadow: 0px 10px 10px #e1e1e1;
    font-size: 0.9rem;
    display: none;
  }

  .yesImg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
  }

  .tool {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .deepThinking {
    /* bottom: 4rem;
    left: 0.5rem;
    position: absolute; */
    background: white;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    font-size: 12px;

  }

  .deepThinkinged {
    color: rgb(84, 128, 223);
    background-color: #edf2fd !important;

    border: 1px solid #bdcff7;

  }

  .describtion {
    /* font-size: 0.8em; */
    font-size: 0.65rem;
    color: #c0c4cc;
  }

  .describtion2 {
    font-size: 0.9rem;
    color: #c0c4cc;
    border-right: 1px solid c0c4cc;
  }

  .main {
    top: 0rem;
    bottom: 75px;
    left: 0rem;
    right: 0rem;
    position: absolute;
    padding: 1.9rem 0.5rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding-right: 12.9rem;
    padding-top: 1rem;
    /* padding-bottom: 8rem; */
  }

  .main::-webkit-scrollbar {
    display: none;
  }

  .input {
    background: #edf2fd;
    /* box-shadow: 0 -2px 4px #e7e9ed; */
    height: 98px;
    bottom: 0rem;
    left: 0rem;
    right: 11.5rem;
    position: absolute;
    padding: 0.5rem;
  }

  /* .input2 {
    height: 7.5rem;
  } */



  #form_input {
    position: relative;
    height: 80px;
    border: 1px solid #aecdff;
    background: #fafbfd;
    border-radius: 1rem;
  }

  .inputBox.focus {
    /* border: 1px solid #188FFF; */
  }

  .inputBox textarea {
    /* float: left; */
    height: 3.5rem;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  .inputBox input {
    /* float: left; */
    /*height: 3.5rem;*/
    width: 100%;
    height: 1rem;
    padding-right: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  .inputBox img {
    /* position: absolute;
        right: 0px;
        height: 100%;
        width: 2rem;
        border: none;
        padding: 0.6rem; */
    height: 0.8rem;
    /* margin: 0.5rem 0.5rem 0.2rem; */
    cursor: pointer;
    float: left;
  }

  .dialog {
    position: relative;
    margin-top: 1rem;
    padding: 0 2rem 1rem 1.1rem;
  }

  .dialog .portrait {
    width: 2rem;
    height: 2rem;
    float: left;
    padding: 0rem;
  }

  .dialog.user .portrait {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0rem;
  }

  .dialog.robot .portrait {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: -0.5rem;
  }

  .dialog.robot {
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .dialog.user {
    padding-left: 2rem;
    text-align: right;
  }

  .dialog .dialogText {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 1rem;
    border-radius: 0.8rem;
    background: #f1f2f5;
    /* width: 100%; */
    max-width: 55%;
    position: relative;
    left: 0.2rem;
  }
.hotBtn{
      position: fixed;
    bottom: 14rem;
    right: 0;
    width: 2.0rem;
    padding: 0.3rem 0 0.3rem 0.5rem;
    background: #5781e5;
    border-radius: 1.5rem 0 0 1.5rem;
    color: #fff;
    z-index: 99;
}
.hotBtn.hot-btn-hidden {
    display: none;
}
  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .btnBox {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
        background: linear-gradient(90deg, #71a3f8 0%, #2667d6 100%);

    text-align: center;
    line-height: 1rem;
    color: #fff;
    font-size: 0.5rem;
    transition: 0.3;
    cursor: pointer;
  }

  .btnTts img {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem auto;
    animation: turn 1s linear infinite;
  }

  @keyframes turn {
    0% {
      -webkit-transform: rotate(360deg);
    }

    25% {
      -webkit-transform: rotate(270deg);
    }

    50% {
      -webkit-transform: rotate(180deg);
    }

    75% {
      -webkit-transform: rotate(90deg);
    }

    100% {
      -webkit-transform: rotate(0deg);
    }
  }

  .btnBox:hover {
    opacity: 0.8;
  }

  .dialog .dialogTextSelect:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -0.4rem;
    position: absolute;
    width: 0;
  }


  .dialog .dialogTextAction:before {
    border: solid transparent;
    /* content: " "; */
    height: 0;
    left: -0.6rem;
    position: absolute;
    width: 0;
  }

  .dialog .dialogText:after {
    border-width: 9px;
    border-right-color: #ccc;
    top: 15px;
  }

  /* .dialog .dialogText:before {
    border-width: 6px;
    border-right-color: #fff;
    top: 0.75rem;
  } */

  .dialog.user .portrait {
    width: 1.5rem;
    height: 1.5rem;
    /* position: absolute;
        right: 0px; */
  }

  .dialog.user .dialogText {
    width: auto;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
        background: linear-gradient(90deg, #a3c0f0 0%, #517bdd 100%);

    /* position: absolute; */
    right: 0.2rem;
    left: inherit;
    top: 0rem;
    text-align: left;
    word-break: break-all;
    position: relative;
  }

  .dialog.user .dialogText:before {
    border: solid transparent;
    /* content: " "; */
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
  }

  .dialog.user .dialogText:after {
    border-width: 9px;
    border-left-color: #ccc;
    top: 15px;
  }

  .dialog.user .dialogText:before {
    border-width: 6px;
    border-left-color: #188fff;
    top: 0.75rem;
  }

  /* a:visited {
        color: #F00;
    } */

  /* a {
        color: #188FFF;
        text-decoration: underline;
    } */

  .right-info {
    width: 11rem;
    background: #ffffff;
    top: 3rem;
    bottom: 0;
    right: 0rem;
    position: absolute;
    /* padding: 0.5rem; */
    overflow: hidden;
  }

  .sendBtnH51:hover {
    opacity: 0.9;
  }

  .sendBtnH51:active {
    opacity: 0.8;
  }

  .sendBtnH51 {
    background: #188fff;
    color: #fff;
    padding: 0;
    cursor: not-allowed;
    transition: 0.3s;
    border-radius: 0.1rem;
    /* opacity: 0.6; */
    position: absolute;
    right: 0px;
    width: 60px;
    line-height: 44px;
    text-align: center;
  }

  .sendBtn:hover {
    opacity: 0.5;
  }

  .tool_logo {
    height: 2.25rem;
    width: inherit;
  }

  .currentServer {
    text-align: center;
  }

  /* .currentServer img {
    width: 1.5rem;
    height: 1.5rem;
  } */

 .hello {
 padding: 2rem 2.5rem;
        color: #6b6d72;
        font-size: 0.7rem;
        display: inline-block;
        border-radius: 0.4rem;
        position: relative;
        min-width: 10rem;
        max-width: 20rem;
        min-height: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: url(../image/pchello-bg.png) no-repeat center center;
        background-size: 100% 45%;
        z-index: 1;
}

.hello-logo {
    position: absolute;
    left: 10px;  /* 根据实际logo位置调整 */
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;   /* 固定宽度 */
    height: 3rem;  /* 固定高度 */
    object-fit: contain;
}

  .hello span {
    color: #188fff;
  }

  .dialog .dialogText.dialogTextSelect {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    /* padding: 0.3rem 1rem; */
    padding: 0;
    border-radius: 0.2rem;
    background: transparent;
    /* width: 100%; */
  }

  .dialog .dialogText.dialogTextSelect .selectTit {
    width: auto;
    display: inline-block;
    min-height: 2rem;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.8rem;
    background: #f1f2f5;
    /* width: 100%; */
    word-break: break-all;
    position: relative;
    left: 0.2rem;
    letter-spacing: 0;
    color: #000;
  }

  /* .dialog .dialogText.dialogTextSelect .selectTit:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -0.6rem;
    position: absolute;
    width: 0;
  } */

  .dialog .dialogText.dialogTextSelect .selectTit:after {
    border-width: 9px;
    border-right-color: #ccc;
    top: 15px;
  }

  /* .dialog .dialogText.dialogTextSelect .selectTit:before {
    border-width: 6px;
    border-right-color: #fff;
    top: 0.75rem;
  } */

  .dialog .dialogText.dialogTextSelect .selectAnswer,
  .dialog .dialogText.dialogTextSelect .selectAnswer {
    margin-top: 0.6rem;
    min-height: 2rem;
    min-width: 85%;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.6rem;
    background-color: #fff;
    display: inline-block;
    word-break: break-all;
    position: relative;
    padding-right: 1.5rem;
    /* background-image: url('../image/right.png');
        background-repeat: no-repeat;
        background-position: right 0.47rem;
        background-size: .7rem .7rem;
        padding-right: 1.5rem; */
    cursor: pointer;
    left: 0.2rem;
    border: 1px solid #dedddd
  }

  .dialog .dialogText.dialogTextSelect .selectAnswer span {
    position: absolute;
    right: 0.5rem;
    font-size: 0.5rem;
    top: 0.65rem;
    color: #188fff;
  }

  a {
    color: #188fff;
    text-decoration: none;
  }

  .dialog .dialogText.dialogTextSelect .selectAnswer:hover a {
    color: #188fff;
    text-decoration: underline;
  }

  .selectAnswerModel {
    margin-top: 0.6rem;
    min-height: 2rem;
    min-width: 85%;
    line-height: 1.4rem;
    font-size: 0.65rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.2rem;
    background-color: #fff;
    display: inline-block;
    word-break: break-all;
    position: relative;
    padding-right: 1.5rem;
    /* background-image: url('../image/right.png');
        background-repeat: no-repeat;
        background-position: right 0.47rem;
        background-size: .7rem .7rem;
        padding-right: 1.5rem; */
    cursor: pointer;
    left: 0.2rem0;
  }

  .selectAnswerModel span {
    position: absolute;
    right: 0.5rem;
    font-size: 0.5rem;
    top: 0.65rem;
    color: #188fff;
  }

  a {
    color: #188fff;
    text-decoration: none;
  }

  .selectAnswerModel:hover a {
    color: #188fff;
    text-decoration: underline;
  }

  .changeTips {
    color: #188fff;
    position: relative;
    left: 0.2rem;
    /* background-image: url('../image/sx.png');
        background-position: right center;
        background-size: 0.7rem 0.7rem;
        background-repeat: no-repeat; */
    display: inline-block;
    padding: 0.6rem 0.5rem;
    font-size: 0.65rem;
    cursor: pointer;
  }

  .changeTips span {
    font-size: 0.6rem;
  }

  .rhead {
    border-bottom: 1px solid #bfc3cb;
    padding: 0.7rem 1rem 0.6rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
  }

  .rhead .glyphicon {
    color: #bfc3cb;
  }

  #code {
    width: 6.5rem;
    margin: 0.8rem auto 1rem;
    display: block;
  }

  .miniName {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0 2rem;
    text-align: center;
    font-size: 0.65rem;
    margin-bottom: 0.8rem;
  }

  .miniLabel {
    display: block;
    border: 1px solid #000;
    border-radius: 0.25rem;
    line-height: 1rem;
    text-align: center;
    color: #000;
    width: 5rem;
    margin: 0.7rem auto;
    padding: 0.25rem 0;
  }

  .playRow {
    text-align: right;
  }

.hotskinContent .layui-layer-title {
    padding: 5px 80px 0 20px !important;
    height: 52px !important;
    line-height: normal !important;
  }
  .hotskinContent {
    z-index: 19891019;
    width: 100% !important;
    height: 510px;
    top: auto !important;
    bottom: 1px !important;
 
    left: 0px !important;
    overflow: visible;
border-radius: 0.8rem;

  }
  .hotskinContent .layui-layer-title {
  padding: 5px 80px 0 20px !important;
  height: 47px !important;
  line-height: normal !important;
border-radius: 0.8rem 0.8rem 0 0;
}

.hotskinContent .layui-layer-content {
  height: 463px !important;
}

  .rightHeadImg1 {
    height: 0.9rem;
    position: relative;
    top: -0.1rem;
  }

  #container {
    text-align: center;
    height: 1.5rem;
    margin: 0.1rem 0;
  }

  #container .one {
    animation: yuying1 1s infinite;
    -webkit-animation: yuying1 1s infinite;
  }

  #container .two {
    animation: yuying1 1s infinite 0.3s;
    -webkit-animation: yuying1 1s infinite 0.3s;
  }

  #container .three {
    animation: yuying1 1s infinite 0.5s;
    -webkit-animation: yuying1 1s infinite 0.5s;
  }

  #container .four {
    animation: yuying1 1s infinite 0.7s;
    -webkit-animation: yuying1 1s infinite 0.7s;
  }

  #container .five {
    animation: yuying1 1s infinite 0.9s;
    -webkit-animation: yuying1 1s infinite 0.9s;
  }

  #container .six {
    animation: yuying1 1s infinite 1.1s;
    -webkit-animation: yuying1 1s infinite 1.1s;
  }

  #container .seven {
    animation: yuying1 1s infinite 1.3s;
    -webkit-animation: yuying1 1s infinite 1.3s;
  }

  .wave {
    width: 2px;
    /* height: 100%; */
    margin: 0 3px;
    border-radius: 50px;
    background-color: #188fff;
    vertical-align: middle;
    display: inline-block;
  }

  @keyframes yuying1 {
    0% {
      height: 10%;
    }

    50% {
      height: 90%;
    }

    100% {
      height: 10%;
    }
  }

  @keyframes yuying2 {
    0% {
      height: 50%;
    }

    25% {
      height: 90%;
    }

    50% {
      height: 50%;
    }

    75% {
      height: 10%;
    }

    100% {
      height: 50%;
    }
  }

  #luyin {
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    box-sizing: border-box;
    padding: 15px 10px;
    background-color: #4c4c4c;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #luyin .text {
    text-align: center;
    font-size: 12px;
    color: #f7f7f7;
    margin-top: 5px;
  }

  .voiceIcon {
    height: 1rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.2rem;
  }

  .sendVoice {
    text-align: center;
  }

  .sendBtnH51 {
    background: #188fff;
    color: #fff;
    padding: 0;
    cursor: not-allowed;
    transition: 0.3s;
    border-radius: 0.1rem;
    /* opacity: 0.6; */
    position: absolute;
    right: 0px;
    width: 60px;
    line-height: 44px;
    text-align: center;
  }

  .sendVoice .sendBtn {
    background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    opacity: 1;
    transition: 0.9s;
  }

  .sendVoice .sendBtn:hover {
    opacity: 0.9;
  }

  #dataInput {
    padding-bottom: 0px;
    padding-top: 0px;

    /*line-height: 44px;*/
  }

  .small-box {
    padding: 4px 6px;
    background: #fff;
    border-radius: 15px;
    /* border: 1px solid #ddd; */
    white-space: nowrap;
    overflow: visible;
    flex-shrink: 0;
    color: #6895f0;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
  }

  .hot-container {
    position: absolute;
    left: 0rem;
    right: 0rem;
    bottom: 4.7rem;
    height: 2.15rem;
    background: #edf2fd;
    /* display: none; */
  }

  .active-hot-container {
    display: block;
  }

  .hot-container-content {
    position: relative;
    padding: 0 10px;
    height: 100%;
  }

  /* @media (max-width: 768px) { */
  .right-info {
    display: none;
  }

  .main {
    padding: 0.5rem;
    padding-right: 0.5rem;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .dialog .dialogText {
    max-width: 100%;
    word-break: break-all;
    text-align: justify;
  }

  .input {
    right: 0;
  }

  /* } */

  .sendBtnH5 {
    background: #188fff;
    color: #fff;
    padding: 0;
    cursor: not-allowed;
    transition: 0.3s;
    border-radius: 0.1rem;
    /* opacity: 0.6; */
    position: absolute;
    right: 0px;
    width: 60px;
    line-height: 44px;
    text-align: center;
    opacity: 0.6;
  }

  .typeText1 {
    padding-top: 0.2rem;
    text-align: right;
    padding-bottom: 0.3rem;
    padding-right: 0.2rem;
    overflow: hidden;
    line-height: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  .typeText1 .deepThinking {
    background: white;
    padding: 0.3rem 0.3rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    border: 1px solid #dcdddf;
    float: left;
    overflow: hidden;
    margin-left: 0.4rem;
    border-radius: 8px;
    line-height: 1;
    display: inline-block;
  }

  #voiceBtn1 {
    height: 0.8rem;
    margin: 0.2rem 1rem 0.2rem;
    cursor: pointer;
    vertical-align: middle;
  }

    .sendBtn1 img{
    /* background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: relative;
    z-index: 11; */
    width: 1.2rem;
    height: 1.2rem;
  }


  .sendBtn img{
    /* background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: relative;
    z-index: 11; */
    width: 1.2rem;
    height: 1.2rem;
  }

  .sendBtnStop img {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }

  .quoteImg {
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
  }
 .quoteContent {
    cursor: pointer;
     padding-left: 0.7rem !important;

 }
 .quetoBox{
  border: 1px solid #8f8f8f;
    padding: 3px 5px;
    border-radius: 8px;
}
  .quoteContent span {
    /* margin: 0 0.5rem; */
    margin-right: 0.5rem;
    vertical-align: middle;
    color: #8f8f8f;
    cursor: pointer;

  }

  .quoteMoreImg {
    width: 0.4rem;
    height: 0.4rem;
    cursor: pointer;

  }
  .deepImg1 {
   width: 12px;
    height: 12px;
    margin-bottom: 1px;
    margin-right: 2px;
  }

  .deepImg {
     width: 12px;
    height: 12px;
    margin-bottom: 1px;
    margin-right: 2px;
  }

  .inputBox {
    width: 100%;
    background: #fafbfd;
    /* border: 1px solid #ECEFF5; */
    border-radius: 0.1rem;
    position: absolute;
    left: 0px;
    right: 68px;
    /* border: 1px solid #eceff5; */
    /* border: 1px solid #F00; */
    height: 44px;
    padding: 12px 12px 12px 6px;
    display: flex;
    border-radius: 1rem;
  }

  .inputBox textarea {
    /* float: left; */

    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  .inputBox input {
    /* float: left; */
    /*height: 3.5rem;*/
    width: 100%;
    padding-right: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  .right-info {
    display: none;
  }

  .typeText7 {
    display: none;
  }
  .typeText {
    display: none;
  }
  .typeInput {
    display: inline;
  }

  .main {
    padding: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem !important;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .dialog .dialogText {
    max-width: 100%;
    word-break: break-all;
    text-align: justify;
  }

  .input {
    right: 0;
  }

  .scroll-btn-group {
    position: fixed;
    right: 0.8rem;
    bottom: 7.5rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .scroll-btn {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 1px solid #d0d3d9;
    background: #fff;
    color: #909399;
    font-size: 0.7rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.2s;
    box-shadow: 0 2px 6px rgba(24, 143, 255, 0.3);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  .scroll-btn.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .scroll-btn:hover,
  .scroll-btn:active {
    border-color: #188fff;
    color: #188fff;
    box-shadow: 0 5px 14px rgba(24, 143, 255, 0.45);
  }

  .source-header,
  .source-item {
    font-size: 0.5rem;
  }

  .source-item {
    max-width: 6rem;
  }

}
@media (max-width: 768px) {
     .modalContent {
                width: 90%;
                padding: 0 0px 10px 27px !important;
                box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
            }
}
.layui-layer-border .myskin{
  border: none !important;
}
.layui-layer.myskin {
  -webkit-overflow-scrolling: touch;
  top: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: none;
  border:none !important;
}

.modeText {
  background-image: linear-gradient(90deg, #FF0000, #0000FF);
 /* background-image: linear-gradient(90deg, rgba(255,0,0,0.3), rgba(0,0,255,0.3)); */
  background-clip: text;
  -webkit-background-clip: text; /* 兼容 Safari / Chrome */
  color: transparent;
  width: fit-content;
  background-clip: text;
  color: transparent;
  width: fit-content;
  opacity: 0.8;
}
.dot2::after{
  content: '...';
    position: absolute;
    animation: dots 1.5s infinite;
}
.loading-icon {
    display: inline-block;      /* 必须设置为块级，transform才能生效 */
    vertical-align: middle;     /* 与文字垂直居中对齐 */
    animation: spin 1.5s linear infinite; /* 应用旋转动画：1.5秒一圈，匀速，无限循环 */
}

/* 2. 确保内部的图片也是块级且尺寸合适（可选） */
.loading-icon img {
    display: block;
    width: 16px; /* 根据你的图标大小调整，比如 16px 或 20px */
    height: 16px;
}

/* 3. 定义旋转动画 */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ========== layer弹窗公共样式 ========== */

/* PC端：简繁体弹窗和评价框弹层最小宽度400px */
@media (min-width: 769px) {
  .layui-layer.lang-confirm-skin,
  .layui-layer.feedback-layer-skin {
    min-width: 400px !important;
  }
}

/* 移动端：简繁体弹窗、评价框弹层和 myskin 弹窗左右留出间距 */
@media (max-width: 768px) {
  .layui-layer.lang-confirm-skin,
  .layui-layer.feedback-layer-skin {
    width: 90% !important;
    left: 50% !important;
    margin-left: -45% !important;
  }
  /* myskin 用固定左右边距避免百分比导致的子像素渲染出现底部横线 */
  .layui-layer.myskin {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    margin-left: 0 !important;
  }
}

/* ========== source-box 移动端（允许换行） ========== */
@media (max-width: 768px) {
  .source-box {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    border: 1px solid #dcdddf;
    border-radius: 8px;
    background: #fff;
    padding: 0rem 0.3rem;
    cursor: pointer;
    user-select: none;
            line-height: 1rem;
  }
  .source-box:hover {
    border-color: #bdcff7;
    background-color: #f5f7fa;
  }
  .source-box.expanded:hover {
    background: #fff;
    border-color: #dcdddf;
  }
  .source-box.expanded {
    display: flex;
    flex-wrap: nowrap;
  }
  .source-header {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    cursor: pointer;
    user-select: none;
    color: #606266;
    font-size: 0.55rem;
    flex-shrink: 0;
  }
  .source-header .source-icon {
    font-size: 0.55rem;
    display: inline-flex;
    align-items: center;
  }
   .source-box.expanded .source-header {
    display: none !important;
  }
  .source-header .source-label {
    font-size: 0.55rem;
  }
  .source-header .source-arrow {
    font-size: 0.8rem;
    margin-left: 0.1rem;
  }
  .source-box:hover .source-header {
    color: #188fff;
  }
  /* 展开态 — header 隐藏，content 显示 */
  .source-box.expanded .source-header {
    display: none !important;
  }
  .source-box.expanded .source-header .source-arrow {
    transform: rotate(90deg);
  }
  .source-content {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    overflow: hidden;
    flex-wrap: nowrap;
    max-width: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    flex: 0 0 0;
    min-height: 0;
    border: 0;
    height: 0;
    pointer-events: none;
  }
  .source-box.expanded .source-content {
    max-width: 100%;
    opacity: 1;
    padding: 0;
    flex: 1 1 auto;
    pointer-events: auto;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .source-box.expanded .source-list {
    flex-wrap: wrap;
  }
  .source-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    overflow: hidden;
    flex: 1;
    min-width: 0;
  }
  .source-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 0.55rem;
    color: #188fff;
    padding: 0.15rem 0.4rem;
    background: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
    max-width: 8rem;
  }
  .source-item .file-icon {
    color: #188fff;
    font-size: 0.55rem;
    flex-shrink: 0;
  }
  .source-item .file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  .source-tooltip {
    position: fixed;
    max-width: 20rem;
    min-width: 14rem;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 0.3rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 0.5rem 0.6rem;
    z-index: 1000;
    display: none;
    font-size: 0.5rem;
    line-height: 1.5;
    color: #606266;
    pointer-events: none;
  }
  .source-tooltip .tt-title {
    font-weight: 600;
    color: #303133;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.55rem;
  }
  .source-tooltip .tt-body {
    max-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .source-collapse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #909399;
    font-size: 1.2rem;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    line-height: 1;
  }
  .source-collapse:hover {
    color: #188fff;
  }

  .docSkinContent .layui-layer-title {
    padding: 0 20px;
    border-bottom: 1px solid #e4e7ed;
    line-height: 42px;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}