.loginBg{
    background-image:url(/img/pc/pc-login.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    width: 1920px;
    height: 476px;
}
.appback{
    width: 380px;
    height: 410px;
    position: relative;
    left: 1092px;
    top: 33px;
    background: white;
    border-radius: 20px;
}
.applogin{
    color: #FF850C;
    font-size: 20px;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 22px;
}