@charset 'utf-8';
html {
  display: block;
  zoom: 1;
}
* {
  margin:0px;
  padding:0px;
}
head, meta, link, style, script {
  display: none;
}
a{
  text-decoration:none;
}
body {
  display: block;
  zoom: 1; 
  font-size: 68.5%;
}

div {
  display: block;
}

h1 {
  display: block;
  margin: 0;
  page-break-after: avoid; 
}

h2,
:match(article,aside,nav,section) h1 {
  display: block;
  margin: 0.83em 0; 
  font-weight: bold;
  page-break-after: avoid; 
}

h3,
:match(article,aside,nav,section) :match(article,aside,nav,section) h1 {
  display: block;
  margin: 1em 0; 
  font-weight: bold;
  page-break-after: avoid; 
}

p {
  display: block;
  margin: 0; 
}

ul { 
  display: block;
  padding-start: 40px; 
  list-style-type: disc;
  list-style-position: outside;
  list-style:none;
}

li {
  list-style:none;
}

dl {
  display:block;
  margin:0;
}
dt {
  display: block;
}
dd {
  display:block;
  margin-left:0;
}

img {
  zoom: 1; 
  border:0;
}

strong {
  font-weight: bold;
}

em {
  font-weight: italic;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}
.cf {
  display:block;
}

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
//.clearfix{
  overflow: hidden;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


@media only screen and (min-width: 900px) {
  body {
    font-size: 70%;
  }
}