* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #F0F2F5;
}
.container{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.header{
  width: 100%;
  height: 6.02rem;
  box-sizing: border-box;
  background-image: url(../image/32.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0.3rem;
}
.nav{
  width: 9.2rem;
  height: 0.7rem;
  background: #00120B;
  border-radius: 0.45rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.49rem 0 0.26rem;
}
.navLeft{
  font-family: Inter-Italic_Black, Inter-Italic_Black;
  font-weight: bold;
  font-size: 20px;
  font-size: 0.2rem;
  color: #FFFFFF;
  font-style: italic;
}
.navRight{
  box-sizing: border-box;
}
.navRight ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
}
.navRight ul li a{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  display: block;
  padding: 0.1rem 0;
  position: relative;
  transition: color 0.3s ease;
}
.navRight ul li a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.04rem;
  background: #008751;
  border-radius: 0.02rem;
  transition: width 0.3s ease;
}
.navRight ul li a.active{
  color: #FFFFFF;
}
.navRight ul li a.active::after{
  width: 50%;
}

.foot{
  width: 100%;
  height: 4.51rem;
  background: #00120B;
  box-sizing: border-box;
  padding-top: 1rem;
}
.footBox{
  width: 12rem;
  margin: 0 auto;
  color: #6D7975;
  display: flex;
}
.footBoxLeft{
  font-family: Inter-Italic_Black, Inter-Italic_Black;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-align: left;font-style: italic;
}
.footBoxMid{
  margin-left: 0.77rem;
}
.footBoxMid div{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6D7975;
  line-height: 0.2rem;
  font-style: normal;
  margin-bottom: 0.1rem;
}
.footBoxRight{
  margin-left: 1.57rem;
}
.footLine{
  width: 12rem;
  height: 0.01rem;
  background: #6D7975;
  border-radius: 0.01rem;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.copy{
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.14rem;
  color: #6D7975;
  line-height: 0.2rem;
  margin-top: 0.4rem;
  text-align: center;
}
.headerBox{
  width: 12rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.68rem;
}
.headerBox img{
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
}
.headerBoxText{
  width: 8.32rem;
  font-family: LexendDeca, LexendDeca;
  font-weight: 900;
  font-size: 0.22rem;
  color: #00120B;
  line-height: 0.28rem;
  text-shadow: 0px 0.02rem 0.05rem rgba(0,0,0,0);
  text-align: center;
  margin: 0 auto;
  font-style: normal;
}
.headerBoxTexts{
  width: 5.44rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  margin-top: 0.2rem;
}
.box{
  width: 8.6rem;
  box-sizing: border-box;
  /* height: 10rem; */
  margin: 0 auto;
}
.boxLabel{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}
.boxLabelTitle{
  display: flex;
  align-items: center;
  gap: 0.2rem;
  box-sizing: border-box;
}
.boxLabelTitleLeft{
  width: 0.4rem;
  height: 0.4rem;
  border: 0.01rem solid #A5B6AF;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: LexendDeca, LexendDeca;
  font-weight: 900;
  color: #6D7975;
  font-size: 0.14rem;
}
.boxLabelTitleRight{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #00120B;
}
.boxLabelText{
  margin-left: 0.6rem;
  width: 8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6D7975;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
}
.text{
  margin-bottom: 1.2rem;
}