/*可以在这里添加你自己的css*/
/* 设置四周的留边 */
/* 设置默认字体和字号 */
body { margin: 8px auto;padding:5px 5px 3px; border:1px solid #eee;font-family:Microsoft YaHei, '微软雅黑', Microsoft JhengHei, '华文细黑', STHeiti, MingLiu, sans-serif; font-size: 18px; line-height:1.5; word-break: break-all;cursor:text;min-height:90%;}
/* 设置段落间距 */
p {margin:1em 0;}

img {
    max-width: 100%;
    height: auto;
}
img[ztype="video"] {
  display: block;
  border:1px dashed #ccc !important;
  background: url(../com.zving/images/video.png) no-repeat center center !important;
  margin: 0 auto;
}
img[ztype="audio"] {
  display: block;
  border:1px dashed #ccc;
  background: url(../com.zving/images/music.png) no-repeat center center;
  margin: 0 auto;
  width: 98%;
  height: 48px;
}
