.breadcrumb-box {
  padding: 100px 0 115px;
  display: flex;
  align-items: center;
}
.breadcrumb-box-h1 {
  margin: 0;
}
.container-main {
  padding: 0 0 100px !important;
  min-height: calc(100vh - 460px)
}
.index-box {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-item {
  width: calc((100% - 60px) / 4);
  height: 210px;
  cursor: pointer;
  padding: 35px 28px;
  background: linear-gradient(180deg, #F3F8EF 0%, #E7F1F0 59.31%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(221, 236, 235, 0.5) 0%, #D1E1E0 77.07%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-item .img {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.box-item:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.box-item .title {
  font-family: HarmonyOS Sans SC;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.box-item .btn {
  cursor: pointer;
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  background: radial-gradient(87.16% 60.23% at 50% 0%, #86AE69 0%, #0A7766 100%);
  box-shadow: 0px 10px 40px -8px #00504480;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-item .btn img {
  width: 11px;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .breadcrumb-box {
    padding: 100px 0 110px;
    display: flex;
    align-items: center;
  }
  .breadcrumb-box-h1 {
    margin: 0;
  }
  .container-main {
    padding: 0 0 90px !important;
    min-height: calc(100vh - 440px)
  }
  .index-box {
    margin-top: -50px;
    gap: 20px;
  }
  .box-item {
    width: calc((100% - 60px) / 4);
    height: 200px;
    padding: 30px 25px;
  }
  .box-item .img {
    width: 85px;
    height: 85px;
    right: 20px;
    bottom: 20px;
  }
  .box-item .title {
    font-size: 22px;
  }
  .box-item .btn {
    width: 43px;
    height: 43px;
  }
  .box-item .btn img {
    width: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumb-box {
    padding: 90px 0 100px;
  }
  .breadcrumb-box-h1 {
    margin: 0;
  }
  .container-main {
    padding: 0 0 90px !important;
    min-height: calc(100vh - 405px)
  }
  .index-box {
    margin-top: -45px;
    gap: 15px;
  }
  .box-item {
    width: calc((100% - 45px) / 4);
    height: 180px;
    padding: 25px 20px;
  }
  .box-item .img {
    width: 80px;
    height: 80px;
    right: 15px;
    bottom: 15px;
  }
  .box-item .title {
    font-size: 20px;
  }
  .box-item .btn {
    width: 41px;
    height: 41px;
  }
  .box-item .btn img {
    width: 11px;
  }
}
@media screen and (max-width: 968px) {
  .breadcrumb-box {
    padding: 70px 0 80px;
    justify-content: center;
  }
  .breadcrumb-box-h1 {
    margin: 0;
  }
  .container-main {
    padding: 0 0 90px !important;
    min-height: calc(100vh - 303px)
  }
  .index-box {
    margin-top: -35px;
    gap: 10px;
    justify-content: center;
  }
  .box-item {
    width: 100%;
    max-width: 300px;
    height: 160px;
    padding: 20px 15px;
  }
  .box-item .img {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 15px;
  }
  .box-item .title {
    font-size: 18px;
  }
  .box-item .btn {
    width: 38px;
    height: 38px;
  }
  .box-item .btn img {
    width: 11px;
  }
}