* {
    font-family: 微软雅黑;

}
html,body{
    width: 100%;
    height: 100%;
}
.fl{float: left; }
.fr{float: right;}
.et-login-wrap{
    width: 100%;
    height: 100%;

}
.et-login-top{
    width: 100%;
    height: 16%;
    min-height: 80px;
    position: relative;
}
.et-login-mid{
    width: 100%;
    height: 66%;
    min-height: 420px;
    background-color: #c9f1fb;
    position: relative;
}
.et-login-bottom{
    width: 100%;
    height: 18%;
    position: relative;
    min-height: 80px;
}
.et-center{
    min-width:800px;
    width:auto;
    max-width: 1024px;
    margin:0 auto;
    height: 100%;
    position: relative;
}
.et-logo{
    height: 80px;
    line-height: 80px;
    position: absolute;
    bottom: 0px;
}
.et-login-top .et-title{
    color: #3c5ade;
    font-size:40px;
    margin-right: 4px;
}
.et-login-top .et-sm-title{
    font-weight:500;
    color: #666666;
    font-size:25px;
}
.et-login-mid .et-img{
    position: absolute;
    top: 50%;
    margin-top: -210px;
    width:420px;
    height:420px;
}
.et-login-mid .et-img img{
    width: 100%;
}
.et-login-mid .layui-form{
    position: absolute;
    top:50%;
    right: 0px;
    margin-top: -192px;
    border:1px solid #00c0ef;
    border-radius: 6px;
    box-shadow: 0px 0px 18px 0 rgba(80,177,252,0.8);
    padding:25px 15px;
    background-color: #fff;
}
.et-login-title{
    padding-left: 5px;
    color: #9a9a9a;
    font-size:20px;
    margin-bottom:30px;
}
.layui-form-label{
    width:20px;
    padding:9px 15px 9px 0;
}
.et-login-mid .layui-form-label .layui-icon{
    color: #d3dbde;
    font-size:26px;
}
.layui-form-item .layui-input-inline{
    margin-right:0;
    width:230px;
}
.layui-input-inline input{
    background-color: #eeeff4;
    color: #999;
    font-size: 13px;
    border-radius: 4px;
    border: none;
}
.tip{
    color: #cd3b24;
}
.validate-item .layui-input-inline{
    width:110px;
}
.validate-img{
    height:38px;
    width:110px;
    background-color: #000;
}
.et-login-btn{
    width:100%;
    border-radius: 4px;
}
.et-login-bottom .et-des-wrap{
    display: table-cell;
    vertical-align: middle;
}
.et-login-bottom p{
    line-height:26px;
    color: #9a9a9a;
}
.et-clearfix{
    vertical-align: middle;
}
.et-login-title-span{
    margin-right: 8px;
    height: 20px;
    width: 2px;
    background-color: #999;
    display: inline-block;
    vertical-align: middle;
}
.forgetPwd{
    color: #666;
}
.et-login-bottom .et-des-wrap{
    display: table-cell;
    vertical-align: middle;
}
.et-login-bottom p{
    line-height:26px;
    color: #9a9a9a;
}
.et-login-bottom-cent{
    width: 100%;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-align: center;
}