*:focus {
    outline: none;
  }
  
  a,
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  p,
  figure,
  ul,
  li {
    color: inherit;
    margin: 0;
    padding: 0;
  }
  
  ul {
    list-style: none;
  }
  
  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  
  .rtl {
    direction: rtl;
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    src: url("./BarlowCondensed-Regular.ttf");
  }
  body {
    color: #fff;
    font-family: "Segoe UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    margin: 0;
  }
  
  .wrapper {
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  .btn-google-play, .btn-app-store {
    display: inline-block;
    width: 360px;
    height: 0;
    padding-top: 83px;
    border-radius: 6px;
    overflow: hidden;
    transition: opacity 0.2s;
  }
  .btn-google-play:hover, .btn-app-store:hover {
    opacity: 0.8;
  }
  
  .btn-google-play {
    background: url("./image/btn-google-play.png") rgba(255, 255, 255, 0.1) center center no-repeat;
    margin-right: 30px;
  }

  body {
    background-color: #1c1a33;
  }
  
  .ui-part {
    position: relative;
    background: no-repeat center center;
    box-sizing: border-box;
    overflow: hidden;
  }
  .ui-part .wrap {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .ui-part > img {
    vertical-align: top;
  }
  
  .part-1 .downloads {
    position: absolute;
    left: 280px;
    bottom: 180px;
  }
  .part-1 .btn-google-play {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .part-2 .downloads {
    position: absolute;
    right: 20px;
    bottom: 150px;
  }
  .part-2 .btn-google-play {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .part-3 .downloads{
    position: absolute;
    right: 15px;
    bottom: 265px;
  }
  .part-3 .btn-google-play{
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  footer {
    padding: 80px 0 50px;
    text-align: center;
    background-color: #4dcfa1;
  }
  footer p {
    margin-bottom: 0.5em;
  }
  footer a:hover {
    color: #ffd80b;
  }
