body,html{
    height: 100%;
}
header{
    height: 50px;
    box-shadow: 0 0 5px #b7b7b7;
}
header a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #000;
}
header img{
    cursor: pointer;
}
header a:hover{
    text-decoration: underline;
}

header .top_tt {
    width: 1000px;
    text-align: right;
    margin: 0 auto;
}

header .top_tt img {
    float: left;
    margin-top: 5px;
}

.stepBox{
    position: relative;
    width: 800px;
    margin: 100px auto;
}
.stepBox .hr{
    position: relative;
    border-bottom: 2px solid #ddd;
    top: 50%;
}
.stepBox .step_circle_outer{
    position: absolute;width: 100px;
    background: #fff;
    height: 100px;
    text-align: center;
}
.stepBox .step_circle_outer span{
    position: absolute;
    bottom: -15px;
    left: 0;
    color: #000;
    z-index: 1112;
    width: 100%;
}
.stepBox .step_circle{
    position: absolute;
    width: 50px;
    left: 25px;
    height: 50px;
    background: #dddddd;
    border-radius: 50%;
    top: 25px;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    padding: 0px 0;
    text-align: center
}
.stepBox .step_bottom,.stepBox .step_top{
    height: 100px;
}
.stepBox .step_bottom{
    overflow: hidden;
    position: absolute;
    z-index: 1111;
    width: 800px;
    top: 0;
}
.stepBox .step_bottom .hr{
    border-color: #47c773;
}
.stepBox .step_bottom .step_circle{
    background:#47c773;
}


#forget_pwd {
    width: 380px;
    margin: 0 auto;
}


#forget_pwd .lg_rg {
    padding: 20px 40px;
}

#forget_pwd .lg_send {
    margin-left: 5px;
    width: 110px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #757575;
    cursor: pointer;
}
#forget_pwd .lg_send:hover {
    border-color:#ea1e4b;
    color:#ea1e4b
}
#forget_pwd .lg_input {
    width: 300px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

#forget_pwd .lg_submit,#forget_pwd  .rg_submit {
    height: 40px;
    line-height: 40px;
    width: 300px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #de0c23 0%, #ea1e4b 100%);
    background-image: -moz-linear-gradient( 90deg, #de0c23 0%, #ea1e4b 100%);
    background-image: -webkit-linear-gradient( 90deg, #de0c23 0%, #ea1e4b 100%);
    background-image: -ms-linear-gradient( 90deg, #de0c23 0%, #ea1e4b 100%);
}
footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
}