.sidebar-container{display:flex;flex-direction:row;position:absolute;top:0;left:0;height:100%;z-index:1000}.sidebar{background:rgba(255,252,246,.86);display:flex;flex-direction:column;align-items:center;padding:0;box-shadow:2px 0 5px rgba(0,0,0,.1);overflow:hidden;min-width:75px}.logo{position:absolute;top:20px;left:24px}.add-btn,.logo{white-space:nowrap}.add-btn{margin-bottom:20px;border:none;background-color:#fff;cursor:pointer;overflow:hidden;margin-top:60px;height:38px;min-width:38px;border-radius:19px;box-shadow:0 4px 12px rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.avatar{margin-top:auto;font-size:24px}.chat-panel{width:640px;background:hsla(40,47%,96%,.96);box-shadow:2px 0 5px rgba(0,0,0,.1)}.hostList_box{display:flex;flex-direction:column;flex:1 1;overflow-y:auto}.history_avatar img{width:36px;height:36px;border-radius:18px;margin-right:10px}.history_name{font-size:14px;color:#000;display:flex;align-items:center;justify-content:space-between}.history_name span{font-size:10px;color:#c9c9c9}.history_content{font-size:12px;color:rgba(0,0,0,.5);width:162px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;margin-top:5px}.historyItem{display:flex;flex-direction:row;align-items:center;padding:14px 16px;cursor:pointer;position:relative}.historyItem.active{background:#eee}.historyItem:hover{background:#f3f3f3}::-webkit-scrollbar{width:0;height:0}.hostList_UserMenu{width:100%;display:flex;justify-content:center;align-items:center;height:40px;border-top:1px solid rgba(0,0,0,.05)}.map_chat_content{height:100%;flex-direction:column}.map_chat_content,.map_chat_top{width:100%;position:relative;display:flex}.map_chat_top{height:40px;border-bottom:1px solid rgba(0,0,0,.12);justify-content:center;align-items:center;z-index:3000}.map_top_name{font-size:14px;font-weight:500;color:#000}.map_top_btn{position:absolute;right:0;top:0;width:40px;height:40px;display:flex;justify-content:center;align-items:center}.mobile_btn{margin:0;background:none;cursor:pointer;border:0}.map_page_content{display:flex;flex:1 1;flex-direction:column;overflow:auto}.chat_content{width:100%;flex:1 1;overflow:auto;margin-bottom:10px;-webkit-overflow-scrolling:touch}.chat_box{margin:0 auto;width:570px;padding-top:20px}.map_inputPanel{background:#fff;border-radius:28px;padding:10px 12px;display:flex;flex-direction:row;gap:8px;box-shadow:0 4px 14px rgba(0,0,0,.1);width:80%;max-width:740px;position:relative;align-items:flex-end;margin:10px auto 40px}.mr-cursor{width:14px;height:14px;background:#000;border-radius:14px;display:inline-block;animation:blinkCursor 2s step-start infinite;vertical-align:bottom;margin-left:56px;margin-top:10px}.map_textAreaWrap{flex:1 1}.input{width:100%;resize:none;border:none;outline:none;background:transparent;font-size:16px;color:#222}.bottomRow{display:flex;align-items:center;justify-content:flex-end;gap:10px}.iconBtn,.sendBtn{background:none;border:none;cursor:pointer}.sendBtn{align-items:center;justify-content:center;padding:0}