.con_pad{
    padding: 1rem 0 1rem;
    display: flex;
    justify-content: space-between;
}
.con_left{
    width: 55%;
    height: 4.44rem;
}
.con_left img{
    width: 100%;
    height: 100%;
}
.con_formcc{
    width: 0.6rem;
    height: 0.1rem;
    background:#346CEA;
    margin-left: .5rem;
}
.con_form{
    width: 45%;
    height: 100%;
    background-color: #ffffff;
    box-shadow:0px 20px 20px rgba(15,62,142,0.1);
    border: solid 0.01rem #eeeeee;
}
.loginbox{
    padding:.45rem .45rem 0;
}
.form_head{
    position: relative;
    padding-bottom: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.form_head::after{
    position: absolute;
    display: none;
    bottom:0;
    width: 100%;
    height: 0.01rem;
    background: #eeeeee;
    content: "";
}
.form_title{
    font-size: 36px;
    color: #0d2146;
}
.form_navigate >span{
    font-size: 12px;
    color: #747c8f;
}
.form_navigate {
    float: right;
    font-size: 0.14rem;
    color: #d5241a;
    padding-top: .2rem;
}
.form_navigate:hover{
    color: #da251b;
}
.con_form >form{
    margin: .4rem 0;
}
.form_item{
    margin: .2rem 0;
    display: flex;
    justify-content: space-between;
}
.form_label {
    font-size: 14px;
    color: #747c8f;
    margin: .1rem 0;
    width: 20%;
    display: flex;
    align-items: center;
}
.form_input {
    width: 80%;
    height: 40px;
    padding-left: .1rem;
    font-size: 0.14rem;
    color: #bbbbbb;
    border-radius: 0.04rem;
    border: 0.01rem solid #bbbbbb;
    cursor: pointer;
    text-indent: 5px;
}
.form_submit {
    width: 2.2rem;
    height: 0.5rem;
    font-size: 0.14rem;
    line-height: 0.19rem;
    background-color: #346cea;
    color: #ffffff;
    border-radius: .3rem;
    display: flex;
    justify-content: center;
    margin: .45rem 0 .55rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    outline: none;
}
.form_code{
    width: 55%;
    height: 40px;
    padding-left: .1rem;
    font-size: 0.14rem;
    color: #000;
    border-radius: 0.04rem;
    border: 0.01rem solid #bbbbbb;
    margin-right: 5%;
}
.for_code{
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.form_getCode{
    display: flex;
    justify-content: center;
    align-items: center;
    width:38%;
    height:40px;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #346CEA;
    background: #fff;
    border:0.01rem solid rgba(52,108,234,1);
    box-shadow:0px 20px 20px rgba(15,62,142,0.1);
    border-radius: .1rem;
    cursor: pointer;
}
.form_getCode-active{
    display: flex;
    justify-content: center;
    align-items: center;
    width:38%;
    height:40px;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #bbbbbb;
    background: #fff;
    border: 2px solid  #bbbbbb;
    border-radius: .1rem;
}
@media (max-width: 1222px) {
    .con_formcc{
        margin-left:.25rem; 
    }
    .loginbox{
        padding: .35rem .25rem 0;
    }
    .form_title{
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .for_code{
        width: 75%;
    }
    .con_form{
        width: 55%;
    }
    .form_input{
        width: 75%;
    }
    
}
@media (max-width: 768px) {
    .for_code{
        width: 80%;
    }
    .con_pad{
        flex-direction: column-reverse;
        padding: .5rem .6rem;
    }
    .con_form{
        width: 100%;
        border: none;
        box-shadow: none;
    }
    .con_left{
        width: 100%;
    }
    .con_formcc{
        margin-left: 0;
    }
    .form_label{
        width: 20%;
        font-size: 16px;
    }
    .form_input {
        width: 80%;
    }
    .loginbox{
        padding:0 ;
        margin-top: .3rem;
    }
    .form_title{
        font-size: 24px;
    }
}
@media (max-width: 414px){
    .con_pad{
        padding: 1rem 0.3rem;
    }
    .form_label{
        font-size: 13px;
    }
    .form_title{
        font-size: 22px;
    }
}