﻿/**!
 * 上海&#98;&#101;&#116;&#51;&#51;&#54;&#53;&#23448;&#26041;&#25163;&#26426;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#30424;&#21475;&#24320;&#25143;&#95;&#20307;&#32946;&#51;&#54;&#53;&#32593;&#25237;-找回密码
 * author: gaojian;
 * date:2017-05-19
 */
.ewb-header {
  padding-top: 27px;
  padding-bottom: 25px;
  border-bottom: 2px solid #5475ce;
}
.ewb-img img {
  width: 284px;
  height: 58px;
}
.ewb-login-tt {
  float: right;
  height: 58px;
  line-height: 58px;
  font-size: 26px;
  text-indent: 29px;
  margin-left: 29px;
  border-left: 1px solid #ccc;
}
.ewb-return {
  width: 211px;
  height: 53px;
  margin-top: 2px;
  text-indent: 35px;
  line-height: 53px;
  font-size: 18px;
  outline: 0;
  color: #fff;
  border: 0;
  background: url(../images/login/return.png) no-repeat;
}

.ewb-main {
  padding: 48px 0 18px 0;
  background: #eaedf5;
}
.ewb-con {
  padding-top: 48px;
  background: #fff;
  height: 657px;
}

.ewb-tip {
  width: 806px;
  margin: 0 auto;
}

.ewb-tip span {
  padding-top: 64px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #999;
}
span.ewb-step1 {
  text-align: right;
  width: 138px;
  color: #5475ce;
  background: url(../images/login/step1.png) left top no-repeat;
}
.ewb-step1.ok {
  background: url(../images/login/step1.png) left top no-repeat;
}
.ewb-step2 {
  text-align: right;
  width: 201px;
  background: url(../images/login/step2h.png) left top no-repeat;
}
.ewb-step2.ok {
  background: url(../images/login/step2.png) left top no-repeat;
}
.ewb-step3 {
  text-align: right;
  width: 200px;
  background: url(../images/login/step3h.png) left top no-repeat;
}
.ewb-step3.ok {
  background: url(../images/login/step3.png) left top no-repeat;
}
.ewb-step4 {
  text-indent: 153px;
  width: 267px;
  background: url(../images/login/step4h.png) left top no-repeat;
}
.ewb-step4.ok {
  background: url(../images/login/step4.png) left top no-repeat;
}
.ewb-form {
  width: 426px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 202px;
}
.ewb-form-row {
  margin-top: 20px;
}
.ewb-form-label {
  width: 70px;
  line-height: 50px;
  font-size: 13px;
}
.ewb-form-input {
  width: 354px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 13px;
  line-height: 50px;
  color: #999;
}
.ewb-form-input1 {
  width: 179px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 13px;
  line-height: 50px;
  margin-right: 20px;
  color: #999;
}
.ewb-next {
  width: 358px;
  margin-top: 60px;
  margin-left: 72px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  background-color: #5475ce;
  cursor: pointer;
  color: #fff;
}
.ewb-next:hover {
  background-color: #4465c0;
}

.ewb-form-input1 {
  width: 179px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  text-indent: 20px;
  font-size: 13px;
  line-height: 50px;
  margin-right: 15px;
  color: #999;
}
.ewb-reg-btn button {
  width: 157px;
  height: 50px;
  line-height: 50px;
  border: 0;
  background-color: #f08300;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
}
.ewb-reg-btn button:hover {
  background-color: #d97600;
}

.ewb-end {
  width: 100%;
  margin: 60px auto;
  margin-bottom: 0;
}

.ewb-msg {
  width: 504px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin: 0 auto;
  padding-bottom: 49px;
}
.ewb-question {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.ewb-msg p {
  line-height: 31px;
}

.ewb-sucess {
  margin-top: 60px;
}
.ewb-sucess span {
  line-height: 76px;
  font-size: 26px;
  font-weight: bold;
  color: #2f9b48;
  text-indent: 20px;
}

.ewb-code img {
  height: 48px;
}
.ewb-form .error {
  color: red;
  display: block;
}

.ewb-radio {
  display: inline-block;
  text-align: center;
  margin-top: 30px;
  color: #4a6dcb;
  font-size: 16px;
  font-weight: bold;
}

.gender-txt {
  width: 15px;
  height: 15px;
  margin-left: 20px;
}

.fill-node-name {
  cursor: pointer;
}

/* 手机端 */
@media (max-width: 767px) {
  .ewb-main {
    padding: 0;
  }
  .ewb-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ewb-img {
    width: 100%;
  }
  .ewb-img img {
    display: block;
    margin: 0 auto;
  }
  .ewb-btn {
    width: 100%;
  }
  .ewb-return {
    float: none;
    display: block;
    margin: 2px auto 0;
  }
  .ewb-con {
    padding-top: 20px;
  }
  .ewb-tip {
    width: 320px;
  }
  .ewb-tip span {
    padding-top: 40px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
  }
  span.ewb-step1,
  .ewb-step1.ok {
    width: 60px;
    color: #5475ce;
    background-size: 60px;
  }
  .ewb-step2,
  .ewb-step2.ok {
    width: 80px;
    background-size: 80px;
  }
  .ewb-step3,
  .ewb-step3.ok {
    width: 80px;
    background-size: 80px;
  }
  .ewb-step4,
  .ewb-step4.ok {
    text-indent: 51px;
    width: 100px;
    background-size: 100px;
  }
  .ewb-form {
    width: 310px;
    margin: 0 auto;
    padding: 18px 5px 50px 5px;
  }
  .ewb-form-label {
    width: 55px;
    line-height: 50px;
    font-size: 13px;
  }
  .ewb-form-input {
    width: 253px;
    height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-indent: 20px;
    font-size: 13px;
    line-height: 50px;
  }
  .ewb-form-input1 {
    width: 114px;
    height: 48px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-indent: 20px;
    font-size: 13px;
    line-height: 50px;
    margin-right: 3px;
  }
  .ewb-next {
    width: 310px;
    margin-top: 40px;
    margin-left: 0;
    height: 50px;
    border: 0;
    border-radius: 3px;
    background-color: #5475ce;
    cursor: pointer;
    color: #fff;
  }
}
@media (min-width: 767px) {
  .ewb-tip {
    width: 760px;
  }
  span.ewb-step1,
  .ewb-step1.ok {
    width: 127px;
    background-size: 127px;
  }
  .ewb-step2,
  .ewb-step2.ok {
    width: 190px;
    background-size: 190px;
  }
  .ewb-step3,
  .ewb-step3.ok {
    width: 188px;
    background-size: 188px;
  }
  .ewb-step4,
  .ewb-step4.ok {
    text-indent: 147px;
    width: 255px;
    background-size: 255px;
  }
}

.hidden {
  display: none;
}
