/**
 * example:
 * .className {
 *   position: relative;
 *   &:after {
 *    .setLine([@color]);
 *   }
 * }
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
h4 {
  font-size: 14px;
}
body {
  line-height: 1;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
  background: #f4f4f4;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #5AA4F8;
}
i {
  font-style: normal;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

input[type=text] {
  font-size: 12px;
  padding: 0 0 0 11px;
}
input[type=text]:focus {
  border: 1px solid #2A81E3 !important;
}
.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.text-two-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pagination {
  margin-left: 340px !important;
}
.pagination,
.jump-page,
.page-count,
.jump {
  display: inline-block;
  vertical-align: middle;
}
.jump-page {
  color: #666;
}
.jump,
.page-count {
  padding-left: 10px;
}
.pagination > li > a {
  height: 36px;
  margin-right: 4px;
  border-radius: 4px;
}
.pagination li>a {
  color: #5AA4F8;
}
.pagination li.active>a {
  background: #5AA4F8;
  border: none;
}
.page-input,
.jump .jump-btn {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  margin: 0 5px;
}
.page-input {
  border: 1px solid #E5E5E5;
}
.jump .jump-btn {
  background: #5AA4F8;
  color: #fff;
  padding: 0;
  border: none;
}
.btn:focus {
  outline: none !important;
}
