/* 后端控制类-start */
.not-display-none,
.display-block{
  display: block;
}
.not-display-block,
.display-none{
  display: none
}
/* 后端控制类-end */

@font-face {
  font-family: "KARIBUNARROW";
  src: url("../img/KARIBUNARROW-BOLD.TTF") format("truetype");
}



#world-pop {
  display: none;
  position: absolute;
  top: .6rem;
  left: 50%;
  transform: translate(-50%, -0%);
  white-space: nowrap;
  /* width: 7.8vw; */
  /* height: 11.3vw; */
  width: 1.68rem;
  height: 2.12rem;
  background-image: url(../img/world.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

#nav-world:hover #world-pop {
  display: block;
}

#nav-world {
  position: relative;
}

.world-item {
  /* height: 2.26vw; */
  font-weight: normal;
  cursor: pointer;
}

.world-item:hover {
  color: #ddc281;
}

.world-item-box {
  box-sizing: border-box;
  padding: .3rem 0 .2rem 0;
  height: 2.12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.navbar {
  display: flex;
  align-items: center;
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 777;
}

.logo {
  width: 1.7rem;
  height: auto;
  margin: .1rem;
  margin-left: .4rem;
  cursor: pointer;
}

.nav-menu {
  font-family: 'KARIBUNARROW';
  display: flex;
  flex-grow: 1;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  float: left;
  /* width: 10vw; */
  width: 1.88rem;
  user-select: none;
}
a,span,p,div,li,img{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-menu a {
  display: block;
  color: white;
  text-align: center;
  padding: .14rem .16rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: .19rem;
  user-select: none;
}

.nav-menu a span {
  font-size: 0.12rem;
  font-weight: 100;
}

.nav-menu a:hover {
  color: #febb49 !important;
  font-weight: bold !important;
}

.nav-menu a:hover span {
  color: #febb49 !important;
  font-weight: 400 !important;
}

.span-hover {
  color: #febb49;
  font-weight: bold;
}

#point1 {
  position: absolute;
  width: 10px;
  left: 72%;
  top: 14%;
  display: none;
}

.nav-menu a:hover #point1 {
  display: block !important;
}

#point2 {
  position: absolute;
  width: 10px;
  left: 72%;
  top: 14%;
  display: none;
}

.nav-menu a:hover #point2 {
  display: block !important;
}

#point3 {
  position: absolute;
  width: 10px;
  left: 72%;
  top: 14%;
  display: none;
}

.nav-menu a:hover #point3 {
  display: block !important;
}

#point4 {
  position: absolute;
  width: 10px;
  left: 72%;
  top: 14%;
  display: none;
}

.nav-menu a:hover #point4 {
  display: block !important;
}

#point5 {
  position: absolute;
  width: 10px;
  left: 72%;
  top: 14%;
  display: none;
}

.nav-menu a:hover #point5 {
  display: block !important;
}

.download-btn {
  width: 1.4rem;
  height: .4rem;
  margin: .1rem;
  margin-right: .4rem;
  cursor: pointer;
  background-image: url(../img/download-yellow-btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .16rem;
}

.download-btn img{
  max-width: 100%;
  width:.16rem; ;
}
.download-btn span{
  margin-top: -.049rem;
}

#language-pop {
  display: none;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 1.68rem;
  background-image: url(../img/language-linebox.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

#nav-language:hover #language-pop {
  display: block;
}

#nav-language {
  cursor: pointer;
  font-size: .15rem;
  position: relative;
  user-select: none;
}

.language-item {
  font-size: .14rem;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}

.language-item:hover {
  color: #ddc281;
}

.language-item-box {
  padding: .2rem 0 .2rem 0rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#lang-nav-text{
  width: auto;
  font-size: .14rem;
}
.language:hover #lang-nav-text {
  color: #daa640 !important;
}

.language:hover .earth2 {
  display: block;
}

.language:hover .language-down2 {
  display: block;
}

.language:hover .earth1 {
  display: none;
}

.language:hover .language-down1 {
  display: none;
}
.earth {
  width: .17rem;
  height: .17rem;
  margin-right: 3px;
}

.earth2 {
  display: none;
}

.language-down2 {
  display: none;
}

.language {
  line-height: .53rem;
  margin-right: .2rem;
  /* width: 1.1rem; */
  display: flex;
  align-items: center;
  justify-content: end;
}

.language-down {
  width: .16rem;
  margin-left: .03rem;
}






/* 首页下载按钮组 */
.app-store-btn{
  background: #0f0f0f;
}
.taptap-btn{
  background: #08b0be;
}
.pcdown-btn{
  background: #343896;
}
.pc-down-box{
  width: 2.46rem;
  height: .44rem;
  margin: .1rem;
  cursor: pointer;
  background-image: url(../img/download-btn-bg.png);
  background-size: cover;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: .18rem;
  /* 亮度提高 */
  filter: brightness(1.2);
}
.pc-down-box img{
  width: 2.46rem;
}
/* comp-download-pop.html */

#download-popup {
  display: none;
  position: fixed;
  left: 52%;
  top: 40%;
  transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
  justify-content: center;
}


.download-popup {
  background-image: url(../img/video-linebox.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 710px;
  height: 413px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode3-box {
  position: relative;
}

.qrcode3 {
  width: 214px;
}

.download-code {
  position: absolute;
  top: 9px;
  left: 37px;
  width: 167px;
  height: 167px;
}

.download-ways {
  width: 225px;
  /* height: 210px; */
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.close-pc {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
}