.chat_box{margin-top:30px;padding:6px 12px;background:#fff;border-radius:10px;border:1px solid #ebeef5;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.025);box-shadow:0 2px 12px 0 rgba(0,0,0,.025)}.chat_box .head{padding:20px 0;text-align:center;border-bottom:1px solid #ebeef5}.chat_box .head a{margin:0 12px;font-size:28px;color:#333!important}.chat_box .head a.active{color:#ff9800!important}.chat_box .messages{height:350px;overflow:visible;overflow-y:scroll;padding:12px 0}.chat_box .messages .message{margin-bottom:25px;width:80%}.chat_box .messages .message .td .avatar{float:left;width:35px;height:35px;border-radius:50%}.chat_box .messages .message .td .meta{margin-left:45px}.chat_box .messages .message .td .meta .name{margin:0;font-size:16px;line-height:30px}.chat_box .messages .message .td .meta .body{margin:0;font-size:18px;margin-top:6px;padding:6px 12px;background:#f9f9f9;border-radius:3px;display:inline-block;border:1px solid #eee}.chat_box .messages .message .td .meta .body img{width:100%;height:100%}.chat_box .options{padding:12px;border-top:1px solid #ebeef5;border-bottom:1px solid #ebeef5}.chat_box .options a{color:#333!important}.chat_box .options a i{font-size:24px}.chat_box .options a.right{float:right}.chat_box .area{padding-top:6px}.chat_box .area .el-textarea__inner{border:none;height:100px;resize:none;font-size:18px}.chat_box .area .meta{text-align:right}.chat_box .area .meta button{margin:12px 0}