@charset "UTF-8";
/*
 * @authors luoxihua (luoxihua@gmail.com)
 * @date    2018-03-19 09:49:18
 * @version $Id$
 */
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}

table {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

ul,
ol,
menu {
  list-style: none;
}

fieldset,
img {
  border: none;
}

img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}

input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}

code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}

address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #fff;
  outline: none;
}
a span,
a em,
a u,
a strong,
a b,
a p,
a img,
a ul,
a li,
a div,
a dd,
a dt,
a dl,
a ol,
a table,
a th,
a td,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a input,
a textarea,
a button,
a small,
a select {
  cursor: pointer;
  transition: none;
}

abbr[title],
acronym[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "SimSun", "Hiragino Sans GB", "STHeiti", "Helvetica Neue", "Helvetica", "Tahoma", "Arial", sans-serif;
}

.fl,
.col1 {
  float: left;
}

.fr,
.col2 {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.hide {
  display: none;
}

.cf:before,
.cf:after {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}