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

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

.comTitle {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  text-align: center;
}

.comWitheTitle {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}

.comLefTitle {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  text-align: left;
}

.comPadTB {
  padding: 100px 0;
}
.comWidth {
  width: 1300px;
  /* 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;
} */
