/* 定义 Lato 字体 */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald/Oswald-BoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  /* 使用 Lato 字体 */
  font-family: 'Lato', Arial, 微软雅黑;
}

html {
  font-size: 14px;
  color: #444;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}

small {
  font-size: 14px;
}

li,
ol {
  list-style: none;
}

input,
textarea {
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #444;
}

a:hover {
  color: #005bac;
}

a:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a img {
  border: none;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.fontsize_12 {
  font-size: 12px;
}

.fontsize_18 {
  font-size: 18px;
}

.container {
  width: 86%;
  margin: 0 auto;
}