html{height:100%}
body {
    font-family:PingFangSC-Medium,PingFangSC;
    font-weight:700;
}

.login-layout label{
    margin-bottom: 25px;
    height: 40px;
    border:1px solid rgba(229,234,236,1);
}
.login-bg {
    height: 100%;
    background: #fff;
    display: flex;
    min-width: 1000px;
    overflow: auto;
}
.login-left {
    flex: 7.5;
    min-width: 700px;
    position: relative;
    overflow: hidden;
}
.loginBG{
    min-width: 1000px;
    /* min-height: 350px; */
    width: 100%;
    height: 100%;
}
.login-text{
    position: absolute;
    top: 26%;
    left: 15%;
    height: 25%;
    color: white;
    font-weight:500;
}
.login-text-logo{
    font-size:42px;
}
.login-text-wellcome{
    font-size:42px;
}
.login-text-introduce{
    font-size: 15px;
}
/* 登录界面左边部分 */
.login-right {
    flex: 2.4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 /* 扫码登录 */
.sweepCode{
    height: 560px !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 95%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* display: none; */
}
.sweepCode-box{
    width: 150px;
    height: 150px;
    border: 1px solid #cccccc;
}
.sweepCode-box img{
    width: 100%;
    height: 100%;
} 
.sweepCode-title {
    font-size:26px;
    color:rgba(0,0,0,1);
    text-align: center;
    font-weight:700;
    margin: 0;
}
.sweepCode-title2 {
    color:rgba(120,131,142,1);
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    margin: 15px 0 30px 0;
}
.sweepCode-title3 {
    color:rgba(120,131,142,1);
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 15px;
}
.sweepCode-title4 {
    color:#4677C1;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
}
.sweepCode-app{
    color: #4677C1;
    cursor: pointer;
}
/* 账号密码登录 */
.position-relative {
    display: none;
    height: 600px !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 95%;
    min-width: 300px;
}
.position-relative input{
    border: none !important;
    font-size: 14px !important;
    /*margin-top: 2px !important;*/
    height: 38px;
}
.title {
    font-size:26px;
    color:rgba(0,0,0,1);
    text-align: center;
    font-weight:700;
}
.title2 {
    color:rgba(120,131,142,1);
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
}
.widget-main {
    background: transparent !important;
}
#login-box {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.pull-left{
    width: 49%;
    border: none !important;
    margin-left: 2px;
    float: left;
    margin-top: 1px;
    background: rgba(0,0,0,0)
}
.pull-right{
    width: 40%;
    position: relative;
}
.pull-right img{
    position: absolute;
    width: 100%;
    right: 0;
    height: 38px;
    border-left: 1px solid #cccccc;
}
.forget-password{
    display: flex;
    justify-content:space-between;
    color: #4677C1;
    font-size:13px;
    font-weight: 100;
    margin-bottom: 25px;
}
.forget-password span{
    color:#4677C1;
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
}
.form-control{
    border: none !important;
    background: rgba(0,0,0,0) !important;
}
.form-control::placeholder{
    font-size: 14px;
}
.btn{
    height: 40px;
    background: #4677C1;
    margin-bottom: 50px;
    border-radius: 4px;
}
.btn:hover{
    background:#1B6AAA;
    border: 2px solid #1B6AAA;
}
.bigger-110{
    font-size:15px !important;
    font-weight: 600;
}
.face-login{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
    color:rgba(70,119,193,1);
}
.face-text{
    cursor: pointer;
}
.face-icon{
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:1px solid rgba(229,234,236,1);
    margin-left: 5px;
    display: flex;
    justify-content: center;
}
.face-icon{
    font-size: 12px
}
#verify {
    width: 145px;
}
.clearfix{
    border-radius:4px;
}
/* 密码重置部分 */
.password-forget{
    display: none;
    min-height: 560px;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.password-forget-form{
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.password-forget label{
    border-radius: 5px;
}
.password-forget input{
    padding: 0 !important;
    border: none !important;
}
.password-forget-title1{
    font-size: 24px;
    font-weight: 700;
    flex: 1;
    margin: 0 !important;
}
.password-forget-title2{
    flex:2;
    font-size: 14px;
    font-weight:600;
    color:rgba(120,131,142,1);
    margin: 0 !important;
}
.phone-verification{
    width: 75%;
    flex: 0;
}
.phone-number{
    width: 100%;
    flex: 2;
    border:1px solid rgba(229,234,236,1);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-number-input{
    width: 95%;
    height: 90%;
    font-size: 14px;
    font-weight: normal;
}
.phone-number-input::placeholder{
    font-size: 14px;
    font-weight: normal;
}
.phone-yzm{
    margin: 15px 0;
    height: 40px;
}
.phone-yzm-input{
    height:90%;
    width: 60%;
    float: left;
}
.phone-yzm-input1{
    width: 95%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    float:right;
}
.phone-yzm-btn{
    height:100%;
    float: right;
    width: 35%;
    background:rgba(70,119,193,1);
    border-radius:4px;
    border: none;
    color: white;
    font-size:14px;
    font-weight: 500;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.phone-yzm-btn-modals{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.phone-yzm-count-down{
    visibility:hidden;
    text-align: right;
    font-size:14px;
    color:rgba(70,119,193,1);
    font-weight: 500;
    margin: 0;
}
.new-password{
    flex: 14;
    display: flex;
    flex-direction: column;
    width: 75%;
}
.new-password label{
    width: 100%;
}
.new-password-input>input{
    height: 95%;
    width: 95%;
}
.new-password-btn{
    height: 40px;
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
}
.new-password-btn button,input{
    height: 100%;
    width: 45%;
    font-size:14px;
    font-weight:500;
    border-radius:4px;
    padding: 0;
}
.new-password-btn-ok{
    background: #4677C1;
    color: white;
    float: left;
    border: none;
}
.new-password-btn-back{
    width: 45% !important;
    float: right;
    background: white;
    border:1px solid rgba(229,234,236,1);
    color:rgba(181,190,195,1)
}
.new-password-btn-back input{
    width: 100%;
}
/* 选择项目 */
.select-item{
    display: none;
    height: 90%;
}
.select-item-title1{
    font-size: 18px;
    font-weight: 600;
}