@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited,
a:link,
a:active {
  color: inherit;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.fp-front input,
.fp-front textarea,
.fp-front select,
.fp-front button {
  width: 0;
  border: none;
  outline: none;
  background: none;
  font: initial;
}

.fp-front input::-webkit-input-placeholder {
  font-size: 1em !important;
}

.fp-front input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1em !important;
}

.fp-front input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1em !important;
}

.fp-front input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1em !important;
}

.iconfont {
  color: #ddd;
}

.fp-front img {
  padding: 0;
  margin: 0;
  border: 0;
}
