@charset "utf-8";
/* CSS Document */
.ueditor img{
	max-width:100% !important;
}
.ueditor video{
	max-width:100% !important;
}
.PN_Ueditor .edui-default{
	max-width:100% !important;
	width: auto !important;
}
.ueditor p,span,a,h1,h2,h3,h4,h5{
	word-break: break-word;
}