#iframe-box {
    width: 340px;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    box-shadow:  0 2px 8px 0 rgba(0,0,0,0.1);
}
.third-login-header {
    display:flex;
    justify-content: space-between;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 16px 46px 15px 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #E8E8E8;
}
.third-login-header a {
    color: rgba(89,89,89,1);
}

.jd-qrcode-login::before {
     content: '';
     width: 1px;
     height: 22px;
     position: absolute;
     left: 50%;
     top: 35%;
     background: rgba(0,0,0,0.1);
}

.third-login-header a.selected, .third-login-header a:hover, .third-login-header a:focus {
    color: rgba(225,37,27,1);
    font-weight: 500;
}

.jd-qrcode--box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 22px;
}
.jd-qrcode-success, .jd-qrcode--error {
    position: relative;
}
.jd-qrcode-img {
    z-index: 999
}
.hint-box,.jd-hint-box {
    z-index: 1000;
    width: 167px;
    height: 167px;
    background-image:url('../img/jd_qrcode_bg.png');
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;

}
.qrcode-success-content, .qrcode-error-content,.jdqrcode-error-content {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.qrcode-refresh,.jd-qrcode-refresh {
    width: 52px;
    height: 32px;
    background: rgba(225,37,27,1);
    border-radius: 2px;
    color: white;
    margin: 0;
    padding: 0;
    outline: none;
    border: 1px solid transparent;
    font-size: 14px;
    cursor: pointer;
}
.error-tip {
    font-size: 16px;
    width: 167px;
    font-weight: 500;
    margin-bottom: 22px;
}
.success-tip {
    font-size: 16px;
    width: 167px;
    font-weight: 500;
}
.jd-qrcode-mask {
    background: rgba(0,0,0,1);
    opacity: 70;
    transition:opacity .3s
}

.third-login-footer {
    background: rgba(0,0,0,0.02);
    height: 50px;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 15px;
}
.third-login-box {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
}
.third-login-box .other-login-left ul, .third-login-box .other-login-right ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.third-login-box li {
    position: relative;
    padding: 0 5px;
}

.third-login-box li .login {
    cursor: pointer;
    display: inline-block;
}

.third-login-box li::before {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    background: rgba(0,0,0,0.1);
}
.third-login-box li img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 4px;
    vertical-align: middle;
}
.third-login-box li:first-child::before {
    display: none;
}

.vam {
    vertical-align: middle;
}
.off-online-warn {
    margin: 16px;
}
.off-online-box {
    background: rgba(255,252,242,1);
    border: 1px solid rgba(255,205,97,1);
    border-radius: 1px;
    display: flex;
}
.off-online-content {
    margin: 8px 38px 8px 0;
    line-height: 20px;
    font-size: 12px;
}
.waring-circle-icon {
    height: 14px;
    margin: 9px 9px 0 11px;
    vertical-align: middle;
}
.waring-circle-icon img {
    height: 100%;
}
.off-online-warn .off-online-content a {
    color: #E1251B;
}
.off-online-warn .off-online-content a:hover {
    opacity: 0.8;
}