* {
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, Helvetica, Arial,
    Microsoft Yahei, sans-serif;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: 0;
  resize: none;
}
a,
area {
  outline: 0;
  text-decoration: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.input::-ms-clear {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.container {
  position: relative;
  display: block;
  overflow: hidden;
}
.inner {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
}
.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.pop .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 360px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.pop .content .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid red;
  right: -40px;
  top: -40px;
  cursor: pointer;
}
.copyright.miss {
  background: rgba(255, 0, 0, 0.78);
  position: fixed;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 999;
  left: 0;
  top: 0;
  color: #fff;
}
#alert {
  position: fixed;
  font-size: 14px;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 60px;
  z-index: 999;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.85);
}
#alert.success {
  background: #5cb85c;
}
#alert.error {
  background: red;
}
