/*!
 *  build: 双画象双精准育人平台 - 学校端 
 *  copyright: 来亿科技 
 *  time: 2021-8-24 10:08:24
 */
button[data-v-19c91951] {
    z-index: 1;
    padding: .5em 1em;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background-color: #2d3058;
    border: none;
    outline: none
}

button[data-v-19c91951]:hover {
    cursor: pointer;
    -webkit-animation: jelly-19c91951 .5s;
    animation: jelly-19c91951 .5s
}

@-webkit-keyframes jelly-19c91951 {

    0%,
    to {
        transform: scale(1)
    }

    25% {
        transform: scale(.9, 1.1)
    }

    50% {
        transform: scale(1.1, .9)
    }

    75% {
        transform: scale(.95, 1.05)
    }
}

@keyframes jelly-19c91951 {

    0%,
    to {
        transform: scale(1)
    }

    25% {
        transform: scale(.9, 1.1)
    }

    50% {
        transform: scale(1.1, .9)
    }

    75% {
        transform: scale(.95, 1.05)
    }
}