@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;
}
.en {
  font-family: "PingFangSC-Light" !important;
  font-size: 24px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 24px !important;
  letter-spacing: 1px !important;
  padding-top: 0px;
}
.cn {
  padding: 10px 0 15px 0;
  font-family: "PingFangSC-Regular" !important;
  font-size: 28px !important;
  color: #ffffff !important;
  line-height: 28px !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center !important;
}
.cn > div:nth-child(2) {
  padding: 0 20px;
}
.cn > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
