::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#f6f6f6}::-webkit-scrollbar-thumb{background-color:#888;border-radius:2px}::-webkit-scrollbar-thumb:hover{background-color:#666}.chat-box{height:600px;border-radius:10px;margin:10px auto;overflow:hidden}.chat-box,.home-hot-title{width:500px;box-shadow:0 0 5px 1px rgba(0,0,0,.5)}.home-hot-title{font-size:16px;font-family:fangsong;font-weight:700;line-height:32px;border-radius:16px}@media screen and (max-width:659px){.chat-box{width:100%;height:520px}.chat-box-footer-content-input{height:45px!important}.home-hot-title{width:100%;margin:0 auto}}.chat-box-header{height:5%;background-color:rgba(0,255,255,.3);padding:0 20px;display:flex;align-items:center;justify-content:center}.chat-box-content,.chat-box-header{width:100%;box-shadow:inset 0 0 3px rgba(0,0,0,.5)}.chat-box-content{height:70%;background-color:transparent;overflow:auto}.chat-box-content-item{width:100%;padding:0 20px;display:flex}.chat-box-content-item p{max-width:85%;padding:5px 10px;border-radius:3px;box-shadow:0 0 5px 1px rgba(0,0,0,.5);text-align:left}.chat-box-content-item-answer{justify-content:flex-start}.chat-box-content-item-answer p{background-color:hsla(0,0%,100%,.7)}.chat-box-content-item-question{justify-content:flex-end}.chat-box-content-item-question p{background-color:rgba(137,217,97,.7)}.chat-box-footer{width:100%;height:25%;background-color:transparent;padding:20px;box-shadow:inset 0 0 3px rgba(0,0,0,.5)}.chat-box-footer-content{background-color:hsla(0,0%,86%,.3);border-radius:5px;padding:8px}.chat-box-footer-content-input{width:100%;height:60px;resize:none;border:none;background-color:transparent;font-size:14px}.chat-box-footer-content-input:focus{outline:none}