.pass-title {
  text-align: center;
  margin-top: 80px; }
  .pass-title h2.pass {
    height: 62px;
    line-height: 0;
    font-size: 0;
    background: transparent url("../../public/img/password.png") center top no-repeat; }

.wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  -webket-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  background-color: #FFF;
  -webket-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  -ms-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee; }

.btn-tiny {
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #f60;
  -webket-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .btn-tiny:hover {
    background-color: #f66;
    text-decoration: none; }

.fz14 {
  font-size: 14px; }

.success {
  width: 56px;
  height: 56px;
  background: url(../../public/img/success.png) 0 0 no-repeat;
  background-size: 56px 56px;
  display: inline-block;
  vertical-align: middle; }

.fw-content {
  width: 814px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .fw-content form {
    margin-top: 80px; }
    .fw-content form .line {
      margin: 20px 0; }
      .fw-content form .line:after {
        display: table;
        clear: both;
        content: ""; }
    .fw-content form .label {
      float: left;
      line-height: 36px;
      width: 30%;
      padding-right: 10px;
      -webket-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: right; }
    .fw-content form .inbox {
      float: left;
      width: 70%;
      color: #999;
      line-height: 36px; }
    .fw-content form input[type=text], .fw-content form input[type=password] {
      border: 1px solid #CFCFCF;
      height: 36px;
      padding: 5px;
      width: 345px; }
    .fw-content form select {
      height: 36px;
      width: 150px; }
    .fw-content form input.yzm, .fw-content form input.smallin {
      width: 135px; }
    .fw-content form input[type=button], .fw-content form button {
      background-color: #F5F5F5;
      border: 1px solid #DDDDDD;
      -webket-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      height: 36px;
      padding: 0 10px;
      cursor: pointer; }
    .fw-content form img {
      vertical-align: top;
      width: 80px;
      height: 36px; }
    .fw-content form a {
      color: #E53020;
      margin: 0 5px; }
    .fw-content form p {
      line-height: 18px; }
    .fw-content form i {
      font-style: normal; }
    .fw-content form .btnred {
      padding: 0 30px; }
    .fw-content form .btn-tiny {
      width: 110px;
      height: 32px; }
    .fw-content form .tip {
      display: none; }

.email-sended {
  text-align: center;
  padding: 70px 0; }
  .email-sended span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    margin-left: 15px; }
    .email-sended span a {
      color: #f60;
      text-decoration: underline; }

.findpassword-step {
  background: transparent url("../../public/img/findpassword-step.png") 0 0 no-repeat;
  width: 610px;
  height: 65px;
  margin: 55px auto; }

.step1 {
  background: transparent url("../../public/img/findpassword-step.png") 0 0 no-repeat;
  height: 65px;
  background-position: 0 -70px;
  width: 203px; }

.step2 {
  background: transparent url("../../public/img/findpassword-step.png") 0 0 no-repeat;
  height: 65px;
  background-position: 0 -70px;
  width: 406px; }

.step3 {
  background: transparent url("../../public/img/findpassword-step.png") 0 0 no-repeat;
  height: 65px;
  background-position: 0 -70px;
  width: 609px; }

.step4 {
  background: transparent url("../../public/img/findpassword-step.png") 0 0 no-repeat;
  height: 65px;
  background-position: 0 -70px;
  width: 812px; }

.if {
  margin-left: 30%;
  color: #999;
  margin-bottom: 20px; }
  .if a.red {
    color: #f60; }

.resuccess {
  border-top: 1px dashed #E7E7E7;
  text-align: center;
  font-size: 30px;
  color: #7ABD54;
  padding: 60px 0 50px 0; }

.gohome {
  text-align: center;
  margin-bottom: 20px; }
  .gohome a {
    border: 1px solid #E7E7E7;
    background-color: #F5F5F5;
    line-height: 32px;
    padding: 0 20px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    -webket-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .gohome a:hover {
      background-color: #e8e8e8; }




