﻿.layui-left {
    text-align: left;
}

.layui-block {
    width: 100% !important;
}

.layui-center {
    text-align: center;
}

.layui-right {
    text-align: right;
}
.icons li, .icons li:hover, .loginBody .seraph, .loginBody .seraph:hover, .loginBody .layui-form-item.layui-input-focus label, .loginBody .layui-form-item label, .loginBody .layui-form-item.layui-input-focus input, .loginBody .layui-form-item input {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .icons li:hover i, .icons li i {
        transition: font-size 0.3s ease-in-out;
        -webkit-transition: font-size 0.3s ease-in-out;
    }

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}
.loginBody .layui-form-item {
    position: relative;
}

    .loginBody .layui-form-item label {
        position: absolute;
        color: #757575;
        left: 10px;
        top: 9px;
        line-height: 20px;
        background: #fff;
        padding: 0 5px;
        font-size: 14px;
        cursor: text;
    }

    .loginBody .layui-form-item.layui-input-focus label {
        top: -10px;
        font-size: 12px;
        color: #ff6700;
    }

    .loginBody .layui-form-item.layui-input-active label {
        top: -10px;
        font-size: 12px;
    }

.loginBody .layui-input::-webkit-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::-moz-placeholder {
    color: #fff;
}

.loginBody .layui-input:-ms-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::placeholder {
    color: #fff;
}

.loginBody .layui-form-item.layui-input-focus input {
    border-color: #ff6700 !important;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    color: #757575;
}

.loginBody .seraph {
    font-size: 30px;
    text-align: center;
}

    .loginBody .seraph.icon-qq:hover {
        color: #0288d1;
    }

    .loginBody .seraph.icon-wechat:hover {
        color: #00d20d;
    }

    .loginBody .seraph.icon-sina:hover {
        color: #d32f2f;
    }

@-webkit-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-moz-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-ms-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-o-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

.loginHtml, .loginBody {
    height: 100%;
}
.loginBody {
    background-color: #1cab97;
    overflow: hidden;
}

.login-bg-body {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 100%;
    background-image: url(/assets/login/img/bottom.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-animation: animate-cloud 20s linear infinite;
    -moz-animation: animate-cloud 20s linear infinite;
    -ms-animation: animate-cloud 20s linear infinite;
    -o-animation: animate-cloud 20s linear infinite;
    animation: animate-cloud 20s linear infinite;
}

.layui-copyright {
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    color: #666;
    width: 100%;
    left: 50%;
    margin-left: -512px;
    font-family: SimSun;
}

    .layui-copyright p {
        width: 1024px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 20px 0 0;
        border-top: 1px solid #e0e0e0;
    }

.layui-container {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.layui-logol {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -350px;
}

    .loginBody form.layui-form {
        padding: 0 20px;
        width: 280px;
    }

.layui-loginbody-warp {
    position: absolute;
    right: -9%;
    top: 50%;
    margin-top: -250px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.layui-gradient {
    position: absolute;
    z-index: -1;
    top: 40px;
}
.layui-login-info {
    border-right: 1px solid #E9E9E9;
}

.layui-loginbody-warp .layui-login-info, .layui-loginbody-warp .layui-login-right {
    float: left;
}

.layui-login-right {
    width: 300px;
    height: 323px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -moz-align-items: center;
}


@media screen and (min-device-width: 1026px) and (max-device-width: 1440px) {
    .loginBody form.layui-form {
        padding: 0 20px;
        width: 250px;
    }

    .layui-login-right {
        width: 250px;
    }
    .layui-loginbody-warp {
        right: 0%;
    }
}







/**************************************用户登录界面************************************/
.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.loginbody {
    background: url(/assets/login/img/loginbgHB3.png) no-repeat center center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 47px;
}

.login-layout .logintop {
    height: 47px;
    position: absolute;
    top: 0;
    background: url(/assets/login/img/loginbgHB1.png) repeat-x;
    z-index: 100;
    width: 100%;
}

.login-layout .logintop span {
    color: #fff;
    line-height: 47px;
    /*background: url(../images/loginsj.png) no-repeat 21px 18px;*/
    text-indent: 44px;
    color: #afc5d2;
    float: left;
}

.login-layout .logintop ul {
    float: right;
    padding-right: 80px;
}

.login-layout .logintop ul li {
    float: left;
    margin-left: 20px;
    line-height: 47px;
    position: relative;
}

.login-layout .logintop ul li a {
    color: #afc5d2;
}

.login-layout .logintop ul li a:hover {
    color: #fff;
}
.weibo {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    right: -65px;
    z-index: 10;
    cursor: pointer;
    -moz-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    -webkit-transform: rotateY(270deg);
    transform: rotateY(270deg);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.weibo-list:hover .weibo {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.weibo img, .weixin img {
    width: 100%;
    height: auto;
    display: block;
}

.weibo:after {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent #fff transparent;
    display: block;
    right: 68px;
    top: -11px;
}

.weixin {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    right: -65px;
    z-index: 10;
    cursor: pointer;
    -moz-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    -webkit-transform: rotateY(270deg);
    transform: rotateY(270deg);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.weixin-list:hover .weixin {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.weixin:after {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent #fff transparent;
    display: block;
    right: 68px;
    top: -11px;
}
.login-layout .login-layout .main-container:after {
    display: none;
}

.login-layout .loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/assets/login/img/loginbgHB2.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
}

.login-layout .loginbm a {
    font-weight: bold;
    color: #2E6EBA;
}

.login-layout .loginbm a:hover {
    color: #fff;
}

.login-box .social-login {
    margin-top: 12px;
    color: #888888;
    text-align: center
}

.login-container .center {
    margin-top: 80px;
}

.login-layout {
    background-color: #1c77ac;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.login-container {
    width: 850px;
    margin: 0 auto;
}

.login-layout .login_icon {
    float: left;
    width: 450px;
    text-align: center
}

.login-main {
    background-color: #ffffff;
    margin-top: 20px;
}

.login-main:after {
    display: block;
    content: "";
    height: 10px;
    margin-top: 20px;
    background-color: #1c77ac;
    background-size: 10px 20px;
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent), linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #ffffff 75%), linear-gradient(-45deg, transparent 75%, #ffffff 75%);
}

.login-main .title_name {
    height: 60px;
    line-height: 40px;
    text-shadow: 0px 3px 5px #41a2ff;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 24px;
    margin-top: 20px;
}

.login-box .social-or-login {
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.login-box .social-or-login:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px dotted #a6c4db;
}

.login-box .social-or-login :first-child {
    display: inline-block;
    background: #A6C4DB;
    padding: 0 8px;
    color: #5090c1;
    font-size: 13px;
    border-radius: 3px;
}


