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

button[data-v-5d2c1216]:before {
    position: absolute;
    bottom: 100%;
    left: 100%;
    z-index: -1;
    width: 1em;
    height: 1em;
    content: "";
    background-color: #1890ff;
    border-radius: 50%;
    transition: transform .45s ease-in-out;
    transform: translate3d(-50%, 50%, 0) scale3d(0, 0, 0);
    transform-origin: center
}

button[data-v-5d2c1216]:hover {
    color: #fff;
    cursor: pointer
}

button[data-v-5d2c1216]:hover:before {
    transform: translate3d(-50%, 50%, 0) scale3d(15, 15, 15)
}