[v-cloak] {
  display: none
;}

.guideBoxc1164274 {
    display:flex;
    align-items:flex-end;
    flex-wrap:wrap;}

.guideBoxc1164274 > img{
   float:left;}

.guideBoxc1164274 i{
  font-style:normal;}

.guideBoxc1164274 > p{
  width: 100%;
  line-height: 1.8;
  white-space: pre-wrap;
  margin-top: 0.17rem;
  font-size:0.2rem;
  color:#333333;}

.guideBoxc1164274 .guideInfo {
    width: 100%;
    min-height: 1.42rem;
    border-radius: 0.12rem;
    background: url(/system/resource/AiWebSiteResource/images/introBg.png) center right no-repeat;
    background-size: cover;
    padding: 0px 0.26rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;}

.guideBoxc1164274 .guideInfo img {
    width: 4em;
    height: 4em;
    object-fit: contain;
    margin-right: 1.4em;
    border-radius: 0.5em;}

.guideBoxc1164274 .guideInfo p {
    color: #082155;
    font-size:1.5em;
    line-height:1.6;
    width: 10px;
    flex-grow: 1;
    font-weight: bold;
    letter-spacing: 1px;}

.guideBoxc1164274 .guideInfo p span {
    color: #4A7BFD;}

 .guideBoxc1164274 .guideCon{
    width: 100%;
    padding: 0.16rem;
    box-sizing: border-box;
    border-radius: 0 0 0.12rem 0.12rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(1.2rem);
    margin-top: -0.16rem;
    overflow: hidden;}

.guideBoxc1164274 pre {
    width: 100%;
    color: #1F2329;
    line-height:1.8;
    white-space: pre-wrap;}
@media screen and (max-width: 1024px){
   .guideBoxc1164274 > span{
      font-size:0.18rem;
      line-height:1.2;
      font-weight:600;}
   .guideBoxc1164274{
     align-items: center;}
   .guideBoxc1164274 > p{
     font-size:0.12rem;}
}
[v-cloak] {
  display: none
;}

.guidec1164275 h4{
    font-size:1.2em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.1rem;}

.guidec1164275 .cardc1164275{
    gap: 0.12rem 0.2rem;
    display: flex;
    flex-wrap: wrap;}

.guidec1164275 .cardc1164275 li{
   margin-left:0;
   margin-right:0.4rem;}

.guidec1164275 .cardc1164275 .questionItemc1164275{
    display: flex;
    gap: 0.1rem;
    border: 1px solid rgba(205, 223, 249, 0.5);
    box-shadow: 0px 0.04rem 0.2rem 0px rgba(144, 154, 170, 0.1);
    padding:0.08rem 0.15rem;
    border-radius: 0.12rem;
    align-items:center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;}

.guidec1164275 .cardc1164275 .questionItemc1164275:hover{
    transform: translateY(-2px);
    border: 1px solid #cddff9;
    box-shadow: 0px 0.04rem 0.2rem 0px rgba(144, 154, 170, 0.5);
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;}

.guidec1164275 .cardc1164275 .questionItemc1164275:active{
    opacity: 0.5;}

.guidec1164275 .cardc1164275 .questionItemc1164275 .defaultImg{
     height:1em;}

.guidec1164275 .cardc1164275 .questionItemc1164275 p{
    flex-grow: 1;
    width: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:1.5;
    color: #1F2329;}

@media screen and (max-width: 1024px){
  .guidec1164275 .cardc1164275{
    gap: 0.12rem 0.1rem;
    align-items: flex-start;}
  .guidec1164275 .cardc1164275 li{
    margin-right:0;}  
  .psearch-tsc ul li a{
    backdrop-filter:none;}
  .psearch-tsc ul li a div img{
    width:0.16rem;
    height:0.16rem;}
}






[v-cloak] {
    display: none
;}

:root {
  --primary-color: #3873FF;
  --secondary-color: #F4F009;
  --font-color: #1F2329;
  --hover-font-color:90,90,90;
  --delay-time: .3s
;}

.chatInputc1164277 .scrollContainer{
    width: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding-bottom: 3px;
    justify-content: space-between;}

.chatInputc1164277 .scrollContainer .leftArea{
    flex-grow: 1;
    display: flex;
    gap: 0.06rem;
    width: 50%;}

.chatInputc1164277 .scrollContainer .leftArea .showSessionBtn{
    pointer-events: all;
    cursor: pointer;
    height: 3.4em;
    display: flex;
    align-items: flex-end;}

.chatInputc1164277 .scrollContainer .leftArea .showSessionBtn svg{
    width:0.26rem;
    height:0.26rem;}

.chatInputc1164277 .scrollContainer .leftArea .addNewChat,.chatInputc1164277 .scrollContainer .leftArea .removeChat{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0.05rem 0.1rem;
    background: #fff;
    border-radius: 0.06rem;
    color: var(--primary-color);
    box-shadow: 0px 1px 0.1rem 0px rgba(48, 61, 105, 0.1);
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;}

.chatInputc1164277 .scrollContainer .leftArea .addNewChat:hover,.chatInputc1164277 .scrollContainer .leftArea .removeChat:hover{
    transition: all 0.3s;
    box-shadow: 0px 1px 0.1rem 0px rgba(48, 61, 105, 0.2);}

.chatInputc1164277 .scrollContainer .leftArea .removeChat{
    color: #909AAA;}

.chatInputc1164277 .scrollContainer .leftArea .addNewChat.disable,.chatInputc1164277 .scrollContainer .leftArea .removeChat.disable{
    cursor: not-allowed;
    color:#afafaf;}

.chatInputc1164277 .scrollContainer .leftArea .addNewChat.disable:hover,.chatInputc1164277 .scrollContainer .leftArea .removeChat.disable:hover{
    box-shadow: 0px 1px 0.1rem 0px rgba(48, 61, 105, 0.1);}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn{
    display: flex;
    align-items: center;
    gap: 0.1rem;
    pointer-events: all;}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn .playSvg{
    width:0.3rem;
    height:0.3rem;
    cursor: pointer;
    color: var(--primary-color);}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn .pauseSvg{
    width:0.3rem;
    height:0.3rem;
    cursor: pointer;
    color: rgb(var(--hover-font-color));}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn .disabledPause{
    cursor: not-allowed
;}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn .bar {
  fill: var(--primary-color);
  transform-box: fill-box;
  transform-origin: bottom;
  animation: breathe 1.2s infinite ease-in-out;}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn #b1,.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn #b5 {
  animation-delay: -0.00s;}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn #b2,.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn #b4 {
  animation-delay: -0.15s;}

.chatInputc1164277 .scrollContainer .leftArea .broadcastBtn #b3 {
  animation-delay: -0.30s;}

@keyframes breathe {
  0%,
  100% {
    transform: scaleY(0.25);}

  50% {
    transform: scaleY(1);}
}

.chatInputc1164277 .scrollContainer .cursor{
    width: 3.4em;
    height: 3.4em;
    flex-shrink: 0;
    border: 1px solid #F0F2F5;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(223, 113, 113, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    opacity: 0;
    transform: rotate(0deg);
    pointer-events: none;
    transition:opacity var(--delay-time) , transform var(--delay-time);}

.chatInputc1164277 .scrollContainer.showScrollContainer .cursor{
    opacity: 1;
    pointer-events: all;
    transition:opacity var(--delay-time) , transform var(--delay-time);}

.chatInputc1164277 .scrollContainer.scrollDown .cursor{
    transform: rotate(180deg);
    transition:opacity var(--delay-time) , transform var(--delay-time);}

.chatInputc1164277 .scrollContainer .cursor:hover img{
    opacity: 0.7;}

.chatInputc1164277 .scrollContainer .cursor:active img{
    opacity: 1;}

.chatInputc1164277 .scrollContainer .cursor img{
    width:0.2rem;
    height:0.2rem;}

.chatInputc1164277 .scrollContainer .cursor span{
    display:none;}

.chatInputc1164277 .scrollContainer .rightArea{
    flex-grow: 1;
    width: 50%;}

.chatInputc1164277 .chatInputBox {
  position: relative;
  border-radius: 0.29rem;}

.chatInputc1164277 .chatInputBox .chatInputBorder {
    border-radius: 0.4rem;
    height:0.78rem;
    background: rgba(255,255,255,0.8);
    display: flex;
    gap: 0.12rem;
    backdrop-filter: blur(30.36px);
    box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, .1);
    padding:0 0.32rem;
    align-items: center;
    position: relative;}

.chatInputc1164277 .chatInputBox .chatInputBorder .starIcon{
    width: 0.18rem;
    height: 0.18rem;}

.chatInputc1164277 .chatInputBox .chatInputBorder #messageBox{
    outline: none;
    border: none;
    flex-grow: 1;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:transparent;
    height:100%;}

.chatInputc1164277 .chatInputBorder #messageBox::placeholder{
   opacity:1;
   color:#DE592A;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height:100%;
    gap: 0.12rem
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon {
  height: 0.24rem;
  width: 0.24rem;
  position: relative;
  cursor: pointer
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon svg{
  height:100%;
  width: 100%;}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon:hover svg path {
  fill: var(--font-color)
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon:active svg path {
  fill: var(--primary-color);
  position: relative;}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon:active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 37%, rgba(255, 255, 255, 0) 63%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 37%, rgba(255, 255, 255, 0) 63%);
    background-size: 100% 200%;
    pointer-events: none;
    animation: ivuSkeletonMove 1s ease infinite
;}

@keyframes ivuSkeletonMove {
    0% {
        background-position: 0 100%
    ;}

    to {
        background-position: 0 0%
    ;}
}

.chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon svg path {
  fill: rgb(var(--hover-font-color))
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .line {
  width: 2px;
  height: 0.2rem;
  background: rgba(var(--hover-font-color), 0.3)
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send {
  width: 0.52rem;
  height: 0.52rem;
  flex-shrink: 0;
  background: linear-gradient(311deg, #D7352C 10%, #F4C726 96%);
  box-shadow: 0px 4px 10px 0px rgba(215, 53, 44, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 0;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send > img{
  width:0.22rem;
  height:0.22rem
;}
.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send .pc{
  width:0.52rem;
  height:0.52rem;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send:hover {
  opacity: .8
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send:active {
  opacity: 1
;}

.chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send svg {
  width: 0.2rem;
  height: 0.2rem
;}

.chatInputc1164277 .chatInputBox.disabledInputBox {
  cursor: not-allowed
;}

.chatInputc1164277 .chatInputBox.disabledInputBox .chatInputBorder .rightBox .asrIcon {
  cursor: not-allowed
;}

.chatInputc1164277 .chatInputBox.disabledInputBox .chatInputBorder .rightBox .asrIcon:hover svg g path {
  fill:rgb(var(--hover-font-color))
;}

.dictationBgc1164277{
    display:none;}

@media screen and (max-width: 1024px) {
    .chatInputc1164277 .rightBox .send .pc{
      display:block!important;
      width:0.28rem!important;
      height:0.28rem!important;}
    .psearch-box{
      min-height:auto;}
  
    .chatInputc1164277 .scrollContainer{
        padding:0.5em 0;}
    .chatInputc1164277 .scrollContainer .leftArea .showSessionBtn{
        height:auto;}
    .chatInputc1164277 .scrollContainer .rightArea{
        display:none;}
    .chatInputc1164277 .scrollContainer .cursor{
        gap: 4px;
        height: auto;
        background: transparent;
        box-shadow: none;
        width: max-content;
        border:none;
        padding-right: 0.16rem;}
    .chatInputc1164277 .scrollContainer .cursor img{
        width:1em;
        height:1em;
        transform: rotate(0deg);
        transition: transform var(--delay-time);}
    .chatInputc1164277 .scrollContainer .cursor span{
        font-size:0.9em;
        color: var(--primary-color);}
    .chatInputc1164277 .scrollContainer.showScrollContainer .cursor .backTop{
        display: block;}
    .chatInputc1164277 .scrollContainer.showScrollContainer .cursor .backBottom{
        display:none;}
    .chatInputc1164277 .scrollContainer.scrollDown .cursor{
        transform: rotate(0deg);}
    .chatInputc1164277 .scrollContainer.scrollDown .cursor img{
        transform: rotate(180deg);
        transition: transform var(--delay-time);}
    .chatInputc1164277 .scrollContainer.scrollDown .cursor .backTop{
        display:none;}
    .chatInputc1164277 .scrollContainer.scrollDown .cursor .backBottom{
        display: block;}
    .chatInputc1164277 .chatInputBox{
        padding: 0.05rem;
        background: rgba(225, 225, 225, 0.2);}

    .chatInputc1164277 .chatInputBox .chatInputBorder{
        border-radius:0.18rem;
        padding:0;
        gap:0;
        padding-left:0.2rem;
        background:transparent;}
    .chatInputc1164277 .chatInputBox .chatInputBorder .rightBox{
        margin-right:0;}
    .chatInputc1164277 .chatInputBox .chatInputBorder.pressBox{
        padding-left:0.98rem;
        padding-right:0.3rem;}

    .chatInputc1164277 .chatInputBox .chatInputBorder.pressBox .voiceSpanRef{
        width: 100px;
        color: #666;
        text-align: center;
        user-select: none;
        flex-grow: 1;}

    .dictationBgc1164277{
        position: fixed;
        inset: 0;
        background: linear-gradient(180deg, transparent 10%, #fff 50%);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        z-index:99999;}
    .dictationBgc1164277 .bubbleBox{
        margin: auto 0.6rem 0.6rem;
        border-radius: 0.16rem;
        padding: 0.14rem 0.18rem 0.18rem;
        background: #F7F8FA;
        color: #5F7288;
        position: relative;}
    
    .chatInputc1164277 .chatInputBox .chatInputBorder .rightBox .send img{
       width:0.1rem;
       height:0.1rem;}

    .dictationBgc1164277 .bubbleBox::after {
        content: " ";
        position: absolute;
        border: solid 0.1rem transparent;
        border-top: solid 0.1rem #F7F8FA;
        left: 50%;
        margin-left: 0.05rem;
        bottom: -0.19rem;}

    .dictationBgc1164277 .bubbleBox .circleLoading{
        display: flex;
        gap: 0.08rem;
        height: 0.39rem;
        align-items: center;}
    @keyframes ball-pulse {
        0%,
        60%,
        100% {
            opacity: 1;
            transform: scale(1);}

        30% {
            opacity: 0.1;
            transform: scale(0.01);}
    }

    .dictationBgc1164277 .bubbleBox .circleLoading>div{
        width:0.1rem;
        height: 0.1rem;
        border-radius: 50%;
        animation: ball-pulse 0.7s ease-in-out infinite;}

    .dictationBgc1164277 .bubbleBox .circleLoading .circle-loading-first {
      background: linear-gradient(to right, #3876ff, #398afe);
      animation-delay: -200ms;}

    .dictationBgc1164277 .bubbleBox .circleLoading .circle-loading-second {
      background: linear-gradient(to right, #3a99fd, #3aadfb);
      animation-delay: -100ms;}

    .dictationBgc1164277 .bubbleBox .circleLoading .circle-loading-third {
      background: linear-gradient(to right, #3cbcfb, #3cd1f9);
      animation-delay: 0ms;}

    .dictationBgc1164277 .bubbleBox textarea{
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        line-height: 1.6;
        resize: none;}

    .dictationBgc1164277 .dictationBtn{
        padding:0 0.6rem;}

    .dictationBgc1164277 .dictationBtn .touchBtns,.dictationBgc1164277 .dictationBtn .editBtns{
        display: flex;
        justify-content: space-between;}

    .dictationBgc1164277 .dictationBtn .cancelBtn,.dictationBgc1164277 .dictationBtn .confirmBtn{
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F7F8FA;
        color:#909AAA;
        position: relative;}

    .dictationBgc1164277 .dictationBtn .cancelBtn svg{
        width:0.32rem;
        height:0.32rem;}

    .dictationBgc1164277 .dictationBtn .cancelBtn .tips{
        position: absolute;
        top: -0.28rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1rem;
        text-align: center;
        pointer-events: none;
        color: #ff6666;
        display:none;}

    .dictationBgc1164277 .dictationBtn .cancelBtn.activeBtn{
        background: #ff6666;
        color:#fff;}

    .dictationBgc1164277 .dictationBtn .cancelBtn.activeBtn .tips{
        display:block;}

    .dictationBgc1164277 .dictationBtn .confirmBtn{
        color:#5F7288;
        position: relative;
        letter-spacing: 0.03rem;}

    .dictationBgc1164277 .dictationBtn .tips{
        position: absolute;
        top: -0.28rem;
        left: 50%;
        transform: translateX(-50%);
        width: 1rem;
        text-align: center;
        pointer-events: none;
        color:#5F7288;
        display:none;}

    .dictationBgc1164277 .dictationBtn .activeBtn{
        color:#ffffff;
        background: linear-gradient(130deg, #777 3%, #000 89%);}

    .dictationBgc1164277 .dictationBtn .activeBtn .tips{
        display:block;}

    .dictationBgc1164277 .dictationBtn .sendBtn{
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background: linear-gradient(130deg, #777 3%, #000 89%);}

    .dictationBgc1164277 .soundWaveBg{
        width: 100%;
        height: 1.5rem;
        position: relative;
        padding-top: 0.75rem;}
    .dictationBgc1164277 .soundWaveBg::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5rem;
        background-color: #F7F8FA;
        border-radius: 50% 50% 0 0;
        transform: scaleX(1.5) translateY(0);
        transform-origin: bottom center;
        box-shadow: 0 -0.1rem 0.22rem rgba(0, 0, 0, .1);}
    .dictationBgc1164277 .soundWaveBg .tips{
        position: absolute;
        top: -0.4rem;
        left: 0;
        width: 100%;
        line-height: 1.5;
        color: #5F7288;
        text-align: center;}
    .dictationBgc1164277 .soundWaveBg .voice-dots{
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.04rem;}
    .dictationBgc1164277 .soundWaveBg .voice-dots .dot{
        width: .06rem;
        height: .12rem;
        background: linear-gradient(180deg, #777 3%, #000 89%);
        border-radius: 50%;
        animation: voiceWave .8s ease-in-out infinite;
        opacity: .7;
        transform-origin: center center;}

    @keyframes voiceWave {
      0% {
        transform: scaleY(1);
        opacity: 0.7;}

      25% {
        transform: scaleY(2);
        opacity: 1;}

      50% {
        transform: scaleY(1);
        opacity: 0.7;}

      75% {
        transform: scaleY(1.5);
        opacity: 0.9;}

      100% {
        transform: scaleY(1);
        opacity: 0.7;}
    }

    .dictationBgc1164277 .soundWaveBg.outside{
        opacity: 0.3;}

    .dictationBgc1164277 .soundWaveBg.outside .tips{
        display:none;}

    .dictationBgc1164277 .soundWaveBg.hide{
        opacity: 0;
        pointer-events: none;}
    .chatInputc1164277 .chatInputBox .chatInputBorder{
        padding:0 0.15rem!important;
        overflow:hidden;
        height:0.36rem;
        border:1px solid rgba(255,255,255,0.6);}
    .chatInputc1164277 .chatInputBorderImages{
        display:none;}
    .chatInputc1164277 .chatInputBorder .send{
        margin-right:0!important;
        width:0.22rem!important;
        height:0.22rem!important;}
    .chatInputc1164277 .chatInputBox .chatInputBorder #messageBox{
       padding:0 0.06rem;
       font-size:0.13rem;}
    .chatInputc1164277 .chatInputBox .chatInputBorder .asrIcon {
       width:0.2rem;
       height:0.2rem;}
    .pressBox .voiceSpanRef{
      font-size:0.13rem;}
}
[v-cloak] {
   display: none
;}

.appc1164363{
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
    width:100%;}
.appc1164363 .docInfo,.appc1164363 .questionItem{
    cursor: pointer;
    padding: 0.08rem 0;
    display: flex;
    gap: 0.08rem;
    align-items: center;}
.appc1164363 .questionItem{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:50%;}
.appc1164363 .docInfo{
   border-bottom: 1px dashed #fff;
   padding-bottom:0.2rem;
   padding-left:0;
   padding-right:0;}

.appc1164363 .docInfo > img{
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
    margin-top:0.04rem;}
.appc1164363 .docInfo p,.appc1164363 .questionItem p{
    flex: 1;
    color: #1F2329;
    line-height:1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.appc1164363 .questionItem p{
   font-size:0.16rem;}
.appc1164363 .docInfo p{
    font-size:0.3rem;
    color:#E93614;}
.appc1164363 .questionItem p > span{
   width:0.05rem;
   height:0.05rem;
   background:#E12815;
   display:inline-block;
   border-radius:50%;
   position: relative;
   top: -0.02rem;}

.appc1164363 .questionContainer {
   display:flex;
   flex-direction: row;
   width: 100%;
   gap:0.9rem;}

.appc1164363 .interpretationLabel {
   width: 1.05rem;
   height: 0.3rem;
   border-radius: 0.15rem;
   opacity: 1;
   background: rgba(255, 255, 255, 0.51);
   display:flex;
   align-items: center;
   justify-content: center;}

@media screen and (max-width: 1024px){
  .appc1164363 .questionContainer{
    flex-direction: column;
    gap:0;}
  .appc1164363 .questionItem{
    max-width: 100%;
    width:100%;}
  .appc1164363 .docInfo{
    flex-wrap:wrap;
    align-items: flex-start;
    padding-bottom:0.12rem;}
  .appc1164363 .docInfo p{
    font-size:0.17rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    flex:auto;
    width: calc(100% - 0.3rem);}
  .appc1164363 .docInfo > img{
    width:0.2rem;
    height:0.2rem;
    margin-top:0.03rem;}
  .appc1164363 .questionItem p{
    font-size:0.14rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
  .appc1164363 .interpretationLabel{
    width: auto;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
    margin-left: auto;
    font-size:0.13rem;}
  .appc1164363{
    gap: 0.07rem;}
}
