@media only screen and (max-width: 767px) {
  .download-section {
    background-image: url(https://hkgamestar.oss-cn-hongkong.aliyuncs.com/rongyao/assets/images/mobile/news-detail/bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 618px; */
    width: 100%;
    margin-top: -1px;
    padding: 60px 50px;
    display: block;
  }

  .form {
    width: 100%;
    height: auto;
    min-width: 100%;
  }

  .lingjiang-title {
    text-align: center;
  }

  .img-title {
    max-width: 70%;
  }

  .login-container {
    padding: 33px 20px 90px 20px;
  }

  .login-title {
    padding: 20px 0;
  }
  .modal-content {
    width: 80%;
    margin: 35% auto;
  }

  /* 取消按钮样式 */
  button.cancel {
    width: 110px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    color: #1e2424;
  }

  /* 确定按钮样式 */
  button.confirm {
    width: 110px;
    background: #a51b31;
    border-radius: 10px 10px 10px 10px;
    color: #ffffff;
  }
}
