.answerPage{min-height:100vh;background:#f3f5f8;font-size:15px}.answerPage .content{min-height:100vh;padding:12px 12px 34px;background:transparent;position:relative}.answerPage .content:before{content:"";position:absolute;top:0;left:0;width:100%;height:120px;z-index:0;pointer-events:none;background-image:-webkit-linear-gradient(top,rgba(243,245,248,0),rgba(243,245,248,.45) 50%,#f3f5f8 88%),-webkit-linear-gradient(342deg,#c2e0ff,#d5e3fe 41.05%,#dccbfe);background-image:linear-gradient(180deg,rgba(243,245,248,0),rgba(243,245,248,.45) 50%,#f3f5f8 88%),linear-gradient(108deg,#c2e0ff,#d5e3fe 41.05%,#dccbfe);background-repeat:no-repeat}.answerPage .card{position:relative;z-index:1;overflow:hidden;border-radius:14px;background:#fff;-webkit-box-shadow:0 4px 14px rgba(28,78,160,.08);box-shadow:0 4px 14px rgba(28,78,160,.08)}.answerPage .question{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:13px 12px}.answerPage .question-icon{width:22px;height:22px;margin-right:8px;-webkit-box-flex:0;-webkit-flex:0 0 22px;-ms-flex:0 0 22px;flex:0 0 22px}.answerPage .question-text{font-size:15px;color:#1a1a1a;line-height:22px;font-weight:600;word-break:break-word}.answerPage .answer{padding:0 12px 12px;font-size:14px;color:#696969;line-height:24px;word-break:break-all}