
/* 大屏幕 */
@media screen and (min-width: 1128px) and (max-width:1279px) {
  html {
    font-size: 100px;
  }
  body {
    font-size: 16px;
  }
  .header {
  }

  .header .logo {
    color: #256BF7;
    padding-left: 48px;
    margin-top: 155px;
    width: 150px;
  }

  .header .slogan {
    padding-left: 48px;
    font-size: 48px;
  }
 

  .header .publicity {
    position: absolute;
    right: 48px;
    bottom: 48px;
    width: 680px;
    height: 382px;
  }

  .header .publicity_video_playButton {
    left: 32px;
    bottom: 35px;
    width: 88px;
    height: 88px;
    cursor: pointer;
  }

  .header .publicity_video_playButton:hover {
    background-color: #eee;
  }

  .header .download {
    padding-left: 48px;
    margin-top: 43px;
    padding-bottom: 99px;
  }

  .header .download_ios, .download_google  {
    display: inline-block;
    width: 162px;
    height: 62px;
  }

  .header .download_google {
    margin-left: 16px;
  }
}