.w {
  width: 1300px;
  margin: auto;
}
.main {
  width: 100%;
  background-color: #0F111D;
}
.main .imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .title1 {
  font-weight: 800;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}
.main .title2 {
  font-weight: 400;
  font-size: 26px;
  color: #999999;
  text-align: center;
  margin-bottom: 45px;
}
.main .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 1300px;
  height: 5px;
  background: linear-gradient(270deg, rgba(71, 80, 155, 0) 0%, #4953A0 50%, rgba(74, 85, 164, 0) 100%);
  border-radius: 0px 0px 0px 0px;
}
.main .navBox {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #0f111daf;
  z-index: 999;
}
.main .navBox .navCentont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(1069px + 117px + 120px);
}
.main .navBox .navCentont .imgsBox {
  width: 117px;
  height: 58px;
}
.main .navBox .navCentont .nanText {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .navBox .navCentont .nanText .item {
  margin-right: 55px;
}
.main .navBox .navCentont .nanText .item:last-child {
  margin-right: 0px;
}
.main .navBox .navCentont .nanText a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.main .navBox .navCentont .nanText a:hover {
  color: #F9D315;
}
.main .navBox .navCentont .nanText .active a {
  color: #F9D315;
}
.main .navBox .navCentont .btn {
  width: 120px;
  height: 40px;
  background: #F9D315;
  border-radius: 30px;
  font-weight: 800;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.main .navBox .moveIcon {
  display: none;
}
.main .box1 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main .box1 .imgsBox,
.main .box1 .contentBox {
  width: 100%;
  height: 100%;
}
.main .box1 .contentBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #FFFFFF;
}
.main .box1 .contentBox .imgsBox2 {
  width: 298px;
  height: 120px;
  margin-bottom: 30px;
}
.main .box1 .contentBox .text1 {
  font-weight: 800;
  font-size: 70px;
  color: #FFFFFF;
  margin-bottom: 59px;
}
.main .box1 .contentBox .text2 {
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 88px;
}
.main .box1 .contentBox .btn {
  width: 200px;
  height: 60px;
  background: #F9D315;
  border-radius: 30px;
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  cursor: pointer;
}
.main .box2 {
  position: relative;
  background: linear-gradient(184deg, #20264B 0%, #0F111D 70%, #0F111D 100%);
}
.main .box2 .contextBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
}
.main .box2 .contextBox .itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main .box2 .contextBox .itemBox .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 160px;
  background: #1F2238;
  border-radius: 20px;
  border: 1px solid #164274;
}
.main .box2 .contextBox .itemBox .item .text1 {
  font-weight: 800;
  font-size: 30px;
  color: #F9D315;
  margin-bottom: 19px;
}
.main .box2 .contextBox .itemBox .item .text2 {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}
.main .box3 {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
}
.main .box3 .contentBox {
  display: flex;
  padding: 10px;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 24px;
  border: 1px solid #164274;
  background: url('../img/img11.png') no-repeat;
  background-size: 290px 263px;
  background-position-x: 100%;
  background-position-y: 100%;
  background-color: #1F2238;
}
.main .box3 .contentBox.banner2 {
  background: url('../img/img22.png') no-repeat;
  background-size: 290px 263px;
  background-position-x: 0%;
  background-position-y: 100%;
  background-color: #1F2238;
}
.main .box3 .contentBox.banner3 {
  background: url('../img/img33.png') no-repeat;
  background-size: 290px 263px;
  background-position-x: 100%;
  background-position-y: 100%;
  background-color: #1F2238;
}
.main .box3 .contentBox.banner4 {
  background: url('../img/img44.png') no-repeat;
  background-size: 290px 263px;
  background-position-x: 0%;
  background-position-y: 100%;
  background-color: #1F2238;
}
.main .box3 .contentBox .imgsBox {
  width: 840px;
  height: 470px;
  border-radius: 24px;
  overflow: hidden;
}
.main .box3 .contentBox .textBox {
  flex: 1;
  padding: 32px 40px;
  color: #ffffff;
}
.main .box3 .contentBox .textBox .title3 {
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.main .box3 .contentBox .textBox .str {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: justify;
}
.main .box4 {
  height: 800px;
  background: url('../img/banner4.png') no-repeat center center;
  background-position-y: 100%;
  position: relative;
}
.main .box4 .itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .box4 .itemBox .item {
  width: 390px;
  height: 440px;
  margin-bottom: 60px;
  padding-right: 40px;
  padding-left: 34px;
  padding-top: 40px;
  background: #11111F;
  border-radius: 20px;
  border: 1px solid #164274;
  color: #ffffff;
  box-sizing: border-box;
}
.main .box4 .itemBox .item .imgsBox {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.main .box4 .itemBox .item .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.main .box4 .itemBox .item p {
  font-weight: 500;
  font-size: 18px;
  color: #DDDDDD;
  line-height: 40px;
  text-align: justify;
}
.main .box4 .icon {
  bottom: 33px;
}
.main .box4 .title1 {
  padding-top: 60px;
}
.main .box5 {
  padding-top: 60px;
  padding-bottom: 105px;
}
.main .box5 .title2 {
  margin-bottom: 70px;
}
.main .box5 .btn {
  width: 200px;
  height: 60px;
  margin: auto;
  background: #F9D315;
  box-shadow: 0px 0px 20px 1px #F9D315;
  border-radius: 30px;
  font-weight: 800;
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.main .box6 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 90px;
}
.main .box6 .vipBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .box6 .vipBox .vipItem {
  width: 300px;
  height: 550px;
  padding: 0px 30px;
  padding-top: 30px;
  background: linear-gradient(270deg, #14120F 0%, #141210 100%);
  border-radius: 20px;
  border: 1px solid #3A3A3A;
  box-sizing: border-box;
}
.main .box6 .vipBox .vipItem.gxItem {
  background: linear-gradient(358deg, #0C0703 0%, #402A3F 100%);
  border: 1px solid #B8B49E;
}
.main .box6 .vipBox .vipItem .tips1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.main .box6 .vipBox .vipItem .tips1 .imgsBox {
  width: 24px;
  height: 24px;
}
.main .box6 .vipBox .vipItem .tips2 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.main .box6 .vipBox .vipItem .tips2 span {
  font-weight: 800;
  font-size: 36px;
}
.main .box6 .vipBox .vipItem .tips3 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.main .box6 .vipBox .vipItem .btn {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #383D46;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.main .box6 .vipBox .vipItem .btn2 {
  background: #FFFFFF;
  color: #333333;
}
.main .box6 .vipBox .vipItem .btn3 {
  background: linear-gradient(90deg, #FEDD6B 0%, #2B83D7 100%);
  color: #333333;
}
.main .box6 .vipBox .vipItem .tipsBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  padding: 0px 16px;
  background: #25272B;
  border-radius: 8px;
  border: 1px solid #414141;
  margin-bottom: 20px;
}
.main .box6 .vipBox .vipItem .tipsBox div {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.main .box6 .vipBox .vipItem .tipsBox div .imgsBox {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.main .box6 .vipBox .vipItem .tipsBox .tipsText {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.main .box6 .vipBox .vipItem .liItem {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.main .box6 .vipBox .vipItem .liItem .imgsBox {
  margin-right: 10px;
}
.main .box7 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
.main .box7 .itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .box7 .itemBox .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 290px;
  background: #202127;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #343434;
}
.main .box7 .itemBox .item .jfBun {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.main .box7 .itemBox .item .jfBun .imgsBox {
  width: 34px;
  height: 34px;
}
.main .box7 .itemBox .item .jgNum {
  font-weight: 400;
  font-size: 24px;
  color: #999999;
  margin-bottom: 48px;
}
.main .box7 .itemBox .item .btn {
  width: 120px;
  height: 40px;
  background: #373840;
  border-radius: 31px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.main .box8 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.main .box8 .title1 {
  margin-bottom: 50px;
}
.main .box8 .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  background: #181B2D;
  border-radius: 24px;
  border: 1px solid #242A4D;
  margin-bottom: 40px;
  padding: 0px 40px;
}
.main .box8 .item .tips1 {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.main .box8 .item .tips2 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.main .footerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 109px;
  border-top: 1px solid #272C48;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.main .footerBox .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .footerBox .textBox {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.main .footerBox .textBox .xlwm {
  position: relative;
}
.main .footerBox .textBox .xlwm .lxwmBox {
  position: absolute;
  bottom: 140%;
  left: 0;
  display: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
}
.main .footerBox .textBox .xlwm .lxwmBox .tipsBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main .footerBox .textBox .xlwm .lxwmBox .tipsBox .imgsBox {
  width: 100px;
  height: 100px;
}
.main .footerBox .textBox .xlwm:hover .lxwmBox {
  display: flex;
}
.main .footerBox .textBox a {
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  text-decoration: none;
}
.main .footerBox .textBox > div {
  margin-left: 60px;
  cursor: pointer;
}
.main .phoneFooterBox {
  display: none;
}
.phoneNav {
  display: none;
}
@media screen and (min-width: 760px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 750px) {
  .w {
    width: 100%;
    margin: auto;
  }
  .main .title1 {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .main .title2 {
    font-weight: 500;
    font-size: 0.26rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .main .navBox {
    height: 1rem;
    padding: 0rem 0.3rem;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .main .navBox img {
    vertical-align: top;
  }
  .main .navBox .navCentont {
    justify-content: space-between;
    width: 1.24rem;
    max-width: initial;
  }
  .main .navBox .navCentont .imgsBox {
    width: 1.24rem;
    height: 0.62rem;
  }
  .main .navBox .navCentont .nanText {
    display: none;
  }
  .main .navBox .navCentont .btn {
    display: none;
  }
  .main .navBox .moveIcon {
    display: block;
    width: 0.36rem;
    height: 0.29rem;
  }
  .main .icon {
    width: 100%;
  }
  .main .box1 .contentBox .imgsBox2 {
    width: 2.98rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .main .box1 .contentBox .text1 {
    font-size: 0.5rem;
    margin-bottom: 0.8rem;
  }
  .main .box1 .contentBox .text2 {
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-bottom: 1.66rem;
  }
  .main .box1 .contentBox .btn {
    width: 2.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-weight: 800;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .main .box2 {
    position: relative;
    background: #0F111D;
  }
  .main .box2 .contextBox {
    height: initial;
    padding: 0.8rem 0;
  }
  .main .box2 .contextBox .itemBox {
    flex-direction: column;
    width: 100%;
    padding: 0rem 0.3rem;
    box-sizing: border-box;
  }
  .main .box2 .contextBox .itemBox .item {
    width: 100%;
    height: 2.19rem;
    background: #1F2238;
    border-radius: 0.2rem;
    border: 1px solid #164274;
    margin-bottom: 0.2rem;
  }
  .main .box2 .contextBox .itemBox .item .text1 {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
  }
  .main .box2 .contextBox .itemBox .item .text2 {
    font-weight: 500;
    font-size: 0.3rem;
  }
  .main .box3 {
    padding: 0rem 0.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    box-sizing: border-box;
  }
  .main .box3 .contentBox {
    flex-direction: column;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
    border-radius: 0.24rem;
    background-size: 2.9rem 2.63rem;
    box-sizing: border-box;
  }
  .main .box3 .contentBox.banner2,
  .main .box3 .contentBox.banner3,
  .main .box3 .contentBox.banner4 {
    background-size: 2.9rem 2.63rem;
  }
  .main .box3 .contentBox.banner2,
  .main .box3 .contentBox.banner4 {
    flex-direction: column-reverse;
  }
  .main .box3 .contentBox .imgsBox {
    width: 100%;
    height: 3.53rem;
    border-radius: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .main .box3 .contentBox .textBox {
    flex: 1;
    padding: initial;
    color: #ffffff;
  }
  .main .box3 .contentBox .textBox .title3 {
    font-weight: 800;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .main .box3 .contentBox .textBox .str {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .main .box4 {
    height: initial;
    padding: 0px 0.3rem;
    padding-bottom: 0.8rem;
    box-sizing: border-box;
  }
  .main .box4 .title2 {
    width: 5.51rem;
    margin: auto;
    margin-bottom: 0.62rem;
    line-height: 0.4rem;
  }
  .main .box4 .itemBox {
    display: flex;
    flex-direction: column;
  }
  .main .box4 .itemBox .item {
    width: 100%;
    height: initial;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    background: #11111f98;
    border-radius: 0.2rem;
    border: 1px solid #164274;
  }
  .main .box4 .itemBox .item .imgsBox {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .main .box4 .itemBox .item .imgsBox img {
    vertical-align: top;
  }
  .main .box4 .itemBox .item .title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
  }
  .main .box4 .itemBox .item p {
    font-weight: 500;
    font-size: 0.26rem;
    color: #DDDDDD;
    line-height: 0.52rem;
  }
  .main .box5 {
    padding-top: 0.6rem;
    padding-bottom: 1.05rem;
  }
  .main .box5 .title2 {
    margin-bottom: 0.7rem;
  }
  .main .box5 .btn {
    width: 3.2rem;
    height: 1rem;
    margin: auto;
    background: #F9D315;
    box-shadow: 0px 0px 0.2rem 1px #F9D315;
    border-radius: 0.5rem;
    font-weight: 800;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
  }
  .main .box6 {
    padding-top: 1.4rem;
    padding-bottom: 0.9rem;
  }
  .main .box6 .vipBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0.3rem;
  }
  .main .box6 .vipBox .vipItem {
    width: 100%;
    height: initial;
    margin-bottom: 0.4rem;
    padding: 0.5rem;
    background: linear-gradient(270deg, #14120F 0%, #141210 100%);
    border-radius: 0.2rem;
    border: 1px solid #3A3A3A;
    box-sizing: border-box;
  }
  .main .box6 .vipBox .vipItem.gxItem {
    background: linear-gradient(358deg, #0C0703 0%, #402A3F 100%);
    border: 1px solid #B8B49E;
  }
  .main .box6 .vipBox .vipItem .tips1 {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
  }
  .main .box6 .vipBox .vipItem .tips1 .imgsBox {
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.15rem;
  }
  .main .box6 .vipBox .vipItem .tips2 {
    font-size: 0.27rem;
    margin-bottom: 0.1rem;
  }
  .main .box6 .vipBox .vipItem .tips2 span {
    font-weight: 800;
    font-size: 0.63rem;
  }
  .main .box6 .vipBox .vipItem .tips3 {
    font-size: 0.24rem;
    margin-bottom: 0.35rem;
  }
  .main .box6 .vipBox .vipItem .btn {
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.2rem;
    border-radius: 0.14rem;
    font-size: 0.3rem;
    line-height: 0.9rem;
  }
  .main .box6 .vipBox .vipItem .tipsBox {
    height: 1.24rem;
    padding: 0px 0.27rem;
    border-radius: 0.14rem;
    margin-bottom: 0.4rem;
  }
  .main .box6 .vipBox .vipItem .tipsBox div {
    font-size: 0.28rem;
  }
  .main .box6 .vipBox .vipItem .tipsBox div .imgsBox {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.05rem;
  }
  .main .box6 .vipBox .vipItem .tipsBox .tipsText {
    margin-top: 0.1rem;
    font-size: 0.21rem;
  }
  .main .box6 .vipBox .vipItem .liItem {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .main .box6 .vipBox .vipItem .liItem .imgsBox {
    width: 0.21rem;
    height: 0.14rem;
    margin-right: 0.1rem;
  }
  .main .box6 .vipBox .vipItem .liItem .imgsBox .imgs {
    vertical-align: top;
  }
  .main .box7 {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .main .box7 .itemBox {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0.3rem;
  }
  .main .box7 .itemBox .item {
    width: 3.3rem;
    height: 3.2rem;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
  }
  .main .box7 .itemBox .item .jfBun {
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .main .box7 .itemBox .item .jfBun .imgsBox {
    width: 0.37rem;
    height: 0.37rem;
  }
  .main .box7 .itemBox .item .jgNum {
    font-size: 0.28rem;
    margin-bottom: 0.48rem;
  }
  .main .box7 .itemBox .item .btn {
    width: 1.6rem;
    height: 0.6rem;
    border-radius: 0.31rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .main .box8 {
    padding: 0px 0.3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .main .box8 .title1 {
    margin-bottom: 0.5rem;
  }
  .main .box8 .item {
    height: initial;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
  }
  .main .box8 .item .tips1 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .main .box8 .item .tips2 {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  .main .footerBox {
    display: none;
  }
  .main .phoneFooterBox {
    display: block;
    width: 100%;
    height: 1.19rem;
    border-top: 1px solid #272C48;
    background: #0F111D;
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.19rem;
  }
  .phoneNav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #00000073;
    z-index: 999999;
  }
  .phoneNav .nuvBox {
    width: 50%;
    height: 100%;
    background-color: #20264B;
    padding: 0.5rem 0rem;
  }
  .phoneNav .nuvBox .item {
    display: flex;
    align-items: center;
    height: 0.8rem;
    padding-left: 0.3rem;
    font-size: 0.26rem;
    color: #ffffff;
    text-decoration: none;
  }
  .phoneNav .nuvBox .item a {
    font-size: 0.26rem;
    color: #ffffff;
    text-decoration: none;
  }
}
