/* 电脑端 */
.games {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: url(../img/29eab20501ed73f16eba.jpg) right top no-repeat;
}
.games-banner {
  width: 100%;
  height: auto;
  position: relative;
}
.games-banner-image {
  width: 100%;
  object-fit: cover;
}
/* .games-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  inset: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.games-overlay span {
  color: white;
  font-size: 62px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
} */
.games-vision {
  font-size: 1.2em;
  color: #6084a4;
  text-align: center;
  line-height: 1.9;
  margin-top: 50px;
  margin-bottom: 50px;
}
.games-card {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  padding-bottom: 15px;
  padding-top: 60px;
}
.games-card-image {
  width: 50%;
  height: 550px;
  object-fit: contain;
  flex-shrink: 0;
}
.games-image {
  width: 50%;
  /* height: 430px; */
  height: 550px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
.games-info {
  text-align: left;
  width: 80%;
  margin-left: auto;
}
.games-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.games-description {
  color: #6084a4;
  width: 100%;
}
.games-description p {
  font-weight: 350;
  line-height: 1.9;
  font-size: 16px;
}
.games-download-link {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}
.games-icon-image {
  width: 170px;
}

.games-card-secondary {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 30px;
  /* height: 430px; */
  height: 550px;
  position: relative;
  column-gap: 10%;
}
.games-card-image-secondary {
  width: 50%;
  object-fit: contain;
  flex-shrink: 0;
}
.games-info-secondary {
  width: 40%;
  /* height: 430px; */
  height: 550px;
  object-fit: cover;
  flex-shrink: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  row-gap: 30px;
}
.games-title-secondary {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
.games-description-secondary {
  width: 100%;
  font-weight: 350;
  line-height: 1.9;
  font-size: 16px;
  color: #6084a4;
}
.games-description-secondary span {
  color: #ff8015;
  font-size: 24px;
  vertical-align: baseline;
}

.games-more-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.games-cta-button {
  background: #005dac;
  width: 300px;
  height: 48px;
  line-height: 48px;
  border-radius: calc(48px / 2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
/* 手机端 */
@media (min-width: 320px) and (max-width: 800px) {
  .games {
  }
  .games-banner-image {
    /* min-height: 250px; */
    /* max-height: 300px; */
  }
  .games-overlay {
    min-height: 250px;
    max-height: 300px;
  }

  .games-vision {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .games-card {
    flex-direction: column;
    /* padding-bottom: 15px; */
  }
  .games-card-image {
    width: 100%;
    min-height: 250px;
    max-height: 300px;
  }
  .games-image {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    row-gap: 20px;
  }
  .games-info {
    width: 100%;
    position: static;
    transform: translateY(0);
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .games-title {
    transform: translateY(0px);
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .games-description {
    width: 100%;
  }
  .games-description p {
  }
  .games-download-link {
    width: 100%;
    justify-content: center;
  }

  .games-icon-image {
    position: static;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .games-card-secondary {
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column-reverse;
    position: static;
    height: auto;
    padding-bottom: 20px;
    column-gap: 0%;
  }
  .games-info-secondary {
    width: 100%;
    padding-left: 15px;
    height: auto;
    row-gap: 16px;
  }
  .games-title-secondary {
    margin-top: 15px;
  }
  .games-description-secondary {
    width: 100%;
  }
  .games-card-image-secondary {
    width: 100%;
    object-fit: contain;
    position: static;
    min-height: 250px;
    max-height: 300px;
  }
  .games-more-link {
    width: 100%;
    justify-content: center;
  }
  .games-cta-button {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 170px;
  }
}
