@charset "UTF-8";
/*
 * @Author: Taisheng Cai 
 * @Date: 2019-03-11 15:04:58 
 * @Last Modified Taisheng Cai
 * @Last Modified time: 2019-03-11 15:05:23
 */
/* CSS Document */
/* 使用重置样式表 */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  /*去掉苹果的默认UI来渲染按钮*/
}

a,a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.clear {
  clear: both;
}
li {
  display: inline;
}
.clearfix::after{
	display: block;
	visibility: hidden;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix{
	zoom: 1;
}

.footerbottom {
  text-align: center;
  height: 30px;
  background: #333;
  width: 100%;
  color: white;
  line-height: 30px
}