h1,
ul,
li {
  margin: 0;
  list-style: none;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  min-width: 1024px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

main {
  padding-top: 130px;
}

.core-features,
.features-list,
.product-showcase {
  max-width: 1200px;
  margin: 0 auto;
}

.header .title {
  height: 69px !important;
  padding: 12px 50px;
  box-sizing: border-box;
  background: #f2f9f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  h1 {
    font-weight: 700;
    font-size: 18px;
  }
}

.header nav {
  background: #fff;
}
.header nav ul {
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  height: 60px;
  display: flex;
  background: #fff;
  align-items: center;
}

.header nav ul li {
  min-width: 96px;
  margin-right: 40px;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  border-bottom: 2px solid transparent;
  gap: 15px;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.header nav ul li a {
  color: #303133;
  display: block;
  text-decoration: none;
}

.header nav ul li.is-active {
  border-bottom: 2px solid #07c160;
  color: #07c160 !important;
}

.header nav ul li.is-active a {
  color: #07c160 !important;
}

.flex--center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation {
}

.auth-section {
  position: relative;
  color: rgb(17, 175, 96);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.auth-section .avatar {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: url("../img/avatar.png");
  background-size: contain;
  background-repeat: no-repeat;
}

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

.icon-logo {
  width: 40px;
  height: 40px;
  background: url("../img/icon-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
}

.el-button-like {
  cursor: pointer;
  outline: none;
  border: none;
  background: #11af60;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
  min-width: 88px;
  min-height: 32px;
  box-sizing: border-box;
}

.el-button-like.plain {
  color: #11af60;
  border: 1px solid #11af60;
  background: #fff;
}

.pointer {
  cursor: pointer;
}

/* 咨询客服按钮 hover 显示图片 */
.auth-section .plain.el-button-like {
  position: relative;
  z-index: 1;
}

.auth-section .customer-hover-img {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 180px;
  height: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 8px;
  min-height: 180px;
}

.auth-section .plain.el-button-like:hover + .customer-hover-img,
.auth-section .customer-hover-img:hover {
  display: block;
}
