@keyframes tokenFall {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(200px);
  }
  100% {
    opacity: 0;
    transform: translateY(400px);
  }
}
.launch-right .header {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(122, 27, 205, 0), rgba(122, 27, 205, 0.2));
}
.launch-right .header .header-row1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.launch-right .header .header-row1 .img1 {
  width: 80px;
  height: auto;
}
.launch-right .header .header-row1 h1 {
  line-height: 1;
  max-width: 240px;
  font-size: 28px;
  font-weight: 600;
}
.launch-right .header .header-row2 {
  margin: 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #7a1bcd;
  text-align: center;
}
.launch-right .header .img {
  position: absolute;
  top: -25%;
}
.launch-right .header .img.img2 {
  left: 0;
  animation: tokenFall 3s linear infinite 1s;
}
.launch-right .header .img.img3 {
  right: 5%;
  animation: tokenFall 2.75s linear infinite;
}
.launch-right .header .img.img5 {
  left: 15%;
  animation: tokenFall 2.6s linear infinite;
}
.launch-right .header .img.img4 {
  right: 17%;
  animation: tokenFall 2.8s linear infinite 1.2S;
}
.launch-right .header .godray {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: plus-lighter;
}
.launch-right .body {
  padding: 32px 40px 40px;
}
.launch-right .body .body-content {
  margin-bottom: 90px;
}
.launch-right .body .body-content .h2-1 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.launch-right .body .body-content .text-block1 {
  margin-bottom: 12px;
}
.launch-right .body .body-content .text-block1 .h3 {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #7a1bcd;
}
.launch-right .body .body-content .text-block1 .p1 {
  font-size: 16px;
  color: #684584;
}
.launch-right .body .body-content .h2-2 {
  font-size: 16px;
  color: #000000;
}
.launch-right .body .body-content .p2 {
  margin-bottom: 16px;
  font-size: 12px;
  color: #8e8d90;
}
.launch-right .body .information .act {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.launch-right .body .information .act .label {
  font-size: 18px;
}
.launch-right .body .information .act a {
  font-size: 14px;
  color: #999;
}
.launch-right .body .information .act a:hover {
  color: #666;
}
.launch-right .body .information-lsit {
  width: 100%;
  padding: 0;
  list-style: none;
}
.launch-right .body .information-lsit li {
  display: flex;
  padding: 10px 0;
  cursor: pointer;
}
.launch-right .body .information-lsit li .thumb {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 0.8rem;
}
.launch-right .body .information-lsit li .subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #7a1bcd;
}
.launch-right .body .information-lsit li .description {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.launch-right .body .btn {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
}


.launch-right  .input1 {
  display: flex;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
}
.launch-right .input1 .input-inner {
  width: 100%;
  height: 48px;
  padding-left: 12px;
  padding-right: 40px;
  border: 2px solid rgba(128, 99, 152, 0.4);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #7a1bcd;
  flex: 1;
}
.launch-right .input1 .input-inner:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 2px solid #a666de;
}
.launch-right .input1 .input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: #7a1bcd;
}

.launch-right .box {
  margin-top: 24px;
  padding: 24px 24px 0;
  border: 3px solid;
  border-image: linear-gradient(to bottom, rgb(122, 27, 205), transparent) 1;
}
.launch-right .box .row1 {
  display: flex;
  justify-content: space-between;
  justify-items: center;
}
.launch-right .box .row1 .days {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.launch-right .box .row1 .days .date-icon {
  margin-right: 3px;
  color: #7a1bcd;
}
.launch-right .box .row1 .days .days-text {
  font-size: 16px;
  font-weight: 500;
  color: #a894b8;
}

.launch-page {
  height: 100%;
  overflow-x: hidden;
  background-color: #000;
  background-image: url("../webp/launch-bg-DC6Knf8P.webp");
  background-size: cover;
  background-position: center;
}
.launch-page .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px 16px 16px;
  border-radius: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 32px 0px;
  background-color: #fff;
  gap: 12px;
  z-index:9;
}
.launch-page .title-bar .l {
  display: flex;
  gap: 12px;
}
.launch-page .title-bar .l img {
  width: 96px;
  margin-top: -8px;
}
.launch-page .title-bar .l .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.launch-page .title-bar .l h2 {
  margin-bottom: 4px;
  line-height: 1.75rem;
  font-weight: 600;
  font-size: 24px;
}
.launch-page .title-bar .l p {
  line-height: 1rem;
  font-weight: 500;
  font-size: 14px;
  color: #8e8d90;
}
.launch-page .title-bar .r {
  width: 160px;
  flex-shrink: 0;
}
.launch-page .left-main {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 680px;
  background-image: url("../webp/bt-0PT7QUQp.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 100%;
}
.launch-page .left-main1 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 680px;
  background-image: url("../webp/img_14-BppchRWV.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
}
.launch-page .left-main2 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 680px;
  background-image: url("../webp/img_13-C2OAhlqL.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 100%;
}
.launch-page .left-main3 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 680px;
  background-image: url("../webp/img_9-B9blXH9O.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 100%;
}
.launch-page .left-main4 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 680px;
  background-image: url("../webp/img_7-CSSlmGjy.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 40%;
}
@media (max-width: 1200px) {
  .launch-page {
    padding: 10px 8px 0;
  }
  .launch-page .title-bar {
    padding: 16px;
  }
  .launch-page .title-bar .l img {
    display: none;
  }
  .launch-page .title-bar .l h2 {
    line-height: 1.25rem;
    font-size: 20px;
  }
  .launch-page .title-bar .r {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
}