/* body,html{height: 100%} */
.login_content {
    /* margin-top: 8%; */
    position: relative;
    height: calc(100vh - 180px);
    width: 1200px;
    margin:0 auto;
    min-height:600px;
}

.recommend_way {
    display: inline-block;
}

.login_box {
    width: 920px;
    height: 520px;
    background: #fff;
    /* margin: 70px auto 0; */
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    display: flex;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.login_img {
    width: 460px;
    height: 520px;
    border-radius: 10px 0 0 10px;
    background: #ccc;
}

.login_form_box {
    padding: 40px;
    width: 460px;
    height: 520px;
    box-sizing: border-box;
}

.selecte_login_way {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login_way {
    font-size: 20px;
    color: #999;
    font-weight: 400;
}

.login_way:hover {
    opacity: .8;
}

.password_login {
    border-right: 1px solid #eee;
    padding-right: 12px;
    cursor: pointer;
}
.message_login_text{
    padding-left:12px; 
}
.login_way_selected {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-weight: 700;
}

.login_way_selected:hover {
    opacity: 1;
}

.scan_to_login_box{
    display: flex;
    align-items: center;
}

.scan_to_login{
    background: rgba(255,151,39,.1);
    font-size: 12px;
    height: 20px;
    padding: 0 12px;
    border: 1px solid #ff9727;
    line-height: 20px;
    text-align: center;
    color: #ff9727;
    margin-right: 12px;
    position: relative;
}

.scan_to_login:before {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    }
.scan_to_login:before {
    border: 6px solid transparent;
    border-left-color: #ff9727;
    z-index: 1;
}
.scan_to_login:after {
    border: 6px solid transparent;
    border-left-color: #fff4e9;
    transform: translateX(.5px);
    margin-left: -2px;
    z-index: 2;
    }
.scan_to_login:after{
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.login_way_tip {
    font-size: 12px;
    color: #999;
    margin-top: 8px;
    font-weight: 300;
    height: 16px;
}

.login_way_left {
    display: inline-block;
}

.login_way_right {
    cursor: pointer;
    display: inline-block;
}

.icon-arrow_right {
    color: #ff9727;
}

.icon-v_QR {
    font-size: 20px!important;
    color: #999;
    cursor: pointer;
}

.password_form {
    margin-top: 56px;
}

.login-btn {
    height: 40px;
    font-size: 14px;
}

.third_way_login_title {
    color: #999;
    font-size: 12px;
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
    font-weight: 300;
}

.third_way_login_title .text {
    margin: 0 12px;
}

.enterance {
    display: flex;
    justify-content: center;
}

.enter_qq {
    color: #1faffa;
    cursor: pointer;
}

.enter_qq:hover {
    opacity: .9;
}

.enter_weixin {
    color: #2ecd39;
    margin: 0 24px;
    cursor: pointer;
}

.enter_weixin:hover {
    opacity: .9;
}

.enter_zhifubao {
    color: #0096ff;
    cursor: pointer;
}

.enter_zhifubao:hover {
    opacity: .9;
}

.fontsize36 {
    font-size: 36px;
}

.error_tips{
    color: #d50000;
    font-size: 12px;
    position: absolute;
    top: 50px;
    left: 0;
}

.input_group_box{
    position: relative;
    margin-top: 24px;
}
.weixin_login{ display:none;}
.message_login{ display:none;}