/* 
    Created on : 2020-7-20, 10:45:03
    Author     : cygm
    
    为了外部引用css不影响编辑器内的css，适用于135、秀米编辑器的文章
*/
.kindeditor{
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}
.kindeditor *:not(foreignObject):not(svg):not(.jw-*)
    margin:unset;
    padding:unset;
    line-height:unset;
    -webkit-margin-before: unset;
    -webkit-margin-after: unset;
    font-family:unset;
    font-size:unset;
    word-break:unset;
    cursor:unset;
    box-sizing:unset;
    -webkit-tap-highlight-color:unset;
    height:unset;
}
.ke-content img{
    height: auto !important;
}
.kindeditor p{
    clear: both;
    margin: 0 0;
    white-space: normal;
    min-height: 1em;
}
._135editor{
   line-height:1.6;
}
._135editor h1,._135editor h2,._135editor h3,._135editor h4,._135editor h5,._135editor h6{font-weight:400;font-size:16px}

._135editor img {
  height: auto !important;
}

html,body{
    overflow-y:auto;
　　overflow-x:hidden !important;
}
#footer{
    padding: 15px;
}
.jw-reset{
margin-bottom:5px !important;
}
#edit_time{
    display:none;
}
img.ke-flash, img.ke-media{{
    width:100% !important;
    height:50px !important;
}

.jwplay_media_component{
    border: 1px solid #AAA;
    background-image: url(/web/dingyue/themes/default/template/kindeditor/themes/common/flash.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px !important;
}

