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%);
}

* {
  -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;
}
@media (min-width: 769px) {
  .empty-img {
    display: block;
    width: 60%;
    margin: 50px auto;
  }
  #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;
  }

  .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;
  }

  .dialog.user {
    padding-left: 2.5rem;
    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: 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 .dialogText: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;
  }

  .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;
  }

  /* 引流相关 */
  .right-info-business .rhead-tab span {
    font-weight: normal;
    float: left;
    position: relative;
    cursor: pointer;
  }

  .right-info-business .rhead-tab span.active::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #5090f0;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 1px;
  }

  .ylcode {
    display: none;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 0.6rem;
  }

  .ylcode::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }

  .ylcode img {
    display: block;
    width: 100%;
  }

  #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;
  }

    .tip{
    background-color: #fff;
    width: fit-content;
    position: absolute;
    top: -1.6rem;
    left: 0rem;
    padding: 5px;
    font-size: 14px;
    color: #000;
  }
  .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.7rem;
  }
}

@media (max-width: 768px) {
  .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;
  }

  .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: 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: 75px;
    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;
  }

  .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: 0rem;
  }

  .dialog.robot {
    padding-right: 2rem;
  }

  .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 .dialogText: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;
  }

  .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;
}
