* {
  padding: 0;
  margin: 0;
}
body {
  overflow-y: hidden;
  /* 强制显示垂直滚动条 */
}
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f9ff;
}
.le-swiper-container {
  width: 100%;
}
.le-swiper-container .le-nav-header-title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
}
.le-swiper-container .le-nav-header-title .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.le-swiper-container .le-nav-header-title .inner .logo {
  display: flex;
}
.le-swiper-container .le-nav-header-title .inner .logo p {
  position: relative;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 40px;
  padding-left: 33px;
}
.le-swiper-container .le-nav-header-title .inner .logo p a {
  color: #fff;
  text-decoration: none;
}
.le-swiper-container .le-nav-header-title .inner .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.le-swiper-container .le-nav-header-title .inner .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.le-swiper-container .le-nav-header-title .inner .nav a {
  position: relative;
  width: 120px;
  height: 34px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.le-swiper-container .le-nav-header-title .inner .nav a:hover {
  border-radius: 17px;
  background-color: #e89568;
  color: #fff !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.le-swiper-container .le-nav-header-title .active {
  border-radius: 17px;
  background-color: #e89568;
  color: #fff !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.le-swiper-container .le-swiper-wrapper .swiper-slide img {
  width: 100%;
}
.le-swiper-container .le-header {
  position: relative;
  top: -50px;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  width: 80%;
  min-width: 1200px;
  height: auto;
  min-height: 102px;
  padding: 18px 40px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 5px 5px 10px 3px rgba(50, 50, 50, 0.21);
  border-radius: 51px;
  z-index: 10;
  margin: auto;
}
.le-swiper-container .le-header .le-header-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
  min-width: 0;
  height: auto;
  min-height: 70px;
  padding: 0 6px;
  box-sizing: border-box;
}
.le-swiper-container .le-header .le-header-item .img {
  width: 75px;
  height: 70px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.le-swiper-container .le-header .le-header-item .img:hover {
  transform: scale(1.1);
  /* 放大10% */
}
.le-swiper-container .le-header .le-header-item .nav-text-item {
  margin-left: 10px;
  margin-top: 0;
  flex: 1;
  min-width: 0;
}
.le-swiper-container .le-header .le-header-item .nav-text-item .text {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 18px;
  color: #2e49c2;
  display: block;
  margin: 0;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  transition: all 0.3s ease;
}
.le-swiper-container .le-header .le-header-item .nav-text-item .text:hover {
  transform: scale(1.1);
  /* 放大20% */
}
.le-swiper-container .le-header .le-header-item .nav-text-item .text-desc {
  margin-top: 6px;
  line-height: 1.45;
  font-size: 12px;
  min-height: 2.9em;
}
.le-swiper-container .le-header .le-header-item .nav-text-item .text-desc p {
  margin: 0;
}
.le-swiper-container .le-header .le-header-item .red {
  color: #ff5750;
}
.le-harmony-mode {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f9ff;
}
.le-harmony-mode .title-wrapper {
  margin-top: 30px;
  margin-bottom: 70px;
}
.le-harmony-mode .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-mode .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-mode .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-mode .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-mode .content-wrapper img {
  width: 100%;
}
.le-harmony-os {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
.le-harmony-os .title-wrapper {
  margin-top: 30px;
  margin-bottom: 70px;
}
.le-harmony-os .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-os .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-os .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-os .content-wrapper {
  width: 80%;
  padding-bottom: 50px;
}
.le-harmony-os .content-wrapper img {
  width: 100%;
}
.le-harmony-boss {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #fbf2fe 0%, #78a7ff 100%);
  position: relative;
}
.le-harmony-boss .title-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.le-harmony-boss .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-boss .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-boss .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-boss .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-boss .content-wrapper .content-container {
  height: 480px;
  background-color: #b2b1ff;
  border-radius: 40px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: flex;
}
.le-harmony-boss .content-wrapper .content-container .phone {
  position: relative;
}
.le-harmony-boss .content-wrapper .content-container .phone img {
  width: 250px;
  height: 480px;
}
.le-harmony-boss .content-wrapper .content-container .phone img:nth-child(2) {
  padding: 10px;
  box-sizing: border-box;
}
.le-harmony-boss .content-wrapper .content-container .phone .bg {
  width: 250px;
  height: 480px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.le-harmony-boss .content-wrapper .content-container .right {
  flex: 1;
  padding: 50px 0;
  box-sizing: border-box;
}
.le-harmony-boss .content-wrapper .content-container .boss-images {
  display: flex;
  justify-content: space-evenly;
}
.le-harmony-boss .content-wrapper .content-container .boss-images .boss-item {
  padding: 5px;
  width: 300px;
  box-sizing: border-box;
  background-color: #c6c5ff;
  border-radius: 10px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-boss .content-wrapper .content-container .boss-images .boss-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.le-harmony-boss .content-wrapper .content-container .boss-images .boss-item:hover {
  transform: scale(1.1);
}
.le-harmony-boss .content-wrapper .content-container .boss-btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-boss .content-wrapper .content-container .boss-btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #e9f1ff;
  font-size: 20px;
  color: #fd7438;
  font-weight: bolder;
}
.le-harmony-boss .content-wrapper .content-container .boss-btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
.le-harmony-boss .content-wrapper .content-container .boss-text-desc {
  margin-top: 60px;
  color: #fff;
  margin-left: 50px;
}
.le-harmony-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../site/harmony/study-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.le-harmony-study .title-wrapper {
  margin: 50px 0;
}
.le-harmony-study .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-study .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-study .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-study .content-wrapper {
  width: 90%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-study .content-wrapper .content-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.le-harmony-study .content-wrapper .content-container .card {
  flex: 1;
  min-width: 0;
  height: 260px;
  overflow: hidden;
  color: #fff;
  position: relative;
  margin-right: 30px;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-study .content-wrapper .content-container .card .card-left {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  padding-right: 46%;
  background-color: #371cff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.le-harmony-study .content-wrapper .content-container .card .card-left h2 {
  width: auto;
  max-width: 100%;
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.5;
  padding: 0 10px;
}
.le-harmony-study .content-wrapper .content-container .card .people {
  width: 44%;
  max-width: 190px;
  height: auto;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
}
.le-harmony-study .content-wrapper .content-container .card:hover {
  transform: scale(1.1);
}
.le-harmony-study .content-wrapper .content-container .card-header {
  padding: 15px;
  color: white;
}
.le-harmony-study .content-wrapper .content-container .card:nth-child(2) .card-left {
  background-color: #9aa2f7;
}
.le-harmony-study .content-wrapper .content-container .card:nth-child(3) .card-left {
  background-color: #fab357;
}
.le-harmony-study .content-wrapper .content-container .card-body {
  padding: 10px 20px 20px 20px;
}
.le-harmony-study .content-wrapper .content-container .card-body p {
  width: auto;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
.le-harmony-study .content-wrapper .content-container .card-body img {
  width: 150px;
  height: 250px;
  margin-bottom: 15px;
}
.le-harmony-study .content-wrapper .btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-study .content-wrapper .btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fd8838;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
}
.le-harmony-study .content-wrapper .btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
.le-harmony-develop {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #d2d1ff 100%);
}
.le-harmony-develop .title-wrapper {
  margin: 50px 0;
}
.le-harmony-develop .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-develop .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-develop .content-wrapper {
  width: 90%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-develop .content-wrapper .module-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.le-harmony-develop .content-wrapper .module {
  width: 23%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-develop .content-wrapper .module:hover {
  transform: scale(1.1);
}
.le-harmony-develop .content-wrapper .module-header {
  padding: 15px;
  color: white;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.le-harmony-develop .content-wrapper .module-header h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  box-sizing: border-box;
}
.le-harmony-develop .content-wrapper .module-header p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.le-harmony-develop .content-wrapper .module:nth-child(1) .module-header {
  background-color: #ff9939;
}
.le-harmony-develop .content-wrapper .module:nth-child(2) .module-header {
  background-color: #83c882;
}
.le-harmony-develop .content-wrapper .module:nth-child(3) .module-header {
  background-color: #39c7ff;
}
.le-harmony-develop .content-wrapper .module:nth-child(4) .module-header {
  background-color: #ff2c53;
}
.le-harmony-develop .content-wrapper .module:nth-child(5) .module-header {
  background-color: #344aff;
}
.le-harmony-develop .content-wrapper .module:nth-child(6) .module-header {
  background-color: #c882c7;
}
.le-harmony-develop .content-wrapper .module:nth-child(7) .module-header {
  background-color: #a9e55f;
}
.le-harmony-develop .content-wrapper .module:nth-child(8) .module-header {
  background-color: #9790c5;
}
.le-harmony-develop .content-wrapper .module-content {
  padding: 15px;
}
.le-harmony-develop .content-wrapper .module-content ul li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
}
.le-harmony-develop .content-wrapper .btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-develop .content-wrapper .btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fd8838;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
}
.le-harmony-develop .content-wrapper .btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
.le-harmony-use {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../site/harmony/use-bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.le-harmony-use .title-wrapper {
  margin: 40px 0;
}
.le-harmony-use .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-use .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-use .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
  /* 滚动条滑块（透明，hover时可轻微显示以提升交互性） */
}
.le-harmony-use .content-wrapper .process-container {
  display: flex;
  align-items: center;
}
.le-harmony-use .content-wrapper .process-item {
  flex: 1;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 0 15px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-use .content-wrapper .process-item h2 {
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.5;
}
.le-harmony-use .content-wrapper .process-item p {
  font-size: 12px;
  line-height: 1.5;
}
.le-harmony-use .content-wrapper .process-item:hover {
  transform: scale(1.1);
}
.le-harmony-use .content-wrapper .connector {
  width: 50px;
  height: 2px;
  background-color: #007bff;
}
.le-harmony-use .content-wrapper .project-container {
  margin: 30px 20px;
  display: flex;
  justify-content: center;
}
.le-harmony-use .content-wrapper .project-container .project-item {
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 20px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.le-harmony-use .content-wrapper .project-container .active {
  background-color: #e16a59;
  color: white;
}
.le-harmony-use .content-wrapper .content-container {
  display: none;
}
.le-harmony-use .content-wrapper .active {
  display: block;
}
.le-harmony-use .content-wrapper .container {
  display: flex;
  background-color: #4d59f5;
  border-radius: 10px;
  overflow: hidden;
  height: 414px;
}
.le-harmony-use .content-wrapper .phone-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.le-harmony-use .content-wrapper .phone-section img {
  width: 320px;
  margin: 0 10px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-use .content-wrapper .phone-section:hover img {
  transform: scale(1.1);
}
.le-harmony-use .content-wrapper .info-section {
  flex: 1.5;
  padding: 20px;
  color: white;
  box-sizing: border-box;
}
.le-harmony-use .content-wrapper .title {
  text-align: center;
  margin-bottom: 16px;
}
.le-harmony-use .content-wrapper .title-box {
  border: 1px solid white;
  border-radius: 20px;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.le-harmony-use .content-wrapper .title-box h2 {
  color: white;
  font-size: 16px;
  text-align: center;
}
.le-harmony-use .content-wrapper .title-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background-color: #ffcc00;
  z-index: -1;
}
.le-harmony-use .content-wrapper .content-box {
  margin-bottom: 20px;
  background: url("../site/harmony/use-content-bg.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  transition: transform 0.3s ease;
  transform-origin: center;
  height: 280px;
  overflow: auto;
}
.le-harmony-use .content-wrapper .content-box p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.le-harmony-use .content-wrapper .content-box ul li {
  font-size: 12px;
  line-height: 1.5;
}
.le-harmony-use .content-wrapper .content-box .line {
  border-bottom: 1px solid #9aa1ff;
  margin-bottom: 15px;
}
.le-harmony-use .content-wrapper .content-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.le-harmony-use .content-wrapper .content-box::-webkit-scrollbar-track {
  background: transparent;
}
.le-harmony-use .content-wrapper .content-box::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* 10%透明度的黑色 */
  border-radius: 3px;
  /* 与宽度匹配的圆角 */
}
.le-harmony-use .content-wrapper ​ .content-box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.le-harmony-use .content-wrapper .content-box:hover {
  transform: scale(1.05);
}
.le-harmony-use .content-wrapper .sub-title {
  margin-bottom: 10px;
}
.le-harmony-use .content-wrapper .sub-title span {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fd8838;
  font-size: 12px;
  color: #5d59e1;
}
.le-harmony-certificate {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../site/harmony/zhengshu_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.le-harmony-certificate .title-wrapper {
  margin: 40px 0;
}
.le-harmony-certificate .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-certificate .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-certificate .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-certificate .content-wrapper .process-container {
  display: flex;
  align-items: center;
}
.le-harmony-certificate .content-wrapper .process-item {
  flex: 1;
  border: 1px solid #fff;
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  margin: 0 25px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-certificate .content-wrapper .process-item h2 {
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.5;
}
.le-harmony-certificate .content-wrapper .process-item p {
  font-size: 12px;
  line-height: 1.5;
}
.le-harmony-certificate .content-wrapper .process-item:hover {
  transform: scale(1.1);
}
.le-harmony-certificate .content-wrapper .connector img {
  width: 20px;
}
.le-harmony-certificate .content-wrapper .container {
  margin-top: 20px;
  position: relative;
  height: 380px;
}
.le-harmony-certificate .content-wrapper .certificate-container {
  width: 80%;
  max-width: 800px;
  text-align: center;
  padding: 20px;
  background-color: rgba(119, 141, 246, 0.8);
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 向左上方偏移自身宽高的50% */
}
.le-harmony-certificate .content-wrapper .certificate-container .imgs {
  display: flex;
}
.le-harmony-certificate .content-wrapper .certificate-item {
  display: inline-block;
  margin: 0 20px;
}
.le-harmony-certificate .content-wrapper .certificate-item img {
  width: 220px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-certificate .content-wrapper .certificate-item img:hover {
  transform: scale(1.1);
}
.le-harmony-certificate .content-wrapper .caption {
  margin-top: 20px;
  font-size: 12px;
  color: #27c8fe;
}
.le-harmony-certificate .content-wrapper .btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-certificate .content-wrapper .btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fd8838;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.le-harmony-certificate .content-wrapper .btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
.le-harmony-future {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../site/harmony/future-bg.jpg") no-repeat;
  background-size: cover;
}
.le-harmony-future .title-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.le-harmony-future .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-future .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-future .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-future .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
}
.le-harmony-future .content-wrapper .content-container {
  height: 300px;
  display: flex;
}
.le-harmony-future .content-wrapper .content-container .left {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.le-harmony-future .content-wrapper .content-container .left img {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-future .content-wrapper .content-container .left img:hover {
  transform: scale(1.1);
}
.le-harmony-future .content-wrapper .content-container .right {
  width: 360px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding: 0 50px;
  box-sizing: border-box;
}
.le-harmony-future .content-wrapper .content-container .right h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.le-harmony-future .content-wrapper .content-container .right .direction-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  background: url("../site/harmony/future-fangxiang-bg.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-future .content-wrapper .content-container .right .direction-list:hover {
  transform: scale(1.1);
}
.le-harmony-future .content-wrapper .content-container .right .direction-btn {
  padding: 5px 10px;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
}
.le-harmony-future .content-wrapper .content-container .right .direction-btn:hover {
  background-color: #fd6038;
  transform: scale(1.2);
}
.le-harmony-future .content-wrapper .btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-future .content-wrapper .btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fd8838;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.le-harmony-future .content-wrapper .btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
.le-harmony-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../site/harmony/service-bg.jpg") no-repeat;
  background-size: cover;
}
.le-harmony-service .title-wrapper {
  margin: 40px 0;
}
.le-harmony-service .title-wrapper .title {
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 28px;
  color: #131313;
  padding-bottom: 8px;
  text-align: center;
}
.le-harmony-service .title-wrapper .red {
  color: #fd6038;
}
.le-harmony-service .title-wrapper .desc {
  font-weight: bold;
  font-size: 18px;
  color: #727272;
  text-align: center;
}
.le-harmony-service .content-wrapper {
  width: 80%;
  max-width: 1200px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.le-harmony-service .content-wrapper .content-container {
  display: flex;
  /* 左侧导航样式 */
  /* 右侧内容区域样式 */
}
.le-harmony-service .content-wrapper .content-container .sidebar {
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
}
.le-harmony-service .content-wrapper .content-container .sidebar-item {
  width: 200px;
  margin-bottom: 10px;
  border-radius: 30px;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background-color: #e5e3ff;
  text-align: center;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
  margin: 15px 10px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.le-harmony-service .content-wrapper .content-container .sidebar-item:hover {
  transform: scale(1.1);
}
.le-harmony-service .content-wrapper .content-container .sidebar-item.active {
  background-color: #4771fe;
  color: #fff;
}
.le-harmony-service .content-wrapper .content-container .main {
  flex: 1;
  padding: 20px;
  background: url("../site/harmony/service-content-bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  margin: 20px 50px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.3);
}
.le-harmony-service .content-wrapper .content-container .main .main-item {
  display: none;
}
.le-harmony-service .content-wrapper .content-container .main .active {
  display: block;
}
.le-harmony-service .content-wrapper .content-container .main-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 0 20px ;
}
.le-harmony-service .content-wrapper .content-container .main-header img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.le-harmony-service .content-wrapper .content-container .main-content {
  flex: 1;
  text-align: center;
}
.le-harmony-service .content-wrapper .content-container .main-content h2 {
  color: #446df4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.le-harmony-service .content-wrapper .content-container .main-content p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 8px;
}
.le-harmony-service .content-wrapper .content-container .main-content .btn {
  display: inline-block;
  background-color: #ff9933;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.le-harmony-service .content-wrapper .content-container .main-content .btn:hover {
  background-color: #e68a2e;
}
.le-harmony-service .content-wrapper .btn {
  margin-top: 50px;
  text-align: center;
}
.le-harmony-service .content-wrapper .btn span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #fd8838;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
.le-harmony-service .content-wrapper .btn:hover {
  animation: bounce 0.6s ease;
  /* 动画名称、时长、缓动函数 */
}
/* 底部资讯卡片见 related-news.css；页脚见 shared-footer.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.mask_video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.mask_video .mask_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.mask_video .video_con {
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mask_video .video_con .close {
  position: absolute;
  right: -36px;
  top: -36px;
  width: 32px;
  cursor: pointer;
}
