/* 去除chrome输入框自动填充样式 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
}
/* 去除chrome输入框选择填充样式 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
}
/* 设置滚动条样式 */
::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
}
/* //滑块部分 */
::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background: #bcd1fa !important;
  /*background: #eee;*/
}
/* //轨道部分 */
::-webkit-scrollbar-track {
  background: #ededed !important;
}

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,
textarea,
input {
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}

body {
  font-size: 13px;
  height: 100%;
  background: #f5f6fa !important;
  line-height: 1.5
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.zf_opColor {
  color: #1890ff;
}
.zf_fl {
  display: flex;
}
.zf_fl_cn {
  flex-direction: column;
}
.zf_fl_wp {
  flex-wrap: wrap;
}
.zf_fl_alc {
  align-items: center;
}
.zf_fl_jcc {
  justify-content: center;
}
.zf_fl_jcb {
  justify-content: space-between;
}
.zf_ra {
  position: relative;
}
.zf_ab {
  position: absolute;
}
.zf_th1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zf_pd10 {
  padding: 10px;
}
.zf_pd20 {
  padding: 20px;
}
.zf_pd16 {
  padding: 16px;
}
.zf_tc {
  text-align: center;
}
.zf_cur {
  cursor: pointer;
}
.zf_user_grey {
  color: #bcc7c7;
}
.zf_user_color {
  color: #3f66f6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zf_tabTitle {
  display: inline-block;
  width: 90px;
  height: 100%;
}

