html,
body,
div,
ul,
li,
h1,
h2,
h3,
p,
span,
a,
form,
fieldset,
legend,
input,
textarea,
button,
select,
option,
table,
th,
td,
hr,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

@font-face {
  font-family: 'OpenSans';
  src: url('./OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('./OpenSans-Semibold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('./OpenSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

.wrap {
  min-height: 100vh;
  background: url(../img/bg_launch@2x.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 38px 20px 48px;
}

.header .title {
  font-size: 18px;
  font-family: OpenSans-Bold;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
}
.header .desc {
  margin-top: 10px;
  font-size: 14px;
  font-family: OpenSans;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
}

.body .section {
  margin-top: 24px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.body .section .title .text {
  margin-right: 2px;
  font-size: 16px;
  font-family: OpenSans-Semibold;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  vertical-align: middle;
}

.body .section .title .img {
  vertical-align: middle;
}

.body .section .desc {
  font-size: 16px;
  font-family: OpenSans-Semibold;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  vertical-align: middle;
}

.body .section .btns {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.body .section .btns .btn {
  display: block;
  cursor: pointer;
  width: 137px;
  height: 48px;
}

.body .section .btns .img {
  display: block;
}

.body .section .content {
  margin-top: 13px;
}
.body .section .content .img {
  width: 100%;
}
