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%);
}
@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;
}
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;
}

.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: rgb(245, 245, 245);
    /* border-top: 1px solid #eee; */
}

/* 折叠状态 */
.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) {
    .base-container {
    position: absolute;
    left: 0rem;
    right: 17.5rem;
    bottom: 8.9rem;
    height: 2.15rem;
    background: #fff;
    display: block;
  }
  .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%;
    /*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; */
    }
  }

  @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; */
    }
  }

  .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;
  }

  .tool {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .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: 2.5rem;
    bottom: 8rem;
    left: 0rem;
    right: 0rem;
    position: absolute;
    padding: 1.9rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f0f2f5;
    padding-right: 17.9rem;
    padding-top: 1rem;
    /* padding-bottom: 8rem; */
  }

  .main::-webkit-scrollbar {
    display: none;
  }
  .deepThinking{
    /* bottom: 7.6rem;
    left: 0.5rem;
    position: absolute; */
    background: white;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    border: 1px solid;
  }
  .deepThinkinged{
    color: rgb(84, 128, 223);
    background-color: rgb(210, 227, 252);
  }
  .input {
    background: #ffffff;
    border-top: 1px solid #d3d9dc;
    /* height: 7.5rem; */
    bottom: 0rem;
    left: 0rem;
    right: 17.5rem;
    position: absolute;
    padding: 0.5rem;
  }

  .inputBox {
    width: 100%;
    height: 5rem;
    background: #fafbfd;
    /* border: 1px solid #ECEFF5; */
    border-radius: 0.1rem;
    position: relative;
  }

  #form_input {
    border: 1px solid #eceff5;
    background: #fafbfd;
  }

  .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;
  }

  .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.2rem;
    background: #ffffff;
    /* width: 100%; */
    max-width: 80%;
    position: relative;
    left: 0.2rem;
    word-break: break-all;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
  }

  .btnBox {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: #188fff;
    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: 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 0.5rem;
    border-radius: 0.2rem;
    color: #fff;
    background: #188fff;
    /* 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: 17rem;
    background: #ffffff;
    top: 2.5rem;
    bottom: 0;
    right: 0rem;
    position: absolute;
    /* padding: 0.5rem; */
    overflow: hidden;
    border: 2px solid #f0f2f5;
  }

  .sendBtn1 {
    background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.1rem;
    position: relative;
    z-index: 11;
  }

  .sendBtn1:hover {
    opacity: 0.9;
  }

  .sendBtn1:active {
    opacity: 0.8;
  }

  .sendBtn {
    background: #188fff;
    color: #fff;
    padding: 0.2rem 0.7rem;
    cursor: not-allowed;
    transition: 0.3s;
    border-radius: 0.1rem;
    opacity: 0.6;
  }

  .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 {
    line-height: 1.5rem;
    padding: 0 0.8rem;
    background: #e4e7ed;
    color: #6b6d72;
    font-size: 0.7rem;
    display: inline-block;
    border-radius: 0.2rem;
    margin-top: 0.6rem;
  }

  .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 1rem;
    border-radius: 0.2rem;
    background: #fff;
    /* 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.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;
  }

  .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.2rem 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: block;
  }

  .rhead {
    padding: 0.9rem 0.6rem 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;
    color: #000;
    border: 1px solid #000;
    border-radius: 0.25rem;
    line-height: 1rem;
    text-align: center;
    width: 5rem;
    margin: 0.7rem auto;
    padding: 0.25rem 0;
  }

  .playRow {
    text-align: right;
  }

  .rightHeadImg {
    height: 0.8rem;
    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: 2.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: none;
    -ms-overflow-style: none;
  }

  .menuTop::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

  .menuTopItem {
    width: 100px;
    border: 1px solid #bdd8ff;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 0.6rem;
    padding: 8px 6px;
    line-height: 0.6rem;
    background: #eaf4fe;
    color: #188fff;
    cursor: pointer;
    transition: 0.1s;
    margin: 3px;
  }

  .menuTopItem:hover {
    opacity: 0.8;
  }

  .menuTopItem.active {
    background: #3291f7;
    color: #ffffff;
    border: 1px solid #3291f7;
  }

  .menuStandeard {
    /* padding: 0 0.6rem; */
    /* max-height: 14rem;
      height: calc(100%-14rem); */
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .menuStandeard::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

  .menuStandeardItem {
    transition: 0.2s;
    cursor: pointer;
    line-height: 1.25rem;
    /* font-weight: 600; */
    font-size: 0.7rem;
    padding: 0 0.6rem;
  }

  .menuStandeardItemDiv {
    padding: 0.35rem 0;
    border-bottom: 1px dashed #ebebeb;
  }

  .menuStandeardItem:hover {
    opacity: 0.8;
    background-color: #eaf4fe;
    color: #188fff;
  }

  .menuStandeardItem.current {
    opacity: 0.8;
    background-color: #eaf4fe;
    color: #188fff;
  }

  .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 #a7a9ad;

}
.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 rgb(223, 226, 234);
    background:#FFFFFF;
}
.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;
 
}
.myskinContent .layui-layer-content{
  height: 463px !important;
}
.css-1nwte17 {
    font-size:0.6rem;
    color:#667085;
    font-weight: 400;
}

.css-5arv8s {
    display: flex;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.5rem;
    color: #2B5FD9;
   background: #F0F4FF;
    border-width: 1px;
    border-color: #C5D7FF;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
}
.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: #000000;
    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;
}

}
@media (max-width: 768px) {
    .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;
  }
  .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;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0.5rem;
    color: #2B5FD9;
   background: #F0F4FF;
    border-width: 1px;
    border-color: #C5D7FF;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
}
.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: #000000;
    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));
}
.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 #a7a9ad;
}
.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;
  }
  .deepThinkinged{
    color: rgb(84, 128, 223);
    background-color: rgb(210, 227, 252);
  }
  .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;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #f0f2f5;
    padding-right: 12.9rem;
    padding-top: 1rem;
    /* padding-bottom: 8rem; */
  }

  .main::-webkit-scrollbar {
    display: none;
  }

  .input {
    background: #f7f7f7;
    box-shadow: 0 -2px 4px #e7e9ed;
    height: 98px;
    bottom: 0rem;
    left: 0rem;
    right: 11.5rem;
    position: absolute;
    padding: 0.5rem;
  }

  .input2 {
    height: 7.5rem;
  }

  .inputBox {
    /* width: 100%; */
    height: 44px;
    background: #fafbfd;
    /* border: 1px solid #ECEFF5; */
    border-radius: 0.1rem;
    position: absolute;
    left: 0px;
    right: 68px;
    border: 1px solid #eceff5;
    /* border: 1px solid #F00; */

    background: #fafbfd;
  }

  #form_input {
    position: relative;
    height: 46px;
  }

  .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;
    padding-left: 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.2rem;
    background: #ffffff;
    /* width: 100%; */
    max-width: 55%;
    position: relative;
    left: 0.2rem;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
  }

  .btnBox {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: #188fff;
    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: #188fff;
    /* 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 {
    line-height: 1.5rem;
    padding: 0 0.8rem;
    background: #e4e7ed;
    color: #6b6d72;
    font-size: 0.7rem;
    display: inline-block;
    border-radius: 0.2rem;
    margin-top: 0.6rem;
  }

  .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.2rem;
    background: #fff;
    /* 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: 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;
  }

  .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.2rem 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;
  }

  .rightHeadImg {
    height: 0.9rem;
    position: relative;
    top: -0.1rem;
  }

  #container {
    text-align: center;
    height: 2.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;
  }
  .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;*/
  }

  .inputBox {
    height: 44px;
  }

  /* @media (max-width: 768px) { */
  .right-info {
    display: none;
  }

  .main {
    padding: 0.5rem;
    padding-right: 0.5rem;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
  }

  .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;
  }

  .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;
    display: flex;
  }

  .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;
    padding-left: 0.5rem;
    border: none;
    background: #fafbfd;
    resize: none;
  }

  .right-info {
    display: none;
  }

  .typeText {
    display: none;
  }

  .typeInput {
    display: inline;
  }

  .main {
    padding: 1rem;
    padding-right: 1rem;
  }

  .dialog .dialogText.dialogTextAction {
    padding-right: 1.6rem;
  }

  .dialog .dialogText {
    max-width: 100%;
    word-break: break-all;
    text-align: justify;
  }

  .input {
    right: 0;
  }
}

.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;
}
.modeText{
  color: orange;
}