body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.demo {
    padding-top: 20px;
    text-align: center;
    color: #9abcda!important;
    font-size: 14px;
}

.main-body {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login-main .login-bottom .center .item input {
    display: inline-block;
    width: 227px;
    height: 22px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #FAFCFF;
    color: #2C2D33;
    font-size: 20px;
}

.login-main .login-bottom .center .item .icon-1 {
    background: url(../images/icon-login.png) no-repeat 1px 0;
}

.login-main .login-bottom .center .item .icon-2 {
   width: 30px;
   height: 30px;
   margin-right: 12px;
   flex-shrink: 0;
}

.login-main .login-bottom .center .item .icon-3 {
    background: url(../images/icon-login.png) no-repeat -106px 0;
}

.login-main .login-bottom .center .item .icon-4 {
    background: url(../images/icon-login.png) no-repeat 0 -43px;
    position: absolute;
    right: -10px;
    cursor: pointer;
}

.login-main .login-bottom .center .item .icon-5 {
    background: url(../images/icon-login.png) no-repeat -55px -43px;
}

.login-main .login-bottom .center .item .icon-6 {
    background: url(../images/icon-login.png) no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}


.login-main .login-bottom .tip .icon-nocheck {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid 1px #4B90F6;
    margin-right: 12px;
    margin-left: 23px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-check {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-left: 23px;
    border-radius: 2px;
    border: solid 1px #4B90F6;
    background: url(../images/choose.png) no-repeat center;
    background-size: 10px 7px;
}

.login-main .login-bottom .center .item .icon {
    display: inline-block;
    width: 33px;
    height: 22px;
}

.login-main .login-bottom .center .item {
    width: 410px;
    height: 64px;
    margin-bottom: 35px;
    background-color: #FAFCFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 18px;
}

.login-main {
    width: 616px;
    height: 660px;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    float: left;
}

.login-main .login-top {
    font-family: 'FZZZHONGJW--GB1-0';
    font-size: 44px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-main .login-bottom {
    width: 616px;
    background: #fff;
}

.login-main .login-bottom .center {
    width: 410px;
    margin: 0 auto;
    position: relative;
}

.login-main .login-bottom .tip {
    display: flex;
    align-items: center;
    width: 410px;
    margin: 0 auto;
}


body {
    background-color: #FAFCFF;
    position: static;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html {
    height: 100%;
}

.login-main .login-bottom .tip .login-tip {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #B0B5CC;
    cursor: pointer;
}

.login-main .login-bottom .tip .forget-password {
    font-stretch: normal;
    letter-spacing: 0;
    color: #B0B5CC;
    font-size: 20px;
    font-family: 'PingFang-SC-Regular';
    text-decoration: none;
    position: absolute;
    right: 90px;
}

.login-main .login-bottom .login-btn {
    width: 410px;
    height: 104px;
    background: url('../images/btn.png')  no-repeat;
    background-size: 410px 104px;
    margin: 57px auto 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    display: flex;
    padding-top: 22px;
    box-sizing: border-box;
    justify-content: center;
}

.login-main .login-bottom .center .item .validateImg {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e6e6e6;
}

.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}

.padding-5 {
    padding: 5px !important;
}

.footer a, .footer span {
    color: #fff;
}



@media screen and (max-width: 428px) {
    /* .login-main {
        width: 360px !important;
    }

    .login-main .login-top {
        width: 360px !important;
    }

    .login-main .login-bottom {
        width: 360px !important;
    } */
}
.bg_img{
    width: 584px;
    height: 660px;
}
