@charset "UTF-8";
.reward-login-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}

.reward-login-coin {
  position: fixed;
  top: 0;
  right: 20px;
  width: 100vw;
  height: calc(100vh - 120px);
  object-fit: cover;
  pointer-events: none;
  z-index: 1002;
  display: none;
}
.reward-login-coin.is-active {
  display: block;
}

.reward-login-coin-h5 {
  height: 100vh;
  right: 0;
}

.reward-login-popup {
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reward-login-popup-pc .reward-login-inner {
  position: relative;
  width: 480px;
  aspect-ratio: 480/164;
}
.reward-login-popup-pc .reward-login-bg {
  width: 100%;
  height: auto;
  display: block;
}
.reward-login-popup-pc .reward-login-content {
  position: absolute;
  left: 24px;
  top: 26px;
  color: #fff;
  text-align: left;
}
.reward-login-popup-pc .reward-login-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.reward-login-popup-pc .reward-login-sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.reward-login-popup-pc .reward-login-btn {
  margin-top: 16px;
  background: #fff;
  color: #242424;
  border: none;
  padding: 8px 16px;
  border-radius: 38px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.reward-login-popup-pc .reward-login-girl {
  position: absolute;
  right: -38px;
  bottom: 0;
  width: 240px;
}
.reward-login-popup-pc .reward-login-girl object, .reward-login-popup-pc .reward-login-girl svg {
  width: 100%;
  height: auto;
  display: block;
}

.reward-login-popup-h5 .reward-login-inner {
  position: relative;
  width: 330px;
  aspect-ratio: 330/136;
}
.reward-login-popup-h5 .reward-login-bg {
  width: 100%;
  height: auto;
  display: block;
}
.reward-login-popup-h5 .reward-login-content {
  position: absolute;
  left: 0px;
  top: 6px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.reward-login-popup-h5 .reward-login-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.reward-login-popup-h5 .reward-login-sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.reward-login-popup-h5 .reward-login-btn {
  margin-top: 16px;
  background: #fff;
  color: #242424;
  border: none;
  padding: 8px 16px;
  border-radius: 38px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.reward-login-popup-h5 .reward-login-girl {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: 140px;
}
.reward-login-popup-h5 .reward-login-girl object, .reward-login-popup-h5 .reward-login-girl svg {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .reward-login-popup-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .reward-login-popup-h5 {
    display: none !important;
  }
}
.new-home-container {
  max-width: 1552px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  min-height: calc(100vh - 263px - 84px);
}
.new-home-container .layui-carousel {
  background: transparent;
  width: 100%;
  position: relative;
  aspect-ratio: 21/9;
  height: 0;
  padding-bottom: 42.857%;
  overflow: hidden;
  background: none;
}
.new-home-container .layui-carousel .banner-type-1 {
  display: block !important;
}
.new-home-container .layui-carousel .banner-type-2 {
  display: none !important;
}
@media (max-width: 768px) {
  .new-home-container .layui-carousel .banner-type-1 {
    display: none !important;
  }
  .new-home-container .layui-carousel .banner-type-2 {
    display: block !important;
  }
}
.new-home-container .layui-carousel > div > div {
  background: transparent;
}
.new-home-container .layui-carousel > [carousel-item] {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background: transparent;
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-home-container .layui-carousel > [carousel-item]::before {
  display: none;
}
.new-home-container .layui-carousel > [carousel-item] > div {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.new-home-container .layui-carousel > [carousel-item] > div.layui-this {
  opacity: 1;
  pointer-events: auto;
  background: transparent;
}
.new-home-container .layui-carousel a {
  display: block;
  width: 100%;
  height: 100%;
}
.new-home-container .layui-carousel .banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.new-home-container .layui-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new-home-container .layui-carousel-ind {
  text-align: right;
  right: 20px;
  display: none;
}
.new-home-container .layui-carousel .btn-box {
  position: absolute;
  left: 0;
  bottom: 64px;
  display: flex;
  gap: 32px;
}
.new-home-container .layui-carousel .btn-box a,
.new-home-container .layui-carousel .btn-box div {
  border-radius: 30px;
  background: linear-gradient(98deg, #FC01F6 -35.91%, #4F00FF 91.35%);
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
}
.new-home-container .layui-carousel .btn-box .custom-arrow {
  position: relative;
}
.new-home-container .layui-carousel .btn-box .custom-arrow .bg {
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  right: 3px;
  background: #000;
  display: flex;
}
.new-home-container .layui-carousel-arrow {
  display: block;
}
.new-home-container .layui-row a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.new-home-container .home-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 70px;
}
.new-home-container .home-content .join-count {
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.new-home-container .home-content .join-count img {
  width: 14px;
}
.new-home-container .home-content .join-count {
  font-size: 12px;
  color: #fff;
  border-radius: 999px;
  background: rgba(36, 36, 36, 0.9);
  z-index: 3;
}
.new-home-container .home-content .h-title {
  font-size: 36px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-home-container .home-content .h-title img {
  width: 24px;
  height: 24px;
}
.new-home-container .home-content .community-asks .h-title {
  margin-bottom: 44px;
}
.new-home-container .home-content .community-asks .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 41px;
}
.new-home-container .home-content .community-asks .list-item {
  position: relative;
  transition: all 0.3s;
}
.new-home-container .home-content .community-asks .list-item .join-count {
  top: 35px;
}
.new-home-container .home-content .community-asks .list-item:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.new-home-container .home-content .community-asks .list-item .bg {
  display: flex;
  height: 156px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -20px;
  left: 30px;
  right: 30px;
}
.new-home-container .home-content .community-asks .list-item .content {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  height: 295px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.new-home-container .home-content .community-asks .list-item .content .up {
  border-radius: 16px;
  border: 1.5px solid #444;
  background: rgba(22, 22, 22, 0.6);
  backdrop-filter: blur(24.3137264252px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  padding-top: 25px;
  padding-left: 27px;
}
.new-home-container .home-content .community-asks .list-item .content .logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.new-home-container .home-content .community-asks .list-item .content .name {
  font-size: 28px;
  color: #fff;
}
.new-home-container .home-content .community-asks .list-item .content .com {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 18px;
  top: 0;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.new-home-container .home-content .community-asks .list-item .bottom {
  position: absolute;
  z-index: 3;
  border-radius: 18px;
  border: 1.651px solid var(----7, #444);
  background: var(----10, #161616);
  bottom: -5px;
  left: -11px;
  right: -11px;
  padding: 17px;
}
.new-home-container .home-content .community-asks .list-item .bottom .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.new-home-container .home-content .community-asks .list-item .bottom .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box {
  display: block;
  gap: 8px;
  white-space: nowrap;
  flex: 1;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box {
  overflow: hidden;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box div {
  border-radius: 8px;
  border: 1px solid #444;
  background: #242424;
  padding: 8px 16px;
  font-size: 12px;
  color: #CECECE;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 17px;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box div.left {
  font-weight: 600;
  color: #fff;
  border: none;
  background: linear-gradient(98deg, #FC01F6 -35.91%, #4F00FF 91.35%);
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box div.left div {
  color: #fff !important;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .btn-box div div {
  display: block;
  text-align: center;
  background: none;
  color: #797979;
  line-height: 17px;
  border: none;
  padding: 0;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list {
  display: flex;
  gap: -8px;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #161616;
  margin-left: -8px;
  z-index: 5;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list img:nth-child(1) {
  z-index: 4;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list img:nth-child(2) {
  z-index: 3;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list img:nth-child(3) {
  z-index: 2;
}
.new-home-container .home-content .community-asks .list-item .bottom .info .avatar-list img:nth-child(4) {
  z-index: 1;
}
.new-home-container .home-content .token-reward .join-count {
  right: 32px;
}
.new-home-container .home-content .token-reward .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 41px;
}
.new-home-container .home-content .token-reward .list-item {
  position: relative;
  transition: all 0.3s;
}
.new-home-container .home-content .token-reward .list-item:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.new-home-container .home-content .token-reward .list-item::marker {
  content: none;
}
.new-home-container .home-content .token-reward .list-item .img {
  padding-left: 17px;
  padding-right: 17px;
}
.new-home-container .home-content .token-reward .list-item .img img {
  width: 456px;
  height: 255px;
  border-radius: 22px;
  border: 1px solid #fff;
  object-fit: cover;
}
.new-home-container .home-content .token-reward .list-item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  padding: 18px;
  border-radius: 20px;
  border: 1.5px solid #FFF;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.1660385132px);
  overflow: hidden;
}
.new-home-container .home-content .token-reward .list-item .more {
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  border-radius: 30.646px;
  background: var(--2, linear-gradient(98deg, #FC01F6 -35.91%, #4F00FF 91.35%));
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.new-home-container .home-content .token-reward .list-item .content {
  flex: 1;
}
.new-home-container .home-content .token-reward .list-item .content .task-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-home-container .home-content .token-reward .list-item .content .name {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  opacity: 0.5;
  margin-top: 4px;
  margin-bottom: 4px;
}
.new-home-container .home-content .token-reward .list-item .content .val {
  color: #FC01F6;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.5%;
  letter-spacing: 0.11px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 24px;
}
.new-home-container .home-content .token-reward .list-item .content .val div {
  display: inline-block;
  position: relative;
  margin-right: 24px;
}
.new-home-container .home-content .token-reward .list-item .content .val div::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #999;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  right: -16px;
  top: 10px;
}
.new-home-container .home-content .token-reward .list-item .content .val div:last-child::after {
  display: none;
}
.new-home-container .home-content .token-reward .list-item .content .val div div {
  display: block;
  text-align: center;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.new-home-container .home-content .hot-container .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20.8px;
}
.new-home-container .home-content .hot-container .list-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 2px solid #444;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.new-home-container .home-content .hot-container .list-item:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.new-home-container .home-content .hot-container .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-image) lightgray 50%/cover no-repeat;
  z-index: -1;
  border-radius: 16px;
}
.new-home-container .home-content .hot-container .list-item .item-box {
  position: relative;
  z-index: 2;
  background: rgba(22, 22, 22, 0.8);
  backdrop-filter: blur(50px);
  padding: 16px;
  min-height: 100%;
}
.new-home-container .home-content .hot-container .list-item .img {
  width: 100%;
  height: 186px;
  position: relative;
  margin-bottom: 16px;
}
.new-home-container .home-content .hot-container .list-item .img .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  align-self: stretch;
}
.new-home-container .home-content .hot-container .list-item .img .coin {
  position: absolute;
  right: 24px;
  bottom: 24px;
  right: 15px;
  bottom: 0;
  width: 58px;
  transform: translateY(50%);
}
.new-home-container .home-content .name {
  font-size: 14px;
  color: #AFAFAF;
  line-height: 22px;
  margin-bottom: 6px;
}
.new-home-container .home-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 16px;
}
.new-home-container .home-content .btn-box {
  display: block;
  gap: 8px;
  white-space: nowrap;
}
.new-home-container .home-content .btn-box div {
  border-radius: 8px;
  border: 1px solid #444;
  background: #242424;
  padding: 8px 16px;
  font-size: 12px;
  color: #CECECE;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.new-home-container .home-content .btn-box div.left {
  color: #fff;
  border: none;
  background: linear-gradient(98deg, #FC01F6 -35.91%, #4F00FF 91.35%);
}
.new-home-container .home-content .btn-box div.left div {
  color: #fff !important;
}
.new-home-container .home-content .btn-box div div {
  display: block;
  text-align: center;
  background: none;
  color: #797979;
  line-height: 17px;
  padding: 0;
  border: none;
}
.new-home-container .search-info {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
  height: 54px;
  display: flex;
  align-items: center;
}
.new-home-container {
  /* 搜索空状态样式 */
}
.new-home-container .search-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  min-height: 200px;
}
.new-home-container .search-empty-state .empty-icon {
  width: 140px;
  height: auto;
  margin-bottom: 8px;
}
.new-home-container .search-empty-state .empty-text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.new-home-container {
  /* 搜索空状态样式 */
}
.new-home-container .search-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  min-height: 400px;
}
.new-home-container .search-empty-state .empty-icon {
  width: 200px;
  height: auto;
  margin-bottom: 32px;
  opacity: 0.9;
}
.new-home-container .search-empty-state .empty-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.new-home-container {
  /* PC端隐藏移动端搜索框 */
}
.new-home-container .search-page-mobile-header {
  display: none;
}
@media (max-width: 768px) {
  .new-home-container .search-page {
    padding-top: 0 !important;
  }
  .new-home-container .search-info {
    margin-top: 0 !important;
  }
  .new-home-container {
    /* 移动端显示搜索框 */
  }
  .new-home-container .search-page-mobile-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #000;
  }
  .new-home-container {
    /* 移动端隐藏header */
  }
  .new-home-container .mobile-header {
    display: none !important;
  }
  .new-home-container {
    /* 为搜索页面内容添加顶部间距 */
  }
  .new-home-container .new-home-container {
    padding-top: 60px;
  }
  .new-home-container .search-empty-state {
    padding: 60px 20px;
    min-height: 300px;
  }
  .new-home-container .search-empty-state .empty-icon {
    width: 140px;
    margin-bottom: 24px;
  }
  .new-home-container .search-empty-state .empty-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1552px) {
  .new-home-container .home-content,
  .new-home-container .layui-carousel,
  .new-home-container .search-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .new-home-container .search-empty-state {
    padding: 60px 20px;
    min-height: 300px;
  }
  .new-home-container .search-empty-state .empty-icon {
    width: 140px;
    margin-bottom: 24px;
  }
  .new-home-container .search-empty-state .empty-text {
    font-size: 16px;
  }
  .new-home-container .banner-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .new-home-container .layui-carousel {
    width: 100% !important;
    aspect-ratio: 3/4;
    height: 0;
    padding-bottom: 133.333%;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .new-home-container .layui-carousel .banner-type-1 {
    display: none !important;
  }
  .new-home-container .layui-carousel .banner-type-2 {
    display: block !important;
  }
  .new-home-container .layui-carousel .btn-box {
    gap: 12px;
    bottom: 5px !important;
  }
  .new-home-container .layui-carousel .btn-box a,
  .new-home-container .layui-carousel .btn-box div {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
  }
  .new-home-container .layui-carousel .btn-box .bg {
    left: 1px !important;
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
  }
  .new-home-container .h-title {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .new-home-container .home-content .h-title {
    font-size: 20px;
  }
  .new-home-container .home-content .hot-container .h-title {
    margin-bottom: 16px !important;
  }
  .new-home-container .home-content .hot-container .list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .new-home-container .home-content .community-asks {
    margin-bottom: 50px;
  }
  .new-home-container .home-content .community-asks .h-title {
    margin-bottom: 30px !important;
  }
  .new-home-container .home-content .community-asks .list {
    grid-template-columns: 1fr;
    gap: 96px;
    padding: 0 16px;
  }
  .new-home-container .home-content .community-asks .list .list-item .content {
    height: 185px !important;
  }
  .new-home-container .home-content .community-asks .list .list-item .logo {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 11px;
  }
  .new-home-container .home-content .community-asks .list .list-item .name {
    font-size: 18px;
  }
  .new-home-container .home-content .community-asks .list .list-item .info {
    position: relative;
  }
  .new-home-container .home-content .community-asks .list .list-item .title {
    font-size: 16px !important;
    height: 50px;
  }
  .new-home-container .home-content .community-asks .list .list-item .bottom {
    bottom: -67px;
  }
  .new-home-container .home-content .community-asks .list .list-item .btn-box div {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
  .new-home-container .home-content .community-asks .list .list-item .avatar-list {
    position: absolute;
    right: 0;
    top: 0;
  }
  .new-home-container .home-content .token-reward {
    padding-bottom: 60px;
  }
  .new-home-container .home-content .token-reward .list {
    grid-template-columns: 1fr;
    gap: 100px;
  }
  .new-home-container .home-content .token-reward .list .flex {
    top: 180px;
    bottom: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }
  .new-home-container .home-content .token-reward .list .flex .more {
    padding: 8px 24px;
    font-size: 20px;
    margin-top: 16px;
  }
  .new-home-container .home-content .token-reward .list .flex .val {
    font-size: 16px;
  }
}
.glow {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 800px;
  border-radius: 2396.773px;
  background: radial-gradient(37.83% 37.83% at 50% 50%, #725BDA 0%, rgba(6, 19, 45, 0) 100%);
  filter: blur(90px);
  z-index: -1;
  opacity: 0.5;
  animation: floatLight 8s ease-in-out infinite alternate;
  -webkit-animation: floatLight 8s ease-in-out infinite alternate;
}

@media screen and (max-width: 768px) {
  .glow {
    width: 400px;
    height: 300px;
  }
}
.glow1 {
  top: 50%;
  left: 0;
}

.glow2 {
  bottom: 0;
  right: 0;
  width: 500px;
  height: 340px;
}

@keyframes floatLight {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  100% {
    transform: translate(-51%, -49%) scale(1.08);
    opacity: 0.8;
    -webkit-transform: translate(-51%, -49%) scale(2.08);
    -moz-transform: translate(-51%, -49%) scale(2.08);
    -ms-transform: translate(-51%, -49%) scale(2.08);
    -o-transform: translate(-51%, -49%) scale(2.08);
  }
}
@keyframes tracking-in-opacity-bg {
  0% {
    opacity: 0;
    transform: scale(1.25) translateY(-40px);
    filter: blur(10px);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05) translateY(5px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}
.home-mask-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.home-mask-container .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.home-mask-container .home-mask-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.home-mask-container .home-mask-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(90deg, #000000 75.48%, rgba(0, 0, 0, 0) 100%);
}
.home-mask-container .home-mask-top img {
  height: 84px;
}
.home-mask-container .home-mask-main {
  position: absolute;
  top: 62px;
  right: 76px;
  width: 718px;
}
.home-mask-container .home-mask-main .text {
  position: absolute;
  top: 234px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  padding-left: 24px;
}
.home-mask-container .home-mask-main .text .go-login {
  margin-top: 32px;
  border-radius: 40px;
  padding: 6px 26px;
  background: #fff;
  color: #242424;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
.home-mask-container .home-mask-main .text .go-login:hover {
  transform: translateY(-2px);
}
.home-mask-container .home-mask-main #girlImgContainer {
  position: absolute;
  bottom: 0;
  right: 163px;
  width: 297px;
}
.home-mask-container .home-mask-main #girlImgContainer .girl-img {
  width: 100%;
  height: auto;
}

.home-mask-container-pc {
  display: none;
}

.home-mask-container-h5 {
  display: none;
}

@media screen and (min-width: 769px) {
  .home-mask-container-pc {
    display: block;
  }
  .home-mask-container-h5 {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .home-mask-container-pc {
    display: none !important;
  }
  .home-mask-container-h5 {
    display: block;
  }
  .home-mask-container-h5 .home-mask-top {
    height: 44px;
  }
  .home-mask-container-h5 .home-mask-main {
    width: 337px;
    top: 6px;
    right: 15px;
  }
  .home-mask-container-h5 .home-mask-main img {
    width: 100%;
  }
  .home-mask-container-h5 .home-mask-main .text {
    top: 132px;
    left: -10px;
    font-size: 12px;
    line-height: 26px;
  }
  .home-mask-container-h5 .home-mask-main .text .go-login {
    margin-top: 17px;
    font-size: 12px;
    padding: 4px 16px;
  }
  .home-mask-container-h5 #girlImgContainerH5 {
    right: 0 !important;
    bottom: 4px !important;
    width: 157px;
    position: absolute;
  }
  .home-mask-container-h5 #girlImgContainerH5 img {
    width: 100% !important;
  }
}
.banner-box {
  position: relative;
}

.banner-guide-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
}

.banner-guide-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.banner-guide-popup .banner-guide-inner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  aspect-ratio: 3840/1758;
}
.banner-guide-popup.banner-guide-popup-pc .banner-guide-inner {
  padding-top: 170px;
  max-width: 1552px;
  aspect-ratio: auto;
  margin: 0 auto;
}
.banner-guide-popup.banner-guide-popup-pc .banner-guide-inner .banner-guide-bg {
  width: 870px;
  position: absolute;
  left: -45px;
  height: auto;
}
.banner-guide-popup.banner-guide-popup-pc .banner-guide-inner .banner-guide-girl {
  top: 445px;
  width: 276px;
  left: 576px;
}
@media screen and (max-width: 1552px) {
  .banner-guide-popup.banner-guide-popup-pc .banner-guide-inner {
    width: 100%;
  }
  .banner-guide-popup.banner-guide-popup-pc .banner-guide-inner .banner-guide-bg {
    left: -29px;
  }
  .banner-guide-popup.banner-guide-popup-pc .banner-guide-inner .banner-guide-girl {
    left: 598px;
  }
}
.banner-guide-popup .banner-guide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.banner-guide-popup .banner-guide-girl {
  position: absolute;
  width: 16%;
  right: 46%;
  bottom: 0%;
  cursor: pointer;
}
.banner-guide-popup .banner-guide-girl svg {
  width: 100%;
  height: auto;
  display: block;
}

.banner-guide-popup-h5 .banner-guide-inner {
  aspect-ratio: 750/1388;
}
.banner-guide-popup-h5 .banner-guide-girl {
  width: 88%;
  right: 2%;
  bottom: 0%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .banner-guide-popup-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .banner-guide-popup-h5 {
    display: none !important;
  }
}
.guide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: guideOverlayFadeIn 0.3s ease;
}

@keyframes guideOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.guide-popup {
  position: relative;
  width: 640px;
  max-width: 90%;
  animation: guideSlideUp 0.4s ease;
}

@keyframes guideSlideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.guide-content {
  position: relative;
  width: 100%;
  background-image: url("/static/assets/home-tip-1-pc.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
}

.guide-video-area {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.guide-video-area video {
  width: 100%;
  height: 338px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.guide-bottom {
  position: relative;
  padding: 24px;
}

.guide-girl {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 240px;
  background-image: url("/static/assets/home-tip-girl-1-pc.svg");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

@keyframes floatGirl {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.guide-info {
  position: relative;
  z-index: 3;
  max-width: 350px;
}

.guide-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
}

.guide-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  margin-bottom: 16px;
}

.guide-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .guide-btn-wrapper {
    align-items: flex-start;
  }
}
.guide-btn {
  background: #fff;
  color: #242424;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.guide-btn:hover {
  transform: translateY(-2px);
}
.guide-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .guide-popup {
    width: 330px;
  }
  .guide-content {
    background-image: url("/static/assets/home-tip-1-h5.png");
  }
  .guide-video-area {
    padding: 20px 20px 0 20px;
  }
  .guide-video-area video {
    width: 100%;
    height: 163px;
  }
  .guide-bottom {
    padding: 20px 20px 82px;
  }
  .guide-girl {
    right: -20px;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-image: url("/static/assets/home-tip-girl-1-h5.svg");
    background-size: contain;
    background-position: bottom center;
  }
  .guide-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .guide-title {
    font-size: 16px;
    text-align: center;
  }
  .guide-subtitle {
    font-size: 20px;
    text-align: center;
  }
  .guide-subtitle span {
    display: flex;
  }
  .guide-btn {
    padding: 8px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
  }
  .guide-tips-h5 {
    width: 200%;
    transform: translateX(-25%);
  }
}
.guide-btn-wrapper {
  position: relative;
  display: inline-block;
}

.guide-btn {
  position: relative;
  z-index: 1;
}

.guide-tips-svg {
  position: absolute;
  pointer-events: none;
  display: none;
  z-index: 2;
}

#guideTipsSvgPc.guide-tips-svg {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 12px);
  top: auto;
  width: 360px;
  height: auto;
}

#guideTipsSvgH5.guide-tips-svg {
  left: 0;
  top: calc(100% + 12px);
  bottom: auto;
  width: 200% !important;
  height: auto;
  display: block;
  transform: translateX(-25%);
  z-index: 10;
}

@media (max-width: 768px) {
  #guideTipsSvgPc.guide-tips-svg {
    display: none !important;
  }
}

/*# sourceMappingURL=indexNew.css.map */
