@charset "UTF-8";
.loading-two[data-v-60d21c34] {
  width: 0.26667rem;
  height: 0.26667rem;
  animation: rotateForever-data-v-60d21c34 2s linear infinite;
}

/* 定义一个无限旋转的动画 */
@keyframes rotateForever-data-v-60d21c34 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

.analysis-copy[data-v-32fd5f36] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  font-size: 0.21333rem;
  transition: color 0.2s ease;
}
.analysis-copy[data-v-32fd5f36]:hover {
  color: #1b67ff;
}

