@keyframes questionFadeOutLeft{0%{opacity:1;transform:translate3d(0,0,0) scale(1)}to{opacity:0;transform:translate3d(-20%,0,0) scale(.96)}}@keyframes optionsFadeOutLeft{0%{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-15%,0,0)}}@keyframes questionFadeInRight{0%{opacity:0;transform:translate3d(30%,0,0) scale(.96)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}@keyframes optionFadeInUp{0%{opacity:0;transform:translate3d(0,.4rem,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes slideIn{0%{transform:translate3d(-.8rem,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes pulse{0%,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1)}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:26.666666vw}@media screen and (min-width:540px){html{font-size:144px}}@media screen and (max-width:320px){html{font-size:85.333px}}body{font-size:.373rem;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC",sans-serif;background-color:#e6e6e6;overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}.main{width:100%;max-width:11.467rem;margin:0 auto;height:100vh;position:relative}.scroll-container{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding-top:1.987rem}.scroll-container::-webkit-scrollbar{width:.107rem}.scroll-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:.053rem}.box_image{position:fixed;top:0;left:50%;width:100%;max-width:11.467rem;z-index:999;background-color:#fff;box-shadow:0 .053rem .213rem rgba(0,0,0,.08);transform:translateX(-50%);backface-visibility:hidden}.nav-daoh{width:100%;overflow:hidden}.nav-daoh img{display:block;width:100%;height:auto}.cc_6{display:flex;margin:.133rem;background-color:#fff;padding:.32rem;border-radius:.267rem}.cc_7{width:1.92rem;height:1.92rem;cursor:pointer;flex-shrink:0}.box-list-img img,.cc_7 img{width:100%;height:100%;object-fit:cover}.cc_7,.cc_7 img{border-radius:.213rem}.cc_8_wrap{flex:1;margin-left:.267rem;min-width:0}.cc_8{font-size:.373rem;color:#333;font-weight:700}.cc_9{display:flex;flex-wrap:wrap;margin:.133rem 0}.cc_10,.flgw{font-size:.293rem}.flgw{border:1px solid #ed4c18;color:#ed4c18;padding:.053rem .133rem;border-radius:.107rem;margin-right:.133rem;margin-bottom:.053rem}.cc_10{color:#666;line-height:1.4}.cc_10 strong{color:#ed4c18}.box-list-item{display:flex;padding:.2rem .267rem}.box-list-item-left{flex-shrink:0}.box-list-img{width:1.067rem;height:1.067rem;border-radius:50%}.box-list-img img{border-radius:50%}.box-list-item-right{flex:1;margin-left:.267rem;min-width:0}.box-items{background:#fff;padding:.2rem .267rem;font-size:.373rem;color:#333;border-radius:.267rem;line-height:1.5;box-shadow:0 .053rem .107rem rgba(0,0,0,.04);word-wrap:break-word;word-break:break-word}.box-items strong{color:#f40;font-weight:700}.bot-info{font-size:.32rem;color:#666;margin-bottom:.107rem}.bot-time{color:#999;margin-left:.133rem}.question-text{font-size:.373rem;font-weight:500;color:#333;margin:.133rem .133rem .2rem;word-wrap:break-word;word-break:break-word}.mytags,.options-wrapper{backface-visibility:hidden}.options-wrapper{will-change:transform,opacity;transform:translate3d(0,0,0);opacity:1;overflow:hidden}.mytags{display:block;color:#fff;font-size:.373rem;background-color:#ed4c18;padding:.2rem .373rem;border-radius:.267rem;margin:.2rem 0;text-align:center;word-wrap:break-word;word-break:break-word;cursor:pointer;user-select:none;transition:transform .1s ease,opacity .1s ease,background-color .2s ease;line-height:1.4}.mytags:active{opacity:.85;transform:scale(.98)}.mytags.selected{background-color:#c93a14;box-shadow:inset 0 .053rem .133rem rgba(0,0,0,.2)}.mytags.disabled{opacity:.6;pointer-events:none}.box-list-my{display:flex;justify-content:flex-end;padding:.2rem .267rem}.box-list-my1,.pulse-button{color:#fff;text-align:center;font-size:.373rem}.box-list-my1{display:block;background-color:#ed4c18;padding:.2rem .267rem;border-radius:.267rem;line-height:1.4;word-wrap:break-word;word-break:break-word;max-width:80%;min-width:1.6rem}.pulse-button{position:relative;margin:.267rem 0;cursor:pointer;user-select:none;padding:.373rem .267rem;background-color:transparent}.pulse-button__bg{position:absolute;background-color:#ed4c18;border-radius:.267rem;top:0;left:0;width:100%;height:100%;animation:pulse 1s infinite;will-change:transform;backface-visibility:hidden}.pulse-button__text{position:relative;z-index:1;color:#fff;font-weight:500}.box-list-item.fade-out-left{animation:questionFadeOutLeft .25s cubic-bezier(.4,0,.6,1) forwards}.options-wrapper.fade-out-left{animation:optionsFadeOutLeft .25s cubic-bezier(.4,0,.6,1) forwards}.bubble.question-enter{animation:questionFadeInRight .35s cubic-bezier(.22,.61,.36,1) forwards}.bubble.question-enter .mytags{opacity:0;animation:optionFadeInUp .3s cubic-bezier(.22,.61,.36,1) forwards}.bubble.question-enter .mytags:nth-child(1){animation-delay:.05s}.bubble.question-enter .mytags:nth-child(2){animation-delay:.1s}.bubble.question-enter .mytags:nth-child(3){animation-delay:.15s}.bubble.question-enter .mytags:nth-child(4){animation-delay:.2s}.bubble.question-enter .mytags:nth-child(5){animation-delay:.25s}.bubble.question-enter .mytags:nth-child(6){animation-delay:.3s}.bubble{animation:slideIn .3s ease-out}.box-foot{text-align:center;color:#999;padding:.533rem 0 1.067rem;font-size:.373rem;line-height:1.6}.hidden{display:none!important}@media screen and (max-width:320px){.scroll-container{padding-top:1.853rem}.mytags{margin:.16rem 0;padding:.293rem .32rem}.box-list-item{padding:.16rem .267rem}}@media screen and (max-width:375px){.scroll-container{padding-top:1.92rem}}@media screen and (min-width:376px) and (max-width:414px){.scroll-container{padding-top:1.987rem}}@media screen and (min-width:415px){.scroll-container{padding-top:2.04rem}.mytags{margin:.267rem 0}}@media screen and (min-width:431px){.box_image{width:11.467rem}}@media screen and (max-height:667px){.scroll-container{padding-top:1.88rem}.mytags{margin:.16rem 0;padding:.293rem .32rem}.box-list-item{padding:.16rem .267rem}.question-text{margin-bottom:.16rem}}