.header{
    width: 100%;
    height: 88px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 7px 60px;
}
.header img{
    width: 74px;
    height: 74px;
}
.main{
    width: 100%;
    height: calc(100vh - 90px);
    background: url("../img/loginBg.png");
    background-size: 100% 100%;
    position: relative;
}
.main .wrap{
    width: 450px;
    height: 435px;
    background: #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    position: absolute;
    left: calc(50vw - 225px);
    top: calc(50vh - 217px - 57px);
    box-sizing: border-box;
    padding: 44px 30px 30px 30px;
}
.main .wrap .wrap-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 31px;
}
.main .wrap .wrap-header .login-type{
    height: 31px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 50px;
    cursor: pointer;
}
.main .wrap .wrap-header .login-type:last-child{
    margin-right: 0;
}
.main .wrap .wrap-header .login-type-active{
    color: #FF0544;
}
.main .wrap .input-item{
    width: 390px;
    height: 50px;
    background: #F7F8FC;
    border-radius: 8px 8px 8px 8px;
    margin-top: 30px;
    position: relative;

}
.main .wrap .input-item .get-code{
    height: 50px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FF1C46;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 50px;
    position: absolute;
    right: 16px;
    cursor: pointer;
    top: 0;
}
.main .wrap .input-item input{
    width: 390px;
    height: 50px;
    background: #F7F8FC;
    border-radius: 8px 8px 8px 8px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 15px 16px;
    font-size: 14px;
    
}
.main .wrap .input-item input::placeholder{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #B4B8BF;
    text-align: left;
    font-style: normal;
}
.main .wrap .privicy{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22px;
}
.main .wrap .privicy .privicy-icon{
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 8px;
}
.main .wrap .privicy .privicy-icon img{
    width: 16px;
    height: 16px;
}
.main .wrap .privicy .privicy-text{
    flex: 1;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #909399;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 18px;
}
.main .wrap .privicy .privicy-text a{
    color: #2484F0;
}
.main .wrap .btn{
    width: 390px;
    height: 50px;
    background: linear-gradient( 90deg, #F83741 0%, #FE2D2D 42.31%, #FF0544 65.38%, #FF4348 81.85%, #FF5735 95.67%);
    border-radius: 90px 90px 90px 90px;
    margin-top: 34px;
    cursor: pointer;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 50px;
}
.main .wrap .nav-wrap{
    width: 100%;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 12px;
}
.main .wrap .nav-wrap .nav-item{
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #909399;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 20px;
}
.main .wrap .nav-wrap .line{
    width: 1px;
    height: 14px;
    background-color: #909399;
    margin: 3px 18px;
}