/*
	DESTOON Copyright (C)2008-2099 www.destoon.com
	This is NOT a freeware,Use is subject to license.txt
*/
.mm-editor {background:#FFFFFF;border:#DDDDDD 1px solid;border-radius:10px;padding:10px 10px 4px 10px;}
.mm-editor textarea {width:100%;height:96px;border:none;outline:none;resize:none;font-size:14px;box-sizing:border-box;}
.mm-editor div {height:40px;}
.mm-editor img {width:24px;height:24px;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-editor-faces img:hover {background:#EEEEEE;}

.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 {line-height:180%;}

.ui-mask {position:fixed;z-index:20000;top:0;width:100%;height:100%;background:#333333;display:none;opacity:0.8;}
.ui-viewer {position:fixed;z-index:20001;top:0;width:100%;height:100%;color:#FFFFFF;display:none;overscroll-behavior:contain;}
.ui-viewer div {position:relative;width:100%;height:100%;text-align:center;z-index:20010;overflow-y:auto;}
.ui-viewer div img {vertical-align:middle;max-width:100%;}
.ui-viewer i,.ui-viewer s,.ui-viewer u {position:fixed;z-index:20011;display:inline-block;width:32px;height:32px;border:#333333 1px solid;border-radius:50%;padding:0;cursor:pointer;}
.ui-viewer i {top:24px;right:24px;background:#333333 url('ico-cancel.png') no-repeat center center;}
.ui-viewer i:hover {background-color:#F45454;}
.ui-viewer s {top:48%;left:24px; background:#333333 url('ico-prev.png') no-repeat center center;}
.ui-viewer u {top:48%;right:24px;background:#333333 url('ico-next.png') no-repeat center center;}
.ui-viewer s:hover,.ui-viewer u:hover {background-color:#000000;}
.ui-viewer b {position:fixed;z-index:20011;top:24px;left:24px;display:inline-block;padding:6px 12px;background:#333333;border-radius:10px;font-size:12px;font-weight:normal;color:#FFFFFF;text-align:center;}
.ui-viewer p {position:fixed;z-index:20011;bottom:0;left:0;padding:16px 24px;margin:0;background:#333333;font-size:12px;color:#FFFFFF;width:100%;display:none;}
