.index-page {
  min-width: 900px; }
  .index-page .custom-footer {
    position: static; }

.top {
  height: 886px;
  position: relative;
  width: 100%;
  padding-top: 230px;
  background-image: linear-gradient(180deg, #f9ffb9, #a2ff9f); }
  .top .top-inner {
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    background-image: url("../images/top-bg.png");
    position: relative; }
    .top .top-inner .left-img {
      width: 441px;
      height: 540px;
      position: absolute;
      left: 50%;
      bottom: -325px;
      margin-left: -730px;
      pointer-events: none; }
  .top .bg-img {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    pointer-events: none;
    min-width: 1440px;
    max-width: 1920px; }

.content {
  text-align: center;
  z-index: 10;
  position: relative; }
  .content .big-title {
    font-size: 86px;
    margin-bottom: 44px;
    letter-spacing: 4px;
    font-weight: bold;
    position: relative; }
    .content .big-title .title-inner {
      display: inline-block; }
  .content p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 64px;
    letter-spacing: 2px; }
  .content .content-options {
    display: flex;
    justify-content: center; }
    .content .content-options .enter {
      margin-left: 40px;
      background-color: #222;
      color: white; }
    .content .content-options .download {
      color: white;
      background-color: #7acc35; }

@media (max-width: 1440px) {
  .content .big-title {
    font-size: 64px; } }

.show-contents {
  margin-top: 97px;
  margin-bottom: 192px; }

.show-content {
  display: flex;
  justify-content: center;
  align-items: center; }
  .show-content:not(:last-child) {
    margin-bottom: 100px; }
  .show-content:nth-child(1) {
    margin-bottom: 180px; }
  .show-content .img-content {
    display: block;
    flex: 1; }
    .show-content .img-content img {
      width: 100%; }
  .show-content .text-content {
    padding-left: 100px;
    width: 521px; }
  .show-content .title {
    color: #222;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 28px;
    font-weight: bold; }
    .show-content .title.highlight {
      display: inline-block;
      word-break: keep-all;
      background-image: linear-gradient(270deg, #b2fec0 0%, #e0ff24 100%);
      background-size: 100% 38px;
      background-repeat: no-repeat;
      background-position: left bottom; }
  .show-content .desc {
    color: #999;
    font-size: 20px;
    line-height: 34px; }
  .show-content:nth-child(1) .img-content {
    max-width: 714px; }
  .show-content:nth-child(2) .img-content {
    max-width: 825px; }
  .show-content:nth-child(3) .img-content {
    max-width: 784px; }
