* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

body {
  font-size: 0.2rem;
  background: white;
  font-family: Microsoft YaHei;
}

body .bg {
  width: 100% !important;
  height: 100vh !important;
  min-height: 10.8rem;
  width: 19.2rem;
  height: 10.8rem;
  background-image: url(../image/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
  background-color: #1e130c;
  position: relative;
}

@media screen and (max-width: 1000px) {
  body .bg {
    width: 7.5rem;
    height: 13.44rem;
    background-image: url(../image/bg_m.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

body .bg .head {
  padding: 0.2rem 0.27rem 0;
  position: relative;
}

body .bg .head .logo {
  display: inline-block;
  width: 2.74rem;
  height: 0.44rem;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

body .bg .head .login {
  float: right;
  line-height: 0.44rem;
  cursor: pointer;
  width: 0.41rem;
  height: 0.41rem;
  background-image: url(../image/bg_login1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

body .bg .head .login .head-btn {
  width: 100%;
  height: 100%;
}

body .bg .head .login .head-btn #J_login {
  display: block;
  width: 100%;
  height: 100%;
}

body .bg .head .logininfo {
  width: 2.24rem;
  height: 0.6rem;
  background-image: url(../image/bg_loginbox.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0.6rem;
  right: 0.25rem;
  color: #c67339 !important;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.78rem;
}

@media screen and (max-width: 1000px) {
  body .bg .head .logininfo {
    width: 3.14rem;
    height: 0.75rem;
    background-image: url(../image/bg_loginbox_m.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    top: 0.65rem;
    right: 0.15rem;
  }
}

body .bg .head .logininfo .on {
  color: #ffe4b8;
  margin: 0 0.1rem;
}

body .bg .head .logininfo a {
  color: #c67339;
}

body .bg .head .login--active {
  width: 0.41rem;
  height: 0.41rem;
  background-image: url(../image/bg_login2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: relative;
}

body .bg .main {
  position: absolute;
  width: 100%;
  top: 1.3rem;
  z-index: 10;
}

@media screen and (max-width: 1000px) {
  body .bg .main {
    top: 1.9rem;
  }
}

body .bg .main .title {
  width: 7.41rem;
  height: 2.43rem;
  background-image: url(../image/title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 auto 2.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  body .bg .main .title {
    margin: 0 auto 6rem;
  }
}

body .bg .main .countdown {
  color: white;
  font-size: 1.1rem;
  width: 15.61rem;
  height: 1.78rem;
  background-image: url(../image/bg_countdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 auto;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.5rem;
}

@media screen and (max-width: 1000px) {
  body .bg .main .countdown {
    width: 6.88rem;
    height: 1.63rem;
    background-image: url(../image/bg_countdown_m.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  body .bg .main .countdown p {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body .bg .main .countdown span {
  margin-right: 0.9rem;
}

@media screen and (max-width: 1000px) {
  body .bg .main .countdown span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0;
  }
}

body .bg .main .countdown span:nth-child(3) {
  margin-right: 0.7rem;
}

@media screen and (max-width: 1000px) {
  body .bg .main .countdown span:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0.1rem;
  }
}

body .bg .main .countdown .mid {
  margin-right: 8rem;
}

@media screen and (max-width: 1000px) {
  body .bg .main .countdown .mid {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0.2rem;
  }
}

body .bg .main .appointBtn {
  width: 3.22rem;
  height: 0.95rem;
  background-image: url(../image/btn_appoint.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 49.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  body .bg .main .appointBtn {
    width: 4.41rem;
    height: 1.76rem;
    background-image: url(../image/btn_appoint_m.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    top: 6rem;
  }
}

body .bg .main .info {
  font-size: 0.18rem;
  color: #a58668;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  body .bg .main .info {
    display: none;
  }
}

body .bg .bottom {
  width: 100% !important;
  width: 10.57rem;
  height: 0.14rem;
  background-image: url(../image/bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: 10.57rem 0.14rem;
  position: absolute;
  bottom: 0.36rem;
}

@media screen and (max-width: 1000px) {
  body .bg .bottom {
    width: 5.94rem;
    height: 0.14rem;
    background-image: url(../image/bottom_m.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-size: 5.94rem 0.14rem;
  }
}

body .dialog-large .dialog-content {
  border: 0.04rem solid #c3aa83;
  border-radius: 0.2rem;
  overflow: hidden;
  width: 6.34rem !important;
  height: 5.14rem !important;
  margin-left: -3.17rem !important;
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  body .dialog-large .dialog-content {
    margin-left: -3.17rem !important;
  }
}

body .dialog-large .dialog-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.46rem;
  height: 0.79rem;
  line-height: initial;
}

body .dialog-large .dialog-header .dialog-header-title {
  color: #ce370b !important;
  font-size: 0.24rem !important;
  font-weight: bold;
  line-height: initial;
}

body .dialog-large .text {
  color: #333333;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.22rem;
}

body .dialog-large .awardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0.2rem;
  width: 90%;
}

body .dialog-large .awardBox .awarditem {
  width: 1.13rem;
  height: 1.94rem;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.02rem solid #fff;
  cursor: pointer;
}

body .dialog-large .awardBox .awarditem p {
  font-size: 0.14rem !important;
  height: 0.36rem;
}

body .dialog-large .awardBox .awarditem i {
  display: block;
  width: 0.97rem;
  height: 0.96rem;
  background-image: url(../image/prize.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-bottom: 0.13rem;
}

body .dialog-large .awardBox .awarditem--active {
  border: 0.02rem solid #e59780;
}

body .dialog-large .chooseAward, body .dialog-large .copy {
  width: 2.22rem;
  height: 0.67rem;
  background-image: url(../image/btn_confirm.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}

body .dialog-large .info {
  font-size: 0.14rem;
  margin-bottom: 0.3rem;
}

body .dialog-large .info span {
  color: #ce370b;
}

body .dialog-large .copy {
  width: 2.82rem;
  height: 0.67rem;
  background-image: url(../image/btn_copy.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  cursor: pointer;
}

body .dialog-large .tips1 {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}

body .dialog-large .tips2 {
  margin-bottom: 0.7rem;
  font-size: 0.14rem;
}

body .dialog-large .copytext {
  margin: 0.5rem 0 0.3rem;
  color: #333333;
}

body .dialog-large #cdk {
  width: 4.56rem;
  height: 0.48rem;
  background-color: #321e0c;
  font-size: 0.3rem;
  color: #fff;
  margin: 0 auto 1.05rem;
}

body .dialog-large .dialog-closebtn {
  width: 0.37rem !important;
  height: 0.37rem !important;
  background: url("../image/icon_close.png") no-repeat center !important;
  background-size: 100% auto !important;
  top: 0.15rem;
  right: 0.15rem;
}

body .dialog-alert .dialog-content {
  width: 4rem !important;
  margin-left: -2rem !important;
  border: 0.04rem solid #c3aa83;
  border-radius: 0.2rem;
  overflow: hidden;
  color: #ce370b !important;
  font-size: 0.24rem !important;
  font-weight: bold;
  height: 3.15rem;
  background-color: #ffffff;
}

body .dialog-alert .dialog-body {
  padding-top: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1.2rem;
}

body .dialog-alert .dialog-closebtn {
  width: 0.37rem !important;
  height: 0.37rem !important;
  background: url("../image/icon_close.png") no-repeat center !important;
  background-size: 70% auto !important;
}

body .dialog-alert .dialog-btn {
  width: 1.5rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-weight: bold;
  font-size: 0.24rem;
  color: white;
  background-color: #ce370b;
  border-radius: 0.4rem;
}

.box_1 {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --gap-horizontal: 5px;
  --gap-vertical: 50px;
  --time-anim: 4s;
  --delay-anim: 1s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: transparent;
  width: 100%;
  padding-top: 3.4rem;
}

@media screen and (max-width: 1000px) {
  .box_1 {
    padding-top: 3.6rem;
  }
}

.box_1 .glitch {
  display: none;
  bottom: 0;
  margin-left: -50%;
  left: 50%;
  overflow: hidden;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.box_1 .glitch {
  position: relative;
  width: 100%;
  height: 6.9rem;
}

@media screen and (max-width: 1000px) {
  .box_1 .glitch {
    height: 9.3rem;
  }
}

.box_1 .glitch__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blend-color-1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
  z-index: 0;
  opacity: 0.9;
  background: url(../image/pic1.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 0;
  -webkit-animation: show 1s linear 1s 1 forwards;
          animation: show 1s linear 1s 1 forwards;
}

@media screen and (max-width: 1000px) {
  .box_1 .glitch__img {
    background: url(../image/pic1_m.png) no-repeat center center;
    background-size: 100% auto;
  }
}

.box_1 .glitch__img_black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blend-color-1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
  z-index: 0;
  opacity: 0.9;
  background: url(../image/pic2.png) no-repeat center center;
  background-size: 100% auto;
  opacity: 1;
  -webkit-animation: hide 1s linear 1s forwards;
          animation: hide 1s linear 1s forwards;
}

@media screen and (max-width: 1000px) {
  .box_1 .glitch__img_black {
    background: url(../image/pic2_m.png) no-repeat center center;
    background-size: 100% auto;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box_1 .glitch__img:nth-child(n+2) {
  opacity: 0;
  z-index: 10;
}

.box_1 .glitch__img:nth-child(n+2) {
  -webkit-animation-duration: var(--time-anim);
          animation-duration: var(--time-anim);
  -webkit-animation-delay: var(--delay-anim);
          animation-delay: var(--delay-anim);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.box_1 .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  -webkit-animation-name: glitch-anim-1;
          animation-name: glitch-anim-1;
}

.box_1 .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  -webkit-animation-name: glitch-anim-2;
          animation-name: glitch-anim-2;
}

.box_1 .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  -webkit-animation-name: glitch-anim-3;
          animation-name: glitch-anim-3;
}

.box_1 .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  -webkit-animation-name: glitch-anim-flash;
          animation-name: glitch-anim-flash;
}

@-webkit-keyframes glitch-anim-flash {
  0%,
  5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-anim-flash {
  0%,
  5% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
/*# sourceMappingURL=index.css.map */