@charset "utf-8";
*{font-family:Segoe UI Emoji,Microsoft YaHei;}
html{padding:0px;margin:0;}
body{font-size:16px;color:#363636;padding:15px 20px;max-width:100%;margin:0;word-wrap:break-word;word-break:break-all;overflow-x:hidden;overflow-y:auto;}

img{max-width:100%;}
p{margin:0 0 20px 0;line-height:28px;}
p:last-child{margin-bottom:0;}
table{border-collapse:collapse;border-spacing:0;width:100%;margin:15px 0;}
td{border:1px solid #eaeaea;padding:10px;line-height:30px;height:30px;}

h1{font-size:28px;line-height:normal;border-bottom:1px solid #e9e9e9;margin:0 0 20px 0;padding-bottom:20px;}
h2{font-size:24px;line-height:normal;border-bottom:1px solid #e9e9e9;margin:0 0 20px 0;padding-bottom:20px;}
h3{font-size:20px;line-height:normal;border-bottom:1px solid #e9e9e9;margin:0 0 20px 0;padding-bottom:20px;}
h4{font-size:16px;line-height:normal;}
a{color:#206DF5;}

video,audio{max-width:100%;}

.ui_editor_pagebreak{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;clear:both;width:100%;height:60px;cursor:default !important;margin:0;background:#fff;position:relative;border:0px solid #f3f3f3;text-indent:0;}
.ui_editor_pagebreak:before{content:"";position:absolute;border-bottom:2px dashed #eaeaea;width:100%;top:30px;}
.ui_editor_pagebreak:after{content:"分页符";position:absolute;left:50%;transform:translateY(-50%);top:30px;margin-left:-50px;border:1px solid #d4d4d4;padding:10px 0;width:100px;text-align:center;background:#fff;font-family:microsoft yahei;color:#333;font-size:15px;box-shadow:2px 2px 1px rgba(0,0,0,0.15);border-radius:2px;}

td.ui-editor-selected{background:#E2F1FD;}

pre{background:#fdfdfd;padding:15px 20px;border:1px solid #dbdbdb;border-radius:5px;position:relative;white-space:pre-wrap;min-height:22px;}
code{color:#ff8400;background:rgba(255,132,0,0.1);border:1px solid rgba(255,132,0,0.2);border-radius:3px;padding:0 4px;margin:0 4px;}
pre[class*=lang-]:before{display:block;top:-1px;right:10px;content:"";color:#fff;position:absolute;background:#666;text-align:center;padding:5px 10px 8px 10px;border-radius:0 0 4px 4px;}
pre.lang-html:before{content:"Html";}
pre.lang-css:before{content:"Css";}
pre.lang-javascript:before{content:"Js";}
pre.lang-java:before{content:"Java";}
pre.lang-php:before{content:"Php";}
pre.lang-python:before{content:"Python";}
pre.lang-c:before{content:"C";}
pre.lang-cand:before{content:"C++";}
pre.lang-cplus:before{content:"C#";}
pre.lang-xml:before{content:"Xml";}
pre.lang-ruby:before{content:"Ruby";}