.container {
  --blue: #00a0e9;
}

.shadow {
  border-radius: 5px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.banner {
  max-height: 600px;
  height: 60vh;
  padding: 0;
  box-sizing: border-box;
  padding-top: 90px;
  background: url("https://oss-files.lingmaosoft.cn/lingmao-website-2025-4/skin/lingmao2025/img/education-traning/banner.png")
    no-repeat center bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.banner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
}

.container {
  z-index: 2;
}
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.core .row {
  display: flex;
  flex-wrap: wrap;
}

.core .item {
  width: calc(25% - 20px);
  max-width: 270px;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(69, 158, 255, 0.1);
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
}

.core .title {
  margin: 10px 0;
  font-weight: 500;
}

.core img {
  width: 78px;
  height: 78px;
}

.values .values-header {
  font-size: 22px;
  font-weight: bolder;
  display: flex;
  flex-direction: column;
}

.underline-name::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #2497f7;
  margin-top: 5px;
}

.values .values-header-2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #c171ff;
  margin-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.values .values-item .item {
  width: 30%;
  box-sizing: border-box;
  padding: 0 5%;
}

.values .values-item .item img {
  width: 80px;
  margin: 10px auto;
}

.values .values-item .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.cover .cover-box {
  background: url("https://oss-files.lingmaosoft.cn/lingmao-website-2025-4/skin/lingmao2025/img/education-traning/arrow.png");
  background-position: 80% 100%;
  background-size: 330px;
  background-repeat: no-repeat;
}

.cover .cover-box .m-row {
  justify-content: flex-start;
  gap: 5%;
}

.cover .cover-box > .item {
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(146, 204, 255, 0.77) 0%,
    rgba(0, 160, 233, 0.08) 100%
  );
  color: rgba(16, 16, 16, 1);
  text-align: center;
  padding: 30px 20px;
  width: 31%;
  font-weight: bold;
  font-size: 20px;
}

.cover .cover-header {
  background: linear-gradient(
    180deg,
    rgba(146, 204, 255, 0.77) 0%,
    rgba(0, 160, 233, 0.08) 100%
  );
  width: 100%;
  padding: 15px;
  font-size: 24px;
  margin: 50px auto;
  text-align: center;
}

.cover .cover-cases .m-row {
  align-items: flex-start;
}

.cover .pc .m-row img:nth-child(1) {
  width: 63%;
}

.cover .pc .m-row img:nth-child(2) {
  width: 32%;
}

.cover .mini-weapp .m-row {
  height: max-content;
}

.cover .mini-weapp .action-row {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10vh;
}

.cover .mini-weapp img {
  width: 20%;
}

.cover .mini-weapp .action-row .name {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.detail-case .case-img {
  align-items: center;
}

.detail-case .case-img .pc {
  width: 68%;
  /* background: url('/skin/lingmao2025/img/education-traning/pc-model.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  box-sizing: border-box; */
}

.detail-case .case-img .mini-weapp {
  width: 25%;
  /* background: url('/skin/lingmao2025/img/education-traning/pc-model.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  box-sizing: border-box; */
}

@media (max-width: 768px) {
  .core .item {
    width: calc(50% - 20px);
  }

  .values .values-item .item {
    width: 45%;
  }

  .values .values-item .item:nth-child(3),
  .values .values-item .item:nth-child(4) {
    padding-top: 0 !important;
  }

  .cover .cover-box .item {
    width: 48%;
  }

  .cover .cover-cases .m-row {
    flex-direction: column;
  }

  .cover .cover-header {
    padding: 10px;
    font-size: 22px;
    margin: 32px auto;
  }

  .cover .pc .m-row img:nth-child(1) {
    width: 100%;
  }

  .cover .pc .m-row img:nth-child(2) {
    width: 80%;
  }

  .cover .mini-weapp .m-row img {
    order: 0;
  }

  .cover .mini-weapp .action-row {
    order: 1;
    width: 100%;
    flex-direction: row;
    gap: 5vw;
  }

  .cover .mini-weapp .action-row .action-item {
    width: 50%;
  }

  .cover .mini-weapp img {
    width: 50%;
  }
}
