@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, "微软雅黑", sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.main {
  width: 100%;
  height: 670px;
}
.main .findPwd_center {
  width: 1200px;
  height: 670px;
  padding-top: 100px;
  margin: 0 auto;
}
.main .findPwd_center .step_nav {
  height: 84px;
  text-align: center;
}
.main .findPwd_center .step_nav li {
  float: left;
  width: 300px;
  position: relative;
}
.main .findPwd_center .step_nav li .step_num {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background: #ffffff;
  color: #cccccc;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #CCCCCC;
  text-align: center;
  line-height: 52px;
}
.main .findPwd_center .step_nav li img {
  display: none;
}
.main .findPwd_center .step_nav li .step_msg {
  display: inline-block;
  padding-top: 10px;
  color: #cccccc;
  font-size: 16px;
}
.main .findPwd_center .step_nav li i {
  position: absolute;
  top: 25px;
  left: 175px;
  width: 248px;
  height: 1px;
  border-top: 1px dashed #cccccc;
}
.main .findPwd_center .step_nav li.active .step_num {
  background: #449df2;
  border: none;
  color: #ffffff;
}
.main .findPwd_center .step_nav li.active .step_msg {
  color: #449df2;
}
.main .findPwd_center .step_nav li.yes .step_num {
  display: none;
}
.main .findPwd_center .step_nav li.yes img {
  display: inline-block;
}
.main .findPwd_center .step_nav li.yes i {
  border-top: 1px solid #449df2;
}
.main .findPwd_center .step_content {
  width: 1200px;
  margin: 0 auto;
}
.main .findPwd_center .step_content input::-webkit-input-placeholder {
  color: #cccccc;
}
.main .findPwd_center .step_content input::-moz-placeholder {
  color: #cccccc;
}
.main .findPwd_center .step_content input:-moz-placeholder {
  color: #cccccc;
}
.main .findPwd_center .step_content input:-ms-input-placeholder {
  color: #cccccc;
}
.main .findPwd_center .step_content .step_box {
  display: none;
}
.main .findPwd_center .step_content .step1_box {
  margin-top: 100px;
  text-align: center;
}
.main .findPwd_center .step_content .step1_box li {
  display: inline-block;
}
.main .findPwd_center .step_content .step1_box li img {
  display: inline-block;
  margin: 0 85px;
  cursor: pointer;
}
.main .findPwd_center .step_content .step1_box li span {
  display: inline-block;
  padding-top: 8px;
  font-size: 16px;
  color: #0099f0;
  cursor: pointer;
}
.main .findPwd_center .step_content .step2_box {
  margin-top: 120px;
}
.main .findPwd_center .step_content .step2_box .row {
  margin: 0;
  margin-bottom: 30px;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 {
  padding: 0;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .text,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .text {
  font-size: 15px;
  font-family: 'Microsoft Yahei', serif;
  color: #666;
  line-height: 45px;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .long_ipt,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .long_ipt {
  width: 400px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .short_ipt,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .short_ipt {
  display: inline-block;
  width: 290px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .sure,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .sure {
  width: 95px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  border-color: #0099f0;
  background: #0099f0;
  border: none;
  outline: none;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .sure span,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .sure span {
  font-size: 14px;
  font-family: 'Microsoft Yahei', serif;
  color: #ffffff;
}
.main .findPwd_center .step_content .step2_box .row .col-sm-4 .next_step,
.main .findPwd_center .step_content .step2_box .row .col-xs-4 .next_step {
  display: inline-block;
  margin-top: 10px;
  width: 290px;
  height: 45px;
  background: #0099f0;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Microsoft Yahei', serif;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
}
.main .findPwd_center .step_content .step3_box {
  margin-top: 120px;
}
.main .findPwd_center .step_content .step3_box .row {
  margin: 0;
  margin-bottom: 30px;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 {
  padding: 0;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4 .text,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 .text {
  font-size: 15px;
  font-family: 'Microsoft Yahei', serif;
  color: #666;
  line-height: 45px;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4 .long_ipt,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 .long_ipt {
  width: 400px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4 .short_ipt,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 .short_ipt {
  display: inline-block;
  width: 290px;
  height: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4 .sure,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 .sure {
  display: inline-block;
  margin-right: 10px;
  width: 95px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  color: #449df2;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
}
.main .findPwd_center .step_content .step3_box .row .col-sm-4 .next_step,
.main .findPwd_center .step_content .step3_box .row .col-xs-4 .next_step {
  display: inline-block;
  margin-top: 10px;
  width: 290px;
  height: 45px;
  background: #0099f0;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Microsoft Yahei', serif;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
}
.main .findPwd_center .step_content .step4_box {
  text-align: center;
  margin-top: 52px;
}
.main .findPwd_center .step_content .step4_box img {
  display: inline-block;
}
.main .findPwd_center .step_content .step4_box h1 {
  font-size: 36px;
  color: #666666;
}
.main .findPwd_center .step_content .step4_box p {
  padding-top: 10px;
  color: #999999;
  font-size: 18px;
}
.main .findPwd_center .step_content .step4_box p span {
  color: #999999;
  font-size: 18px;
}
.main .findPwd_center .step_content .step4_box p a {
  font-family: 'Microsoft Yahei', serif;
  font-size: 18px;
  color: #0099f0;
}
.main .findPwd_center .step_content.active .step_box {
  display: block;
}
.main .findPwd_center .step_content .tips {
  display: none;
}
.main .findPwd_center .step_content .tips .tip_img {
  display: inline;
  width: 20px;
  height: 20px;
  font-size: 15px;
  padding-left: 20px;
  line-height: 44px;
  top: 3px;
  color: #fc4343;
}
.main .findPwd_center .step_content .tips .tip_text {
  display: inline-block;
  font-size: 15px;
  font-family: 'Microsoft Yahei', serif;
  color: #fc4343;
  line-height: 44px;
}
