body {
  background-color: #333;
  font-family: "84font-regular",Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "84font-bold";
  font-display: swap;
  src: url("https://lilithimage.lilithcdn.com/wbpages/farlight84/website-en/fonts/Farlight84_Sys_V01_Bold.woff2") format('woff2');
}
@font-face {
  font-family: "84font-regular";
  font-display: swap;
  src: url("https://lilithimage.lilithcdn.com/wbpages/farlight84/website-en/fonts/Farlight84_Sys_V01_Regular.woff2") format('woff2');
}

.headerWrapper {
  position: fixed;
  width: 100vw;
  z-index: 15;
  top: 0;
  left: 0;
}

.pup-shade {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}

#header {
  width: 19.21rem;
  height: 1.12rem;
  box-sizing: border-box;
  padding-left: 0.3rem;
  background: url(/assets/images/menu-bg.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: calc(50% - 9.6rem);
  z-index: 9;
  display: flex;
  justify-content: space-between;
}

#header .logo {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  vertical-align: top;
  width: 2.31rem;
  height: 0.70rem;
  background: url(/assets/images/logo.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.3rem;
  margin-left: .2rem;
}

#header .media-con {
  position: absolute;
  right: 1.4rem;
  height: 0.86rem;
  line-height: 0.86rem;
}

#header .media {
  display: flex;
  height: 100%;
  background: url(/assets/images/m/icon-spr-gray.png) no-repeat 0.03rem 50%;
  background-size: 3.36rem 0.30rem;
}

#header .media a {
  display: block;
  height: 100%;
  position: relative;
  width: .42rem;
}

#header .media a.kuaishou {
  width: 0.36rem;
}

#header .media a + a {
  margin-left: .1rem;
}

#header .media a.pup-code span {
  display: none;
  position: absolute;
  top: .7rem;
  width: 1.4rem;
  height: 1.4rem;
  padding: .1rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: .08rem;
  left: 50%;
  margin-left: -.7rem;
}

#header .media a.pup-code span::before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  width: .1rem;
  height: .09rem;
  top: -.16rem;
  left: .6rem;
}

#header .media a.pup-code img {
  display: block;
  width: 100%;
  height: 100%;
}

#header .media a:hover span {
  display: block;
}

#header .music {
  display: inline-block;
  vertical-align: top;
  height: .86rem;
  margin-right: .4rem;
}

#header .music .icon-music {
  display: flex;
  align-items: center;
  height: 100%;
}

#header .music .icon-music::after {
  content: "";
  display: block;
  width: 0.47rem;
  height: 0.48rem;
  background: url(/assets/images/icon-earphone.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

#header .music .icon-music.pause::after {
  background-image: url(/assets/images/icon-music-pause.png);
}

#menu-list {
  flex:1;
}

#menu-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  padding: 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
}

#menu-list li a {
  color: #b3b3b3;
}

#menu-list .index-logo a {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 1.27rem;
  height: 0.53rem;
  background: url(/assets/images/logo3.png) no-repeat;
  background-size: 100% 100%;
}

#menu-list .index-logo.active a {
  background: url(/assets/images/icon-logo-black.png) no-repeat;
}

#menu-list li.active a {
  color: #000;
}

#menu-list li.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: skew(-30deg);
  border-radius: 0.06rem;
}

#header .language-switch{
  height:.85rem;
  /* width:1.72rem; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size:.16rem;
  padding-right:.3rem;
  font-weight:700;
  position:relative;
  margin-right:.5rem;
}
#header .language-switch .lan-curr{
  line-height:.5rem;
  height:.5rem;
  font-size:.16rem;
  color:#b3b3b3;
  padding-left:.4rem;
  position:relative;
}
#header .language-switch .lan-curr::before{
  content:"";
  position:absolute;
  left:0;
  top:.08rem;
  width:.32rem;
  height:.32rem;
  background-image: url(/assets/images/lan_icon.png);
  background-size:100% 100%;
}
#header .language-switch .lan-curr::after{
  content:"";
  position: absolute;
  width:.15rem;
  height:.1rem;
  top:.2rem;
  margin-left:.1rem;
  background-image:url(/assets/images/menu-arrow.png);
  background-size:100% 100%;
}

#menu-list li.hasmenu .sub-menu,#header .language-switch .sub-menu{
  position: absolute;
  top:.5rem;
  left:50%;
  transform: translateX(-50%);
}
#menu-list li.hasmenu .sub-menu-list,#header .language-switch .sub-menu-list{
  margin-top:.22rem;
  background-color:#222;
  border-radius:.05rem;
  padding:.1rem;
  text-align: center;
}
#menu-list li.hasmenu .sub-menu-list a,#header .language-switch .lan-item{
  display:block;
  white-space: nowrap;
  font-size:.16rem;
  line-height:.44rem;
  border-bottom:.02rem solid #2d2d2d;
  color: #b3b3b3;
  cursor:pointer;
}
#menu-list li.hasmenu .sub-menu-list a:hover,#header .language-switch .lan-item:hover{
  color:#fff;
}
#menu-list li.hasmenu .sub-menu-list a:last-child,#header .language-switch .lan-item:last-child{
  border-bottom:none;
}

#header .language-switch .sub-menu{
  top:.68rem;
}


/** Header E*/
/** footer S */
.footer {
  position: relative;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 19.20rem;
  height: 3.45rem;
  background: #202121;
  box-sizing: border-box;
}

.footer .other {
  width: 10rem;
  padding-top: .2rem;
  display: flex;
  justify-content: center;
}

.footer .other a {
  display: block;
  width: 2rem;
  border-radius: .05rem;
  border: .02rem solid #333;
  margin: .2rem;
}

.footer .other a img {
  width: 100%;
}

.footer .toTop {
  position: absolute;
  right: .65rem;
  width: 1.49rem;
  height: .56rem;
  background: url(/assets/images/btn-top.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0;
}

.footer-top {
  text-align: right;
  margin-right: 0.75rem;
  font-size: 0.47rem;
  height: .52rem;
  font-weight: bold;
  color: #5f5f5f;
  margin-bottom: 0.22rem;
}

.footer .content {
  width: 100%;
  /* padding-left: 3.2rem; */
  box-sizing: border-box;
}

.footer:before {
  content: '';
  position: absolute;
  top: -0.26rem;
  right: 0;
  display: block;
  width: 3.71rem;
  height: 0.27rem;
  background: url(/assets/images/footer-ang-bg.png) no-repeat;
  background-size: 100% 100%;
}

.footer .line {
  width: 19.20rem;
  height: 0.01rem;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 0.6rem;
}

.footer .cr {
  margin-bottom: 0.3rem;
}

.footer .icon {
  display: inline-block;
  vertical-align: middle;
  width: 2.93rem;
  height: 0.88rem;
  margin-right: 0.7rem;
  background: url(/assets/images/m/icon1.png) no-repeat;
  background-size: 100% 100%;
}

.footer .icon a {
  display: block;
  width: 100%;
  height: 100%;
}

/* .footer .cr-desc {
  display: inline-block;
  vertical-align: middle;
} */

.footer .brand-tip {
  font-size: 0.18rem;
  color: #bdbdbd;
  text-align: left;
  line-height: 0.4rem;
}

.footer .brand-tip a {
  color: #bdbdbd;
}

.footer .brand-tip span {
  opacity: 0.5;
  margin-right: 0.15rem;
}

.footer .brand-tip b {
  position: relative;
  top: -0.02rem;
  font-size: 0.18rem;
}

.footer .addr, .footer .attention {
  font-size: 0.18rem;
  color: #bdbdbd;
  text-align: left;
  opacity: 0.5;
  line-height: 0.3rem;
}

.footer .attention {
  margin-bottom: 0;
}

.footer .license {
  font-size: 0.18rem;
  color: #bdbdbd;
  text-align: left;
  line-height: 0.3rem;
}

.footer .license a {
  color: #bdbdbd;
}

.footer .license span {
  opacity: 0.5;
  margin-left: 0.15rem;
}

.footer .icon-age {
  width: 1.36rem;
  height: 1.76rem;
  position: absolute;
  top: 1.4rem;
  right: 0.89rem;
  background: url(/assets/images/icon-age.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.footer .cr-desc{
  text-align: center;
  font-size:.2rem;
  color:#6f6f6f;
  font-weight:700;
  padding-top:.3rem;
}
.footer .cr-desc a{
  color:#bdbdbd;
}
.footer .cr-desc .link{
  margin-bottom:.2rem;
}
.footer .cr-desc .link span{
  text-align: center;
  padding:0 .2rem;
}

/** footer E */
