/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
	b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}
[v-cloak]{
	display:none;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* user define */
img {
	max-width: 100%;
}

a {
	display: inline-block;
	text-decoration: none;
}

*, *::before, *::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

body {
	font-family: 'Microsoft YaHei', '微软雅黑', tahoma, arial,
    "Hiragino Sans GB", sans-serif;
    background-color: #fff;
}

a {
  display: inline-block;
  color: #222;
}

[v-cloak] {
	display: none
}
.d-n {
  display: none;
}
.el-message-box {
  overflow: visible !important;
}
.clearfix:after{visibility:hidden;clear:both;display:block;content:".";height:0}.clearfix{*zoom:1}
.ckeditor-box h1 {
  font-size: 2em;
  margin: .67em 0
}
.ckeditor-box h2 {
  font-size: 1.5em;
  margin: .83em 0
}
.ckeditor-box h3 {
  font-size: 1.17em;
  margin: 1em 0
}
.ckeditor-box h4 {
  font: inherit;
  font-size: inherit;
  margin: 1.33em 0
}
.ckeditor-box h5 {
  font-size: 0.83em;
  margin: 1.67em 0
}
.ckeditor-box h6 {
  font-size: 0.67em;
  margin: 2.33em 0
}
.ckeditor-box h1,.ckeditor-box h2,.ckeditor-box h3,.ckeditor-box h4,.ckeditor-box h5,.ckeditor-box h6{
  font-weight: normal;
  line-height: 1.2;
}