/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.mm-editor {}
.mm-editor textarea {width:100%;height:128px;border:#F0F0F0 1px solid;border-radius:6px;padding:10px;}
.mm-editor textarea:hover {border:#FF6600 1px solid;}
.mm-editor div {height:40px;}
.mm-editor img {width:24px;height:24px;margin:6px 0 0 0;padding:6px;border-radius:50%;cursor:pointer;}
.mm-editor img:hover {background:#EEEEEE;}
.mm-editor label {float:right;cursor:pointer;display:flex;align-items:center;margin:10px 6px 0 0;}
.mm-editor-faces {width:576px;}
.mm-editor-faces img {width:24px;height:24px;padding:6px;border-radius:50%;cursor:pointer;}

.mm-thumb ul {margin-top:12px;overflow:hidden;}
.mm-thumb li {width:84px;height:84px;float:left;}
.mm-thumb li img {width:64px;height:64px;border:#EEEEEE 1px solid;padding:2px;cursor:pointer;}
.mm-thumb p {margin:0;overflow:hidden;clear:both;display:none;}
.mm-thumb p img {max-width:100%;cursor:zoom-in;}
.mm-video,.mm-image {padding:6px 0;}
.mm-video div {aspect-ratio:16/9;}
.mm-image img {max-width:100%;cursor:zoom-in;}
.mm-text {padding:16px 24px;line-height:180%;}