html, body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    background: url(/static/images/bg1.jpg);
}

body:after {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.layui-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.window_login,.window_yzm,.window_login_success{
    width: 0px;height: 0px;display: none;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.window_login_success{width: 500px;height: 330px;}
.title {
    text-align: center;
    letter-spacing: 2px;
    padding: 14px 0;
}

.title h1 {
    color: #98aebf;
    font-size: 25px;
    font-weight: 200;
}

.login-form {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 14px 20px;

}

.login-form .layui-form-item {
    position: relative;
}

.login-form .layui-form-item label {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}

.login-form .layui-form-item input {
    padding-left: 36px;
}

.captcha {
    width: 60%;
    display: inline-block;
}

.captcha-img {
    display: inline-block;
    width: 34%;
    float: right;
}

.captcha-img img {
    height: 34px;
    border: 1px solid #e6e6e6;
    height: 36px;
    width: 100%;
}

.login_success .layui-layer-content {
    background-color: #e1e9f1;

}

.to_common {
    background-color: rgba(219, 87, 51, 1);
    box-shadow: 0px 9px 0px rgba(219, 31, 5, 1), 0px 9px 25px rgba(0, 0, 0, .7);
}

.to_admin {
    background-color: #666;
    box-shadow: 0px 9px 0px rgba(88, 72, 70, 1), 0px 9px 25px rgba(0, 0, 0, .7);
}

.success_content {
    text-align: center;
    width: 500px;
    height: 330px;
}

.success_content .msg {
    line-height: 30px;
    font-size: 18px;
    height: 30px;
}

.success_content .goto {
    position: relative;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体;
    font-weight: 300;
    font-size: 2em;
    display: block;
    padding: 30px;
    border-radius: 50%;
    margin: 30px;
    width: 130px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    transition: all .1s ease;
    float: left;
    cursor: pointer;
}

.success_content .login_out {
    position: relative;
    clear: both;
    padding-top: 50px;
}

.success_content .login_out a {
    color: #ce8169;
    text-decoration: underline;
    cursor: pointer;
}

.success_content .login_out a:hover {
    color: #fff;
}

.success_content .goto:hover:active {
    top: 1px;
    box-shadow: 0px 1px 0px rgba(219, 31, 5, 1), 0px 1px 2px rgba(0, 0, 0, .9);
}

.success_content .goto:hover {

    box-shadow: 0px 9px 0px rgb(63, 138, 179), 0px 9px 25px rgb(84, 200, 222);
    position: relative;




}
.clearfix{clear: both;}
/* 移动端 */
@media screen and (max-width: 768px) {
    .success_content .goto{padding: 5px !important;}
    .window_login_success, .success_content{width:100% !important;}
}