.loginBack{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/V3/loginBack.jpg") center no-repeat;
    background-size: cover;
}
.loginBack .wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.loginForm{
    transform: translate(0,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.loginImage{
    width: 613px;
    height: 716px;
    background: url("../images/V3/loginImage.png") center no-repeat;
    background-size: 100% 100%;
}
.loginForm .right{
    width: 587px;
    height: 529px;
    background-color: white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginForm .back{
    width: auto;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.loginForm .back>svg{
    width: 16px;
    height: 16px;
    color: #999999;
}
.loginForm .back>p{
    font-size: 24px;
    font-family: 'phr';
    line-height: 33px;
    color: #999999;
}
.loginForm .wrap{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.loginMain{
    width: 372px;
    height: 318px;
}
.loginNav{
    width: 100%;
    height: 58px;
    display: flex;
}
.loginNav>a{
    display: block;
    width: 72px;
    height: 58px;
}
.loginNav>a>p{
    width: 100%;
    height: 50px;
    font-size: 36px;
    font-family: 'phr';
    line-height: 50px;
    color: #999999;
}
.loginNav>a>span{
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    margin-top: 4px;
}
.loginNav>a.active>p{
    font-family: 'phb';
    color: #247FFF;
}
.loginNav>a.active>span{
    background-color: #247FFF;
}
.loginNav>a:nth-child(2){
    margin-left: 100px;
}

.params{
    width: 100%;
    height: 110px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.params>div{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}
.params>div>span{
    width: 48px;
    min-width: 48px;
    color: #999999;
}
.params>div:nth-child(1)>span{
    background: url("../images/V3/loginMobile.png") left center no-repeat;
    background-size: contain;
    height: 38px;
}
.params>div:nth-child(2)>span{
    background: url("../images/V3/loginMessage.png") left center no-repeat;
    background-size: contain;
    height: 22px;
}
.params>div>input{
    flex: 1;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    font-size: 20px;
    font-family: 'phr';
    padding: 6px 14px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.params>div>input:focus{
    border-color: #247FFF;
}
.params>div>div{
    width: 107px;
    min-width: 107px;
    height: 40px;
    margin-left: 6px;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    font-family: 'phr';
    line-height: 40px;
    text-align: center;
    color: #333333;
    cursor: pointer;
}
.params>div>div.disabled{
    background-color: #999999;
    color: white;
    border-color: #999999;
    cursor: not-allowed;
}
.params>div:nth-child(2)>input{
    width: 210px;
}
.subBtn{
    width: 100%;
    height: 50px;
    background: #247FFF;
    font-size: 28px;
    font-family: 'phb';
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 50px;
}
.subBtn.disabled{
    background-color: #999999;
    color: white;
    cursor: not-allowed;
}
.logoWhite{
    display: block;
    width: 102px;
    height: 35px;
    background: url("../images/V3/logoWhite.png") center no-repeat;
    background-size: contain;
    position: fixed;
    top: 60px;
    left: 60px;
    z-index: 100;
}