body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
} */

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

/* 通用功能 */

.vm,
input,
label {
  vertical-align: middle;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.h > li {
  float: left;
}

.clearfix:after,
.nav:after,
.content:after,
.grid:after,
.h:after,
.jr-row:after,
.jr-grids:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix,
.nav,
.content,
.grid,
.row,
.h {
  *zoom: 1;
}

.clear {
  content: "";
  clear: both;
  height: 0;
  font: 0/0 Arial;
  visibility: hidden;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.hide {
  display: none;
}

.nt {
  text-align: left;
  letter-spacing: -3em;
  overflow: hidden;
}

.nt:first-letter {
  margin-left: -20em;
}

.et {
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}

/* 字体字号 */

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}

/* 链接 */

a {
  color: #252525;
  text-decoration: none;
}

a:hover {
  /* color: #048; */
  text-decoration: none;
}

a:active {
  outline: none;
}

/* webkit滚动条 */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}

/* 标题 */

.t1 {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px;
}

.t1 .more {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 0 0 20px;
  background-color: #fff;
  color: #aaa;
}

.t1 b {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  font-size: 18px;
  background-color: #f2f2f2;
  border-radius: 100px;
}

.t1 b:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2000px;
  height: 0;
  border-bottom: 1px dashed #ddd;
  margin-left: 20px;
}

.t2 {
  position: relative;
  border: 1px solid #ddd;
  padding: 0 14px;
  line-height: 48px;
  background: #f8f8f8;
  color: #048;
  zoom: 1;
}

.t2:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 6px;
  background-color: #048;
}

.t2 b {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.t3 {
  position: relative;
  border-bottom: 1px dotted #ddd;
  padding: 12px 15px;
  line-height: 16px;
}

.t3 b {
  display: inline-block;
  border-left: 8px solid #a3bde2;
  margin-left: -15px;
  padding: 0 0 0 10px;
  color: #048;
}

.t4 {
  margin: 0 10px;
  padding: 5px;
  line-height: 20px;
  font-size: 15px;
  color: #048;
}

/* jr栅格、间隔20、基于浮动、宽度定义、暂不兼容移动端 */

.jr-grid {
  padding: 20px;
}

.jr-row {
  margin-left: -10px;
  margin-right: -10px;
}

.jr-col {
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w75 {
  width: 75%;
}

.w25 {
  width: 25%;
}

.w66 {
  width: 66.67%;
}

.w33 {
  width: 33.33%;
}

.w16 {
  width: 16.66%;
}
