
.layui-form-label span{
    color: red;
}

.LoginForm{
    width: 480px;
    float: right;
    background-color: #fff;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: 8px;
    /* border: 1px solid #ccc; */
}

.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: 1px solid #5FB878;
}


.Content{
    margin: 30px auto;
    border: 1px dotted #ccc;
    padding: 20px;
    border-radius: 8px;
    max-width: 1000px;
}



.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;
}


.loginContent1 {
    margin: 20px 0px;
    

    
}


.loginContent1 input{
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    margin: 10px 0px;
    text-indent: 0.3em;
    border-radius: 8px;
}

.loginContent1 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;
    width: calc(100% - 650px);
    text-align: center;
}

.banner  img{
    max-width: 450px;
    margin-top: 15px;
    border-radius: 15px;
}

.Title{
    margin-top: 50px;
}

.FContent{
    width: 98%;
    margin-left: 1%;
    margin-top: 10px;
}

.TopTitle{
    float: left;
    margin-left: 20px;
    color: white;
    line-height: 96px;
    font-size: 1.6em;
}

.topImgLogo{
    width: 209px;
    margin-left: 28px;
    margin-top: 13px;
    float: left;
}

.foot{
    width: 100%;
    background-color: #333;
    color: #fff;
    position: fixed;
    bottom: 0px;
}

.foot .Copyright{
    text-align: center;
    width: 100%;
    line-height: 24px;
    color: #aaa;
    border-top: 1px solid #666666;
    padding-top: 15px;
}

.foot .footLogo{
    float: left;
    margin-right: 30px;
    width: 209px;
    margin-top: 40px;
}
.foot .footLogo img{
    width: 100%;
}

.foot .footRight{
    float: right;
    margin-top: 40px;
}

.footMenu li{
    float: left;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
}

.footMenu li a{
    color: #fff;
}


.footMenu li a:hover{
    color: #009688;
}
