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

body {
  margin: 0 auto;
}

body {
  max-width: 1920px;
  color: #fff;
  font-family: "Segoe UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  background: #6B372A url("../images/bg.jpg") center top no-repeat;
}

.wrapper {
  width: 1250px;
  margin: 0 auto;
}

header {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.05);
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .logo {
  width: 350px;
  height: 0;
  padding-top: 60px;
  background: url("../images/logo.png") no-repeat left center/contain;
  overflow: hidden;
}
header .btn-contact {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 18px;
  background-color: #C19062;
}
header .btn-contact img {
  vertical-align: middle;
  margin-right: 10px;
}
header .btn-contact:active {
  opacity: 0.8;
}

section .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
}
section .info {
  padding-top: 100px;
}
section h1 {
  width: 761px;
  height: 0;
  padding-top: 82px;
  overflow: hidden;
  background: url("../images/name.png") no-repeat center center/contain;
}
section p {
  margin-top: 18px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.6);
}
section .actions {
  margin-top: 63px;
}
section .btn-down {
  display: inline-block;
  width: 250px;
  height: 0;
  padding-top: 76px;
  overflow: hidden;
  border-radius: 11px;
}
section .btn-down:active {
  opacity: 0.8;
}
section .btn-android {
  background: url("../images/btn-android.png") rgba(255, 255, 255, 0.2) no-repeat;
}
section .picture {
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

footer {
  padding: 76px 0;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .wrapper {
  width: 1000px;
}
footer .list {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
footer .list strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
footer .list a {
  display: block;
  color: #fff;
}