/* reset */
body {
  color: #555;
  background: #fff;
}

body * {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
  margin: 0;
}

input,
button,
select {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 1px solid #ccc;
  outline: none;
  line-height: normal;
}

textarea {
  overflow: auto;
  height: auto;
  resize: vertical;
  vertical-align: top;
}

img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

i,
b {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  *color: #555;
}

a:hover,
a:focus {
  color: #00a0e9;
  text-decoration: underline;
}

/* html5 ele */
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* 高亮选中 */
::-moz-selection {
  color: #fff;
  background: #0087b3;
}

::selection {
  color: #fff;
  background: #0087b3;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}


img {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*layui reset*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #00a0e9;
}

.hanweb-unit {
  display: block;
  min-width: 500px;
  min-height: 60px;
}
