.header {
    height: 65px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
    text-align: center;
}

.header h2 {
    line-height: 65px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 0 1px #ccc
}


.content {
    background: url(../images/content.png) no-repeat;
    background-size: 100% auto;
    left: 0;
    right:0;
    top:65px;
    bottom:36px;
    position: absolute;
}

.title
{
    margin-top: 10%;
    margin-left:25%;
    font-size: 36px;
    color: #f0f0f0;
    font-weight: 600;
    text-align: center;
}


.title  img
{
    width:100%;
}



.login {
    background: #FFFFFF;
    margin-top: 20%;
    margin-left: 0;
    width:400px;
    height:400px;
    text-align: center;
    border-radius: 10px;
}
.login h1
{
    padding-top: 10%;
    padding-bottom: 10%;
    color: #3344ff;
    font-size: 34px;
    font-weight: 600;

}


.login .layui-form {

    padding-left:10%;
    padding-right:10%;
}
.login .layui-form .layui-form-item{

    padding-top:5%;
    height:45px;
    position:relative;
}



.login .layui-form .layui-icon {
    position: absolute;
    left: 1px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #d2d2d2;
}

.login .layui-form .layui-form-item .layui-input{
    height: 50px;
    line-height: 50px;
    padding-left:60px;
    font-size: 16px;
    border-top:0;
    border-left:0;
    border-right:0;
}

.login button{
    width: 100%;
    margin-top: 5%;
    background-color:#3344ff;
    border-radius: 45px;
    height:45px;
}



.footer {
    margin-top: 20px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 990px) {
    .content {
        background: url(../images/wap_content.png) no-repeat;
        background-size: 100% auto;
    }

    .title
    {
        display: none;
    }

    .login {
        margin-top:50%;
        margin-left:auto;
        margin-right: auto;
        border:1px solid  #888888;
    }
 }
