
	@media screen and (max-width: 1000px) {
        #chat_window .chat_box .chat_item {
            width: 28px;
            height: 28px;
        }
        #chat_window .chat_box .chat_item::before {
            font-size: 18px;
        }
    }
