@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "MSYH";
  src: url("/common/fonts/MSYH.TTC");
}
@font-face {
  font-family: "MSYHBD";
  src: url("/common/fonts/MSTHBD.TTC");
}
@font-face {
  font-family: "MSYHLT";
  src: url("/common/fonts/MSTHLT.TTC");
}
@font-face {
  font-family: "PinFangSC";
  src: url("/common/fonts/PingFang-SC-Medium.otf");
}
@font-face {
  font-family: "NewYork";
  src: url("/common/fonts/NEWYORK.OTF");
}
@font-face {
  font-family: "OPPOSans";
  src: url("/common/fonts/OPPOSans-B-2.ttf") format("truetype"), url("/common/fonts/OPPOSans-H-2.ttf") format("truetype"), url("/common/fonts/OPPOSans-L-2.ttf") format("truetype"), url("/common/fonts/OPPOSans-M-2.ttf") format("truetype"), url("/common/fonts/OPPOSans-R-2.ttf") format("truetype");
}
@font-face {
  font-family: "OPPOSans-B";
  src: url("/common/fonts/OPPOSans-B-2.ttf");
}
@font-face {
  font-family: "OPPOSans-H";
  src: url("/common/fonts/OPPOSans-H-2.ttf");
}
@font-face {
  font-family: "OPPOSans-L";
  src: url("/common/fonts/OPPOSans-L-2.ttf");
}
@font-face {
  font-family: "OPPOSans-M";
  src: url("/common/fonts/OPPOSans-M-2.ttf");
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("/common/fonts/OPPOSans-R-2.ttf");
}
@font-face {
  font-family: "Fontquan-XinYiJiXiangSong";
  src: url("/common/fonts/Fontquan-XinYiJiXiangSong-Regular.ttf");
}
img {
  max-width: 100%;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
html {
  font-size: 5.20833333vw;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  font-family: "PingFang SC", "Microsoft YaHei UI", sans-serif;
}
textarea,
input {
  appearance: none;
  outline: none;
  font-family: inherit;
  box-shadow: none;
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  font-family: inherit;
  opacity: 0.45;
  font-size: 0.3rem;
  font-weight: normal;
  color: #999999;
}
.page-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.61rem;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-nav .logo {
  font-size: 0;
  cursor: pointer;
}
.page-nav .logo img {
  width: 2rem;
  height: auto;
}
.page-nav .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-nav .right .language {
  position: relative;
  width: 0.71rem;
  font-family: AlibabaPuHuiTiR;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.page-nav .right .language a {
  display: none;
}
.page-nav .right .language a.active {
  display: block;
}
.page-nav .right .language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.19rem;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 0.08rem;
  background: url("/common/pc/images/head/icon-down.png") no-repeat center;
  background-size: contain;
}
.page-nav .right .menu {
  margin-left: 0.75rem;
  cursor: pointer;
}
.page-nav .right .nav-items {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000;
}
.page-nav .right .nav-items .nav-item {
  margin-right: 0.5rem;
}
.page-nav .right .nav-items .nav-item a .cn {
  font-family: Fontquan-XinYiJiXiangSong;
  letter-spacing: 0.04rem;
}
.page-nav .right .nav-items .nav-item a .en {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  text-align: left;
}
.page-nav .right .nav-items .nav-item:last-child {
  margin-right: 0;
}
.page-foot {
  padding: 0.57rem 0.6rem 0.73rem;
  font-size: 0;
}
.page-foot .flex-box {
  display: flex;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.65);
  padding-bottom: 0.4rem;
}
.page-foot .flex-box .foot-nav {
  margin-right: 1.5rem;
}
.page-foot .flex-box .foot-nav .title {
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  margin-bottom: 0.1rem;
}
.page-foot .flex-box .foot-nav .nav-list p {
  text-align: justify;
  text-align-last: justify;
}
.page-foot .flex-box .foot-nav .nav-list p a {
  display: block;
  width: 0.57rem;
  font-weight: 300;
  font-size: 0.14rem;
  color: #6b6b6b;
  line-height: 0.26rem;
}
.page-foot .flex-box .foot-contact {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.43rem;
}
.page-foot .flex-box .foot-contact .contact-item .title {
  font-family: Fontquan-XinYiJiXiangSong;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.26rem;
  margin-bottom: 0.1rem;
}
.page-foot .flex-box .foot-contact .contact-item .c400 {
  font-family: NewYork;
  font-weight: 400;
  font-size: 0.3rem;
  color: #6b6b6b;
  line-height: 0.26rem;
}
.page-foot .flex-box .foot-contact .contact-item .text {
  font-weight: 300;
  font-size: 0.14rem;
  color: #6b6b6b;
  line-height: 0.26rem;
}
.page-foot .flex-box .qrcodes {
  display: grid;
  margin-left: 1.2rem;
  margin-right: 2rem;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
}
.page-foot .flex-box .qrcodes .qrcode-item {
  text-align: center;
}
.page-foot .flex-box .qrcodes .qrcode-item img {
  width: auto;
  height: 1.13rem;
}
.page-foot .flex-box .qrcodes .qrcode-item .label {
  font-weight: 400;
  font-size: 0.12rem;
  color: #6b6b6b;
  line-height: 0.26rem;
}
.page-foot .flex-box .platform {
  width: 2.41rem;
}
.page-foot .flex-box .platform .foot-logo {
  width: 2.41rem;
}
.page-foot .flex-box .platform .platform-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 0.16rem;
}
.page-foot .flex-box .platform .platform-grid img {
  width: 0.43rem;
}
.page-foot .copyright {
  text-align: center;
  height: 0.14px;
  font-weight: 400;
  font-size: 0.12rem;
  color: #b0b0b0;
  line-height: 0.26rem;
}
.hearset-box {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #0b109f;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
.hearset-box .icon {
  animation: bounce 2s infinite;
}
.nav-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #d4cab4;
}
.nav-box .box {
  padding-left: 1.02rem;
  padding-top: 1rem;
}
.nav-box .box .nav-list {
  margin-top: 0.67rem;
}
.nav-box .box .nav-list p {
  width: 0.96rem;
  box-sizing: content-box;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.3rem;
  padding-left: 0.8rem;
  text-align: justify;
  text-align-last: justify;
}
.nav-box .box .nav-list p a {
  display: block;
}
