* {
  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: #F0F2F5; */
}
.header{
  width: 100%;
  height: 5.55rem;
  box-sizing: border-box;
  background-image: url(../image/13.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%;
}
.headerBox{
  margin: 0 auto;
  width: 100%;
  margin-top: 3.87rem;
}
.headerBoxTop{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.headerBoxTopLabel{
  box-sizing: border-box;
  padding: 0.13rem 0.25rem;
  border-radius: 0.33rem;
  background-color: rgb(72, 209, 160);
  display: flex;
  align-items: center;
}
.headerBoxTopLabel img{
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.08rem;
}
.headerBoxTopLabel span{
  font-family: MontserratAlternates, MontserratAlternates;
  font-weight: 600;
  font-size: 0.25rem;
  color: #FFFFFF;
  text-align: left;
  font-style: italic;
  margin-left: 0.07rem;
}
.headerBoxTops{
  margin-top: 0.3rem;
}
.mid{
  width: 100%;
  height: 5.84rem;
  background-color: #FFFFFF;
  padding-top: 3.4rem;
  position: relative;
}
img{
  position: absolute;
  top: 1.8rem;
  left: 3.5rem;
  width: 5.66rem;
  height: 1.86rem;
}
.midBox{
  width: 12rem;
  margin: 0 auto;
  height: 1.98rem;
  box-sizing: border-box;
  padding: 0.4rem;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.54rem;
  font-style: normal;
  background: #008751;
  border-radius: 0.2rem;
  /* margin-top: 2.8rem; */
}
.term{
  width: 100%;
  /* height: 12rem; */
  background: #F2F5F4;
  /* position: relative; */
  margin-top: -4rem;
  padding-top: 4.7rem;
  padding-bottom: 1rem;
}
.termBox{
  width: 12rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.termBoxLabel{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.termBoxLabelLeft{
  width: 8rem;
  height: 4rem;
  box-sizing: border-box;
  background-image: url(../image/15.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.termBoxLabelLefts{
  width: 8rem;
  height: 4rem;
  box-sizing: border-box;
  background-image: url(../image/16.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.termBoxLabelRight{
  width: 3.7rem;
  height: 4rem;
  background: #FFFF94;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.3rem;
  padding-top: 2.2rem;
}
.termBoxLabelRights{
  padding-top: 0.8rem;
}
.termBoxLabelRightTitle{
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: left;
}
.termBoxLabelRightText{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  text-align: left;
  font-style: normal;
  margin-top: 0.2rem;
}
.termBoxLabelRightLine{
  width: 1.23rem;
  height: 0.08rem;
  box-sizing: border-box;
  background-image: url(../image/18.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.8rem;
}
.around{
  width: 100%;
  height: 4.38rem;
  box-sizing: border-box;
  background-image: url(../image/17.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 1.2rem;
}
.aroundTitle{
  width: 10.08rem;
  margin: 0 auto;
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #00120B;
  line-height: 0.54rem;
  text-align: center;
  font-style: normal;
}
.aroundTitle span{
  font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
  font-weight: bold;
  font-size: 0.4rem;
  color: #008751;
  line-height: 0.54rem;
  text-align: center;
  font-style: normal;
}
.aroundText{
  width: 8.54rem;
  margin: 0 auto;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #6D7975;
  line-height: 0.25rem;
  text-align: center;
  font-style: normal;
  margin-top: 0.4rem;
}
.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;
}