* {
  margin: 0;
  padding: 0;
}
html {
  background: #000917;
  overflow-x: hidden;
}
img {
  display: block;
}
.header {
  margin-bottom: 60px;
}
.header img,
.mySwiper img {
  width: 100%;
  display: block;
}
.mySwiper {
  width: 90%;
  margin: 0 auto;
  overflow-x: hidden;
}
.btnbox {
  background: url(../images/bg.jpg) center center no-repeat;
  margin: 40px 0;
  background-size: 100% auto;
}
.btnbox-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  overflow-x: hidden;
}
.btnbox-list a {
  display: block;
  margin-bottom: 26px;
  margin: 0 auto;
}
.footer {
}
.footer img {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}