.login, body {
    display: flex
}

input:-moz-placeholder, input:-ms-input-placeholder, input::-webkit-input-placeholder {
    color: #e1e1e1
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body, html {
    height: 100%
}

body {
    flex-direction: column
}

.sifa-head {
    height: 82px;
    min-height: 82px;
    line-height: 80px
}

.sifa-head .head-img {
    text-align: left;
    float: none;
    padding: 20px 0
}

.login-head {
    background: #fff
}

.login .container {
    background: url(static/themes/images/loginback.png) 90px center no-repeat;
    position: relative;
    overflow: hidden;
    background-size: contain
}

.login-head .nav-con {
    box-shadow: none;
    border-bottom: none;
    background: 0 0
}

.sifalogin-foot {
    background: #fff
}

.sifalogin-foot .foot p {
    border-top: 1px solid #ebebeb;
    color: #ddd
}

.login {
    width: 100%;
    background: #409EFF;
    flex: 1;
    min-height: 520px;
    align-items: center;
    justify-content: center
}

.loginDiv {
    width: 1200px;
    margin: 0 auto
}

.loginleft {
    float: left
}

.loginleft img {
    vertical-align: middle;
    margin: 63px 0 0 54px
}

.loginright h2 {
    color: #333;
    font-size: 20px;
    line-height: 24px
}

.loginright span.error-img {
    margin: -5.5px 4.5px;
    background-position: -75px -25px
}

.loginright .error.isempty .error-img {
    background-position: 0 -50px
}

.getcapache {
    float: right;
    width: 120px;
    height: 30px;
    margin-top: 6px
}

.getcapache img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.loginright .loginbtn:hover {
    background: #3a7ec5
}

.loginright .loginbtn[disabled=disabled], .loginright .loginbtn[disabled=disabled]:hover {
    background: #d7d7d7
}

.capache-tit {
    display: inline-block;
    text-indent: 5px
}

.forget-password {
    float: right
}

.is-auto .auto-img {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 10px;
    background: url(/themes/images/newicon.png) -58px -5px no-repeat
}

.is-auto.active .auto-img {
    background: url(/themes/images/newicon.png) -82px -5px no-repeat
}

.loginright .input-line span.phonename-iocn {
    float: left;
    background: url(/themes/images/iocn/phonelogin1.png) no-repeat;
    background-size: 18px 20px;
    margin: 20px 17px
}

.loginright .input-line span.phonecode-iocn {
    float: left;
    background: url(/themes/images/iocn/phonelogin2.png) no-repeat;
    background-size: 18px 18px;
    margin: 20px 17px
}

.loginright .input-line span.emailname-iocn {
    float: left;
    background: url(/themes/images/iocn/emaillogin1.png) no-repeat;
    background-size: 100%;
    margin: 18px 17px 20px 14px
}

#wx-scancode1 {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: none;
    width: 320px;
    height: 270px
}

.wx-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none
}

.wxlogon-tk {
    width: 500px;
    height: 400px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    display: none
}

.wxlogon-tk h1 {
    text-align: center;
    margin-top: 30px
}

.wxlogon-tk h2 {
    text-align: center;
    margin-top: 10px
}

.wxlogon-tk input {
    display: block;
    width: 200px;
    height: 30px;
    border: 1px solid #dadada;
    margin: 20px auto
}

.wxlogon-tk p {
    text-align: center;
    margin-bottom: 10px
}

.wxlogon-tk button {
    display: block;
    width: 100px;
    height: 30px;
    font-size: 14px;
    background: #409EFF;
    color: #fff;
    margin: 0 auto
}

.wxestab-two, .wxestablish {
    display: none
}

.wxestablish {
    width: 500px;
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 40%;
    top: 40%
}

.wxlist-box {
    width: 100%;
    height: 40px;
    margin-bottom: 10px
}

.wxlist-box input {
    border: 1px solid #dadada;
    height: 30px
}

#wxesav-botton {
    font-size: 14px;
    background: #409EFF;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer
}

.login-outnavboxv {
    width: 100%;
    border-top: 1px solid #EBEBEB
}

.login-nav {
    width: 90%;
    overflow: hidden;
    height: 20px;
    margin: 28px auto 20px;
    display: flex;
    justify-content: center
}

.login-nav img {
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left
}

.login-nav em {
    font-size: 14px;
    display: inline-block;
    margin-right: 9px;
    line-height: 20px;
    margin-left: 4px
}

.login-nav div {
    float: left;
    padding-left: 10px;
    cursor: pointer;
    border-left: 1px solid #EFEFEF
}

.login-nav div:nth-child(-n+2) {
    border: none
}

#wx-scancode1 .qrcode {
    width: 167px
}

#wx-scancode1 iframe {
    width: 280px;
    height: 300px
}

.loginright h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 32px
}

.loginright h3 em {
    color: #409EFF
}

.phone-code {
    border-right: 1px solid #EBEBEB;
    margin-right: 20px
}

.input-line em {
    color: #409EFF;
    cursor: pointer;
    float: right;
    line-height: 44px
}

.loginright {
    float: right;
    width: 482px;
    background: linear-gradient(180deg, #86c2ff 0, #F9F9F9 10%);
    box-shadow: 0 0 8px 0 rgba(225, 54, 58, .2);
    border-radius: 20px;
    position: relative
}

#loginright-QRcode-img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 16px;
    right: 16px
}

.loginright-content {
    padding: 50px 57px 28px;
    min-height: 348px;
    box-sizing: border-box
}

.loginright-top {
    display: flex;
    gap: 36px
}

.loginright-top-text {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    margin-bottom: 4px;
    cursor: pointer
}

.loginright-top .active {
    color: #409EFF
}

.loginright-top-line {
    width: 40px;
    height: 2px;
    background: #409EFF;
    border-radius: 1px;
    margin-left: 40px
}

.login-buttom-content {
    width: 368px
}

.loginright .input-line {
    border-radius: 8px;
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 44px;
    background: #FFF;
    padding: 0 16px;
    box-sizing: border-box
}

.loginright-bottom-input-parent {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.loginright .input-line input {
    border: none;
    height: 100%
}

.loginright .error-wrap {
    min-height: 24px;
    line-height: 14px;
    border-bottom: none;
    padding: 8px 0
}

.loginright .error {
    font-weight: 400;
    font-size: 14px;
    color: #409EFF;
    line-height: 20px;
    display: none
}

.loginright .loginbtn {
    height: 44px;
    background: #409EFF;
    border-radius: 8px;
    color: #FDFDFD;
    line-height: 44px;
    font-size: 16px;
    width: 100%;
    cursor: pointer
}

.go-register, .other-info {
    font-size: 14px;
    color: #999
}

.other-info {
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    -webkit-user-select: none;
    margin-top: 12px
}

.go-register {
    text-align: center;
    float: left
}

.other-info a {
    color: #999
}

.loginright .zhuce, .loginright .zhuce:hover {
    color: #409EFF
}