/* 去除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;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


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%;
}

