

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  /* font-family: '微软雅黑'; */
  font-size: 14px;
}

ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

body {
  background-color: #020019;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}

input {
  vertical-align: middle;
  line-height: normal;
  outline: none;
  border: none;
}

.clear {
  clear: both;
}

.layer {
  zoom: 1;
}

.layer:after {
  content: '';
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.flexmars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.w929 {
  width: 929px;
  margin: 0 auto;
  position: relative;
}

.zoom img {
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.zoom img:hover {
  transform: scale(1.1);
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c7c7c7;
  font-size: 16px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c7c7c7;
  font-size: 16px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c7c7c7;
  font-size: 16px;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c7c7c7;
  font-size: 16px;
}

.invalid:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red;
}

.invalid::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red;
}

input.invalid:-ms-input-placeholder {
  color: red;
}

input.invalid::-webkit-input-placeholder {
  color: red;
}

input.invalid {
  color: red !important;
}