@charset "UTF-8";
#postContent html, #postContent address,
#postContent blockquote,
#postContent body, #postContent dd, #postContent div,
#postContent dl, #postContent dt, #postContent fieldset, #postContent form,
#postContent frame, #postContent frameset,
#postContent h1, #postContent h2, #postContent h3, #postContent h4,
#postContent h5, #postContent h6, #postContent noframes,
#postContent ol, #postContent p, #postContent ul, #postContent center,
#postContent dir, #postContent hr, #postContent menu, #postContent pre {
  display: block;
}

#postContent li {
  display: list-item;
}

#postContent ul li{
  list-style: disc inside;
}

#postContent ol li {
 list-style: decimal inside;
}

#postContent head {
  display: none;
}
#postContent table {
  display: table;
}
#postContent tr {
  display: table-row;
}
#postContent thead {
  display: table-header-group;
}
#postContent tbody {
  display: table-row-group;
}
#postContent tfoot {
  display: table-footer-group;
}
#postContent col {
  display: table-column;
}
#postContent colgroup {
  display: table-column-group;
}
#postContent td, #postContent th {
  display: table-cell;
}
#postContent caption {
  display: table-caption;
}
#postContent th {
  font-weight: bolder;
  text-align: center;
}
#postContent caption {
  text-align: center;
}
#postContent body {
  margin: 8px;
  line-height: 1.12;
}
#postContent h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#postContent h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
#postContent h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
#postContent h4, #postContent p,
#postContent blockquote, #postContent ul,
#postContent fieldset, #postContent form,
#postContent ol, #postContent dl, #postContent dir,
#postContent menu {
  margin: 1.12em 0;
}
#postContent h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
#postContent h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
#postContent h1, #postContent h2, #postContent h3, #postContent h4,
#postContent h5, #postContent h6, #postContent b,
#postContent strong {
  font-weight: bolder;
}
#postContent blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
#postContent i, #postContent cite, #postContent em,
#postContent var, #postContent address {
  font-style: italic;
}
#postContent pre, #postContent tt, #postContent code,
#postContent kbd, #postContent samp {
  font-family: monospace;
}
#postContent pre {
  white-space: pre;
}
#postContent button, #postContent textarea,
#postContent input, #postContent object,
#postContent select {
  display: inline-block;
}
#postContent big {
  font-size: 1.17em;
}
#postContent small, #postContent sub, #postContent sup {
  font-size: 0.83em;
}
#postContent sub {
  vertical-align: sub;
}
#postContent sup {
  vertical-align: super;
}
#postContent table {
  border-spacing: 2px;
}
#postContent thead, #postContent tbody,
#postContent tfoot {
  vertical-align: middle;
}
#postContent td, #postContent th {
  vertical-align: inherit;
}
#postContent s, #postContent strike, #postContent del {
  text-decoration: line-through;
}
#postContent hr {
  border: 1px inset;
}
#postContent ol, #postContent ul, #postContent dir,
#postContent menu, #postContent dd {
  margin-left: 40px;
}
#postContent ol {
  list-style-type: decimal;
}
#postContent ol ul, #postContent ul ol,
#postContent ul ul, #postContent ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
#postContent u, #postContent ins {
  text-decoration: underline;
}
#postContent br:before {
  content: ”\a ”;
}
#postContent :before, #postContent :after {
  white-space: pre-line;
}
#postContent center {
  text-align: center;
}

#postContent iframe,#postContent video {
  max-width: 100%!important;
}

#postContent abbr, #postContent acronym {
  font-variant: small-caps;
  letter-spacing: 0.1em;
}
#postContent :link, #postContent :visited {
  text-decoration: underline;
}
#postContent :focus {
  outline: thin dotted invert;
}
#postContent BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
#postContent BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
#postContent *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
#postContent *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  #postContent h1 {
    page-break-before: always;
  }
  #postContent h1, #postContent h2, #postContent h3,
#postContent h4, #postContent h5, #postContent h6 {
    page-break-after: avoid;
  }
  #postContent ul, #postContent ol, #postContent dl {
    page-break-before: avoid;
  }
}
/*.layui-tabs-header > li{*/
/*  margin-right: 20px!important;*/
/*  padding: 0!important;*/
/*  font-size: 24px!important;*/
/*  font-weight: bold!important;*/
/*  line-height: 60px!important;*/
/*}*/
/*.layui-tabs-header .layui-this,*/
/*.layui-tabs-header li:hover{*/
/*  color: rgba(32, 36, 37, 1)!important;*/
/*  !*border-bottom: 2px solid rgba(32, 36, 37, 1)!important;*!*/
/*}*/
/*.layui-tabs-card>.layui-tabs-header .layui-this:after{*/
/*  border: none!important;*/
/*  border-bottom: 3px solid black!important;*/
/*}*/
/*.layui-tabs-header:after, .layui-tabs-scroll:after {*/
/*  border: 0 none!important;*/
/*}*/
