.home {
    width: 100%;
    overflow: hidden;
    background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);s/bg.png?20210408162150');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .image-contant {
    width: 100%;
    margin-top: 97px;
  }
  .image-contant img {
    width: 100%;
  }
  .download-contant {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 8% auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .download_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    background-image: url('../images/d_bg.png?20210408162150');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
  }
  .download_pic a {
    display: block;
    width: 50%;
    height: auto;
    margin: 50px 30px;
  }
  .download_pic a img {
    width: 100%;
    display: block;
  }
  .line {
    height: 1px;
    width: 100%;
    background-color: #e7be4c;
    margin-bottom: 8%;
    margin-top: 8%;
  }
  .home-contant {
    width: 100%;
    margin: 8% auto;
    color: #EBD76B;
    font-size: 36px;
    line-height: 70px;
    text-align: justify;
    text-justify:inter-ideograph; 
        word-break:break-all;
        clear: both;
  }
  .home-contant p {
      margin: 0 8%;
      text-align: justify;
      text-justify:inter-ideograph; 
        word-break:break-all;
  }
