html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  background: #fff;
  height: 100%;
}
* {
  -webkit-max-logical-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}
body {
  -webkit-touch-callout: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 15px !important;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  background-color: #fff;
  line-height: inherit;
  height: 100%;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  cursor: text;
}
p {
  clear: both;
  margin: 0 0;
  white-space: normal;
}
a {
  color: #607fa6;
  text-decoration: none;
}
img {
  *zoom: 1;
  max-width: 100%;
  *max-width: 96%;
  height: auto !important;
}
em {
  font-style: italic;
}
blockquote {
  margin: 0;
  padding-left: 10px;
  border-left: 3px solid #dbdbdb;
}
ol,
ul,
dl {
  *margin-right: 0px;
  padding: 0 0 0 30px;
}
table.noBorderTable td,
table.noBorderTable th,
table.noBorderTable caption {
  border: 1px dashed #ddd;
}
table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  width: 100%;
  margin: 0 auto;
}
td,
th {
  word-wrap: break-word;
  word-break: break-all;
  padding: 5px 0px;
  border: 1px solid #ddd;
}
caption {
  border: 1px dashed #ddd;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}
th {
  border-top: 2px solid #bbb;
  background: #f7f7f7;
}
.ue-table-interlace-color-single {
  background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
  background-color: #f7faff;
}
td p {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
