@font-face {
  font-family: "iconfont";
  src: url("/iconfont/iconfont.eot?t=1484032757244");
  /* IE9*/
  src: url("/iconfont/iconfont.eot?t=1484032757244#iefix") format("embedded-opentype"), url("/iconfont/iconfont.woff?t=1484032757244") format("woff"), url("/iconfont/iconfont.ttf?t=1484032757244") format("truetype"), url("/iconfont/iconfont.svg?t=1484032757244#iconfont") format("svg");
  /* iOS 4.1- */ }
/*@include rounded(10px);*/
/*@include shadow(0, 1px, 2px, rgba(0,0,0,.5));*/
/*@include shadow-inset(0, 1px, 2px, rgba(0,0,0,.5));*/
/* @include box-sizing(); */
/* @include linear-gradient(#ff70b1, #d42a78); */
html, body {
  height: 100%; }

.yu_account {
  /*position: relative;
  height: calc(100% - 180px); */
  }
  .yu_account .login_box {
    width: 480px;
    background: #fff;
    border: solid 1px #e0e3ea;
    margin-top:100px;
    margin-left:30%;
   /* 
    position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*margin-top: -340px;
    margin-left: 400px;*/
    /*padding-bottom: 0;*/
    overflow: hidden; }
  .yu_account .yu_feedback {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    margin: 0; }

.login_logos {
  width: 280px;
  margin: 30px auto 0;
  padding-left: 10px; }

.logo {
  height: 50px; }

.yu_page_footer {
  color: #999;
  margin: auto;
  margin-top: 30px; }

.login_remember {
  padding: 0 20px 0 30px; }
  .login_remember > a {
    color: #666; }
    .login_remember > a:hover {
      color: #1fa9e7; }
  .login_remember span:hover {
    color: #f4982a; }

.login_footer p {
  line-height: 44px;
  color: #666;
  background: #f7f8fa;
  border-top: solid 1px #e0e3ea;
  text-align: center;
  font-size: 16px; }
  .login_footer p a {
    color: #1fa9e7; }
    .login_footer p a:hover {
      color: #f4982a; }

.forget_logos {
  margin-top: 30px;
  padding-left: 10px; }

.forget_wrap {
  background-color: white;
  margin: 30px auto;
  padding: 30px 60px;
  box-sizing: border-box; }
  .forget_wrap > .title {
    text-align: center;
    width: auto;
    margin: 0 auto;
    height: 35px;
    margin-bottom: 60px;
    font-size: 26px;
    color: #010101; }
  .forget_wrap > h2 {
    padding: 20px;
    border-bottom: 1px dashed #ddd; }
  .forget_wrap .yu_feedback {
    width: 450px;
    margin-top: 60px; }
    .forget_wrap .yu_feedback .yu_eva_cloum > input {
      width: 100%; }
    .forget_wrap .yu_feedback .finish {
      text-align: center; }
      .forget_wrap .yu_feedback .finish > h4 {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000;
        margin: 30px auto 5px; }
      .forget_wrap .yu_feedback .finish > p {
        font-size: 14px;
        color: #999; }

.forget_step {
  min-width: 1000px; }
  .forget_step .step_content {
    vertical-align: top;
    font-size: 0; }
    .forget_step .step_content .step_main {
      text-align: center;
      display: inline-block;
      vertical-align: top;
      z-index: 2;
      margin: 0 -30px; }
      .forget_step .step_content .step_main .step_num {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        font-size: 12px;
        background-color: #ccc;
        color: #fff;
        line-height: 24px;
        border-radius: 24px; }
        .forget_step .step_content .step_main .step_num.cur {
          background-color: #f4982a; }
      .forget_step .step_content .step_main .step_name {
        font-size: 16px;
        margin-top: 10px; }
    .forget_step .step_content .step_line {
      width: 218px;
      display: inline-block;
      vertical-align: top;
      height: 0;
      border-top: 10px solid #ccc;
      margin: 0 -1px;
      margin-top: 7px;
      float: right; }
      .forget_step .step_content .step_line.cur {
        border-top-color: #f4982a; }
