.banner-container {
  position: relative;
  font-size: 0.0273rem;
  min-height: 0.9766rem;
  padding-top: 0.2344rem;
  padding-bottom: 0.0977rem;
  box-sizing: border-box;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-container .banner-content-decs {
  width: 70%;
  color: #fff;
  text-align: center;
  font-size: 0.043rem;
  line-height: 0.0859rem;
  margin-bottom: 0.0586rem;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.card {
  padding: 0.0586rem 0;
  box-sizing: border-box;
}

.card .card-title {
  font-size: 0.0625rem;
  color: #333;
  line-height: 0.1172rem;
  text-align: center;
  font-weight: bold;
}

.card .card-subtitle {
  font-size: 0.0313rem;
  color: #999;
  line-height: 0.0684rem;
  text-align: center;
}

.card .card-content {
  width: 70%;
  margin: 0 auto;
  padding: 0.0586rem;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0.0547rem;
  font-size: 0.0313rem;
}

.card .card-content .about-module-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.card .card-content .about-module-1 .about-module-1-item {
  flex: 0 0 50%;
  max-width: 45%;
  height: 0.8789rem;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 0.1172rem;
  cursor: pointer;
  transition: all 0.3s linear;
  overflow: hidden;
  box-shadow: 0 0.0039rem 0.0195rem 0 rgba(10, 35, 73, 0.09);
}
.card .card-content .about-module-1 .about-module-1-item:hover {
  box-shadow: 0.0049rem 0.0078rem 0.0391rem 0 rgba(13, 21, 119, 0.4);
}
.card
  .card-content
  .about-module-1
  .about-module-1-item
  .about-module-1-item-image {
  position: relative;
  width: 100%;
  height: 0.5859rem;
  overflow: hidden;
}

.card
  .card-content
  .about-module-1
  .about-module-1-item
  .about-module-1-item-image
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  display: block;
  transition: all 0.3s linear;
}

.card-content .about-module-1 .about-module-1-item .about-module-1-item-text {
  height: 0.293rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.3s linear;
}

/* .card-content
  .about-module-1
  .about-module-1-item:hover
  .about-module-1-item-text {
  background-color: #0d1577;
  color: #fff;
} */

.card
  .card-content
  .about-module-1
  .about-module-1-item:hover
  .about-module-1-item-image
  img {
  width: 100%;
  height: 100%;
  display: block;
}

.card
  .card-content
  .about-module-1
  .about-module-1-item
  .about-module-1-item-text
  .title {
  padding-top: 0.0391rem;
  font-weight: bold;
  text-align: center;
  font-size: 0.0547rem;
}

.card
  .card-content
  .about-module-1
  .about-module-1-item
  .about-module-1-item-text
  .details {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.0195rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner-container {
    padding-top: 0.52rem;
    height: 2.5rem;
    background-size: 100% 100%;
  }
  .banner-container .page-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .banner-container .page-content .banner-content {
    width: 100%;
  }
  .card {
    padding: 0.4rem 0.15rem;
  }
  .card .card-title {
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .card .card-subtitle {
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
  .card .card-content {
    width: 100%;
    padding: 0.15rem;
  }
  .card .card-content .about-module-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .card .card-content .about-module-1 .about-module-1-item {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 0.6rem;
    cursor: pointer;
    transition: all 0.3s linear;
    overflow: hidden;
    box-shadow: 0 0.02rem 0.1rem 0 rgba(10, 35, 73, 0.09);
  }
  .card .card-content .about-module-1 .about-module-1-item:hover {
    box-shadow: 0.025rem 0.04rem 0.2rem 0 rgba(13, 21, 119, 0.4);
  }
  .card
    .card-content
    .about-module-1
    .about-module-1-item
    .about-module-1-item-image {
    position: relative;
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
  }

  .card
    .card-content
    .about-module-1
    .about-module-1-item
    .about-module-1-item-image
    img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    display: block;
    transition: all 0.3s linear;
  }

  .card-content .about-module-1 .about-module-1-item .about-module-1-item-text {
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.3s linear;
  }

  /* .card-content
    .about-module-1
    .about-module-1-item:hover
    .about-module-1-item-text {
    background-color: #0d1577;
    color: #fff;
  } */

  .card
    .card-content
    .about-module-1
    .about-module-1-item:hover
    .about-module-1-item-image
    img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .card
    .card-content
    .about-module-1
    .about-module-1-item
    .about-module-1-item-text
    .title {
    padding-top: 0.2rem;
    font-weight: bold;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.22rem;
  }

  .card
    .card-content
    .about-module-1
    .about-module-1-item
    .about-module-1-item-text
    .details {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.1rem;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
