.magnet-loading{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.magnet-loading-text{
    font-family: Poppins;
    font-size: 0.22rem;
    font-weight: 400;
    line-height:0.4125rem;
    color: #002E73;
    margin-top: 0.2rem;
}
.magnet-loading-lds-default,
.magnet-loading-lds-default div {
    box-sizing: border-box;
}

.magnet-loading-lds-default {
    display: inline-block;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
}

.magnet-loading-lds-default div {
    position: absolute;
    width: 0.064rem;
    height: 0.064rem;
    background: #002E73;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}

.magnet-loading-lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 0.368rem;
    left: 0.6624rem;
}

.magnet-loading-lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 0.2208rem;
    left: 0.6229579rem;
}

.magnet-loading-lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 0.1130421rem;
    left: 0.5152rem;
}

.magnet-loading-lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 0.0736rem;
    left: 0.368rem;
}

.magnet-loading-lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 0.1130421rem;
    left: 0.2208rem;
}

.magnet-loading-lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 0.2208rem;
    left: 0.1130421rem;
}

.magnet-loading-lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 0.368rem;
    left: 0.0736rem;
}

.magnet-loading-lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 0.5152rem;
    left: 0.1130421rem;
}

.magnet-loading-lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 0.6229579rem;
    left: 0.2208rem;
}

.magnet-loading-lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 0.6624rem;
    left: 0.368rem;
}

.magnet-loading-lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 0.6229579rem;
    left: 0.5152rem;
}

.magnet-loading-lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 0.5152rem;
    left: 0.6229579rem;
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(2);
    }
}
/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .magnet-loading-text{
        font-size: 0.24rem;
    }
}