/*可以在这里添加你自己的css*/

/*
 * 编辑器默认样式 —— Start
 */
.TRS_UEDITOR{
    padding:0;
    word-wrap:break-word;
    cursor:text;
    height:90%;
    /* overflow:hidden; //需要编辑器内部出滚动条时不能隐藏 */
    /* border:1px dotted #f5f5f5; */
    padding-top: 1em;/* 解决全选删除时的光标跳闪情况 */
}
.TRS_UEDITOR table{
   /* 
    display: block;  //解决表格边框不显示的问题
    */
}
.TRS_UEDITOR p {
    padding-bottom: 30px;
}
.TRS_UEDITOR>p:first-child {
    margin-top: 0; /* 解决全选删除时的光标跳闪情况 */
}
.TRS_UEDITOR img {
    max-width: 100%;
    max-height: 100%;
    /* width: auto; */
    height: auto!important;
}
.TRS_UEDITOR .anchorclass {
    height: 16px!important;
}

/* End */

/*
 * 纸张设置样式 —— Start
 */
.trs_paper_default{
    /* width:777px; */
    margin:40px auto;
    max-width: 100%;
}
.trs_paper_default2{
    width:650px;
    margin:40px auto;
}
.trs_paper_default_order{
    width:650px;
    margin:40px auto;
}
.trs_paper_A4{
    width:637px;
    margin:40px auto;
}
.trs_paper_B5{
    width:597px;
    margin:40px auto;
}
/*End*/

/*
 * 粘贴设置样式 —— Start
 */
.trs_word{

}
.trs_excel{

}
.trs_web{

}
/*End*/

/*
 * 一键排版设置样式 —— Start
 */
/*.trs_key4format{
    font-size: 16px;
    zoom: 1;
    color: #333;
}

.trs_key4format p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #333;
    margin:5px 0;
}
.trs_key4format p img{
    margin-left: -2em;
}
.trs_key4format img{
    text-align: center;
    margin-bottom: -3px;
    max-width: 100%;
}*/
/*End*/


trs_page_separator {
    display: block;
    height: 10px;
    background-color: grey;
    margin-bottom: 10px;
}
div[class="ue_table"]{
    /* width:100%;*/
    overflow-x: auto;
    padding-right: 2px; /* 让导入的表格右侧表格线显示出来 */
}
/* Template */
h1[class="ue_t"],h1[class='ue_customstyle']{
    border-bottom-color:#cccccc;
    border-bottom-width:2px;
    border-bottom-style:solid;
    padding:0px 4px 0px 0px;
    text-align:center;
    margin:0px 0px 20px;
    color:#c0504d;
}
h3[class="ue_t"]{
   font-family:'幼圆';
}
/*p span{
    line-height: 1.5em;
}*/
.edui-faked-video{
    background: url("./default/images/videologo.gif") no-repeat center;
    border: 1px solid #e4e4e4;
    float: none;
}
