@font-face {
  font-family: "Helvetica Neue 300";
  src: url("../font/Helvetica-Neue.ttf");
}
@font-face {
  font-family: "Helvetica Neue Thin";
  src: url("../font/HelveticaNeue-Thin.ttf");
}
@font-face {
  font-family: "Helvetica Neue 100";
  src: url("../font/Helvetica-Neue-UltraLight-2.ttf");
}
@font-face {
  font-family: "Helvetica Neue X";
  src: url("../font/helvetica-46-light-italic.ttf");
}
@font-face {
  font-family: "FZLanTingHeiS-EL-GB";
  src: url("../font/fzltqhjt.ttf");
}
@font-face {
  font-family: "FZLanTingHeiS-EB-GB";
  src: url("../font/fzltdhjt.ttf");
}
@font-face {
  font-family: "FZLanTingHeiS-R-GB";
  src: url("../font/fzlthjt.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div,
ul,
li,
input,
img {
  /* transition: all 1s; */
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}

/* :root {
  --c: rgba(175, 125, 63, 1);
  --s_tran: 0.6s ease-in-out;
  --l_tran: 0.8s ease-in-out;
}

body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

input,
textarea {
  outline: 0;
  border: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}

hr {
  border: none;
} */
