html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Source Han Sans CN","Droid Sans",'Tahoma','Arial','Helvetica','sans-serif'; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1; }

ul,
ol {
  list-style-type: none; }

select,
input,
img {
  vertical-align: middle;
  outline: none; }

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
  font-family: inherit;
  background-color: transparent;
  line-height: normal; }

textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc; }

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc; }

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc; }

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc; }

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666666; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666; }

img {
  display: block;
  max-width: 100%; }

button {
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.animated {
  opacity: 0 !important; }
