html,body, div, p, ul, li {
  padding: 0;
  margin: 0;
}

.comContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comTitle {
  font-weight: bold;
  font-size: 56px;
  color: #333333;
  line-height: 80px;
  text-align: center;
}

.comLefTitle {
  font-weight: bold;
  font-size: 56px;
  color: #333333;
  line-height: 80px;
  text-align: left;
}

.comPadTB {
  padding: 100px 0;
}
.comWidth {
  width: 1400px;
  /* min-width: 1200px; */
}


.header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.header-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  position: fixed;
  z-index: 10;
  max-width: 1600px;
  min-width: 1200px;
  padding: 20px 10%;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* 左侧标题 */
.header-logo {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
}

/* 右侧导航 */
.header-nav {
  display: flex;
  gap: 35px;
}

.header-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #333333;
  transition: color 0.3s ease;
}

.header-nav a:hover,
.header-nav a.active {
  color: #8787F1;
}

.footer {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #E9ECF8;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 40px;
  /* background-color: red; */
  border-bottom: 1px solid #C8C8C8;
}

.footer_text {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.footer_text1 {
  padding-top: 12px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.footer a, a:active{
  color: #333333;
  font-weight: 500;
}

.footer_text2 {
  padding-top: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #7575ED;
}
.footer_text3 {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.footer_pTop{
  padding-top: 50px;
}

.footer_top {
  display: flex;
  align-items: center;
}

.footer_cus_con {
  margin-left: 100px;
}

.footer_gp_btn {
  width: 245px;
  height: 80px;
}
.footer_f_con {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
.footer_f_ic {
  width: 32px;
  height: 32px;
  margin-left: 25px;
}

.footer_lMar {
  margin-left: 70px;
}
.footer_cin {
  margin-left: 80px;
}