* {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* background-color: rgba(230, 215, 203, 0.5); */
  /* background-color: #e6d7cb; */
}

div {
  box-sizing: border-box;
}

.box {
  width: 100%;
  /* height: 100%; */
  padding-bottom: 100%;
  /* height: 100%; */
  /* background-color: #dee1e6; */
  /* border: 1px solid red; */
  background-size: 100% 100%;
}

.one_rotae {
  animation: oneTurn 20s linear infinite forwards !important;
}

.two_rotae {
  animation: oneTurn 30s linear infinite forwards !important;
}

.three_rotae {
  animation: twoTurn 35s linear infinite forwards !important;
}

@keyframes oneTurn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes twoTurn {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.box_w {
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  width: 100vw;
  height: 100vw;
  /* padding-bottom: 100%; */
  /* height: 400px; */
  z-index: 10;
  transform: translate(-50%, -50%) scale(1.5);
  animation: mins 0.4s linear forwards !important;
  transition: 0.7s all;
}

@keyframes mins {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.4);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.box_w1 {
  z-index: 9;
}

.box_w2 {
  z-index: 8;
}

.box_w3 {
  z-index: 7;
}

.box_w4 {
  z-index: 6;
}

.box0 {
  background: url(../image/bg_000/1.png) no-repeat;
  background-size: 100% 100%;
}

.box1 {
  background: url(../image/bg_000/2.png) no-repeat;
  background-size: 100% 100%;
}

.box2 {
  background: url(../image/bg_000/3.png) no-repeat;
  background-size: 100% 100%;
}

.box3 {
  background: url(../image/bg_000/4.png) no-repeat;
  background-size: 100% 100%;
}

.box4 {
  background: url(../image/bg_000/5.png) no-repeat;
  background-size: 100% 100%;
}

.box5 {
  background: url(../image/bg_000/6.png) no-repeat;
  background-size: 100% 100%;
}

.box6 {
  background: url(../image/bg_000/7.png) no-repeat;
  background-size: 100% 100%;
}

.box7 {
  background: url(../image/bg_000/8.png) no-repeat;
  background-size: 100% 100%;
}

.box8 {
  background: url(../image/bg_000/9.png) no-repeat;
  background-size: 100% 100%;
}

.max9 {
  transform: translate(-50%, -50%) scale(1);
  animation: max9 1s linear forwards !important;
}

@keyframes max9 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.9);
  }
}

.max8 {
  transform: translate(-50%, -50%) scale(1);
  animation: max8 1s linear forwards !important;
}

@keyframes max8 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
  }
}

.max7 {
  transform: translate(-50%, -50%) scale(1);
  animation: max7 1s linear forwards !important;
}

@keyframes max7 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.7);
  }
}

.max6 {
  transform: translate(-50%, -50%) scale(1);
  animation: max6 1s linear forwards !important;
}

@keyframes max6 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
  }
}

.max5 {
  transform: translate(-50%, -50%) scale(1);
  animation: max5 1s linear forwards !important;
}

@keyframes max5 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
}

.max4 {
  transform: translate(-50%, -50%) scale(1);
  animation: max4 1s linear forwards !important;
}

@keyframes max4 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.4);
  }
}

.max3 {
  transform: translate(-50%, -50%) scale(1);
  animation: max3 1s linear forwards !important;
}

@keyframes max3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}

.max2 {
  transform: translate(-50%, -50%) scale(1);
  animation: max2 1s linear forwards !important;
}

@keyframes max2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.max1 {
  transform: translate(-50%, -50%) scale(1);
  animation: max1 1s linear forwards !important;
}

@keyframes max1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.max {
  transform: scale(1);
  animation: max 10s linear forwards !important;
}

@keyframes max {
  0% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(50) rotate(10000deg);
  }
}

.box_cont {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  height: 100vh;
  transition: all 1s;
  overflow: hidden;
  z-index: 999;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* overflow: hidden !important; */
  overflow-y: scroll;
}

.box_cont::-webkit-scrollbar {
  display: none;
}

.kuang {
  position: relative;
  z-index: 999;
  width: 100%;
}

.one_box {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 85%;
  margin: 0 auto;
  background: url(./image/box_bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 35px 25px;
}

.top_box {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px !important;
}

.one_box p {
  font-size: 20px;
  text-align: center;
  /* font-weight: normal; */
  color: #644c2e;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 700;
}

.one_box h1 {
  /* text-indent: 2em; */
  font-size: 17px;
  text-align: left;
  /* font-weight: normal; */
  color: #644c2e;
  line-height: 30px;
}

.title {
  /* position: absolute;
  width: 70%;
  height: auto;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: url(./image/title_bg.png) no-repeat;
  background-size: 100% 100%;
  background-position: 10px;
  padding: 10px; */
  font-family: serif;
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 900;
  text-stroke: 1px #644c2e;
  -webkit-text-stroke: 1px #644c2e;
  color: #f0d191;
  margin-bottom: 30px;
}

.title::after {
  position: absolute;
  bottom: -8px;
  left: 49%;
  transform: translateX(-50%);
  content: "";
  width: 105%;
  height: 2px;
  border: 1px solid #644c2e;
  background-color: #ffe4a0;
  border-radius: 2px;
}

.title p {
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  font-weight: 700;
  /* line-height: 18px; */
  /* text-shadow: 0px 6px 9px rgba(0, 0, 0, 0.81); */

  background: no-repeat linear-gradient(0deg,
      #e5c08b 0%,
      #f5d899 36.71875%,
      #ffe9d3 59.765625%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.two_box {
  margin-top: 50px;
  background: url(./image/box_bg2.png) no-repeat;
  background-size: 100% 100%;
}

.bgs {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100vh;
  max-width: 450px;
  background-image: url(./image/body_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.boxs {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  /* max-width: 450px; */
  height: 100vh;
  background-size: 100% 100%;
  /* overflow: hidden; */
  background-color: #02002c;
}

@media screen and (min-width: 450px) {
  @keyframes max1 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(1.3);
    }
  }

  @keyframes max2 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(1.5);
    }
  }

  @keyframes max3 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(1.7);
    }
  }

  @keyframes max4 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(1.9);
    }
  }

  @keyframes max5 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(2.1);
    }
  }

  @keyframes max6 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(2.3);
    }
  }

  @keyframes max7 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(2.5);
    }
  }

  @keyframes max8 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(2.7);
    }
  }

  @keyframes max9 {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    100% {
      transform: translate(-50%, -50%) scale(2.9);
    }
  }

}