html, body, span, div, img, i, input, button, a{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*a{*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/
.active::after{
    clear: both;
    content: '';
    display: block;
}

.login_p{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    font-family: none;
    display: none;
}
.login_p0{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.login_p1{
    position: absolute;
    top: 150px;
    left: 50%;
    z-index: 2;
    width: 340px;
    margin-left: -170px;
    background: #fff;
    /*animation: mylogin 0.3 ease-in-out;*/
}
/*@keyframes mylogin{*/
/*    0%{top: 100px;}*/
/*    50%{top: 135px;}*/
/*    75%{top: }*/
/*}*/
.login_p10{
    height: 40px;
    padding: 0 8px;
}
.login_p10>span{
    float: right;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    border-radius: 4px;
}
.login_p10>span:hover{
    background: #E7F3FE;
    color: #198AFA;
}
.login_p10>span>i{
    font-size: 24px;
    cursor: pointer;
}
.login_p11{
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.login_p12{
    padding: 10px 60px;
}
.login_p12>span{
    width: 80px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 4px solid #198AFA;
    user-select: none;
    cursor: pointer;
}
.login_p12>span:nth-of-type(1){
    float: left;
}
.login_p12>span:nth-of-type(2){
    float: right;
}
.login_con{
    padding: 0 40px;
}
.login_con_all{
    display: none;
}
.login_con_all.sel{
    display: block;
    font-size: 14px;
    font-weight: unset;
}
.login_con_all_0{
    margin-top: 20px;
}
login_con_all_0:nth-child(3){
    margin-top: 0;
}
login_con_all_0:nth-child(6){
    margin-top: 0;
}
.inp_all_t{
    float: left;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
}

.inp_yzm_1{
    width: 160px;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}
.obt_code_span{
    float: left;
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #198AFA;
    user-select: none;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    border: 1px solid #bfbfbf;
    border-left: 0;
}
.obt_code_span_0{
    float: left;
    height: 20px;
    width: 1px;
    background: #bfbfbf;
    margin-top: 9px;
}
.obt_code_span_tag{
    float: left;
    width: 98px;
    line-height: 38px;
    height: 100%;
}

.span_zddl{
    float: left;
    min-width: 10px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #3a3a3a;
    user-select: none;
    cursor: default;
}
.span_zddl>input{
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 2px;
}

.btn_login_0{
    float: left;
    width: 100%;
    border: 0;
    background: #198AFA;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.login_foot{
    padding: 15px  10px;
}
.go_register{
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
}
.go_register>a{
    color: red;
}
.more_login{
    float: right;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #198AFA;
    user-select: none;
    cursor: pointer;
}
.text-agreement{
    margin-top: 20px;
}
.text-agreement input{
    cursor: pointer;
}
.text-agreement a{
    color: #198AFA;
}
