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

input[data-v-a0f2f63e] {
    width: 6.5em;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: rgba(252, 49, 113, .2)
}

input[data-v-a0f2f63e]:focus {
    outline: none
}

input[data-v-a0f2f63e]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

input[data-v-a0f2f63e]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

input[data-v-a0f2f63e]::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

span[data-v-a0f2f63e] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #1890ff;
    opacity: 0;
    transition: all .3s ease;
    transform: translate(-50%) scaleX(0);
    transform-origin: center
}

input:focus~span[data-v-a0f2f63e] {
    opacity: 1;
    transform: translate(-50%) scaleX(1)
}