[v-cloak] {
    display: none
;}

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

.chatInputc1021{
    font-size: 0.13rem;
    position: relative;}

.chatInputc1021 .scrollContainer{
    height: 0.55rem;
    width: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    justify-content: space-between;}

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

.chatInputc1021 .scrollContainer .leftArea .addNewChat{
    height: 0.34rem;
    display: flex;
    gap: 0.04rem;
    align-items: center;
    padding: 0 0.12rem;
    background: #fff;
    border-radius: 0.06rem;
    color: var(--primary-color);
    font-size: 0.14rem;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(48, 61, 105, 0.1);
    cursor: pointer;
    pointer-events: all;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat:hover svg{
    opacity: 0.8;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat:hover span{
    opacity: 0.8;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat.disable{
    cursor: not-allowed;
    color:rgb(var(--hover-font-color),0.7);}

.chatInputc1021 .scrollContainer .leftArea .addNewChat.disable:hover svg{
    opacity: 1;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat.disable:hover span{
    opacity: 1;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat:active svg{
    opacity: 1;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat:active span{
    opacity: 1;}

.chatInputc1021 .scrollContainer .leftArea .addNewChat svg{
    width:0.14rem;
    height:0.14rem;}

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

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

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

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

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

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

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

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

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

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

.chatInputc1021 .scrollContainer .cursor{
    width: 0.5rem;
    height: 0.5rem;
    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);}

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

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

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

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

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

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

.chatInputc1021 .chatInputBox {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    padding: 0.08rem;
    border-radius: 0.43rem;
    margin-bottom: 0.3rem;}

.chatInputc1021 .chatInputBox .chatInputBorder {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(31.5px);
    box-shadow: 0px 20px 40px 0px rgba(127, 163, 235, 0.25);
    height: 0.7rem;
    border-radius: 0.35rem;
    display: flex;
    overflow: hidden;
    gap: 0.12rem;}

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

.chatInputc1021 .chatInputBox .chatInputBorder #messageBox{
    outline: none;
    border: none;
    flex-grow: 1;
    padding-left: 0.2rem;
    color: #627AAC;
    font-size: 0.14rem;}

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

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

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

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

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

.chatInputc1021 .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%
    ;}
}

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

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

.chatInputc1021 .chatInputBox .chatInputBorder .rightBox .send {
    width: 0.48rem;
    height: 0.48rem;
    flex-shrink: 0;
    background: linear-gradient(210deg, #36B7F3 3%, #1563FE 75%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;}

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

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

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

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

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

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

.dictationBgc1021{
    display:none;}

@media screen and (max-width: 750px) {
    .chatInputc1021{
        height:1.2rem;
        border-radius:0.6rem;
        background:rgba(255,255,255,0.8);
        backdrop-filter: blur(31.5px);
        padding:0.1rem 0.08rem;}
    .chatInputc1021 .chatInputBox{
        width:100%;
        height:100%;
        padding:0;}
    .chatInputc1021 .chatInputBox .chatInputBorder{
        width:100%;
        height:100%;
        border-radius:0.49rem;
        padding:0;
        gap: 0.16rem !important;
        padding-left: 0.16rem;}
    .chatInputc1021 .chatInputBox .chatInputBorder .asrIcon{
        width:0.48rem;
        height:0.48rem;}
    .chatInputc1021 .chatInputBox .chatInputBorder .rightBox .send{
        width:0.82rem;
        height:0.82rem;}
    .chatInputc1021 .chatInputBox .chatInputBorder .rightBox .send svg{
        width:0.38rem;
        height:0.38rem;}
    .chatInputc1021 .chatInputBox .chatInputBorder.pressBox{
        padding-left:0.98rem;
        padding-right:0.3rem;}
    
    .chatInputc1021 .chatInputBox .chatInputBorder.pressBox .voiceSpanRef{
        width: 100px;
        font-size: 0.26rem;
        color: #666;
        text-align: center;
        user-select: none;
        flex-grow: 1;}
    
    .dictationBgc1021{
        position: fixed;
        inset: 0;
        background: linear-gradient(180deg, transparent 10%, #fff 50%);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        font-size: 0.26rem;
        gap: 0.6rem;}
    .dictationBgc1021 .bubbleBox{
        margin: auto 0.6rem 0.6rem;
        border-radius: 0.16rem;
        padding: 0.14rem 0.18rem 0.18rem;
        background: #F7F8FA;
        color: #5F7288;
        position: relative;}
    
    .dictationBgc1021 .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;}
    
    .dictationBgc1021 .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);}
    }

    .dictationBgc1021 .bubbleBox .circleLoading>div{
        width:0.1rem;
        height: 0.1rem;
        border-radius: 50%;
        animation: ball-pulse 0.7s ease-in-out infinite;}
    
    .dictationBgc1021 .bubbleBox .circleLoading .circle-loading-first {
      background: linear-gradient(to right, #3876ff, #398afe);
      animation-delay: -200ms;}

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

    .dictationBgc1021 .bubbleBox .circleLoading .circle-loading-third {
      background: linear-gradient(to right, #3cbcfb, #3cd1f9);
      animation-delay: 0ms;}
    
    .dictationBgc1021 .bubbleBox p{
        outline: none;
        line-height: 1.5;}
    
    .dictationBgc1021 .bubbleBox p::after {
        content: "|";
        animation: Flickering .5s infinite;}
    
    .dictationBgc1021 .bubbleBox p.hideCursor::after{
        display:none;}
    @keyframes Flickering {
        0% {
            opacity: 1
        ;}
    
        100% {
            opacity: 0
        ;}
    }
    
    .dictationBgc1021 .bubbleBox p:focus::after {
        display:none;}
    
    .dictationBgc1021 .dictationBtn{
        padding:0 0.6rem;}
    
    .dictationBgc1021 .dictationBtn .touchBtns,.dictationBgc1021 .dictationBtn .editBtns{
        display: flex;
        justify-content: space-between;}
    
    .dictationBgc1021 .dictationBtn .cancelBtn,.dictationBgc1021 .dictationBtn .confirmBtn{
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F7F8FA;
        color:#909AAA;
        font-size: 0.24rem;
        position: relative;}
    
    .dictationBgc1021 .dictationBtn .cancelBtn svg{
        width:0.32rem;
        height:0.32rem;}
    
    .dictationBgc1021 .dictationBtn .cancelBtn .tips{
        position: absolute;
        top: -0.28rem;
        left: 50%;
        transform: translateX(-0.45rem);
        font-size: 0.2rem;
        width: 1rem;
        text-align: center;
        pointer-events: none;
        color: #ff6666;
        display:none;}
    
    .dictationBgc1021 .dictationBtn .cancelBtn.activeBtn{
        background: #ff6666;
        color:#fff;}
    
    .dictationBgc1021 .dictationBtn .cancelBtn.activeBtn .tips{
        display:block;}
    
    .dictationBgc1021 .dictationBtn .confirmBtn{
        color:#5F7288;
        position: relative;
        letter-spacing: 0.03rem;}
    
    .dictationBgc1021 .dictationBtn .tips{
        position: absolute;
        top: -0.28rem;
        left: 50%;
        transform: translateX(-0.45rem);
        font-size: 0.2rem;
        width: 1rem;
        text-align: center;
        pointer-events: none;
        color:#5F7288;
        display:none;}
    
    .dictationBgc1021 .dictationBtn .activeBtn{
        color:#ffffff;
        background: linear-gradient(210deg, #36B7F3 3%, #1563FE 75%);}
    
    .dictationBgc1021 .dictationBtn .activeBtn .tips{
        display:block;}
    
    .dictationBgc1021 .dictationBtn .sendBtn{
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background:linear-gradient(210deg, #36B7F3 3%, #1563FE 75%);}
    
    .dictationBgc1021 .soundWaveBg{
        width: 100%;
        height: 1.5rem;
        position: relative;
        padding-top: 0.75rem;}
    .dictationBgc1021 .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);}
    .dictationBgc1021 .soundWaveBg .tips{
        position: absolute;
        top: -0.4rem;
        left: 0;
        width: 100%;
        font-size: 0.24rem;
        line-height: 1.5;
        color: #5F7288;
        text-align: center;}
    .dictationBgc1021 .soundWaveBg .voice-dots{
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.04rem;}
    .dictationBgc1021 .soundWaveBg .voice-dots .dot{
        width: .06rem;
        height: .12rem;
        background:linear-gradient(210deg, #36B7F3 3%, #1563FE 75%);
        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;}
    }
    
    .dictationBgc1021 .soundWaveBg.outside{
        opacity: 0.3;}
    
    .dictationBgc1021 .soundWaveBg.outside .tips{
        display:none;}
    
    .dictationBgc1021 .soundWaveBg.hide{
        opacity: 0;
        pointer-events: none;}
}


[v-cloak] {
  display: none
;}

.guidec1022{
    font-family: "AlibabaPuHuiTi, Microsoft YaHei, PingFang SC, Arial, BlinkMacSystemFont, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif";}

.guidec1022 h4{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;}

.guidec1022 .cardc1022{
    display: flex;
    gap:0.2rem;
    flex-wrap: wrap;}
.guidec1022 .cardc1022 .questionItemc1022{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    padding:0.1rem 0.23rem;
    border-radius: 0.17rem;
    height:0.34rem;
    align-items:center;
    cursor: pointer;
    max-width:100%;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;}

.guidec1022 .cardc1022 .questionItemc1022:hover{
    transform: translateY(-2px);
    border: 1px solid #f5f5f5;
    transition: transform 0.3s, border 0.3s;}

.guidec1022 .cardc1022 .questionItemc1022:active{
    opacity: 0.5;}

.guidec1022 .cardc1022 .questionItemc1022 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    line-height:0.14rem;
    width:100%;
    color: #576B93;
    letter-spacing: 0.7px;}
[v-cloak] {
  display: none
;}

.docInterpretationc1024 {
    font-family: "AlibabaPuHuiTi, Microsoft YaHei, PingFang SC, Arial, BlinkMacSystemFont, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif";}

.docInterpretationc1024 h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;}

.docInterpretationc1024 h3 span{
    color:#0054F7;}

.docInterpretationc1024 .list {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;}

.docInterpretationc1024 .list .item {
    cursor: pointer;
    height:0.44rem;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
    border-bottom: solid 1px #E6EDF3;}

.docInterpretationc1024 .list .item:last-child{
    border-bottom: none;}

.docInterpretationc1024 .list .item:hover{
    transform: translateY(-2px);
    transition: transform 0.3s;}

.docInterpretationc1024 .list .item:active{
    opacity: 0.5;}

.docInterpretationc1024 .list .item .item-con{
    display: flex;
    width: 100%;
    gap:0.08rem;}

.docInterpretationc1024 .list .item .item-con img{
    width: 0.24rem;
    height: 0.24rem;}

.docInterpretationc1024 .list .item .item-con p{
    flex:1;
    width: 0.1rem;
    font-size: 0.14rem;
    color: #1F2329;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
[v-cloak] {
  display: none
;}

.guidec1025{
    font-family: "AlibabaPuHuiTi, Microsoft YaHei, PingFang SC, Arial, BlinkMacSystemFont, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif";}

.guidec1025 h4{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;}

.guidec1025 h4 span{
    color:#0054F7;}

.guidec1025 .cardc1025{
    display: flex;
    flex-wrap: wrap;
    gap: 0.12rem;}

.guidec1025 .cardc1025 .questionItemc1025{
    display: flex;
    gap: 0.1rem;
    height: 0.44rem;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s;
    width: 100%;
    border-bottom: solid 1px #E6EDF3;}

.guidec1025 .cardc1025 .questionItemc1025:last-child{
    border-bottom:none;}

.guidec1025 .cardc1025 .questionItemc1025:hover{
    transform: translateY(-2px);
    transition: transform 0.3s;}

.guidec1025 .cardc1025 .questionItemc1025:active{
    opacity: 0.5;}

.guidec1025 .cardc1025 .questionItemc1025 img{
    height:0.16rem;
    width:0.16rem;}

.guidec1025 .cardc1025 .questionItemc1025 p{
    flex-grow: 1;
    width: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #1F2329;}
[v-cloak] {
  display: none
;}

.guidec1023{
    font-family: "AlibabaPuHuiTi, Microsoft YaHei, PingFang SC, Arial, BlinkMacSystemFont, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif";}

.guidec1023 h4{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;}

.guidec1023 .cardc1023{
    display: flex;
    gap:0.2rem;
    flex-wrap: wrap;}
.guidec1023 .cardc1023 .questionItemc1023{
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    padding:0.1rem 0.23rem;
    border-radius: 0.17rem;
    height:0.34rem;
    align-items:center;
    cursor: pointer;
    max-width:100%;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;}

.guidec1023 .cardc1023 .questionItemc1023:hover{
    transform: translateY(-2px);
    border: 1px solid #f5f5f5;
    transition: transform 0.3s, border 0.3s;}

.guidec1023 .cardc1023 .questionItemc1023:active{
    opacity: 0.5;}

.guidec1023 .cardc1023 .questionItemc1023 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    line-height:0.14rem;
    width:100%;
    color: #576B93;
    letter-spacing: 0.7px;}
[v-cloak] {
  display: none
;}

.guidec1029{
    font-family: "AlibabaPuHuiTi, Microsoft YaHei, PingFang SC, Arial, BlinkMacSystemFont, Helvetica Neue, Open Sans, Hiragino Sans GB, sans-serif";
    width:100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    padding:0.3rem 0.4rem 0.35rem;}

.guidec1029 h4{
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.26rem;
    margin-bottom: 0.1rem;}

.guidec1029 .cardc1029{
    display: flex;
    gap:0.4rem 0.2rem;
    flex-wrap: wrap;}
.guidec1029 .cardc1029 .questionItemc1029{
    border-bottom: 1px solid #E3EBF1;
    display: flex;
    padding:0.25rem 0 0.15rem;
    height:0.14rem;
    gap:0.1rem;
    align-items:center;
    width:calc((100% - 0.4rem) / 2);}

.guidec1029 .cardc1029 .questionItemc1029 img{
    width:0.14rem;
    height:0.14rem;}

.guidec1029 .cardc1029 .questionItemc1029 img:last-child{
    cursor: pointer;}

.guidec1029 .cardc1029 .questionItemc1029 img:last-child:hover{
    opacity: 0.8;}

.guidec1029 .cardc1029 .questionItemc1029 img:last-child:active{
    opacity: 0.6;}

.guidec1029 .cardc1029 .questionItemc1029 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.14rem;
    line-height:0.14rem;
    width:10px;
    flex-grow: 1;
    color: #363F4A;
    letter-spacing: 0.7px;}
