*:active {
  outline: none;
}

*:focus {
  outline: none;
}

img {
  display: inline-block;
}

hr {
  opacity: 0.2;
}

.katex-block {
  display: block;
  margin: 1em 0;
}

.katex-inline {
  display: inline;
}

.katex-mathml {
  position: static !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
}

.katex-block+p {
  display: none;
}

.katex-html {
  display: none;
}

mrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.2em 0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 0.18rem;
}

mfrac {
  margin: 1em 0.2em;
}

mo,
mn {
  margin: 0.2em;
}

.scrollBarQ::-webkit-scrollbar {
  width: 6px;
}

.scrollBarQ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.scrollBarQ::-webkit-scrollbar-thumb {
  background-color: #A6C5F5;
  border-radius: 4px;
}

.scrollBarQ::-webkit-scrollbar-track:hover {
  background-color: #f1f1f1;
}

.scrollBarQ::-webkit-scrollbar-thumb:hover {
  background-color: #A6C5F5;
}

/* 隐藏右侧和AI */
.jbq-rtnav,
#youyanai {
  display: none;
}


/* 先定位到 .answerList 容器 */
.answerList p:empty {
  display: none !important;
}

textarea::placeholder {
  color: #5d5d5d;
}

.alertTips {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  background: #e6a23c;
  color: #fff;
  border-radius: 4px;
  border-radius: .04rem;
  padding: 10px 20px;
  padding: .1rem .2rem;
  z-index: 999;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.tips {
  position: absolute;
  top: -24px;
  top: -0.24rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  background: #4BA3FF;
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  padding: 0 8px;
  padding: 0 .08rem;
  line-height: 1.8;
  border-radius: 4px;
  border-radius: .04rem;
  display: none;
}

.tips::after {
  content: "";
  position: absolute;
  bottom: -14px;
  bottom: -0.14rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #4BA3FF;
  z-index: -1;
}

.remark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}

.remark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.remark .remark-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 16px;
  font-size: .16rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12);
  border-radius: 20px;
  border-radius: .2rem;
  padding: 20px;
  padding: .2rem;
  width: 500px;
  width: 5rem;
}

.remark .remark-cont .remark-title {
  color: #2E85DF;
  line-height: 1.5;
}

.remark .remark-cont .remark-tips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
  margin: .1rem 0;
}

.remark .remark-cont .remark-tips span {
  margin: 10px 10px 0 0;
  margin: .1rem .1rem 0 0;
  width: calc(100% / 3 - 40px - 20px / 3);
  width: calc(100% / 3 - .4rem - .2rem / 3);
  background: #f1f6fb;
  color: #364b81;
  padding: 10px 20px;
  padding: .1rem .2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
  border-radius: .06rem;
}

.remark .remark-cont .remark-tips span:hover {
  background: #d7ebff;
}

.remark .remark-cont .remark-tips span.cur {
  background: rgba(46, 132, 223, 1);
  color: #fff;
}

.remark .remark-cont .remark-tips span:nth-child(3n) {
  margin-right: 0;
}

.remark .remark-cont .textarea {
  border: 1px solid #dcdfe6;
  padding: 10px;
  padding: .1rem;
  margin-top: 20px;
  margin-top: .2rem;
  border-radius: 6px;
  border-radius: .06rem;
}

.remark .remark-cont .textarea textarea {
  width: 100%;
}

.remark .remark-cont .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-top: .2rem;
}

.remark .remark-cont .btns .btn {
  width: 100px;
  width: 1rem;
  height: 40px;
  height: .4rem;
  line-height: 40px;
  line-height: .4rem;
  text-align: center;
  border-radius: 4px;
  background: rgba(46, 132, 223, 0.7);
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0 10px;
  margin: 0 .1rem;
}

.remark .remark-cont .btns .btn.close {
  background: #fff;
  border-color: #dcdfe6;
  color: #606266;
}

.remark .remark-cont .btns .btn:hover {
  background: rgba(46, 132, 223, 1);
}

.remark .remark-cont .btns .btn.close:hover {
  background: #fff;
  border-color: rgba(46, 132, 223, 1);
  color: rgba(46, 132, 223, 1);
}

.statement-info .remark-cont {
  width: 600px;
  width: 6rem;
  padding: 30px;
  padding: .3rem;
  background: url('/images/2025dmx_dmx_bg_v2.jpg') no-repeat center;
  background-size: cover;
}

.statement-info .close {
  position: absolute;
  top: -40px;
  top: -0.4rem;
  right: -40px;
  right: -0.4rem;
  cursor: pointer;
  width: 30px;
  width: .3rem;
  height: 30px;
  height: .3rem;
  padding: 5px;
  padding: .05rem;
  border: 1px solid #dcdfe6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.statement-info .close img {
  width: 100%;
}

.statement-info .close:hover {
  background: rgba(46, 132, 223, 0.3);
}

.statement-info .title {
  font-size: 20px;
  font-size: .2rem;
  text-align: center;
  line-height: 2;
}

.statement-info .content p {
  margin: 10px 0;
  margin: .1rem 0;
  text-indent: 2em;
  line-height: 1.8;
}

.header {
  width: 100%;
  height: 80px;
  height: .8rem;
  padding: 0 30px;
  padding: 0 .3rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 7;
}

.header .jbq-top {
  height: 100%;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .jbq-top-l {
  margin-left: 0;
}

.header .jbq-top-r {
  margin-right: 0;
}

.header .logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .logo .logo-icon {
  width: 296px;
  width: 2.96rem;
  height: 49px;
  height: .49rem;
}

.header .logo .logo-icon img {
  width: 100%;
  height: 100%;
}

.header .logo .logo-icon,
.header .logo>img {
  margin-right: 24px;
  margin-right: .24rem;
}

.header .logo .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .logo .title .top {
  display: flex;
  align-items: center;
}

.header .logo .title .top img {
  width: 264px;
  width: 2.64rem;
  height: 22px;
  height: .22rem;
}

.header .logo .title .top img:first-child {
  margin-right: 5px;
  margin-right: .05rem;
}

.header .logo .title .top .icon {
  width: 24px;
  width: .24rem;
  height: 24px;
  height: .24rem;
  margin-left: 10px;
  margin-left: .10rem;
  position: relative;
  display: none;
}

.header .logo .title .top .icon img {
  width: 100%;
  height: 100%;
}

.header .logo .title .top .icon .list {
  position: absolute;
  right: -8px;
  right: -0.08rem;
  top: calc(100% + 10px);
  width: max-content;
  font-size: 28px;
  font-size: .28rem;
  background: #fff;
  filter: drop-shadow(0 0 7px rgba(0, 72, 146, 0.3));
  padding: 10px;
  padding: .1rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 72, 146, 0.1);
  display: none;
}

.header .logo .title .top .icon .list::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 2px;
  /* transform: translateX(-50%); */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 72, 146, 0.1);
}

.header .logo .title .top .icon .list::after {
  content: "";
  position: absolute;
  top: -19px;
  right: 2px;
  /* transform: translateX(-50%); */
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header .logo .title .top .icon .list li {
  width: max-content;
  padding: 10px 20px;
  padding: .1rem .2rem;
  color: #6D6D6D;
}

.header .logo .title .stat {
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-top: .08rem;
}

.header .logo .title .stat p {
  font-size: 16px;
  font-size: .16rem;
  color: #2E85DF;
  font-family: Source Han Sans CN;
  display: flex;
  align-items: center;
}

.header .logo .title .stat p+p {
  margin-left: 15px;
  margin-left: .15rem;
}

.header .logo .title .stat p:last-child {
  color: #F5B232;
}

.header .logo .title .stat p span {
  margin-left: 5px;
  margin-left: .05rem;
  display: inline-block;
}

.header .logo .title .stat p:first-child span {
  min-width: 40px;
  min-width: .4rem;
}

.header .jbq-top-l,
.header .jbq-top-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header .jbq-top-l {
  margin-right: 20px;
  margin-right: .2rem;
}

.header .jbq-search {
  width: calc(300px - 40px);
  width: calc(3rem - .4rem);
  height: 40px;
  height: .4rem;
  padding: 0 20px;
  background: #F3F3F3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  margin-right: .2rem;
}

.header .jbq-search.search {
  display: none;
}

.header .jbq-search input {
  margin-left: 0;
  height: 40px;
  height: .4rem;
  line-height: 40px;
  line-height: .4rem;
}

.header .jbq-search button {
  width: 22px;
  width: .22rem;
  height: 22px;
  height: .22rem;
  line-height: normal;
  float: none;
  margin-right: 0;
  flex-shrink: 0;
}

.header .jbq-search button img {
  width: 100%;
  height: 100%;
}

.header .jbq-top-r a,
.header .jbq-top-r span {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  font-size: .14rem;
  line-height: 28px;
  line-height: .28rem;
  display: inline-block;
  white-space: nowrap;
}

.header .bmjz {
  color: #2E85DF;
  cursor: pointer;
  white-space: nowrap;
}

.header .jbq-top-r .wzaBtn {
  display: flex;
  align-items: center;
}

.header .header .bmjz-list .tit {
  font-size: 16px !important;
  font-size: .16rem !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

.header .jbq-rtnav {
  z-index: 3;
}

.wrap-search {
  width: 100%;
  padding: 20px 0;
  padding: .2rem 0;
  height: calc(100vh - 120px + 20px);
  height: calc(100vh - 1.2rem + .2rem);
  background: #badaf4 url("/images/2025dmx_dmx_bg_v2.jpg") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.question-head {
  text-align: center;
  letter-spacing: 4px;
  padding-top: 10px;
  padding-top: .1rem;
  width: 625px;
  width: 6.25rem;
  height: 50px;
  height: .5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question-head img {
  width: 100%;
  height: auto;
}

.question {
  width: calc(1400px - 30px);
  width: calc(14rem - .3rem);
  margin: 0 auto;
  padding: 15px;
  padding: .15rem;
  height: calc(100% - 30px);
  height: calc(100% - .3rem);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(134, 196, 255, 0.4));
  border-radius: 10px;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  /* margin-bottom: 20px;
  margin-bottom: .2rem; */
}

.question .question-right-top {
  height: 88px;
  height: .88rem;
  width: 329px;
  width: 3.29rem;
  background: url("/images/2025dmx_dmx_right_top_v2.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.question .question-right-top .cont {
  height: 48px;
  height: .48rem;
  width: 222px;
  width: 2.22rem;
  background: url("/images/2025dmx_damx_right_top_cont_v2.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  top: .1rem;
  right: 70px;
  right: .7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.question .question-right-top .cont img {
  width: 35px;
  width: .35rem;
  margin-right: 15px;
  margin-right: .15rem;
}

.question .question-right-top .cont span {
  margin-right: 50px;
  margin-right: .5rem;
  font-size: 18px;
  font-size: .18rem;
  /* font-weight: 600; */
  color: #555;
  cursor: pointer;
}

.question .question-search {
  padding-right: 20px;
  padding-right: .2rem;
  width: 290px;
  width: 2.9rem;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 25px;
  padding: .25rem;
}

.question .question-search::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 10px;
  border-style: solid;
  border-image-source: url('/images/2025dmx_historyBg_v2.png');
  border-image-slice: 10 10 10 10 fill;
  border-image-repeat: stretch;
}

.question .question-search .top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  padding: .2rem 0;
  position: relative;
}

.question .question-search .top-icon img {
  width: 80px;
  width: .8rem;
}

.question .question-search .top-icon .tag {
  position: absolute;
  color: #2E85DF;
  background: #EFFAFF;
  border: 1px solid #D2F1FF;
  border-radius: 30px;
  border-radius: .3rem;
  font-size: 14px;
  font-size: .14rem;
  padding: 2px 10px;
  padding: .02rem .1rem;
}

.question .question-search .top-icon .tag.tag1 {
  top: 20px;
  top: .2rem;
  left: 40px;
  left: .4rem;
  animation: scale-in-right 5s linear 2s infinite normal none;
}

@keyframes scale-in-right {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 1;
  }

  10% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.question .question-search .top-icon .tag.tag2 {
  top: 70px;
  top: .7rem;
  left: 20px;
  left: .2rem;
  animation: scale-in-right2 5s linear 4s infinite normal none;
}

@keyframes scale-in-right2 {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  20% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.question .question-search .top-icon .tag.tag3 {
  top: 120px;
  top: 1.2rem;
  left: 40px;
  left: .4rem;
  animation: scale-in-right3 4s linear 1s infinite normal none;
}

@keyframes scale-in-right3 {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  20% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.question .question-search .top-icon .tag.tag4 {
  top: 110px;
  top: 1.1rem;
  right: 50px;
  right: .5rem;
  animation: scale-in-right4 6s linear 6s infinite normal none;
}

@keyframes scale-in-right4 {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  10% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

.question .question-search .top-icon .tag.tag5 {
  top: 60px;
  top: .6rem;
  right: 20px;
  right: .2rem;
  animation: scale-in-right5 3s linear 5s infinite normal none;
}

@keyframes scale-in-right5 {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  30% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

.question .question-search .top-icon .tag.title {
  background: #2E85DF;
  border-radius: 5px;
  border-radius: .05rem;
  border: 1px solid #EDFFF7;
  color: #fff;
  top: 5px;
  top: .05rem;
  right: -5px;
  right: -.05rem;
  padding: 4px 10px;
  padding: .04rem .1rem;
  animation: bounce-right 5s linear 0s infinite normal none;
}

@keyframes bounce-right {

  0% {
    transform: translateX(48px);
  }

  2% {
    transform: translateX(0);
  }

  3% {
    transform: translateX(26px);
  }

  6% {
    transform: translateX(0);
  }

  8% {
    transform: translateX(13px);
  }

  10% {
    transform: translateX(0);
  }

  12% {
    transform: translateX(6.5px);
  }

  14% {
    transform: translateX(0);
  }

  16% {
    transform: translateX(4px);
  }

  18% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

.question .question-search .top-icon .tag.title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -.05rem;
  left: 5px;
  left: .05rem;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #2E85DF;
  transform: rotate(60deg);
  z-index: 0;
}

.question .question-search>.btns {
  width: 100%;
  height: 52px;
  height: .52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-top: .3rem;
  position: relative;
}

.question .question-search>.btns::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: url('/images/2025dmx_btns_bg_v2.png') no-repeat center;
  background-size: 100% 100%;
  /* z-index: -1; */
}

.question .question-search .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: fit-content;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  font-size: .16rem;
  color: #666666;
  position: relative;
  cursor: pointer;
}

.question .question-search>.btns .btn+.btn {
  margin-left: 60px;
  margin-left: .6rem;
}

.question .question-search>.btns .btn img {
  width: 25px;
  width: .25rem;
  height: 25px;
  height: .25rem;
  margin-right: 10px;
  margin-right: .1rem;
}

.question .question-search .btn span {
  margin-top: -4px;
  margin-top: -.04rem;
}

.question .question-search .btn:hover {
  color: #2E85DF;
}

.question .question-search .question-list {
  height: calc(100% - 272px);
  height: calc(100% - 2.72rem);
  width: 290px;
  width: 2.9rem;
  background: #F9FCFF;
  box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12);
  border-radius: 20px;
  margin-top: 45px;
  margin-top: .45rem;
  position: relative;
}

.question .question-search .question-list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 175px;
  width: 1.75rem;
  height: 54px;
  height: .54rem;
  background: url("/images/2025dmx_dmx_btn_v2.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  font-size: 16px;
  font-size: .16rem;
}

.question .question-search .question-list .btn img {
  width: 16px;
  width: .16rem;
  margin-right: 10px;
  margin-right: .1rem;
  margin-top: -2px;
  margin-top: -0.02rem;
}

.question .question-search .question-list .btn span {
  margin-top: -6px;
  margin-top: -.06rem;
}

.question .question-search .question-list .btn:hover {
  filter: drop-shadow(0px 0px 8px rgba(16, 102, 188, 0.3));
}

.question .question-search .question-list .question-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100px;
  line-height: 1rem;
  font-size: 16px;
  font-size: .16rem;
  color: #666;
}


.historyList {
  padding: 0 15px;
  padding: 0 .15rem;
  height: calc(100% - 8px);
  height: calc(100% - .8rem);
  width: calc(100% - 30px);
  width: calc(100% - .3rem);
  margin-top: -3px;
  margin-top: -.3rem;
  overflow-y: auto;
}

.historyList .nothing {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-size: 0.16rem;
  color: #b1b1b1;
}

.historyList .nothing svg {
  width: 75%;
  height: auto;
  max-height: 80%;
}

.historyList li {
  display: flex;
  align-items: center;
  padding: 0 5px;
  padding: 0 .05rem;
  margin-bottom: 5px;
  margin-bottom: .05rem;
  cursor: pointer;
}

.historyList li img {
  width: 33px;
  width: .33rem;
  height: 33px;
  height: .33rem;
}

.historyList li span {
  flex: 1;
  /* width: calc(100% - 33px);
  width: calc(100% - .33rem); */
  font-size: 16px;
  font-size: .16rem;
  line-height: 20px;
  line-height: .20rem;
  padding: 10px 0;
  padding: .1rem 0;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: inline-block;
}

.historyList li span.disabled {
  cursor: n-resize;
}

.historyList li .delete {
  width: 20px;
  width: .2rem;
  height: 20px;
  height: .2rem;
  margin-left: 10px;
  margin-left: .1rem;
  cursor: pointer;
  display: none;
}

.historyList li .delete svg {
  width: 100%;
  height: auto;
  fill: #2e85df;
  opacity: .5;
}

.historyList li .delete:hover svg {
  opacity: 1;
}

.historyList li:hover,
.historyList li.cur {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 72, 146, 0.12);
  border-radius: 10px;
  border-radius: .1rem;
}

.historyList li:hover span {
  /* width: calc(100% - 53px - 30px);
  width: calc(100% - .53rem - .3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all; */
}

.historyList li:hover .delete {
  display: block;
}

.question .question-answer {
  width: calc(100% - 290px - 50px);
  width: calc(100% - 2.9rem - .5rem);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 10px 10px 0;
  /* border-radius: 0 .1rem .1rem 0; */
}

.question .question-answer .question-answer-cont {
  width: calc(100% - 30px);
  width: calc(100% - .3rem);
  height: calc(100% - 55px);
  height: calc(100% - .55rem);
  /* background: #FFFFFF; */
  box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12);
  padding: 30px 15px 25px 15px;
  padding: .3rem .15rem .25rem .15rem;
}

.question .question-answer .question-answer-cont .answer {
  display: flex;
  align-items: flex-start;
}

.question .question-answer .question-answer-cont .answer .answer-icon {
  width: 64px;
  width: .64rem;
  margin-right: 10px;
  margin-right: .1rem;
}

.question .question-answer .question-answer-cont .answer .answer-icon img {
  width: 100%
}

.question .question-answer .question-answer-cont .answer .answer-text {
  flex: 1;
  max-width: calc(100% - 64px - 10px);
  max-width: calc(100% - .64rem - .1rem);
}

.question .question-answer .question-answer-cont .answer.intellect .answer-icon {
  margin-right: 5px;
  margin-right: .05rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-text {
  max-width: calc(100% - 64px - 5px);
  max-width: calc(100% - .64rem - .05rem);
  margin-top: 15px;
  margin-top: .15rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content li p {
  text-indent: 0;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content p.titleNewsParent {
  padding: 25px 0 10px 0;
  padding: .25rem 0 .1rem 0;
  position: relative;
  text-indent: 0;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content p.titleNewsParent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #ddd;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content p.titleNewsParent+p {
  margin-top: 15px;
  margin-top: .15rem;
}

.question .question-answer .question-answer-cont .answer .answer-text>p {
  line-height: 1;
  padding: 15px;
  padding: .15rem;
  font-size: 18px;
  font-size: .18rem;
  color: #333;
}

.question .question-answer .question-answer-cont .answer .answer-loading {
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: .1rem;
  margin-top: 5px;
  margin-top: .05rem;
}

.question .question-answer .question-answer-cont .answer .answer-loading .icon-img {
  width: 26px;
  width: .26rem;
  height: 26px;
  height: .26rem;
  margin-right: 5px;
  margin-right: .05rem;
  margin-top: 3px;
  margin-top: .03rem;
  background: url("/images/2025dmx_loading_v2.gif") no-repeat center;
  background-size: 180% 180%;
}

.question .question-answer .question-answer-cont .answer .answer-loading span {
  font-size: 16px;
  font-size: .16rem;
  color: #333;
  line-height: 20px;
  line-height: .20rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* animation: typing 3s steps(50) forwards infinite; */
}

.question .question-answer .question-answer-cont .answer .loading {
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: .1rem;
  margin-top: 5px;
  margin-top: .05rem;
  font-size: 16px;
  font-size: .16rem;
  color: #333;
  line-height: 20px;
  line-height: .20rem;
}

@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.question .question-answer .question-answer-cont .answer .answer-text.demo {
  background: #F9FDFF;
  border-radius: 0 10px 10px 10px;
  border: 1px solid #ECF7FE;
  position: relative;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-title {
  background: url('/images/2025dmx_demo_title_v2.png') no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 40px;
  height: .4rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: .18rem;
  color: #FFFFFF;
  padding: 0 15px;
  padding: 0 .15rem;
  box-sizing: border-box;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 0 20px;
  padding: .08rem .2rem 0 .2rem;
  box-sizing: border-box;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh {
  width: 99px;
  width: .99rem;
  height: 30px;
  height: .3rem;
  background: url("/images/2025dmx_refresh_btn_v2.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh img {
  width: 16px;
  width: .16rem;
  margin-right: 5px;
  margin-right: .05rem;
  margin-top: 1px;
  margin-top: .01rem;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh span {
  font-size: 16px;
  font-size: .16rem;
  color: #FFFFFF;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh:hover {
  filter: drop-shadow(0px 0px 3px rgba(7, 98, 188, 0.3));
}

.question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips>p {
  width: calc(100% - 220px);
  width: calc(100% - 2.2rem);
  position: relative;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  font-size: .16rem;
  color: #4DA5FF;
  line-height: 1;
}

/* .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips>p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("/images/2025dmx_dmx_p_line.png") no-repeat center;
  background-size: 100% 100%;
} */

.question .question-answer .question-answer-cont .answer .answer-text.demo ul {
  padding: 0 20px 10px;
  padding: 0 .2rem .1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo ul li {
  display: flex;
  align-items: center;
  width: 50%;
  height: 35px;
  height: .35rem;
  margin: 5px 0 5px 0;
  margin: .05rem 0 .05rem 0;
  background: url('/images/2025dmx_demo_v2.png') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  padding: 0 10px;
  padding: 0 .1rem;
  box-sizing: border-box;
  stroke-width: 0;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo ul li i {
  width: 6px;
  width: .06rem;
  height: 6px;
  height: .06rem;
  background: #2E85DF;
  margin-right: 8px;
  margin-right: .08rem;
  transform: rotate(45deg);
  display: none;
}

.question .question-answer .question-answer-cont .answer .answer-text.demo ul li>p {
  font-size: 16px;
  font-size: .16rem;
  color: #333333;
  width: calc(100% - 14px);
  width: calc(100% - .14rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.question .question-answer .question-answer-cont .answer.user {
  justify-content: flex-end;
}

.question .question-answer .question-answer-cont .answer+.answer {
  margin-top: 10px;
  margin-top: .1rem;
}

.question .question-answer .question-answer-cont .answer+.intellect {
  margin-top: 15px;
  margin-top: .15rem;
}

.question .question-answer .question-answer-cont .answer.user .answer-icon {
  margin-right: 0;
  margin-left: 10px;
  margin-left: .1rem;
  width: 50px;
  width: .5rem;
}

.question .question-answer .question-answer-cont .answer.user .answer-text {
  flex: none;
  background: #2E85DF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
  border-radius: 20px 0px 20px 20px;
  border-radius: .2rem 0 .2rem .2rem;
  margin-top: 15px;
  margin-top: .15rem;
  max-width: calc(100% - 20%);
  padding: 10px 20px;
  padding: .1rem .2rem;
  line-height: 20px;
  line-height: .2rem;
  color: #fff;
  font-size: 16px;
  font-size: .16rem;
  white-space: pre-wrap;
  user-select: text;
  /* 允许选择文本 */
}

/* .question .question-answer .question-answer-cont .answer:last-child {
  margin-bottom: 5px;
  margin-bottom: .05rem;
} */

.question .question-answer .question-answer-cont .answer.intellect .answer-info {
  background: #FFFFFF;
  /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08); */
  border-radius: 0px 10px 10px 10px;
  width: calc(100% - 40px);
  width: calc(100% - .4rem);
  padding: 20px;
  padding: .2rem;
  line-height: 20px;
  line-height: .2rem;
  font-size: 16px;
  font-size: .16rem;
  color: #333333;
  position: relative;
  overflow: hidden;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info.noAnswer {
  width: auto;
  padding: 10px 20px;
  padding: .1rem .2rem;
  line-height: 20px;
  line-height: .2rem;
  border-radius: 0px 20px 20px 20px;
  border-radius: 0 .2rem .2rem .2rem;
  margin-top: 15px;
  margin-top: .15rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .02), 0 6px 10px 0 rgba(47, 53, 64, .1);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 44px;
  height: .44rem;
  justify-content: center;
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  bottom: .1rem;
  transition: opacity .1s ease;
  width: 44px;
  width: .44rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore svg {
  color: #2E85DF;
  font-size: 18px;
  font-size: .18rem;
  transform: rotate(180deg);
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .02), 0 10px 16px 0 rgba(47, 53, 64, .14);
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore:hover .tips {
  display: block;
  /* left: -10px;
  left: -0.1rem; 
  transform: none;
  top: -34px;
  top: -0.34rem;*/
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .statement {
  background: #CEE6FF;
  border-radius: 0px 10px 0px 10px;
  font-size: 16px;
  font-size: .16rem;
  color: #5DADFF;
  line-height: 20px;
  line-height: .2rem;
  padding: 5px 10px;
  padding: .05rem .1rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}


.question .question-answer .question-answer-cont .answer.intellect .answer-info .statement::before,
.question .question-answer .question-answer-cont .answer.intellect .answer-info .statement::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  background: #CEE6FF;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .statement::before {
  left: -12px;
  background: radial-gradient(circle at 0 0, transparent 12px, #CEE6FF 12px);
  transform: rotate(270deg);
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .statement::after {
  right: 0;
  top: auto;
  bottom: -12px;
  background: radial-gradient(circle at 12px 0, transparent 12px, #CEE6FF 12px);
  transform: rotate(180deg);
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text {
  position: relative;
  width: 100%;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon {
  position: absolute;
  left: 4 px;
  left: .04rem;
  top: 9px;
  top: .085rem;
  /* cursor: pointer; */
  z-index: 6;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon .icon {
  width: 8px;
  width: .08rem;
  height: 10px;
  height: .1rem;
  position: relative;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon .icon img {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: all .3s;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon .icon {
  width: 8px;
  width: .08rem;
  height: 10px;
  height: .1rem;
  position: relative;
}



.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon .tips::after {
  left: 13px;
  left: .13rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content {
  /* max-height: 70px;
  max-height: .7rem; */
  height: max-content;
  overflow: hidden;
  /* width: calc(100% - 20px); */
  transition: all .3s;
}

.answerList h1,
.answerList h2,
.answerList h3,
.answerList h4,
.answerList h5,
.answerList h6 {
  margin-top: 5px;
  margin-top: .05rem;
  font-size: inherit;
  text-indent: 0;
}


.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content>div {
  line-height: 1.8;
  padding-left: 20px;
  padding-left: .2rem;
  margin-bottom: 2px;
  margin-bottom: .02rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content>div .list-item {
  text-indent: 2em;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content ul li {
  text-indent: 2em;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content ul li strong {
  /* margin-left: -2em; */
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content p {
  padding-left: 0;
  /* text-indent: 2em; */
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content span {
  font-weight: 700;
}

.titleNews {
  padding-top: 20px;
  padding-top: .2rem;
  padding-bottom: 10px;
  padding-bottom: .1rem;
  position: relative;
}

.titleNews em {
  font-style: normal;
}



.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .cont {
  margin-top: 10px;
  margin-top: .1rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .cont .word {
  padding: 0 33px;
  padding: 0 .33rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .link {
  display: inline-block;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content ul li .link {
  /* margin-left: -2em; */
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .link a {
  color: #2E85DF;
  text-decoration: underline;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link {
  line-height: 1.5;
  padding: 0 20px;
  padding: 0 .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  width: calc(100% - .4rem);
  position: relative;
}


.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link .text {
  /*  max-width: calc(100% - 200px - 20px);
  max-width: calc(100% - 2rem - .2rem); */
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 8px;
  margin-bottom: .08rem;
  text-indent: 0;
  margin-right: 30px;
  margin-right: .3rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link a.text2 {
  min-width: 110px;
  min-width: 1.1rem;
  stroke-width: 0;
  /* margin-right: 15px;
  margin-right: .15rem; */
  text-align: right;
}

.rotate .showMore svg {
  transform: rotate(0deg) !important;
}

.rotate .text-content {
  height: .65rem !important;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
  margin-top: .1rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns .btn {
  width: 19px;
  width: .19rem;
  height: 18px;
  height: .18rem;
  margin: 0 10px;
  margin: 0 .1rem;
  cursor: pointer;
  position: relative;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns .btn img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns .btn .tips {
  top: -25px;
  top: -0.25rem;
}

.question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns .btn:hover .tips {
  display: block;
}

.question .question-answer .question-answer-cont .answer-box {
  /*  height: calc(100% - 145px);
  height: calc(100% - 1.45rem); */
  height: calc(100% - 12vh - 40px);
  height: calc(100% - 12vh - .4rem);
  overflow-y: auto;
  padding: 0 10px 10px 10px;
  padding: 0 .1rem .1rem .1rem;
  scroll-behavior: smooth;
}

.answer-search-box {
  display: none;
  align-items: center;
  justify-content: space-between;
}


.question .question-answer .question-answer-cont .answer-search {
  border-radius: 10px;
  border-radius: .1rem;
  border: 1px solid #E1F3FF;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(77, 165, 255, 0.18);
  padding: 10px 20px;
  padding: .1rem .2rem;
  margin-left: 10px;
  margin-left: .1rem;
  /* height: 108px;
  height: 1.08rem; */
  height: 12vh;
  margin-top: 10px;
  margin-top: .1rem;
  margin-right: 10px;
  margin-right: .1rem;
  width: calc(100% - 60px);
  width: calc(100% - .6rem);
}


.question .question-answer .question-answer-cont .answer-search .textarea {
  border: none;
  outline: none;
  width: 100%;
  height: calc(100% - 45px);
  height: calc(100% - .45rem);
  line-height: 20px;
  line-height: .2rem;
  resize: none;
  font-size: 16px;
  font-size: .16rem;
  color: #5d5d5d;
}

.question .question-answer .question-answer-cont .answer-search .search-icon {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.question .question-answer .question-answer-cont .answer-search .search-icon .icon {
  position: relative;
  width: 42px;
  width: .42rem;
  cursor: pointer;
}

.answer-search .search-icon .icon .stop {
  display: none;
}

.answer-search .search-icon .icon.isLoading .start {
  display: none;
}

.answer-search .search-icon .icon.isLoading .stop {
  display: block;
}

.question .question-answer .question-answer-cont .answer-search .search-icon .icon img {
  width: 100%;
  height: 100%;
}

.question .question-answer .question-answer-cont .answer-search .search-icon .icon:hover .tips {
  display: block;
}

.tooltip {
  position: fixed;
  top: 2%;
  left: 50%;
  width: max-content;
  line-height: 1.8;
  padding: 5px 20px;
  padding: .05rem .2rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  font-size: .16rem;
  box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12);
  z-index: 999;
}

.tooltip.green {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #c2e7b0;
}

.tooltip.red {
  background-color: #f9ebeb;
  color: #c23a3a;
  border: 1px solid #e7b0b0;
}

.tooltip.orange {
  background-color: #f9f6eb;
  color: #c29e3a;
  border: 1px solid #e7d7b0;
}
.cont-table{
  margin: .1rem .2rem .1rem 0;
}
.cont-table th,
.cont-table td {
  border: 1px solid #EDEDEF;
  padding: 5px 10px;
  text-align: center;
}

/* 适配手机端 */
@media screen and (max-width: 768px) {

  .cont-table th,
  .cont-table td {
    line-height: 1.5;
    font-size:.28rem;
    padding: 5px;
  }
  .cont-table tr td:first-child{
    min-width: 1rem;
  }

  .tooltip {
    font-size: 28px;
    font-size: .28rem;
  }

  .wrap-search {
    height: calc(100vh - 150px);
    height: calc(100vh - 1.5rem);
    padding: 20px 0;
    padding: .2rem 0;
    overflow: hidden;
    position: relative;
  }

  .header {
    height: 110px;
    height: 1.1rem;
    padding: 20px;
    padding: .2rem .1rem;
    position: relative;
    border: 0;
  }

  .header .logo {
    width: 100%;
  }

  .header .logo .logo-icon {
    width: 40%;
    margin-right: .15rem;
  }

  .header .logo .logo-icon img {
    width: 100%;
  }

  .header .logo .logo-icon+img {
    height: 105%;
    margin-right: .15rem;
  }

  .header .jbq-top {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }

  .header .jbq-top .jbq-search {
    display: none;
  }

  .header .jbq-top .jbq-search.search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    width: .65rem;
    height: 55px;
    height: .55rem;
    padding: 0;
    background: linear-gradient(43deg, #72B8FF, #6AEFFF);
    border-radius: 30px;
    border-radius: .3rem;
    display: none;
  }

  .header .jbq-search.search {
    width: 50px;
    width: .5rem;
    transition: all .3s;
  }


  .header .jbq-search.search input {
    height: 40px;
    height: .4rem;
    line-height: 40px;
    line-height: .4rem;
    font-size: 28px;
    font-size: .28rem;
    color: #fff;
    display: none;
  }

  .header .jbq-search.search input::placeholder {
    color: #fff;
  }

  .header .jbq-search.search button {
    width: 30px;
    width: .3rem;
    height: 30px;
    height: .3rem;
  }

  .header .jbq-search.search.active {
    width: 500px;
    width: 5rem;
  }

  .header .jbq-search.search.active input {
    display: block;
    margin-right: 20px;
    margin-right: .2rem;
  }

  .header .logo .title {
    flex: 1;
    position: relative;
    margin-top: 5px;
    margin-top: 0.05rem;
  }

  .header .logo .title .top .icon {
    display: block;
  }

  .header .logo .title .top .icon {
    width: 36px;
    width: .36rem;
    height: 36px;
    height: .36rem;
    stroke-width: 0;
  }

  .header .logo .title .history {
    position: absolute !important;
    right: .5rem;
    /* top: -.15rem; */
  }

  .header .logo .title .more {
    position: absolute !important;
    right: 0;
    /* bottom: -.15rem; */
  }

  .header .logo .title .top img {
    width: 270px;
    width: 2.7rem;
    height: auto;
  }

  .header .logo .title .stat p {
    font-size: 24px;
    font-size: .24rem;
  }

  .header .logo .title .stat p+p {
    margin-left: 20px;
    margin-left: .2rem;
  }

  .header .logo .title .stat p span {
    margin-left: 5px;
    margin-left: .05rem;
  }

  .history-box {
    width: 100%;
    height: calc(100vh - 140px);
    height: calc(100vh - 1.4rem);
    position: fixed;
    top: 140px;
    top: 1.4rem;
    right: -100%;
    background: #fff;
    padding: 30px 0 20px;
    padding: .3rem 0 .2rem;
    box-sizing: border-box;
  }

  .header .logo .title .top .history-box>img {
    width: 30px;
    width: .3rem;
    height: 30px;
    height: .3rem;
    padding: 10px;
    padding: .1rem;
    background: #2E85DF;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    right: .1rem;
    top: -20px;
    top: -.2rem;
    box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12)
  }

  .historyList {
    margin-top: 0;
    overflow-y: inherit;
    height: max-content;
    max-height: calc(100vh - 2rem);
    padding: 20px 10px !important;
    padding: .2rem .1rem !important;
  }

  .historyList .nothing {
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 28px;
    font-size: 0.28rem;
    color: #b1b1b1;
  }

  .historyList .nothing svg {
    width: 45% !important;
    height: auto !important;
    max-height: 80% !important;
  }

  .historyList li {
    max-width: 60vw;
  }

  .historyList li:hover,
  .historyList li.cur {
    box-shadow: none;
  }

  .historyList li img {
    width: 66px !important;
    width: .66rem !important;
    height: 66px !important;
    height: .66rem !important;
  }

  .historyList li span {
    font-size: 28px;
    font-size: .28rem;
  }

  .historyList li .delete {
    display: block;
    width: 40px;
    width: .4rem;
    height: 40px;
    height: .4rem;
    margin-left: 20px;
    margin-left: .2rem;
  }

  .history-box .historyList {
    padding: 0 30px 10px !important;
    padding: .0 .3rem .1rem !important;
    overflow-y: auto;
    width: calc(100% - 60px);
    width: calc(100% - .6rem);
    height: calc(100% - 10px);
    height: calc(100% - .1rem);
  }

  .history-box .historyList li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .header .jbq-top .jbq-top-l {
    margin-right: 0;
  }

  .header .bmjz,
  .header .jbq-top-r {
    display: none;
  }



  .question {
    width: calc(100% - 40px);
    width: calc(100% - .4rem);
    height: calc(100% - 84px - 20px - 30px);
    height: calc(100% - .84rem - .2rem - .3rem);
    margin: 0 auto;
    background: transparent;
    border-radius: 20px;
    border-radius: .2rem;
    padding: 0;
  }

  .question-head {
    margin-bottom: 10px;
    margin-bottom: .2rem;
  }

  .question .question-search {
    display: none;
  }

  .question .question-answer {
    flex: 1;
    /* box-shadow: 0px 0px 7px 0px rgba(0, 72, 146, 0.12); */
    border-radius: 10px;
    border-radius: .1rem;
    background: rgba(255, 255, 255, .5);
  }

  .question .question-answer .question-answer-cont {
    margin-top: 0;
    height: calc(100% - 50px);
    height: calc(100% - .5rem);
    box-shadow: none;
  }

  .question .question-right-top {
    display: none;
  }

  .statement_box {
    display: flex !important;
    right: 4vw !important;
  }

  .statement_box img {
    width: 4vw !important;
    height: 4vw !important;
    margin-right: 10px !important;
    margin-right: .1rem !important;
  }

  .question .question-answer .question-answer-cont .answer .answer-icon {
    width: 10vw;
    height: 10vw;
    position: relative;
    z-index: 2;
  }

  .question .question-answer .question-answer-cont .answer.user .answer-icon {
    width: 0.53rem;
    height: 0.53rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text {
    max-width: calc(100% - 10vw - 10px);
    max-width: calc(100% - 10vw - .1rem);
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-text {
    max-width: calc(100% - 10vw - 5px);
    max-width: calc(100% - 10vw - .05rem);
    margin-top: 0;
  }

  .question .question-answer .question-answer-cont .answer.prolog .answer-icon {
    position: relative;
    z-index: 2;
  }

  .question .question-answer .question-answer-cont .answer.prolog .answer-text.demo {
    position: relative;
    left: -40px;
    left: -.4rem;
    top: 30px;
    top: 0.3rem;
  }

  .question .question-answer .question-answer-cont .answer.prolog .answer-text.demo>p {
    width: calc(100% - 13vw);
    padding-bottom: 7vh;
    position: relative;
    padding-left: 12vw;
  }

  .question .question-answer .question-answer-cont .answer.prolog .answer-text.demo>p::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: .2rem;
    width: 10vw;
    height: 10vw;
    background: url('/images/2025dmx_znIcon_v2.png') no-repeat;
    background-size: 100% 100%;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh {
    width: 18vw;
    height: 6vw;
    top: 9vh;
    right: 24vw;
    z-index: 1;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info.noAnswer {
    line-height: 1.5;
    border-radius: 0px 30px 30px 30px;
    border-radius: 0 .3rem .3rem .3rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text>p {
    font-size: 14px;
    font-size: .28rem;
    line-height: 1.5;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-bottom: .2rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo ul li {
    width: 100%;
    margin: 10px 0 10px 0;
    margin: .1rem 0 .1rem 0;
    height: max-content;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo ul li i {
    width: 1vw;
    height: 1vw;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh span {
    font-size: 12px;
    font-size: .24rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo ul li>p {
    font-size: 28px;
    font-size: .28rem;
    padding: 10px 0;
    padding: .1rem 0;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-title {
    font-size: 30px;
    font-size: .3rem;
    height: max-content;
    padding: 10px 30px;
    padding: .1rem .3rem;
    line-height: 1.5;
    background: none;
    color: #555;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips {
    padding: 30px 30px 10px 30px;
    padding: .3rem .3rem .1rem .3rem;
    position: relative;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips>p {
    font-size: 28px;
    font-size: .28rem;
    width: 100%
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh {
    width: max-content;
    height: max-content;
    padding: 5px 15px;
    padding: .05rem .15rem;
    position: absolute;
    right: 30px;
    right: .3rem;
    top: -30px;
    top: -.3rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh img {
    width: 24px;
    width: .24rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-text.demo .refresh-tips .refresh span {
    font-size: 24px;
    font-size: .24rem;
  }

  .question .question-answer .question-answer-cont .answer.user .answer-text {
    font-size: 28px;
    font-size: .28rem;
    line-height: 1.5;
    border-radius: 30px 0px 30px 30px;
    border-radius: .3rem 0 .3rem .3rem;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .statement {
    width: 14vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 12px;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .question .question-answer .question-answer-cont .answer .answer-loading {
    margin-top: 20px;
    margin-top: .2rem;
    margin-bottom: -15px;
    margin-bottom: -0.15rem;
  }

  .question .question-answer .question-answer-cont .answer .answer-loading .icon-img {
    width: 5vw;
    height: 5vw;
  }

  .question .question-answer .question-answer-cont .answer .answer-loading span {
    font-size: 28px;
    font-size: .28rem;
    line-height: 1.5;
  }

  .question .question-answer .question-answer-cont .answer .loading {
    margin-top: 20px;
    margin-top: .2rem;
    margin-bottom: -15px;
    margin-bottom: -0.15rem;
    font-size: 28px;
    font-size: .28rem;
    line-height: 1.5;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info {
    font-size: 14px;
    font-size: .28rem;
    line-height: 1.5;
    position: relative;
    left: -.4rem;
    top: 0.3rem;
  }


  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .more-icon .icon {
    width: 2vw;
    height: 2vw;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .tipsText {
    width: calc(100% - 16vw);
    width: calc(100% - 16vw);
    line-height: 1.5;
  }

  .tips {
    display: none !important;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .answer-btns .btn {
    width: 4vw;
    height: 4vw;
    margin: 0 3vw;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link {
    flex-wrap: wrap;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link a {
    width: 100%;
    stroke-width: 0;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link .text {
    margin-right: 0;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content .new-link a.text2 {
    margin: 0 0 0.15rem;
    display: none;
  }


  .question .question-answer .question-answer-cont .answer.intellect .answer-info .text .text-content>div {
    padding-left: 4vw;
  }

  .question .question-answer .question-answer-cont .answer.user {
    margin-top: 60px;
    margin-top: .6rem;
    margin-right: 3px;
    margin-right: .03rem;
  }

  .question .question-answer .question-answer-cont .answer-box {
    height: 100%;
    width: calc(100% - 20px);
    width: calc(100% - .2rem);
    overflow: hidden;
    overflow-y: auto;
  }

  .question .question-answer .question-answer-cont .answer-search {
    display: none;
  }


  .answer-search-box {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding: .2rem;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(77, 165, 255, 0.18);
    box-shadow: 0px 0px .1rem 0px rgba(77, 165, 255, 0.18);
    border-radius: 20px 20px 0px 0px;
    border-radius: .2rem .2rem 0px 0px;
  }

  .answer-search-box .newTalk {
    width: 80px;
    width: 0.8rem;
    height: 80px;
    height: .8rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(77, 165, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-left: .2rem;
  }


  .answer-search-box .newTalk img {
    width: 52%;
    height: 52%;
  }

  .newTalk.right {
    width: 1.4rem;
    /* width: 1.6rem; */
    height: auto;
    flex-direction: row;
    padding: .15rem .12rem;
    border-radius: 50px;
    border-radius: .5rem;
    right: -1.1rem;
    bottom: 1.35rem;
    transition: all .3s;
    display: none;
  }

  .newTalk.right span {
    writing-mode: inherit;
  }

  .newTalk.right img {
    margin-bottom: 0;
    width: 28px;
    width: .28rem;
    height: 28px;
    height: .28rem;
    margin-right: 0.1rem;
    /* margin: 0 0.2rem; */
  }

  .answer-search-box .answer-search {
    flex: 1;
    height: 61px;
    height: .61rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(77, 165, 255, 0.18);
    border-radius: 40px;
    border: 1px solid #E1F3FF;
    padding: 10px 20px;
    padding: .1rem .2rem;
  }

  .answer-search-box .answer-search .textarea {
    flex: 1;
    font-size: 28px;
    font-size: .28rem;
    height: 61px;
    height: .61rem;
    line-height: 61px;
    line-height: .61rem;
    margin-right: 10px;
    margin-right: .1rem;
  }

  .answer-search-box .answer-search .search-icon .icon {
    width: 95px;
    width: .95rem;
    height: 95px;
    height: .95rem;
    margin-right: -20px;
    margin-right: -.2rem;
  }

  .answer-search-box .answer-search .search-icon .icon img {
    width: 100%;
    height: 100%;
  }

  .remark .remark-cont .remark-title {
    font-size: 14px;
    font-size: .28rem;
  }

  .remark .remark-cont .remark-tips span {
    font-size: 14px;
    width: calc(100% / 2 - 40px - 20px / 2);
    width: calc(100% / 2 - .4rem - .2rem / 2);

  }

  .remark .remark-cont .remark-tips span:nth-child(2n) {
    margin-right: 0;
  }

  .remark .remark-cont .remark-tips span:nth-child(3n) {
    margin-right: 10px;
    margin-right: .1rem;
  }

  .remark .remark-cont .btns .btn {
    font-size: 14px;
    font-size: .28rem;
    height: 7vw;
    line-height: 7vw;
  }

  .remark .remark-cont {
    font-size: 14px;
    font-size: .28rem;
    width: 100%;
    max-width: 75%;
  }

  .statement-info .title {
    font-size: 16px;
    font-size: .32rem;
    font-weight: bold;
    line-height: 3;
  }

  .rotate .text-content {
    height: 1.2rem !important;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore {
    width: 44px;
    width: .7rem;
    height: 44px;
    height: .7rem;
    background: #fff;
  }

  .question .question-answer .question-answer-cont .answer.intellect .answer-info .showMore svg {
    font-size: .3rem;
  }

  .question .question-answer .question-answer-cont .answer:last-child {
    margin-bottom: 0;
    padding-bottom: .4rem;
  }

  mrow {
    font-size: 28px;
    font-size: 0.28rem;
  }

  .remark .remark-cont .textarea textarea {
    font-size: 28px;
    font-size: .28rem;
  }
}