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

input[data-v-27b66eea] {
    width: 6.5em;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: rgba(61, 239, 255, .2)
}

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

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

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

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

span[data-v-27b66eea] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #1890ff;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: bottom right
}

input:focus~span[data-v-27b66eea] {
    transform: scaleX(1);
    transform-origin: bottom left
}