*{padding:0;margin:0}li,ul,ol{list-style:none}i,em{font-style:normal}form{border:0}textarea,input{outline:none}a{text-decoration:none;color:#333}html,body{width:100%;height:100%}input{outline:none}body{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f8f8f8;margin:0 auto;line-height:1}input,button,textarea{font-family:inherit;appearance:none}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;font-style:normal}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[v-cloak]{display:none}#app{min-height:100%;display:flex;flex-direction:column;justify-content:space-between;background:#fff;margin:0 auto}footer{font-size:10px;color:#aaa;padding:20px;text-align:center}.chat-box{position:relative;width:100%;padding:20px 15px;box-sizing:border-box}.chat-content{height:500px;overflow-y:auto;border:.01rem solid #ddd;margin-bottom:30px;box-sizing:border-box;padding:20px 15px;background-color:#f6f6f6}.flex{display:flex;flex-direction:column}.flex .chat-main{max-width:90%;font-size:14px;line-height:24px;width:fit-content;margin-bottom:10px;display:flex}.chat-main pre,.chat-main code{font-family:inherit;white-space:break-spaces}.chat-left{align-self:flex-start;color:#f2f2f2}.chat-left .chat-inner{background:#3e77c1;margin-left:8px;flex:1;padding:8px 12px;width:fit-content;border-radius:4px;margin-bottom:10px;word-break:break-all}.chat-right{align-self:flex-end;flex-direction:row-reverse;color:#fff}.chat-right .chat-inner{background:#ff5d30;margin-right:8px;flex:1;padding:8px 12px;width:fit-content;border-radius:4px;margin-bottom:10px;word-break:break-all}.chat-input{display:flex;height:40px;margin-bottom:10px}.chat-input .submit-btn{height:40px;border:none;width:76px;background:#ff5d30;color:#fff}.chat-input .submit-btn:disabled{background:#e1e1e1;color:#fff;cursor:not-allowed}.chat-input label{width:50px;height:40px;line-height:40px;background:#bbb;color:#fff;text-align:center;font-size:12px}.chat-input input{border:1px solid #ddd;height:40px;line-height:40px;flex:1;padding:10px 15px;box-sizing:border-box;font-family:inherit}.chat-input input:disabled{cursor:not-allowed;background:#f1f1f1}.img{width:28px;height:28px;border-radius:50%;margin-top:6px}@media screen and (min-width:640px){#app{width:540px;margin:0 auto}.chat-box{padding:20px}.flex .chat-main{font-size:14px}.chat-content{background-color:#fff;height:600px}}