#login{}

.header .w {
    height: 148px;
    width: 1314px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 190px;
    height: 97px;
    background: url('../assets/logo.png') no-repeat center/cover;
}

.header .info  {
    display: flex;
    align-items: flex-end;
}

.header .info .tit {
    text-align: right;
    margin-right: 15px;
}

.header .info .tit .g {
    color: #2161A5;
}

.header .info .icon {
    width: 120px;
    height: 120px;
    background-color: #979797;
}

.header .info .icon img {
    width: 120px;
    height: 120px;
}

#login .container {
    position: relative;
    width: 1314px;
    height: 575px;
    margin: 0 auto;
    /* background-color: #979797; */
    background: url('../assets/login-bg.jpg') no-repeat center/cover;
    overflow: hidden;
    
}

#login .container .s {
    position: absolute;
    top: 43px;
    right: 409px;
    width: 48px;
    height: 420px;
    z-index: 99;
    background: url('../assets/s.png') no-repeat center/cover;
}

#login .container .login-step {
    display: flex;
    position: absolute;
    top: 50px;
    right: 440px;
    float: right;
    z-index: 4;
    background: #fff;
    overflow: visible;
    width: 310px;
    min-height: 410px;
    padding: 40px 0;
    box-sizing: border-box;
}

.steps-icon  {
    position: relative;
}

.steps-icon .round {
    position: absolute;
    top: 0;
    left: -1px;
    width: 14px;
    height: 14px;
    background: #2161A5;
    border-radius: 50%;
}

.steps-icon .line {
    position: absolute;
    top: 30px;
    bottom: 20px;
    left: 5px;
    width: 2px;
    background: rgba(33,97,165,0.6);
}

.steps-icon .triangle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 10px solid rgba(33,97,165,0.6); 
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid transparent;
}

.steps-icon .steps-icon-item {
    position: relative;
   
    width: 14px;
}

.steps-icon .f1 {
    height: 218px;
}

.steps-icon .f2 {
    height: 72px;
}

#login .container .login-step .steps-icon {
    flex: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#login .container .login-step .steps {
    flex: auto;
    flex-direction: column;
}

#login .container .login-step .step {
    margin-bottom: 10px;
}

#login .container .login-step .step2 {
    margin-bottom: 40px;
}

#login .container .login-step .steps .tit {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    line-height: 20px;
}

#login .container .login-step .steps .info {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0,0,0,0.85);
}

#login .container .login-step .steps .icon img{
    width: 184px;
    height: 184px;
}

#login .container .login-form {
    position: absolute;
    top: 50px;
    right: 115px;
    float: right;
    z-index: 4;
    background: #fff;
    overflow: visible;
    width: 310px;
}

.login-form .login-tab {
    display: flex;
    margin: 40px 0 45px;
}



 .login-form .login-tab-r {
    margin-left: 60px;
}

.login-form .login-tab a {
    height: 18px;
    text-decoration: none;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
}

.login-form .login-tab .active a {
    color: #2161A5;
}

.login-form .login-tab-r {
    right: 0;
}

.login-form .login-box {
    width: 100%;
    padding: 20px 32px;
    box-sizing: border-box;
    min-height: 410px;
}

.login-form .qrcode-box {
    width: 100%;
    padding: 45px 32px;
    box-sizing: border-box;
    min-height: 410px;
}

.form .itxt {
    width: 100%;
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px;
    overflow: hidden;
    outline: none;
    border: none;
    background-color: rgba(124, 124, 124, 0.10);
    border-radius: 4px;
}

.hidden  {
    display: none;
}

.login-form .tab-type {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 65px;
    background-color: #ebe1e1;
    z-index: 99;
    cursor: pointer;
    background: url('../assets/fy.png') no-repeat;
}

.login-form .tab-type .icon {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url('../assets/tabqrcode.png') no-repeat;
}

.login-form .item {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.login-form .item-fore3 a {
    flex: 0 0 84px;
    text-align: center;
    color: #2161A5;
}

.login-form .register-forgetpwd {
    display: flex;
    justify-content: space-between;
}

.formlogin .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
}

.formlogin .qrcode img {
    width: 116px;
    height: 116px;
    background-color: #979797;
    margin-bottom: 76px;
}

.formlogin .tab-form {
    display: flex;
    justify-content: space-around;
    padding: 0 40px;
    box-sizing: border-box;
}

.login-btn {
    width: 100%;
    margin: 14px 0;
}

.btn-entry {
    display: block;
    background: #2161A5;
    height: 39px;
    line-height: 39px;
    color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}

.btn-entry:hover {
    color: #fff;
    background: #194d85;
}

#formlogin-z .item{
    margin: 15px 0
}