/*登录*/
.layui-form-item {
    position: relative;
}

.layui-form-item.layui-input-focus label {
    top: -10px;
    font-size: 12px;
    color: #08B2AF;
}

.layui-form-item.layui-input-active label {
    top: -10px;
    font-size: 12px;
}

.layui-input::-webkit-input-placeholder {
    color: #333;
}

.layui-input::-moz-placeholder {
    color: #333;
}

.layui-input:-ms-input-placeholder {
    color: #333;
}

.layui-input::placeholder {
    color: #999;
}

.layui-form-item.layui-input-focus input {
    border-color: #08B2AF !important;
}

.layui-input-focus .layui-input::-webkit-input-placeholder {
    color: #757575;
}

.layui-input-focus .layui-input::-moz-placeholder {
    color: #757575;
}

.layui-input-focus .layui-input:-ms-input-placeholder {
    color: #757575;
}

.layui-input-focus .layui-input::placeholder {
    color: #757575;
}

.seraph {
    font-size: 30px;
    text-align: center;
}

.seraph.icon-qq:hover {
    color: #0288d1;
}

.seraph.icon-wechat:hover {
    color: #00d20d;
}

.seraph.icon-sina:hover {
    color: #d32f2f;
}

.imgCode {
    position: relative;
}

#imgCode img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

/*响应式*/
@media screen and (max-width: 450px) {
    #userFaceBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .user_right img#userFace {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

    .layui-col-xs12 .layui-form-label {
        width: 60px;
        padding-left: 0;
    }

    .layui-col-xs12 .layui-input-block, .layui-col-xs12 .layui-input-inline {
        margin-left: 75px;
    }

    .layui-col-xs12 .layui-input-inline {
        left: 0 !important;
        width: auto !important;
    }

    .noFind {
        padding-top: 0;
    }

    *[pc] {
        display: none;
    }
}


/*404页面*/
.noFind {
    text-align: center;
    padding-top: 2%;
}

.noFind i {
    line-height: 1em;
    font-size: 12em !important;
    color: #393D50;
    display: block;
}

.ufo {
    text-align: center;
    height: 100%;
    position: relative;
}

.noFind .page_icon, .noFind .ufo_icon {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.noFind .page_icon {
    top: 300px;
    animation: pageGo 0.3s ease-in 0.3s forwards;
    -webkit-animation: pageGo 0.3s ease-in 0.3s forwards;
    -o-animation: pageGo 0.3s ease-in 0.3s forwards;
    -moz-animation: pageGo 0.3s ease-in 0.3s forwards;
}

.noFind .ufo_icon {
    top: 100px;
    animation: ufo 1s ease-in 0.6s forwards;
    -webkit-animation: ufo 1s ease-in 0.6s forwards;
    -o-animation: ufo 1s ease-in 0.6s forwards;
    -moz-animation: ufo 1s ease-in 0.6s forwards;
}

.page404 {
    margin-top: 10%;
    opacity: 0;
    font-size: 0;
    animation: page404 0.5s ease-in 1.7s forwards;
    -webkit-animation: page404 0.5s ease-in 1.7s forwards;
    -o-animation: page404 0.5s ease-in 1.7s forwards;
    -moz-animation: page404 0.5s ease-in 1.7s forwards;
}

.page404 p {
    font-size: 20px;
    font-weight: 300;
    color: #999;
}

/*页面被吸走*/
@keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-moz-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-webkit-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-o-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

/*ufo飞走*/
@keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-moz-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-webkit-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-o-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

/*404显示*/
@keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-moz-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-webkit-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-o-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

.title_down_btn:hover{
    color: #fff;
}
