body,
html {
    margin: 0px;
    padding: 0px;
}

#bgImg {
    background: url(../img/homebg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.title {
    margin-top: 37px;
    /* margin: 100px auto; */
    color: #FEB80F;
    font-size: 54px;
    margin-left: 54px;
}

.loginForm {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

#login {
    width: 90%;
    height: 300px;
    background: url(../img/bodyBg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

.tit {
    width: 130px;
    height: 130px;
    margin: 0px 40px;
    background: url(../img/juxing.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 20px;
    cursor: pointer;
}

.img1 {
    width: 56px;
    height: 39px;
    margin-top: 20px;
}

.tit1 {
    margin-top: 20px;
    color: #ffffff;
    font-size: 21px;
}