html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
th,
td,
button,
input,
select,
textarea {
  font: 14px/1.6 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  resize: none;
}

html,
body {
  *position: static;
  height: 100%;
  width: 100%;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

label {
  cursor: pointer;
}

fieldset,
img {
  border: 0;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

i {
  display: inline-block;
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

i,
s,
b,
em {
  font-weight: normal;
  font-style: normal;
}

textarea.resize {
  resize: both !important;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
  cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="tel"],
input[type="text"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.transparent {
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ellipsis,
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.bbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.auto {
  margin: 0auto;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
/* 重置浏览器滚动条的默认样式 */
::-webkit-scrollbar{width: 6px; height: 6px; overflow: visible}
::-webkit-scrollbar-thumb{border: solid transparent; border-width: 1px 0; background-clip: padding-box; background: #dbdee2}
::-webkit-scrollbar-thumb:hover{background-color: #e7e9ee}
::-webkit-scrollbar-button{width: 0; height: 0}
::-webkit-scrollbar-button:hover{border-color: #e7e9ee}
::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment{display: none}