.loginBox{
    max-width: 1920px;
    height: calc(100vh - 63px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.login-left{
    width: 50%;
    height: 100%;
    background: url(../loginbj.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 228px 0 268px 260px;
    box-sizing: border-box;
}
.login-left p:nth-child(1){
    font-size: 48px;
    color: #FFFFFF;
    line-height: 72px;
    text-align: left;
}
.login-left ul{
    margin-top: 66px;
    margin-bottom: 66px;
}
.login-left ul li {
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: left;
}
.login-left ul li span{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 0 10px;
}
.login-left p:nth-child(3){
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: left;
}
.login-left p:nth-child(3) span{
    font-weight: bold;
}

.login-right{
    flex: 50%;
    height: 100%;
    position: relative;
}
.rightBox{
    width: 520px;
    height: 471px;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.rightBox .rightBox-title{
    margin-bottom: 60px;
}
.rightBox .rightBox-title p{
    font-weight: bold;
    font-size: 30px;
    color: #202036;
    line-height: 45px;
}
.rightBox .rightBox-title span{
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
}
.rightBox .rightBox-input{
}
.rightBox .rightBox-input input{
    width: 420px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.rightBox .input-hqyzm{
    position: relative;
}
.rightBox .input-hqyzm p{
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 14px;
    color: #3D71FF;
    line-height: 21px;
    cursor: pointer;
}
.rightBox .input-yszc{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    margin-bottom: 40px;
}
.rightBox .input-yszc p{
    width: 14px;
    height: 14px;
    border: 1px solid #C6C6D1;
    border-radius: 50%;
    margin-right: 4px;
    cursor: pointer;

}
.rightBox .input-yszc span{
    color: #3D71FF;
    cursor: pointer;
}
.rightBox .input-btn{
    background: linear-gradient( 342deg, #3145A8 0%, #528CFD 100%);
    border-radius: 32px;
    padding: 10px 196px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    cursor: pointer;

}
.pupup{
    display: none !important;
}
.input-yszc .active{
    background: url(../pupu8.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid transparent !important;
}
/* 响应式 */
@media (max-width: 1600px) {
    .login-left{
        padding: 155px 0 155px 140px;
    }
}
@media (max-width: 1300px) {
    .login-left{
        padding: 100px 0 100px 90px;
    }
    .login-left p:nth-child(1){
        font-size: 36px;
        line-height: 52px;
    }
    .login-left ul{
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .login-left ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .login-left p:nth-child(3){
        font-size: 16px;
        line-height: 22px;
    }
}
/* 响应式 */
@media (max-width: 900px) {
    .login-left{
       display: none;
    }
    .rightBox .input-btn{
        padding: 10px 0;
        text-align: center;
    }
    .rightBox{
        width: 100%;
        height: auto;
        padding: 25px;
    }
    .rightBox .rightBox-input input{
        width: 100%;
    }
}