@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

.container {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  border: 20pt solid #283784;
  box-sizing: border-box;
  overflow-y: scroll;
  transform-origin: top left;
  transition: transform 0.3s ease;
  height: 100vh;
}

.container img {
  /* width: 100%; */
  opacity: 0;
  position: absolute;
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6 {
  width: 100%;
}

.img2 {
  top: 193px;
}

.img3 {
  top: 357px;
}

.img4 {
  top: 794px;
}

.img5 {
  top: 1194px;
}

#btn1 {
  position: absolute;
  left: 57px;
  top: 411px;
  width: 415px;
  height: 69px;
  z-index: 100;
}
#btn2 {
  position: absolute;
  left: 542px;
  top: 411px;
  width: 415px;
  height: 69px;
  z-index: 100;
}

#btn3 {
  position: absolute;
  left: 57px;
  top: 553px;
  width: 415px;
  height: 69px;
  z-index: 100;
}
#btn4 {
  position: absolute;
  left: 542px;
  top: 553px;
  width: 415px;
  height: 69px;
  z-index: 100;
}

#btn5 {
  position: absolute;
  left: 57px;
  top: 689px;
  width: 415px;
  height: 69px;
  z-index: 100;
}
#btn6 {
  position: absolute;
  left: 542px;
  top: 689px;
  width: 415px;
  height: 69px;
  z-index: 100;
}

.img0 {
  position: absolute;
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  position: absolute;
  background-image: url(../images/home/img0.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9999;
  opacity: 1;
}
