#tinymce {font-size: 14px;font-family: "Microsoft YaHei", arial;margin: 0;}
#tinymce p {margin: 10px 0;font-size: 16px;color: #000;line-height: 30px;}
#tinymce ul,#tinymce  li {margin: 0;padding: 0;list-style: none;}
#tinymce img {margin: 15px auto;width: 100%; height: 100%; display: block;}
#tinymce table {width: 100%;margin: 0;border-collapse:collapse;border-spacing:0;border:1px solid #333;border-right: 0;border-bottom: 0;}
#tinymce table td {padding: 0;border:1px solid #333;border-collapse: collapse;border-spacing: 0;padding: 5px 0;border-left: 0; border-top: 0;text-align: center;vertical-align: middle;overflow: hidden;position: relative;}
#tinymce table td * {display: inline-block;width: 100%;height: 100%;}
#tinymce table td span {display: flex;width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);justify-content: center;align-items: center;}



.editor {font-size: 14px;font-family: "Microsoft YaHei", arial;margin: 0;}
.editor p {margin: 0;font-size: 16px;color: #333333;line-height: 30px;}
.editor ul,.editor  li {margin: 0;padding: 0;list-style: none;}
.editor table {width: 100%;margin: 0;border-collapse:collapse;border-spacing:0;border: 1px solid #dddddd;}
.editor table tr {background-color: #f7f7f7;}
.editor table tr:nth-child(even) {background-color: #ffffff;}
.editor table td {padding: 0;border: none;border-collapse: collapse;border-spacing: 0;padding: 8px 0;border-left: 0; border-top: 0;text-align: center;vertical-align: middle;overflow: hidden;position: relative;font-size: 14px;color: #666666;}

.editor table td * {display: inline-block;width: 100%;height: 100%;}
.editor table td span {display: flex;width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);justify-content: center;align-items: center;}


@media (max-width: 768px) {
    #tinymce p  {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }
    #tinymce img {
        margin: 10px auto;
        width: auto;
        max-width: 100%;
        display: block;
    }
}