.header {
  width: 100%;
  height: 104px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  position:fixed;
  top:0;
  left: 0;
  z-index: 99999;
}

.headerLeft {
  display: flex;
  align-items: center;
  height: 104px;
  margin-right: 72px;
}

.hlSpan {
  width: 160px;
height: 48px;
font-family: Inter, Inter;
font-weight: normal;
font-size: 40px;
color: #333333;
line-height: 47px;
}

.nav {
  padding-top: 5px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

.navSpan {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 30px;
  color: #333;
  margin-right: 30px;
  height: 44px;
}
.navSpan.selected::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1D72E1;
  margin-top: 28px; /* 调整下划线与文字之间的间距 */
}

.footer {
  height: 419px;
  background: linear-gradient(96deg, #112159 0%, #000F38 21%, #000F38 75%, #0A3448 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative;
}
.footerBottom{
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  bottom:36px;
  left: 50%;
  transform: translateX(-237px);
}

.fLeft {
  width: 500px;
  height: 304px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flP1,
.flP2 {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
}

.flP1 {
  margin-top: 20px;
}

.flP2 {
  margin-top: 36px;
}

.fCenter {
  width: 250px;
  height: 264px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 127px;
  padding-top: 10px;
  box-sizing: border-box;
}

.fcSpan {
  font-family: Inter, Inter;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
}

.fRight {
  width: 614px;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 208px;
  padding-top: 10px;
  box-sizing: border-box;
}
.frightBox{
  display: flex;
  align-items: center;
}
.frightBoxImg{
  width:26px;
  height:26px;
  margin-right: 20px;
}
.frSpan {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
img{
  display: block;
  vertical-align: middle;
}
*{
  margin:0;
  padding:0;
}
a{
  color: inherit;
  text-decoration: none;
}
/* 中英文切换按钮 */
.changeLangBtn{
  position: absolute;
  top: 10px;
  right:-40px;
  font-size: 26px;
}