* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /* height: 100vh; */
  background-color: #6a7e8a;
  /* display: flex; */
  width: 100vw;
  height: 100vh;
}

html {
  height: -webkit-fill-available;
  width: 100vw;
  width: -webkit-calc(100% - 0px);
  height: -webkit-calc(100% - 0px);
}

.video {
  width: 100vw;
  height: 100vh;
  background-color: #6a7e8a;

  overflow: hidden;

}

.menu {
  z-index: 100;
  position: absolute;
  top: 4rem;
  left: calc(100% - 10rem);
  display: flex;
  /* background-color: hotpink; */
  flex-wrap: wrap;
  width: 10rem;
  font-family: "menu";
  /* display: none; */
}

.menu div {
  /* position: relative; */
  width: 100%;
  height: 3.2rem;
  font-size: 1.6rem;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /* background:green; */
}

#shuogaotext {
  filter: url('#liquify');
  opacity: 0;
  text-align: center;
  /* transform: translateY(50px); */
  /* height: 13rem; */
  z-index: 110;
  position: absolute;
  top: calc(100% - 60rem);
  left: calc(50% - 20rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#siteTitle {
  background-image: url(../images/luxunsgText.png);
  background-size: cover;
  width: 35rem;
  height: 10.5rem;
}

#introText {
  width: 38rem;
  /* height: 2.5rem; */
  color: white;
  font-family: "intro";
  margin: 2rem 0;
  font-size: 1.6rem;
}

#enter {
  height: 2.8rem;
  width: 11.2rem;
  z-index: 111;
  position: absolute;
  top: calc(100% - 40rem);
  left: calc(50% - 7.6rem);
  /* background-color: hsla(47, 19%, 36%, 1); */
  background-color: rgb(164,155,121);
  border-radius: 22px;
  font-family: "menu";
  color: whitesmoke;
  font-size: 1.4rem;
  overflow: hidden;
  opacity: 0;
}

.hiddentext {
  position: relative;
  width: 100%;
  height: 1.4rem;
  text-align: center;
  /* background-color: hotpink; */
  top: 0.7rem;
  z-index: 112;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.nav {
  position: absolute;
  height: 2.4rem;
  /* overflow: hidden; */
  width: 100%;
  z-index: 144;
  color: hsla(0, 0%, 100%, 0);
  top: 2rem;
  font-size: 1.6rem;
  /* background-color: yellow; */
}

.bianweihui {
  margin-left: 2rem;
  font-family: "bianweihui";
  /* color: hsla(0, 0%, 100%, 0.8); */
}

.navitems {
  /* margin-right: 1rem; */
  /* background-color: yellow; */

}

.login {
  margin: 0 1.8rem;
}

.nex {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-attachment: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/background.webp);
  z-index: -2;
}

.preload {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: #3F5E91;
  /* background-color:#888; */
  z-index: 301;
}

.preLoading {

  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.percentOfLoad {
  color: azure;
}


.load {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;

  background-color: #3f5e91;
  overflow: hidden;
  z-index: 300;
}

.grad-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 32rem;
  height: 100%;
  background-image: url(../images/luxun/gradiant-left.svg);
  background-size: cover;
  z-index: 320;
  opacity: 0;
}

.grad-r {
  position: absolute;
  top: 0;
  left: calc(100% - 32rem);
  width: 32rem;
  height: 100%;
  background-image: url(../images/luxun/gradiant-right.svg);
  background-size: cover;
  z-index: 321;
  opacity: 0;
  /* background-color: red; */
}

/* .mountains{
  position: absolute;
  height: 100%;
  width: 100%;
} */
/* ,.num1,.num4,.num0 */
.mountain1,
.mountain2,
.mountain3,
.road,
.person,
.progress,
.nlc,
.remember {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.mountain3 {
  /* backgbround-color: #29436E; */
  height: 60rem;
  top: -4rem;
  background-image: url(../images/luxun/mountain/m3.svg);
  z-index: 301;

}

.mountain2 {
  height: 60rem;

  left: 0;
  top: -8rem;
  background-image: url(../images/luxun/mountain/m2.svg);
  background-size: cover;
  z-index: 304;

}

.mountain1 {
  height: 80rem;
  top: -4.5rem;
  background-image: url(../images/luxun/mountain/m1.svg);

  z-index: 307;

}

.road {
  height: 35.6rem;
  top: 45.8rem;
  background-image: url(../images/luxun/road.svg);
  z-index: 307;
}

.person {
  width: 8rem;
  height: 7rem;
  top: 45rem;
  left: 50rem;
  background-image: url(../images/luxun/person@2x.webp);
  z-index: 309;
}

.progress {
  width: 26rem;
  height: 0.6rem;
  background-color: hsla(0, 0%, 59%, 1);
  border-radius: 3px;
  top: 48rem;
  z-index: 312;
  left: calc(50% - 13rem);
}

.bar {
  width: 0;
  height: 100%;
  background-color: rgb(223, 223, 223);
  border-radius: 3px;
}

.remember {
  width: 12.4rem;
  height: 6rem;
  top: 52rem;
  z-index: 310;
  left: calc(50% - 6.2rem);
  font-size: 1.8rem;
  letter-spacing: 0.324rem;
  font-family: "remember";
  color: rgba(222, 215, 199, 1);
}

.nlc {
  width: 9.6rem;
  height: 1.6rem;
  color: rgba(248, 248, 248, 0.8);
  top: 62.4rem;
  z-index: 314;
  left: calc(50% - 4.8rem);
  font-family: "nlc";
}

.num,
.numshadow {
  font-family: "Apple-LiSung-Light";
  font-size: 20rem;
  color: white;
  position: absolute;
  background-size: cover;
  opacity: 0;

}

.numOne,
.numOneShadow {
  width: 17rem;
  height: 30rem;
  top: calc(50%);
  left: calc(50% - 30rem);
}

.numTwo,
.numTwoShadow {
  width: 17rem;
  height: 30rem;
  top: calc(50%);
  left: calc(50% - 8rem);
}

.numThree,
.numThreeShadow {
  width: 17rem;
  height: 30rem;
  top: calc(50%);
  left: calc(50% + 20rem);
}



.num0_shadow {
  background-image: url(../images/luxun/num/0_shadow.svg);

}

.num1_shadow {
  background-image: url(../images/luxun/num/1_shadow.svg);
}

.num2_shadow {
  background-image: url(../images/luxun/num/2_shadow.svg);
}

.num3_shadow {
  background-image: url(../images/luxun/num/3_shadow.svg);
}

.num4_shadow {
  background-image: url(../images/luxun/num/4_shadow.svg);
}

.num5_shadow {
  background-image: url(../images/luxun/num/5_shadow.svg);
}

.num6_shadow {
  background-image: url(../images/luxun/num/6_shadow.svg);
}

.num7_shadow {
  background-image: url(../images/luxun/num/7_shadow.svg);
}

.num8_shadow {
  background-image: url(../images/luxun/num/8_shadow.svg);
}

.num9_shadow {
  background-image: url(../images/luxun/num/9_shadow.svg);
}



.num0 {
  background-image: url(../images/luxun/num/0.svg);
}

.num1 {
  background-image: url(../images/luxun/num/1.svg);
}

.num2 {
  background-image: url(../images/luxun/num/2.svg);
}

.num3 {
  background-image: url(../images/luxun/num/3.svg);
}

.num4 {
  background-image: url(../images/luxun/num/4.svg);
}

.num5 {
  background-image: url(../images/luxun/num/5.svg);
}

.num6 {
  background-image: url(../images/luxun/num/6.svg);
}

.num7 {
  background-image: url(../images/luxun/num/7.svg);
}

.num8 {
  background-image: url(../images/luxun/num/8.svg);
}

.num9 {
  background-image: url(../images/luxun/num/9.svg);
}