@font-face {
  font-family: "PingFangSC-Medium";
  src: url("../font/PingFangSC-Medium.ttf");
}
@font-face {
  font-family: "PingFangSC-Regular";
  src: url("../font/PingFangSC-Regular.ttf");
}
@font-face {
  font-family: "PingFangSC-Light";
  src: url("../font/PingFangSC-Light.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}
ul,
li {
  list-style: none;
}
.exploremore {
  width: 163px;
  height: 38px;
  background: #c5a86f;
  border-radius: 0px 0px 0px 0px;
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding: 10px 0px 10px 10px;
}
