*,
:after,
:before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
}
.img-block {
  display: block;
  width: 100%;
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.page1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-image: url("../img/home/1.jpg");
  background-size: 100% 100%;
  transition: all 0.6s ease-in;
}
.h-2 {
  width: 38%;
  top: 20%;
  left: 45%;
}
.h-3 {
  width: 10%;
  top: 18%;
  left: 34%;
}
.h-4 {
  width: 13%;
  left: 16%;
  top: 40%;
}
.t1 {
  width: 6%;
  left: 78%;
  top: 100%;
}
.t2 {
  width: 6%;
  left: 89%;
  top: 100%;
}
.t3 {
  width: 6%;
  top: 19%;
  left: 100%;
}
.t4 {
  width: 6%;
  left: 90%;
  top: 100%;
}
.t5 {
  width: 6%;
  left: 85%;
  top: 100%;
}
.t6 {
  width: 6%;
  left: 90%;
  top: 100%;
}
.t7 {
  width: 6%;
  left: 89%;
  top: 100%;
}
.t8 {
  width: 6%;
  top: 77%;
  left: 100%;
}
.t9 {
  width: 6%;
  top: 85%;
  left: 100%;
}
.progress {
  position: absolute;
  transform: rotate(90deg) translateY(-50%);
  width: 14%;
  top: 50%;
  left: 12%;
  color: #4c64fe;
  text-align: center;
}
.progress-text {
  margin-bottom: 2px;
  font-size: 5vw;
  font-weight: bold;
}
.progress-bar {
  background: #8d9cf8;
  width: 100%;
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.progress-w {
  background: #4c64fe;
  height: 100%;
  border-radius: 100px;
  width: 0%;
  transition: all 0.1s;
}
.container,
.bg-layer {
  position: relative;
}
.fade-in {
  opacity: 0;
  pointer-events: none;
}
.layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ani,
.ani2,
.ani3 {
  visibility: hidden;
}
.animated {
  animation-fill-mode: both;
}
/* .tagAin{
  animation: tagAin 1s ease-in-out infinite alternate;
} */
@keyframes tagAin {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100vh - 100%));
  }
}

.voice-b {
  position: absolute;
  width: 60%;
  top: 7%;
  left: 20%;
}
.photo-b {
  position: absolute;
  width: 60%;
  top: 60%;
  left: 26%;
}
.model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  transition: all 0.6s ease-in;
}
.model-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.model-ctx{
  position: absolute;
  width: calc(1000 / 1080* 100%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.model-ctx img{
  display: block;
  width: 100%;
}
.model-ctx button{
  position: absolute;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  width: calc(98 / 1080* 100vw);
  bottom: -10%;
  right: 0%;
}