/*!  copyright: 2021 2023-4-1 14:37:56 */.chat{width:700px;max-height:480px;padding:20px 30px;border-block-color:#111;overflow-y:scroll;margin:0 auto}.chat .linear-blue{background:linear-gradient(135deg,#90aafe,#5e7dff);box-shadow:0 3px 10px 0 rgba(95,126,255,.5)}.chat .ask-card{width:300px;background-color:#fff;overflow:hidden;font-size:16px}.chat .ask-card .card-header{padding-left:10px;padding-right:15px;display:flex;align-items:center;justify-content:space-between;height:40px;color:#fefefe}.chat .ask-card .card-header .title{padding-left:7px;flex:1}.chat .ask-card .card-header div{font-size:12px;flex:1;text-align:right}.chat .ask-card .card-content{padding:15px;font-weight:400}.chat .ask-card .card-content .note{color:#000;margin-bottom:10px;line-height:22px}.chat .ask-card .card-content .note .label{color:#a6aeb3}.chat .info-tips{padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto;background:#f0f4f7;border-radius:5px;line-height:20px;color:#a6aeb3;font-size:12px;text-align:center}.chat .ask-text{max-width:260px;background-color:#fff;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chat .ask-text .text-content{padding:15px;font-weight:400;color:#000;font-size:15px;line-height:22px;white-space:pre-line}.chat .border-top-left-radius{border-radius:0 10px 10px 10px}.chat .border-top-right-radius{border-radius:10px 0 10px 10px;background:#dfe7ff}