﻿html {
  font-size: 100px;
}
.container {
  margin: 0 auto;
}
img{ border:0; }
h1, h2, h3, h4, p, span, label, del, a, strong, em, li, dt, dd {white-space:normal;word-wrap: break-word;word-break:keep-all }
table,td,tr{border-spacing: 0px;border-collapse: collapse;/* line-height: 20px; */vertical-align: middle;}
td {font:12px/1.5 "sans serif",tahoma,verdana,helvetica;}
table.ke-zeroborder td {border:1px dotted #AAA;padding: 0 6px;}
table.ke-zeroborder p {margin:5px 0;}
table.ke-zeroborder{ min-width:500px;overflow:auto}
div,
a,
span,
li,
ul,
ol,
body,
dl,
dd,
dt,
input,
textarea,
form,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
body {
  font-family: arial,serif,"微软雅黑";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.clearfix:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  display: block;
}
em,
i {
  font-style: normal;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
