body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none !important;
}
.bg1 {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
.tutorial-bg {
  padding-bottom: 20px;
}
.banner-box {
  display: flex;
  justify-content: center;
}
.img-width-100 {
  width: 80%;
}
.head {
  padding: 30px 20px 0 20px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.kf-btn {
  position: absolute;
  right: 0;
  top: 12%;
}
.center {
  text-align: center;
  color: #d3cec5;
  font-size: 12px;
}
.check {
  color: #d3cec5;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.slide-icon {
  text-align: center;
  padding: 0 4px;
  font-size: 14px;
}
.tutorial {
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.btn-box {
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.download-text {
  color: #623308;
  font-size: 18px;
  font-weight: 600;
}
.button-bg {
  width: 273px;
  height: 43px;
  /* line-height: 45px; */
  /* padding: 10px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background-image: url(../images/btn@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
