.wrap {
  width: 14.2rem;
  margin: 0 auto;
}
.dian {
  height: 0.8rem;
}
.dian.block {
  display: block;
}
.wrap2 {
  width: 14rem;
  margin: 0 auto;
}
.wrap3 {
  width: 10.6rem;
  margin: 0 auto;
}
.wrap4 {
  width: 12rem;
  margin: 0 auto;
}
body {
  background: #010714;
  position: relative;
  overflow-x: hidden;
}
.stars-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.stars-background.stars-background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.stars-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}
.star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle ease-in-out infinite;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
    box-shadow: 0 0 4px #ffffff, 0 0 8px rgba(255, 255, 255, 0.5);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(26, 26, 26, 0.1);
  backdrop-filter: blur(10px);
  z-index: 1000;
  height: 0.8rem;
  transition: 0.3s;
}
header.active {
  top: 0;
}
header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .logo {
  margin-right: 0.8rem;
}
header .wrap .logo a img {
  height: 0.8rem;
}
header .wrap .header-navs {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.57rem;
}
header .wrap .header-navs li.active a {
  color: #0bd2ff;
}
header .wrap .header-navs li.active .arrow-down {
  opacity: 1;
}
header .wrap .header-navs li:hover a {
  color: #0bd2ff;
}
header .wrap .header-navs li:hover a .arrow-down {
  opacity: 1;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.18rem;
  color: #fff;
  transition: 0.2s;
}
header .wrap .header-navs li > a .arrow-down {
  width: 0.16rem;
  margin-left: 0.02rem;
  opacity: 0;
}
header .wrap .user-box {
  margin-left: auto;
}
header .wrap .user-box .user-avatar {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
}
header .wrap .user-box .user-avatar img {
  width: 100%;
  height: 100%;
}
header .wrap .login-btn {
  margin-left: auto;
}
header .wrap .login-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
  height: 0.38rem;
  border-radius: 0.19rem;
  font-size: 0.16rem;
  color: #fff;
}
.floor {
  position: relative;
  z-index: 1;
  padding: 1.3rem 0;
}
.floor .floor-title {
  display: flex;
  align-items: center;
}
.floor .floor-title .title-icon {
  width: 0.56rem;
  margin-right: 0.2rem;
}
.floor .floor-title .title-text {
  font-size: 0.36rem;
  color: #fff;
}
.floor-btn {
  width: max-content;
}
.floor-btn.active a {
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
}
.floor-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 0.16rem;
  color: #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
}
.floor-btn a .linkicon {
  width: 0.2rem;
  margin-left: 0.13rem;
}
.banner {
  height: 10.5rem;
  position: relative;
  padding-top: 1.68rem;
}
.banner .bannerbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.68rem;
}
.banner .wrap .text-box .banner-text {
  width: 4.38rem;
  margin-bottom: 0.4rem;
}
.banner .wrap .text-box .banner-btns {
  display: flex;
  padding-left: 0.8rem;
}
.banner .wrap .text-box .banner-btns .banner-btn:not(:last-child) {
  margin-right: 0.25rem;
}
.banner .wrap .text-box .banner-btns .banner-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 0.16rem;
  color: #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
}
.banner .wrap .text-box .banner-btns .banner-btn a .linkicon {
  width: 0.2rem;
  margin-left: 0.13rem;
}
.banner .wrap .text-box .banner-btns .banner-btn.active a {
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
}
.banner .wrap .world-box .world-img {
  width: 6.8rem;
}
.banner .wrap .world-box .earth-container {
  position: relative;
  width: 410px;
  height: 410px;
  transform-style: preserve-3d;
}
.banner .wrap .world-box .earth-container .worlddog-img {
  position: absolute;
  width: 112px;
  top: 40px;
  right: -120px;
  z-index: 2;
}
.banner .wrap .world-box .earth-container .video-box {
  width: 410px;
  height: 410px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(16, 210, 255, 0.6), 0 0 25px rgba(16, 210, 255, 0.4), 0 0 35px rgba(16, 210, 255, 0.2);
}
.banner .wrap .world-box .earth-container .video-box .earth-video {
  width: 118%;
  height: 118%;
}
.banner .wrap .world-box .orbit-system {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}
.banner .wrap .world-box .orbit-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid transparent;
}
.banner .wrap .world-box .orbit-ring .orbit-ring-img {
  position: absolute;
  width: 120%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}
@keyframes ringPulse {
  0%,
  100% {
    box-shadow: 0 0 30px rgba(147, 51, 234, 0.5), 0 0 60px rgba(59, 130, 246, 0.3), inset 0 0 30px rgba(147, 51, 234, 0.2);
  }
  50% {
    box-shadow: 0 0 50px rgba(147, 51, 234, 0.8), 0 0 100px rgba(59, 130, 246, 0.5), inset 0 0 50px rgba(147, 51, 234, 0.4);
  }
}
.banner .wrap .world-box .dog-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%) rotateX(275deg) rotateY(177deg) rotateZ(329deg);
  transform-style: preserve-3d;
}
.banner .wrap .world-box .dog-container {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%) rotateX(-75deg);
  transform-style: preserve-3d;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}
.banner .wrap .world-box .dog-float {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
@keyframes dogFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(-5deg) scaleY(-1);
  }
  50% {
    transform: translateY(-15px) rotate(5deg) scaleY(-1);
  }
}
.banner .wrap .world-box .dog-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes orbitRotate {
  from {
    transform: translate(-50%, -50%) rotateX(75deg) rotateY(160deg) rotateZ(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotateX(75deg) rotateY(160deg) rotateZ(-360deg);
  }
}
.fw-floor {
  overflow: hidden;
}
.fw-floor .floor-title {
  margin-bottom: 1.5rem;
}
.fw-floor .fwfloor-mainbox .fwfloor-item {
  display: none;
  align-items: center;
}
.fw-floor .fwfloor-mainbox .fwfloor-item.active {
  display: flex;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .text-box {
  margin-right: 1rem;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .text-box .title-num {
  position: relative;
  margin-bottom: 0.2rem;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .text-box .title-num .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.42rem;
  color: #0bd2ff;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .text-box .title-num .item-num {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.6rem;
  line-height: 1em;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .text-box .item-intro {
  width: 3rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 0.85rem;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .img-box {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-floor .fwfloor-mainbox .fwfloor-item .img-box img {
  width: 60%;
}
.fw-floor .world-box {
  position: absolute;
  right: -1.3rem;
  top: 1rem;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  border: 1px solid #10d2ff;
}
.fw-floor .world-box .center-diqiu {
  position: absolute;
  width: 7.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fw-floor .world-box .cha-item {
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #ffffff;
  border: 0.5px solid #ffffff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  cursor: pointer;
}
.fw-floor .world-box .cha-item.active {
  width: 0.6rem;
  height: 0.6rem;
}
.fw-floor .world-box .cha-item.active .cha-text {
  opacity: 0;
}
.fw-floor .world-box .cha-item:nth-child(1) {
  top: 1.75rem;
  left: 0.53rem;
}
.fw-floor .world-box .cha-item:nth-child(1).active {
  top: 1.58rem;
  left: 0.36rem;
}
.fw-floor .world-box .cha-item:nth-child(2) {
  top: 3.97rem;
  left: -0.13rem;
}
.fw-floor .world-box .cha-item:nth-child(2).active {
  top: 3.8rem;
  left: -0.3rem;
}
.fw-floor .world-box .cha-item:nth-child(3) {
  bottom: 1.59rem;
  left: 0.6rem;
}
.fw-floor .world-box .cha-item:nth-child(3).active {
  bottom: 1.42rem;
  left: 0.43rem;
}
.fw-floor .world-box .cha-item:nth-child(4) {
  bottom: 0.29rem;
  left: 2.08rem;
}
.fw-floor .world-box .cha-item:nth-child(4).active {
  bottom: 0.12rem;
  left: 2.25rem;
}
.fw-floor .world-box .cha-item .cha-text {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  padding-right: 0.07rem;
}
.fw-floor .world-box .cha-item .cha-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.tech-floor .floor-title {
  margin-bottom: 0.95rem;
}
.tech-floor .weixing-box {
  display: flex;
  border: 1px solid #0b1e3b;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
}
.tech-floor .weixing-box .text-box {
  flex: 1;
  padding: 0.33rem;
}
.tech-floor .weixing-box .text-box .wx-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.tech-floor .weixing-box .text-box .wx-title .icon {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.tech-floor .weixing-box .text-box .wx-title .title-text {
  font-size: 0.24rem;
  color: #fff;
}
.tech-floor .weixing-box .text-box .wx-position .wx-name {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.tech-floor .weixing-box .text-box .wx-position .position {
  font-size: 0.36rem;
  color: #0bd2ff;
  font-weight: bold;
}
.tech-floor .weixing-box .img-box {
  width: 6.4rem;
  height: 3.6rem;
}
.tech-floor .weixing-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.tech-floor .js-list {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.tech-floor .js-list .js-item {
  flex: 1;
  border: 1px solid #0b1e3b;
  background: #010d23;
  border-radius: 0.06rem;
  padding: 0.33rem;
}
.tech-floor .js-list .js-item .ji-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
}
.tech-floor .js-list .js-item .ji-title .ji-img {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.tech-floor .js-list .js-item .ji-title .ji-text {
  font-size: 0.24rem;
  color: #fff;
}
.tech-floor .js-list .js-item .ji-intro {
  font-size: 0.16rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.17rem;
  line-height: 1.4em;
  min-height: 0.375rem;
}
.tech-floor .js-list .js-item .img-box {
  height: 1.8rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.tech-floor .js-list .js-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tech-floor .nums-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.tech-floor .nums-list .nums-item {
  border: 1px solid #0b1e3b;
  background: #010d23;
  border-radius: 0.06rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tech-floor .nums-list .nums-item .nums-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tech-floor .nums-list .nums-item .nums-text {
  position: relative;
  z-index: 2;
  text-align: center;
}
.tech-floor .nums-list .nums-item .nums-text .nums-title {
  font-size: 0.62rem;
  font-weight: bold;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.15rem;
}
.tech-floor .nums-list .nums-item .nums-text .nums-intro {
  font-size: 0.18rem;
  color: #fff;
}
.user-floor {
  position: relative;
  height: 13rem;
}
.user-floor .user-bg {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  cursor: pointer;
}
.user-floor .cloud-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6rem;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yuyue-floor .wrap {
  position: relative;
}
.yuyue-floor .wrap .yuyue-bg {
  position: absolute;
  right: -0.7rem;
  bottom: -1.5rem;
  width: 8.22rem;
}
.yuyue-floor .floor-title {
  margin-bottom: 0.55rem;
}
.yuyue-floor .form-box {
  position: relative;
  z-index: 2;
  width: 7.7rem;
}
.yuyue-floor .form-box .form-list {
  display: flex;
  gap: 0.12rem;
}
.yuyue-floor .form-box .form-item {
  padding: 0 0.1rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  background: #020e24;
  border: 1px solid #394b67;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
}
.yuyue-floor .form-box .form-item .label {
  font-size: 0.16rem;
  color: #e5e5e5;
  margin-right: 0.2rem;
}
.yuyue-floor .form-box .form-item .label span {
  color: #ff0000;
  margin-right: 0.05rem;
}
.yuyue-floor .form-box .form-item input {
  font-size: 0.16rem;
  color: #e5e5e5;
  background: none;
  border: none;
  outline: none;
  height: 0.6rem;
  flex: 1;
}
.yuyue-floor .form-box .form-item select {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  text-align: right;
  color: #e5e5e5;
  font-size: 0.16rem;
  height: 0.6rem;
}
.yuyue-floor .form-box .form-item select option {
  color: #000;
}
.yuyue-floor .form-box .form-item textarea {
  resize: none;
  height: 2rem;
  width: 100%;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding: 0.1rem;
  color: #fff;
  outline: none;
  font-size: 0.16rem;
}
.yuyue-floor .form-box .form-item textarea::placeholder {
  color: #e5e5e5;
}
.yuyue-floor .form-box .submit-btn {
  width: max-content;
  margin-top: 0.4rem;
}
.yuyue-floor .form-box .submit-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 0.16rem;
  color: #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
}
.yuyue-floor .form-box .submit-btn a .linkicon {
  width: 0.2rem;
  margin-left: 0.13rem;
}
.yuyue-floor .form-box .submit-btn.active a {
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
}
.hehuo-floor .floor-title {
  margin-bottom: 0.88rem;
}
.hehuo-floor .source-item {
  display: flex;
  width: 100%;
}
.hehuo-floor .source-item:not(:last-child) {
  margin-bottom: 0.45rem;
}
.hehuo-floor .source-item .scrolls {
  overflow: hidden;
  width: 100%;
}
.hehuo-floor .source-item .scroll-box {
  display: flex;
  width: max-content;
}
.hehuo-floor .source-item:nth-child(odd) .scroll-box {
  animation: scroll-left 35s linear infinite;
}
.hehuo-floor .source-item:nth-child(even) .scroll-box {
  animation: scroll-right 35s linear infinite;
}
.hehuo-floor .source-item .lunbo-item {
  width: 2rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.02rem;
  overflow: hidden;
}
.hehuo-floor .source-item .lunbo-item:not(:last-child) {
  margin-right: 0.8rem;
}
.hehuo-floor .source-item .lunbo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-14.2rem);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-14.2rem);
  }
  100% {
    transform: translateX(0);
  }
}
footer .footer-top {
  padding: 0.78rem 0;
}
footer .footer-top .wrap {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .wrap .website-msg .footer-logo {
  width: 2.7rem;
  margin-bottom: 0.5rem;
}
footer .footer-top .wrap .website-msg .footer-logo img {
  width: 100%;
}
footer .footer-top .wrap .website-msg .links-list {
  display: flex;
  align-items: center;
}
footer .footer-top .wrap .website-msg .links-list .links-item {
  position: relative;
  height: 0.36rem;
  cursor: pointer;
}
footer .footer-top .wrap .website-msg .links-list .links-item:hover .img-box {
  display: block;
}
footer .footer-top .wrap .website-msg .links-list .links-item:not(:last-child) {
  margin-right: 0.2rem;
}
footer .footer-top .wrap .website-msg .links-list .links-item .linkicon {
  height: 100%;
}
footer .footer-top .wrap .website-msg .links-list .links-item .img-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.8rem;
  padding: 0.08rem;
  background: rgba(229, 229, 229, 0.1);
  border-radius: 0.02rem;
  display: none;
}
footer .footer-top .wrap .website-msg .links-list .links-item .img-box img {
  width: 100%;
  display: block;
}
footer .footer-top .wrap .footer-navs {
  display: flex;
}
footer .footer-top .wrap .footer-navs .footer-navitem:not(:last-child) {
  margin-right: 0.56rem;
}
footer .footer-top .wrap .footer-navs .footer-navitem .nav-toptitle {
  margin-bottom: 0.18rem;
}
footer .footer-top .wrap .footer-navs .footer-navitem .nav-toptitle a {
  font-size: 0.14rem;
  color: #e5e5e5;
  font-weight: bold;
}
footer .footer-top .wrap .footer-navs .footer-navitem .bottoms a:hover {
  color: #fff;
}
footer .footer-top .wrap .footer-navs .footer-navitem .bottoms a,
footer .footer-top .wrap .footer-navs .footer-navitem .bottoms p {
  display: block;
  font-size: 0.13rem;
  color: #5e6576;
}
footer .footer-top .wrap .footer-navs .footer-navitem .bottoms a:not(:last-child),
footer .footer-top .wrap .footer-navs .footer-navitem .bottoms p:not(:last-child) {
  margin-bottom: 0.15rem;
}
footer .support-bottom {
  border-top: 1px solid rgba(216, 216, 216, 0.3);
  padding: 0.2rem 0;
}
footer .support-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.13rem;
  color: #e5e5e5;
}
footer .support-bottom .wrap a {
  font-size: 0.13rem;
  color: #e5e5e5;
}
footer .support-bottom .wrap .mr {
  margin-right: 0.5rem;
}
footer .support-bottom .wrap .beian {
  display: flex;
}
footer .support-bottom .wrap .beian p {
  margin-right: 0.3rem;
}
.pageside {
  position: fixed;
  right: 0.8rem;
  bottom: 1rem;
  z-index: 999;
}
.pageside .zixun-box {
  margin-bottom: 0.6rem;
  position: relative;
}
.pageside .zixun-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(11, 210, 255, 0.1);
  border: 1px solid rgba(16, 210, 255, 0.3);
  animation: pulse-scale 2s ease-in-out infinite;
  transform-origin: center;
}
.pageside .zixun-box a {
  position: relative;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
}
.pageside .zixun-box a img {
  width: 0.5rem;
}
.pageside .zixun-box a p {
  font-size: 0.12rem;
  color: #fff;
  line-height: 1.8em;
}
.pageside .top-box {
  cursor: pointer;
  width: 1rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pageside .top-box img {
  width: 0.24rem;
}
.pageside .top-box p {
  font-size: 0.12rem;
  color: #fff;
}
@keyframes pulse-scale {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.survicevideo-box {
  width: 100%;
}
.survicevideo-box video {
  width: 100%;
}
.survicepage-box {
  position: relative;
}
.survicepage-box .pagebg {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.survicepage-box .wrap2 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  top: 1rem;
}
.survicepage-box .wrap2 .title-videobox {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.18rem;
}
.survicepage-box .wrap2 .title-videobox .title-video {
  flex: 1;
}
.survicepage-box .wrap2 .title-videobox .title-video video {
  width: 100%;
  display: block;
}
.survicepage-box .wrap2 .title-box {
  color: #fff;
  margin-right: 0.5rem;
}
.survicepage-box .wrap2 .title-box h2 {
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
}
.survicepage-box .wrap2 .title-box p {
  font-size: 0.18rem;
}
.survicepage-box .wrap2 .giftbox {
  background: rgba(0, 9, 26, 0.8);
  position: relative;
  border-radius: 0.25rem;
  padding: 0.45rem 0.33rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.survicepage-box .wrap2 .giftbox .nums-box {
  position: absolute;
  right: -0.5rem;
  top: 0.4rem;
  transform: rotateZ(45deg);
  width: 2.15rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(104, 90, 255, 0.3) 0%, rgba(20, 213, 242, 0.3) 100%);
  font-size: 0.14rem;
  color: #fff;
  transform-origin: center;
}
.survicepage-box .wrap2 .giftbox .circle {
  position: absolute;
  top: -0.36rem;
  left: -0.9rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.4;
  filter: blur(0.7rem);
  background: linear-gradient(to bottom right, #d936ec 0%, #d936ec 0%, #0bd2ff 100%, #0bd2ff 100%) bottom right no-repeat, linear-gradient(to bottom left, #d936ec 0%, #d936ec 0%, #0bd2ff 100%, #0bd2ff 100%) bottom left no-repeat, linear-gradient(to top left, #d936ec 0%, #d936ec 0%, #0bd2ff 100%, #0bd2ff 100%) top left no-repeat, linear-gradient(to top right, #d936ec 0%, #d936ec 0%, #0bd2ff 100%, #0bd2ff 100%) top right no-repeat;
}
.survicepage-box .wrap2 .giftbox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.25rem;
  padding: 0.06rem;
  background: linear-gradient(177deg, rgba(11, 210, 255, 0) -11%, rgba(217, 54, 236, 0.6) 16%, rgba(11, 210, 255, 0.6) 52%, rgba(0, 94, 255, 0) 82%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.survicepage-box .wrap2 .giftbox > * {
  position: relative;
  z-index: 1;
}
.survicepage-box .wrap2 .giftbox .giftbox-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-right: 0.8rem;
}
.survicepage-box .wrap2 .giftbox .giftbox-top .giftname-price .name {
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.survicepage-box .wrap2 .giftbox .giftbox-top .giftname-price .price {
  font-size: 0.24rem;
  color: #f2c94c;
}
.survicepage-box .wrap2 .giftbox .giftbox-top .giftname-price .price span {
  font-size: 0.46rem;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.survicepage-box .wrap2 .giftbox .giftbox-top .floor-btns .floor-btn:not(:last-child) {
  margin-bottom: 0.1rem;
}
.survicepage-box .wrap2 .giftbox .gift-list {
  border-radius: 0.25rem;
  border: 1px solid #eeeeee5b;
  padding: 0.3rem 0.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem 0.15rem;
}
.survicepage-box .wrap2 .giftbox .gift-list .gift-item {
  display: flex;
  align-items: center;
}
.survicepage-box .wrap2 .giftbox .gift-list .gift-item .gifticon {
  width: 0.18rem;
  margin-right: 0.07rem;
  display: block;
}
.survicepage-box .wrap2 .giftbox .gift-list .gift-item .text {
  flex: 1;
  font-size: 0.16rem;
  color: #fff;
}
.survicepage-box .wrap2 .floor-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}
.survicepage-box .wrap2 .floor-title .title-icon {
  width: 0.56rem;
  margin-right: 0.2rem;
}
.survicepage-box .wrap2 .floor-title .title-text {
  font-size: 0.36rem;
  color: #fff;
}
.survicepage-box .wrap2 .fwlc-list {
  padding: 0 1.35rem;
  position: relative;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-icon {
  position: absolute;
  right: 1.5rem;
  top: 0.95rem;
  width: 2.2rem;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item {
  display: flex;
  position: relative;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item:last-child::before {
  display: none;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item::before {
  position: absolute;
  content: "";
  width: 0.03rem;
  height: 100%;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  opacity: 0.8;
  left: 0.08rem;
  top: 0.1rem;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .circle {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #0bd2ff;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #0bd2ff;
  opacity: 0.3;
  animation: pulse-scale 2s ease-in-out infinite;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .line {
  width: 0.8rem;
  height: 1px;
  background: linear-gradient(270deg, #0bd2ff 0%, rgba(11, 210, 255, 0) 100%);
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .text-box {
  position: relative;
  padding-bottom: 0.2rem;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .text-box .number {
  position: absolute;
  font-size: 0.8rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  top: -0.5rem;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .text-box .lc-title {
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.15rem;
}
.survicepage-box .wrap2 .fwlc-list .fwlc-item .text-box .p-box {
  color: #e5e5e5;
  font-size: 0.16rem;
  min-height: 1.2rem;
}
.activity-banner {
  position: relative;
  height: 10.24rem;
}
.activity-banner .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.activity-banner .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-banner .wrap .bannertext-box {
  text-align: center;
  color: #fff;
}
.activity-banner .wrap .bannertext-box h2 {
  font-size: 0.6rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.3rem;
}
.activity-banner .wrap .bannertext-box p {
  font-size: 0.18rem;
  margin-bottom: 0.33rem;
}
.activity-banner .wrap .bannertext-box .djs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
}
.activity-banner .wrap .bannertext-box .djs-box .djs-item {
  position: relative;
  width: 0.8rem;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.activity-banner .wrap .bannertext-box .djs-box .djs-item .djs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.activity-banner .wrap .bannertext-box .djs-box .djs-item .number {
  position: relative;
  z-index: 2;
  font-size: 0.56rem;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1em;
}
.activity-banner .wrap .bannertext-box .djs-box .djs-item .danwei {
  font-size: 0.16rem;
}
.activity-banner .wrap .bannertext-box .banner-btns {
  display: flex;
  padding-left: 0.8rem;
  justify-content: center;
}
.activity-banner .wrap .bannertext-box .banner-btns .banner-btn:not(:last-child) {
  margin-right: 0.25rem;
}
.activity-banner .wrap .bannertext-box .banner-btns .banner-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 0.16rem;
  color: #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
}
.activity-banner .wrap .bannertext-box .banner-btns .banner-btn a .linkicon {
  width: 0.2rem;
  margin-left: 0.13rem;
}
.activity-banner .wrap .bannertext-box .banner-btns .banner-btn.active a {
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
}
.activity-floor {
  padding: 0.8rem 0;
}
.activity-floor .floor-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.9rem;
  justify-content: center;
}
.activity-floor .floor-title .title-icon {
  width: 0.56rem;
  margin-right: 0.2rem;
}
.activity-floor .floor-title .title-text {
  font-size: 0.36rem;
  color: #fff;
}
.activity-floor1 .gk-list .gk-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.activity-floor1 .gk-list .gk-item a {
  display: flex;
}
.activity-floor1 .gk-list .gk-item a .img-box {
  width: 4.2rem;
  height: 2.6rem;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-left: 1.2rem;
}
.activity-floor1 .gk-list .gk-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.activity-floor1 .gk-list .gk-item a .text-box {
  flex: 1;
  color: #fff;
  padding-top: 0.39rem;
}
.activity-floor1 .gk-list .gk-item a .text-box .line {
  width: 0.36rem;
  height: 1px;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  margin-bottom: 0.3rem;
}
.activity-floor1 .gk-list .gk-item a .text-box .title {
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}
.activity-floor1 .gk-list .gk-item a .text-box .content {
  font-size: 0.16rem;
  line-height: 1.6em;
}
.activity-floor1 .gk-list .gk-item a .text-box .hd-btn {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
  border: 1px solid #fff;
  font-size: 0.16rem;
  color: #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}
.activity-floor1 .gk-list .gk-item a .text-box .hd-btn .linkicon {
  width: 0.2rem;
  margin-left: 0.13rem;
}
.activity-floor2 .lc-list .lc-item {
  position: relative;
  display: flex;
  justify-content: center;
}
.activity-floor2 .lc-list .lc-item::before {
  content: "";
  position: absolute;
  width: 0.03rem;
  height: 100%;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  opacity: 0.6;
  left: 50%;
  top: 0.1rem;
  transform: translateX(-50%);
}
.activity-floor2 .lc-list .lc-item:last-child::before {
  display: none;
}
.activity-floor2 .lc-list .lc-item .circle {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #0bd2ff;
  position: relative;
  margin: 0 0.37rem;
}
.activity-floor2 .lc-list .lc-item .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 1px solid #0bd2ff;
  opacity: 0.3;
}
.activity-floor2 .lc-list .lc-item .text-box {
  flex: 1;
  color: #fff;
  margin-top: -0.05rem;
  padding-bottom: 0.2rem;
}
.activity-floor2 .lc-list .lc-item .text-box:first-child {
  text-align: right;
}
.activity-floor2 .lc-list .lc-item .text-box .hd-date {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
  line-height: 1em;
}
.activity-floor2 .lc-list .lc-item .text-box .lc-title {
  font-size: 0.22rem;
  margin-bottom: 0.06rem;
}
.activity-floor2 .lc-list .lc-item .text-box .lc-content {
  font-size: 0.16rem;
  line-height: 1.6em;
  color: #e5e5e5;
  min-height: 1rem;
}
.activity-floor3 .sm-list .sm-item {
  display: flex;
  color: #fff;
}
.activity-floor3 .sm-list .sm-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.activity-floor3 .sm-list .sm-item .sm-title {
  font-size: 0.18rem;
  line-height: 1.8em;
  white-space: nowrap;
  margin-right: 0.3rem;
}
.activity-floor3 .sm-list .sm-item .sm-content {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #e5e5e5;
  flex: 1;
}
.activity-floor3 .sm-list .sm-item .sm-content li {
  list-style-type: disc;
}
.activity-floor4 .bm-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.activity-floor4 .bm-box .bm-text {
  font-size: 0.18rem;
  color: #e5e5e5;
  margin-bottom: 0.4rem;
}
.activity-floor4 .bm-box .bm-code {
  width: 2rem;
  height: 2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  background: rgba(229, 229, 229, 0.1);
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-floor4 .bm-box .bm-code img {
  width: 1.6rem;
}
.activity-floor4 .bm-box .tel {
  color: #fff;
  margin-bottom: 0.3rem;
}
.activity-floor4 .bm-box .tel a {
  font-weight: bold;
  color: #fff;
}
.activity-floor5 {
  position: relative;
  z-index: 2;
}
.activity-floor5 .question-box {
  display: flex;
  margin-bottom: 0.6rem;
}
.activity-floor5 .question-box .question-list {
  width: 6.6rem;
  background: #00091a;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-right: 0.2rem;
}
.activity-floor5 .question-box .question-list .question-item {
  display: flex;
  align-items: center;
  border-radius: 0.06rem;
  cursor: pointer;
  color: #fff;
  padding: 0 0.24rem;
  height: 0.6rem;
  border: 1px solid transparent;
}
.activity-floor5 .question-box .question-list .question-item.active {
  border: 1px solid rgba(229, 229, 229, 0.3);
}
.activity-floor5 .question-box .question-list .question-item.active .question-icon {
  transform: rotate(180deg);
}
.activity-floor5 .question-box .question-list .question-item .question {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  font-size: 0.18rem;
}
.activity-floor5 .question-box .question-list .question-item .question-icon {
  width: 0.2rem;
  display: block;
}
.activity-floor5 .question-box .answer-box {
  flex: 1;
  padding: 0.15rem;
  border-radius: 0.06rem;
  color: #e5e5e5;
  font-size: 0.18rem;
  border: 1px solid rgba(229, 229, 229, 0.3);
  background: #00091a;
  line-height: 1.6em;
}
.activity-floor5 .floor-btn {
  margin: 0 auto;
}
.tab-changesfloor {
  padding: 0.3rem 0;
}
.tab-changesfloor .tab-changes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-changesfloor .tab-changes .tan-item:not(:last-child) {
  margin-right: 0.7rem;
}
.tab-changesfloor .tab-changes .tan-item.active a,
.tab-changesfloor .tab-changes .tan-item:hover a {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tab-changesfloor .tab-changes .tan-item.active a .tan-icon,
.tab-changesfloor .tab-changes .tan-item:hover a .tan-icon {
  filter: unset;
}
.tab-changesfloor .tab-changes .tan-item a {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #fff;
}
.tab-changesfloor .tab-changes .tan-item a .tan-icon {
  width: 0.34rem;
  margin-right: 0.06rem;
  filter: brightness(0) invert(1);
}
.communtity-floor {
  padding: 0.5rem 0;
}
.communtity-floor .floor-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.9rem;
  justify-content: center;
}
.communtity-floor .floor-title .title-icon {
  width: 0.56rem;
  margin-right: 0.2rem;
}
.communtity-floor .floor-title .title-text {
  font-size: 0.36rem;
  color: #fff;
}
.communtity-floor .zj-box {
  display: flex;
  align-items: center;
  background: #00091a;
  border: 1px solid #0b1e3b;
  border-radius: 0.06rem;
  margin-bottom: 1.7rem;
  padding: 0.3rem;
}
.communtity-floor .zj-box .img-box {
  width: 4.8rem;
  height: 3rem;
  border-radius: 0.12rem;
  overflow: hidden;
  margin-left: 1.2rem;
}
.communtity-floor .zj-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.communtity-floor .zj-box .text-box {
  flex: 1;
}
.communtity-floor .zj-box .text-box .text-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.28rem;
}
.communtity-floor .zj-box .text-box .text-title .title-icon {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.communtity-floor .zj-box .text-box .text-title .title-text {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  margin-right: 0.3rem;
}
.communtity-floor .zj-box .text-box .text-title .guize {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #e5e5e5;
}
.communtity-floor .zj-box .text-box .text-title .guize img {
  width: 0.16rem;
  display: block;
  margin-left: 0.04rem;
}
.communtity-floor .zj-box .text-box .intro {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.44rem;
  line-height: 1.6em;
}
.communtity-floor .zj-box .text-box .floor-btn {
  margin: 0;
}
.communtity-floor .zj-box .text-box .floor-btn a .addicon {
  margin-right: 0.13rem;
}
.communtity-floor .yy-box {
  height: 4.2rem;
  position: relative;
  padding: 0 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 1.7rem;
}
.communtity-floor .yy-box .year {
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
.communtity-floor .yy-box .intro {
  font-size: 0.14rem;
  margin-bottom: 0.25rem;
}
.communtity-floor .yy-box .djs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.44rem;
  margin-bottom: 0.65rem;
}
.communtity-floor .yy-box .djs-box .djs-item {
  position: relative;
  width: 0.8rem;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.communtity-floor .yy-box .djs-box .djs-item .djs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.communtity-floor .yy-box .djs-box .djs-item .number {
  position: relative;
  z-index: 2;
  font-size: 0.56rem;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  line-height: 1em;
}
.communtity-floor .yy-box .djs-box .djs-item .danwei {
  font-size: 0.16rem;
}
.communtity-floor .yy-box .yynr-box {
  position: relative;
  z-index: 2;
  text-align: center;
}
.communtity-floor .yy-box .yynr-box .yy-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.24rem;
}
.communtity-floor .yy-box .yynr-box .yy-form .input-box {
  width: 3rem;
  border: 1px solid #fff;
  height: 0.46rem;
  border-radius: 0.23rem;
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.communtity-floor .yy-box .yynr-box .yy-form .input-box .num-type {
  display: block;
  width: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  border-right: 1px solid rgba(216, 216, 216, 0.1);
}
.communtity-floor .yy-box .yynr-box .yy-form .input-box input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  height: 0.46rem;
  font-size: 0.16rem;
  padding: 0 0.13rem;
  color: #fff;
}
.communtity-floor .yy-box .yynr-box .yy-form .floor-btn {
  margin: 0;
}
.communtity-floor .yy-box .yynr-box .notice {
  font-size: 0.12rem;
  color: #fff;
  text-align: center;
}
.communtity-floor .yy-box .hdbg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.communtity-floor .gs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.6rem;
}
.communtity-floor .gs-list .gs-item a {
  padding: 0.08rem;
  display: block;
  background: #00091a;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #0b1e3b;
  color: #fff;
  transition: 0.2s;
}
.communtity-floor .gs-list .gs-item a:hover {
  border: 1px solid #1cc8fe;
}
.communtity-floor .gs-list .gs-item a .img-box {
  height: 2.6rem;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: 0.35rem;
}
.communtity-floor .gs-list .gs-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.communtity-floor .gs-list .gs-item a .text-box {
  padding: 0 0.13rem;
  padding-bottom: 0.1rem;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box .avatar-box {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.15rem;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box .userinfo {
  flex: 1;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box .userinfo .username {
  font-size: 0.14rem;
  font-weight: bold;
  margin-bottom: 0.06rem;
}
.communtity-floor .gs-list .gs-item a .text-box .user-box .userinfo .time {
  font-size: 0.12rem;
  color: #e5e5e5;
}
.communtity-floor .gs-list .gs-item a .text-box .gsnr-box {
  margin-bottom: 0.3rem;
}
.communtity-floor .gs-list .gs-item a .text-box .gsnr-box .gs-title {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.communtity-floor .gs-list .gs-item a .text-box .gsnr-box .gs-intro {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6em;
  min-height: 0.6722rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.communtity-floor .gs-list .gs-item a .text-box .cz-box {
  display: flex;
  align-items: center;
}
.communtity-floor .gs-list .gs-item a .text-box .cz-box .cz-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 0.14rem;
  width: 0.8rem;
}
.communtity-floor .gs-list .gs-item a .text-box .cz-box .cz-item .iconfont {
  margin-right: 0.1rem;
}
.communtity-floor .gs-list .gs-item a .text-box .cz-box .yuedu-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 0.36rem;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #14d5f2;
  background: rgba(28, 200, 254, 0.1);
  font-size: 0.14rem;
  color: #1cc8fe;
  padding: 0 0.13rem;
}
.communtity-floor .gs-list .gs-item a .text-box .cz-box .yuedu-btn .linkicon {
  width: 0.16rem;
  margin-left: 0.12rem;
}
.communtity-floor .hd-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.6rem;
}
.communtity-floor .hd-list .hd-item a {
  padding: 0.08rem;
  display: block;
  background: #00091a;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #0b1e3b;
  color: #fff;
  transition: 0.2s;
}
.communtity-floor .hd-list .hd-item a:hover {
  border: 1px solid #1cc8fe;
}
.communtity-floor .hd-list .hd-item a .img-box {
  position: relative;
  height: 3.4rem;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: 0.28rem;
}
.communtity-floor .hd-list .hd-item a .img-box .finish-status {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 0.13rem;
  height: 0.28rem;
  border-bottom-right-radius: 0.06rem;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.13rem;
}
.communtity-floor .hd-list .hd-item a .img-box .finish-status img {
  width: 0.16rem;
  margin-right: 0.02rem;
}
.communtity-floor .hd-list .hd-item a .img-box .hd-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.communtity-floor .hd-list .hd-item a .text-box {
  padding: 0 0.13rem;
  padding-bottom: 0.1rem;
}
.communtity-floor .hd-list .hd-item a .text-box .gsnr-box {
  margin-bottom: 0.3rem;
}
.communtity-floor .hd-list .hd-item a .text-box .gsnr-box .gs-title {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.communtity-floor .hd-list .hd-item a .text-box .gsnr-box .gs-intro {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6em;
  min-height: 0.6722rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.communtity-floor .hd-list .hd-item a .text-box .cz-box {
  display: flex;
  align-items: center;
}
.communtity-floor .hd-list .hd-item a .text-box .cz-box .cz-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 0.14rem;
}
.communtity-floor .hd-list .hd-item a .text-box .cz-box .cz-item .iconfont {
  margin-right: 0.1rem;
}
.communtity-floor .hd-list .hd-item a .text-box .cz-box .yuedu-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 0.36rem;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #14d5f2;
  background: rgba(28, 200, 254, 0.1);
  font-size: 0.14rem;
  color: #1cc8fe;
  padding: 0 0.13rem;
}
.communtity-floor .hd-list .hd-item a .text-box .cz-box .yuedu-btn .linkicon {
  width: 0.16rem;
  margin-left: 0.12rem;
}
.communtity-floor .floor-btn {
  margin: 0 auto;
}
.communtity-floor .fl-changes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.45rem;
}
.communtity-floor .fl-changes .fl-item {
  height: 0.32rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #e5e5e5;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0 0.16rem;
}
.communtity-floor .fl-changes .fl-item:not(:last-child) {
  margin-right: 0.3rem;
}
.communtity-floor .fl-changes .fl-item.active {
  color: #1cc8fe;
  background: rgba(28, 200, 254, 0.3);
  border: 1px solid #685aff;
}
.breadcrumb {
  padding: 0.2rem 0;
}
.breadcrumb .wrap {
  display: flex;
  align-items: center;
  color: #9e9e9e;
}
.breadcrumb .wrap span {
  margin: 0 0.1rem;
}
.breadcrumb .wrap a {
  color: #9e9e9e;
}
.breadcrumb .wrap a:last-child {
  color: #fff;
}
.story-detailbox .wrap {
  display: flex;
}
.story-detailbox .wrap .article-box {
  width: 9rem;
  padding-top: 0.75rem;
  margin-right: 0.6rem;
}
.story-detailbox .wrap .article-box.width100 {
  width: 100%;
}
.story-detailbox .wrap .article-box h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
  color: #fff;
  text-align: center;
}
.story-detailbox .wrap .article-box .date-userbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.story-detailbox .wrap .article-box .date-userbox .date {
  font-size: 0.14rem;
  color: #e5e5e5;
}
.story-detailbox .wrap .article-box .date-userbox .user {
  display: flex;
  align-items: center;
}
.story-detailbox .wrap .article-box .date-userbox .user .avatar-box {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.04rem;
}
.story-detailbox .wrap .article-box .date-userbox .user .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-detailbox .wrap .article-box .date-userbox .user .user-name {
  font-size: 0.14rem;
  color: #fff;
}
.story-detailbox .wrap .article-box .xq-content {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.story-detailbox .wrap .article-box .xq-content p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: #e5e5e5;
}
.story-detailbox .wrap .article-box .xq-content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0.2rem auto;
}
.story-detailbox .wrap .article-box .xq-content .dianzan-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  color: #fff;
  background: linear-gradient(90deg, #dc36ec 0%, #7d48ff 67%);
  cursor: pointer;
  margin: 0 auto;
  margin-top: 1rem;
}
.story-detailbox .wrap .article-box .xq-content .dianzan-btn img {
  width: 0.17rem;
  margin: 0;
  margin-bottom: 0.1rem;
}
.story-detailbox .wrap .article-box .xq-content .dianzan-btn span {
  font-size: 0.14rem;
}
.story-detailbox .wrap .article-box .pl-container {
  padding: 0.36rem 0;
}
.story-detailbox .wrap .article-box .pl-container .pl-title {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.37rem;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box {
  display: flex;
  margin-bottom: 0.4rem;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box .avatar-box {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.18rem;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box .input-box {
  flex: 1;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box .input-box textarea {
  resize: none;
  border: 1px solid rgba(238, 238, 238, 0.6);
  outline: none;
  border-radius: 0.06rem;
  min-height: 0.8rem;
  padding: 0.1rem;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.46rem;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #010714;
}
.story-detailbox .wrap .article-box .pl-container .fabu-box .input-box .send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 0.23rem;
  height: 0.38rem;
  border-radius: 0.19rem;
  background: linear-gradient(270deg, #10d2ff 0%, #bfabff 100%);
  font-size: 0.16rem;
  color: #fff;
  margin-left: auto;
  width: max-content;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item {
  display: flex;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .avatar-box {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.18rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content {
  flex: 1;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .name-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .name-date .name {
  font-size: 0.14rem;
  color: #fff;
  margin-right: 0.06rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .name-date .date {
  font-size: 0.12rem;
  color: #e5e5e5;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .p {
  font-size: 0.14rem;
  color: #e5e5e5;
  margin-bottom: 0.15rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .hf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.02rem;
  background: rgba(11, 210, 255, 0.3);
  cursor: pointer;
  font-size: 0.14rem;
  color: #fff;
  width: max-content;
  height: 0.3rem;
  padding: 0 0.1rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .children-list {
  margin-top: 0.4rem;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .children-list .children-item {
  display: flex;
}
.story-detailbox .wrap .article-box .pl-container .pl-list .pl-item .pl-content .children-list .children-item:not(:last-child) {
  margin-bottom: 0.4rem;
}
.story-detailbox .wrap .hotarticles-box {
  flex: 1;
}
.story-detailbox .wrap .hotarticles-box .title {
  font-size: 0.24rem;
  color: #fff;
  padding: 0.3rem 0;
}
.story-detailbox .wrap .hotarticles-box .articles-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.story-detailbox .wrap .hotarticles-box .articles-list .articles-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.story-detailbox .wrap .hotarticles-box .articles-list .articles-item a {
  display: block;
  padding: 0.35rem 0;
}
.story-detailbox .wrap .hotarticles-box .articles-list .articles-item a:hover .article-title {
  color: #1cc8fe;
}
.story-detailbox .wrap .hotarticles-box .articles-list .articles-item a .article-title {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.16rem;
  display: block;
}
.story-detailbox .wrap .hotarticles-box .articles-list .articles-item a .articles-date {
  font-size: 0.14rem;
  color: #e5e5e5;
}
.users-banner {
  position: relative;
  height: 10.24rem;
}
.users-banner .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.users-banner .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users-banner .wrap .bannertext-box {
  text-align: center;
  color: #fff;
  margin-top: -1rem;
}
.users-banner .wrap .bannertext-box h2 {
  font-size: 0.6rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.2rem;
}
.users-banner .wrap .bannertext-box p {
  font-size: 0.18rem;
}
.cwphb-floor .floor-title {
  justify-content: center;
  margin-bottom: 0.6rem;
}
.cwphb-floor .phb-box {
  background: url(../img/phbbg.png) no-repeat center center;
  background-size: 100% 100%;
  border: 1px solid rgba(0, 221, 255, 0.3);
  border-radius: 0.02rem;
  padding: 0.5rem 1rem;
  background-color: #00091a;
}
.cwphb-floor .phb-box .top-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding-top: 0.7rem;
  margin-bottom: 0.4rem;
}
.cwphb-floor .phb-box .top-list .top-item {
  width: 1.6rem;
  padding: 0.5rem 0.2rem;
  background: linear-gradient(180deg, rgba(0, 50, 128, 0.3) 0%, rgba(216, 216, 216, 0) 100%);
  box-sizing: border-box;
  border-radius: 0.06rem;
  position: relative;
  text-align: center;
  color: #fff;
}
.cwphb-floor .phb-box .top-list .top-item:not(:nth-child(2)) {
  transform: translateY(0.4rem);
}
.cwphb-floor .phb-box .top-list .top-item .avatar-box {
  position: absolute;
  left: 50%;
  top: -0.7rem;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.cwphb-floor .phb-box .top-list .top-item .avatar-box .avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.cwphb-floor .phb-box .top-list .top-item .avatar-box .pm-num {
  position: absolute;
  width: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  top: -0.28rem;
}
.cwphb-floor .phb-box .top-list .top-item .name {
  font-size: 0.22rem;
  margin-bottom: 0.08rem;
}
.cwphb-floor .phb-box .top-list .top-item .code {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.cwphb-floor .phb-box .top-list .top-item .count {
  font-size: 0.14rem;
  color: #0bd2ff;
}
.cwphb-floor .phb-box .top-list .top-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0.06rem;
  padding: 1px;
  background: linear-gradient(180deg, #685aff 0%, #14d5f2 38%, rgba(20, 213, 242, 0) 71%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), 0 calc(100% - 1px));
}
.cwphb-floor .phb-box .top-list .top-item > * {
  position: relative;
  z-index: 1;
}
.cwphb-floor .phb-box .line {
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(11, 210, 255, 0) 2%, rgba(11, 210, 255, 0.8) 55%, rgba(11, 210, 255, 0) 98%);
}
.cwphb-floor .phb-box .table-item {
  display: flex;
}
.cwphb-floor .phb-box .table-item.table-top .tt-it {
  font-size: 0.14rem;
  color: #e5e5e5;
  height: 1rem;
}
.cwphb-floor .phb-box .table-item .tt-it {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.7rem;
}
.cwphb-floor .phb-box .table-item .tt-it .pm {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fbe6c5 0%, #f3b87e 98%);
  font-size: 0.16rem;
  color: #ac6311;
}
.cwphb-floor .phb-box .table-item .tt-it .avatar-img {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.cwphb-floor .phb-box .table-item .tt-it .id,
.cwphb-floor .phb-box .table-item .tt-it .number {
  font-size: 0.16rem;
  color: #e5e5e5;
}
.cwphb-floor .phb-box .table-item .tt-it .name {
  font-size: 0.16rem;
  color: #fff;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.pagination .btn {
  color: #fff;
}
.pagination .btn span {
  font-size: 0.14rem;
}
.pagination .btn:hover {
  color: #0bd2ff;
}
.pagination .page-item {
  font-size: 0.14rem;
  color: #999999;
  padding: 0 0.1rem;
}
.pagination .page-item.active {
  color: #0bd2ff;
}
.jz-floor {
  padding-top: 0;
}
.jz-floor .floor-title {
  justify-content: center;
  margin-bottom: 0.8rem;
}
.jz-floor .fl-changes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.jz-floor .fl-changes .fl-item {
  height: 0.32rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #e5e5e5;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0 0.16rem;
}
.jz-floor .fl-changes .fl-item:not(:last-child) {
  margin-right: 0.3rem;
}
.jz-floor .fl-changes .fl-item.active {
  color: #1cc8fe;
  background: rgba(28, 200, 254, 0.3);
  border: 1px solid #685aff;
}
.jz-floor .jz-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.jz-floor .jz-list .jz-item {
  border: 1px solid rgba(20, 213, 242, 0.3);
  border-radius: 0.12rem;
  padding: 0.2rem;
  color: #fff;
  background-color: #00091a;
  transition: 0.2s;
}
.jz-floor .jz-list .jz-item:hover {
  border: 1px solid #1cc8fe;
}
.jz-floor .jz-list .jz-item .user-topbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox {
  display: flex;
  align-items: center;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox .avatar-box {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0.07rem;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox .userinfo {
  flex: 1;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox .userinfo .username {
  font-size: 0.15rem;
  color: #fff;
}
.jz-floor .jz-list .jz-item .user-topbox .userbox .userinfo .userlevel {
  font-size: 0.12rem;
  color: #e5e5e5;
}
.jz-floor .jz-list .jz-item .user-topbox .animal-img {
  width: 0.32rem;
  margin-left: auto;
}
.jz-floor .jz-list .jz-item .infomsg {
  position: relative;
  color: #fff;
  font-size: 0.14rem;
  margin-bottom: 0.27rem;
  line-height: 1.6em;
  min-height: 0.6722rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jz-floor .jz-list .jz-item .infomsg .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.14rem;
  color: #0bd2ff;
  background-color: #00091a;
}
.jz-floor .jz-list .jz-item .infomsg .more span {
  color: #fff;
}
.jz-floor .jz-list .jz-item .img-box {
  height: 1.8rem;
  margin-bottom: 0.25rem;
}
.jz-floor .jz-list .jz-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.jz-floor .jz-list .jz-item .date {
  font-size: 0.12rem;
  color: #e5e5e5;
}
.jz-floor .floor-btn {
  margin: 0 auto;
  margin-top: 0.6rem;
}
.about-banner {
  position: relative;
  height: 10.24rem;
}
.about-banner .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-banner .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-banner .wrap .bannertext-box {
  color: #fff;
  margin-top: -1rem;
}
.about-banner .wrap .bannertext-box h2 {
  font-size: 0.6rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.2rem;
}
.about-banner .wrap .bannertext-box p {
  font-size: 0.16rem;
  line-height: 1.6em;
}
.about-floor1 {
  padding: 0.9rem 0;
}
.about-floor1 .wrap {
  display: flex;
  align-items: center;
}
.about-floor1 .wrap .text-box {
  flex: 1;
}
.about-floor1 .wrap .text-box .aboutlogo {
  width: 2.78rem;
  margin-bottom: 0.4rem;
}
.about-floor1 .wrap .text-box p {
  font-size: 0.16rem;
  color: #e5e5e5;
  line-height: 1.6em;
  margin-bottom: 1.7rem;
}
.about-floor1 .wrap .text-box .number-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-floor1 .wrap .text-box .number-list .number-item {
  text-align: center;
}
.about-floor1 .wrap .text-box .number-list .number-item .number {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.64rem;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}
.about-floor1 .wrap .text-box .number-list .number-item .text {
  font-size: 0.16rem;
  color: #e5e5e5;
}
.about-floor1 .wrap .img-box {
  width: 5.8rem;
  margin-left: 0.6rem;
}
.about-floor1 .wrap .img-box .yhy {
  width: 100%;
}
.about-floor1 .wrap .img-box .sm-box {
  background: rgba(11, 210, 255, 0.1);
  border-radius: 0.06rem;
  color: #fff;
  height: 3rem;
  padding: 0 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  margin: 0 auto;
  transform: translateY(-1.7rem);
}
.about-floor1 .wrap .img-box .sm-box .sm-title {
  font-size: 0.25rem;
  margin-bottom: 0.45rem;
}
.about-floor1 .wrap .img-box .sm-box p {
  font-size: 0.16rem;
  color: #e5e5e5;
  line-height: 1.6em;
  text-indent: 2em;
}
.about-floor2 {
  padding-bottom: 1.9rem;
}
.about-floor2 .wrap .floor-title {
  margin-bottom: 0.8rem;
}
.about-floor2 .wrap .about-content {
  display: flex;
  align-items: center;
  margin-bottom: 1.18rem;
}
.about-floor2 .wrap .about-content .img-box {
  width: 5.28rem;
  height: 3.9rem;
  margin-right: 1.6rem;
}
.about-floor2 .wrap .about-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-floor2 .wrap .about-content .text-box {
  flex: 1;
}
.about-floor2 .wrap .about-content .text-box .gd-title {
  font-size: 0.24rem;
  color: #e5e5e5;
  margin-bottom: 0.4rem;
}
.about-floor2 .wrap .about-content .text-box p {
  font-size: 0.16rem;
  color: #e5e5e5;
  line-height: 1.6em;
  margin-bottom: 0.86rem;
}
.about-floor2 .wrap .about-content .text-box .bolang {
  display: flex;
  align-items: flex-end;
  gap: 0.08rem;
  height: 0.4rem;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar {
  width: 0.04rem;
  background: #0bd2ff;
  border-radius: 0.02rem;
  transform-origin: bottom;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar:not(:last-child) {
  margin-right: 0.08rem;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar.bar-1 {
  height: 0.12rem;
  animation: audio-wave-1 1.4s ease-in-out infinite;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar.bar-2 {
  height: 0.24rem;
  animation: audio-wave-2 1.2s ease-in-out infinite;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar.bar-3 {
  height: 0.16rem;
  animation: audio-wave-3 1.6s ease-in-out infinite;
}
.about-floor2 .wrap .about-content .text-box .bolang .bar.bar-4 {
  height: 0.32rem;
  animation: audio-wave-4 1.3s ease-in-out infinite;
}
@keyframes audio-wave-1 {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes audio-wave-2 {
  0%,
  100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes audio-wave-3 {
  0%,
  100% {
    transform: scaleY(0.35);
  }
  50% {
    transform: scaleY(1);
  }
}
@keyframes audio-wave-4 {
  0%,
  100% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
}
.about-floor2 .wrap .sl-box {
  border: 1px solid rgba(0, 221, 255, 0.3);
  background-color: #00091a;
  border-radius: 0.02rem;
  padding: 0.4rem 0;
  margin-bottom: 1.7rem;
}
.about-floor2 .wrap .sl-box .sl-title {
  font-size: 0.24rem;
  text-align: center;
  color: #e5e5e5;
  margin-bottom: 0.57rem;
}
.about-floor2 .wrap .sl-box .sl-list {
  display: flex;
  justify-content: center;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item:not(:last-child) {
  margin-right: 1.2rem;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .sll-title {
  text-align: center;
  color: #e5e5e5;
  font-size: 0.2rem;
  margin-bottom: 0.36rem;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 4rem;
  border: 1px solid #0bd2ff;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item:nth-child(1),
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item:nth-child(3) {
  border-right: 1px solid #0bd2ff;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item:nth-child(1),
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item:nth-child(2) {
  border-bottom: 1px solid #0bd2ff;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item .number {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 0.1rem;
}
.about-floor2 .wrap .sl-box .sl-list .sl-item .num-list .num-item p {
  font-size: 0.14rem;
  color: #e5e5e5;
}
.about-floor2 .wrap .sml-title {
  text-align: center;
  font-size: 0.24rem;
  color: #e5e5e5;
  margin-bottom: 0.6rem;
}
.about-floor2 .wrap .gn-list {
  display: flex;
  justify-content: center;
  margin-bottom: 1.56rem;
}
.about-floor2 .wrap .gn-list .gn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-floor2 .wrap .gn-list .gn-item:not(:last-child) {
  margin-right: 1.2rem;
}
.about-floor2 .wrap .gn-list .gn-item .gn-img {
  width: 0.6rem;
  margin-bottom: 0.2rem;
}
.about-floor2 .wrap .gn-list .gn-item p {
  font-size: 0.16rem;
  color: #e5e5e5;
}
.about-floor2 .wrap .cj-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.about-floor2 .wrap .cj-list .cj-item .img-box {
  height: 2.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-bottom: 0.35rem;
  border: 1px solid #00ddff;
}
.about-floor2 .wrap .cj-list .cj-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-floor2 .wrap .cj-list .cj-item p {
  text-align: center;
  font-size: 0.18rem;
  color: #e5e5e5;
}
.login-page {
  width: 100vw;
  min-height: 100vh;
  background: url(../img/loginbg.webp) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box {
  position: relative;
  width: 6.6rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: url(../img/loginboxbg.png) no-repeat center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.6rem 0.9rem;
  border-radius: 0.25rem;
}
.login-box .login-sign {
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: 2.3rem;
}
.login-box .login-title {
  font-size: 0.32rem;
  font-weight: bold;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.67rem;
}
.login-box .login-form {
  margin-bottom: 0.16rem;
}
.login-box .login-form .form-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.login-box .login-form .form-item input {
  height: 0.6rem;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0.16rem;
  font-size: 0.15rem;
  color: #fff;
  width: 100%;
}
.login-box .login-form .form-item.code-item {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.login-box .login-form .form-item.code-item .input-item {
  flex: 1;
}
.login-box .login-form .form-item.code-item .send-code-btn {
  flex-shrink: 0;
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.12rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.14rem;
  color: #fff;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.login-box .login-form .form-item.code-item .send-code-btn:hover {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  border-color: transparent;
}
.login-box .register-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.login-box .register-forget a {
  font-size: 0.14rem;
  color: #0bd2ff;
}
.login-box .login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  font-size: 0.2rem;
  color: #fff;
  width: 100%;
  height: 0.6rem;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 0.66rem;
}
.login-box .login-btn.mb20 {
  margin-bottom: 0.2rem;
}
.login-box .other-methods {
  display: flex;
  align-items: center;
  margin-bottom: 0.23rem;
}
.login-box .other-methods .line {
  flex: 1;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.1);
}
.login-box .other-methods .other-text {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.5rem;
}
.login-box .login-methods {
  display: flex;
  justify-content: center;
  margin-bottom: 0.36rem;
}
.login-box .login-methods .method-item:not(:last-child) {
  margin-right: 0.38rem;
}
.login-box .login-methods .method-item a img {
  width: 0.36rem;
  display: block;
}
.login-box .notice {
  text-align: center;
  font-size: 0.13rem;
  color: #fff;
}
.userCen-floor .userbreadcrumbs {
  font-size: 0.14rem;
  color: #e5e5e5;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
}
.userCen-floor .usercen-mainbox {
  display: flex;
}
.userCen-floor .usercen-mainbox .left-navs {
  width: 2.88rem;
  background: #070f1c;
  margin-right: 0.13rem;
  height: max-content;
}
.userCen-floor .usercen-mainbox .left-navs .left-title {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  padding: 0.14rem 0.2rem;
}
.userCen-floor .usercen-mainbox .left-navs ul li.active a,
.userCen-floor .usercen-mainbox .left-navs ul li:hover a {
  background: #18273a;
  color: #fff;
}
.userCen-floor .usercen-mainbox .left-navs ul li a {
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.14rem 0.2rem;
  transition: 0.2s;
}
.userCen-floor .usercen-mainbox .right-content {
  flex: 1;
  background: #070f1c;
  padding: 0.25rem 0.3rem;
}
.userCen-floor .usercen-mainbox .right-content .right-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.userCen-floor .usercen-mainbox .right-content .right-title h3 {
  color: #fff;
  font-size: 0.24rem;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .edit-all-btn {
  padding: 0.08rem 0.24rem;
  border: 1px solid #0bd2ff;
  background: transparent;
  color: #0bd2ff;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: auto;
  display: block;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .edit-all-btn:hover {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  border-color: transparent;
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
  font-size: 0.16rem;
  color: #e5e5e5;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .info-row .label {
  width: 0.7rem;
  flex-shrink: 0;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .info-row .content {
  flex: 1;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .avatar-row .avatar-wrap {
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .avatar-row .avatar {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .avatar-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .input-like {
  height: 0.52rem;
  border-radius: 0.06rem;
  background: #050c18;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0 0.18rem;
  display: flex;
  align-items: center;
  color: #e5e5e5;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .input-like.with-btn {
  justify-content: space-between;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .edit-btn {
  min-width: 0.72rem;
  height: 0.36rem;
  padding: 0 0.18rem;
  border-radius: 0.18rem;
  border: 1px solid rgba(11, 210, 255, 0.7);
  background: transparent;
  font-size: 0.14rem;
  color: #0bd2ff;
  cursor: pointer;
  transition: 0.2s;
}
.userCen-floor .usercen-mainbox .right-content .user-baseinfo .edit-btn:hover {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  border-color: transparent;
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.12rem;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-header .order-number {
  font-size: 0.14rem;
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-header .order-number span {
  color: #e5e5e5;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-header .payment-deadline {
  font-size: 0.14rem;
  color: #e5e5e5;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-header .payment-deadline .countdown-time {
  color: #ff4444;
  font-weight: bold;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product {
  display: flex;
  align-items: center;
  flex: 1;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product .product-img {
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product .product-info {
  flex: 1;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product .product-info .product-name {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.06rem;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-product .product-info .package-details {
  font-size: 0.12rem;
  color: #0071e3;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-amount {
  flex: 1;
  font-size: 0.12rem;
  color: #f2c94c;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .status-xq {
  text-align: center;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .status-xq .order-status {
  font-size: 0.12rem;
  color: #ff7c00;
  margin-bottom: 0.1rem;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .status-xq .order-details-link {
  font-size: 0.12rem;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .status-xq .order-details-link a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .status-xq .order-details-link a:hover {
  color: #0bd2ff;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-left: 0.3rem;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .cancel-btn,
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .pay-btn {
  min-width: 0.68rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  font-size: 0.12rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .cancel-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .cancel-btn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .pay-btn {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-list .order-item .order-content .order-actions .pay-btn:hover {
  opacity: 0.9;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item:hover a {
  border: 1px solid #1cc8fe;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a {
  padding: 0.2rem 0.1rem;
  border-radius: 0.04rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .img-box {
  width: 1.4rem;
  height: 1rem;
  border-radius: 0.06rem;
  overflow: hidden;
  margin-right: 0.28rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box {
  flex: 1;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .content-title {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.07rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .content-intro {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box {
  display: flex;
  align-items: center;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box .cz-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 0.14rem;
  width: 0.8rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box .cz-item .iconfont {
  margin-right: 0.1rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box .yuedu-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 0.32rem;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #14d5f2;
  font-size: 0.14rem;
  color: #1cc8fe;
  padding: 0 0.13rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box .yuedu-btn .linkicon {
  width: 0.16rem;
  margin-left: 0.12rem;
}
.userCen-floor .usercen-mainbox .right-content .content-list .content-item a .text-box .cz-box .fb-btn {
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  height: 0.32rem;
  border-radius: 0.06rem;
  overflow: hidden;
  border: 1px solid #14d5f2;
  background: rgba(28, 200, 254, 0.1);
  font-size: 0.14rem;
  color: #1cc8fe;
  padding: 0 0.13rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.04rem;
  margin-bottom: 0.3rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section:last-child {
  margin-bottom: 0;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-number {
  font-size: 0.12rem;
  color: #999999;
  padding: 0.14rem 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-number span {
  color: #e5e5e5;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info {
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .product-img {
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.13rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .product-info {
  display: flex;
  align-items: center;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .product-name {
  font-size: 0.16rem;
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .order-amount {
  font-size: 0.12rem;
  color: #f2c94c;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .cancel-order-btn {
  height: 0.28rem;
  padding: 0 0.2rem;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 0.14rem;
  font-size: 0.12rem;
  cursor: pointer;
  transition: all 0.3s;
  color: #3b3e40;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-summary .order-product-info .cancel-order-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.package-contents .section-title {
  font-size: 0.12rem;
  color: #999999;
  padding: 0.14rem 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.package-contents .package-list {
  margin: 0;
  padding: 0.2rem;
  list-style: decimal;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.package-contents .package-list li {
  font-size: 0.14rem;
  color: #e5e5e5;
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.package-contents .package-list li:last-child {
  margin-bottom: 0;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .section-title {
  font-size: 0.12rem;
  color: #999999;
  padding: 0.14rem 0.12rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info {
  padding: 0.2rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info .detail-item {
  display: flex;
  margin-bottom: 0.15rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info .detail-item:last-child {
  margin-bottom: 0;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info .detail-item .detail-label {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  min-width: 1rem;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info .detail-item .detail-value {
  font-size: 0.14rem;
  color: #fff;
}
.userCen-floor .usercen-mainbox .right-content .order-detailbox .detail-section.order-details .detail-info .detail-item .detail-value.amount {
  color: #f2c94c;
  font-weight: bold;
}
.fabu-floor {
  padding: 0.8rem 0;
}
.fabu-floor .fabu-container {
  max-width: 12rem;
  margin: 0 auto;
  background: #070f1c;
  border-radius: 0.12rem;
  padding: 0.4rem 0.5rem;
}
.fabu-floor .fabu-container .fabu-header {
  margin-bottom: 0.3rem;
}
.fabu-floor .fabu-container .fabu-header .fabu-title {
  font-size: 0.24rem;
  color: #0bd2ff;
  font-weight: bold;
}
.fabu-floor .fabu-container .fabu-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  padding: 0.2rem 0;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fabu-floor .fabu-container .fabu-toolbar .toolbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.12rem;
  border-radius: 0.06rem;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 0.6rem;
}
.fabu-floor .fabu-container .fabu-toolbar .toolbar-item:hover {
  background: rgba(11, 210, 255, 0.1);
}
.fabu-floor .fabu-container .fabu-toolbar .toolbar-item .toolbar-icon {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0.04rem;
}
.fabu-floor .fabu-container .fabu-toolbar .toolbar-item .toolbar-text {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.7);
}
.fabu-floor .fabu-container .fabu-form .form-item {
  margin-bottom: 0.3rem;
}
.fabu-floor .fabu-container .fabu-form .form-item .title-input {
  width: 100%;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.08rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  outline: none;
  transition: all 0.3s;
  box-sizing: border-box;
}
.fabu-floor .fabu-container .fabu-form .form-item .title-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fabu-floor .fabu-container .fabu-form .form-item .title-input:focus {
  border-color: #0bd2ff;
  background: rgba(255, 255, 255, 0.08);
}
.fabu-floor .fabu-container .fabu-form .form-item .content-textarea {
  width: 100%;
  min-height: 4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.08rem;
  padding: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  outline: none;
  resize: vertical;
  transition: all 0.3s;
  font-family: inherit;
  line-height: 1.6;
  box-sizing: border-box;
}
.fabu-floor .fabu-container .fabu-form .form-item .content-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.fabu-floor .fabu-container .fabu-form .form-item .content-textarea:focus {
  border-color: #0bd2ff;
  background: rgba(255, 255, 255, 0.08);
}
.fabu-floor .fabu-container .fabu-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.fabu-floor .fabu-container .fabu-footer .word-count {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
}
.fabu-floor .fabu-container .fabu-footer .word-count span {
  color: #fff;
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions {
  display: flex;
  gap: 0.2rem;
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions .save-draft-btn,
.fabu-floor .fabu-container .fabu-footer .fabu-actions .publish-btn {
  height: 0.4rem;
  padding: 0 0.3rem;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  outline: none;
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions .save-draft-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions .save-draft-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions .publish-btn {
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  color: #fff;
}
.fabu-floor .fabu-container .fabu-footer .fabu-actions .publish-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.buy-mc {
  display: none;
}
.yuding-mc {
  display: none;
}
.pay-success-mc {
  display: none;
}
.yhjzmc {
  display: none;
}
.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 9, 26, 0.3);
  backdrop-filter: blur(15px);
  z-index: 99999;
}
.mengceng .jz-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mengceng .jz-box .jz-close {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  z-index: 4;
}
.mengceng .jz-box .jz-nrbox {
  position: relative;
  width: 8rem;
  background: url(../img/jzbg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.3rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.56rem 0.4rem;
  padding-right: 1.23rem;
  background-color: #00000248;
}
.mengceng .jz-box .jz-nrbox .fc {
  position: absolute;
  top: -1.85rem;
  right: -1.4rem;
  width: 4.8rem;
  height: 100%;
}
.mengceng .jz-box .jz-nrbox .jz-top {
  display: flex;
  align-items: center;
  padding-right: 1.28rem;
  margin-bottom: 0.3rem;
}
.mengceng .jz-box .jz-nrbox .jz-top .userbox {
  display: flex;
  align-items: center;
}
.mengceng .jz-box .jz-nrbox .jz-top .userbox .user-img {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.15rem;
}
.mengceng .jz-box .jz-nrbox .jz-top .userbox .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mengceng .jz-box .jz-nrbox .jz-top .userbox .user-info .user-name {
  font-size: 0.15rem;
  color: #fff;
}
.mengceng .jz-box .jz-nrbox .jz-top .userbox .user-info .user-id {
  font-size: 0.12rem;
  color: #e5e5e5;
}
.mengceng .jz-box .jz-nrbox .jz-top .date {
  margin-left: auto;
  font-size: 0.12rem;
  color: #e5e5e5;
}
.mengceng .jz-box .jz-nrbox .jz-top .animal-img {
  width: 0.32rem;
  margin-left: 0.23rem;
}
.mengceng .jz-box .jz-nrbox .intro-box {
  margin-bottom: 0.4rem;
}
.mengceng .jz-box .jz-nrbox .intro-box p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.6em;
}
.mengceng .jz-box .jz-nrbox .img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
.mengceng .jz-box .jz-nrbox .img-list img {
  width: 100%;
  height: 1.3rem;
  object-fit: cover;
  display: block;
}
.mengceng .success-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00091a;
  border-radius: 0.12rem;
  background: url(../img/successbg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 4.8rem;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
  padding-top: 1.56rem;
}
.mengceng .success-box .success-icon {
  width: 2.2rem;
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.mengceng .success-box .line {
  width: 4.8rem;
  position: absolute;
  bottom: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
}
.mengceng .success-box .box-title {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.15rem;
}
.mengceng .success-box p {
  font-size: 0.16rem;
  text-align: center;
  margin-bottom: 0.6rem;
  color: #ffffff;
}
.mengceng .success-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  height: 0.46rem;
  border-radius: 0.23rem;
  font-size: 0.16rem;
  color: #fff;
  cursor: pointer;
  width: max-content;
  margin: 0 auto;
  padding: 0 0.3rem;
}
.mengceng .buy-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00091a;
  border-radius: 0.25rem;
  background: url(../img/buybg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 12rem;
  padding: 0.3rem;
  border: 1px solid #eeeeee44;
}
.mengceng .buy-box .close-btn {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  color: #378cec;
}
.mengceng .buy-box .line {
  width: 7.6rem;
  position: absolute;
  bottom: -0.55rem;
  left: 50%;
  transform: translateX(-50%);
}
.mengceng .buy-box .current-account {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #9e9e9e;
  margin-bottom: 0.5rem;
}
.mengceng .buy-box .current-account .user-box {
  display: flex;
  align-items: center;
}
.mengceng .buy-box .current-account .user-box .avatar-box {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.06rem;
}
.mengceng .buy-box .current-account .user-box .avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mengceng .buy-box .current-account .user-box .user-name {
  font-size: 0.16rem;
  color: #fff;
}
.mengceng .buy-box .lh-box {
  width: 3.2rem;
  border-radius: 0.12rem;
  overflow: hidden;
  background: linear-gradient(90deg, #685aff 0%, #14d5f2 100%);
  padding: 1px;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}
.mengceng .buy-box .lh-box .lp-content {
  position: relative;
  border-radius: 0.12rem;
  background: #010b1e;
  padding: 0.3rem;
  text-align: center;
}
.mengceng .buy-box .lh-box .lp-content .nums-box {
  position: absolute;
  right: -0.4rem;
  top: 0.2rem;
  transform: rotateZ(45deg);
  width: 1.3rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(104, 90, 255, 0.3) 0%, rgba(20, 213, 242, 0.3) 100%);
  font-size: 0.12rem;
  color: #fff;
  transform-origin: center;
}
.mengceng .buy-box .lh-box .lp-content .lp-name {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.1rem;
}
.mengceng .buy-box .lh-box .lp-content .lp-price {
  font-size: 0.24rem;
  color: #f2c94c;
}
.mengceng .buy-box .lh-box .lp-content .lp-price span {
  font-size: 0.46rem;
  font-weight: bold;
}
.mengceng .buy-box .lh-box .lp-desc {
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
  padding: 0.1rem 0;
}
.mengceng .buy-box .pay-box {
  background: rgba(0, 9, 26, 0.3);
  padding: 0.2rem 0.4rem;
}
.mengceng .buy-box .pay-box .pay-top {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.mengceng .buy-box .pay-box .pay-top .pay-title {
  font-size: 0.14rem;
  color: #e5e5e5;
}
.mengceng .buy-box .pay-box .pay-top .pay-price {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #fff;
}
.mengceng .buy-box .pay-box .pay-top .pay-price span {
  color: #f2c94c;
}
.mengceng .buy-box .pay-box .pay-methods {
  display: flex;
  justify-content: center;
  gap: 0.15rem;
}
.mengceng .buy-box .pay-box .pay-methods .pay-item:not(:last-child) {
  margin-right: 1.1rem;
}
.mengceng .buy-box .pay-box .pay-methods .pay-item .code-box {
  width: 2rem;
  height: 2rem;
  background: #fff;
  padding: 0.2rem;
  margin-bottom: 0.07rem;
}
.mengceng .buy-box .pay-box .pay-methods .pay-item .code-box img {
  width: 100%;
}
.mengceng .buy-box .pay-box .pay-methods .pay-item .pay-name {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #e5e5e5;
  justify-content: center;
}
.mengceng .buy-box .pay-box .pay-methods .pay-item .pay-name img {
  width: 0.24rem;
  margin-right: 0.06rem;
}
.mengceng .buy-box .yuding-content {
  height: 5rem;
  overflow-y: auto;
  margin-top: 0.5rem;
}
.usercicle-floor {
  position: relative;
  perspective: 10rem;
  perspective-origin: center center;
  transform-style: preserve-3d;
  position: absolute;
  top: -1rem;
  left: 45%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  z-index: 2;
  cursor: pointer;
}
.usercirclebox {
  position: relative;
  width: 12rem;
  height: 12rem;
  transform: rotateY(145deg) rotateX(310deg) scale(0.9);
  transition: transform 0.3s ease;
}
.usercirclebox .circle {
  border-radius: 50%;
  border: 1px solid #0561be69;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.usercirclebox .circle .person-box {
  position: absolute;
  transition: 0.2s;
}
.usercirclebox .circle .person-box img {
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  transform: scaleX(-1);
  transition: transform 0.2s;
}
.usercirclebox .circle .person-box:hover img {
  transform: scaleX(-1) scale(1.3);
}
.usercirclebox .circle .person-box .user-name {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
}
.usercirclebox .circle:nth-child(1) {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
}
.usercirclebox .circle:nth-child(2) {
  width: 4rem;
  height: 4rem;
  animation: rotate-clockwise 50s linear infinite;
  z-index: 9;
}
.usercirclebox .circle:nth-child(2) .person-box {
  top: 0rem;
  animation: rotate-counterclockwise 50s linear infinite;
  width: 0.5rem;
  height: 0.5rem;
}
.usercirclebox .circle:nth-child(3) {
  width: 5rem;
  height: 5rem;
  z-index: 8;
}
.usercirclebox .circle:nth-child(4) {
  width: 6.5rem;
  height: 6.5rem;
  animation: rotate-clockwise 52s linear infinite;
  z-index: 7;
}
.usercirclebox .circle:nth-child(4) .person-box {
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-counterclockwise 52s linear infinite;
  width: 0.5rem;
  height: 0.5rem;
}
.usercirclebox .circle:nth-child(4) .person-box:nth-child(2) {
  top: 4.4rem;
  left: 0.25rem;
}
.usercirclebox .circle:nth-child(5) {
  width: 8.5rem;
  height: 8.5rem;
  animation: rotate-clockwise 48s linear infinite;
  z-index: 6;
}
.usercirclebox .circle:nth-child(5) .person-box {
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-counterclockwise 48s linear infinite;
  width: 0.5rem;
  height: 0.5rem;
}
.usercirclebox .circle:nth-child(5) .person-box:nth-child(2) {
  top: 4.4rem;
  left: 0rem;
}
.usercirclebox .circle:nth-child(5) .person-box:nth-child(3) {
  top: 7rem;
  left: 7rem;
}
.usercirclebox .circle:nth-child(6) {
  width: 10rem;
  height: 10rem;
  animation: rotate-clockwise 47s linear infinite;
  z-index: 5;
}
.usercirclebox .circle:nth-child(6) .person-box {
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-counterclockwise 47s linear infinite;
  width: 0.5rem;
  height: 0.5rem;
}
.usercirclebox .circle:nth-child(6) .person-box:nth-child(2) {
  top: 4.4rem;
  left: 0rem;
}
.usercirclebox .circle:nth-child(6) .person-box:nth-child(3) {
  top: 8.5rem;
  left: 2rem;
}
.usercirclebox .circle:nth-child(6) .person-box:nth-child(4) {
  top: 8rem;
  left: 8.5rem;
}
.usercirclebox .circle:nth-child(7) {
  width: 11rem;
  height: 11rem;
  z-index: 4;
}
.usercirclebox .circle:nth-child(8) {
  width: 12rem;
  height: 12rem;
  animation: rotate-clockwise 55s linear infinite;
  z-index: 3;
}
.usercirclebox .circle:nth-child(8) .person-box {
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  animation: rotate-counterclockwise 55s linear infinite;
  width: 0.5rem;
  height: 0.5rem;
}
.usercirclebox .circle:nth-child(8) .person-box:nth-child(2) {
  top: 4.4rem;
  left: 0rem;
}
.usercirclebox .circle:nth-child(8) .person-box:nth-child(3) {
  top: 10.2rem;
  left: 2rem;
}
.usercirclebox .circle:nth-child(8) .person-box:nth-child(4) {
  top: 8rem;
  left: 11.5rem;
}
.usercirclebox .circle:nth-child(8) .person-box:nth-child(5) {
  top: 3rem;
  left: 11.3rem;
}
.user-text {
  color: #fff;
  font-size: 0.2rem;
  transform: scaleX(-1);
}
@keyframes rotate-clockwise {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotate-counterclockwise {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.fire-box {
  position: absolute;
  right: 4.5rem;
  bottom: 3.2rem;
  width: 6.4rem;
  height: 0.8rem;
  overflow: hidden;
}
.fire-box .flame {
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd700 0%, #ffaa00 50%, #ff6b00 100%);
  box-shadow: 0 0 10px #ffd700, 0 0 20px #ffaa00, 0 0 30px rgba(255, 170, 0, 0.6);
  transform-origin: center center;
  animation: twinkle 2s ease-in-out infinite;
}
.fire-box .flame-1 {
  left: 0.68rem;
  top: 0.25rem;
  animation-delay: 0s;
  animation-duration: 1.8s;
}
.fire-box .flame-2 {
  left: 2.45rem;
  top: 0.45rem;
  animation-delay: 0.4s;
  animation-duration: 2.2s;
}
.fire-box .flame-3 {
  left: 1.56rem;
  top: 0.15rem;
  animation-delay: 0.2s;
  animation-duration: 1.6s;
}
.fire-box .flame-4 {
  left: 4.32rem;
  top: 0.35rem;
  animation-delay: 0.6s;
  animation-duration: 2s;
}
.fire-box .flame-5 {
  left: 3.12rem;
  top: 0.55rem;
  animation-delay: 0.1s;
  animation-duration: 1.9s;
}
.fire-box .flame-6 {
  left: 5.28rem;
  top: 0.2rem;
  animation-delay: 0.5s;
  animation-duration: 2.1s;
}
.fire-box .flame-7 {
  left: 0.89rem;
  top: 0.5rem;
  animation-delay: 0.3s;
  animation-duration: 1.7s;
  display: none;
}
.fire-box .flame-8 {
  left: 3.87rem;
  top: 0.3rem;
  animation-delay: 0.7s;
  animation-duration: 2.3s;
}
@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.8);
    box-shadow: 0 0 5px #ffd700, 0 0 10px #ffaa00, 0 0 15px rgba(255, 170, 0, 0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 15px #ffd700, 0 0 30px #ffaa00, 0 0 45px rgba(255, 170, 0, 0.8);
  }
}
