.login_box{
    width: 100%;
    height: 100%;
}

.login_head{
    background: #fff;
    height: 80px;
    line-height: 80px;
}
.login_main{
    background-image: url(../img/banner_shen.png);
    background-size:100% 100%;
    height: 700px;
}
.login_head_contert{
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.loging_head_img img{
    width: 100%;
    height: 100%;
}
.loging_head_right{
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.loging_head_right li{
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.loging_head_right li:last-child{
    color: #1c77fc;
}
.login_form_box{
    margin: auto;
    width: 350px;
    display: flex;
    flex-direction: column;
}
.login_form_title{
    color: #fff;
    font-size: 24px;
    margin: 50px 0;
    text-align: center;
    font-weight: bold;
}
.login_form{
    width: 270px;
    height: 360px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 40px;
}
.login_form_top{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #1556B5;
    font-size: 20px;
}
.ipt_box{
    border: 1px solid #DBDED5;
    padding: 11px 11px;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.ipt_box img{
    margin-right: 10px;
    width: 11px;
    height: 12px;
}
.ipt_box input{
   flex: 1;
   font-size: 12px;
}
.checked_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;
}
.checked_box_first{
    display: flex;
}
.checked_box_first input{
    margin-right: 5px;
}
.submit_btn{
    width: 100%;
    border-radius: 5px;
    background: #1156B3;
    color: #fff;
    font-weight: 700;
    height: 40px;
    margin-top: 30px;
    cursor: pointer;
}
.signup_box{
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.signup_box span{
    color: #1156B3;
    cursor: pointer;
}
.wx_login{
    margin-top: 20px;
    text-align: center;
}


.login_footer{
    background: #262626;
    height: 350px;
    color: #B3B3B3;
}

.login_footer_box{
    width: 1200px;
    margin: auto;
    height: 100%;
}
.login_footer_top{
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #B3B3B3;
}
.login_footer_top ul{
    width: 767px;
    height: 100%;
    margin: auto;
}
.login_footer_top ul li{
    float: left;
    margin: 0 15px;
}
.login_footer_top ul li a{
    color: #B3B3B3;
}
.login_footer_main{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.login_footer_main ul li{
    margin-bottom: 15px;
    font-size: 12px;
    color: #6a6a6a;
}
.login_footer_main ul li a {
    color: #6a6a6a;
}
.login_footer_main ul li:hover{
    color: #91ddec;
}


.login_footer_main ul li:first-child{
    font-size: 14px;
    color: #B3B3B3;
    font-weight: 700;
}
.login_footer_main ul li.phone{
    font-size: 30px;
    color: #b3b3b3;
    font-weight: 700;
}
.code_box{
    text-align: center;
}
.code_box div:last-child{
    margin-top: 10px;
}
.login_footer_bottom{
    margin-top: 40px;
    color: #6a6a6a;
    display: flex;
    justify-content: space-between;
}
.login_footer_bottom_left p{
    margin-bottom: 10px;
}
.login_footer_bottom_right div:first-child{
    margin-bottom: 15px;
    text-align: center;
}
.login_footer_bottom_right{
    text-align: center;
    margin-top: 30px;
    width: 100%;
}
.login_footer_bottom_left{
    text-align: center;
    width: 100%;
    color: #6a6a6a;
}

/* .loging_head_right .active:after{
    content: '';
    width: 40px;
    height: 1px;
    background: red;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
} */
/* .loging_head_right li:active {
    
} */
/* .this-card{
    background-color: red;
} */