blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  background: #ecf0f1;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
caption,
td,
th {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
li,
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
.layui-table,
.layui-table-view {
  margin: 0;
}
.layui-layer-content {
  padding: 15px;
  box-sizing: border-box;
}
.text404 {
  font-size: 24px;
  color: #bdc3c7;
  text-align: center;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  letter-spacing: 0.5em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.common-nav-out {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: url(../img/flat/html-marge-mosaic-bg.png), #3498db;
}
.common-nav-out .logo {
  float: left;
  margin-left: 15px;
}
.common-nav-out .logo img {
  height: 40px;
  margin-top: 5px;
  float: left;
}
.common-nav-out .logo h1 {
  float: left;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  font-weight: bolder;
  text-shadow: 0 0 10px rgba(25, 25, 25, 0.5);
  margin-left: 15px;
  letter-spacing: 0.5em;
}
.common-nav-out ul {
  float: right;
}
.common-nav-out ul li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.common-nav-out ul li img {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 5px;
}
.common-nav-out ul li h1 {
  line-height: 50px;
  color: #fff;
  float: left;
}
.common-nav-out ul li:hover img {
  animation: flip 2s infinite linear;
}
.common-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.common-page .pageTop {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50px;
  border-bottom: 1px solid #ecf0f1;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
}
.common-page .pageLeft {
  min-width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ecf0f1;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
  z-index: 888;
}
.common-page .pageRight {
  min-width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ecf0f1;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
  z-index: 888;
}
.common-page .pageCenter {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.common-page .pageBottom {
  width: 100%;
  min-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #ecf0f1;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
}
.common-btn-Group {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.common-btn-Group li {
  float: left;
  box-sizing: border-box;
  line-height: 50px;
  margin-left: 15px;
}
.layui-form-pane li {
  margin-right: 0 !important;
}
.layui-form li {
  margin-left: 0;
  margin-right: 10px;
  line-height: 31px;
  margin-bottom: 5px;
}
.common-welcome {
  background: #fff;
}
.common-welcome img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.common-welcome h1 {
  text-align: center;
  font-size: 32px;
  margin-top: 10%;
  font-weight: bolder;
  letter-spacing: 1em;
  color: #9fc5f8;
}
.common-welcome h2 {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #9fc5f8;
  letter-spacing: 3px;
}
.triangle_border_left {
  display: none;
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 12px;
  right: 15px;
}
.tableToor {
  width: 100%;
}
.tableToor li {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
}
.tableToor li h1 {
  float: left;
}
.tableToor li input {
  width: auto;
}
