.QJSliderUnlock {
    background: #e8e8e8;
    position: relative
}

.QJSliderUnlock .QJSliderUnlock-bg {
    width: 0
}

.QJSliderUnlock .QJSliderUnlock-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    padding: 0 3px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff
}

.QJSliderUnlock .QJSliderUnlock-btn.success span.icon-icon-test {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #427afb;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px
}

.QJSliderUnlock .QJSliderUnlock-text {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #666
}

.QJSliderUnlock .QJSliderUnlock-noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.login_bj {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99998;
}

.login_box {
    position: fixed;
    left: 50%;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_warrper,
.regist_warrper,
.forget_phone,
.wx_login_box,
.forget_email {
    width: 388px;
    display: flex;
    flex-flow: column nowrap;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.login_h1 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}

.login_desc {
    padding-bottom: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}

.formbox {
    /* border:1px solid */
}

.formbox_item {
    display: flex;
    margin-bottom: 20px;
}

.formbox_inputbox {
    width: 100%;
}

.formbox_label {
    width: 50%;
    /* height: 40px; */
    line-height: 40px;

}

.formbox_label_text {
    text-align: center;
    font-size: 14px;
    color: #5f5f5f;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    border-right: none;
    cursor: pointer;
}

.formbox_inputbox {
    border: 1px solid #e9e9e9;
}

input[type='text'],
input[type='password'] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 15px;
    border: none;
    border-radius: 5px;
}

.por {
    position: relative;
}

.loginForm-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.login_error {
    /* display: flex; */
    align-items: center;
    font-size: 14px;
    color: red;
    display: none;
}

.login_msg {
    margin-left: 10px;
}

.formbox_other {
    justify-content: space-between;
    font-size: 14px;
}

.formbox_other_wx:hover {
    font-weight: bold;
}

.formbox_other_wx .icon,
.formbox_other_wx:hover .icon {
    color: #07C160;
    font-weight: normal;
}

.formbox_other_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.formbox_other_forget {
    margin-right: 20px;
    font-weight: bold;
    color: #444;
}

.formbox_other_forget:hover {
    color: #333;
}

.formbox_other_login {
    font-weight: bold;
    color: #286EFA;
}

.TextLink {
    font-weight: bold;
    color: #286EFA;
    cursor: pointer;
}

.login_botton {
    border: none;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3275fa;
    cursor: pointer;
}

.login_botton:hover {
    background: #286EFA;
}

.yanzhengma {
    width: 200px;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #50565c;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.formbox_phone_box {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 43px;
    z-index: 99;
    /* border: 1px solid #e8e8e8; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    /* padding: 20px; */
}

.formbox_phone_box_item {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
}

.formbox_phone_box_item:hover {
    background: #286EFA;
    color: #fff;
}

.regiest_btn,
.regiest_pass,
.regiest_code,
.forget_box,
.forget_btn,
.forget_code_box,
.forget_email_btn,
.forget_code_email_box,
.forget_email_box {
    display: none;
}

.regist_yanzhengma_disabled {
    background: #ccc;
    cursor: not-allowed;
}
.login_switch{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    background-color: rgb(239, 239, 239);
    color: rgb(144, 144, 144);
    border-radius: 5px;
    overflow: hidden;
    
}
.login_switch_item{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.login_switch_item.active{
    background-color: rgb(69, 69, 69);
    color: rgb(255, 255, 255);
}
#login_container iframe{
    height: 200px !important;
    width: 100%;
}