.login-page-content {
    height: 100%;
    position: relative;
    min-width: 1200px;
}

.login-page {
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #5689fe, #7db4ff);
    background-image: url(../images/logn-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-page .login-content {
    /* height: 600px;
    width: 1080px; */
    height: 450px;
    width: 854px;
    display: flex;
    align-items: center;
}

.login-page .login-content .login-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-image: url(../images/logon-left.png); */
    /* background-size: 100% 100%; */
    width: 460px;
    height: 450px;
    background: linear-gradient(311deg,#95bfff,#a9cbfe);
}
.login-title1{
    margin-top: 52px;
    margin-bottom: 34px;
}
.form-control{
    border-radius: 24px;
    outline: none;
    color: #606266;
    box-sizing: border-box;
    border: 1p solid #dcdfe6;
    background-color: #fff;
}
.login-page .login-content .login-form-content {
    position: relative;
    background-color: #fff;
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 394px;
    height: 450px;
    flex-direction: column;
}
.title{
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 600;
    color: #2f3243;
    font-size: 19px;
    margin-top: 47px;
}
.login-page .login-content .login-form-content .rigth-deng {
    position: absolute;
    right: 10%;
    top: 0;
    margin-right: -20px;
}

.login-page .login-content .login-form-content .login-form {
    width: 80%;
    height: 60%;
    position: relative;
}

.login-page .login-content .login-form-content .login-form .login-title {
    margin-bottom: 14px;
}

.login-page .login-content .login-form-content .login-form .login-title img {
    height: 30px;
}

.login-page .login-content .login-form-content .login-form .login-subtitle {
    color: #0c3772;
    font-size: 14px;
    margin-bottom: 54px;
    line-height: 1.5;
}

.login-page .login-content .login-form-content .login-form .login-subtitle img {
    height: 20px;
    margin-right: 4px;
}

.login-page .login-content .login-form-content .login-form .form-group-min {
    margin-bottom: 30px;
    margin-top: 54px;
}

.login-page .login-content .login-form-content .login-form .submit-btn {
    margin-top: 40px;
    border-radius: 24px;
    background: linear-gradient(270deg,#548eff,#3a80f6);
    font-size: 19px;
    border: 1px solid #dcdfe6;
    transition: .1s;
    box-sizing: border-box;
    outline: none;
}

.login-page .login-content .login-form-content .login-form .record-password {
    color: #5794ff;
    font-size: 12px;
}

.login-page .login-content .login-form-content .login-form .record-password input[type="radio"],
.login-page .login-content .login-form-content .login-form .record-password input[type="checkbox"] {
    margin-top: 2px;
}

.login-page .login-content .login-form-content .login-bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #999999;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.login-page .login-content .login-form-content .login-bottom .login-bottom-text {
    width: 80%;
    font-size: 12px;
    color: #999;
    text-align: justify;
}

.login-page .login-content .login-form-content .login-bottom .login-bottom-text a {
    font-size: 12px;
    color: #999;
}

@media (max-width: 1200px) {
    .login-page .login-content {
        height: 90%;
        width: 90%;
    }
}

@media (max-width: 992px) {
    .login-page .login-content {
        height: 90%;
        width: 90%;
    }
    .login-page .login-content .login-left {
        display: none;
    }
    .login-page .login-content .login-form-content {
        border-radius: 4px;
    }
}

.header {
    height: 106px;
    width: 100%;
    background: linear-gradient( 270deg, #fff, #fff);
}

.header-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 455px;
    padding-top: 24px;
    margin-left: 100px;
}

.login-image {
    height: 58px;
    margin-right: 20px;
}

.line {
    height: 48px;
    width: 2px;
    background: rgb(217, 217, 217);
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.company-name {
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: 700;
    font-size: 26px;
    color: #373a49;
}

/* 底部代码 */
.recommend{
    /* margin: 47 auto; */
    width: 570px;
    /* height: 12; */
    opacity: .3;
    font-size: 12px;
    color: #627fbb;
    /* line-height: 12px; */
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-79%);

}
.recommend1{
    /* margin: 47 auto; */
    width: 780px;
    /* height: 12; */
    /*opacity: .3;*/
    font-size: 14px;
    /*color: #627fbb;*/
    /* line-height: 12px; */
    position: absolute;
    bottom: -7%;
    left: 48%;
    transform: translateX(-78%);
}
.recommend2{
    /* margin: 47 auto; */
    width: 660px;
    /* height: 12; */
    /*opacity: .3;*/
    font-size: 14px;
    /*color: #627fbb;*/
    /* line-height: 12px; */
    position: absolute;
    bottom: -11%;
    left: 49%;
    transform: translateX(-85%);
}
.copyright{
    /* margin-top: 113px; */
    font-size: 14px;
    color: #fff;
    opacity: .7;
    position: absolute;
    bottom: -36%;
    left: 50%;
    transform: translateX(-149%);
    width: 200px;
}
.support{
    /* margin-top: 12px; */
    font-size: 12px;
    color: #758195;
    position: absolute;
    bottom: -46%;
    left: 50%;
    transform: translateX(-186%);
}