.login-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.login-popup {
    width: 708px;
    height: 404px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
}

.login-back {
    position: absolute;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
}

.login-back span {
    font-size: 16px;
    margin-left: 24px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    padding: 7px;
    color: #FFF;
    background: url("../../images/daping/cx_bnt_cont.png");
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
}

.login_title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    padding-top: 40px;
    color: #333;
}

.login_content {
    width: 707px;
    margin: 36px auto 0;
    display: flex;
}

.login_input_cont {
    width: 340px;
    padding: 0 40px;
    border-right: dashed #BDBDBD 1px;
    flex: none;
}

.login_type {
    width: 318px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-bottom: 20px;
}

.login_type .fidtext {
    font-size: 18px;
    color: #333;
    height: 48px;
    width: 318px;
    display: block;
    line-height: 48px;
    border: 0;
}

.login_type .fidtext_name {
    width: 164px;
}

.blueColor {
    color: #0092F4;
}

.toobtain {
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: right;
}

.bnt_queding {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 4px;
    background: #0092F4;
    text-align: center;
    cursor: pointer;
}

.code_pic {
    width: 280px;
    min-height: 180px;
    flex: none;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #999;
}

.code_pic img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.rightF {
    float: right;
}

.code_after {
    flex: none;
}

.code_after img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.SwitchAccount {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0092F4;
    text-align: center;
    border: 1px solid #0092F4;
    display: inline-block;
    border-radius: 4px;
    margin-top: 10px;
}
