.LoginForm{
    width: 480px;
    float: right;
    background-color: #fff;
    border-radius: 8px;
}

.loginHeader{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.loginHeader div{
    float: right;
    width: 50px;
    height: 50px;
    /* overflow: hidden; */
}

.loginHeader div img{
    width: 100%;
    margin-top: 0px;
}

.loginHeader b{
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 50px;
}

.this{
    border-bottom: 3px solid #5FB878;
}

.Logo{
    width: 100px;
    position: absolute;
    margin-left: 300px;
}

.Logo img{
    width: 100%;
}

.Content{
    margin: 30px 0px;
    border: 1px dotted #ccc;
    padding: 20px;
    border-radius: 8px;
    width: 1100px;
}



.yzmCss{
    margin-top: 10px;
    float: right;
    margin-right: 10px;

}

.yzmCss img{
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 8px !important;
}

.loginContent {
    margin: 20px 0px;
}

.loginContent input{
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 15px;
    height: 50px;
    line-height: 46px;
    margin: 10px 0px;
    text-indent: 1em;
    border-radius: 8px;
}

.loginContent input:hover{
    border: 1px solid rgba(0, 150, 136, 0.7);
    background-color: #fff;
}

.loginBtn{
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-radius: 8px;
    margin-top: 10px;

}


.banner{
    float: left;
}

.banner  img{
    width: 450px;
    margin-top: 40px;
    margin-left: 50px;
    border-radius: 15px;
}

.Title{
    /* margin-top: 50px; */
}

