
.nma {
    color: #666
    margin-top: 10px;
    padding: 12px;
    background: #F2F2F2;
    border-radius: 5px;
}

.nma ul.nma-ul {
    overflow: auto;
    margin-left: 0;
}

.nma-ul li {
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    float: left;
}

.nma .nma-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.nma .copyright-text {
    font-size: 14px;
}
.sprk {
    font-size: 26px;
    flex: 1;
    display: block;
    height: 45px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    color: #fff!important;
    background: #129aee;
    text-shadow: 1px 7px 4px #000000;
    box-shadow: 3px 8px 8px #000000;
    text-decoration:none;
    margin: 0px 20px 20px;
    animation: shareCodeBtnAn 0.5s ease-in-out infinite alternate;
}
@keyframes shareCodeBtnAn {
    from {
        transform: scale(0.93);
    }

    to {
        transform: scale(1);
    }
}