.videoTarget .banner .banner-content h6:nth-child(2) {
  margin-top: 0.2rem; }

.videoTarget .banner .banner-content p {
  margin-top: 0.4rem; }

.videoTarget .functionIntroduction ul {
  max-width: 1400px;
  margin: 0.6rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .videoTarget .functionIntroduction ul li {
    width: calc((100% - 0.4rem) / 2);
    overflow: hidden;
    padding: 0.3rem;
    box-sizing: border-box;
    text-align: left;
    height: 2.44rem;
    overflow: hidden; }
    .videoTarget .functionIntroduction ul li img {
      width: 100%; }
    .videoTarget .functionIntroduction ul li h6 {
      font-size: 0.18rem;
      color: #1877ff;
      margin-top: 0;
      text-align: left; }
    .videoTarget .functionIntroduction ul li p {
      width: 2.2rem;
      margin-top: 0.1rem;
      font-size: 0.16rem;
      color: #575757;
      line-height: 0.3rem;
      text-align: left; }

.videoTarget .applicationScenario {
  margin: 0.5rem auto;
  background: #f3f8fe;
  padding: 0.6rem 0; }
  .videoTarget .applicationScenario ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0.4rem auto 0; }
    .videoTarget .applicationScenario ul li {
      width: calc((100% - 0.4rem) / 2); }
      .videoTarget .applicationScenario ul li img {
        width: 100%; }
      .videoTarget .applicationScenario ul li p {
        font-size: 0.2rem;
        height: 0.72rem;
        line-height: 0.72rem;
        color: #ffffff;
        background-color: #4c7fc1; }

.videoTarget .applicationProducts ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0.4rem auto 0.6rem; }
  .videoTarget .applicationProducts ul li {
    width: calc((100% - 0.8rem) / 3);
    text-align: left;
    text-align: center; }
    .videoTarget .applicationProducts ul li img {
      width: 100%; }
    .videoTarget .applicationProducts ul li p {
      font-size: 0.2rem;
      height: 0.72rem;
      line-height: 0.72rem;
      color: #ffffff;
      background-color: #4c7fc1; }

@media screen and (max-width: 1100px) {
  .banner .banner-content {
    top: 14% !important; }
  .applicationProducts ul {
    margin: 0.2rem auto 0.6rem !important; }
  .applicationProducts li {
    width: calc((100% - 0.4rem) / 2) !important;
    margin-top: 0.2rem; }
  .functionIntroduction ul li {
    height: auto !important;
    min-height: 2.44rem !important; } }
