.lbBox{width: 100%;height: 100%;padding: 90px 230px;box-sizing: border-box;background: #dfe4f0;}
.lg{width: 100%;height: calc(100vh - 180px);min-height: 700px;display: block;max-width: 100%;}
.loginForm{display: flex;align-items: center;justify-content: center;height: calc(100vh - 180px);background: #fff;min-height: 700px;}
.w360{width: 360px;}
.loginTitle{font-size: 26px;font-family: Source Han Sans CN;font-weight: bold;color: #4C5661;line-height: 25px;text-align: center;margin-bottom: 40px;}
.mb35{margin-bottom: 35px;}
.loginInp1{padding-left: 68px;background: url(../img/res/userNameIcon.png) no-repeat 22px center #fafbff !important;}
.loginInp2{padding-left: 68px;background: url(../img/res/passwordIcon.png) no-repeat 22px center #fafbff !important;}
.w100{width: 100%;}