.home-hero-module {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .home-hero-module .home-hero-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home-hero-module .home-hero-wrapper .bg {
  border-radius: 1.11rem;
  width: 100%;
  overflow: hidden;
}
.home-hero-module .home-hero-wrapper .bg::after {
  padding-top: 46.81%;
}
@media screen and (max-width: 1400px) {
  .home-hero-module .home-hero-wrapper .bg::after {
    padding-top: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero-module .home-hero-wrapper .bg::after {
    padding-top: 74%;
  }
}
@media screen and (max-width: 992px) {
  .home-hero-module .home-hero-wrapper .bg::after {
    padding-top: 86%;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .home-hero-wrapper .bg::after {
    padding-top: 46%;
  }
}
@media screen and (max-width: 1200px) {
  .home-hero-module .home-hero-wrapper .bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.home-hero-module .home-hero-wrapper .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -130%);
  max-width: 540px;
}
@media screen and (max-width: 1482px) {
  .home-hero-module .home-hero-wrapper .text-box {
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .home-hero-wrapper .text-box {
    margin: 0 auto;
    padding-top: 100px;
    position: static;
    transform: none;
  }
}
.home-hero-module .home-hero-wrapper .text-box h1 {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home-hero-module .home-hero-wrapper .text-box h1 {
    margin-bottom: 1rem;
  }
}
.home-hero-module .home-hero-wrapper .text-box h1 br {
  display: block;
}
@media screen and (min-width: 400px) {
  .home-hero-module .home-hero-wrapper .text-box h1 br {
    display: none;
  }
}
.home-hero-module .home-hero-wrapper .text-box p {
  margin-bottom: 2.33rem;
  font-size: 1rem;
  text-align: center;
  color: #707070;
  line-height: 1.36;
}
@media screen and (max-width: 1200px) {
  .home-hero-module .home-hero-wrapper .text-box p {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 992px) {
  .home-hero-module .home-hero-wrapper .text-box p {
    margin-bottom: 1.33rem;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .home-hero-wrapper .text-box p br {
    display: none;
  }
}
.home-hero-module .home-hero-wrapper .text-box .btn-list {
  display: flex;
  justify-content: center;
}
.home-hero-module .partner-box {
  margin: -120px auto 0;
  border-radius: 1.11rem;
  padding: 1.66rem 2.66rem;
  background-color: #fff;
  width: calc(100% - 264px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .home-hero-module .partner-box {
    margin-top: -100px;
  }
}
@media screen and (max-width: 992px) {
  .home-hero-module .partner-box {
    margin-top: -2rem;
    padding: 1rem 0;
    width: calc(100% - 13.75vw);
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .partner-box {
    width: calc(100% - 2rem);
  }
}
.home-hero-module .partner-box .container-l .partner-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .home-hero-module .partner-box .container-l .partner-list {
    flex-wrap: wrap;
    gap: 1.66rem 0;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .partner-box .container-l .partner-list {
    gap: 1rem 0;
  }
}
.home-hero-module .partner-box .container-l .partner-list .partner-item {
  width: calc(14.28% - 1.66rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .home-hero-module .partner-box .container-l .partner-list .partner-item {
    width: calc(33.33% - 1.66rem);
  }
  .home-hero-module .partner-box .container-l .partner-list .partner-item:nth-child(1) {
    width: 100%;
  }
  .home-hero-module .partner-box .container-l .partner-list .partner-item:nth-child(1) .partner-img {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .home-hero-module .partner-box .container-l .partner-list .partner-item {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (max-width: 567px) {
  .home-hero-module .partner-box .container-l .partner-list .partner-item {
    width: calc(50% - 1rem);
  }
  .home-hero-module .partner-box .container-l .partner-list .partner-item:nth-child(1) {
    width: 100%;
  }
  .home-hero-module .partner-box .container-l .partner-list .partner-item:nth-child(1) .partner-img {
    width: 50%;
  }
}
.home-hero-module .partner-box .container-l .partner-list .partner-item span {
  margin-bottom: 0.88rem;
  font-size: 0.88rme;
  color: #717171;
  display: block;
}
@media screen and (max-width: 1200px) {
  .home-hero-module .partner-box .container-l .partner-list .partner-item span {
    margin-bottom: 0.77rem;
    font-size: 0.77rem;
  }
}
.home-hero-module .partner-box .container-l .partner-list .partner-item .partner-img {
  width: 100%;
}
.home-hero-module .partner-box .container-l .partner-list .partner-item .partner-img img {
  width: 100%;
}
.service-target-module {
  position: relative;
  overflow: hidden;
}
.service-target-module[data-row='row-reverse'] .wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service-target-module[data-row='row-reverse'] .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.service-target-module .adorn {
  position: absolute;
  right: 0;
  top: 32%;
  transform: translate(50%, -50%);
}
.service-target-module .wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-target-module .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.service-target-module .wrapper .img-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .service-target-module .wrapper .img-box {
    width: 100%;
    max-width: 400px;
  }
}
.service-target-module .wrapper .img-box img {
  max-width: 100%;
}
.service-target-module .wrapper .content-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .service-target-module .wrapper .content-box {
    width: 70%;
  }
}
.service-target-module .wrapper .content-box h2 {
  margin-bottom: 2.55rem;
  position: relative;
  color: #5c71a8;
}
.service-target-module .wrapper .content-box h2 span {
  position: relative;
  z-index: 1;
}
.service-target-module .wrapper .content-box h2 .bg {
  position: absolute;
  top: 82%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 157%;
}
.service-target-module .wrapper .content-box h2 .bg img {
  width: 100%;
}
.service-target-module .wrapper .content-box p {
  margin-bottom: 2.66rem;
  line-height: 1.44rem;
  width: 100%;
}
.plan-module {
  border-radius: 5.2vw;
  background: url('../../img/index/plan-bg.png') no-repeat top center / cover;
}
.plan-module .wrapper {
  gap: 126px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .plan-module .wrapper {
    gap: 96px;
  }
}
@media screen and (max-width: 1200px) {
  .plan-module .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
.plan-module .wrapper .content-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .plan-module .wrapper .content-box {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .plan-module .wrapper .content-box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .plan-module .wrapper .content-box {
    width: 100%;
  }
}
.plan-module .wrapper .content-box h2.has-bg .bg {
  top: 100%;
  width: 135%;
}
@media screen and (max-width: 400px) {
  .plan-module .wrapper .content-box h2.has-bg .bg {
    top: 68%;
  }
}
.plan-module .wrapper .content-box h2.has-bg .bg img {
  width: 100%;
}
.plan-module .wrapper .content-box p {
  margin-bottom: 3.11rem;
  line-height: 1.44rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .plan-module .wrapper .content-box p {
    margin-bottom: 2.55rem;
    font-size: 0.88rem;
  }
}
.plan-module .wrapper .features-box {
  width: 60%;
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 1600px) {
  .plan-module .wrapper .features-box {
    width: 52%;
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .plan-module .wrapper .features-box {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .plan-module .wrapper .features-box {
    flex-direction: column;
  }
}
.plan-module .wrapper .features-box .feature {
  border-radius: 1.11rem;
  padding: 2.66rem 1.77rem;
  width: calc(33.33% - 30.66px);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.44rem 0;
}
@media screen and (max-width: 1600px) {
  .plan-module .wrapper .features-box .feature {
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 576px) {
  .plan-module .wrapper .features-box .feature {
    gap: 1rem 0;
    width: 100%;
  }
}
.plan-module .wrapper .features-box .feature .icon-box {
  max-width: 100%;
}
.plan-module .wrapper .features-box .feature .icon-box img {
  max-width: 100%;
}
.plan-module .wrapper .features-box .feature .text {
  color: #5d5d5d;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .plan-module .wrapper .features-box .feature .text {
    font-size: 0.88rem;
  }
}
.card {
  border-radius: 1.11rem;
  border: 2px solid #e8e8e8;
  background-color: #fff;
}
.card .card-img-wrapper {
  position: relative;
}
.card .card-img-wrapper .card-img::after {
  padding-top: 53.64%;
}
.card .card-img-wrapper .card-tag {
  position: absolute;
  top: 20px;
  left: 24px;
}
.card .card-body {
  padding: 1.44rem 1.88rem;
}
@media screen and (max-width: 992px) {
  .card .card-body {
    padding: 1rem;
  }
}
.card .card-body .card-tag {
  margin-bottom: 1rem;
  color: #f99b5e;
  display: block;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-tag {
    margin-bottom: 0.88rem;
    font-size: 0.88rem;
  }
}
.card .card-body .card-title {
  color: #5c71a8;
}
.card .card-body .card-subtitle {
  margin-top: 1rem;
  color: #707070;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-subtitle {
    margin-top: 0.77rem;
    font-size: 0.88rem;
  }
}
.card .card-body .card-info {
  padding: 1.33rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.77rem;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-info {
    padding: 1rem 0;
  }
}
.card .card-body .card-info .info-item {
  display: flex;
  align-items: center;
  gap: 0.77rem;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-info .info-item {
    font-size: 0.88rem;
  }
}
.card .card-body .card-info .info-item .bi {
  border-radius: 50%;
  font-size: 0.77rem;
  color: #fff;
  width: 34px;
  height: 34px;
  background-color: #5c71a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .card-body .card-footer {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-footer {
    padding-top: 1rem;
  }
}
.card .card-body .card-footer span {
  font-size: 1rem;
  color: #707070;
}
@media screen and (max-width: 1200px) {
  .card .card-body .card-footer span {
    font-size: 0.88rem;
  }
}
.card-list-module {
  background: no-repeat center center / auto 75%;
  overflow: hidden;
  position: relative;
}
.card-list-module .adorn {
  position: absolute;
  left: -15%;
  bottom: -5%;
}
.card-list-module .container-l {
  position: relative;
  z-index: 2;
}
.card-list-module h3.has-line {
  margin-bottom: 1.88rem;
  width: 100%;
}
.card-list-module .card-list-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1.44rem;
}
.card-list-module .card-list-body[data-cols="2"] .card {
  width: calc(50% - 0.72rem);
}
@media screen and (max-width: 768px) {
  .card-list-module .card-list-body[data-cols="2"] .card {
    width: 100%;
  }
}
.card-list-module .card-list-body .card {
  width: calc(33.33% - 0.99rem);
}
@media screen and (max-width: 1200px) {
  .card-list-module .card-list-body .card {
    width: calc(50% - 0.72rem);
  }
}
@media screen and (max-width: 768px) {
  .card-list-module .card-list-body .card {
    width: 100%;
  }
}
.card-list-module .btn-list {
  margin-top: 2.11rem;
  display: flex;
  justify-content: center;
}
.service-content-module {
  border-radius: 5.2vw 5.2vw 0 0;
  background: no-repeat top center / cover;
  overflow: hidden;
}
.service-content-module h2.has-bg {
  color: #53545B;
}
.service-content-module h2.has-bg .bg {
  top: 66%;
  left: 51%;
}
.service-content-module h2.has-bg .bg img {
  max-width: 100%;
  width: auto;
}
.service-content-module .service-content-list {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1600px) {
  .service-content-module .service-content-list {
    gap: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .service-content-module .service-content-list {
    flex-direction: column;
  }
}
.service-content-module .service-content-list .service-content-item {
  border-radius: 500px 40px 40px 500px;
  padding: 0.28rem 3.61rem 1.11rem 3.11rem;
  background-color: #fff;
  width: calc(50% - 2.5rem);
  display: flex;
  align-items: center;
  gap: 1.33rem;
}
@media screen and (max-width: 1600px) {
  .service-content-module .service-content-list .service-content-item {
    gap: 1rem;
    padding: 2.11rem 3rem;
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 992px) {
  .service-content-module .service-content-list .service-content-item {
    padding: 1rem 3rem 3rem 4rem;
    width: 100%;
    flex-direction: column;
  }
}
.service-content-module .service-content-list .service-content-item .img-box {
  flex-shrink: 0;
  width: 36.7%;
}
.service-content-module .service-content-list .service-content-item .img-box::after {
  padding-top: 115.05%;
}
.service-content-module .service-content-list .service-content-item .content-box {
  flex-grow: 1;
}
.service-content-module .service-content-list .service-content-item .content-box h3 {
  margin-bottom: 1.33rem;
}
.service-content-module .service-content-list .service-content-item .content-box h4 {
  margin-bottom: 1.33rem;
  color: #f68b46;
  font-weight: normal;
}
.service-content-module .service-content-list .service-content-item:nth-child(2n) {
  border-radius: 40px 500px 500px 40px;
  padding: 0.28rem 3.11rem 1.11rem 3.61rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .service-content-module .service-content-list .service-content-item:nth-child(2n) {
    padding: 1rem 4rem 3rem 3rem;
    flex-direction: column;
  }
}
.service-content-module .service-content-list .service-content-item:nth-child(2n) .img-box::after {
  padding-top: 103.67%;
}
.index-team-module {
  overflow: hidden;
  position: relative;
}
.index-team-module .adorn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.index-team-module .container-l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .index-team-module .container-l {
    align-items: center;
  }
}
.index-team-module .container-l h2.has-bg {
  margin-bottom: 5.44rem;
  color: #53545b;
}
@media screen and (max-width: 1200px) {
  .index-team-module .container-l h2.has-bg {
    margin-bottom: 4rem;
  }
}
.index-team-module .container-l h2.has-bg .bg {
  top: 50%;
  left: 50%;
}
.index-team-module .container-l .team-list {
  display: flex;
  align-items: flex-start;
  gap: 1.66rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .index-team-module .container-l .team-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.index-team-module .container-l .team-list .team-item {
  border-radius: 1.111rem;
  overflow: hidden;
  width: calc(20% - 1.33rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .index-team-module .container-l .team-list .team-item {
    width: calc(33.3% - 1.66rem);
  }
}
@media screen and (max-width: 768px) {
  .index-team-module .container-l .team-list .team-item {
    width: calc(50% - 1.66rem);
  }
}
@media screen and (max-width: 576px) {
  .index-team-module .container-l .team-list .team-item {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .index-team-module .container-l .team-list .team-item:nth-child(n) {
    margin-top: 3.33rem;
  }
  .index-team-module .container-l .team-list .team-item:nth-child(2n) {
    margin-top: 0;
  }
}
.index-team-module .container-l .team-list .team-item .img-box::after {
  padding-top: 78.87%;
}
.index-team-module .container-l .team-list .team-item .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transform: translateY(101%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.11rem;
  background-color: rgba(92, 113, 168, 0.63);
  color: #fff;
}
.index-team-module .container-l .team-list .team-item .text-box .member-name {
  margin-bottom: 0.77rem;
  font-size: 1rem;
  color: #fff;
}
.index-team-module .container-l .team-list .team-item .text-box .member-desc {
  font-size: 0.88rem;
  color: #fff;
}
.index-team-module .container-l .team-list .team-item .text-box .member-tag {
  margin-top: 0.88rem;
  color: #fff;
}
.index-team-module .container-l .team-list .team-item:hover .text-box {
  transform: translateY(0);
}
.index-team-module .container-l .btn-list {
  margin-top: 4.44rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .index-team-module .container-l .btn-list {
    margin-top: 3rem;
  }
}
.card-list-module {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  .card-list-module {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1400px) {
  .card-list-module {
    padding-top: 120px;
    padding-bottom: 120px;
    background: no-repeat center center / cover;
  }
}
@media screen and (max-width: 992px) {
  .card-list-module {
    padding-top: 90px;
    padding-bottom: 90px;
    background: no-repeat center center / cover;
  }
}
@media screen and (max-width: 768px) {
  .card-list-module {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
