*: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;
}

.btn-app-store {
  background: url("./image/btn-app-store.png") rgba(255, 255, 255, 0.1) center center no-repeat;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ui-intro {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  min-height: 815px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #17AED4 0%, #BBE1E6 100%);
}
.ui-intro::after {
  content: "";
  position: absolute;
  width: 619px;
  height: 590px;
  left: 50%;
  bottom: 0;
  margin-left: -380px;
  background: url("./image/lite/pic.png");
}
.ui-intro .wrap {
  flex: 1;
  position: relative;
  padding-top: 130px;
  z-index: 10;
}
.ui-intro .slogan {
  margin-top: 10px;
}
.ui-intro .downloads {
  margin-top: 270px;
}
.ui-intro .downloads a {
  border-radius: 6px;
}
.ui-intro .btn-google-play {
  position: relative;
  background: linear-gradient(180deg, #2AB3FF 0%, #2482FF 100%);
}
.ui-intro .btn-google-play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./image/btn-google-play.png") rgba(255, 255, 255, 0.1) center center no-repeat;
}
.ui-intro .screen {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer {
  padding: 80px 0 50px;
  text-align: center;
  background-color: #535353;
}
footer p {
  margin-bottom: 1em;
}
footer a:hover {
  color: #ffd80b;
}