.section_01{
    width: 1200px;
    padding: 40px 0 200px;
    margin: 0 auto;
}
.section_01 .find_pwd_tit{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.section_01 .find_pwd_img{
    width: 900px;
    height: 62px;
    margin: 50px auto 80px;
}
.section_01 .nwx_mul{
    margin-left: 360px;
}
.section_01 .nwx_mul form p{
    margin-bottom: 40px;
    position: relative;
}
.section_01 .nwx_mul form p #btn_sendMessage{
    font-size: 18px;
    color: #45ddba;
    position: absolute;
    left: 240px;
    top: 6px;
}
.section_01 .nwx_mul form p label{
    font-size: 20px;
    color: #666666;
}
.section_01 .nwx_mul form p input{
    width: 260px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 0 17px;
}
.section_01 .nwx_mul form p span{
    font-size: 16px;
    color: #45ddba;
}
.section_01 .nwx_mul form .nwx_next{
    display: block;
    width: 130px;
    height: 40px;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #45ddba;
    border-radius: 5px;
    margin: 75px 148px 0;
}