body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #ffcc66, #ff6699);
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#particleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.profile-box {
  width: 7.46666667rem;
  height: 1.86666667rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  margin: auto;
}
.avatar {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 10px;
  position: absolute;
  top: 0.34666667rem;
  left: 0.26666667rem;
}
.nickname {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 0.4rem;
  left: 1.81333333rem;
}
.wechat-section {
  margin-top: 20px;
}
#copyButton {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#copyButton:hover {
  background-color: #2980b9;
}
#wechatId {
  width: 4rem;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0.96rem;
  left: 1.81333333rem;
}
#copyButton {
  position: absolute;
  top: 0.61333333rem;
  left: 5.92rem;
  padding: 5px 10px;
}
.qwe1 {
  width: 6.93333333rem;
  height: 8rem;
  margin: auto;
}
.qwe1 img {
  width: 6.93333333rem;
  height: 8rem;
  margin-top: 0.53333333rem;
  border-radius: 15px;
}
