/*!
 *  build: 双画象双精准育人平台 - 学校端 
 *  copyright: 来亿科技 
 *  time: 2021-8-24 10:08:24
 */
span[data-v-dd96e03c] {
    position: relative
}

span[data-v-dd96e03c]:before {
    position: absolute;
    top: -2px;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #1890ff;
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translate(-50%) scaleX(0);
    transform-origin: center
}

span[data-v-dd96e03c]:hover:before {
    opacity: 1;
    transform: translate(-50%) scaleX(1)
}