.login_l {
    position: relative;

}

.login_sort_body {
    display: none;
}

.login_scanCode {
    position: relative;
    height: 380px;
    /* display: none; */
}
/*
.switch {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.switch {
  overflow: hidden;
  display:none;
}

.code {
  float: right;
}
.login_password {
    display: none;

}

.login_password,
.login_scanCode .switch {
    position: absolute;
    bottom: 0;
    right: 24px;
}

.login_scanCode .switch {
    right: 0;
}

.tips_img {
    position: relative;
}

.noticText {
    width: 175px;
    background: url('/ccbctp/app_fn/images/tips.png') no-repeat;
    display: flex;
    align-items: center;
    font-size: 16px;
    background-size: cover;
    color: #2764a0;
	cursor: pointer;
	float: left;
	height: 32px;
}

.code {
    width: 54px;
    cursor: pointer;

}

.notic {
    margin-left: 10px;
    width: 20px;
    margin-right: 8px;

}

.login_scanCode h4 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    color: #666;
    margin-bottom: 30px;
	margin-left: 30px;
}

.login_scanCode .login_code {
    width: 150px;
    height: 150px;
    margin-right: 10px;
}

.login_scanCode .phone_img {
    width: 120px;

}

.login_scanCode .scan_tips {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: 20px;
    /* border: 1px solid red; */
    width: 168px;
    margin-left: 50%;
    transform: translateX(-50%);
	overflow: hidden;
}

.login_scanCode .scan_img {
	display:none;
    width: 30px;
    margin-right: 15px;
	float: left;
}

.login_scanCode .scan_text {
    font-size: 12px;
    line-height: 16px;
    color: #666;
	float: right;
}

.login_scanCode .scan_text span {
    color: #2764a0;
}

.login_scanCode .scan_text p {
    padding: 10px 0;
}

.overdue_bg_qr {
    background: url(../images/bg_01.png) repeat;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 54px;
    left: 158px;
}

.overdue_bg_qr i{ font-style:normal; display:block; font-size:14px; font-weight:bold;padding-top:55px;}
.overdue_bg_qr a{ display:inline-block; width:120px; line-height:32px; background:#ffdcc0; color:#e23b3e; border:1px solid #f3c7a4; margin-top:10px; border-radius:3px; text-decoration:none;font-weight:bold;}

.scan_text a{color: #0066b3}