@charset "utf-8";
.login_head{
    padding: 10px 0;
    background: #fff;
}
.logo{
      height: 58px;
    cursor: pointer;
    margin-top: -12px;
     margin-left: 87px;
}
.logo img{
  height: 74px;
    width: 220px;
}
.welcome{
    color: #221F20;
    font-size: 20px;
    line-height: 58px;
    height: 58px;
    font-weight: 500;
    padding-left: 30px;
}
.register{
    background: url("../../img/bg-parallax.jpg") fixed;
}
.login_form{
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 50px 0;
}
.login_hd{
    border-bottom: 2px solid #C8C8C8;
    width: 320px;
    margin: 20px auto 0;
}
.login_hd a{
    color: #C8C8C8;
    display: block;
    width: 160px;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.login_hd li{
    position: relative;
    top: 2px;
}
.login_hd li.active{
    border-bottom: 3px solid #5AA5F0;
}
.login_hd li.active a{
    color: #5AA5F0;
}
.group{
    margin-bottom: 10px;
    width: 445px;
}
.group_tit{
    display: inline-block;
    width: 120px;
    padding-right: 10px;
}
.group input,.group select{
    display: inline-block;
    width: 320px;
    height: 40px;
}
.verify_code input{
    width: 210px;
    margin-right: 5px;
}
.verify_code .get_code{
    width: 100px;
}
.register_bd{
    width: 565px;
    margin: 30px auto 50px;
}
.error_hint{
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.error_hint>span{
    display: block;
    line-height: 40px;
}
.protocol input{
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.protocol{
    padding-left: 125px;
}
.protocol input,.protocol label{
    cursor: pointer;
}
.login_btn{
    margin-top: 30px;
    padding-left: 125px;
}
.login_btn input{
    font-size: 18px;
}
.adjust{
    position: relative;
}
.error_adjust{
    position: absolute;
    left: 445px;
}
/*注册成功*/
.succeed{
    background: #fff;
    height: 500px;
    margin-top: 50px;
    padding: 100px 300px;
}
.succeed_tit{
    margin: 20px 0 0 30px;
}
.succeed_detail{
    margin-top: 50px;
    font-size: 16px;
    color: #666;
}
.succeed_btn{
    margin-top: 30px;
}