  body {
    margin: 0 auto;
    max-width: 1920px;
  }

  #Container {
    width: 1920px;
    height: 1062px;
    margin: 0 auto;
    position: relative;
  }

  #banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #logo {
    position: absolute;
    left: 26.56%;
    top: 28px;
    z-index: 60;
  }

  #ad {
    position: absolute;
    left: 11.14%;
    top: 458px;
    z-index: 60;
  }

  #Content {
    width: 100%;
  }