html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Microsoft YaHei";
  background: #ffffff !important;
  min-width: 1000px;
  position: relative;
  color: #333;
}

ul,
ol,
li {
  list-style: none;
}

input {
  outline: none;
  outline-offset: 0;

}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
#pop_overlay {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 950;
}
.pop_dialog {
  position: absolute;
  z-index: 1000;
  font-size: 12px;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}