@charset "UTF-8";
@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');
}

body {
  font-family: "84font-regular",Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/** 头部  S*/
.wrapper-container {
  padding-top: 1.13rem;
}
.swiper {
  overflow: hidden;
}
.pup-code {
  position: relative;
}
.pup-code span {
  display: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #35363b;
  border-radius: 0.08rem;
}
.pup-code span img {
  width: 100%;
  height: 100%;
}
#header {
  position: fixed;
  width: 7.5rem;
  height: 1.13rem;
  background: url(/assets/images/m/menu-bg.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#header .logo {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  margin-top: -0.34rem;
  display: block;
  width: 2.68rem;
  height: 0.69rem;
  background: url(/assets/images/logo.png) no-repeat;
  background-size: 100% 100%;
}
#header .btn-menu {
  position: absolute;
  right: 0.23rem;
  top: 0.23rem;
  display: block;
  width: 0.43rem;
  height: 0.38rem;
  background: url(/assets/images/m/menu-icon.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

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


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

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

#menuList {
  text-align: right;
}
#menuList li {
  width: 7.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: auto;
  margin-bottom: 0.36rem;
  padding-right: 0.6rem;
  box-sizing: border-box;
  font-size: 0.47rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s,transform 0.2s;
  transform: translateX(5%);
}
#menuList li.bd-link a {
  position: relative;
}
#menuList li.bd-link a::before {
  content: "";
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(/assets/images/m/icon-bd.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -0.56rem;
  top: 0.03rem;
}
#menuList li:nth-child(1) {
  transition-delay: 0.05s;
}
#menuList li:nth-child(2) {
  transition-delay: 0.1s;
}
#menuList li:nth-child(3) {
  transition-delay: 0.15s;
}
#menuList li:nth-child(4) {
  transition-delay: 0.2s;
}
#menuList li:nth-child(5) {
  transition-delay: 0.25s;
}
#menuList li:nth-child(6) {
  transition-delay: 0.3s;
}
#menuList li:nth-child(7) {
  transition-delay: 0.35s;
}
#menuList li:nth-child(8) {
  transition-delay: 0.4s;
}
#menuList.open li {
  opacity: 1;
  transform: translateX(0);
}
#menuList li.active a {
  color: #202121;
}
#menuList li a {
  color: #fff;
}
#menuList li.active {
  background: url(/assets/images/m/btn-menu-act.png) no-repeat;
  background-size: 100% 100%;
}

#menuList.open li.submenu{
  height:auto;
}
#menuList.open li.submenu>a{
  position: relative;
  display: flex;
  align-items:center;
  justify-content: flex-end;
}

#menuList.open li.submenu>a::before{
  content:"";
  display:inline-flex;
  width:.36rem;
  height:.36rem;
  background-image: url(/assets/images/m/submenu-arw.png);
  background-size:100%;
  margin-right:.2rem;
}

#menuList.open li.submenu .menu-list{
  display: none;
  padding-bottom:.2rem;
}
/* #menuList.open li.submenu .menu-list.open{
  height:auto;
} */

#menuList.open li.submenu.open{
  background-color:#cbff3f;
}

#menuList.open li.submenu.open a,
#menuList.open li.submenu.open .menu-list a{
  color:#202121;
}

#menuList.open li.submenu.open>a::before{
  filter: invert(90%);
}

#menuList.open li.submenu .menu-list a{
  display: block;
  font-size:.3rem;
  line-height:.6rem;
}

/** 导航tab内容 **/
.menu-list-container {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 9999;
}
.menu-list-container .icon-music {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 1.1rem;
  top: 0.15rem;
  z-index: 5;
  background: url(/assets/images/m/icon-music.png) no-repeat;
  background-size: 100% 100%;
}
.menu-list-container .icon-music.pause {
  background-image: url(/assets/images/m/icon-music-pause.png);
}
.menu-list-container .menu-btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 5;
}
.menu-list-container .menu-btn s {
  background-color: #fff;
  position: absolute;
  width: 0.5rem;
  height: 0.06rem;
  border-radius: 0.04rem;
  transition: all 0.3s ease 0s;
  transform-origin: 0 50%;
}
.menu-list-container .menu-btn s:first-child {
  top: 0;
}
.menu-list-container .menu-btn s:nth-child(2) {
  top: 0.17rem;
}
.menu-list-container .menu-btn s:nth-child(3) {
  top: 0.34rem;
}
.menu-list-container .unfold s:first-child {
  transform: rotate(45deg);
  top: -0.01rem;
}
.menu-list-container .unfold s:nth-child(2) {
  opacity: 0;
}
.menu-list-container .unfold s:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-list-container .menu-wrapper {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100dvh;
  display: none;
  /* height: -webkit-fill-available; */
}
.menu-list-container .menu-logo {
  padding: 0.22rem 0.26rem 0.65rem 0.4rem;
}
.menu-list-container .menu-logo a {
  display: inline-block;
  width: 2.68rem;
  height: 0.68rem;
  background: url(/assets/images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.menu-list-container .menu-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 87%;
  background: url(/assets/images/m/menu-list-bg.png) no-repeat top center;
  background-size: cover;
  background-color: #2f3238;
}
.menu-list-container .menu-footer {
  position: absolute;
  left: 0;
  z-index:8;
  bottom: 0;
  width: 100%;
  height: 15%;
  min-height:1.88rem;
  background: url(/assets/images/m/menu-gray-bg.png) no-repeat top center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.32rem 0.4rem;
  text-align: right;
}
.menu-list-container .menu-footer .pup-code span {
  top: -2.2rem;
  left: -0.6rem;
}
.menu-list-container .menu-footer .pup-code.pengyouquan span {
  left: auto;
  right: -0.3rem;
}
.menu-list-container .menu-footer .tip {
  color: #202121;
  font-size: 0.24rem;
  font-weight: bolder;
  padding-left: 0.17rem;
  margin-bottom: 0.35rem;
}
.menu-list-container .menu-footer .icon-brand {
  width: 2.39rem;
  height: 0.58rem;
  background: url(/assets/images/m/icon-brand.png) no-repeat top center;
  background-size: 100% 100%;
  margin-left: auto;
}
.menu-list-container .menu-footer .focus {
  width: 6.42rem;
  height: 0.6rem;
  padding-top:.3rem;
  margin-left: auto;
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: center;
}
.menu-list-container .menu-footer .focus a {
  display: block;
  height: 100%;
  width: .7rem;
  height: .7rem;
  border-radius:.05rem;
  margin:0 .12rem;
}
.menu-list-container .menu-footer .focus a img{
  display:block;
  width:100%;
  height:100%;
}
/** 头部  E*/
/** footer S */
.footer-index {
  width: 7.5rem;
  height:1.8rem;
  background: url(/assets/images/m/footer-bg.png) no-repeat;
  background-size: 100% auto;
  padding: 0.26rem 0 0.8rem;
  box-sizing: border-box;
}
.footer {
  /* margin-top: 1.1rem; */
}
.footer .pup-code span {
  top: -2.2rem;
  left: -0.4rem;
}
.footer .pup-code.pyq span {
  left: auto;
  right: -0.4rem;
}
.footer .media {
  width: 6.52rem;
  height: 0.56rem;
  margin: 0.45rem auto 1.2rem;
  background: url(/assets/images/m/icon-spr-gray.png) no-repeat;
  background-size: 100% 100%;
}
.footer .media a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.footer .media a.wechat {
  width: 0.84rem;
}
.footer .media a.tap {
  width: 1rem;
}
.footer .media a.bili {
  width: 1rem;
}
.footer .media a.weibo {
  width: 0.82rem;
}
.footer .media a.tiktok {
  width: 0.8rem;
}
.footer .media a.kuaishou {
  width: 0.76rem;
}
.footer .media a.pyq {
  width: 0.6rem;
}
.footer .line {
  width: 7.5rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 0.7rem;
}
.footer .icon {
  width: 2.93rem;
  height: 0.88rem;
  margin: 0 auto 0.3rem;
  background: url(/assets/images/m/icon1.png) no-repeat;
  background-size: 100% 100%;
}
.footer .icon a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .brand-tip {
  font-size: 0.24rem;
  font-weight: bold;
  color: #bdbdbd;
  text-align: center;
  line-height: 0.5rem;
}
.footer .brand-tip span {
  opacity: 0.5;
  margin-right: 0.57rem;
}
.footer .brand-tip a {
  color: #fff;
}
.footer .brand-tip b {
  position: relative;
  top: -0.02rem;
  font-size: 0.18rem;
}
.footer .addr, .footer .attention {
  font-size: 0.18rem;
  font-weight: bold;
  color: #bdbdbd;
  text-align: center;
  opacity: 0.5;
  line-height: 0.3rem;
  margin-bottom: 0.32rem;
}
.footer .attention {
  margin-bottom: 0;
}
.footer .license {
  font-size: 0.18rem;
  font-weight: bold;
  color: #bdbdbd;
  text-align: center;
  line-height: 0.3rem;
}
.footer .license a {
  color: #bdbdbd;
}
.footer .license span {
  opacity: 0.5;
  margin-left: 0.15rem;
}
/** footer E */
.footer .cr-desc{
  text-align:center;
  padding-top:.57rem;
  font-size:.18rem;
  color:#6f6f6f;
  font-weight:700;
}
.footer .cr-desc .link{padding-bottom:.14rem;}
.footer .cr-desc .link span{
  padding:0 .2rem;
}
.footer .cr-desc a{
  color:#bdbdbd;
}
